@charset "utf-8";

body{
	margin:0;
	padding:0;
	line-height:1.5em;
	font-size:13px;
	font-family :Arial,sans-serif;
	color:#333333;
	background-color: #fff;
	background-image: url(images/topbg2.jpg);
	background-repeat: repeat-x;
	}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1 {
	margin-top: 20;
	padding-right: 5px;
	padding-left: 5px;
	font-size:24px;
	font-family :Arial,sans-serif;
	color:#9D1114;
}
a img { 
	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: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

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

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	height:150px;
	background-color: #fff;
	background-image: url(images/topbg3.jpg);
	background-repeat: repeat-x;
}
/* ~~the logo~~ */
div.logo{
	float:left;
}
/* ~~top links~~ */
div.toplinks{
	float:right;
	padding-left:10px;
	padding-top:20px;
	width: 500px;
}
.topnav {
	width: auto;
	list-style-type: none;
	font-size:16px;
	text-align:center;
}
	 
.topnav a {
	display: block;
	width: auto;
	color:#CC0000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 16px;
}

.topnav li {
	float:right;
}
 
.topnav a:link { 
	color:#4182C4;  
	text-decoration:none;   
} 

.topnav a:hover { 
	color:#4182C4; text-decoration: underline;  
}
 
/* ~~top search~~ */
div.topsearch{
	float:right;
	padding-right:10px;
	padding-top:5px;
	margin-top: 10px;
	width: 300px;
	text-align: right;
}

/* ~~ Search properties ~~*/
.sub	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	padding-bottom:2px;
	height: 24px;
	width: 66px;
	border: 1px solid #999;
	text-align:center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	background-color: #CC0000;
}

input.search	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666;
	background: #fff;
	height: 21px;
	width: 200px;
	border: 1px solid #CC0000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-left:4px;
	vertical-align:bottom;
}

input.sub:hover{
	background:#fff;
	color:#666;
	border: 0px;
}

/* ~~top tetx area~~ */	
	div.topblurb{
	padding-top:20px;
	float:right;
	width:400px;
}
	
p.topblurb {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size:16px;
	font-family :Arial,sans-serif;
	color:#fff;
}

/* banner*/ 
.banner{ 
	padding:10px;
	background:#c8c8c8;
	width:510px;
	height:160px;
	margin:6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #fff;
}

/* center navigation*/ 
.menu1{
	width:1024px;
	line-height:45px;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-bottom: 3px;
}
.nav1 {  
	line-height:45px; 
	list-style-type: none;   
	font-size:14px;    
} 
.nav1 a {
	display: block;
	line-height: 45px;
	height:45px;
	padding:0 19px;
	color:#333333;
}
.nav1 li {  
	float:left;  
} 
.nav1 a:link {
	color:#333333;
	text-decoration:none;
} 
.nav1 a:hover { 
	color:#fff; 
	text-decoration:none;   
} 

.shop_f img{ 
vertical-align:middle;
padding-left:120px;/* ~~the width depends on the text links to the left of the cart icon, you may need to adjuct accordingly~~ */
}

/* ~~right hand section~~ */
.sidebar1 {
	float: left;
	width: 216px;
	background-color:transparent;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	padding-top: 10px;
}

/* ~~main content~~ */
.content {
	width: 781px;
	float: right;
	margin-right:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.borders {
	padding: 5px;
	width: auto;
}


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

/* ~~content on inner pages that require a border~~ */
.content1{
	margin:12px 6px 6px 0px;
	border: 1px solid #dedede;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:2px;
}

/* ~~ right hand menu ~~ */
div.rightmenu{
	background:#F6F6F6;
	border: 1px solid #dedede;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

div.menutitle{
	padding-left:30px;
	padding-top:5px;
	height:30px;
	margin:2px;
	color:#fff;
	font-size:18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: url(images/left_title.jpg);
	background-repeat: no-repeat;
}
div.HPtitle {
	padding-left:30px;
	padding-top:5px;
	height:30px;
	color:#fff;
	font-size:18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: url(images/homepage_title.jpg);
	background-repeat: no-repeat;
	width: 742px;
}
.dashedBorders strong a {
	text-decoration: none;
}



ul.nav {
	list-style: none; 
	margin-bottom: 15px;
}

ul.nav li {
	border-bottom: 1px solid #dedede; 
	margin:4px;}
	
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 8px;
	display: block; 
	text-decoration: none;
	color: #666;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #000;
}


/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #CCC;
	position: relative;
	clear: both; 
	height:130px;/* ~~ If you add extra content to the footer you will need to increase the height here. ~~ */
}
div.footer1{
	width:1024px;
	margin: 0 auto;
}

.foo2{
	font: 12px Arial, Helvetica, sans-serif;
	float:left;
	width:192px;
	padding: 10px;
	border-right: 1px dotted #666;
	color: #666;
	padding:0 10px 10px 10px;
	line-height:1.7em;
}

.foo3{
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	float:left;
	width:192px;
	padding:0 10px 10px 10px;
	border-right: 1px dotted #666;
	line-height:1.7em;
}
div.copy{
	float:left;
	width:342px;
	padding: 0 0 0 10px;
	border-right: 1px dotted #666;
}
div.fb{
	float:right;
}

p.foothead{
	font-weight:bold; 
	text-align:left;  
	border-bottom:solid 1px #666;
	margin: 0px;
	font-size:16px;
	color:#336699;
	line-height:25px;
}

/* ~~ 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;
}

/* ~~ Home page top ~~ */
div.hometop{
	padding:20px 20px 0 0;
	float:left;
	width:760px;
}
.homeTable {
	border: 1px solid #C9C9C9;
}
.homeTable a {
}


div.hometop1{
	padding:20px 20px 0 0;
	width:220px;
	float:left;
}

/*Home page products*/
div.cntprod{
	border: 1px solid #dedede;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:8px;
	margin:4px;
	height:456px;
}
	

div.prod1{
	border-right: 1px #dedede dotted;
	width:332px;
	padding:6px;
	float:left;
}
div.prodt{
	width:125px;
	float:left;
}

div.prodblurb{
	width:180px;
	float:right;
	color:#666;
}

div.prod2{
	width:332px;
	padding:6px;
	float:right;
}

p.prodheadtop{
	font-weight:bold;
	text-align:left;
	border-bottom:solid 1px #dedede;
	margin: 0px;
	font-size:20px;
	color:#B62424;
	line-height:25px;
}

p.prodhead{
	font-weight:bold; 
	text-align:left;  
	border-bottom:solid 1px #dedede;
	margin: 0px;
	font-size:16px;
	color:#336699;
	line-height:25px;
}
div.prod3{
	border-right: 1px #dedede dotted;
	width:332px;
	padding:6px;
	float:left;
}
div.prod4{
	width:332px;
	padding:6px;
	float:right;
}
p.homeprice{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

/* ~~ Mini cart ~~*/
td.mincart {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding:2px;

}
p.mincart {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
}
table.mincart
{
	background-color: #E8F2F7;
	width: 210px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:4px;
}

/*Table backgrounds*/
table.cobtbl{
	background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
} 

td.cobhl{
	background-color:#f6f6f6;
	font-weight: bold;
	color:#333;
}

td.cobll{
	background-color: #fff;
	color : #333;
}
/*Product settings*/
div.prodcurrency, span.extracurr {
	font-size: 10px;
	font-family : Arial,sans-serif;
	color: #666;
	text-align: center;
	width: 100%;
}
.prodprice, .detailprice{
	font-size: 16px;
	padding:4px;
}

.prodimage {
	vertical-align : top;
	border: 1px dotted #DEDEDE;
}
.prodid, .prodmanufacturer, .prodinstock, .detailid{
	color:#666;
}
.prodname, .detailname{
	font-size: 16px;
	padding:4px;
}
.proddescription{
	line-height:18px;
	padding-bottom:8px;
}

.discountsapply{
	font-size:12px;
	color:#55A6FF;
	font-weight:bold;
}

div.detaildiscounts, div.proddiscounts, div.catdiscounts, div.allproddiscounts{
	font-size:13px;
	color:#55A6FF;
	padding-bottom: 4px;
}

/* ~~ Horizontal rule ~~*/
HR {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #B62424;
}
.prodname, .detailname{
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
}
.tabpanelcontent {
	padding: 5px;
	font-size: 14px;
	line-height: 125%;
	color: #333333;
}
.tableHeight
{
	height: 270px;
}
.tdHeight
{
	height: 58px;
	vertical-align: top;
}.catimage {
	text-align: center;
	padding: 3px;
	border: 1px solid #9999CC;
}
.container .sidebar1 .rightmenu #ectform #mlsuname {
	margin-bottom: 5px;
}
.container .sidebar1 .rightmenu #ectform #mlsuemail {
	margin-bottom: 5px;
}
.container .sidebar1 .rightmenu #ectform .minimailsignup minimailsubmit {
	margin-bottom: 5px;
}
.home-images {
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	background-color: #FFF;
}
.rightmenu #ectform {
	padding-left: 5px;
}
.minimailsignup.minimailsubmit {
	margin-left: 122px;
}
#Buy {
	margin: 0px;
	padding: 0px;
}
.dashedBorders {
	border: 1px dashed #C0C0C0;
}