<?php 
require_once("../includes/browserdetect.php");

header("Content-type: text/css");

$browser = browser_detection('browser');
$version = browser_detection('number');

function css_pngimg($img) {
	global $browser;
	global $version;
	global $base_url;
	if (strpos($img,".png") === false) { $img .= ".png"; }
	if (($browser == 'ie') && ($version < 7)) {
		echo "filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='".$base_url."images/css-images/".$img."',sizingMethod='scale');\n";
	} else {
		echo "background-image:url('../images/css-images/".$img."');\n";
	}
}
?>
/* CSS Document */
.boxText {  }
.errorBox { background:#ffb3b5; font-weight:bold; }
.stockWarning { color:#cc0033; }
.productsNotifications { background:#f2fff7; width: 490px; }
.orderEdit { color:#70d250; text-decoration:none; }
#notice { background-color:#9a0000; color:#fff; text-align:center; padding:5px; }
#notice a { color:#fff; text-decoration:underline; }

body {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px auto;
}

form, input, ul, li {
	margin:0px;
	padding:0px;
}

input[type="checkbox"] {
	margin-bottom:3px;
	margin-right:3px;
}

input[type="radio"] {
	margin-top:3px;
	margin-right:3px;
}

input[type="text"], input[type="password"] {
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
	color:#000;
	padding-left:3px;
	padding-top:3px;
	position:relative;
	font-size:12px;
	height:18px;
	width:170px;
}

option, select {
	font-size:12px;
}

textarea {
  width:90%;
}

ul {
	margin-left:20px;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}

a {
  color:#16387C;
  text-decoration:none;
}

a:hover {
	color:#248C57;
	text-decoration:none;
}

img {
	border:0px;
}

.imgtxt {
	display:none;
}

s {
	color:#3d0911;
}

p {
	margin:20px 0px;
	padding:0px;
}


.white-font {
	color: #f1f1f1;
}

.hidden {
	display: none;
}


.main a {
	color: #567EA2;
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

table.logoff {
	width: 490px;
}

.advanced_search input {
	margin-bottom: 10px;
}

.advanced_search .boxText {
	width: 490px;
}

.advanced_search .smallText a {
	color: #567EA2;
}

.more {
	color: #254C73;
}

/* GENERAL INFOBOXES */

.contentBox {

}

table .infoBox {
	background-color:#f5f5f5;
	border:2px inset #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:2px solid #717171;
	border-right:2px solid #717171;
	padding:5px 10px;
	margin:0px 0;
	margin-bottom:18px;
	width:490px;
}

.contact_us table .infoBox {
	background-color:#fff;
	border:none;
}	

table .infoBoxNotice {
	background-color:#901d22;
	border:2px inset #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:2px solid #717171;
	border-right:2px solid #717171;
	padding:5px 10px;
	margin-bottom:15px;
}


.productSpecialPrice {
	
}

.infoBoxContents a {

}

.infoBoxContents td {

}

table .infoBox-header {
	background-color:#ecead8;
	border:2px outset #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 10px;
	position:relative;	
	margin:0px 0px 10px 0px;
}

table .infoBox-continue {
	background-color:#9CCE9B;
	border:2px outset #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 10px;
	position:relative;	
	margin:10px 0;
	width:690px;
}

.contact_us table .infoBox-continue {
	margin-top:20px;
}


table .infoBox-continue img, table .infoBox-continue input {
	position:relative;
<?php
	if (($browser == 'ie') && ($version < 7)) {

	} else {
		echo 'top:2px;';	
	}
?>
}

table .infoBox-meter {
	background-color:#fff;
	border:2px inset #ccc;
	margin:20px 0px;
	padding:10px 0px;
	width: 490px;
}

.infoBoxHeading {
	color:#333;
	font-size:12px;
	font-weight:bold;
}

.infoBoxHeading a {
	color:#173c4c
}

h3.infoboxHeading { /* still in use? */
	display:block;
	font-size:14px;
	position:relative;
	top:-15px;
	z-index:30;
}

h1 {
	color:#3d0911;
	font-size:16px;
	margin-bottom:10px;
	text-align:left;
}

.pageHeading h1, h1.pageHeading {
	color: #298B58;
	font-size:16px;
	border-bottom:2px solid #3d0911;
	margin:0px 0 15px 0;
	text-align:left;
	/*width:500px;*/
}



td strong {
	/*color:#3d0911;*/
	color: #248C57;
	position:relative;
	top:0;
	text-align:left;
}

td strong a {
	font-weight:normal;
}

.login b {
	display:none;
}
th  {
	background-color:#fff;
	margin:2px;
	padding:0px;
	padding-right:5px;
	position:relative;
	text-align:left;
	width:110px;
}

.messageStackSuccess {
	background-color:#ffffa0;
	border:2px inset #ccc;
	color:#173c4c;
	height:20px;
	line-height:20px;
	margin:15px 0;
	padding:2px 5px;
	text-align:center;
}

.inputRequirement {
	color:#3d0911;
	font-weight:bold;
}

.smallText {

}

.smallText a {
	color:#f5f5f5;
}

.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

.stockWarning {
	background-color: #ff0000;
	display:block;
	font-weight:bold;
	color: #fff;
	border:2px inset #901d22;
	padding:5px;
	position:relative;
	margin:10px auto;
	width:400px;
}

.subtotal {
	padding:7px;
	padding-right:25px;
}

.infoBoxNoticeContents .main {
	color:#fff;
	padding:2px;
	text-align:center;
}

.messageBox { 
	font-size: 90%; 
}

.messageStackError, .messageStackWarning { 
	font-size: 90%; background-color: #ffb3b5; margin:7px 0px 14px 0px; padding:7px; 
}

.messageStackSuccess { 
	font-size: 90%; background-color: #99ff00; 
}

.errorText {
  color: #ff0000;
}

.inputRequirement { 
	font-size: 90%; color: #ff0000; 
	text-align:right;
}

.error {
	text-align:center;
}
/* END GENERAL INFOBOXES */

/*td.main a {
	color: #567EA2;
	text-decoration: none;
}

td.main a:hover {
	color: #567EA2;
	text-decoration: underline;
}*/

/* MAIN */
#wrapper {
	background-color:#fff;
	margin: 0 auto;
	width:960px;
}

#main-wrapper {
	background-color: #fff;
	float: left;
	margin: 0 auto;
	position: relative;
	width: 960px;	
}

#container {
	background-color:#fff;
	margin:0 auto;
	min-height: 550px;
	position:relative;
	width:960px;
}

#container-home {
	background-color:#fff;
	background-image: url(../images/css-images/guy-bench.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin:0 auto;
	min-height: 540px;
	padding-top: 40px;
	position:relative;
	width:960px;
}

#square1 {
	background-image: url(../images/css-images/square1.jpg);
	background-repeat: no-repeat;
	height: 90px;
	left: 165px;
	position: absolute;
	top: 85px;
	width: 89px;
	z-index: 1;
}

#square2 {
	background-image: url(../images/css-images/square2.jpg);
	background-repeat: no-repeat;
	height: 153px;
	left: 80px;
	position: absolute;
	top: 200px;
	width: 152px;
	z-index: 2;
}

#tag-line {
	<?php css_pngimg('tag-line.png'); ?>
	background-repeat: no-repeat;
	height: 97px;
	left: 80px;
	position: absolute;
	top:400px;
	width: 370px;
	z-index: 3;
}

/*HEADER INFO*/
#myaccount {
	color:#fff;
	float: right;
	height:29px;
	line-height:29px;
	padding:0px 10px;
	text-align: right;
	/*width: 500px;*/
	z-index:90;
	
}

#myaccount a {
	color:#000;
	padding:0px 5px;
	position:relative;
	z-index:50;
}

#myaccount a:hover {
	text-decoration:underline;
}

#myaccount ul {
	margin: 0;
	padding: 3px 0 0 0;
}

#myaccount li {
	float: left;
	list-style-type: none;
}

#myaccount li a {
	color: #fff;
	text-decoration: none;
}

#myaccount li a:hover {
	text-decoration: underline;
}

/*#topnavbox ul {
	margin: 0;
	padding: 0;
}

#topnavbox li {
	float: left;
	list-style-type: none;
}

#topnavbox li a {
	color: #fff;
}*/

.myaccountbox .myaccountbox2 a.headerNavigation {
	color: #8b864e;
	float: left;
	text-transform: uppercase;
}

.headerNavigation {
	color: #8b864e;
	background-image: url(../images/css-images/menu-bullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	
	margin-left: 5px;
}

.headerNavigation a {
	color: #8b864e;
	text-transform: uppercase;
	text-decoration: none;
}

.headerNavigation a:hover {
	color: #333;
	text-decoration: none;
}

#breadcrumbs {
	background-color: #9CCE9B;
	color: #333;
	height: 19px;
	padding: 1px 0 0 5px;	
}

#breadcrumbs a { 
	color:#333;
	
}



/*HEADER INFO END*/

#header {
	background-color:#fff;
	height:65px;
	position:relative;
	width:960px;
	z-index: 999;
}

#logo {
	background-image: url(../images/css-images/logo.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 65px;
	width: 258px;
}

#header-R {
	background-image:url(../images/css-images/header-right.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 65px;
	position: relative;
	width: 702px;
}


#authorize-seal {
	background-image: url(../images/AuthorizeNetSeal.gif);
	background-repeat: no-repeat;
	height: 72px;
	left: 80px;
	position: absolute;
	top: 75px;
	width: 90px;
	z-index: 100;
}



span.logoffbox {
	margin: 0 5px 0 10px;
}

/* END HEADER */

#sidebar1 {
	background-color:#fff;
	float:left;
	margin:0px 10px 0px 0px;
	/*min-height:800px;*/
	padding: 0 0 0 0;
	width:175px;
}

#sidebar2 {
	background-color: #244c73;
	/*border-top: 7px solid #fff;*/
	float: right;
	margin: 5px 0 0 10px;
	/*min-height: 800px;*/
	padding: 35px 0 0 0;
	width: 235px;
}

#menu {
	margin: 0;
	padding:0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	background-image: url(../images/css-images/menu-bullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#menu li {
	float: left;
	list-style-type: none;
	margin: 0 5px 0 5px;
	text-align: center;
}

#menu li a {
	color: #8b864e;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}


#menu li a:hover {
	color: #333;
	display: block;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul { /* second-level lists */
	background-color:#fff;
	border: 1px solid #9CCE9B;
	display:block;
	position : absolute;
	left: -999em;
	margin-left:0px;
	margin-top : 0em;
	padding:0;
	width:170px;
	z-index:1000;
}

#menu ul li {
	background-image: none;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	color:#9CCE9B;
	display:block;
	font-size:11px;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none; 
	width:170px;
}

#menu ul li a:hover {
	color:#fff;
	background-color: #9CCE9B;
	margin:0 0 0 0;
	padding:0;
	width:170px;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
	
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { 
	left: auto;
}

#menu li:hover, #menu li.hover {  
    position: static;  
} 



/* MAIN */
#content {
	background-color:#fff;
	margin:0px 15px 0px 195px;
	min-height:1000px;
	padding:0px 5px 5px 5px;	
	position:relative;
}

/*DEFINE MAINAPGE*/
#define_mainpage {
	border-bottom:2px solid #ccc;
	color:#333;
	font-size:13px;
	margin:0 auto;
	margin-bottom:5px;
	padding:0px 10px ;
	position:relative;
}

#define_mainpage a {
	color:#fff;
	text-decoration:underline;
}

#define_mainpage p {
	margin:0px;
	padding:0px;
	padding:10px 0px 10px 0px;
}

#define_mainpage h1 {
	margin-bottom:0px;
	padding-top:15px;
}

.information .pageHeading h1, .contact_us .pageHeading h1 {
	text-align:center;
}

.information h3 {
	margin-bottom:0px;
	padding-bottom:0px;
	position:relative;
	top:15px;
}

/*END DEFINE MAINAPGE*/

#modules_main_categories, #subcats {
	background-color:#fff;
	float:left;
	margin:10px auto;
	padding:5px;
	padding-bottom:20px;
	width:690px;
}
#modules_main_categories .infoboxHeading {
	display:none;
}

#modules_main_categories .smallText, #subcats .category {
	/*<?php css_pngimg("category_bkgrnd.png"); ?>*/
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #fff;
	border: 1px solid #009600;
	float:left;
	height:250px;
	margin:12px 10px 12px 0;
	position:relative;
	width:211px;
}

#modules_main_categories .smallText strong a, .category strong a {
	background-color:#298B58;
	border-right:1px solid #ccc;
	color:#fff;
	display:block;
	font-weight:bold;
	margin:0px auto 10px auto;
	margin-left:20px;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:5px;
	padding:5px 0px;
	width:168px;
}

#modules_main_categories img, #subcats img {
	margin: 0 auto 0 20px;
}

#modules_main_categories .subcategories {
	display:none;
}

/* END MAIN */



/* FOOTER */


#footer {
	background-color:#fff;
	
	color:#777;
	clear:both;
	height:25px;
	margin:0 auto;
	position:relative;
	width:960px;
}

#copyright {
	color: #777777;
	float:left;
	font-size: 10px;
	padding:5px;
	padding-left:10px;
	width:450px;
}

#poweredby {
	float:right;
	font-size: 10px;
	color:#FFFFFF;
	padding:5px;
	padding-right:10px;
	text-align:right;
	width:400px;
}

#poweredby a {
	color:#FFFFFF;
}

#styledropdown {
	margin:0 auto;
	position:relative;
	width:500px;
}
/* END FOOTER*/







/*PRODUCT_INFO PAGE*/
.product_info {
	
	padding:20px 10px 5px 10px;
	position:relative;
}

.product_info .main {
	background-color:#fff;
	position:relative;
	top:-5px;
}

.product_info h1 {
	color:#000;
	float:right;
	font-size:14px;
	margin:0px;
	padding-top:25px;
	position:relative;
	text-align:left;
	width:240px;	
}

.product_info .smallText {
	color:#333;	
	font-size:11px;
}

#frame {
	display: none;
<?php css_pngimg("frame3.png"); ?>
	height:200px;
	position:absolute;
	width:231px;
	z-index:50;	
<?php
	if (($browser == 'ie') && ($version > 6)) {
		echo 'left:15px;';
		echo 'top:25px;';
	} else {
		echo 'left:35px;';
		echo 'top:35px;';
	}
?>
}

.product_info #products_image {
	background-color:#f1f1f1;
	float:left;
	position:relative;
	text-align:center;
	padding:15px 0px;
	width:245px;
}

.main-image {
	border:1px solid #009600;
	position:relative;
	margin-bottom:30px;
}

.product_info .price {
	float:right;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
	position:relative;
	margin-left:10px;
	width:240px;
}

.product_info .productSpecialPrice {
	color:#901d22;
}

.product_info s {
	font-size:14px;
}

.product_info .description {
	border-left:none;
	border-top:none;
	float:right;
	margin-top:5px;
	padding:0px;
	width:240px;
}

#table_product_attributes {
	background-color:#fff;
	float:right;
	color:#000;
	height:40px;	
	padding:5px 10px;
	position:relative;
	width:400px;
	z-index:30;
}

.attribute_option_name {
	background-color:#f5f5f5;
	margin-right:5px;
	width:15%;
}

.attribute_option_id {
	text-align:left;
}

#modules_additional_images {
	display:block;
	float:right;
	margin-top:70px;
	min-height:300px;
	position:relative;
	width:120px;
}

.added-image {
	min-height:200px;
	text-align:center;
	position:relative;
	width:120px;
}

#modules_additional_images img {

}

.added-image img {
	left:0px;
	position:relative;
	text-align:center;
	top:0px;
}

#modules_also_purchased_products {
	background-color:#201c19;
	float:left;
	color:#ccc;
	margin:10px 0px;
	min-height:150px;
	padding:0px;
	padding-top:10px;
	position:relative;
	width:670px;
}

#modules_also_purchased_products .infoBoxHeading {
	color:#fff;
	padding:10px;
	padding-bottom:10px;
	text-align:center;
}

#modules_also_purchased_products .smallText {
	float:left;
	margin:5px 9px;
	min-height:190px;
	padding:5px 5px;
	position:relative;
	text-align:left;
	width:195px;
}

#modules_also_purchased_products .name {
/*	background-color:#acb83c;*/
	color:#000;
	display:block;
	margin:0px auto;
	width:190px;
<?php 
	if ($browser != 'ie') {
		echo 'position:relative;';
		echo 'left:-3px;';
	}
?>
}

#modules_also_purchased_products img {
	margin:7px 0px;
	margin-bottom:0px;
}




#modules_xsell_products {
	background-color:#fff;
	border:2px inset #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:2px solid #717171;
	border-right:2px solid #717171;
	height:285px;
	margin:0px auto;
	margin-bottom:5px;
	margin-top:10px;
	padding:10px;
	position:relative;
}

#modules_xsell_products .infoBoxHeading {
	color:#333;
	border-bottom:1px solid #333;
	font-weight:bold;
	font-size:13px;
	padding:7px;
	padding-left:7px;
	padding-bottom:0px;
	margin-left:7px;
	margin-right:10px;
	height:20px;
	text-align:left;
}

#modules_xsell_products .smallText {
	float:left;
	height:170px;
	margin:14px 0px;
	margin-right:20px;
	margin-top:4px;
	text-align:center;
	width:135px;
}

#modules_xsell_products .name {
	min-height:48px;
}

#modules_xsell_products img {
	margin:7px 0px;
}





#boxes_similar_products {
	background-color:#4e4e4e;
	border-bottom:2px solid #333;
	margin-top:5px;
	width:208px;
}

#boxes_similar_products .infoBoxHeading {
	margin:0px auto;
	padding:10px 0px;
	position:relative;
	text-align:center;
	top:0px;
}

#boxes_similar_products a {
	color:#333;
}

#boxes_similar_products img {
	background-color:#fff;
	margin-bottom:5px;
	text-align:center;
}

#boxes_similar_products .smallText {
	background-color:#fff;
	border:2px outset #333;
	min-height:180px;
	margin:10px auto;
	position:relative;
	padding:10px;
	text-align:center;
	width:160px;
}

/*END PRODUCT_INFO PAGE*/



/* ALL PRODUCTS */
.allprods {
	position:relative;
}

.allprods .smallText-nav a {
	color:#fff;
}

.alphabet {
	display:block;
	position:relative;
	margin:0px auto;
	text-align:center;
}

.alphabet a {
	color: #8b864e;
}

.alphabet a:hover {
	color:#000;
}

/* END ALL PRODUCTS */


/* CONTACT US */
.contact_us {
	margin:0px 0;
	position:relative;
	width:500px;
}

table.contactus {
	width: 500px;
}

#contactus-info {
	/*background-color:#f5f5f5;*/
	color: #333;
	padding:5px;
	margin-right:10px;
	width:230px;
}

table #contactus-form {
	width: 230px;
}

#contactus-form {
	color: #333;
	margin-left:10px;
	position:relative;
	width:230px;
}

#contactus-form em {
	font-weight:normal;
	font-size:10px;
}

#contactus-form textarea {
width:230px;
}

#contactus-form .infoBox-validation {

}

.infoBoxContents #contactus-form  {
	color: #333;
}

.contact_us th {
background-color: #f1f1f1;
color: #333;
padding:5px 0px;
padding-right:10px;
width:90px;
}

.contact_us input[type="text"] {
	width:138px;
}

/* ENd CONTACT US */

/* SHOPPING CART */
#shopping_cart {

}

#shopping_cart_container {
	font-size:12px;
	margin:0px auto;
	padding:5px 0px;
	width:500px;
}

.product-listing-rows-columns {
	background-color:#f5f5f5;
	border:2px outset #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	float:left;
	margin:5px auto;
	padding:5px;
	width:475px;
}


.productListing-heading-remove, .productListing-heading-products, .productListing-heading-qty, .productListing-heading-price {
	color:#2c60a9;
	font-weight:bold;
	position:relative;
	top:0px;
}

.productListing-heading-remove, .productListing-data-remove {
	float:left;
	padding:0px 10px;
	text-align:center;
	width:50px;
}

.productListing-data-remove input, .productListing-data-price {
	position:relative;
	top:10px;
}

.productListing-heading-products, .productListing-data-products {
	float:left;
	padding-left:0px;
	margin:0px 5px;
	width:265px;
}

.productListing-data-products img {
	margin-left:5px;
	margin-right:10px;
}

.productListing-heading-products {
	text-align:center;
}

.productListing-data-products a {
	font-weight:normal;
	display:block;
	color:#333;
	position:relative;
	padding-top:10px;
}

.productListing-heading-qty, .productListing-data-qty {
	float:left;
	padding:0px 10px;
	text-align:center;
	width:40px;
}

.productListing-data-qty input {
	text-align:center;
}

.productListing-data-qty input, .productListing-data-qty input[type="text"] {
	position:relative;
	top:10px;
	width:25px;
}

.productListing-heading-price, .productListing-data-price {
	text-align:center;
	float:left;
	width:60px;
}

.productListing-data-price {
	top:15px;
}
/* END SHOPPING CART */



/*LOGIN PAGE*/
.login_container {
	display:block;	
	position:relative;
	margin:0px auto;
	width:500px;
}	

.login .infoBox, .login .infoBox-pwa, .login .infoBox-returning-customer, .login .infoBox-new-customer {
	background-color:#fff;
	border:2px solid #ccc;
	border-left:none;
	border-top:none;
	height:200px;
	padding:10px 20px 10px 10px;
	margin:0px;
	margin-bottom:20px;
	position:relative;
}

.login .infoBox-new-customer {
	margin-left:7px;
	width:210px;
}

.login .infoBox-new-customer p {
	width:190px;
}

.login .infoBox-new-customer strong {
	color: #298B58;
}

.login .infoBox-returning-customer {
	margin-left:5px;
	width:210px;
}

.login .infoBox-returning-customer strong {
	color: #298B58;
}

.infoBox-returning-customer b {
	display:block;
	width:88px;
}

.infoBox-returning-customer th {
	font-weight:normal;
	left:8px;
	position:relative;
	width:85px;
}

.login p {
	margin:7px 0px 5px 0px;
	padding:0px;
}

.login .infoBox-pwa strong {
	color: #298B58;
}

.infoBox-returning-customer input[type="text"], .infoBox-returning-customer input[type="password"] {
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
	margin:3px 0px;
	position:relative;
	width:115px;
}

.password_forgotten {
	position:relative;
	margin-right:7px;
}

.visitors_cart {
	position:relative;
	margin:7px auto;
	width:440px;
}

.login .infoBox-pwa {
	border:2px solid #ccc;
	border-bottom:none;
	border-right:none;
	height:160px;
	margin-left:7px;
<?php
	if (($browser == 'ie') && ($version < 7)) {
		echo 'width:490px;';	
	} else {
		echo 'width:490px;';	
	}

?>
}

.login .infoBox-paypal {
	margin-top:15px;
}

.login .password-forgotten {
	font-size:11px;
	padding-left:2px;
}
/*END LOGIN PAGE*/

/*CREATE ACCOUNT */
.create_account .contentBox {
	margin:0px 0;
	position:relative;
	width:490px;
}

.create_account .infoBox {
	width:490px;
}

.create_account .smallText a {
	color: #409D2A;
}

/*END CREATE ACCOUNT */

/*ACCOUNTS*/
.account, .account_history, .account_history_info, .account_edit, .address_book, .account_password, .account_newsletters, .account_notifications, .address_book_process, .logoff, .checkout_shipping, .checkout_payment, .checkout_confirmation, .checkout_disable, .checkout_shipping_address, .checkout_payment_address, .checkout_success {
	margin:0px auto;
	position:relative;
	width:490px;
}

.checkout_confirmation .infoBox-continue .infoBox {
	width: 470px;
}

.account .showall {
	position:relative;
	top:-5px;
}

.checkout_payment .orderEdit {
	position:relative;
	top:-5px;
}

/*END ACCOUNTS*/

/* AJAX POP-UP IMAGE */
#lightbox{
            position: absolute;
            top: 40px;
            left: 0;
            width: 100%;
            z-index: 100;
            text-align: center;
            line-height: 0;
            }
 
#lightbox a img{ border: none; }
 
#outerImageContainer{
            position: relative;
            background-color: #fff;
            width: 250px;
            height: 250px;
            margin: 0 auto;
            }
 
#imageContainer{
            padding: 10px;
            }
 
#loading{
            position: absolute;
            top: 40%;
            left: 0%;
            height: 25%;
            width: 100%;
            text-align: center;
            line-height: 0;
            }
#hoverNav{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
 
#prevLink, #nextLink{
            width: 49%;
            height: 100%;
            background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
            display: block;
            }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
 
 
#imageDataContainer{
            font: 10px Verdana, Helvetica, sans-serif;
            background-color: #fff;
            margin: 0 auto;
            line-height: 1.4em;
            }
 
#imageData{
            padding:0 10px;
            }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;      }                                  
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;    }          
                        
#overlay{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 90;
            width: 100%;
            height: 500px;
            background-color: #000;
            filter:alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
            }
            
 
.clearfix:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            }
 
* html>body .clearfix {
            display: inline-block; 
            width: 100%;
            }
 
* html .clearfix {
            /* Hides from IE-mac \*/
            height: 1%;
            /* End hide from IE-mac */
            }          
/* END AJAX POP-UP IMAGE */



/* AJAX Shopping Cart */
#divShoppingCard {
	background-color: #298B58;
	color:#fff;
	font-size:13px;
	margin:10px auto;
	padding:5px;
	position:relative;
	width:160px;
}

#divShoppingCard .infoBoxHeading {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	width:150px;
}

#divShoppingCard .infoBoxHeading a {
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#divShoppingCard .arrow {
	position:relative;
	left:60px;
	top:2px;
}


#divShoppingCard .boxText {
	text-align:right;
	padding:5px;
}

#divShoppingCard .infoBoxContents {
	line-height:16px;
}

#divShoppingCard .boxText a {
	color:#fff;
	line-height:16px;
}

#divShoppingCard .boxText img {
	margin:3px 0;
}


/* END SHOPING CART BOX */



/* PRODUCT_LISTING */
.cat-description, .cat_info_box {
	color:#3d0911;
	font-size:13px;
	margin:0px 0px 10px 0px;
}

.cat_info_box {
	background-color:#f5f5f5;
	clear:both;
	margin:10px 20px 10px 20px;
	padding:7px 5px;
}

.product_listing_split_results {
	border-bottom:1px solid #ccc;
	border-right:2px solid #ccc;
	background-color:#288C5A;
	float:left;
	margin:5px 0;
	overflow:hidden;
	padding:5px 10px;
	position:relative;
	width:690px;
}

.product_listing_split_results .smallText{
	color: #fff;
	font-size:12px;
}

.product_listing_split_results .smallText a {
	color: #fff;
	text-decoration:none;
}

.allprods .product_listing_split_results, .advanced_search_result .product_listing_split_results {
	margin:5px auto;
}

#modules_product_listing {
	float:left;
	color:#000;
	margin:10px 0px;
	min-height:150px;
	padding:10px 10px 0 5px;
	position:relative;
	width:700px;

}

.allprods #modules_product_listing {
	background-color:#fff;
	float:left;

}

.productListing-data-none {

}

.allprods #modules_product_listing, .advanced_search_result #modules_product_listing {
	margin:0px auto;
	padding:3px 0px 3px 0px;
	position:relative;
	width: 500px;
}


.productListing-odd, .productListing-even {
	background-color:#fff;
	border: 1px solid #9cce9b;
	float:left;
	margin:10px 8px;
	min-height:300px;
	padding:5px 5px;
	padding-top:0px;
	position:relative;
	text-align:center;
	width:191px;
}

.productListing-even {
	background-color:#fff;
}

.allprods .productListing-odd, .allprods .productListing-even {
	min-height:250px;
	margin:10px 5px 10px 5px;
	width:135px;	
}

.productListing-odd .productListing-data, .productListing-even .productListing-data {
	background-color:#fff;
}

.productListing-even .productListing-data {
	background-color:#fff;
}


.productListing-odd a.product-image, .productListing-even a.product-image {
	background-color: #fff;
	display:block;
	position:relative;
}

.productListing-odd a.product-image img {
	/*border-bottom:1px solid #fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
}

.productListing-even a.product-image img {
	/*border-bottom:1px solid #000;
	border-left:1px solid #333;
	border-right:1px solid #000;*/
}

.productListing-odd .product-image img, .productListing-even .product-image img {
	top:0px;
}

.allprods .productListing-odd .product-image img, .allprods .productListing-even .product-image img {
	margin-bottom:5px;
}

.productListing-odd .product_list_buy_now, .productListing-even .product_list_buy_now {
	/*background-color:#fff;*/
	display:block;
	margin: 0 auto;
	padding:3px 0px;
	padding-top:5px;
	position:relative;
	text-align:center;
	width:170px;
}

.productListing-even .product_list_buy_now {
	/*background-color:#fff;*/
}

.allprods .productListing-odd .product_list_buy_now, .allprods .productListing-even .product_list_buy_now {
	width:130px;
}

.productListing-odd .product_list_name, .productListing-even .product_list_name {
	color:#333;
	font-size:11px;
	float:left;
	height: 50px;
	padding:5px 0px;
	padding-left:5px;
	padding-bottom: 15px;
	text-align:left;
	width: 100px;
}

.productListing-even .product_list_name {
	color:#333;
}

.allprods .productListing-odd .product_list_name, .allprods .productListing-even .product_list_name {
	float:none;
}

.productListing-odd .qty, .productListing-even .qty {
	display:none;
}

.productListing-odd .product_list_price, .productListing-even .product_list_price {
	color:#333;
	font-size:13px;
	padding:5px 0px;
	padding-right:5px;
	text-align:right;
}

.productListing-even .product_list_price {
	color:#333;
}

.allprods .productListing-even .product_list_price, .allprods .productListing-odd .product_list_price {
	padding:3px 0px;
	text-align:center;
}

.productListing-even s {
	font-size:12px;
	color:#000;
}

.productListing-odd s {
	font-size:12px;
	color:#201C19;
}

.product_listing p {
	width:495px;
}

.product_listing h2 {
	margin-top:20px;
}
/*END PRODUCT_LISTING*/


/* NEW PRODUCTS */
.products_new {
	color:#000;
	margin:10px 0px;
	padding:0px 0px;
	padding-top:10px;
	position:relative;
	width:670px;
}

.products_new .container {
	background-color:#201c19;
	float:left;
}

.products_new img {
	background-color:#fff;
	border-bottom:2px outset #333;
	margin-bottom:0px;
}

.products_new .productListing {
	float:left;
	margin:5px 10px;
	min-height:190px;
	padding:5px 5px;
	position:relative;
	text-align:left;
	width:190px;
}

.products_new .product-info {
	/*background-color:#acb83c;*/
	color:#f5f5f5;
	display:block;
	margin:0px auto;
	width:190px;
}

.products_new .name a {
	color:#f5f5f5;
	float:left;
	font-size:13px;
	padding:5px 0px;
	padding-left:3px;
	text-align:left;
	width:90px;
}

.products_new .price {
	font-size:13px;
	padding:3px 0px;
	padding-right:3px;
	text-align:right;
}

.products_new .buy_now {
	display:none;
}

.products_new s {
	color:#000;
	font-size:12px;
}
/* END NEW PRODUCTS */


/* NEW PRODUCTS */
.specials {
	color:#000;
	margin:10px 0px;
	padding:0px 0px;
	padding-top:10px;
	position:relative;
	width:670px;
}

.specials .container {
	background-color:#201c19;
	float:left;
}

.specials img {
	background-color:#fff;
	border-bottom:2px outset #333;
	margin-bottom:0px;
}

.specials .productListing {
	float:left;
	margin:5px 10px;
	min-height:190px;
	padding:5px 5px;
	position:relative;
	text-align:left;
	width:190px;
}

.specials .product-info {
	background-color:#acb83c;
	color:#000;
	display:block;
	margin:0px auto;
	width:190px;
}

.specials .name a {
	color:#000;
	float:left;
	font-size:13px;
	padding:5px 0px;
	padding-left:3px;
	text-align:left;
	width:90px;
}

.specials .price {
	font-size:13px;
	padding:3px 0px;
	padding-right:3px;
	text-align:right;
}

.specials .buy_now {
	display:none;
}

.specials s {
	color:#000;
	font-size:12px;
}
/* END NEW PRODUCTS */



/* MODULES FEATURED */
#modules_featured {
	background-color:#f7f7f7;
	float:left;
	color:#ccc;
	margin:10px 0px;
	min-height:150px;
	padding:0px;
	padding-top:0px;
	position:relative;
	width:500px;
}

#modules_featured .infoBoxHeading {
	background-image: url(../images/css-images/featured-products.jpg);
	background-repeat: no-repeat;
	background-position: top; 
	color:#fff;
	height: 23px;
	padding:3px 0 0 55px;
	text-transform: capitalize;
}

#modules_featured .infoBoxHeading a {
	color: #fff;
	text-transform: capitalize;
}


#modules_featured img {
	
	background-color:#fff;
	border:1px solid #009600;
	margin-bottom:0px;
}

#modules_featured .smallText {
	border-right: 2px solid #ddd;
	border-left: 2px solid #eee;
	border-top: 2px solid #eaeaea;
	border-bottom: 2px solid #ddd;
	float:left;
	margin:5px 9px;
	min-height:300px;
	padding:5px 5px;
	position:relative;
	text-align:left;
	width:195px;
}

#modules_featured .name {
	/*background-color:#acb83c;
	color:#000;
	background-color: #413A32;*/

	color: #f5f5f5;
	display:block;
	margin:0px auto;
	width:190px;
<?php 
	if ($browser != 'ie') {
		echo 'position:relative;';
		echo 'left:-1px;';
	}
?>
}

#modules_featured a.product {
	color: #254C73;
	float:left;
	font-size:12px;
	padding:5px 0px;
	padding-left:3px;
	width:110px;
}

#modules_featured .price {
	color: #000;
	font-size:13px;
	padding:5px 0px;
	padding-right:3px;
	text-align:right;
}

#modules_featured s {
	color:#000;
	font-size:12px;
}

/* END MODULES FEATURED */



/* MODULES SPECIALS */
#modules_default_specials {
	background-color:#201c19;
	float:left;
	color:#ccc;
	margin:10px 0px;
	margin-top:0px;
	min-height:150px;
	padding:0px;
	padding-top:10px;
	position:relative;
	width:670px;
}

#modules_default_specials .infoBoxHeading { 
	color:#000;
	padding:10px;
	padding-bottom:10px;
	text-align:center;
}

#modules_default_specials .infoBoxHeading-arrow {
	display:none;
}

#modules_default_specials img {
	background-color:#fff;
	border:2px outset #333;
	margin-bottom:0px;
}

#modules_default_specials .smallText {
	float:left;
	margin:5px 9px;
	min-height:190px;
	padding:5px 5px;
	position:relative;
	text-align:left;
	width:195px;
}

#modules_default_specials .name {
	background-color:#acb83c;
	color:#000;
	display:block;
	margin:0px auto;
	width:190px;
<?php 
	if ($browser != 'ie') {
		echo 'border-left:2px solid #c1c1c1;';
		echo 'border-right:2px solid #1d1d1d;';
		echo 'position:relative;';
		echo 'left:-1px;';
	}
?>
}

#modules_default_specials a.product {
	float:left;
	font-size:14px;
	padding:5px 0px;
	padding-left:3px;
	width:90px;
}

#modules_default_specials .price {
	font-size:14px;
	padding:5px 0px;
	padding-right:3px;
	text-align:right;
}

#modules_default_specials s {
	color:#000;
	font-size:12px;
}

/* END MODULES SPECIALS */



/* MODULES NEW PRODUCTS */
#modules_new_products {
	background-color:#201c19;
	float:left;
	color:#ccc;
	display: none;
	margin:10px 0px;
	margin-top:0px;
	min-height:150px;
	padding:0px;
	padding-top:10px;
	position:relative;
	width:490px;
}

#modules_new_products .infoBoxHeading { 
	color:#000;
	padding:10px;
	padding-bottom:10px;
	text-align:center;
}

#modules_new_products .infoBoxHeading-arrow {
	display:none;
}

#modules_new_products img {
	background-color:#fff;
	border:2px outset #333;
	margin-bottom:0px;
}

#modules_new_products .smallText {
	float:left;
	margin:5px 9px;
	min-height:190px;
	padding:5px 5px;
	position:relative;
	text-align:left;
	width:195px;
}

#modules_new_products .name {
	background-color:#acb83c;
	color:#000;
	display:block;
	margin:0px auto;
	width:190px;
<?php 
	if ($browser != 'ie') {
		echo 'border-left:2px solid #c1c1c1;';
		echo 'border-right:2px solid #1d1d1d;';
		echo 'position:relative;';
		echo 'left:-1px;';
	}
?>
}

#modules_new_products a.product {
	float:left;
	font-size:14px;
	padding:5px 0px;
	padding-left:3px;
	width:90px;
}

#modules_new_products .price {
	font-size:14px;
	padding:5px 0px;
	padding-right:3px;
	text-align:right;
}

#modules_new_products s {
	color:#000;
	font-size:12px;
}
/* END MODULES NEW_PRODUCTS */



/* SPECIALS */
#specials .product-listing-columns {
	background-color:#fff;
	width:495px;
}

#specials .product-columns {
	float:left;
	height:300px;
	padding-top:5px;
	text-align:center;
	width:140px;
}

#specials .main, #products_new_week .main {
	margin:0px auto;
	margin-top:10px;
	position:relative;
	text-align:center;
	width:125px;
}

#specials .product_listing {
	margin-left:10px;
	width:500px;
}
/* END SPECIALS */



/* MODULES STAR PRODUCT */
#modules_star_product {
	background-color:#f7f7f7;
	background-image: url(../images/css-images/star-product.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color:#336799;
	display: none;
	margin:10px 0px;
	margin-top:5px;
	min-height:150px;
	padding: 30px 10px;
	position:relative;
	width: 480px;
}

#modules_star_product a {
	color:#fff;
}

#modules_star_product a:hover {
	text-decoration:underline;
}

#modules_star_product .infoBoxHeading {
	/*display:none;*/
}

.star-product-title {
	font-weight:bold;
	font-size:14px;
	margin:0px 0 10px 0;
	position:relative;
	text-align:left;
	top:5px;
}

#modules_star_product .buy_now {
	text-align:left;
}

.star-image {
	background-color:#630F1D;
	/*border:2px outset #333;
	border-bottom:2px solid #1d1d1d;
	border-left:2px solid #c1c1c1;
	border-right:2px solid #1d1d1d;
	border-top:2px solid #c1c1c1;*/
	float:left;
	margin-left:0px;
	margin-right:15px;
	padding-bottom:5px;
	position:relative;
	text-align:center;
	top:0px;
	width:150px;
}

.star-image img {
}

.star-product {
	margin:0px;
	padding:0px;
	text-align:left;
}

#modules_star_product .price {
	font-weight:bold;
	font-size:14px;
	margin:10px 0;
	padding:0px;
	text-align:left;
}

#modules_star_product s {
	color:#ccc;
	font-size:12px;
	margin-right:5px;
}
/* END MODULES STAR PRODUCT */



/*MODULE SHOW RANDOM*/
#boxes_show_random {
	background-color:#fff;
	border:3px inset #ccc;
	color:#333;
	margin:10px auto 15px auto;
	padding:7px 0px 6px 0px;
	position:relative;
	text-align:center;
	width:165px;	
}

#boxes_show_random h5 {
	font-size:12px;
	padding:5px;
	text-align:center;
}

#boxes_show_random img {
	border:1px solid #ccc;
	margin-left:3px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
}

#boxes_show_random .boxText a {
	padding:0px 7px;
}

#boxes_show_random .price {
	display:block;
	text-align:center;
}
/*END MODULE SHOW RANDOM*/


/* BOXES MANUFACTURERS */
#boxes_manufacturers {
	background-color:#9a0000;
	padding:0px 5px 10px 5px;
}

#boxes_manufacturers .infoBoxHeading {
	color:#fff;
	display:block;
	padding:5px 0px;
	position:relative;
	z-index:30;
}

#boxes_manufacturers select {
	width:180px;
}


#boxes_manufacturer_info {
	background-color:#fff;
}

#boxes_manufacturer_info .infoBoxHeading {
	padding:8px 0px 5px 0px;
	text-align:center;
}

#boxes_manufacturer_info .infoBoxContents {
	padding:5px 0px;
	text-align:center;
}

/* END BOXES MANUFACTURERS */




/* BOXES LOGIN */
#boxes_loginbox, #boxes_loginbox_links {
	background-color:#298B58;
	color:#fff;
	margin:0px auto;
	/*margin-left:-5px;*/
	padding:15px 0px;
	position:relative;
	width:170px;
}

#boxes_loginbox table {
	margin:0px auto;
	position:relative;
	width:130px;
}

#boxes_loginbox_empty {
}

#boxes_loginbox .boxText {
	text-align:left;
}

#boxes_loginbox_links .boxText {
	text-align:center;
}

#boxes_loginbox a, #boxes_loginbox_links a {
	color:#630f1d;
	text-decoration:none;
}

#boxes_loginbox .infoBoxHeading, #boxes_loginbox_links .infoBoxHeading {
	display:none;
}

#boxes_loginbox input[type="text"], #boxes_loginbox input[type="password"] {
	margin-left:4px;
	text-align:left;
	width:120px;
}

#boxes_loginbox .greetUser {
	background-image: url(../images/css-images/categories-heading.jpg);
	background-repeat: no-repeat;
	color: #000;
	display: block;
	height: 23px;
	margin: 0 auto;
	padding: 3px 0 0 0;
	width: 170px;
}

#boxes_loginbox .greetUser, #boxes_loginbox_links .greetUser{
	font-weight:bold;
	padding-bottom:10px;
	position:relative;
	text-align:center;
}

#boxes_loginbox .loginBoxGreeting, #boxes_loginbox_links .loginBoxGreeting {
	padding:10px 0;
	position:relative;
	text-align:center;
}

#boxes_loginbox .infoBoxContents, #boxes_loginbox_links .infoBoxContents {
	padding-top:0px;
	text-align:center;
}

#boxes_loginbox .infoBoxContents a {
	color: #f1f1f1;
	text-decoration: underline;
}

#boxes_loginbox .infoBoxContents a:hover {
	color: #f1f1f1;
	text-decoration: none;
}

#boxes_loginbox .infoBoxContents2 {
	padding:2px 0px;
	text-align: center;
}

#boxes_loginbox .infoBoxContents .input {
	margin-bottom:7px;
	text-align:left;
}

#boxes_loginbox .infoBoxContents_submit {
	position:relative;
	padding:7px 0px;
	text-align:center;
}

#boxes_loginbox .infoBoxContents input[type="text"] {
	padding:0px;
}

#boxes_loginbox .smallText {
	text-align:center;
}


/*END BOXES LOGIN*/



/*BOXES PRODUCT_NOTIFICATION*/
#boxes_product_notifications {
	border-top:1px solid #333;
	padding:5px;
	padding-bottom:10px;
}

#boxes_best_sellers .infoBoxHeading {
	color:#fff;
	padding-bottom:10px;
	text-align:center;
}

#boxes_best_sellers {
	color:#fff;
	padding:10px 5px;
	margin:5px;
}

#boxes_best_sellers a {
	color:#fff;
}



#boxes_product_notifications .infoBoxHeading { 
	font-size:13px;
	text-align:center;
	padding:5px;
	padding-bottom:10px;
}

#boxes_product_notifications img {
	margin-right:5px;
}
/*END BOXES PRODUCT_NOTIFICATION*/



/* SEARCH CONTAINER */
#boxes_search {
	background-color:#88a1a0;
	background-color:#fff;
	border:2px inset #ededed;
	color:#333;
	margin:10px 0 15px 0;
	padding:5px 0px 5px 0px;
	position:relative;
	width:200px;
}

#boxes_search fieldset {
	margin:7px;
	padding:7px;
}

#boxes_search strong {
	display:block;
	height:20px;
	text-align:left;
	width:100px;
}

#boxes_search b {
	color:#86161a;
}

#boxes_search input {
	margin:5px 0px 5px 0px;
	position:relative;
	z-index:60;
}  

#boxes_search select {
	position:relative;
	width:164px;
	z-index:60;
}

#search-price {
	background-color:#f5f5f5;
	margin:5px 0;
	width:120px;
}

#search-price strong {
	float:left;
	margin:5px 0px;
	margin-right:10px;
	text-align:right;
	width:70px;
}

#search-price input {
	float:right;
	width:33px;
}

#boxes_search #submit {
	bottom:25px;
	position:absolute;
	right:25px;
	text-align:right;
}  
/* END SEARCH CONTAINER */


/* BOXES WHATS NEW */	
#boxes_whats_new {
	background-color: #fff;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	color:#333;
	margin:15px auto;
	padding:5px;
	padding-top:5px;
	position:relative;
	text-align:center;
	width:181px;
}

#boxes_whats_new a {
	background-color:#fff;
	color:#000;
	line-height:20px;
	display:block;
}

#boxes_whats_new .infoBoxHeading {
	background-image: url(../images/css-images/whatsnew-title-bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#fff;
	color: #fff;
	text-align:center;
	text-transform: uppercase;
	padding:5px 0px 5px 0px;
}

#boxes_whats_new .infoBoxHeading-arrow {
	display:none;
}

#boxes_whats_new .price {
	color:#333;
	position:relative;
	padding-top:10px;
}

#boxes_whats_new img {
	border: 1px solid #009600;
	float:left;
	margin-bottom:7px;
}

/* END BOXES WHATS NEW */	


/* BOXES SPECIALS */	
#boxes_specials {
	border-bottom:1px solid #787872;
	border-left:2px solid #ccc;
	color:#fff;
	margin:15px auto;
	padding:5px;
	padding-top:0px;
	position:relative;
	text-align:center;
	width:171px;
}

#boxes_specials a {
	background-color:#9c9583;
	color:#000;
	line-height:20px;
	display:block;
}

#boxes_specials .infoBoxHeading {
	background-color:#acb83c;
	text-align:center;
	padding:5px 0px 5px 0px;
}

#boxes_specials .infoBoxHeading-arrow {
	display:none;
}

#boxes_specials .price {
	position:relative;
	padding-top:10px;
}

#boxes_specials img {
	float:left;
	margin-bottom:7px;
}

/* END BOXES SPECIALS */	


/* BOXES FEATURED */	
#boxes_featured {
	border-bottom:1px solid #787872;
	border-left:2px solid #ccc;
	color:#fff;
	margin:15px auto;
	padding:5px;
	padding-top:0px;
	position:relative;
	text-align:center;
	width:171px;
}

#boxes_featured a {
	background-color:#9c9583;
	color:#000;
	line-height:20px;
	display:block;
}

#boxes_featured .infoBoxHeading {
	background-color:#acb83c;
	text-align:center;
	padding:5px 0px 5px 0px;
}

#boxes_featured .infoBoxHeading-arrow {
	display:none;
}

#boxes_featured .price {
	position:relative;
	padding-top:10px;
}

#boxes_featured img {
	float:left;
	margin-bottom:7px;
}

/* END BOXES FEATURED */	


/* BOXES REVIEWS */
#boxes_reviews {
	background-color:#fff;
	border:1px solid #fff;
	border-right:none;
	color:#333;
	margin:20px 0 20px 0px;
	padding:2px;
	padding-bottom:7px;
	position:relative;

}

#boxes_reviews .image img {
	border:2px inset #ccc;
	border-bottom:none;
	border-right:none;
	display:block;
	height:105px;
	margin:0px auto;
	margin-top:5px;
	position:relative;
	width:140px;	
}

#boxes_reviews .infoBoxHeading {
	display:none;
}

#boxes_reviews h4 {
	font-size:12px;
	text-align:center;
}

#boxes_reviews .description {
	display:block;
	padding:10px;
	text-align:left;
}

#boxes_reviews .price {
	display:block;
	text-align:center;
}

#boxes_reviews .arrow {
	display:none;
	position:relative;
	left:55px;
	top:2px;
}

#boxes_reviews .boxText a {

}
/* END BOXES REVIEWS */



/* BOXES INFORMATION */
#boxes_information {
	float: left;
	font-size:12px;
	margin:0px;
	padding:0px;
	/*padding-bottom:20px;
	position:relative;
	width:235px;*/
	z-index:50;
}

#boxes_information .infoBoxHeading {
	color:#ccc;
	display: none;
	font-size:14px;
	font-weight:normal;
	padding-bottom:12px;
	text-align:center;
}

#boxes_information .boxText {
	margin: 0 auto 0 0;
	padding: 0;
}

/*#boxes_information a {
	background-color: #a9a395;
	color: #000000;
	display: block;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: 10px;
	text-align: left;
}

#boxes_information a:hover {
	background-color: #eee9d6;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}*/


/* END BOXES INFORMATION */


/* BOXES ORDER HISTORY */
#boxes_order_history {
	background-color:#fff;
	border-bottom:1px solid #333;
	padding:5px;
}

#boxes_order_history .infoBoxHeading {
	padding:5px;
	text-align:center;
}

/* BOXES ORDER HISTORY */

/* BOXES YAHOOMENU TREE */
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
#boxes_yahootreemenu {
	margin:0px auto;
	position:relative;
	width:160px;
}

#boxes_yahootreemenu .infoBoxHeading {
	color:#333;
	text-align:center;
	padding:5px;
	padding-top:10px;
}
/* END BOXES YAHOOMENU TREE */

/*----------------------------Suggest Styles--------------------------*/
#search_ajax {
	height:29px;
	/*line-height:30px;*/
	padding:0px;
	margin-bottom: -30px;
	position:relative;
	left:470px;
	top:2px;
	width:225px;
}



.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 3px 2px 12px;
	line-height:20px;
	display: none;
}
.suggest_link_over {
	background-color: #f5f5f5;
	font-weight:bold;
	padding: 2px 3px 2px 12px;
	display: none;
}

#search_suggest {
	position: absolute; 
	background-color: #330099;
	display: none;
	text-align: left;
	border: 0px solid #330099; 
	font-size:.9em;
	padding:0px;
	left:64px;
	top:25px;
	z-index:50;
	width:115px;
}

#search_ajax .infoBoxHeading {
	color:#000;
	float:left;
	font-weight:bold;	
	left:10px;
	padding:7px 7px 2px 2px;
	position:relative;
	text-align:center;
	top:0px;
	width:50px;
}

#search_ajax .boxText {
	position:relative;
}

#search_ajax #txtSearch {
	font-size:11px;
	margin:0px auto;
	margin-left:10px;
	position:relative;
	width:110px;
}

#search_ajax input[type="text"] {
	border:1px solid #333;
	display:block;
	height:15px;
<?php
	if ($browser == 'ie') {
		echo 'left:10px;';
	} else {
		echo 'left:15px;';
	}
?>	
	position:relative;
	top:5px;
	width:100px;
}

#search_ajax input[type="image"] {
	position:absolute;
	right:8px;
	top:5px;
}

/*----------------------------End Suggest Styles------------------------*/


/* NAVIGATION */
#sitemap {
	float: left;
	margin:0px auto;
	padding:0px;
}

#nav li {
	background-image: url(../images/css-images/menu-bullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#nav li ul li {
	background-image: none;
	padding-left: 0;
}

#nav, #nav ul { /* all lists */
	margin:0px;
	margin-bottom:0;
	padding:0px;
	list-style:none;
}

#nav li {
	float: left;
	list-style-type: none;
	margin: 0 5px 0 5px;
	text-align: center;
}

#nav li a {
	color: #8b864e;
	display: block;
	font-size: 12px;
	margin:0;
	padding:0;
	text-transform: uppercase;
	text-decoration: none;
}


#nav li a:hover {
	color: #333;
	margin:0;
	padding:0;
	display: block;
}

#nav li.button {
<?php
	if ($browser == 'ie') {
		echo 'position:relative;';
		echo 'top:-18px;';
	}
?>
}

#nav li.button a {
	background-color:#201c19;
	color:#fff;
/*	display:none; unhidden for new ul_cat*/ 
	font-size:13px;
	font-weight:bold;
	height:0px;
	margin:0px;
	overflow:hidden;
	position:relative;
	text-align:center;
	text-indent:0px;
}
	
#nav li.button a:hover {
	background-color:#ccc;
}
	
#nav li.selected a  {
	background-color:#ccc;
	color:#000;
	cursor:hand;
	display:block;
	font-weight:normal;
	height:25px;
	line-height:25px;
	margin:0px;
	margin-top:5px;
	text-indent:10px;
	text-align:center;
}
	
#nav li { /* all list items */
/*	line-height: 1em; */
}
	
#nav li ul { /* second-level lists */
	background-color:#fff;
	border: 1px solid #9CCE9B;
	display:block;
	position : absolute;
	left: -999em;
	margin-left:0px;
	margin-top : 0em;
	padding:0;
	width:170px;
	z-index:1000;
}

#nav ul li a {
	color:#9CCE9B;
	display:block;
	font-size:11px;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none; 
	width:170px;
}

#nav ul li a:hover {
	color:#fff;
	background-color: #9CCE9B;
	margin:0 0 0 -5px;
	padding:0;
	width:170px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
}


#nav li.sibling {
	cursor:hand;
	display:block;
	margin:0px;
	position:relative;
	text-align:left;
}
	
#nav li.sibling a {
	background-color:#a9a395;
	color:#000;
	cursor:hand;
	display:block;
	font-weight:normal;
	height:25px;
	line-height:25px;
	margin:0px;
	margin-top:5px;
	text-indent:10px;
	text-align:left;
}
	
#nav li.sibling a:hover {
	background-color:#a3b126;
	background-color:#eee9d6;
/*	color:#630f1d; */
	font-weight:bold;
	position:relative;
	text-decoration:none;
}

#nav li:hover, #nav li.hover {  
     position: static;  
}

#nav li ul li ul {
	display: none;
} 


	
#catmenu {
	position:relative;
	margin:0px auto;
}

#sigma-menu {
	margin: 40px 0 0 100px;
	text-transform: uppercase;
}

#sigma-menu span.logoffbox {
	position: absolute;
	top: -15px;
	left: 600px;
	display: none;
}

/*#sigma-menu ul li {
	float: left;
	list-style-image: url(../images/css-images/menu-bullet.jpg);
}

#sigma-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sigma-menu ul li {
	color: #8b864e;
	float: left;
	margin: 0 3px 0 3px;
}

#sigma-menu ul li a {
	color: #8b864e;
	font-size: 12px;
	text-decoration: none;
}

#sigma-menu ul li a:hover {
	color: #333;
}*/





/* END OF NAVIGATION */

#categories-heading {
	background-image: url(../images/css-images/categories-heading.jpg);
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	height: 26px;
	margin: 0 auto 10px auto;
	width: 235px;
	display: none;
	
}

#categories-heading h1 {
	color: #fff;
	float: left;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 0 50px;
	display: none;
}

.product_reviews img {
	margin: 0 auto 0 25px;
}
