html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y:scroll;

}

/*base*/
p 		{font-size:99%; }	
hr 		{color:#B4C0CF; background:#E5E5E5;}
fieldset,img{border:0;}
ul	{margin:0px; padding:0px; list-style:none;}
td		{}
form,.breaditem	{display: inline;}
checkbox, radio {font-size:90%; color:#333; background:#FFF;}
select {
	font-size:110%;
	color:#333;
	background:#FFF;
	border: 1px solid #999999;
}
#holiday{
	background-color: #D20000;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#holiday p{	font-family: Helvetica, verdana;
	font-size: 18px;
	margin: 5px;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}
.attributesradio{
	background-color: #FCFCFC;
	margin-bottom: 2px;
}
#boxcart-content{
	display: inline;
	float: left;
	position: relative;
}
label
{
	font: normal 12px/20px Arial, Sans-serif;
	color: black;
	vertical-align: middle;
}
label.buy{
	float:left;
	color: #666666;
	padding: 3px;
}
label.createaccount{
	float:left;
	width: 100px;
	color: #666666;
	padding: 3px;
}label.newsletter{
	float:left;
	width: 100px;
	color: #666666;
	padding: 6px;
	font: normal 12px/20px Arial, Sans-serif;
	margin-left: -105px;	
}
input[type="checkbox"] {
	margin: 3px 3px 3px 4px;
	font-size: 16px;
}

.fieldboxes{
	margin: 5px;
	padding: 5px;
}
.manuBox{
	font-size: 14px;
	color: #333333;
	padding: 5px;
	border: 1px solid #ECECEC;
}
textarea {width:80%; font-size:90%;}
h1, h3	{font-size:15pt; margin: 0px; padding:0px;}
h2		{font-size:11pt; margin:0px; padding:0px;}
br		{clear: left;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
	background-image: url(../../images/categories/button-search.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}

#header .links a:hover {
	text-decoration: underline;
}
.cartlink {
padding-right: 0px;padding-left: 0px;
}

.cartlink img{
	margin-bottom: 0px;
	margin-top: 3px;
	cursor: pointer;
}

#cart{
	position: absolute;
	top: 130px;
	z-index: 9;
	right: 250px;
	min-width: 300px;
}

#cart.active .content {
display: block;z-index: 9;
}
#cart .empty {
	padding-top: 50px;
	text-align: center;
	color: #333333;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
	font-weight: normal;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total, .mini-cart-total a {
	text-align: right;
	color: #AF010E;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}

/*==================================== layout  ====================================*/ 


#header #logo {
	position: absolute;

}
#content{
	width:668px;
	float:left;
	padding:10px;
}

#footer {width:100%; height:30px; clear:left; float:left; border-top:0px solid #eee;}

/*=====================================  End layout  ====================================*/ 




/*====================================  Top Menu  ====================================*/ 

#top-nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:normal;
	margin:0px;
	font-weight:bold;
	padding:0px;
	
}

#option li {
	float:left;
	padding:0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/*Search*/
.searchBox {font-size:90%; color:#666; background:images/whitebg.jpg) no-repeat; border:none; margin:1px 0 0 65px; padding:5px;}
#option input{border-radius:11px; -moz-border-radius:11px; -webkit-border-radius:11px; -o-border-radius:11px; width:130px;}

/*====================================  End Top Menu  ====================================*/ 





/*====================================  Left Side Menu  ====================================*/


a.subcat1 {
	color:#333;
	text-decoration:none;
	display:block;
	text-align:left;
	font-weight:normal;
	background-color: #FFFFD7;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 6px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
} 
a.subcat2 {color:#333; text-decoration:none; display:block;  padding:5px 0 5px 10px; margin:2px 0px 2px 20px; } 
a.subcat3 {color:#333; text-decoration:none; display:block;  padding:5px 0 5px 10px; margin:2px 0 2px 30px;} 
a.subcat1:hover,A.subcat2:hover,A.subcat3:hover {
	text-decoration:none;
	background-color: #FFFFB3;
} 

/*====================================  End Left Side Menu  ====================================*/





/*display:none;====================================  Right Side  ====================================*/

#productadded1 {display:none; padding:10px; margin:3px 0px 1px 1px; background:#fff; width:126px; height:80px;align:right;}
#productadded {
	border: 1px solid #C4E0FF;
	padding: 9px;
	margin-bottom: 4px;
	color: #000;
	background-color: #E6F2FF;
	margin-left:10px;
	width: 643px;display:none;
}
.hidr{
	cursor: pointer;
}
.hidr:hover{
	text-decoration: underline;
}
/*====================================  End Right Side  ====================================*/





/*====================================  Home Content  ====================================*/

/*Top Add*/


.next,.prev{
color: #333;
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#F8F8F8));
filter: progid:DXImageTransform.Microsoft.Gradient
 (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#f8f8f8');
background: -moz-linear-gradient(top, white, #F8F8F8);
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#F8F8F8));
font-family: 'Open Sans', sans-serif;font-size: 60%;
border: 1px solid #999;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px;
cursor:pointer;}


.imagescroll { width:150px; list-style-type:none; text-align:center; float:left; padding:0px 1px; margin:2px;}
.scrolltext,.scrolltext p{text-align:right; font-size:13px; line-height:20px; margin:1px; padding:3px;}



.text{color:#000; font-size:15px; padding:0px; margin:0px;}
#introListing {
	font-size: 15px;
font-family: 'Open Sans', sans-serif;	color: #666666;
	margin-top: 9px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	line-height: normal;
	background-color: #FAFAF3;
	padding: 14px;
}

/*Products*/
.popular{
	border:1px solid #ececec;
	margin-bottom:5px;
	padding-bottom: 5px;
}
.popname{text-align:center; margin:0px; padding:0px; font-weight:normal; line-height:normal; height:29px;}
.prodList {
	width:320px;
	list-style-type:none;
	text-align:center;
	float:left;
	border:1px solid #ececec;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right:7px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.prodList:hover{
	background-color: #FDFCF1;
}
.prodList li {margin:0; display:-moz-inline-box;  /* for Mozilla based browsers */	display:inline-block; clear:both;}
.prodList li a {display: block;  /* for Mozilla based browsers */ display:inline-block;	padding:1px; text-decoration:none; color:#333; font-size:15px;}
.prodList li a:hover {
	text-decoration:none;
	color:#063;
	
}
.prodList a{text-align: center;}

.prodlistbox {height:35px; margin:0px; color:#666; padding:0 3px; font-size:10px; text-align:left; line-height:normal;} 

.prodlistimage {
	text-align:center;
	vertical-align:bottom;
	background-color: #FFFFFF;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 3px;
} 
.prodlistimage a{text-align:center; margin:0px; padding:0px; vertical-align:bottom;} 

.prodlistnamebox {text-align:center; margin:0px; padding:0px; font-weight:normal; line-height:normal; height:50px; overflow:hidden;} 

.prodlistname {
	text-align:center;
	margin:0px;
	padding:0px;
	font-weight:normal;
	line-height:normal;
	height:55px;
	width: 300px;
} 
.prodlistname a {text-align:center;	margin:0px;	padding:0px; font-weight:normal;}

.specialoffer {text-align:center; color:#D90000; font-size:16px; font-weight:bold;}


/*====================================  End Home Content  ====================================*/





/*====================================  Inner page Content  ====================================*/

.breadcrumb {font-size:11px; font-weight:normal; text-transform:capitalize; color:#666; padding:6px 0 3px; margin-left:3px;}
.breadcrumb a{
	font-size:11px;
	color:#666;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
}
.breadcrumb a:hover{text-decoration:underline;}
.breaditem{
	display: inline;
}
.inputBox { background:#fff;}
.prodListing{
	width:100%;
	margin:10px 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}
.button{
	color: #F9F9F9;
	line-height: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	box-shadow: 0px 2px 2px #DDD;
	cursor: pointer;
	background: #7F2F1D;
	padding: 5px;
}.button hover{
	text-decoration: none;
}
.cssButton{
	color: #F9F9F9;
	line-height: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	box-shadow: 0px 2px 2px #DDD;
	cursor: pointer;
	background: #7F2F1D;
	padding: 5px;
}input.cssButton,button#hidr.cssButton {
margin: 0;
border: 0;height: 30px;

padding: 0px 12px 0px 12px;
}

.red,.stockWarning {color:#E60000;}

.createaccountBox {font-size:110%;color:#333; border:1px solid #ddd; padding:3px; }

#catdisplay {background:#FFF;  text-transform:none; }
.catdesc{
	font-size:13px;
	font-weight:normal;
	text-transform:none;
	padding:6px;
	color: #626262;
	font-family: Verdana, Geneva, sans-serif;
}
.proddisplay{
	font-weight:normal;
	text-transform:none;
	background:#FFF;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.quickspecs li {font-size:12px; list-style-position:inside; list-style-type:square; line-height:21px; padding-top:2px;}

.catList {
	width:159px;
	list-style-type:none;
	text-align:center;
	float:left;
	height:225px;
	border:1px solid #ECECEC;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: -1px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	
}
.catList a{font-size: 15px;
	font-variant: normal;
	text-transform: capitalize;
}
/*====================================  End Inner page Content  ====================================*/






/*====================================  Fotter  ====================================*/

blockquote{
	color:#999;
	width: 500px;	font-weight:normal;
	font-size:13px;
	padding:5px;
	font-style: italic;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
}

.quote div {padding:10px 14px;}

.footertext, .footertext a{
	font-size:x-small;
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
}

/*====================================  End Footer  ====================================*/

 

/*====================================  Misc.  ====================================*/
 .listings{margin-bottom: 5px;width: 100%;}

.listings a{font-size: 97%;text-decoration: underline;}

.firebox {visibility: hidden;height:1px;}

.moduleRowOver {
	background-color: #F2F2F2;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}
.moduleRowSelected {background-color: #EBF4FE;color: #000000;}
.checkoutBarFrom, .checkoutBarTo {font-size:90%;color: #666666;font-weight: normal;}
.checkoutBarCurrent {font-size: 90%;font-weight: normal;}
#marqueecontainer{position: relative;height: 610px;overflow: hidden;text-decoration: none;}
.redbackgroundmessage {font-size: 100%;background-color: #FF0000;color: #FFFFFF;padding: 3px;}
.productDesc {font-size:80%; color: #666666;}

TABLE.attributes {background-color: #FFFFFF;color: #000000;	font-size: 90%;	text-transform: none;font-weight: normal;border: 1px solid #F3ECF9;}

.pages{padding: 0px;margin: 0px;font-size: 15px;}
.maintext{color: #333333;font-size: 13px;}

ul#mannav{width: 30em;  list-style-type: none;line-height: 25px;}
ul#mannav li{ float: left; width: 10em;}
ul#mannav li a{display: block;width: 7em;font-size: 13px;list-style-type: disc;	text-decoration: underline;}
ul.mannav li a:hover{ color: #FFF;  background-color: #ccc; }

div.manstuff{padding: 10px;	margin:0px 1px 1em 15px;display: inline-block;position: absolute;z-index: 99;left: 400px;top: 135px;border: 1px solid #999999;background-color: #ffffff;}

.prodlistcontents {text-align: center;margin: 0px;padding: 0px;} 
 
#photos {
	border: 0px solid #E7E7E7;
	float: left;
	width: 340px;
}
#cart-image-1{
	width:300px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#photos a {
	background-color: #FFFFFF;
	border: 1px solid #E7E7E7;
	padding: 5px;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#quickspecs {
	float: left;
	width:300px;
	border: 0px solid #E7E7E7;
	padding: 5px;
	color: #666666;
}
#quickspecs li {
	margin-bottom: 12px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}

#productdescription {
	border: 1px solid #E7E7E7;
	background-color: #FFFFFF;
	clear: left;
	float: left;
	padding: 10px;
	margin: 3px;
	width:634px;
	color: #333333;
}
#productdescription p {color: #333333;}
#productdescription li {
	padding: 1px;
	list-style-type: disc;
	margin-left: 20px;
}
#prodresults {
	bottom: 0;
	width: 634px;
	background-color: #F9F9F9;
	padding: 10px;clear: both;margin: 0px;
}

#pageresults {
	bottom: 0;
	background-color: #F9F9F9;
	padding: 10px;clear: both;margin: 3px;
}
.pResults{
	color:#666666;
	font-size:12px;
	clear:both;
	text-align:left;
	padding: 10px;
	background-color: #F8F9F7;
	margin-bottom: 5px;
}
.pResults a{
	color:#666666;
}
.pResults a:hover {
	text-decoration:underline;
	color:#333;
}

TD.tableHeading {font-size: 10px;font-weight: normal;text-transform: capitalize;color: #666666;	padding-bottom: 6px;}

.block {width:600px;text-align:left;}
.weightbasket{font-size: 11px;color: #333333;background-color: #FBFBFB;	border: 1px solid #CCCCCC;	padding: 5px;margin: 0px;line-height: 16px;}
input.bebox, textarea.bebox {
border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #ddd;
		-moz-box-shadow: 0 2px 2px #ddd;
		-webkit-box-shadow: 0 2px 2px #ddd;
	}
input.bebox[type="text"],textarea.bebox {
	border: 1px solid #ccc;
			font-size: 15px;
			margin-bottom: 10px;
			padding: 8px 10px;
		
	}
			input.bebox.email {width: 310px; background: #fff url(images/categories/email.png) no-repeat center right }
		input.bebox.name {
	background: #fff url(images/categories/name.png) no-repeat center right;
	width: 310px;
}
.social-button-container {
overflow: hidden;
margin-top: 8px;
}.social-button {
float: left;
width: 100px;
height: 20px;
}#zoom {
	z-index:99;
}body	{
	color:#222222;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0 auto;
		background-image: url(images/categories/bg6.png);
	background-color: #EAEBED;
}
a		{font-size:100%; color:#888888; text-decoration:none;}
a:hover	{color:#000; text-decoration:underline;}
p, scrolltext p, #cart{color: #888888}
#wrap {
	margin:5px auto;
	width:1025px;
	background:#ffffff;
	border:1px solid #B3B6BD;
	padding:0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
#headwrap {
	border: 14px solid #FDFCF1;-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
}

#header {
	padding-bottom: 0px;
	position: relative;
	z-index: 99;
	height: 109px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FDFCF1;
}
#menu {
	clear:both;
	width:150px;
	float:left;
	color:#000;
	margin-bottom:0px;
	margin-left:6px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}
#leftmenu { color:#000; float:left; margin:10px 0; padding:6px 0; width:150px;}
#header .links a,.cartlink  {
	float: left;
	display: block;
	color: #888888;
	text-decoration: none;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 7px;cursor: pointer;
}

#option {
	padding:0px;
	list-style:none;
	height:30px;
	padding:0 15px;
	margin:0px;
	border-radius:5px 5px 0px 0px;
	-o-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
background: #7F2F1D;
	background-image: url(/images/categories/black1.png);
}
#option li a {display:block;height:25px;line-height:25px;float:left;color:#FCFCFC;text-decoration:none;	padding:0 16px;font-family:Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;font-weight: normal;}
#option li a:hover{
	color:#D4D4D4;
	text-decoration:none;
}
.border {
	color: black;
	width: 100%;
	height: 3px;
	background-color: white;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/categories/topnav.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
p.smalltext,.h1,.smalltext {
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	color:#5A5F67;
	font-size:24px;
	font-weight:bold;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 3px;
	background:#ffffff;
}
.cattitle{
	font-family: 'Anaheim', sans-serif;
	color: #FFFFFF;
	font-size:22px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 15px;
	font-weight: normal;
	background-color: #5A5F67;
	background-image: url(images/categories/black1.png);
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
h1.fn {
	font-family: 'Anaheim', sans-serif;
	color: #1D3822;
	font-size:150%;
	font-weight:bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 3px;
	background:#ffffff;
}
#productdescription p{color:#2222222;}
a.menu {
	color:#454950;
	text-decoration:none;
	display:block;
	text-align:left;
	font-weight:normal;
	padding-top: 12px;
	padding-right: 0;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 12px;
	padding-left: 10px;
	font-size: 16px;
	background: #feffe8; /* Old browsers */
	background: -moz-linear-gradient(top,  #FDFCF1 0%,#FDFBE4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDFCF1), color-stop(100%,#FDFBE4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,   #FDFCF1 0%,#FDFBE4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,   #FDFCF1 0%,#FDFBE4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,   #FDFCF1 0%,#FDFBE4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FDFCF1 0%,#FDFBE4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDFCF1', endColorstr='#FDFBE4',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	border: 1px solid #EAEAD5;
}

a.menu:hover {background: #d6dbbf; /* Old browsers */
background: -moz-linear-gradient(top,  #FDFBE4 0%,#F8F4CD 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDFBE4), color-stop(100%,#F8F4CD)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,   #FDFBE4 0%,#F8F4CD 100%);
background: -o-linear-gradient(top,   #FDFBE4 0%,#F8F4CD 100%);
background: -ms-linear-gradient(top,   #FDFBE4 0%,#F8F4CD 100%);
background: linear-gradient(to bottom, #FDFBE4 0%,#F8F4CD 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDFBE4', endColorstr='#F8F4CD',GradientType=0 ); /* IE6-9 */
}

#header #welcome a{
	color: #888888;
}
#starred{
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	
}
.starproducts {
	width:100%;
	height: 250px;
}
.starproducts li{
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3c5e12;
	margin-right: 6px;
	margin-left: 6px;
	border: 1px solid #D7D7D7;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	background-color: #F0F0E6;
	border-radius: 6px;
	position: relative;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.11);
}
.starprodstext{
	float: right;
	width: 280px;
	margin-top: 25px;
	color: #5A5F67;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	margin-right: 15px;
	text-align: right;
	font-weight: bold;
}
.starprodstext a {
	color: #5A5F67;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	
}
.starprodsimg {
	float: left;
	width: 300px;
	background-color: #FFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #F8F8F1;
	margin-left: 10px;
}
.starprodsprice{
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	color: #7F2F1D;
	margin-right:15px;
	margin-top: 5px;
	font-weight: bold;
}
.starprodsnext{
	float: right;
	font-size: 20px;
	margin-right: 15px;
	margin-top: 30px;
	position: absolute;
	bottom: 15px;
	right: 1px;
}

.scrolltext a {font-size:16px; font-weight:bold; margin:0px; padding:0px; color:#E5006B;}
.messagebox,h6 {
	border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:13px;
	color:#F9F9F9;
	padding:6px;
	text-align:center;
	font-weight: normal;
	background-color: #5A5F67;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.prodlistprice {
	text-align:right;
	color:#7F2F1D;
	font-size:22px;
	padding:0px;
	font-weight:bold;
	clear:left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.featured {
	width:662px;
	text-align:left;
	float:left;
	color:#7F2F1D;
	font-size:24px;
	font-weight:bold;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 6px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 1px;font-family: 'Open Sans', sans-serif;
}

#lower {
	width:970px;
	float:left;
	padding:10px;
	clear: left;
	margin-right: auto;
	margin-left: auto;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A5F67;
}

#cart .content {display: none;
	clear: both;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid  #ffffff;
	border-left: 1px solid  #ffffff;
	border-right: 1px solid  #ffffff;
	border-bottom: 1px solid  #ffffff;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDD;
	background:#fff;
	font-size: 12px;
	font-weight: normal;
}
.menuimage{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#loginb{
	border: 1px solid #DDDDDD;
	padding: 8px;	-webkit-box-shadow: 0px 2px 2px #DDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDD;border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}#logincustomers{
	float: left;
	width: 50%;
	position: relative;
	height:320px;
	padding-left: 10px;
}
.loginbutton{
	margin-bottom: -1px;
	position: absolute;
	right: 12px;
	bottom: 12px;
}
#newcustomers{
	float: left;
	position: relative;
	width: 45%;
	height:320px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E4DD;
}
#createac{
	float: left;
	position: relative;
	height:380px;
	margin-left:13px;
}
.addto{

}

