/**
 * 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 $
 */
*{
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	background:#E1D5BD url(../images/body_bg.jpg) repeat-x top left;
	color:#232323;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:12px;
}

a img {border: none; }

a:link, a:visited, #navEZPagesTOC ul li a {
	color:#00529b;
	text-decoration:none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	text-decoration:underline;
	color:#00529b;
}
a img{border:none; cursor:pointer;}
input:focus, input.focused { background-color:#f7f7f7; color:black;}
input.radio{margin:0px;padding:0px;}
label{padding-left:5px;}
h1 {
	font-size: 120%;
	color: #00529b;
}

h2 {
	font-size:120%;
	}

h3 {
	font-size: 100%;
	padding-bottom:5px;
	}

h4, h5, h6, LABEL, LEGEND, ADDRESS, .larger{
	font-size: 100%;
	}
.biggerText {
	font-size:11px;
	line-height:145%;
	}
h2.greeting a:link{color:#382E1F;}
#attribsOptionsText{
	font-size:100%;
	padding-top:10px;
	}
/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #fff;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	padding-top: 0.2em;
	padding-right:.2em;
	}
h4.optionName {
	font-size:11px;	
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
p.reviewCount{
	text-align:right;
	float:right;
	width: 37%;
	margin-right:10%;
}
.categoryListBoxContents a{
	text-decoration:none;
	color: #382E1F;
}
.categoryListBoxContents a:hover{
	color: #ff5300;	
}
SPAN.imgLink{
	color: #382E1F;	
}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 10em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}
ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: none;
	background-color:#000;
	margin-bottom:2px;
	}

/*warnings, errors, messages*/
.messageStackError, .messageStackSuccess, .messageStackCaution {
	background-color: #fff;
	line-height: 2.2em;
	padding: 0.2em;
	border: 1px solid #ff0000;
	color:#000;
	position:relative;
	width:100%
	}

.messageStackWarning, .messageStackError {
	background-color: #FFF;
	color: #000;
	position:relative;
	padding-bottom:5px;
	margin-bottom:5px;
	}

.messageStackSuccess {
	background-color: #fff;
	color: #000;
	font-weight:bold;
	}

.messageStackCaution {
	background-color: #FFF;
	color: #000;
	}
#loginDefaultHeading{
	position:relative;	
}
#cartDefaultHeading{
	position:relative;	
}
#cartText{
	font-size:11px;
	line-height:145%;
}
/*wrappers - page or section containers*/
#container {
	margin:0 auto;
	width: 944px;
	background-color:#fff;
	display:block;
}
#mainwrap{
	margin:0px 5px 0px 5px;	
}
/* header START */
#header {height:85px; background:url("http://home.amor.org/amorhome/images/main_header_store.jpg") top left no-repeat; font-size:11px; font-family:Arial, Helvetica, sans-serif;}
#header_logo {float:left; width:650px; margin:5px 0px 0px 25px;}
#header_links_wrap{float:left;margin-top:3px;}
#header_links {float:left;margin-right:4px;}
#header_links a:link, #header_links a:visited, .login_link, .login_link:visited{color:#232323;text-transform:uppercase;}
#header_links a:hover, .login_link:hover{text-decoration:none; color:#de6700;}
#nav {background-image:url("http://home.amor.org/amorhome/images/navbar_bg.png");height:32px; width:920px; float:left; padding-left:14px; position:relative;}
#shadow {background-image:url("http://home.amor.org/amorhome/images/shadow.png"); height:2px; width:934px;}
#mainPageImage{background:url(../images/projecthope.jpg) top left no-repeat;width:934px;height:269px;}
/* header END */
/* content START */
.contentboxes {
	width:924px;
	padding:10px 10px 0px 10px;
	float:left;
	background:#fff;
}
/* content END */
/* main START */
#main {
	width:603px;
	margin-top:10px;
	float:left;
}
#main p{
	margin-bottom:10px;
	line-height:175%;	
}
#main a:hover{
	color:#00529b;
}
#main h1 { color:#00529b; font-size: 18px; line-height: 26px; padding:0px 0px 10px 0px; margin:0px;}
#main h2 { color:#de6700; font-size:15px; line-height:18px; padding:5px 0 5px 0;margin:0px;}
#main h3 { font-size:12px; line-height:14px; padding:0px 0px 3px 0px;margin:0px;}
#shoppingcartHeading{
	color:#fff;
}
#shoppingcartHeading a:visited{
	color:#fff;
}
#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper{
	background-color: #fff;	
}

#navColumnTwoWrapper {
	margin: auto;
	} 
#navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	visibility:hidden;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0px;
	width: 47%;
	}
#accountLinksWrapper a:link{color: #382E1F;}
#accountLinksWrapper a:visited{ color:#382E1F;}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

#navigation {
	margin:1px 0;
	float:left;
}
#menus li {
	display:inline;
	list-style:none;
	float:left;
	color:#fff;
}
#menus li a {
	background:transparent url(../images/menu.gif) no-repeat;
	display:block;
	height:25px;
	line-height:31px;
	padding:0px 20px 0px;
	margin-top:112px;
	margin-left:-10px;
	text-decoration:none;
	font-size:11px;
	float:left;
	z-index:1;
}
#menus li a:hover {
	/*background-position:0 -31px;*/
	text-decoration:underline;
}
#menus li.current_page_item a, 
#menus li.current-cat a {
	background-position:0 -62px;
}
#menus li a.home {
	background-position:0 -93px;
	width:45px;
	padding:0;
	margin-left:0;
}
#menus li a.home:hover {
	background-position:0 -124px;
}
#menus li.current_page_item a.home {
	background-position:0 -155px;
}
#menus li a.lastmenu:hover {
	background-position:0 0;
}
.fixed, .clear {
	clear:both;
}

/*end of Main Navigation*/
.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0px;
	padding:0px;
	font-size: 11px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	list-style-type: none;
	}

#navSuppWrapper {
	margin: 0px;
	background-image: url(../images/footer_top.jpg);
	background-repeat:no-repeat;
	padding: 0px;
	color: #382E1F;
	height: 74px;
	}
#footer{
	float:left;
	width:944px;
	height:150px;
	background:#E1D5BD url(../images/footer_bg_v2.jpg) top left no-repeat;
	padding-top:20px;
}
.secondtext {float:right; text-align:right; font-size:15px; width: 600px;}
#amorsiteoptionslinks{float:right; width:600px; margin-top: 30px;}
#amorsiteoptions01{float: right; margin:10px 0px 0px 0px; padding:0px;}
#amorsiteoptions01 a{display: block; color:#333; font: Verdana, Geneva, sans-serif; font-size: 12px;font-weight: bold; padding:0px 2px 0px 2px; text-decoration: none;}
#amorsiteoptions01 a:hover{background: #ffffff;}
#amorsiteoptions01 li{dislay: block;float: left;margin-left:10px; list-style:none; color:#ff6600;}
#amorsiteoptions01 a:hover{ background: url(../images/site-opts01-hover.gif) top right no-repeat; _background: #ffffff;}
#amorsiteoptions01 a:hover strong{ background: url(../images/site-opts01-hover-strong.gif) top left no-repeat; _background: #FFFFFF; margin-left: -2px; _margin-left: 0; padding-left: 2px; _padding: 0; _background: #ffffff;}
#amorsiteoptionset02{width:313px;clear: both;float: right; height:20px; display:block; vertical-align: bottom; padding-top:10px;}
#amorsiteoptionset02 a{font-size: 10px;height: 12px;line-height: 12px;border-left: 1px solid #666666;color:#333;font-size: 10px;text-decoration: none;}
#amorsiteoptionset02 a span{margin:0px 5px 0px 5px;}
#amorsiteoptionset02 a:hover{background: #ffffff;}
#amorsiteoptionset02 li{float: left;width: auto; list-style:none;}
#amorsiteoptionset02 li.first-child a{border:none;}
#partners {width:313px; clear:both; float:right; display:block; vertical-align:bottom; padding-right:5px;}
#partners li { float:left; width:auto; display:inline; margin:10px 0px 0px 20px; height:18px; }
#partners li a { display:block; height:18px; background-image:url(../images/smedia.png); text-indent:-9999px; }
#partners .flickr { width:47px; }
#partners .flickr:hover { width:47px; background-position:0 -18px; }
#partners .youtube { width:46px; background-position:-68px 0; }
#partners .youtube:hover { background-position:-68px -18px; }
#partners .myspace { width:68px; background-position:-134px 0; }
#partners .myspace:hover { background-position:-134px -18px; }
#partners .facebook { width:65px; background-position:-222px 0; }
#partners .facebook:hover { background-position:-222px -18px; }
#partners .twitter { width:68px; background-position:-306px 0; }
#partners .twitter:hover { background-position:-306px -18px; }

.maintext{ float:left; font-size:10px; width:320px; margin: 25px 0px 0px 5px;}
#efca{ float:left; width:40px;}
#copyright{ float:left; width:270px; margin-left:5px; margin-top:15px;}
#amorcontact{ float:left; width:200px; margin-left:50px; clear:both;}
/*Footer end*/

#navMainWrapper{
	padding: 0px;
	color: #000;
	margin: 0px;
	background-color: #fff;
}
#navMainWrapper a:link{
	color: #382E1F;	
}
#navMainWrapper a:visited{
	color: #382E1F;
}

#navCatTabsWrapper {
	margin: 0em;
	background-repeat:repeat-x;
	padding: 0px;
	background-color: #ffffff;
	color: #382E1F;
/*background-image:none;*/
}

#navCatTabsWrapper a:hover {
	text-decoration:none;
}
#navMain ul {
	margin: 0em;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1em;
	}
#navSupp ul {
	margin: 0em;
	padding: 1em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1em;
}
#navCatTabs ul {
	margin: 0;
	padding: 0.2em 0.2em;
	list-style-type: none;
	text-align: left;
	line-height: 0em;		
}
#navMain{
	background-image:url(../images/tb_top2.jpg);
	background-repeat:no-repeat;
	height:30px;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:11px;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}
/*main issue section*/
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0px;
	color: #382E1F;
	white-space: nowrap;
	font-size:11px;
	}

#navEZPagesTOCWrapper {
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#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: 0em;
	}

#navMainSearch {
	float: right;
	margin:0px;
	padding:0px;
	}

#navBreadCrumb {
	color:#555;
	font-size:11px;
	}
#navBreadCrumb a {
	color: #555;
	text-decoration:underline;
}
#navBreadCrumb a:hover{
	color:#333;	
}
#subpageImageGuys{
	background:url(../images/amor_store_header1.jpg) top left no-repeat;
	background-repeat:no-repeat;
	height:364px;
}
#subpageImageGirls{
	background-image:url(../images/amor_store_header2.jpg);
	background-repeat:no-repeat;
	margin-top:0x;
	margin-left:28px;
	padding-top: 0px;
	height:485px;
}
#subpageImageHoodies{
	background-image:url(../images/amor_store_header3.jpg);
	background-repeat:no-repeat;
	margin-top:0x;
	margin-left:28px;
	padding-top: 0px;
	height:485px;
}
#subpageImageAcc{
	background-image:url(../images/amor_store_header4.jpg);
	background-repeat:no-repeat;
	margin-top:0x;
	margin-left:28px;
	padding-top: 0px;
	height:485px;
}
.catelogimg{
	margin-top:20px;	
}
#navEZPagesTop {
	background-color: #fff;
	font-size: 0.95em;
	margin: 0em;
	padding: 0.5em;
	color: #fff;
	height:266px;
	}
	
#navEZPagesTop a:link {
	color: #fff;
	visibility:hidden;
}

#navEZPagesTop a:visited {
	color: $382E1F;
	visibility:hidden;
}

#navColumnTwo {
	background-color: transparent;
	}
#navColumnOne{}
.projecthope{
	width:100%;
	margin-top:15px;
	margin-left:13px;
	padding-bottom:50px;
	background:url(../images/projecthope_ad.jpg);
	height:215px;
	background-repeat:no-repeat;
}
/*The main content classes*/
#contentColumnMain, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

.shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0px 60px 3px 0px;
	}
.shippingEstimatorWrapper {
	background-color:#fff;
}
.productReviewsDefaultProductMainContent {
	padding-top: 5px;	
}
.productReviewsDefaultProductPageLink{
	float: right;
	text-align: right;
	margin: 0em;
	padding: 0em;
	width:50%;
}
#productName{
	float:left;
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
#productName h3 {
	font-size:14px;	
}
#productDescription {
	padding: 10px 10px 10px 0px;	
}
#indexCategoriesHeading{
	padding:0px 30px;	
}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {
	position:relative;
	}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	background-color:#fff;
	}
.centerColumn{
	width:100%;
	float:left;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoLegal a{
	color: #000;
	padding: 0.4em;
}

/*Shopping Cart Display*/
#productTellFriendLink, #productReviewLink {
	clear:both;
	text-align: right;
	}
.emailbutton, .reviewbutton, .writebutton {
	padding-bottom: 2px;
	}
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #00529B;
	color:#fff;
	 }

#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, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}
.cartInstructionsDisplay{
	padding:0px;
	margin:0px;
}
.cartProductDisplay a:link{
	color: #382E1F;
	text-decoration:underline;
}
.cartProductDisplay a:visited{
	color: #382E1F;
	text-decoration:underline;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #382E1F;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
	
.cartOldItem {
	color: #382E1F;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 10em;
	padding:5px 0 5px 20px;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.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;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}
#cartBoxEmpty{
	color:#312E1F;	
}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
#productImagesWrap{
	float:left;
	width:200px;
	margin: 0px 10px 0px 0px;
}
#productMainImage{
	float:left;
	padding-bottom:10px;
}
.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {
	width:300px;
	font-size:95%;
	line-height:145%;
	float:left;
	display:block;
	margin:0px 20px 0px 0px;
}
.sidebox{
	width:300px;
	float:left;
	padding-bottom:15px;
}
.sidebox_head{
	background:url(../images/sidebox_head.jpg) top left no-repeat;
	width:300px;
	height:28px;
	float:left;	
}
.sidebox_head h1{
	padding:6px 0px 0px 40px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
.sidebox_head h1 a:link, .sidebox_head h1 a:visited{color:#fff;}
.sidebox_main{
	width:278px;
	float:left;
	padding:10px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;	
	background-color:#fff;
	color:#232323;
}
.sidebox .sidebox_main p{
	padding:5px 0px 5px 0px;	
}
.sidebox_foot{
	width:300px;
	height:6px;
	float:left;
	margin-bottom:10px;
	background:url(../images/sidebox_foot_nobg.jpg) top left no-repeat;
}
.submenu{padding:0px; margin:0px 0px 10px 0px;}
.submenu li{text-decoration: none; list-style:none; border-bottom:1px solid #A0A0A0;padding:8px 0px 8px 0px;}	
.submenu li a:link, .submenu li a:visited, .submenu li a:hover{color:#232323;; display: block; background: url(../images/submenu_arrows.gif) no-repeat; padding:2px 0px 0px 0px;}
.submenu li a:hover{background-position:0 -39px;}
.widget{margin-top:10px;}
.widget h3{ color:#B79860; font-size:12px; font-weight:bold; padding:0px 0px 3px 0px; margin:0px 0px 10px 0px; border-bottom: 1px #F2EBCE solid;}
.widget a:link, .widget a:visited{ color:#00529b;}
.widget a:hover{ text-decoration:underline;}
.widget p{ padding:0px;}
.widget ul{ padding-left:5px;}
.widget li{ /*background:url(img/icons.gif) 0 -320px no-repeat;*/ list-style:none; margin-top:5px;}
h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	background-color:#00529B;
	}
.centerBoxHeading{
	margin: 0em;
	padding: 0.5em 0.5em 0.5em;
	background-color:#00529B;
}

.leftBoxContainer, .rightBoxContainer {
	margin: .5em;
	border: 1px solid #9a9a9a;
	border-bottom: 3px solid #382E1F;
	margin-top: 1.5em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #fff;
	text-decoration: underline;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #382E1F;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.productWrap {
	width:95%;
	margin-top:10px;
	/*border:1px solid #ccc;
	background-color:#f7f7f7;*/
	float:left;
}
#productAttributes{
	float:left;
	width:140px;
	margin-top:10px;	
}
.productListing-data a:link{
	color:#D67F29;
}
.productListing-data a:visited{
	color:#D67F29;	
}
.productListing-data{
	padding:5px;	
}
.accountheading TH{
	text-align: left;
	background-color: #00529B;
	height: 2em;
	color:#fff;
	padding-left:5px;
}	
.additionalImages{
	padding-right:10px;
	padding-bottom:10px;
}
#cartBoxWrap{
	float:left;
	width:350px;
}
#carBoxWrapHeader{
	float:left;
	width:100%;
	height:28px;
	background:url(../images/cartBoxHead.png) no-repeat;
}
#carBoxWrapHeader h3{
	font-size:.9em;	
	padding:5px 0px 5px 40px;
	color:#fff;
}
#carBoxWrapBody{
	float:left;
}
#cartBoxOptions{
	width:338px;
	padding:5px 0px 5px 10px;
	float:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#cartBoxOptionsSize{
	float:left;
	padding-left:3px;
	width:100%;
}
#cartBoxOptionsCart{
	float:left;
	margin-top:8px;
	padding-bottom:3px;
	width:330px;
	border-bottom:1px solid #E6E6E6;
}
#cartBoxOptionsOptions{
	float:left;
	margin-top:5px;
	font-size:11px;
}
#cartBoxFoot{
	float:left;
	width:350px;
	height:6px;
	background:url(../images/cartBoxFoot.jpg) no-repeat;
}
#productDescriptionName{
	color:#00529b;
}
#productAdditionalImages{
	float:left;
}
#productInfoWrap{
	float:right;
	padding-top:10px;
}
#additionPicturesWrap{
	float:left;	
}
.additionalImages a:link, a:hover{color: #382E1F;}
.additionalImages a:hover{ text-decoration:none;}
.additionalImages a:visited{text-decoration:none;}

.productListing-heading a:link{
	color: $fff;	
}
.productListing-heading a:visited{
	color: #fff;	
}
A.productListing-heading{
	color: #fff;	
}
.listingProductImage a:link{color:#382E1F;}
.listingProductImage a:visited{color:#382E1F;}
.listingDescription{
	text-align: left;	
}
.itemTitle{
	text-align:left;
	font-size:10px;
}
.itemTitle a:link{
	color: #382E1F;
	text-align:left;
}
.itemTitle a:visited{
	color: #382E1F;
	text-align:left;
}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
#space{
	padding-bottom:5px;
}	
A.category-top:visited, A.category-links:hover{
	color: #000;
	text-decoration: none;
}
A.category-links, A.category-links:visited, A.category-links:hover {
	color: #382E1F;
	text-decoration: none;
	}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited, A.category-subs:hover, A.category-products:hover {
	color: #382E1F;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	margin:0em;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #f7f7f7;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin-left: 20px;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color:#00529B;
	height: 2em;
	color:#fff;
	text-align:left;
	}

.productListing-rowheading {
	background-color: #00529B;
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}
#siteMapList a:link{color:#382E1F;}
#siteMapList a:visited{color:#382E1F;}
.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:#382E1F;
	text-align: center;
	color:#fff;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
