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

body {
	background-color:#ffdc37;
	background-image:url(../images/css-images/bg.gif);
	background-repeat:repeat-x;
	background-position:top; 
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 0 20px 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;
}

a {
	color:#4d4dc2;
	text-decoration:none;
}

a:hover {
	color:#9b0000;
	text-decoration:none;
}

img {
	border:0px;
}

.imgtxt {
	display:none;
}

s {
	color:#333;
	font-weight:normal;
}

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



/* GENERAL INFOBOXES */

.contentBox {

}

table .infoBox {
	display:block;
	padding:10px 20px;
	position:relative;
	margin:0 auto;
	margin-bottom:10px;
	width:440px;
}

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

table .infoBoxNotice {
	background-color:#901d22;
	padding:5px 10px;
	margin-bottom:15px;
}


.productSpecialPrice {
	
}

table .infoBox-header {
	padding:10px 10px;
	position:relative;	
	margin:0px auto 10px auto;
	width:440px;
}

table .infoBox-continue {
	left:20px;
	margin:0 auto;
	padding:5px 10px;
	position:relative;	
	margin:10px 0px;
	width:430px;
}

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


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

table .infoBox-meter {
	left:20px;
	margin:20px 0px;
	padding:10px 0px;
	position:relative;
	width:440px;
}

.infoBoxHeading {
	color:#9b0000;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.infoBoxHeading a {
	color:#173c4c
}

h1 {
	color:#000;
	font-size:16px;
	margin-bottom:10px;
	padding-left:20px;
	padding-top:20px;
	text-align:left;
}

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

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

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

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

	padding:5px;
	position:relative;
	margin:10px auto;
	width:440px;
}

.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: #80000; 
	text-align:right;
	padding-right:7px;
}

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



/* MAIN */
#wrapper {
	margin:0 auto;
	position:relative;
	width:900px;
}

#main-wrapper {

}

#container {
	background-color:#fee049;
	float:left;
	padding-bottom:20px;
}

/*HEADER INFO*/
#myaccount {
	border-top:1px solid #ffc00d;
	bottom:0px;
	color:#130620;
	height:49px;
	left:0px;
	line-height:48px;
	position:absolute;
	text-align:center;
	width:900px;
}

#myaccount ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	width:900px;
}

#myaccount li {
	float:left;
	height:35px;
	line-height:35px;
	list-style-type:none;
	margin-top:7px;
}

#myaccount li a {
	color:#fff;
	cursor:hand;
	float:left;
	font-size:12px;
	height:35px;
	margin:0 4px;
	padding:0;
	line-height:35px;
	font-weight:bold;
	text-transform:uppercase;
	width:141px;
	z-index:50;
}

#myaccount li a.home {
background-image:url('../images/css-images/home.png');
	
}

#myaccount li a.allproducts {
background-image:url('../images/css-images/allproducts.png');
	
}

#myaccount li a.myaccount {
background-image:url('../images/css-images/myaccount.png');
	
}

#myaccount li a.shoppingcart {
background-image:url('../images/css-images/shopping-cart.png');
	
}

#myaccount li a.checkout {
background-image:url('../images/css-images/checkout.png');
	
}

#myaccount li a.testimonials {
background-image:url('../images/css-images/testimonials.png');
	
}

#myaccount a:hover {

}

.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 {
	border-bottom:3px solid #ffc00d;
	height:160px;
	position:relative;
}

#logo {
background-image:url('../images/css-images/logo.png');
	
	height:100px;
	left:10px;
	position:absolute;
	top:12px;
	width:209px;
	z-index:50;
}

#head-region {
	background-image:url(../images/css-images/header2b.jpg);
	height:104px;
	position:absolute;
	right:0px;
	top:0px;
	width:654px;
}

/* END HEADER */

#sidebar1 {
	background-color:#ffdc37;
	background-image:url(../images/css-images/sidebar1.jpg);
	background-repeat:repeat-y;
	float:left;
	position:relative;
	width:210px;
	z-index:30;
}

#sidebar1 .block, #sidebar2 .block {
	display:block;
	float:left;
	margin:10px 0 0 5px ;
	padding:0;
	width:190px;
}

#sidebar2 .block {
	float:right;
	margin:10px 0 0 0;
}

#sidebar2 {
	background-color:#ffdc37;
	background-image:url(../images/css-images/sidebar2.jpg);
	background-repeat:repeat-y;
	float:right;
	position:relative;
	width:210px;
}

/* MAIN */
#content {
	margin:0px 210px 0px 210px;
	padding:20px 0 0 0;	
	z-index:50;
}

.info #content, .product #content {
	background-color:#fee049;
	margin:0px 0px 0px 210px;
}

#promotion {
background-image:url('../images/css-images/promotion.png');
	
	float:left;
	height:120px;
	margin:0 auto;
	position:relative;
	width:472px;
}

/*DEFINE MAINAPGE*/
#define_mainpage {
	float:left;
	margin:5px auto;
	padding:0 5px;
	position:relative;
	width:460px;
}

#define_mainpage a {
	text-decoration:underline;
}

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

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

/*END DEFINE MAINAPGE*/
/* END MAIN */


#categories, #listings, .allprods, #shopping_cart {
	background-image:url(../images/css-images/body-repeat.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	margin-bottom:10px;
	position:relative;
	width:472px;
}

#categories h1, #listings h1, .allprods h1, #shopping_cart h1 {
	background-image:url(../images/css-images/body-heading.jpg);	
	background-repeat:no-repeat;
	background-position:top;
	color:#ff7d00;
	font-size:12px;
	padding:7px 0 7px 15px;
	margin:0;
	text-transform:uppercase;
}

#categories .btm, #listings .btm, .allprods .btm, #shopping_cart .btm {
	background-image:url(../images/css-images/body-footer.jpg);		
	clear:both;
	display:block;
	height:15px;
	position:relative;
	width:472px;
}

#subcats {
	display:block;
	margin:0px auto;
	position:relative;
	width:465px;
}

.category {
	float:left;
	font-weight:bold;
	margin:0;
	padding:0px 0 10px 0;
	text-align:center;
	width:155px;
}

.category img {
	background-color:#fff;
}

.category strong {
	display:block;
	left:10px;
	position:relative;
	top:-10px;
}

.information, .product_info {
	background-image:url(../images/css-images/body-repeat650.jpg);
	background-repeat:repeat-y;
	margin:0;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:30px;
	position:relative;
	width:650px;
}

.information h1, .product_info h1 {
	background-image:url(../images/css-images/body-heading650.jpg);	
	background-repeat:no-repeat;
	background-position:top;
	color:#ff7d00;
	font-size:12px;
	padding:7px 0 7px 15px;
	margin:0;
	text-transform:uppercase;
}

.information .description {
	padding:0 15px;
}

.information .btm, .product_info .btm {
	background-image:url(../images/css-images/body-footer650.jpg);		
	clear:both;
	display:block;
	height:15px;
	position:relative;
	width:650px;
}



/* FOOTER */
#footer {
	border-top:3px solid #ffbe0c;
	clear:both;
	height:30px;
	margin:0px auto;
	position:relative;
	width:900px;
}

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

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

#poweredby a {
	color:#333;
}


/* END FOOTER*/



/*PRODUCT_INFO PAGE*/
#productprice-container {
	display:block;
	float:left;
	padding:20px 0 5px 0;
	position:relative;
	text-align:right;
	width:440px;
}

.product_info .smallText {
	font-size:13px;
}

.product_info #products_image {
	float:left;
	display:block;
	position:relative;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:0px;
	text-align:center;
	top:10px;
	width:180px;
}

.product_info .price {
	display:block;
	font-weight:bold;
	text-align:left;
}

.PriceList td {
	padding:0px;
	width:85px;
}

.product_info .ourprice {
	color:#ff7d00;

	font-size:14px;
}

.product_info .productSpecialPrice {
	color:#d44848;
	font-size:14px;
}

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

.product_info .description {
	float:left;
	display:block;
	margin-left:0px;
	padding:0px;
	width:440px;
}

.product_info ul {
	margin-left:25px;
}

#additionalImages {
	display:block;
	margin-top:10px;
	padding:0px;
	position:relative;

}

#additionalImages .smallText {
	background-color:#fff;
	display:block;
	float:left;
	font-size:11px;
	margin:5px 5px;
	min-height:185px;
	text-align:center;
	position:relative;
	width:165px;
}

#table_product_attributes {
	float:left;
	margin-bottom:0px;
	margin-left:15px;
	margin-right:0px;
	text-align:center;
	top:10px;
	width:170px;
	z-index:30;
}

#table_product_attributes select {
	width:125px;
}

.attribute_option_name {
	margin-right:5px;
	width:15%;
}

.attribute_option_id {
	text-align:left;
}




.product_info table.infoBox-continue {
	float:left;
	margin-top:18px;
	margin-left:5px;
	padding:0;
	text-align:left;
	width:150px;
}

#modules_also_purchased_products {
	display:block;
	float:left;
	margin-top:10px;
	padding:0px;
	padding-bottom:20px;
	position:relative;
}

#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 {
	background-color:#fff;
	display:block;
	float:left;
	font-size:11px;
	margin:5px 5px;
	min-height:160px;
	text-align:center;
	position:relative;
	width:165px;x;
}

#modules_also_purchased_products .name {
	left:0px;
	text-align:center;
}

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


/*END PRODUCT_INFO PAGE*/



/* ALL PRODUCTS */
.alphabet {
	background-color:#f0f0f0;
	position:relative;
	margin:0px auto;
	padding-bottom:5px;
	text-align:center;
	width:470px;
}

/* 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:0 auto;
	padding:5px 0;
	width:450px;
}

.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 0 10px 0;
	width:450px;
}

.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:0 10px 0 0;
	width:240px;
}

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

.productListing-data-products img {
	position:relative;
	margin-right:10px;
	top:-5px;
}	

.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;
	text-align:center;
	width:25px;
}

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

.productListing-data-qty input {
	margin:0;
	padding:0;
	position:relative;
	top:10px;
	width:25px;
}

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

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



/*LOGIN PAGE*/
.login, .logoff, .create_account, .create_account_success, .account, .account_edit, .address_book, .address_book_process, .account_password, .account_newsletters, .checkout_shipping, .checkout_shipping_address, .checkout_payment, .checkout_payment_address, .checkout_confirmation, .checkout_success, .account_history_info, .account_history {
	background-image:url(../images/css-images/body-repeat.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	margin-bottom:10px;
	position:relative;
	width:472px;
}	

.login h1, .logoff h1, .create_account h1, .create_account_success h1, .account h1, .account_edit h1, .address_book h1, .address_book_process h1, .account_password h1, .account_newsletters h1, .checkout_shipping h1, .checkout_shipping_address h1, .checkout_payment h1, .checkout_payment_address h1, .checkout_confirmation h1, .checkout_success h1, .account_history_info h1, .account_history h1 {
	background-image:url(../images/css-images/body-heading.jpg);	
	background-repeat:no-repeat;
	background-position:top;
	color:#ff7d00;
	font-size:12px;
	padding:7px 0 7px 15px;
	margin:0;
	text-transform:uppercase;
}

.login .btm, .logoff .btm, .create_account .btm, .create_account_success .btm, .account .btm, .account_edit .btm, .address_book .btm, .address_book_process .btm, .account_password .btm, .account_newsletters .btm, .checkout_shipping .btm, .checkout_shipping_address .btm, .checkout_payment .btm, .checkout_payment_address .btm, .checkout_confirmation .btm, .checkout_success .btm, .account_history_info .btm, .account_history .btm {
	background-image:url(../images/css-images/body-footer.jpg);		
	clear:both;
	display:block;
	height:15px;
	position:relative;
	width:472px;
}	

.account strong {
	display:none;
}

.address_book strong {
	display:block;
	padding:10px 0 0 20px;
}

.login_container {
	margin:0 auto;
	position:relative;
	width:460px;
}

.login .infoBox, .login .infoBox-pwa, .login .infoBox-returning-customer, .login .infoBox-new-customer {
	height:150px;
	padding:10px;
	margin:0px;
	margin-bottom:5px;
	position:relative;
}

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

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

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

.infoBox-returning-customer th {
	background-color:#f5f5f5;
	left:0px;
	margin-right:5px;
	position:relative;
	width:90px;
}

.login p {
	margin:7px 0px 5px 0px;
	padding:0px;
}
.infoBox-returning-customer .main input {
	margin:3px 0px;
	width:105px;
}

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

.login .infoBox-pwa {
	border-top:1px dashed #ccc;
	height:160px;
	width:440px;
}

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

/*CREATE ACCOUNT */
.create_account strong {
	display:none;
}

.create_account .infoBox {
	margin-left:25px;
}

.create_account th, .address_book_process th, .account_password th, .account_edit th {
	font-weight:normal;
	text-transform:uppercase;
}

/*END CREATE ACCOUNT */


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

.checkout_shipping strong, .checkout_payment strong, .checkout_confirmation strong, .checkout_shipping_address strong, .checkout_payment_address strong, .account_history_info strong {
	color:#800000;
	display:block;
	position:relative;
	padding:10px 0 0 28px;
}

.checkout_payment .orderEdit {
	display:block;
	padding-top:7px;
	position:relative;
	left:10px;
	text-decoration:none;
}

/*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-image:url(../images/css-images/m26.jpg);	
	background-position:top;
	margin:0px;
	width:180px;
	z-index:30;
}

#divShoppingCard .infoBoxHeading {
	background-image:url(../images/css-images/m25.jpg);	
	background-repeat:no-repeat;
	background-position:top;
	padding:15px 0 0 15px;
}

#divShoppingCard .infoBoxHeading a {
	color:#9b0000;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}

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

#divShoppingCard .boxText {
	color:#4c4c18;
	margin:0;
	padding:5px 15px 0 15px;
	position:relative;
	text-align:left;
}

#divShoppingCard .btm {
  background-image:url(../images/css-images/m27.jpg);		
  clear:both;
  display:block;
  height:20px;
  position:relative;
  width:180px;
}

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

#divShoppingCard .boxText img {
	display:none;
}

#divShoppingCard .infoBoxContents {
	line-height:16px;
}
/* END SHOPING CART BOX */



/* PRODUCT_LISTING */
.cat-description, .cat_info_box {
	float:left;
	margin:5px auto;
	padding:0 5px;
	width:460px;
}

#filter {
	margin:0px auto;
	padding-top:7px;	
	text-align:center;
	width:300px;
}

.product_listing_split_results {
	background-color:#fff;
float:left;	margin:5px auto;
	overflow:hidden;
	padding:3px 10px;
	position:relative;
	width:460px;
}

#modules_product_listing {
	margin:0 auto;
	padding:3px 0;
	position:relative;
	width:460px;
}

.productListing-odd, .productListing-even {
	background-color:#fff;
	float:left;
	margin:4px 4px 0 4px;
	height:290px;
	padding:0;
	position:relative;
	text-align:center;
	width:144px;
}

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

}

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

.productListing-odd .product_list_buy_now, .productListing-even .product_list_buy_now {
	margin:0 auto;
	position:relative;
	width:80px;
}

.productListing-odd .product_list_name, .productListing-even .product_list_name {
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	margin:5px auto;
	padding:7px 2px 0px 2px;
	position:relative;
	text-align:center;
	top:0px;
	width:140px;
}

.productListing-odd a, .productListing-even a {
	color:#000;
}

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

.productListing-odd .product_list_price, .productListing-even .product_list_price {
	color:#ff190e;
	font-weight:bold;
	margin:0 auto;
	padding:10px 0;
	position:relative;
	text-align:center;
	width:140px;
}

.productListing-odd .expires, .productListing-even .expires {
	color:#333;
	font-size:10px;
	padding-top:5px;
	text-align:center;
}

.product_listing p {
	width:495px;
}

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



/* MODULES FEATURED */
#modules_featured {
	background-image:url(../images/css-images/body-repeat.jpg);
	background-repeat:repeat-y;	
	float:left;
	margin:5px 0;
	padding:0;
	width:472px;
}

#modules_featured .infoBoxHeading { 
	background-image:url(../images/css-images/body-heading.jpg);
	font-weight:bold;
	margin:0;
	padding:0px;
	padding:7px 0 7px 15px;
}

#modules_featured .btm { 
	background-image:url(../images/css-images/body-footer.jpg);		
	clear:both;
	display:block;
	height:15px;
	position:relative;
	width:472px;
}

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

#modules_featured .smallText {
	color:#d44848;
	float:left;
	font-weight:bold;
	margin:10px 5px 0px 5px;
	min-height:225px;
	padding:0 0 5px 0;
	padding-top:0px;
	position:relative;
	text-align:center;
	width:145px;
}

#modules_featured .name {
	display:block;
	padding:0px 7px;
}

#modules_featured a {
	font-weight:normal;
}

/* END MODULES FEATURED */


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

#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:#fff;
	border:5px solid #ff7d01;
	float:left;
	margin:5px 0 20px 0;
	padding:0;
	width:462px;
}

#modules_star_product  .btm {
	float:left;
	height:5px;
	padding-top:15px;
	position:relative;
	width:462px;
}

#modules_star_product .infoBoxHeading {
	color:#444e4e;
	font-weight:bold;
	font-size:13px;
	padding:0 20px;
	position:absolute;
	margin:0 5px;
}

.star-product-title {
	font-weight:bold;
	margin:10px 0 10px 0;
	text-align:center;
	position:relative;
	padding-top:15px;
}

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

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

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

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

#modules_star_product .star-product-price {
	font-size:16px;
	padding:10px 0 0 0;
	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-image:url(../images/css-images/vertical-bamboo2.jpg);
	background-position:right;
	background-repeat:repeat-y;
	color:#444e4e;
	position:relative;
	width:212px;
	margin:0px;
	padding:10px 0px 10px 0px;
	list-style:none;
	z-index:30;
}

#boxes_manufacturers ul {
	list-style:none;
	margin:0px auto;
	margin-left:5px;
	width:180px;
}

#boxes_manufacturers li a {
	color:#444e4e;
	cursor:hand;
	display:block;
	font-weight:bold;
	padding:7px;
	width:180px;
}

#boxes_manufacturers li a:hover {
	background-color:#000;
	color:#fff;
	font-weight:bold;
	position:relative;
	text-decoration:none;
}

#boxes_manufacturers li.selected a {
	background-color:#000;
	color:#fff;
	font-weight:bolder;
	padding-bottom:12px;
}

#boxes_manufacturers .infoBoxHeading {
	color:#444e4e;
	display:block;
	padding:10px 0px;
	padding-right:5px;
	position:relative;
	text-align:center;
	z-index:30;
}

#boxes_manufacturers select {
	width:180px;
}


#boxes_manufacturer_info {
}

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

#boxes_manufacturer_info .boxText {
	display:block;
	padding:5px 0px;
	text-align:center;
}

/* END BOXES MANUFACTURERS */




/* BOXES LOGIN */
#boxes_loginbox {
	background-image:url(../images/css-images/m30.jpg);
	background-repeat:repeat-y;
	position:relative;
	list-style:none;
	width:180px;
}

#boxes_loginbox p {
  list-style-type:none;
  margin:0 0 0 25px;
  padding:10px 0;
  text-align:center;
  width:130px;
}

#boxes_loginbox form {
	display:block;
	margin:0px auto;
	position:relative;
	text-align:right;
	width:145px;
}

#boxes_loginbox_empty {
}

#boxes_loginbox .boxText {

}

#boxes_loginbox a {

}

#boxes_loginbox .infoBoxHeading {
	background-image:url(../images/css-images/m29.jpg);
	background-repeat:no-repeat;
	display:block;
	height:20px;
	padding:15px 0 0 15px;
	text-transform:uppercase;
}

#boxes_loginbox .btm {
  background-image:url(../images/css-images/m31.jpg);		
  clear:both;
  display:block;
  height:15px;
  position:relative;
  width:180px;
}

#boxes_loginbox .infoBoxContents input {
	margin-bottom:5px;
	position:relative;
	width:140px;
}

#boxes_loginbox .infoBoxContents2 input {
	margin:10px 0;
	position:relative;
}

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

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

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

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

/*END BOXES LOGIN*/



/*BOXES BEST SELLERS*/
#boxes_best_sellers {
  background-image:url(../images/css-images/m20.jpg);	
  background-position:top;
  float:left;
  margin:0px;
  width:180px;
  z-index:30;
}

#boxes_best_sellers .infoBoxHeading {
  background-image:url(../images/css-images/m18.jpg);	
  background-repeat:no-repeat;
  background-position:top;
  padding:15px 0 0 15px;
  text-transform:uppercase;
}

#boxes_best_sellers .btm {
  background-image:url(../images/css-images/m21.jpg);		
  clear:both;
  display:block;
  height:20px;
  position:relative;
  width:180px;
}

#boxes_best_sellers ul {
  list-style-type:none;
  margin:0 0 0 10px;
  padding:10px 0;
  width:145px;
}

#boxes_best_sellers li {
  background-image:url(../images/css-images/m22.gif);	
  background-repeat:no-repeat;
  border-bottom:1px dashed #feb810;
  display:block;
  float:left;
  height:25px;
  padding-left:9px;
}

#boxes_best_sellers li a {
	color:#4d4dc2;
	cursor:hand;
	display:block;
	line-height:25px;
	text-transform:uppercase;
	width:145px;
}

#boxes_best_sellers li a:hover {
	color:#9b0000;
	position:relative;
	text-decoration:none;
}


#boxes_best_sellers a {
	color:#4d4dc2;
}

#boxes_best_sellers a:hover {
	color:#9b0000;
}

/*END BOXES BEST SELLERS*/





	


/* BOXES SPECIALS */	
#modules_default_specials {
	background-image:url(../images/css-images/m33.jpg);
	background-repeat:repeat-y;
	margin:0;
	width:180px;
}

#modules_default_specials .infoBoxHeading {
	background-image:url(../images/css-images/m34.jpg);
	background-repeat:no-repeat;
	color:#0da700;
	padding:15px 0 5px 15px;
	position:relative;
	text-transform:uppercase;
}

#modules_default_specials .btm {
  background-image:url(../images/css-images/m35.jpg);		
  clear:both;
  display:block;
  height:15px;
  position:relative;
  width:180px;
}

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

#modules_default_specials .smallText {
	color:#ff190e;
	font-weight:bold;
	margin:0 auto;
	padding-bottom:20px;
	position:relative;
	text-align:center;
	width:150px;
}

#modules_default_specials .name {
	padding:3px 0;
	position:relative;
}

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

#modules_default_specials .expires {
	color:#333;
	font-size:10px;
	padding-top:5px;
}
/* END BOXES SPECIALS */	


/* BOXES FEATURED */	
#boxes_featured {
	color:#333;
	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 .infoBoxHeading-arrow {
	display:none;
}

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

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

/* END BOXES FEATURED */	


/* BOXES REVIEWS */
#boxes_reviews {
	color:#333;
	display:none;
	margin:10px 0 0px 0px;
	padding:5px 10px;
	padding-bottom:7px;
	position:relative;
	text-align:center;
}

#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_product_notifications {
	display:none;
}

/* BOXES INFORMATION */
#boxes_information {
	padding-bottom:25px;
	position:relative;
	width:180px;
	margin:0px;
	list-style:none;
}

#boxes_information .infoBoxHeading {
	display:block;
	padding:5px 0 10px 15px;
	position:relative;
	text-transform:uppercase;
	z-index:30;
}

#boxes_information a {
	color:#4d4dc2;
	cursor:hand;
	display:block;
	line-height:20px;
	margin-left:15px;
	text-transform:uppercase;
	width:145px;}

#boxes_information a:hover {
	color:#9B0000;
	position:relative;
	text-decoration:none;
}

/* END BOXES INFORMATION */


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

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

/* BOXES ORDER HISTORY */




/*----------------------------Suggest Styles--------------------------*/
#search_ajax {
	background-image:url(../images/css-images/m16.jpg);
	background-repeat:repeat-y;
	position:relative;
	width:180px;
	z-index:90;
}

#search_ajax form {
	display:block;
	margin:0px auto;
	position:relative;
	text-align:right;
	width:145px;
}

#search_ajax input {
	margin:0;
}

.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 3px 2px 12px;
	position:relative;
}

.suggest_link_over {
	background-color: #f5f5f5;
	padding:2px 3px 2px 12px;
	postion:relative;
}

#search_suggest {
	position: absolute; //absolute;
	background-color: #330099 //#FFFFFF;
	text-align: left;
	border: 0px solid #330099 //#000000;
	padding:0px; 0px;
	left:20px;
	top:38px;
	width:180px;
	z-index:90;
}

#search_ajax .infoBoxHeading {
	background-image:url(../images/css-images/m15.jpg);
	background-repeat:no-repeat;
	padding:15px 0 5px 15px;
	position:relative;
	text-transform:uppercase;
}

#search_ajax .btm {
  background-image:url(../images/css-images/m17.jpg);		
  clear:both;
  display:block;
  height:15px;
  position:relative;
  width:180px;
}

#search_ajax .boxText {
	position:relative;
}

#search_ajax #txtSearch {
	margin:0 0 10px 0;
	position:relative;
	width:140px;
}

#search_ajax input[type="image"] {

}

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


/* NAVIGATION */
#sitemap {
  background-image:url(../images/css-images/m20.jpg);	
  background-position:top;
  float:left;
  margin:0px;
  width:180px;
  z-index:30;
}

#sitemap .infoBoxHeading {
  background-image:url(../images/css-images/m18.jpg);	
  background-repeat:no-repeat;
  background-position:top;
  padding:15px 0 0 15px;
}

#sitemap .btm {
  background-image:url(../images/css-images/m21.jpg);		
  clear:both;
  display:block;
  height:20px;
  position:relative;
  width:180px;
}

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

#nav li { /* all list items */
  float:left;
  line-height:1.25em;
  position:relative;
  width:150px;
}
	
#nav li ul { /* second-level lists */
  display:none;
}

#nav li a {
	color:#4d4dc2;
	cursor:hand;
	display:block;
	line-height:25px;
	text-transform:uppercase;
	width:145px;
}

#nav li a:hover {
	color:#9b0000;
	position:relative;
	text-decoration:none;
}

#nav li a.button {
  background-image:url(../images/css-images/m22.gif);	
  background-repeat:no-repeat;
  border-bottom:1px dashed #feb810;
  display:block;
  float:left;
  height:25px;
  padding-left:9px;
}



/* END OF NAVIGATION */