@charset "utf-8";
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) #fff repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}

h1{
	font-size: 1.2em;
	color: #666666;
	right: auto;
	background-color: #f1f1f1;
	background-position: right;
	float: right;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #35426C;
	width: 95%;
}

h1.mennav{
	background: #f1f1f1;
	font-size: 1em;
	color: #6D6D6D;
	width: 140px;
	font-weight: normal;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #3C4B74;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 980px;
	background: #FFF;
	margin: 0 auto; 
}

/* ~~ the header ~~ */
.header {

}

div.thead{
	height: 50px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3C4B74;
}

div.tlinks{
	width: 60%;
	float: left;
	margin: 18px 0px;
	color: #3C4B74;
	font-size: 0.8em;
}

div.tsearch{
	float:right;
}

div.logo{
	width:40%;
	float:left;
}
div.smedia{
	width:40%;
	float:left;
	text-align:center;
	padding-top:36px;
}

div.logoright{
	float: right;
	width: 20%;
	text-align: right;
}

/* ~~ Top search ~~ */
.searchinput {
	float: left;
	width: 260px;
	height: 24px;
	padding: 2px;
	border: 1px solid #eee;
	background:#F6F6F6;
	color: #858585;
	border-radius:5px 0px 0px 5px;
	margin:8px 0px 8px 8px;
}
.searchsub {
	float: left;
	width: 34px;
	height: 30px;
	background: url(images/searchicon.gif);
	border: 0px;
	margin-top:8px;
	cursor: pointer;
}


/* ~~ Top horizontal navigation bar ~~*/
div#topnav{
	width: 980px;
	height: 32px;
	background: #fff;
	margin-bottom: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D2CECF;
}
div#topnav ul{
	font-size: 1em;
	margin: 0;
	padding-top:6px;
	height:21px;
	padding-left: 0px;
}
div#topnav ul li{
	display: inline;
}
div#topnav ul li a{
	padding: 5px 10px 5px 10px;
	color: #3C4B74;
	text-decoration: none;
}
div#topnav ul li a:hover{
	background-color: #3C4B74;
	color: #fff;
	border-radius: 8px 8px 0px 0px;
}

/* ~~ These are the columns for the layout. ~~ */

.sidebar1 {
	float: left;
	width: 180px;
	background: #fff;
	padding-bottom: 10px;
	padding-top: 16px;
}
.content {
	padding: 16px 0;
	width: 780px;
	float: right;
	padding-left: 20px;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ Right hand menu. ~~ */
ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #f1f1f1; 
}
ul.nav a, ul.nav a:visited { 
	padding: 2px 5px 2px 5px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background: #fff;
	font-size:0.9em;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #f6f6f6;
	color: #3C4B74;
  }

/* ~~ The home page ~~ */
div.blurbleft{
	width:200px;
	float:left;
}

div.blurbright{
	width:760px;
	float:right;
	padding:6px;
	color:#999;
}

div.homeprod1{
	width:300px;
	border:1px solid #D6DEB9;
	padding:4px;
	margin:4px 8px 14px 8px;
	float:left;
}

p.prodtitle{
	width: 270px;
	background: #f1f1f1;
	color: #3C4B74;
	font-weight: bold;
}

/* ~~ Minicart properties ~~ */
table.mincart{
	width:180px;
	font-size:0.8em;
	background:#eee;
}

td.mincart{
	background:#f1f1f1;
}

/* ~~ Products page ~~ */
div.product{
	border:1px solid #D6DEB9;
	padding:4px;
	height:280px;
}

div.prodinstock{
	font-size:0.8em;
	color:#666;
}

div.prodcurrency, .detailcurrency{
	font-size:0.7em;
	color:#666;
}

.pagenums{
	font-size:0.8em;
}

td.review{
	font-size:0.9em;
	padding-right:20px;
}

.detailprodoption{
	padding:4px;
}

td.detailimage{
	vertical-align:top;
}

/* ~~ Horizontal rule ~~*/
HR {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #6D6D6D;
}

/* ~~ Discounts text ~~*/
.discountsapply, .allcatdiscounts, .allproddiscounts, .detaildiscounts, .proddiscounts{
	color:#333;
	font-size:0.8em;
}

/* ~~ Table backgrounds for cart, search etc ~~*/
table.cobtbl{
	background-color: #6D6D6D;
	width: 94%;
	margin-left: 8px;
} 

td.cobhl{
	background-color:#fff;
	font-weight: normal;
	color:#333;
	font-size:0.9em;
}

td.cobll{
	background-color: #fff;
	color : #333;
	font-weight:normal;
	font-size:0.8em;
}

/* ~~ The footer ~~ */
.footer {
	padding: 0px;
	position: relative;
	clear: both; 
	height:220px;/* ~~ If you add extra content to the footer you will need to increase the height here. ~~ */
	background:  url(images/btmbg.gif) #f1f1f1 repeat-x;
}
div.footer1{
	width:980px;
	margin: 0 auto;
}

div.foobar{
	width: 980px;
	margin: 0 auto;
	height: 24px;
	background-color: #999999;
}

div.cards{
	width:480px;
	float:left;

}

.cards img{margin:2px 4px 0px 4px; cursor:pointer;}

div.ftrsocial{
	width:480px;
	float:right;
	text-align:right;
}

.ftrsocial img{margin-right:25px;}

div.foo1{
	font: 0.8em Arial, Helvetica, sans-serif;
	float:left;
	width:225px;
	padding: 0 0 0 10px;
	line-height:1.7em;
}

.foo1 a, .foo2 a, .foo3 a, .foo4 a{color:#6D6D6D;; text-decoration:none;}
.foo1 a:hover, .foo2 a:hover, .foo3 a:hover, .foo4 a:hover{text-decoration:underline;}

.foo2{
	font: 0.8em Arial, Helvetica, sans-serif;
	float:left;
	padding:0 10px 10px 10px;
	width:225px;
	color: #6D6D6D;
	line-height:1.7em;
}

.foo3{
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #6D6D6D;
	float:left;
	width:225px;
	padding:0 10px 10px 10px;
	line-height:1.7em;
}

.foo4{
	font: 0.8em Arial, Helvetica, sans-serif;
	float:right;
	line-height:1.7em;
	width:225px;
}

p.foothead{
	font-weight:bold; 
	text-align:left;  
	margin: 20px 0px 10px 0px;
	font-size:0.9em;
	color:#666;
	line-height:25px;
	padding-left:0px;
}

.ftrbtm{
	width:480px;
	float:left;
	font-size:0.7em;
	color: #666;
  	margin-top:22px;
}

.ftrbtm1{
	width: 480px;
	float: right;
	text-align: right;
	font-size: 0.7em;
	color: #6D6D6D;
	margin-top: 22px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
