body {
	margin: 0px;
	font-family: arial,verdana;
	font-size: 12px;
	background: #fff url(/shop/images/body_bg.gif) repeat fixed top left;
	text-align: center;
}
div,table{
	font-size: 12px;
}
form{
	margin: 0px;
	padding: 0px;
}
.messageStackError {
	color: #a00;
	font-weight: bold;
	font-size: 14px;
}
.alert{
	color: #900;
}
.clearBoth{
	clear: both;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 20px;
	color: #922;
	margin: 2px 0px 8px 0px;
}
h2{
	font-size: 16px;
	color: #1f6fb2;
	margin: 0px 0px 2px 0p
}
h3{
	font-size: 14px;
	color: #1f6fb2;
	margin: 0px 0px 2px 0p
}
h4{
	font-size: 12px;
	color: #922;
	margin: 0px 0px 2px 0p
}
.fieldInput{
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	padding: 2px;
}
.fieldFocus{
	background: #ffc;
	border-top: 1px solid #0078ff;
	border-left: 1px solid #0078ff;
	border-bottom: 2px solid #0078ff;
	border-right: 2px solid #0078ff;
	padding: 2px;
}
.fieldError{
	background: #fdd;
	border-top: 1px solid #c00;
	border-left: 1px solid #c00;
	border-bottom: 2px solid #900;
	border-right: 2px solid #900;
	padding: 2px;
}
.fieldDisabled{
	background: #ddd;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 2px solid #777;
	border-right: 2px solid #777;
	padding: 2px;
}
.hiddenField{
	display: none;
}
.button{
	cursor: pointer;
}
a:link{
	color: #0987b6;
}
a:visited{
	color: #2779b3;
}
a:active{
	color: #0987b6;
}
a:hover{
	color: #4fa1dc;
}
a img{
	border: 0px;
}
fieldset {
	margin-bottom: 10px;
}
fieldset label{
	width: 135px;
	display: block;
	float: left;
	padding: 5px 3px;
	text-align: right;
}
fieldset input, fieldset textarea, fieldset select{
	margin: 2px;
}
legend{
	font-weight: bold;
	color: #555;
}
.radioButtonLabel,.checkboxLabel{
	float: none;
	width: auto;
	display: inline;
}
#searchButton, #continueButton, #submitButton{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}	
#backButton {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}	


#headerWrapper{
	text-align: left;
	border: 0px solid #f00;
	margin-top: 10px;
}
#navMainWrapper{
	font-weight:700;
	color:#000;
	padding: 0px;
	font-size: 12px;
	width: 900px;
	margin: auto;
	border: 0px solid #ccc;
	border-bottom: 0px;
	background: transparent;
}
#navMain{
	float: left;
	border: 0px solid #f00;
}
#navMainSearch{
	float: right;
	border: 0px solid #f00;
	margin: 2px 6px 2px 2px;
}
#navMainSearch .fieldInput, #navMainSearch .fieldFocus{
	width: 200px;
	font-size: 11px;
}
#navMainSearch .button{
	font-size: 11px;
}
#navMain span{
	display: block;
	float: left;
}
#navMain span a{
	display: block;
	padding: 4px 10px 4px 10px;
	color: #036;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 4px;
	background: #fff url(/shop/images/top_nav_bg.jpg) repeat-x bottom left;
	border: 1px solid #999;
	border-bottom: 0px;
}
#navMain span a:hover{
	color: #ffd;
	cursor: pointer;
	background: #3f6382 url(/shop/images/top_nav_bg_hover.jpg) repeat-x bottom left;
}
#logoWrapper{
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	height:80;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#logo{
	margin-left: 10px;
	float: left;
}
#logo  img{
	border: 0px;
}
#taglineWrapper{
	line-height:80px;
	font-size: 24px;
	font-family: georgia;
	color: #fff;
	text-align: center;
}
#tagline{
	font-size: 24px;
	font-family: georgia;
	color: #fff;
}
#contentMainWrapper{
	width: 900px;
	margin: auto;
	text-align: left;
	border: 1px solid #aaa;
	border-top: 0px;
	background: #fff url(/shop/images/main_page_bg.jpg) repeat-x bottom left;

}
.columnLeft,.columnRight{
	vertical-align: top;
}
.leftBoxContainer,.rightBoxContainer{
	border:0px solid #f00;
	text-align: left;
}
.leftBoxHeading,.rightBoxHeading{
	display: block;
	background: #ccc url(../images/sidebox_header_bg.jpg) repeat-x top left;
	border: 1px solid #ccc;
	border-top: 0px;
	padding: 3px;
	padding-top:3px;
	font-weight: bold;
	margin: 0px;
	color: #333;
}
.leftBoxHeading{
	border-left: 0px;
}
.rightBoxHeading{
	border-right: 0px;
}
.leftBoxHeading a:link,
.leftBoxHeading a:active,
.leftBoxHeading a:visited,
.rightBoxHeading a:link,
.rightBoxHeading a:visited,
.rightBoxHeading a:active
{
	color: #333;
	text-decoration: none;
}
.leftBoxHeading a:hover,
.rightBoxHeading a:hover
{
	color: #555;
	text-decoration: none;
}
.sideBoxContent {
	border: 1px solid #ccc;
	border-top: 0px;
	padding: 3px;
	margin-bottom: 10px;
	background: #fff;
}
.sideBoxContent img {
	border: 0px;
}
.leftBoxContainer .sideBoxContent{
	border-left: 0px;
}
.rightBoxContainer .sideBoxContent{
	border-right: 0px;
}
.centeredContent{
	text-align: center;
}
.centerColumn{
	padding: 0px 8px 35px 8px;
	border: 0px solid #f00;
	margin-bottom: 30px;
}
#navBreadCrumb{
	padding: 3px;
	border-bottom: 1px solid #ddd;
	background: #eee;
	color: #555;
	margin-bottom: 5px;
}



#shoppingcartHeading{
	background: #679100 url(../images/sidebox_head_green_bg.jpg) repeat-x top left;
	color: #fff;
}
#shoppingcartHeading a:link,#shoppingcartHeading a:visited,#shoppingcartHeading a:active{
	color: #fff;
}
#shoppingcartHeading a:hover{
	color: #ffc;
}
.cartOldItem,.cartNewItem{
	margin-bottom: 2px;
	color: #444;
	font-size: 11px;
	
}
.cartOldItem .cartItemQuantity,.cartNewItem .cartItemQuantity{
	display: block;
	float: right;
	width: 12%;
	overflow: hidden;
	text-align: center;
}
.cartOldItem .cartItemTitle,.cartNewItem .cartItemTitle{
	display: block;
	float: left;
	width: 86%;
	overflow: hidden;
}
.cartNewItem{
	background: #ffc;
}
.cartBoxTotal,.cartBoxCheckOutLink{
	padding: 2px;
	font-weight: bold;
	color: #050;
	text-align: center;
}
#cartBoxListWrapper a{
	color: #444;
}
#cartBoxListWrapper a:hover{
	color: #0d8fbf;
}
#categoriesContent,#informationContent{
	padding: 0px;
}
#categoriesContent a,#informationContent a{
	display: block;
	padding: 2px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	background: #eee;
}
#categoriesContent a:hover,#informationContent a:hover{
	display: block;
	padding: 2px;
	background: #e0ecf1;
}
.category-subs-parent{
	font-weight: bold;
}
#categoriesContent a.category-subs{
	padding-left: 15px;
}
#categoriesContent a.category-products{
	padding-left: 25px;
}

#whatsnew,#specials,#featured{
	margin-bottom: 10px;
}
#whatsnew .sideBoxContent,#specials .sideBoxContent,#featured .sideBoxContent{
	margin-bottom: 0px;
	text-align: center;
}
#whatsnewHeading{
	background: #05406a url(../images/sidebox_head_blue_bg.jpg) repeat-x top left;
	color: #fff;
}
#reviewsHeading{
	background: #650014 url(../images/sidebox_head_maroon_bg.jpg) repeat-x top left;
	color: #fff;
}
#informationHeading{
	background: #5a3001 url(../images/sidebox_head_brown_bg.jpg) repeat-x top left;
	color: #fff;
}
#specialsHeading{
	background: #8a0604 url(../images/sidebox_head_red_bg.jpg) repeat-x top left;
	color: #fff;
}
#featuredHeading{
	background: #cc8415 url(../images/sidebox_head_orange_bg.jpg) repeat-x top left;
	color: #fff;
}
#bannerboxallHeading{
	background: #016b57 url(../images/sidebox_head_turquoise_bg.jpg) repeat-x top left;
	color: #fff;
}
#whatsnewHeading a,#reviewsHeading a,#specialsHeading a,#featuredHeading a,#bannerboxallHeading a,#informationHeading a{
	color: #fff;
}
#whatsnewHeading a:hover,#specialsHeading a:hover,#reviewsHeading a:hover,#featuredHeading a:hover,#bannerboxallHeading a:hover,,#informationHeading a:hover{
	color: #ffc;
} 



.centerBoxWrapper{
	border: 0px solid #ccc;
	margin: 8px 0px 8px 0px;
}
.centerBoxWrapper div{
	float: left;
	border: 1px solid #ccc;
	margin: 3px;
	padding: 3px;
	width: 168px;
	height: 120px;
	text-align: center;
	overflow: hidden;
	background: #fff url(/shop/images/product_top_bg.jpg) repeat-x top left;
}
.centerBoxWrapper div a img{
	border: 0px;
}
.centerBoxWrapper div.centerBoxHeading{
	background: #565656 url(../images/head_grey_bg.jpg) repeat-x top left;
	color: #fff;
	width: auto;
	height: auto;
	font-weight: bold;
	text-align: left;
	float: none;
	font-size: 15px;
	padding: 3px;
	border: 0px;
	margin: 0px;
}



#productsListingListingTopLinks{
	display: none;
}
.productListing-even{
	background: #ededee;
}
.productListing-odd{
	background: #fff;
}
.tabTable,#prevOrders{
	border-collapse: collapse;
}
.tabTable th a ,#prevOrders th a{
	text-decoration: none;
	color: #444;
}
.tabTable th,#prevOrders th{
	padding: 3px;
	background: #ddd;
	color: #444;
	border: 1px solid #ccc;
	background: #ccc url(../images/sidebox_head_grey_bg.jpg) repeat-x top left;
}
.tabTable td,#prevOrders td{
	padding: 3px;
	border: 1px solid #ddd;
}
.navSplitPagesResult{
	margin: 4px 0px 4px 0px;
}
.itemTitle{
	display: block;
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
}
.itemPrice{
	color: #070;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 14px;
}
.listingDescription{
}
.tabTable td img{
	border: 0px solid #f00;
}
.tabTable form input{
	margin-bottom: 2px;
}



#categoryIcon{
	display: none;
}
.navNextPrevWrapper{
	text-align: left;
	margin: 5px;
}
.navNextPrevWrapper div{
	display:inline;
	white-space:nowrap;
	list-style-type:none;
	margin:0;
	padding: 2px;

}
.navNextPrevWrapper div img{
	height: 22px;
}

.navNextPrevCounter{
	line-height: 14px;
	border: 0px solid #f00;
	float: right;
	display: block;
}
#productName,#productPrices,#cartAdd,#productPrices{
	display: block;
	float: left;
	margin: 0px;
	width: 50%;
}
#productName{
	font-size: 16px;
	font-weight: bold;
}
#productMainImage{
	width: 48%;
	float: right;
	margin: 0px 1% 5px 0px;
}
#productPrices{
	font-size: 19px;
	font-weight: bold;
	color: #070;
	margin: 10px 0px 10px 0px;
}
#productPrices .normalprice{
	color: #999;
	text-decoration: line-through;
}
#productPrices .productSpecialPrice{

}
#productPrices .productPriceDiscount{
	color: #f00;
	font-size: 12px;
}
#productDescription{
	font-size: 13px;
	margin-bottom: 5px;
}
#productAdditionalImages{
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}
#productAdditionalImages .additionalImages{
	float: left;
	text-align: center;
}
#productAdditionalImages *{
	text-align: center;
}
#productTellFriendLink{
	margin-bottom: 5px;
}
#tellAFriendDefault fieldset textarea,#tellAFriendDefault fieldset input{
	margin: 2px;
}
#tellAFriendDefault{
	margin-top: 10px;
}
#tellAFriendDefault label{
	border: 0px solid #f00;
	text-align: right;
	width: 130px;
	display: block;
	float: left;
	clear: both;
	padding: 2px;
	margin: 2px;
}
#tellAFriendDefault .buttonRow{
	padding: 0px;
	float: left;
	margin: 2px;
}
#tellAFriendAdvisory{
	font-size: 11px;
	margin-top: 10px;
}
.wrapperAttribsOptions{
	margin: 4px;
	margin-bottom: 20px;
}
.optionName{
	float: left;
	padding: 4px;
	margin-left: 20px;
}
.optionContainer{
	float: left;
}
.attributesComments{
	font-weight: bold;
	padding: 2px;
}
#attribsOptionsText{
	margin: 5px 0px 5px 0px;
	display: block;
	padding: 2px;
	background: #ddd;
	border: 1px solid #999;
	color: #900;
	font-weight: bold;
}
.cartProductAttribute{
	margin-left: 10px;
	font-style: italic;
}



#cartContentsDisplay{
	border-collapse: collapse;
}
#cartContentsDisplay th{
	background: #679100 url(../images/sidebox_head_green_bg.jpg) repeat-x top left;
	color: #fff;
	padding: 3px;
	border: 1px solid #ddd;
}
#cartContentsDisplay td{
	border: 1px solid #ccc;
	padding: 3px;
	vertical-align: top;
}
#scUpdateQuantity, .cartQuantityUpdate{
	display: none;
}
.cartQuantity{
	width: 60px;
	text-align: center;
}
.cartProductDisplay{
}
.cartProductDisplay #cartImage{
	margin-right: 4px;
	display: block;
	float: left;
}
.cartProductDisplay #cartProdTitle{
	float: left;
}

#cartSubTotal,#shoppingCartDefault .cartTotalsDisplay{
	background: #eee;
	padding: 2px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	margin: 4px 0px 4px 0px;
	border: 1px solid #ccc;
}
#shoppingCartDefault form .buttonRow{
	float: left;
	margin-bottom: 10px;
}
#shoppingCartDefault form .forward{
	float: right;
	margin-bottom: 10px;
}

address{
	padding: 5px;
	padding-left: 15px;
}
.shippingCost{
	color: #009;
	font-weight: bold;
}
#checkoutOrderTotals{
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
#orderTotals .lineTitle,#checkoutOrderTotals .lineTitle{
	float: left;
	margin: 1px;
	width: 50%;
	text-align: right;
}
#orderTotals .totalBox,#orderTotals .amount,#checkoutOrderTotals .totalBox{
	float: right;
	width: 48%;
	text-align: left;
	font-weight: bold;
}
#ottotal{
	font-weight: bold;
	color: #060;
}
#checkoutConfirmDefault h4{
	background: #ddd;
	color: #c45;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	border: 1px solid #999;
}	
#checkoutConfirmDefault #checkoutBillto{
	float: left;
	width: 48%;
	position: relative;
}
#checkoutConfirmDefault #checkoutShipto{
	float: right;
	width: 48%;
	position: relative;
} 
#checkoutConfirmDefault #checkoutBillto div,
#checkoutConfirmDefault #checkoutShipto div{
	float: left;
	padding: 1px;
	margin: 0px;
}
#checkoutConfirmDefault #checkoutBillto address,
#checkoutConfirmDefault #checkoutShipto address{
	height: 70px;
}
#checkoutConfirmDefault #checkoutBillto .buttonRow,
#checkoutConfirmDefault #checkoutShipto .buttonRow{
	margin: 1px;
	position: absolute;
	top: 72px;
	right: 2px;
}
#checkoutConfirmDefault #checkoutConfirmDefaultHeadingComments,
#checkoutConfirmDefault #checkoutConfirmDefaultHeadingCart{
	margin-top: 8px;
}
#checkoutSuccessOrderNumber{
	font-size: 16px;
	font-weight: bold;
	margin: 2px;
	color: #090;
}
#checkFormHolder{
	background: #fcc;
	padding: 3px;
	border: 1px dotted #900;
	height: 55px;
}



#myAccountShipInfo{
	float: left;
	width: 48%;
}
#myAccountPaymentInfo{
	float: right;
	width: 48%;
}
#myAccountPaymentInfo h3,#myAccountPaymentInfo h4,
#myAccountShipInfo h3,#myAccountShipInfo h4{
	margin: 0px;
}

#navSuppWrapper{
	text-align: center;
	padding: 4px;
	width: 900px;
	margin: auto;
}
#navSuppWrapper span{
	border-right: 1px solid #999;
	padding-right: 4px;
	margin-right: 4px;
}
#firstFooterLink{
	border-left: 1px solid #999;
	padding-left: 4px;
}
#siteinfoLegal, #siteinfoLegal a{
	text-align: center;
	padding: 4px;
	font-size: 11px;
	margin-bottom: 15px;
	color: #999;
	text-decoration: none;
}

