/* CSS Document */
.boxText {  }
.errorBox { background:#ffb3b5; font-weight:bold; }
.stockWarning { background-color:#fff; color:#cc0033; }
.productsNotifications { background:#f2fff7;padding-left: 5px; }
.orderEdit { color:#ff0000; text-decoration:none; position:relative; top:-3px; }
#notice { background-color:#880000; color:#fff; text-align:center; margin-bottom:5px; padding:5px; width:970px; }
#notice a { color:#fff; text-decoration:underline; }

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

body {
	background-color:#cdd2b2;
	color:#333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:30px 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;
}

textarea {
  width: 100%;
}

ul {
	margin-left:20px;
}

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

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

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

s {
	color:#990000;
}

.account .main-overview a {
	color:#fff;
	position:relative;
	top:-5px;
}

img {
	border:0px;
}

.imgtxt {
	display:none;
}

textarea {
	width:90%;
}


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



/* GENERAL INFOBOXES */

.contentBox {

}

table .infoBox {
	background-color:#cdd2b2;
	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;
}

.allprods, .checkout_shipping, .checkout_payment, .checkout_confirmation, .checkout_success, .account, .account_history_info, .account_history, .account_edit, .address_book, .address_book_process, .account_password, .account_newsletters, .account_notifications, .logoff, .login, .create_account, .advanced_search_result, .advanced_search {
margin-left:28px;	padding:0px 0px 5px 0px;
	position:relative;
	width:550px;
}

.checkout_success, .checkout_success a, .logoff, .login .smallText, .create_account .smallText, .create_account .smallText a {
	color:#fff;
}

.main a {
	color:#333;
}

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 {
	font-size:14px;
}

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



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

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

.infoBoxHeading {
	font-size:13px;
	font-weight:bold;
}

.infoBoxHeading-arrow {
	display: none;
}

.infoBoxHeading a {
	color:#173c4c
}

h1 {
	color:#fff;
	font-size:16px;
	margin:0px;
	margin-bottom:10px;
	text-align:center;
}

.pageHeading h1 {
	color:#cdd2b2;
	font-size:16px;
	border-bottom:2px solid #cdd2b2;
	margin:0px 0px 25px 0px;
	text-align:left;
}



td strong {
	color:#fff;
	position:relative;
	top:-5px;
	text-align:left;
}

td strong a {
	font-weight:normal;
}

.login b {
	display:none;
}
th  {
	background-color:#CDD2B2;
	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:#fff;
	font-weight:bold;
	position:relative;
	top:-3px;
}

.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 {
	color:#fff;
	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;
}

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



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

#main-wrapper {

}


#container-top {
	background-image: url(../images/css-images/top-1024.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 963px;
}

#container {
	background-image: url(../images/css-images/repeat-1024.jpg);
	background-repeat: repeat-y;
	float: left;
		min-height: 600px;
	position: relative;
	width: 963px;
}


#container-btm {
	background-image: url(../images/css-images/btm-1024.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 963px;
}


/*HEADER INFO*/
#myaccount {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	font-size:12px;
	line-height:25px;	
	margin:20px 0px 15px 80px;
	padding:10px 0px;
	width:150px;
}

#myaccount a {
	color:#fff;
}

#myaccount a:hover {
	color:#445C74;
}


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

#breadcrumbs a { 
	color:#fff;
}

/*HEADER INFO END*/

#logo {
background-image:url('../images/css-images/logo-1024.png');
	
	display:block;
	height:137px;
	margin-left:7px;
	width:304px;
}




/* END HEADER */

#sidebar1-top {
	background-image: url(../images/css-images/sidebar-top-1024.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 323px;
}

#sidebar1-repeat {
	background-image: url(../images/css-images/sidebar-repeat-1024.jpg);
	background-repeat: repeat-y;
	min-height: 650px;
	width: 323px;
}

#sidebar1-btm {
	background-image: url(../images/css-images/sidebar-btm-1024.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 323px;
}

#sidebar1 {
	float:left;
	min-height:650px;
	width:323px;
}

/* MAIN */

#content-top {
	background-image: url(../images/css-images/content-top-1024.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 638px;
}

#content-repeat {
	background-image: url(../images/css-images/content-repeat-1024.jpg);
	background-repeat: repeat-y;
	min-height: 510px;
	padding:20px 20px 20px 30px;
	width: 578px;
}

#content-btm {
	background-image: url(../images/css-images/content-btm-1024.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 638px;
}

#content {
	background-color:#445C74;
	float: left;
	margin-left: 10px;
	min-height:650px;
	width: 615px;
}

#content-home {
	background-color:#445C74;
	float: left;
	margin-left: 10px;
	min-height:500px;
	padding-top:10px;
	width:615px;
}

#inner-content-container {
	position: relative;
	width: 578px; */
}

#inner-content-top {
	height: 10px;
	width: 578px; */
}

#inner-content-repeat {
	
	padding: 5px 0px 10px 0px;
	width:578px; */
}

#inner-content-btm {
	background-repeat: no-repeat;
	height: 10px;
	padding-bottom:20px;
	width: 578px;
}


/*DEFINE MAINAPGE*/
#define_mainpage, #customer_greeting {
	color:#fff;
	margin-bottom:10px;
	margin-left:35px;
	padding-bottom:7px;
	position:relative;
	width:540px;	
}

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

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

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

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



/* FOOTER */
#footer {
	clear:both;
	height:25px;
	margin:0px auto;
	position:relative;
	width:970px;
}

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

#styledropdown {
	display:none;
}
/* END FOOTER*/


/*PRODUCT_INFO PAGE*/
.product_info {
margin-left:28px;	padding:0px 0px 5px 0px;
	position:relative;
	width:550px;
}

.product_info h1 {
	background-color:#CDD2B2;
	color:#333;
	font-size:16px;
	font-weight:normal;
	padding:3px 5px;
	margin-right:15px;
	text-align:left;
	top:0px;
	width:360px;
}

.product_info #products_image {
	background-color:#f5f5f5;
	float:right;
	position:relative;
	margin-bottom:15px;
top:-40px;	width:165px;
}

.product_info .price {
}

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

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

.product_info .description {
	background-color: #f5f5f5;
	border-left:none;
	border-top:none;
	color:#445c74;
	margin:0px;
	margin-right:10px;
	min-height: 178px;
	padding:10px 10px;
	width:350px;
}

.product_info .description p {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:10px;
	margin-bottom:10px;
}

table .PriceList {
	border-bottom:10px solid #e1e1e1;
	color:#000;
	font-size:13px;
	padding:5px 5px;
	position:relative;
	width:165px;
}

#table_product_attributes {
	background-color:#f5f5f5;
	border:2px solid #ccc;
	float:right;
	height:40px;	
	padding:5px 10px;
	position:relative;
	width:164px;
}


#modules_main_categories {
	display:none;
}

#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:#8F9D79;
	border-bottom:3px solid #4e4e4e;
	border-left:0px solid #4e4e4e;
	border-right:0px solid #4e4e4e;
	border-top:2px solid #ccc;
	border-top:none;
	float:left;
	margin-top:20px;
	padding-bottom:7px;
	position:relative;
	width:550px;
}

#modules_also_purchased_products .infoBoxHeading {
	background-color:#4e4e4e;
	border-bottom:2px solid #ccc;
	border-left:2px solid #4e4e4e;
	border-top:none;
	color:#fff;
	padding:5px;	
	margin-bottom:7px;
}

#modules_also_purchased_products .smallText {
	background-color:#8F9D79;
	background-color:#fff;
	border-bottom:2px solid #4e4e4e;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-top:2px solid #4e4e4e;
	float:left;
	margin:4px 6px 10px 7px;
	min-height:160px;
	padding:10px 0px;
	position:relative;
	text-align:center;
	width:120px;
}

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



#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;
	padding-top:7px;
	text-align:center;
}

.alphabet a {
	color:#fff;
	font-size:11px;
}

/* END ALL PRODUCTS */


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

.contact_us th {
	background-color: #CDD2B2;
	margin:5px 0px;
	display:block;
	width:95px;
}

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

/* End CONTACT US */



/* SHOPPING CART */
#shopping_cart {
	margin-left:28px;
	padding:0px 0px 5px 0px;
	position:relative;
	width:550px;
}

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

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

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

.productListing-data-products a {
	color:#333;
}

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

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

.productListing-data-price {
	top:15px;
}

.productListing-heading-remove, .productListing-heading-products, .productListing-heading-qty, .productListing-heading-price {
	color:#fff;
}
/* END SHOPPING CART */



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

.login_container strong {
	color:#333;
}

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

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

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

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

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

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

.visitors_cart {
	color:#fff;
}

.infoBox-returning-customer input[type="text"], .infoBox-returning-customer input[type="password"] {
	margin:3px 0px;
	width:110px;
}

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

.login .password-forgotten {
	font-size:11px;
	padding-left:2px;
}
/*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 {
	background-color:#f5f5f5;
	border: 2px outset #445C74;
	
	margin:0 auto;
	padding:3px;
	width: 245px;
}

#divShoppingCard .infoBoxHeading {
	float:left;
	font-weight:bold;
	font-size:11px;
	float:left;
	height:20px;
	margin-bottom:5px;
	text-align:center;
	width:79px;
}

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

#divShoppingCard .infoBoxHeading-arrow {
	display:block;
} 

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

#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 {
	color:#fff;
	margin:10px auto;
	margin-bottom:25px;
	position:relative;
	width:495px;
}

.product_listing_split_results {
	color:#fff;
	float:left;
margin-left:28px;	overflow:hidden;
	padding:3px 10px;
	position:relative;
	width:550px;	
}

.allprods .product_listing_split_results {
	margin-left:0px;
}

.product_listing_split_results .smallText {
	color:#fff;
}



#modules_product_listing {
	margin:0px auto;
margin-left:28px;width:550px;	padding:0px;
	position:relative;
}

.allprods #modules_product_listing {
	margin-left:0px;
}


.productListing-odd, .productListing-even {
	background-color:#8F9D79;
	background-color:#fff;
	border-bottom:2px solid #4e4e4e;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-top:2px solid #4e4e4e;
	color:#333;
	float:left;
margin:4px 6px 10px 7px;min-height:245px;	
	padding:10px 0px;
	position:relative;
	text-align:center;
	width:120px;
}

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

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


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

}

.productListing-odd .product-image img, .productListing-even .product-image img {

}

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

.productListing-odd .product_list_name, .productListing-even .product_list_name {
	margin:0px auto;
	position:relative;
	top:0px;
}

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

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

.product_listing p {
	width:495px;
}

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



/* MODULES FEATURED */
#modules_featured {
	background-color:#8F9D79;
	border-bottom:3px solid #4e4e4e;
	border-left:8px solid #4e4e4e;
	border-right:5px solid #4e4e4e;
	border-top:2px solid #ccc;
	border-top:none;
	float:left;
	margin-bottom:20px;
margin-left:28px;	padding-bottom:7px;
	position:relative;
	width:550px;
}

#modules_featured .infoBoxHeading { 
	background-color:#4e4e4e;
	border-bottom:2px solid #ccc;
	border-left:2px solid #4e4e4e;
	border-top:none;
	color:#fff;
	padding:5px;	
	margin-bottom:7px;
}


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



#modules_featured .smallText {
	background-color:#8F9D79;
	background-color:#fff;
	border-bottom:2px solid #4e4e4e;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-top:2px solid #4e4e4e;
	float:left;
margin:4px 6px 10px 7px;min-height:160px;	padding:10px 0px;
	position:relative;
	text-align:center;
	width:120px;
}

#modules_featured .smallText a {
	color: #333;
}

#modules_featured a {
	color:#fff;
}

/* END MODULES FEATURED */



/* MODULES SPECIALS */
#modules_default_specials {
	background-color:#8F9D79;
	border-bottom:3px solid #4e4e4e;
	border-left:8px solid #4e4e4e;
	border-right:5px solid #4e4e4e;
	border-top:2px solid #ccc;
	border-top:none;
	float:left;
	margin-bottom:20px;
margin-left:28px;	padding-bottom:7px;
	position:relative;
	width:550px;
}

#modules_default_specials .infoBoxHeading {
	background-color:#4e4e4e;
	border-bottom:2px solid #ccc;
	border-left:2px solid #4e4e4e;
	border-top:none;
	color:#fff;
	padding:5px;	
	margin-bottom:7px;
}

#modules_default_specials .arrow {
	display: none;
	position:relative;
	left:48px;
	top:2px;
}


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

#modules_default_specials .smallText {
	background-color:#8F9D79;
	background-color:#fff;
	border-bottom:2px solid #4e4e4e;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-top:2px solid #4e4e4e;
	float:left;
	margin:4px 6px 4px 7px;
	min-height:170px;
	padding:10px 0px;
	position:relative;
	text-align:center;
	width:120px;
}

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



/* MODULES NEW PRODUCTS */
#modules_new_products {
	background-color:#8F9D79;
	border-bottom:3px solid #4e4e4e;
	border-left:8px solid #4e4e4e;
	border-right:5px solid #4e4e4e;
	border-top:2px solid #ccc;
	border-top:none;
	float:left;
	margin-bottom:20px;
margin-left:28px;	padding-bottom:7px;
	position:relative;
	width:550px;
}

#modules_new_products .infoBoxHeading {
	background-color:#4e4e4e;
	border-bottom:2px solid #ccc;
	border-left:2px solid #4e4e4e;
	border-top:none;
	color:#fff;
	padding:5px;	
	margin-bottom:7px;
}

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

#modules_new_products .smallText {
	background-color:#8F9D79;
	background-color:#fff;
	border-bottom:2px solid #4e4e4e;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-top:2px solid #4e4e4e;
	float:left;
	margin:4px 6px 4px 7px;
	min-height:245px;
	padding:10px 0px;
	position:relative;
	text-align:center;
	width:120px;
}

#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:#8F9D79;
/*	border:2px outset #85a4a3;
	border:2px inset #ccc;*/
	
	padding:10px 5px 20px 5px;
	position:relative;
	width: 518px;
}

#modules_star_product .infoBoxHeading {
	display:none;
}

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

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

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

.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*/

#modules_main_categorise {
	display: none;
}


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

#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;
	margin: 10px auto;
	width: 275px;
}

#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 TELL A FRIEND */
#boxes_tell_a_friend {
	margin: 10px auto;
	width: 275px;
}


/* BOXES LOGIN */
#boxes_loginbox {
	background-color:#7F868C;
	border: 2px outset #445C74;
	color:#fff;
	margin:20px auto;
	
	padding:10px 12px;
	position:relative;
	width: 185px;
}

#boxes_loginbox_empty {
}

#boxes_loginbox .boxText {
}
#boxes_loginbox a {
	color:#132770;
}

#boxes_loginbox .infoBoxHeading {
	display:none;
}

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

#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: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;
	font-size:11px;
}

#boxes_best_sellers a {
	color:#333;
}

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

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



/* SEARCH CONTAINER */
#boxes_search {
	margin: 0 0 15px auto;
	padding:10px 10px;
	position:absolute;
	right:-90px;
	height: 22px;
top:-55px;	width:195px;
	z-index:100;
}



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

#boxes_search .infoBoxHeading {
	color:#86161a;
	display:none;
}

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

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

#boxes_search #submit {
	bottom:25px;
	position:absolute;
	right:25px;
	text-align:right;
}  
/* END SEARCH CONTAINER */
	
/* 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 #fff;
	font-size:12px;
	line-height:25px;	
	margin:0px 0px 20px 80px;
	padding:0px;
	padding-bottom:10px;
	width:150px;
}

#boxes_information .infoBoxHeading {
	display:none;
}

#boxes_information ul {
	margin:0px;
	padding:0px;
}

#boxes_information ul li {
	color:#fff;
	line-height:25px;
	list-style-type:none;
}

#boxes_information ul li ul {
}

#boxes_information ul li ul li {
}



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

#boxes_information ul li a:hover {
	/*background-color:#5687ee;*/
	color:#445C74;
	/*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 */

/*----------------------------Suggest Styles--------------------------*/
#search_ajax {
	margin: 0 0 15px auto;
	padding:10px 10px;
	position:absolute;
	right:-25px;
	height: 22px;
top:-55px;	width:195px;
	z-index:50;
}

#search_ajax a {
	color:#333;
}

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

#search_suggest {
	background-color: #330099 //#FFFFFF;
	text-align: left;
	border: 0px solid #330099 //#000000;
	font-size:.9em;
	padding:0px;
}

#search_ajax .infoBoxHeading {
	color:#445c74;
	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;
	position:relative;
	width:100px;
	z-index:50;
}

#search_ajax input[type="image"] {
	position:relative;
	padding-left:5px;
	top:2px;
	/*display: none;*/
}

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

/* ARTFUL BEAD CLASSES */

.category a {
	float: left;
	margin-bottom: 20px;
	margin-left: 40px;
}

.category img {
	display: none;
}


/* NAVIGATION */
#sitemap {
	font-size:12px;
	margin: 10px 0 0 80px;
	width:150px;
}

#sitemap ul {
	margin: 0;
	padding: 0;
}

#sitemap li {
	list-style-type: none;
	line-height:25px;
}

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

#sitemap li a:hover {
	color:#445C74;
}

#sitemap ul li ul li {
	text-indent: 20px;
}

#nav ul li {
display:none;
}

#nav li.selected ul li {
display:block;
} 


/* END OF NAVIGATION */
