/* CSS Document */
.boxText {  }
.errorBox { background:#ffb3b5; font-weight:bold; }
.stockWarning { background: #f5f5f5;color:#cc0033; }
.productsNotifications { background:#f2fff7; }
.orderEdit { color:#333; text-decoration:none; }
#notice { background-color:#9a0000; color:#fff; text-align:center; padding:5px; }
#notice a { color:#fff; text-decoration:underline; }

body, html {
	background-color:#999999;
	color: #000000;
	font-family: "Bookman Old Style", Verdana, Arial; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal; 
	margin:5px 0 10px 0;
}

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;
}

textarea {
  width: 100%;
}

ul {
	margin-left:20px;
}

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

h1 {
	color: #000000;
	font-family: Papyrus, Verdana; 
	font-size: 12pt; 
	font-weight: bold; 
}

h2 {

}

h3 {
	color: #000000;
	font-family: Papyrus, Verdana; 
	font-size: 12pt; 
	font-weight: bold; 
	margin:0px;
	padding:0px;
	text-align:center;
}

b {
	color:#000000;
	font-size:10pt;
}

a { color:#333333; text-decoration:none;}
a:hover { color:#333333; text-decoration:underline;}

img {
	border:0px;
}

.imgtxt { 	display:none; }

s { color:#cc0000; }

textarea { width:90%; }


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

.papyrus {
	font-family: Papyrus, Verdana; 
	font-size: 12pt; 
}

/* 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 0px 18px 0px;
	width:550px;
}

.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;
	width:550px;
}


.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:#ecead8;
	border:2px outset #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 10px;
	position:relative;	
	margin:10px 0px;
	width:550px;
}

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


table .infoBox-continue img, table .infoBox-continue input {
	position:relative;
}

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

.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:#173c4c;
	font-size:16px;
	margin-bottom:10px;
	text-align:center;
}

.pageHeading h1 {
	color:#173c4c;
	font-size:16px;
	border-bottom:2px solid #173c4c;
	margin:5px 0 20px 0;
	text-align:center;
	width:550px;	
}



td strong {
	color:#1d4f50;
	left:8px;
	position:relative;
	top:-3px;
	text-align:left;
}

td strong a {
	font-weight:normal;
}

.login b {
	display:none;
}
th  {
	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;
}

.smallText {

}

.smallText a {
	color:#000;
}

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

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

.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 { 
	color:#cc0000;
	font-size: 90%;
	font-weight:bold;
	text-align:right;
}

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



/* MAIN */
#wrapper {
	background-color:#e3dbc6;
	border-left:1px solid #333;
	margin:0 auto;
	position: relative;
	text-align:left;
	top:0px;
	width:950px;
}

#main-wrapper {

}

#container {
	position:relative;	
	width:948px;
}

/*HEADER INFO*/
#head {
	color:#333;
	height:29px;
	line-height:30px;
	margin: 0 auto;
	padding:0px 10px;
	right:0px;
	top:40px;
	width: 950px;
}

#myaccount {
	float:right;
	position:relative;
	text-align:right;
	width:300px;
}

#myaccount a {
	color:#333;
	position:relative;
	text-align:right;
	z-index:50;
}

#promotion {
	float:left;
	position:relative;
	width:300px;
}

#promotion a {
	font-weight:bold;
}

.headerNavigation {

}

#breadcrumbs {
	color:#fff;
	display:none;
	height:25px;
	line-height:30px;
	padding-left:5px;
	padding-right:10px;
	position:absolute;
	left:0px;
	text-align:right;
	top:5px;
	z-index:10;
}

#breadcrumbs a { 
	color:#fff;
}

/*HEADER INFO END*/

#header {
	background-color:#fff;
	background-image:url(../images/css-images/header-runon.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
	height:88px;
	width:948px;	
}

#header-L {
	background-image:url(../images/css-images/header-left.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:88px;
	position:relative;
	top:0px;
	width:90px;
	z-index:1;
}

#header-R {
	background-image:url(../images/css-images/header-right.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:88px;
	position:absolute;
	right:0px;
	top:0px;
	width:220px;
	z-index:1;
}

#logo {
background-image:url('../images/css-images/logo.png');
	
	height:90px;
	position:absolute;
	top:0px;
	width:620px;
	z-index:2;
}


/* END HEADER */

#sidebar1 {
	background-image:url(../images/css-images/sidebar-wall-1024.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	min-height:670px;
	position:relative;
	width:190px;
}

#sidebar2 {
	border-left:3px solid #b9a98f;
	float:right;
	min-height:680px;
	position:relative;
	top:0px;
	width:170px;
}

/* MAIN */
#content {
	background-image:url(../images/css-images/background-picture.jpg);
	background-repeat:no-repeat;
	margin:0px 173px;
	margin-left:190px;
	height:680px;
	padding:0px;
	padding-bottom:0px;
	position:relative;
}

.create_account, .create_account_success, .account, .account_edit, .account_history, .account_history_info, .account_newsletters, .account_password, .address_book, .account_notifications, .shopping_cart, .checkout_shipping, .checkout_payment, .affiliate_faq, .affiliate_info, .affiliate_terms, .affiliate_summary, .affiliate_banners, .affiliate_reports, .affiliate_details, .affiliate_password, .affiliate_newsletter, .affiliate_news, .logoff, .affiliate_banners_build, .affiliate_banners_banners, .affiliate_banners_build_cat, .affiliate_banners_category, .affiliate_banners_product, .affiliate_banners_text, .affiliate_clicks, .affiliate_sales, .affiliate_payment, .information, .affiliate_logout, .checkout_confirmation, .checkout_success {
	margin:0px auto;
	position:relative;
	width:550px;
}

#sidebar-bottom {
	background-image:url(../images/css-images/sidebar-btm-1024.jpg);
	background-repeat:no-repeat;
	height:290px;
	position:absolute;
	top:410px;
	width:215px;
	z-index:6;
}

#fade {
	background-color:#ece5d3;
	height:660px;
	left:0px;
	opacity:.8;
	filter:alpha(opacity=80);
	position:absolute;
	top:10px;
	width:580px;
	z-index:9;
}

#fade2 {
	background-color:#ffffff;
	height:660px;
	left:0px;
	opacity:.0;
	filter:alpha(opacity=0);
	position:absolute;
	top:0px;
	width:180px;
	z-index:9;
}

#text {
	height:650px;
	left:0px;
	overflow:auto;
	padding:20px 10px 0 5px;
	position:relative;
	top:0px;
	width:570px;
	z-index:10;
}

#menu {
	height:410px;
	top:12px;
	position:relative;
	width:190px;
	z-index:30;
}

#controls {
	background-color:#fff;
	border:2px solid #333;
	border-right:4px solid #000;
	border-top:4px solid #000;
	opacity:.2;
	filter:alpha(opacity=20);
	height:70px;
	margin-left:3px;
	padding:5px;
	position:absolute;
	text-align:center;
	top:307px;
	width:135px;
	z-index:30;
}

#text-control {
	color:#ffffff;
	font-family:"Papyrus", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight:bold;
	margin-left:18px;
	position:absolute;
	top:317px;
	z-index:40;

}

#linkmoreopaque  {
	position:relative;
	z-index:10;
}

#linklessopaque {
	position:relative;
	z-index:10;
}

#dynamic {
	color:#FFFFFF;
	font-weight:bold;
	margin-left:5px;
	position:absolute;
	top:402px;
	z-index:11;
}

.box {
	border:1px solid #333333;
	font-family:"Papyrus", Verdana;
	font-size:11pt;
	font-weight:bold;
	padding:0 2px 0 2px;
	position:relative;
}

#subcats {
	display:block;
	text-align:center;
	margin:0px auto;
	position:relative;
	width:510px;
}

.category {
	background-color:#fff;
	float:left;
	font-weight:bold;
	height:150px;
	margin:10px 10px;
	position:relative;
	text-align:center;
	width:120px;
}

.category .name {
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	padding:0px 10px;
	width:110px;
}

/*DEFINE MAINAPGE*/
#define_mainpage, #greeting {
	color:#000;
	float:left;
	font-size:1em;
	margin-left:4px;
	padding:0px 7px;
	position:relative;
	width:535px;
}

#define_mainpage a {
	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*/
/* END MAIN */



/* FOOTER */
#footer {
	background-color:#eee;
	background-image:url(../images/css-images/footer.jpg);
	clear:both;
	height:30px;
	margin:0px auto;
	position:relative;
	width:950px;
}

#footer2 {
	clear:both;
	height:30px;
	margin:0px auto;
	position:relative;
	width:950px;
}

#copyright {
	float:left;
	line-height:25px;
	padding-left:10px;
	width:450px;
}

#poweredby {
	float:right;
	line-height:25px;
	padding-right:10px;
	text-align:right;
	width:400px;
}

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





/*PRODUCT_INFO PAGE*/
.product_info {
	padding:0px 0px 5px 0px;
	position:relative;
	width:552px;
}

.product_info table.infoBox-continue {
	background:none;
	border:none;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	position:relative;	
}

.product_info .main {
	position:relative;
	top:-5px;
}

.product_info h1 {
	color:#000;
	font-size:14px;
	text-align:center;
}

.product_info .smallText {

}


.product_info #products_image {
	float:left;
	position:relative;
	margin-bottom:15px;
	margin-right:15px;
	text-align:center;
	top:0px;
	width:150px;
}

.product_info .price {

	position:relative;
	text-align:center;
}

.product_info .price table {
	margin:0px auto;
	position:relative;
	font-weight:bold;
	width:20%;
}

.product_info .productSpecialPrice {
	color:#901d22;
	font-size:18px;
}

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

.product_info .description {
	padding:0px 10px;
}

#table_product_attributes {
	background-color:#fff;
	display:none;
	clear:both;
	height:40px;	
	padding:5px 0px;
	position:relative;
	top:0px;
	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 {
	display:none;
}

#modules_also_purchased_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_also_purchased_products .smallText {
	float:left;
	height:170px;
	margin:14px 7px;
margin-top:4px;
	position:relative;
	text-align:center;
	width:114px;
}

#modules_also_purchased_products .name {
	left:0px;
	position:absolute;
	text-align:center;
	top:120px;
	width:114px;
}

#modules_also_purchased_products img {
	margin:7px 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;
	left:-7px;
}

.allprods .smallText-nav a {

}

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

/* END ALL PRODUCTS */


/* CONTACT US */
#contactus-info {
	background-color:#f5f5f5;
	margin-right:10px;
	padding:5px 10px;
}

.contact_us th {
	margin:5px 0px;
	display:block;
	width:95px;
}

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

/* ENd CONTACT US */

/* SHOPPING CART */
#shopping_cart {

}

#shopping_cart_container {
	margin:0px auto;
	padding:5px 0px;
	width:550px;
}

.product-listing-rows-columns {
	background-color:#fff;
	border:2px outset #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	float:left;
	height:140px;
	margin:5px 0px;
	padding:5px 0px 10px 0px;
	width:545px;
}

.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:270px;
}

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

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

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

.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:110px;
}

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



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

.login .infoBox, .login .infoBox-pwa, .login .infoBox-returning-customer, .login .infoBox-new-customer {
	background-color:#fff;
	border:2px outset #b6b7cb;
	border-left:1px solid #85a4a3;
	border-top:1px solid #85a4a3;
	height:195px;
	padding:10px 15px 10px 5px;
	margin:0px;
	margin-bottom:20px;
	position:relative;
}

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

.login .infoBox-returning-customer {
	margin-left:20px;
	width:205px;
}

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

.infoBox-returning-customer th {
	left:5px;
	position:relative;
	width:90px;
}

.login p {
	margin:7px 0px 5px 0px;
	padding:0px;
}
.infoBox-returning-customer input[type="text"], .infoBox-returning-customer input[type="password"] {
	margin:3px 0px;
	width:105px;
}

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

.login .infoBox-pwa {
	border:2px inset #b6b7cb;
	border-bottom:1px solid #85a4a3;
	border-right:1px solid #85a4a3;
	height:160px;
	width:545px;
}

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

.login .password-forgotten {
	font-size:11px;
	padding-left:2px;
}

.login td strong {
	left:0px;
}

/*END LOGIN PAGE*/


/* 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 {
	border-bottom: 1px solid #777;
	margin:0px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:10px;
	padding-top:10px;
}

#divShoppingCard .infoBoxHeading {
	float:left;
	font-weight:bold;
	font-size:12px;
	float:left;
	padding-bottom:7px;
	text-align:center;
	width:100px;
}

#divShoppingCard .arrow {
	display:block;
	margin-bottom:5px;
	padding-bottom:10px;
	position:relative;
	left:10px;
	top:3px;
}


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

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

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

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


/* END SHOPING CART BOX */



/* PRODUCT_LISTING */
.cat-description, .cat_info_box {
	margin:10px auto;
	padding:0px 10px;
	position:relative;
}

.product_listing_split_results {
	background-color:#fff;
border:2px outset #173c4c;	float:left;
	margin:5px auto;
	overflow:hidden;
	padding:3px 10px;
	position:relative;
}

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

#modules_product_listing {
	float:left;
	padding:0px;
	margin:10px auto;
	position:relative;
	width:558px;
}

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


.productListing-odd, .productListing-even {
	background-color:#fff;
	float:left;
	margin:10px 4px 15px 7px;
	min-height:235px;
	padding:0px;
	padding-bottom:7px;
	position:relative;
	text-align:center;
	width:127px;
}

.allprods .productListing-odd, .allprods .productListing-even {
	height:250px;
}

.productListing-odd .productListing-data, .productListing-even .productListing-data {

}

.productListing-odd a.product-image, .productListing-even a.product-image {
	display:block;
	position:relative;
	height:117px;
}

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

.productListing-odd .product_list_buy_now, .productListing-even .product_list_buy_now {
	position:relative;
}

.productListing-odd .product_list_name, .productListing-even .product_list_name {
	display:block;
	font-size:11px;
	line-height:13px;
	margin:0px auto;
	min-height:48px;
	padding:7px 2px 0px 2px;
	position:relative;
	top:0px;
	width:110px;
}

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

.productListing-odd .product_list_price, .productListing-even .product_list_price {
	margin:8px 0px 8px 0px;
	position:relative;
	text-align:center;
}

.product_listing p {
	width:495px;
}

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



/* MODULES FEATURED */
#modules_featured, #modules_upcoming_products {
	float:left;
	padding:0px;
	margin:0px auto;
	margin-left:130px;
	position:relative;
	width:280px;
}

#modules_featured .infoBoxHeading, #modules_upcoming_products .infoBoxHeading { 
	color:#000;
	font-family: Papyrus, Verdana; 
	font-size: 12pt; 
	padding:10px;
	padding-bottom:10px;
	text-align:center;
}


#modules_featured img, #modules_upcoming_products img {
	background-color:#fff;
	border:2px outset #333;
	margin-bottom:5px;
}

#modules_featured .smallText, #modules_upcoming_products .smallText {
	background-color:#fff;
	float:left;
	margin:0px 4px 5px 4px;
	min-height:190px;
	padding:0px;
	padding-bottom:7px;
	position:relative;
	text-align:center;
	width:130px;
}

#modules_featured a, #modules_upcoming_products a {
	color:#000;
}

/* END MODULES FEATURED */



/* MODULES SPECIALS */
#modules_default_specials {
	background-color:#5788ee;
	float:left;
	margin:15px auto;
	padding-bottom:7px;
	position:relative;
	width:470px;
}

#modules_default_specials .infoBoxHeading {
	color:#fff;
	border-bottom:1px solid #fff;
	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_default_specials .arrow {
	position:relative;
	left:48px;
	top:2px;
}


#modules_default_specials img {
	background-color:#fff;
	margin-bottom:5px;
}

#modules_default_specials .smallText {
	background-color:#fff;
	float:left;
	margin:5px 5px 10px 5px;
	min-height:205px;
	padding:7px 5px;
	position:relative;
	text-align:center;
	width:120px;
border:2px outset #333;width:118px;}

#modules_default_specials .product-image {
	display:block;
	overflow:hidden;
}
/* END MODULES SPECIALS */



/* MODULES NEW PRODUCTS */
#modules_new_products {
	background-color:#1c4fc2;
	float:left;
	margin:15px auto;
	padding-bottom:7px;
	width:470px;
}

#modules_new_products .infoBoxHeading {
	color:#fff;
	border-bottom:1px solid #fff;
	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_new_products img {
	background-color:#fff;
	margin-bottom:5px;
}

#modules_new_products .smallText {
	background-color:#fff;
	float:left;
	margin:5px 5px 10px 5px;
	min-height:190px;
	padding:7px 5px;
	position:relative;
	text-align:center;
	width:120px;
border:2px outset #333;width:118px;
}

#modules_new_products .product-image {
	display:block;
	overflow:hidden;
}

#modules_new_products h3.infoboxHeading {
	margin:0px auto;
	padding:10px 0px;
	position:relative;
	text-align:center;
	top:0px;
}

#products_new .product_listing {
	margin-left:10px;
	width:500px;
}
/* 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:#f5f5f5;
/*	border:2px outset #85a4a3;
	border:2px inset #ccc;*/
	height:200px;
	margin-left:4px;
	padding:10px 5px 20px 10px;
	position:relative;
	width:535px;
}

#modules_star_product .infoBoxHeading {
	display:none;
}

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

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

.star-image {
	float:left;
	margin-right:20px;
	position:relative;
	text-align:center;
	top:-10px;
	width:125px;
}

.star-image img {
	margin-top:5px;
}

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

#modules_star_product .price {
	font-weight:bold;
	font-size:14px;
	margin:15px 0;
	padding:0px;
	text-align:center;
}
/* 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 {
	border-bottom: 1px solid #777;
	color:#000;
	margin:0px auto 0px auto;
	padding:10px;
	position:relative;
	width:150px;
}

#boxes_loginbox strong {
	color:#333;
}

#boxes_loginbox_empty {
}

#boxes_loginbox .boxText {
}

#boxes_loginbox a {
	color:#333;
}

#boxes_loginbox .infoBoxHeading {
	display:none;
}

#boxes_loginbox input[type="text"] {
	width:140px;
}

#boxes_loginbox .greetUser{
	color:#333;
	display:block;
	font-weight:bold;
	padding-bottom:8px;
	position:relative;
	text-align:center;
}

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

#boxes_loginbox .infoBoxContents {
	padding-top:7px;
	text-align:left;
}

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

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

/*END BOXES LOGIN*/



/*BOXES PRODUCT_NOTIFICATION*/
#boxes_product_notifications, #boxes_best_sellers {
	background-color:#fff;
	border-bottom:1px solid #333;
	padding:5px;
	padding-bottom:10px;
	font-size:11px;
}

#boxes_best_sellers {
	background-color:#f5f5f5;
}

#boxes_best_sellers a {
	color:#333;
}

#boxes_best_sellers .infoBoxHeading, #boxes_product_notifications .infoBoxHeading { 
	font-size:12px;
	text-align:center;
	padding:5px;
}

#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-bottom:1px solid #787872;
	border-top:1px solid #787872;
	color:#000;
	margin:0px auto 0px auto;
	padding:10px;
	position:relative;
	text-align:center;
	width:128px;
}

#boxes_whats_new .infoBoxHeading {
	text-align:center;
	padding:5px 0px 12px 0px;
}

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

#boxes_whats_new img {
	margin-bottom:7px;
}

/* END BOXES WHATS NEW */	


/* BOXES SPECIALS */	
#boxes_specials {
	background-color:#fff;
	border-bottom:1px solid #787872;
	border-top:1px solid #787872;
	color:#000;
	margin:0px auto 0px auto;
	padding:10px;
	position:relative;
	text-align:center;
	width:128px;
}

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

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

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

/* END BOXES SPECIALS */	


/* BOXES FEATURED */	
#boxes_featured {
	background-color:#fff;
	border-top:1px solid #787872;
	color:#000;
	margin:0px auto 0px auto;
	padding:10px;
	position:relative;
	text-align:center;
	width:128px;
}

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

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

#boxes_featured img {
	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 {
	border-bottom: 1px solid #777;
	padding:10px;
	position:relative;
	z-index:30;
}

#boxes_information .infoBoxHeading {
	display:none;
}

#boxes_information ul {
	top:88px;
	left:75px;
	position:absolute;
}

#boxes_information ul li {
	border-right:2px solid #000;
	border-left:2px solid #fff;
	color:#fff;
	float:left;
	font-weight:bold;
	height:33px;
	line-height:33px;
	list-style-type:none;
	position:relative;
	text-align:center;
	top:2px;
	width:100px;
}

#boxes_information ul li ul {
	position:absolute;
	left:-123px;
	top:32px;
	width:600px;
}

#boxes_information ul li ul li {
	background-color:#a60000;
	background-color:#5687ee;
	border:none;
	border-left:1px solid #000;
	border-right:2px solid #fff;
	float:left;
	height:28px;
	line-height:28px;
	width:150px;
}

#boxes_information ul li.home {
	border-left:none;
}

#boxes_information ul li.contact {
	border-right:none;
}

#boxes_information ul li a {
	color:#fff;
}

#boxes_information ul li a:hover {
	background-color:#5687ee;
	color:#fff;
	display:block;
	font-size:13px;
}
/* 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 */

/* BOXES AFFILIATE */

#boxes_affiliate {
	border-bottom: 1px solid #777;
	padding:10px;
}

#boxes_affiliate .infoBoxHeading {
	display:none;
}

/*----------------------------Suggest Styles--------------------------*/
#search_ajax {
	padding:2px 0px;
/*	padding-left:100px;
	position:absolute; */
	width:170px;
	z-index:50;

}

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

#search_suggest {
	position: absolute; //absolute;
	background-color: #330099 //#FFFFFF;
	text-align: left;
	border: 0px solid #330099 //#000000;
	font-size:.9em;
	padding:0px; 0px;
	left:175px;
	top:23px;
	z-index:50;
}

#search_ajax .infoBoxHeading {
	color:#fff;
	float:left;
	font-weight:bold;	
	left:5px;
	padding:2px;
	position:relative;
	text-align:center;
	width:60px;
}

#search_ajax .boxText {
	position:relative;
}

#search_ajax #txtSearch {
	margin:0px auto;
	margin-left:10px;
	position:relative;
	width:125px;
}

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

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


/* CSS Document */
#navcontainer {
	position: absolute;
	height: 257px;	
	left:0px;
	width: 190px;
	top:5px;
	z-index:80;
}

#nav, #nav ul { /* all lists */
	font-family: "Papyrus", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #fff;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 105px;
	z-index:80;	
}
	
#nav li { /* all list items */
	display: block;
	position: relative;
	float: left;
	left: -18px;
	line-height: 30px;
	margin-bottom: 0px;
	z-index:80;
}
	
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 195px;
	margin-top: -2.15em;
	z-index:80;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#nav li a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
	text-decoration: none;	
	width: 190px;
}

#nav ul li a {
	background-color: #ece5d3;
	border:2px solid #daceb0;
	color: #333333;
	display: block;
	font-weight: bold;
	margin:0px;
	text-align: center;
	text-decoration: none;
	width: 190px;
}
	
#nav li a:hover {
	color: #ffffff;
	font-size:10pt;
	font-weight: bold;
}

#nav ul li a:hover {
	background-color: #5a5552;
}
	
#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 { /* lists nested under hovered list items */
	left: auto;
	
}

#sitemap {
	border-bottom: 1px solid #777;
	padding:10px;
}

#nav2 {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#bonus_container {
	padding: 0 0 0 0;
}
	
#catmenu {
	position:absolute;
	top:-30px;
	right:-1px;
}
/* END OF NAVIGATION */
