@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background:url(img/bgd.jpg) #f3f2eb repeat-x;
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#3d4149;
}

img {
	border:none;
}

.icon {
	vertical-align:middle;
}

h1 {
	font-size:18px;
	margin:5px 0px;
	font-weight:normal;
}

h1 span {
	color:#7f1921;
}

h2 {
	font-size:15px;
	margin:5px 0px;

}

h3 {
	font-size:10px;
	color:#7f1921;
	margin:5px 0px;
}
a {
	color:#ac5a5a;
	text-decoration:none;
}
a:hover {
	text-decoration:under-line;
}
p {
	text-align:justify;
	margin:15px 0px;
}

.link_right {
	 float:right;
}

.link_right_space {
	float:right;
	margin-right: 12px;
}

.spacer {
	clear:both;
	height:1px;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

.hrule {
	clear:both;
	background:#d1cec9; 
	height:1px;
	margin:0px; 
	padding:0px; 
	display:block; 
	overflow:hidden;
}

.hrule2 {
	 clear:both;
	 background:url(img/border.gif) repeat-x; 
	 height:2px; 
	 overflow:hidden; 
	 padding:0px; 
	 margin:0px;
}


.hrule3 {
	clear:both;
	background:#d1cec9; 
	height:2px;
	margin:0px; 
	padding:0px; 
	display:block; 
	overflow:hidden;
}

.head_left {
	 float:left;
}

.head_right {
	 float:right; 
	 font-size:12px; 
	 font-weight:bold; 
	 padding-top:10px;
}

/********** container styles ***********/

#container {
	display:block; 
	width:1090px; 
	margin:0px auto;
}

/********** header styles ***********/

#header {	
	display:block; 
	height:115px; 
	overflow:hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/headerbg.png');
}

div > /**/ #header {
	background:url(img/headerbg.png) no-repeat;
}

#header .hleft {
	width:190px; 
	float:left; 
	padding-top:10px; 
	padding-left:20px;
}

#header .hright {
	width:730px; 
	float:right; 
	padding-top:18px;
}

#header .topbar {
	text-align:right; 
	font-size:12px; 
	color:#ac5a5a;
		padding-right:10px;
}

#header .topbar .feed {
	color:#ac5a5a; 
	font-size:11px; 
	text-decoration:none; 
	margin-right:20px; 
	margin-left:5px;
}

#header .topbar .feed:hover {
	text-decoration:underline;
}

#header .topbar .txtbox {
	color:#000000; 
	font-size:11px; 
	width:110px; 
	vertical-align:middle; 
	margin:0px 8px 0px 15px; 
	padding:2px 3px;
}

/********** topnav styles ***********/

#topnav {
	display:block;
	padding-top:30px;
	padding-left: 32px;
}

#topnav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#topnav  ul li {
	display:block;
	float:left;
	font-size:14px;
	padding:8px 14px 0px 15px;
	height:26px;
	border-right:1px solid #eec1d3;
}

#topnav  ul li a {
	color:#ac5a5a;
	text-decoration:none;
}

#topnav .active a {
	color:#df4f70;
}

#topnav  ul li a:hover {
	text-decoration:underline;
}

#topnav .last {
	border:none;
}

/********** banner styles ***********/

#banner {
	 display:block;  
	 width:1053px; 
	 height:256px;
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/borderimg.png');
	 padding-top:25px;
	 padding-left:37px;
	 font-size:11px;
	 overflow:hidden;
}

div > /**/ #banner {
	 background:url(img/borderimg.png) no-repeat;
}

#banner a {
	color:#FFFFFF;
	text-decoration:none;
	position:absolute;
	margin-left:750px;
	margin-top:230px;
}

#banner a:hover {
	text-decoration:underline;
}


/********** banner_inner styles ***********/

#banner_inner {
	 display:block;  
	 width:1053px; 
	 height:24px;
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/bannerbg2.png');
	 padding-top:0px;
	 padding-left:37px;
	 font-size:11px;
	 overflow:hidden;
}

div > /**/ #banner_inner {
	 background:url(img/bannerbg2.png) no-repeat;
}


/********** content styles ***********/

#content {
	 display:block; 
	 width:1060px; 
	 padding:0px 15px;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/contbg.png');
}


div > /**/ #content {
	 background:url(img/contbg.png) repeat-y; 
}

#content .wrap {
	 background:url(img/cont_inbg.jpg) top left no-repeat; 
	 width:1000px;
	 padding:20px 30px;
	 position:relative;
}

#content .narrowleft {
	 width:160px; 
	 float:left;
	 padding-left:0px;
}

.narrowleft ul {
	 list-style:none;
	 list-style-type:none;
	 margin:0 0 20px 0;
	 padding:0;
}

.narrowleft li {
	background:url(img/bullet.gif) 3px 5px no-repeat;
	padding-left:15px;
	margin:3px 0px;
}

.narrowleft li a {
	color:#7f1921;
	text-decoration:none;
}

.narrowleft li a:hover {
	text-decoration:underline;
}

.narrowleft li ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#content .leftcol {
	 width:302px; 
	 float:left;
	 padding-left:15px;
}

#content .rightcol {
	 display:block; 
	 width:504px; 
	 float:right;
}

#content .rightcol .product {
	 text-align:center; 
	 padding:15px 0 0 0;
}

#content a {
	color:#7f1921;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content .pads {
	 padding:0px 15px;
}

#contbot {
	 display:block; 
	 height:25px; 
	 overflow:hidden; 
	 width:1090px;
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/contbotbg.png');
}

div > /**/ #contbot {
	 background:url(img/contbotbg.png); 
}


/********** content_inner styles ***********/

#content_inner {

	 display:block; 
	 width:1060px; 
	 padding:0px 15px;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/contbg.png');
}


div > /**/ #content_inner {
	 background:url(img/contbg.png) repeat-y; 
}

#content_inner .wrap {
	 background:url(img/cont_inbg2.jpg) top left no-repeat; 
	 width:990px;
	 padding:10px 35px 20px;
	 position:relative;
}

#content_inner h1 {
	font-size:16px;
	font-weight:bold;
	color:#3d4149;
	margin:0px;
}

#content_inner h1 span {
	font-size:11px;
	color:#7f1921;
	font-weight:normal;
}

#content_inner .border {
	 background:url(img/border2.gif) 180px repeat-y; 
	 margin-top:10px;
}

#content_inner .leftcol {
	 display:block; 
	 width:165px; 
	 float:left;
	 padding-left:5px; 
	 padding-top:5px;
}

#content_inner .leftcol .txtbox {
	 width:153px; 
	 margin:3px 0px; 
	 font-size:11px; 
	 padding:2px;
}

#content_inner .leftcol .button {
	 margin-right:5px; 
	 margin-top:5px;
}

#content_inner .reviews {
	 display:block; 
	 font-size:15px; 
	 color:#3d4149; 
	 text-decoration:none; 
	 background:url(img/bullet2.gif) 146px 50% no-repeat; 
	 font-weight:bold;
}

#content_inner .rightcol {
	 width:765px; 
	 float:right; 
	 padding-right:20px !important; padding-right:10px; 
	 padding-top:5px;
}

#content_inner .try {
	 position:absolute; 
	 margin-left:15px;
}

#content_inner .info {
	font-size:12px;
}

#content_inner .info .author {
	 color:#7f1921; 
	 font-weight:bold;
}

#content_inner .info a {
	 color:#7f1921; 
	 text-decoration:none;
}

#content_inner .info a:hover {
	text-decoration:underline;
}

#content_inner .ingredients {
	 font-size:12px; 
	 font-weight:bold;
}

#content_inner .ingredients  .normal {
	 font-weight:normal;
}

#content_inner .link {
	display:block; 
	text-align:right;
}

#content_inner .link a {
	color:#7f1921;
	text-decoration:none;
}

#content_inner .link a:hover {
	text-decoration:underline;
}

/********** tips styles ***********/

.tips {
	 display:block; 
	 float:right;
	 width:289px; 
	 background:url(img/grey_block_top.gif) top left no-repeat #e6e3dd; 
	 margin:0px;
	 margin-left:10px;
	 margin-bottom:10px;
}

.tips .cont {
	 background:url(img/grey_block_bot.gif) bottom left no-repeat; 
	 padding:10px 20px;
}

.tips p {
	margin:5px 0px;
	line-height:18px;
}

.tips h2 {
	height:29px; 
	border-bottom:1px solid #D1CEC9;
	display:block; 
}

.tips .hrule {
	margin-bottom:10px;
}

/********** grad_block styles ***********/

.grad_block {
	 display:block; 
	 background:url(img/gradient.jpg) top repeat-x; 
	 padding:10px 15px; 
	 width:474px;
}

.grad_block h2 {
	 color:#7f1921;
}

.grad_block .txtbox {
	background:#FFFFFF !important;
	font-size:11px;
	padding:2px;
	vertical-align:middle;
	width:130px;
	margin-left:10px;
}

.grad_block .label {
	font-size:13px;
	font-weight:bold;
}

/********** subnav styles ***********/

.subnav {
	padding:0px;
	margin:0px;
	list-style:none;
	font-size:12px;
}

.subnav li {
	background:url(img/bullet.gif) 3px 5px no-repeat;
	padding-left:15px;
	margin:3px 0px;
}

.subnav li a {
	color:#7f1921;
	text-decoration:none;
}

.subnav li a:hover {
	text-decoration:underline;
}

.subnav li ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

/********** midbar styles ***********/

.midbar {
	 display:block; 
	 border-bottom:1px solid #e5e5e5; 
	 height:30px;
}

.midbar .mb_left {
	 float:left; 
	 font-size:12px; 
	 width:525px; 
	 padding-top:4px; 
	 color:#262626;
}

.midbar .mb_left strong {
	 color:#7f1921;
}

.midbar .mb_right {
	 float:right; 
	 width:365px;
	 padding-right: 25px;
}

.midbar .mb_right .txtbox {
	 width:100px; 
	 font-size:11px;
	 vertical-align:middle;
}

.midbar .mb_right input {
	  vertical-align:middle;
}

/********** categories styles ***********/

#categories {
	display:block;
	width:820px;
	margin-left:-18px;
	margin-right:-20px;
	margin-top:-10px;
	margin-bottom:-10px;
}

#categories a {
	text-decoration:none;
	color:#FFFFFF;
}

#categories .block {
	display:block; 
	width:248px; 
	height:248px; 
	overflow:hidden;
	float:left;
	margin:10px;
}

#categories .block .label {
	font-size:21px; 
	color:#FFFFFF; 
	font-family:'Times New Roman', Times, serif; 
	position:absolute; 
	margin-top:217px; 
	margin-left:12px;
}

/********** results styles **********/

#results {
	display:block; 
	position:relative; 
	width:783px; 
	margin-left:-5px;
}

#results .bar01 {
	display:block; 
	height:29px; 
	background:url(img/bar01_left.gif) top left no-repeat #cccccc; 
	width:783px; 
	margin:2px 0px; 
	font-size:12px; 
	color:#484848;
}

#results .bar01 .inner {
	background:url(img/bar01_right.gif) top right no-repeat; 
	display:block; 
	height:29px;
}

#results .bar01 .inner .left {
	font-weight:bold; 
	padding-left:12px; 
	padding-top:7px; 
	float:left;
}

#results .bar01 .inner .right {
	float:right; 
	padding-right:12px; 
	padding-top:5px;
}

#results .bar01 .inner .right select {
	vertical-align:middle; 
	font-size:12px; 
	width:45px;
}

#results .bar02 {
	display:block; 
	height:29px; 
	background:url(img/bar02_left.gif) top left no-repeat #e5e5e5; 
	width:783px; 
	margin:2px 0px; 
	font-size:12px; 
	color:#484848;
}

#results .bar02 .inner {
	background:url(img/bar02_right.gif) top right no-repeat; 
	display:block; 
	height:29px;
}

#results .bar02 .inner .left {
	float:left; 
	padding-left:12px; 
	padding-top:7px;
}

#results .bar02 .inner .left a {
	color:#903e53;
	text-decoration:none;
	font-weight:bold;
}

#results .bar02 .inner .left a:hover {
	text-decoration:underline;
}

#results .bar02 .inner .right {
	float:right; 
	padding-right:10px; 
	padding-top:4px;
}

#results .bar02 .inner .right select {
	vertical-align:middle; 
	font-size:12px; 
	width:76px;
}

#results .bar02 .inner .right img {
	vertical-align:middle;
}


/********** result_table styles ***********/

#result_table {
	display:block; 
	padding:20px 0px;
	overflow:hidden;
	height:260px;
}


#result_table .product {
	display:block; 
	width:130px; 
	float:left; 
	font-size:12px; 
	color:#2d2d2d; 
	line-height:18px;
	margin-right:32px;
}

#result_table .break {
	margin-right:0px;
}

#result_table .product a {
	color:#2d2d2d;
}

#result_table .product a:hover {
	text-decoration:none;
}

#result_table .product .price {
	font-weight:bold; 
	font-size:14px; 
	color:#2d2d2d; 
	padding:10px 0px 10px;
}

/********** details styles ***********/

#details {
	position:relative;
	width:785px;
	margin-right:-5px;
	margin-left:-5px;
}


#details .left {
	width:314px; 
	float:left;
}

#details .left .name {
	font-size:18px; 
	color:#984258;
}

#details .left .number {
	color:#000000; 
	font-size:12px; 
	padding-top:5px; 
	padding-bottom:15px;
}

#details .right {
	width:440px; 
	float:right; 
	font-size:12px; 
	color:#000000;
}

#details .right p {
	margin:15px 0px;
}

#details .right .head {
	display:block; 
	border-bottom:1px solid #949494; 
	height:40px;
}

#details .right .head .price {
	font-size:18px; 
	color:#000000;
	float:left;
}

#details .right .head .price strong {
	color:#984258;
}

#details .right .head .button {
	float:right;
}

#details .right .big {
	font-size:14px;
}

#details .right .to_right {
	text-align:right;
}
/********** footer styles ***********/

#footer {
	display:block; 
	width:1060px; 
	margin:10px auto 30px; 
	height:77px; 
	background:url(img/footer_left.gif) top left no-repeat #f7f6f1; 
	font-size:12px; 
	color:#ac5a5a;
}

#footer .fleft {
	display:block; 
	float:left; 
	width:765px; 
	padding-left:25px;
	padding-top:15px;
}

#footer .fleft a {
	color:#ac5a5a;
	text-decoration:none;
	margin:0px 9px;
}

#footer .first {
	margin-left:0px !important;
}

#footer .fleft a:hover {
	text-decoration:underline;
}

#footer .hrule {
	height:1px; 
	background:#d0d0ca; 
	padding:0px; 
	margin:10px 0px 5px; 
	overflow:hidden; 
	display:block;
}

#footer .copy {
	font-size:11px;
}

#footer .fright {
	display:block; 
	background:url(img/footer_right.gif) top right no-repeat; 
	height:62px; 
	float:right; 
	padding-right:17px; 
	padding-top:15px;
}

.footlogo {
	margin-top:-10px;
}

.thumbs {
	position:relative;
	float:left;
	width: 91px;
	height: 91px;
	margin: 0 9px 9px 0;
	display:inline;
}

.floatr {
	float: right;
	margin: 5px 0 9px 9px;
}

.bigcol {
	float:right;
	width:825px;
	margin-top: 20px;
}

.ad {
	margin-bottom: 30px;
}

.thumbs h2
	{
	font-size:11px;
	color:#7b331d;
	position:absolute;
	top:68px;
	width:91px;
	text-align:center;
	}
	
	
	/********** clean box styles ***********/
	
	.cleanbox{
		display:block; 
		width:610px; 
		margin:0px auto;
		
	}

.googAd {
	margin:10px;
	text-align:center;
}