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

.free {
	background-color:#f5f6be;
}

body {
	background-color:#000;
/*	font-family:Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}

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

textarea {
  width: 100%;
}

ul {
	margin-left:20px;
}

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

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

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

.imgtxt {
	display:none;
}

textarea {
	width:90%;
}


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



/* GENERAL INFOBOXES */
table .infoBox-Header {
	color:#86161a;
	padding:2px;
	margin:0 auto 5px auto;
	width:495px;
}

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;
	margin-bottom:15px;
	margin-top:1px;
	width:495px;
}


.productSpecialPrice {
	
}

.infoBoxContents a {

}

.infoBoxContents td {
	padding-left:5px;
}

table .infoBox-Header {
	color:#86161a;
	padding:2px;
	margin:0px auto 0px auto;
	width:495px;
}

table .infoBox-meter {
	background-color:#fff;
	padding-bottom:20px;
}

table .infoBox-Footer {
	padding:2px;
	margin:0 auto 5px auto;
	width:495px;
}

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

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

.infoBoxHeading {
}

.infoBoxHeading a {
	color:#173c4c
}

h3.infoboxHeading {
	display:block;
	font-size:14px;
	position:relative;
	top:-15px;
	z-index:30;
}

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

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



td strong {
	color:#00b57c;
	color:#cc0000;
	position:relative;
	text-align:left;
}

td strong a {
	font-weight:normal;
}

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

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

.inputRequirement {
	color:#cc0000;
	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;
	border:2px inset #901d22;
	padding:5px;
	position:relative;
	margin:10px auto;
	width:550px;
}

.subtotal {
}

table .infoBoxNotice {
	background-color:#901d22;
	border:2px inset #ccc;
	padding:5px;
	margin:0 auto; 
	margin-top:3px;
	width:495px;
}

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

.messageBox { 
	font-size: 90%; 
}

.messageStackError, .messageStackWarning { 
	font-size: 90%; background-color: #ffb3b5; 
}

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

.errorText {
  color: #ff0000;
}

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

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



/* MAIN */
#wrapper {
	background-image:url(../images/css-images/bkgrnd-textured.jpg);
	margin:0px auto;
	position:relative;
	width:1024px;
}

#main-wrapper {

}

#container {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;	
	position:relative;
	width:1022px;
}

/*HEADER INFO*/
#myaccount {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	color:#00b57c;
	height:29px;
	line-height:30px;
	padding:0px 10px;
	position:absolute;
	right:0px;
	text-align:right;
	top:40px;
}

#myaccount a {
	color:#00b57c;
	position:relative;
	z-index:50;
}

.headerNavigation {

}

#breadcrumbs {
	color:#fff;
	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:#000;
	border-bottom:2px solid #fff;
	height:70px;
}

#logo {
background-image:url('../images/css-images/logo.png');
	
	height:96px;
	left:318px;
	position:absolute;
	top:18px;
	width:377px;
	z-index:20;
}

#spyyard-flash {
	height: 83px;
	left: 318px;
	position: absolute;
	top: 28px;
	width: 375px;
	z-index: 20;
}

#phone {
	background-image:url(../images/css-images/phone.jpg);
	height:62px;
	margin:0px auto;
	position:relative;
	top:112px;
	width:320px;	
}
/* END HEADER */

#sidebar1 {
	background-color:#35352e;
	background-color:#4e4e4e;
	float:left;
	min-height:950px;
	width:208px;
}

#sidebar2 {
	background-color:#35352e;
/*	background-color:#4e4e4e;*/
/*	background-image:url(../images/css-images/sidebar2-effect.jpg);*/
	background-repeat:repeat-y;
	float:right;
	width:208px;
}

/* MAIN */
#content-wrapper {
	margin:0px 208px;
}

#content-container {
	background-image:url(../images/css-images/content-blue2.jpg);
	background-position:left;
	background-repeat:repeat-y;
	position:relative;
	width:606px;
}

#content {
	background-image:url(../images/css-images/content-blue3.jpg);
	background-position:right;
	background-repeat:repeat-y;
	margin:0px auto;
	min-height:960px;
	padding:110px 0px 20px 0px;	
	position:relative;
	width:606px;
}

/*DEFINE MAINAPGE*/
#define_mainpage {
	color:#fff;
	font-size:1.2em;
	margin:0 auto;
	padding:0px 5px 0px 5px;
	position:relative;
	top:-6px;
	width:80%;
}

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

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



/* FOOTER */
#footer {
	background-color:#eee;
	border-top:1px solid #000;
	clear:left;
	height:25px;
	margin:0px auto;
	position:relative;
	width:1024px;
}

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



/* START INFOBOX */
.infobox1 {
	background-color:#f5f5f5;
background-image:url('../images/css-images/infobox-left.png');
	background-repeat:repeat-y;
	background-position:left;
	margin:0px auto;
	position:relative;
	width:93%;
}

.infobox1 .infobox-main-wrapper {

background-image:url('../images/css-images/infobox-right.png');

	background-repeat:repeat-y;
	background-position:right;
}

.infobox1 .infobox-header, .infobox1 .infobox-footer {
/*	background-color:#212119;*/
	height:32px;
	position:relative;
}

.infobox1 .infobox-header {
background-image:url('../images/css-images/infobox-top2.png');
	
	z-index:20;	
}

.infobox1 .infobox-top-left, .infobox1 .infobox-top-right, .infobox1 .infobox-bottom-left, .infobox1 .infobox-bottom-right {
	background-color:#2f465f;
	height:32px;
	width:32px;
}

.infobox1 .infobox-top-left {
background-image:url('../images/css-images/infobox-left-top.png');
	
	float:left;
}

.infobox1 .infobox-top-right {
background-image:url('../images/css-images/infobox-right-top.png');
	background-position:right;
	float:right;	
	text-align:right;
	width:32px;
}

.infobox1 .infobox-wrapper-1 {
	background-color:#333;
	margin:0px auto;
	padding:0px;
	position:relative;
	width:88%;
}

.infobox1 .infobox-content {
	background-color:#f5f5f5;
	position:relative;
}

.infobox1 .infobox-footer {
background-image:url('../images/css-images/infobox-btm.png');
	
	position:relative;
}


.infobox1 .infobox-bottom-left {
background-image:url('../images/css-images/infobox-left-btm.png');
	float:left;
}

.infobox1 .infobox-bottom-right {
background-image:url('../images/css-images/infobox-right-btm.png');
	float:right;
}



.infobox2 {
	background-color:#f5f5f5;
background-image:url('../images/css-images/infobox-left.png');
	background-repeat:repeat-y;
	background-position:left;
	margin:0px auto;
	margin-bottom:25px;
	position:relative;
	width:93%;
}

.infobox2 .infobox-main-wrapper2 {

background-image:url('../images/css-images/infobox-right.png');

	background-repeat:repeat-y;
	background-position:right;
}

.infobox2 .infobox-header2, .infobox2 .infobox-footer2 {
/*	background-color:#212119;*/
	height:32px;
	position:relative;
}

.infobox2 .infobox-header2 {
background-image:url('../images/css-images/infobox-top2.png');
	
	z-index:20;	
}

.infobox2 .infobox-top-left2, .infobox2 .infobox-top-right2, .infobox2 .infobox-bottom-left2, .infobox2 .infobox-bottom-right2 {
	background-color:#2f465f;
	height:32px;
	width:32px;
}

.infobox2 .infobox-top-left2 {
background-image:url('../images/css-images/infobox-left-top.png');
	
	float:left;
}

.infobox2 .infobox-top-right2 {
background-image:url('../images/css-images/infobox-right-top.png');
	background-position:right;
	float:right;	
	text-align:right;
	width:32px;
}

.infobox2 .infobox-wrapper-2 {
	background-color:#333;
	margin:0px auto;
	padding:0px;
	position:relative;
	width:88%;
}

.infobox2 .infobox-content2 {
	background-color:#f5f5f5;
	position:relative;
}

.infobox2 .infobox-footer2 {
background-image:url('../images/css-images/infobox-btm.png');
	
	position:relative;
	clear:both;
}


.infobox2 .infobox-bottom-left2 {
background-image:url('../images/css-images/infobox-left-btm.png');
	float:left;
}

.infobox2 .infobox-bottom-right2 {
background-image:url('../images/css-images/infobox-right-btm.png');
	float:right;
}
/* END INFOBOX */



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

#product_info .header {
	display:block;
	border-right:none;
	position:relative;
	width:507px;
	padding-top:10px;
	margin:0px;
	position:relative;
}

#products_image {
	float:left;
	margin-right:7px;
	margin-top:0px;
	text-align:center;
	width:215px;
}

.main-image {
/*	border:2px outset #173c4c;*/
	position:absolute;
	right:20px;
	top:-120px;
	text-align:center;
}

#product_info h1 {
	color:#000;
	font-size:16px;
	text-align:left;
	width:370px;
}

#product_info .smallText {
	display:block;
	font-size:12px;
}

#product_info .products_price {
	border-bottom:1px solid #ccc;
	font-weight:bold;
	margin-right:20px;
	margin-top:10px;
	padding-bottom:10px;
	text-align:left;
	width:200px;
}

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

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

#product_info .description {
	background-color:#f5f5f5;
	border:2px inset #ccc;
	border-left:none;
	border-top:none;
	margin-left:0px;
	padding:0px 10px;
}

#product_info .description2 {
	background-color:#f5f5f5;
	border:2px inset #ccc;
	border-left:none;
	border-top:none;
	float:left;
	margin-left:0px;
	padding:0px 10px;
	padding-right:15px;
	width:355px;
}


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


#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:#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;
	float:left;
	min-height:235px;
	margin:0px auto;
	margin-bottom:20px;
	margin-top:20px;
	padding:10px;
	position:relative;
	width:483px;
}

#modules_also_purchased_products .infoBoxHeading {
	font-weight:bold;
	padding-bottom:10px;
}

#modules_also_purchased_products .smallText {
	float:left;
	margin-bottom:20px;
	min-height:190px;
	padding:5px 10px;
	text-align:center;
	width:140px;
}

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

#product_info .infoBox-continue {
	margin:10px 0px 10px 10px;
	position:relative;
	top:45px;
	width:495px;
}

#product_info .infoBox {
	width:507px;
}

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



/* SHOPPING CART */
#shopping_cart {

}

#shopping_cart_container {
	padding:5px 0px;
	width:507px;
}

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

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

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

.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;
}
/* END SHOPPING CART */



/*LOGIN PAGE*/
.login_container {
	position:relative;
	width:507px;
}	

.login .infoBox, .login .infoBox-pwa, .login .infoBox-returning-customer, .login .infoBox-new-customer {
	background-color:#f8f8f9;
	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:15px;
	position:relative;
}

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

.login .infoBox-returning-customer {
	margin-left:7px;
	width:235px;
}

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

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

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

.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 #35352e;
	border-left:0px;
	left:-1px;
	margin:5px;
	margin-right:5px;
	margin-left:0px;
	padding:5px 10px 5px 10px;
	position:relative;
	top:-7px;
	
}

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

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

#divShoppingCard table {
	clear:left;
	text-align:left;
	width:160px;
}

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

#divShoppingCard .bottom {
background-image:url('../images/css-images/cart-shadow.png');
	bottom:-8px;
	height:7px;
	left:0px;
	position:absolute;
	width:201px;
}
/* END SHOPING CART BOX */



/* PRODUCT_LISTING */
.cat-description, .cat_info_box {
	color:#fff;
	margin:10px auto;
	position:relative;
	width:495px;
}

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

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

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

.allprods #modules_product_listing, .advanced_search_result #modules_product_listing {
	left:-5px;
	margin:0px auto;
	padding:3px 0px 3px 0px;
	position:relative;
	width:507px;
}


.productListing-odd, .productListing-even {
	background-color:#fff;
	border:2px outset #ccc;
	border-bottom:2px solid #85a4a3;
	border-left:2px solid #ccc;
	border-right:2px solid #173c4c;
	border-top:2px solid #ccc;
	float:left;
	font-weight:bold;
	height:260px;
	margin:0px 5px;
	margin-bottom:10px;
	margin-top:5px;
	padding:0 5px;
	padding-top:7px;
	position:relative;
	text-align:center;
	width:145px;
}

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

}

.productListing-odd .product-image img, .productListing-even .product-image img {
	height:140px;
	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;
	height:28px;
	line-height:13px;
	margin:0px auto;
	padding:10px 0px 0px 0px;
	position:relative;
	top:0px;
	width:140px;
}

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

.product_listing p {
	width:495px;
}

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



/* MODULES FEATURED */
#modules_featured {
	position:relative;
	width:510px;
}

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

#modules_featured .smallText {
	float:left;
	height:200px;
	position:relative;
	text-align:center;
	width:170px;
}

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



/* MODULES SPECIALS */
#modules_default_specials {
	position:relative;
	width:510px;
}

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

#modules_default_specials .smallText {
	float:left;
	height:200px;
	position:relative;
	text-align:center;
	width:170px;
}

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



/* MODULES NEW PRODUCTS */
#module_new_products_container {
	background-color:#4e4e4e;
	border-bottom:2px solid #333;
	width:208px;
}

#modules_new_products {

	margin:0px auto;
	position:relative;
	width:180px;
}

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

#modules_new_products .smallText {
	background-color:#f5f5f5;
	border:2px outset #333;
	margin:5px 0px 10px 0px;
	min-height:180px;
	padding:10px 0px;
	position:relative;
	text-align:center;
	width:170px;
}

#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 .column {
	background-color:#f5f5f5;
	border:2px outset #333;
	float:left;
	margin:5px 4px 10px 8px;
	min-height:215px;
	padding:10px;
	position:relative;
	text-align:center;
	width:132px;
}


/* END SPECIALS */



/* MODULES STAR PRODUCT */
#modules_star_product {
	background-color:#f5f5f5;
/*	border:2px outset #85a4a3;
	border:2px inset #ccc;*/
	margin:0px auto;
	min-height:160px;
	padding:10px 5px 0px 5px;
	position:relative;
}

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



/* BOXES LOGIN */
#boxes_loginbox {
	border-bottom:3px solid #4e4e4e;
	color:#fff;
	margin:10px auto 5px auto;
	padding:10px 24px;
	position:relative;
	width:160px;
}

#boxes_loginbox_empty {
}

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

#boxes_loginbox .infoBoxHeading {
	display:none;
}

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

#boxes_loginbox .greeting {
	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;
}
/*END BOXES LOGIN*/



/*BOXES PRODUCT_NOTIFICATION*/
#boxes_product_notifications, #boxes_best_sellers {
	background-color:#f5f5f5;
	border-bottom:1px solid #333;
	border-top:2px solid #85a4a3;
	padding:5px;
	font-size:11px;
	display:none;
}

#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 REVIEWS */
#boxes_reviews {
	background-color:#88a1a0;
	background-color:#fff;
	border:3px solid #ededed;
	border-left:none;
	color:#333;
	margin:10px 0 15px 0;
	padding:10px;
	position:relative;
	width:180px;
}

#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 {
	background-color:#2e465e;
	border-bottom:2px solid #000;
	border-left:1px solid #486f96;
	border-top:1px solid #000;
	font-variant:small-caps;
	padding:12px 0px;
	position:relative;
	left:7px;
	z-index:30;
}

#boxes_information .infoBoxHeading {
	display:none;
}

#boxes_information .boxText a {
	color:#fff;
	height:25px;
	line-height:25px;
	margin-left:15px;
}
/* END BOXES INFORMATION */



/* NAVIGATION */
#sitemap {
	background-color:#2e465e;
	border-bottom:2px solid #000;
	border-left:1px solid #486f96;
	border-top:1px solid #000;
	position:relative;
	left:7px;
	z-index:30;
}

#nav, #nav ul, #nav2, #nav2 ul { /* all lists */
	font-variant:small-caps;
	margin:0px;
/*	list-style:none;*/
	margin:12px auto;
	width:180px;
}
	
#nav li, nav2 li { /* all list items */
	line-height : 1em;
}
	
#nav li ul { /* second-level lists */
	display:none;
/*	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.35em; */
}

#nav li.selected ul {
	display:block;
	margin:0px;
	position:relative;
	top:-7px;
}

#nav li.selected ul li a {
	color:#fff;
	height:25px;
	margin:0px;
	margin-left:5px;
	padding:0px;
	text-align:left;
}

	
#nav li, #nav2 li {
	cursor:hand;
	display:block;
}
	
#nav li a, #nav2 li a {
	color:#fff;
	cursor:hand;
	display:block;
	height:25px;
	line-height:25px;
	margin:1px 0px;
	width:160px;
}
	
#nav li a:hover, #nav2 li a:hover {
	color:#00b57c;
	position:relative;
	text-decoration:none;
}
	
#nav li.selected a {
	color:#00b558;
	font-weight:bold;
	font-size:14px;
}

#nav li.selected ul li {
	color:#fff;
	list-style-type:circle;
	padding-left:0px;
margin-left:12px;
}	
	
/* END OF NAVIGATION */