 
/* CSS for Gemni Diamante written by TidyWebDesign.co.uk */

body {
background:#cb0101;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
}

.clear {clear:both;}
p,h1,h2,h3,h4,h5,h6 { margin:0;padding:0;}
a { text-decoration:none;color:#cb0101;}


a.moreinfo {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 0px;
}

a.moreinfo:hover {   color: #333;border-color: #999;-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}

#miniwrapper,#holidaywrapper {
width: 960px;
}
#holidaywrapper {
border:5px solid #f6e655;
padding:5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-top:10px;
background:#fff;
}

#logo {
float:left;
background-image: url(/images/new-logo.png);
width: 539px;
height:82px;
}

#creditcards {
float:right;
}

#wrapper {
text-align:left;
background: #fff;
width:960px;
border:5px solid #a80c0d;
padding:5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-top:10px;
}


#leftmenu { 
float:left;
width:180px;
margin-right:3px;
border-right: 1px dotted #cccccc;
padding:3px;
}

#content {
float:left;
width:582px;
}

#contentcontent {
padding:10px;
}

#rightmenu {
float:right;
width: 180px;
margin-left:3px;

border-left: 1px dotted #cccccc;
padding-left:3px;
}

.menuheader {
display:block;
background:red;
color:#fff;
padding:10px;
text-align:center;
font-weight:bold;
background:url(/images/subcat-back.jpg);
font-size:16px;
height:20px;
}
.leftalign {text-align:left;width:562px;overflow:hidden;}
.menuheader a {color: #fff;}
.menuheader a:hover {text-decoration:underline;}

.basket {
background: url(/images/basket-back.jpg);
}

.info {
background: url(/images/info-back.jpg);
}

.latest {
background: url(/images/latest-back.jpg);
}


#topcatmenu, .subcatmenu, #infomenu {
list-style:none;
margin:2px;
padding:0;
}


.subcatmenu {
margin-bottom:5px;
}


.topcatli a {
font-weight:bold;
display:block;
text-decoration:none;
padding:5px;
margin-bottom:2px;
color:#000;
font-size:12px;
border:1px solid #800d0d;
background:#cb0101;
color:#fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.topcatli a:hover {
background:#b21f1f;
}

.subcatli {
padding:1px;
padding-left:15px;
font-size:11px;
}

.subcatli a:hover {
text-decoration:  underline;
}

#author {
margin-top:10px;
color: #666666;
text-align:center;
font-size:12px;
}

#infomenu li a {
display:block;
padding:5px;
border-bottom:1px dotted #cccccc;
}

.scrollingproduct {
margin-bottom: 5px;
padding-top:5px;
border-top:1px dotted #666666;
}


/******************   Category Page *****************/
.subcatwrapper {
padding:3px;
text-align:center;
float:left;
width:168px;
border:1px solid #a80c0d;
margin:5px;
height:180px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.subcatwrapper:hover {
border:1px solid #ff0000;
}

/****************** Sub Cat Page *****************/
.productwrapper {
padding:3px;
text-align:center;
float:left;
width:176px;
padding:5px;
min-height:200px;
border-bottom:1px dotted #333333;
}

.productname {
display:block;
margin-top: 5px;
background: #a80c0d;
margin-bottom:10px;
padding:2px;
padding-top:8px;
padding-bottom:8px;
height:30px;
overflow:hidden;
}

.productname a {color: #fff;}

.productpicture, #productpagepicture img {
border-top:2px solid #e7e7e7;
border-left:2px solid #e7e7e7;
border-right:2px solid #cccccc;
border-bottom:2px solid #cccccc;
margin-bottom:10px;
}

.borderit {
border-right:1px dotted #333333;
}

.productprice { float:left;width: 90px; font-size:16px;}
.productmoreinfo {float: right;}


/****************** Product Page *****************/
  ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e7e7e7;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.1em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	font-weight: bold;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.0em;
	text-align: left;
	
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}


label.error {
font-size:10px;
}

input.error {
color: red;
border:1px solid red;
}

#contactformdiv {
border:1px solid red;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:3px;
}

#contactformdiv input {
padding:3px;
}

#productpagename {
background: #a80c0d;
color:#fff;
font-size:14px;
display:block;
padding:5px;
}

#productpagewrapper {
margin-top:10px;
}

#productpagepicture {
float:left;
}

#productpageorder {
float:right;
display:block;
width:312px;
border:1px solid red;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#productpagedescription {
text-align:center;
padding:5px;
}

.tab_content .productwrapper {
border:0;
width:250px;
text-align:center;
}

.tab_content .productpicture {
text-align:center;
border:0;
}
