/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
/********************************init*************************/
           
/*************************************************************/
*{
	margin:0;
	padding:0;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}


ul{
	list-style:none
	}

blockquote,q{
	quotes:none
	}

blockquote:before,blockquote:after,q:before,q:after{
	content:'';content:none
	}

:focus{
	outline:0
}

ins{
	text-decoration:none
	}

del{

	text-decoration:line-through
}

table{
	border-collapse:collapse;
	border-spacing:0
	}
.clear{
	clear:both
}
.right {
	clear:right;
}
.left {
	clear:left;
	}
.center{
	text-align:center;
}
/**************************end of init***************************/

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	color: #555555;
	background:url(../images/background.png) repeat-x 0 0 #FFF ;
	}

a{
	color:#000000;
	text-decoration: none;
}
a:link {
	color:#060;
	text-decoration:none;
	}
 
a:visited {
	color:#060;
	text-decoration: none;
	}

a:hover {
	text-decoration:underline;
	
	}

a:active {
	color: #21303c;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

 .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#logo{
	width:960px;
	overflow:hidden;
	float:left;
	
}
#logo img{

}
#taglineWrapper{
	float:right;
	width:495px;
	margin-right:0px;
	margin-top:0px;
}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	font-size:12px;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}


/***********Header********************************/




/******************topmenu***********************/

.topmenu{
    background:url(../images/menu_bg.png) no-repeat scroll left center;
	display:block;
	height:32px;
	width:960px;
	list-style:none;
	border-bottom:none;
}
.topmenu li{
	list-style:none;
	float:left;
	height:24px;
	padding:4px 5px 4px 5px;
	display:inline;
}
.topmenu li a{
	margin:0;
	padding:0;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:4px 5px 4px 5px;

}

.topmenu li a:link,.topmenu li a:visited{
	color:#FFF;
	font-weight:bold;

}


.topmenu li a:hover,.topmenu li a:active{
	color:#FFF;
	text-decoration:underline;
/*	background:#21303c; */

}











/************************contentMainWrapper*****************/

 #contentMainWrapper{
 	margin:10px 0 0 0 ;
	padding:0px;
	width:960px;
	float:left;

	
 }
#navColumnOneWrapper{
	float:left;
	text-align:left;
	background:#FFFFCC;

}
 #navColumnTwoWrapper{
 	float:right;
 }
 
 
#navColumnOne {
	margin-left:10px;
	background-color: #FFF;
	float:left;
	
	}

#navColumnTwo {
	background-color: #FFF;
	float:right;
	}
#navColumnCenter{
	margin-right:5px;
    background-color: #FFF;
	width:765px;
	float:right;
}






/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#headerWrapper{
	margin: 0em;
	padding: 0em;
	background-color:#f9fafc;
	
}
#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, ,#popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	




#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}
#navMainWrapper{
	/*background:#21303c;*/
	
	color:#FFF;
	height:28px;
	background:url(../images/cat.png) repeat-x ;
}
 #navSuppWrapper{
	margin: 0em;
	float:left;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 954px;
	
	background:url(../images/cat.png) repeat-x ;
	padding:3px;
	}
 #footer{
 	margin: 0em;
	float:left;
	width: 960px;
	height:200px;
	background:url(../images/background.png) repeat-x;
 }

 #footer_language{
 	height:23px;
	width:190px;
	float:left;
 }

 #footer_language div{
 	font-weight:bold;
	padding:4px;
	float:left;
 	
 }
 #footer_curr{
 	height:23px;
	width:190px;
	margin-bottom:10px;
 }
  #footer_curr div{
 	font-weight:bold;
	padding:4px;
	float:left;
 	
 }
 #navCatTabsWrapper {
    float:left;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 954px;
	
	background:url(../images/cat.png) repeat-x scroll;
	padding:3px;
 
 }
 
 #navMain a {

	background:url("../images/mainmenuBg.gif") no-repeat left top;

	}
#navMain ul, #navSupp ul{
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
#navCatTabs ul {
    margin: 0;
    padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;

} 
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #701215;
	white-space: nowrap;
	}
#navMain ul li a:hover,#navCatTabs ul li a:hover{
	text-decoration:underline;

}
/*
.search_button{
	width:45px;
	background-color:#060;
	color:#FFF;
	border:none;
	padding:2px;
	
}
*/

.search_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3cc20f), color-stop(1, #0aa60f) );
	background:-moz-linear-gradient( center top, #3cc20f 5%, #0aa60f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cc20f', endColorstr='#0aa60f');
	background-color:#3cc20f;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0c8505;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:3px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}

.search_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0aa60f), color-stop(1, #3cc20f) );
	background:-moz-linear-gradient( center top, #0aa60f 5%, #3cc20f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0aa60f', endColorstr='#3cc20f');
	background-color:#0aa60f;
}

.search_button:active {
	position:relative;
	top:1px;
}




.search_text{
	width:100px;
	padding:2px;
	font-size:10px;
	background-color:#FFF;
	
	
}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}


#navMainSearch {
	
	float: right;
	}

#navBreadCrumb {
	height:18px;
	background:url(../images/cat.png) repeat-x ;
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
	padding: 5px 0px 5px 15px;
	margin-top:1px;
	color:#21303c;
	font-size:12px;
	font-weight:bold;
	width:750px;
	}

#navBreadCrumb a{
	color:#21303c;
	text-decoration:none;
}
#navBreadCrumb a,#navBreadCrumb a:link,#navBreadCrumb a:visited{
	color:#21303c;
	text-decoration:none;
}
#navBreadCrumb a:hover,#navBreadCrumb a:active{
	text-decoration:underline;
}
#navEZPagesTop {
	background-color: #ffff33;
	
	}
.n_footerEZ{
	margin-left:20px;
}
.n_footerEZ li {
	color:#21303c;
	padding:4px 4px 4px 5px;
	background:url(../images/arrow.gif) no-repeat left center;
	
}
.n_footerEZ li a,.n_footerEZ li a:link,.n_footerEZ  li a:visited{
	color:#21303c;
	text-decoration:none;
}
.n_footerEZ li a,.n_footerEZ li a:hover,.n_footerEZ li a:active{
	text-decoration:underline;
}


.s_footerEZ{
	margin-left:10px;
}
.s_footerEZ li {
	color:#21303c;
	padding:4px 4px 4px 34px;
	margin-top:10px;
}
.s_footerEZ li a,.s_footerEZ li a:link,.s_footerEZ  li a:visited{
	color:#21303c;
	text-decoration:none;
}
.s_footerEZ li a,.s_footerEZ li a:hover,.s_footerEZ li a:active{
	text-decoration:underline;
}


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured,  .alert {
	vertical-align: top;
	}

.centerBoxContentsNew{
	margin: 0.7em 0.6em;
	border:1px solid #EEE;
	width:225px;
	float:left;
	padding:3px;
	text-align:center;
	
}
.product_title{
	text-align:center;
	margin:5px 0px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	height:29px;
	overflow:hidden;
	}
.product_detail{
	margin:10px 10px 5px 0px;
	width:100px;
	float:left;

	
}
.price{
	font-size:14px;
	color:#701215;
	font-weight:bold;
	text-align:center;
	margin:10px 0px 5px 0px;
	width:100px;
	float:left;
	padding:5px;

}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	background:#FFFFCC;
	}
.newcenterColumn{
	padding: 0.8em 0;
}
.home_featured{
	text-align:center;
	width:220px;
	margin:13px 5px 5px 8px;
	border:1px solid #EEE;
	float:left;
	background:#F9FAFC;
	

	
	
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px dashed #DDD;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {
	border-bottom:1px dashed #EEE;
	padding-bottom:5px;
}
#productGeneral{
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents,  {
	margin: 1em 0em;
}
.additionalImages{
	margin: 1em 0em;
	border:none;
	border-top:1px dashed #21303c;
}
.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, {
	margin: 1em 0em;
	border:1px solid #EEE;
}

/****************************sideboxes**************************************/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1.2em;
	color: #21303c;
	}

.leftBoxHeading{
	margin: 0em;
	background:url(../images/cat.png) repeat-x;
	border:1px solid #EEE;
	border-top:none;
	border-bottom:none;
	color:#21303c;
	height:16px;
	padding: 0.5em 0.2em 0.5em 0.2em;
	text-align:center;
	}
	.centerBoxHeading {
		margin: 0em;
		background:url(../images/cat.png) repeat-x;
		background-color:#21303c;
		height:16px;
		padding: 0.5em 0.2em 0.5em 0.2em;
		text-align:center;
		color:#701215;
		border-left:1px solid #EEE;
		border-right:1px solid #EEE;
	}

.leftBoxContainer {
/*	border: 1px solid #ffffff;*/

	}

.sideBoxContent {
	border:1px solid #EEE;
	font-size:12px;
	
	background-color: #ffffff;
	padding: 0.4em;
	margin-bottom:10px;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.2em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #701215;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #701215;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix,  #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance,  .centerBoxHeading,.rightBoxHeading,  .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .gvBal, .attribImg {
	text-align: center;
	}
.productListing-data{
	text-align: center;
	vertical-align:top;
}
#siteinfoLegal{
	width:960px;
	height:33px;
	float:left;
	display:inline-block;
	
	/*background:url(../images/paypal.gif) no-repeat scroll left center transparent;*/
	
}

.footer_box{
    width:200px;
	height:160px;
	margin-top:15px;
	margin-left:25px;	
	float:left;
}
.twitter{
	padding-left:23px;
	background:url(../images/twitter_32.png) no-repeat left center;
	
}
.facebook{
	padding-left:23px;
	background:url(../images/facebook_32.png) no-repeat left center;
	
}
.youtube{
	padding-left:23px;
	background:url(../images/youtube_32.png) no-repeat left center;
	
}
.buzz{
	padding-left:23px;
	background:url(../images/google_buzz_32.png) no-repeat left center;
	
}
.flickr{
	padding-left:23px;
	background:url(../images/flickr_32.png) no-repeat left center;
	
}




#indexDefault{
	width:750px;
	

}
#indexDefaultMainContent{
	width:750px;
	
	
}
#indexFeaturedList{
	margin-top:10px;
    width:750px;
	border:1px solid #EEE;
	
	
	
	
}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0.3em;
	margin: 0.3em 0em 0.3em 0em;
	
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	text-align:center;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	text-align:center;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 10px;
	background:url(../images/arrow2.gif) no-repeat;
	padding-left:15px;
	}
#myAccountGen li a:hover,#myAccountNotify li a:hover{
	text-decoration:underline;
	color:#21303c;
}

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}
#siteMapList ul{
	margin-left:15px;
}
#siteMapList ul li{
	padding:5px 5px 5px 10px;
	border-bottom:1px dotted #EEE;
	width:150px;
	

}


.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}



/*******************************init********************************/

/*******************************Layout*****************************/
#mainWrapper {
	left:50%;
	text-align: left;
	float:left;
	width: 960px;
	margin-left:-480px;
	background:#FFFFCC;
	-moz-box-shadow: 0 0 1em #EEE;
	-webkit-box-shadow: 0 0 1em #EEE;
    box-shadow: 0 0 1em #EEE;
	position:relative;
	
	}
	
	
/************categories customization**************************/
#cat{
	list-style:none;
	background:#FFFFEE;
	
}
#cat li{
	padding:5px 3px 5px 13px;
	border:none;
	border-bottom:1px dashed #FFFFEE;
	
}
.top_nav{
	margin-left:15px;
	float:left;
	font-size:10px;
	
}
/******informationContent *****/
#informationContent ul{

}
#informationContent ul li{
	padding:5px;
	border-bottom:1px dashed #EEE;

}
#moreinformationContent  ul li{
	padding:5px;
	border-bottom:1px dashed #EEE;

}

/************8productDetailsList*/
#productDetailsList{
	margin-left:20px;
	margin-top:20px;
	font-size:11px;
}
#productDetailsList li{
	margin-bottom:3px;
	padding:1px 3px 1px 13px ;
	background:url(../images/arrow2.gif) no-repeat 0 0 ;
	font-weight:bold;
	
	
}
#productAttributes{
	float:left;
	
}
#productAttributes h1{
 	padding:3px;
	background:#21303c;
	color:#FFF;
	
}
.imgLink{
	padding:3px 3px 3px 15px ;
	background:url(../images/zoom.png) no-repeat 0 0 #FFF;
	color:#21303c;
	font-weight:bold;
	
}
.additionalImages {
	padding-top:10px;
}

.list_box{
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	width:725px;
	padding:5px 5px;
	float:right;
	border:1px solid #EEE;
	background-color:#f9fafc;
	
	
}
.list_box_featured{
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	width:725px;
	
	overflow:auto;
	padding:5px 5px;
	float:right;
	border:1px solid #EEE;
	
}

.main_img{
	margin-top:10px;
	width:300px;
	text-align:center;
	border:none;
	padding-bottom:3px;
	margin-bottom:3px;
	float:left;
}
.main{
	width:350px;
	float:left;
}
.productListing{
	border:none;
	border-top:1px dashed #21303c;
}
.productListing-odd{
	margin-bottom:5px;
	border:1px solid #EEE;
	padding:9px 3px;
	background:#F9FAFC;
	
}
.productListing-even{
	margin-bottom:5px;
	border:1px solid #EEE;
	padding:9px 3px;
}
.productListing-rowheading{
	height:25px;
	background:#21303c;
	color:#FFF;
	font-weight:bold;

}
.productListing-heading{
	vertical-align:middle;
}
.productListing-heading a,.productListing-heading a:link,.productListing-heading a:visited{
	color:#FFF;
	text-decoration:none;
}
productListing-heading a:hover,.productListing-heading a:active{
	color:#FFF;
	text-decoration:underline;
}

.specialsListBoxContents{
	margin-top:15px;
	font-size:12px;
	
	float:left;
}
.current{
	font-weight:bold;
	color:#FFF;
	background:#21303c;
	
}
#specialsListing{
	border:none;
	border-bottom: 1px dashed #EEE;
	border-top: 1px dashed #EEE;
	margin-bottom:10px;
	margin-top:10px;
}
.buttonRow {
	margin-top:15px;
}

/************category***********************/

.category-top{
 	

}
.category-products{
	background:url(../images/arr.gif) no-repeat  scroll left center transparent;
	padding-left:10px;
	

}
/**************************slider**********************************/

/* Easy Slider */

		pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:744px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:744px;
		height:280px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:744px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	
    #control_div{
		width:200px;
		height:28px;
		position:absolute;
		left:740px;
		top:410px;
	
	}
	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		
		
		
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
	
/* // Easy Slider */
		
		
		
/********************8language_down***********************/


.language_down{
	border:1px solid #999;
	background:#FFF;
	padding:2px;
	float:left;
	width:100px;
	color:#701512;
	font-size:10px;
}
option{
	background:#FFF;
	
}
/*select{
	background:#21303C;
	color:#FFF;
	
}

#navMainSearch input{
	padding:2px;
}
*/

#lan_curr{
   float:right;
}

#whatsNew{
	margin-top:10px;
}