/**
 * CSS Stylesheet for ZenCart Zen Template 
 * Author Clyde Jones
 * @copyright Copyright 2009 Clyde Jones  
 * @copyright Portions Copyright 2003-2009 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.gnu.org/licenses/ GNU Public License V3.0
 * Cold Steel Template v2.0 Clyde Jones - 12/27/2009
 */

/*BOF*Reset*****/  
/*Remove margin and padding from elements*/  
/* http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, a {margin:0; padding:0;}
/*EOF*Reset*****/  

body {
margin: 10px 0;
padding:0;
font: normal 62.5%/1.3em Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
color: #000;
}

/*BOF*Basic Elements** Define styles for basic elements: h1-h6, ul, ol, a, p, etc.***/  
address {padding: 0.5em;font-size:1.2em;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-weight: bold;font-style:normal;}
a.nobdr {border: none;}
a.nobdr:hover {border: none;}
a:link {color: #0A246A;text-decoration: none;font-weight: bold;}
a:visited {color: #0A246A;text-decoration: none;font-weight: bold;}
a:hover {color: #000;font-weight: bold;}
a:active {color: #0A246A;font-weight: bold;}
img {border: 0;}
a:focus {outline: none;}
hr {
margin-top: 0.5em;
border: 0 solid #000;
border-bottom-width: 1px;
height: 1px;
clear: both;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearBoth {clear: both;}
/* Headings */
h1 {font: bold 1.8em Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;color:#AE973C;}
h2 {font-size: 1.5em;font-family:Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;}
h3 {font-size: 1.3em;}
h4, h5, h6 {font-size: 1.2em;}
h3, h4, h5, h6 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {margin: 0.3em 0;}
label, legend, address, .larger{font: normal 1.1em Tahoma, Verdana, Geneva, san-serif;}
.back {float: left;}
.forward, #shoppingCartDefault #PPECbutton {float: right; }
.bold {font-weight: bold;}
caption {/*display: none;*/}
.information {padding: 10px 3px; line-height: 150%;}
.alert {color: #FF0000;margin-left: 0.5em;}
.advisory {}
.important {font-weight: bold;}
.notice {}
.rating{}
.gvBal {float: right;}
code {font-family: arial, verdana, helvetica, sans-serif;font-size: 1em;}
/*  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%;
	}
*/
/* Spacing*/
ol, ul {list-style: none;}
li {margin: 0;}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {line-height:1.3em;}
p { padding:0 0  0.8125em 0; color:#444; font-weight: 300;}
/* EOF *Basic Elements*****/
  
/* ZenCart Zen Template Layout*/
/*BOF Main Wrapper - Wraps the contents of the layout*/	
#mainWrapper {
margin: 0 auto;
padding:0;
background:#fff;
text-align: left;
width: 980px;
}
/*EOF Main Wrapper*/
/*BOF Header layout*/	
#headerWrapper {
margin: 0 auto 10px;
text-align: left;
position: relative;
vertical-align: top;
height:150px;
border-bottom: 1px solid #000;
position:relative;	
}
/*BOF Branding*/	
#logoWrapper{
margin:0;
position:relative;
}
#logo {float:left;}
#navMainSearch {position:absolute;top: 5px;right: 15px;}
#taglineWrapper {
	/*margin: 0;*/
	position: absolute;
	top: 30px;
	left: 280px;
	width: 500px;
	height:1%;	
}
#tagline {
	/*padding-top:10px;*/
	color:#000;
	font-size: 1.2em;
	font-weight: bold;
	text-align : center;
	vertical-align: middle;
	line-height:normal;
	}
#tagline span {
font-style: italic;
}	
.date {
   padding-left:5px;
	position: absolute;
	top: 97px;
	right: 20px;
	color:#000;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	line-height:normal;
	text-shadow: 2px 2px 2px #DFDFDF;
	filter: Shadow(Color:#DFDFDF, Direction:135, Strength:2);
}	
	/*EOF Branding*/
	
/*BOF navigation*/		
	/*BOF top main navigation*/		
#navMainWrapper {
font-size: 1.1em;
line-height: normal;
position:absolute;
top:120px;
left:0;
height:24px;
}
#navMain  {
float:left;
height:24px;
width:100%;
font-size: 1.1em;
line-height: normal;
}      
#navMain ul {
margin:0.4em 0 0;
padding: 5px 10px 0 15px;
list-style:none;
}
#navMain li {
display:inline;
margin:0;
padding:0 6px 0 4px;
}
#navMain a {
margin:0;
padding:0 5px 0 4px;
background: url(../images/tableft.gif) no-repeat left top;
color:##fff;
float:left;
text-decoration:none;
}
#navMain a span {
padding:2px 15px 2px 8px;
float:left;
display:block;
background: url(../images/tabright.gif) no-repeat right top;
color:#fff;
text-align:center;
cursor: pointer;
}
#navMain a:hover {background-position:0% -42px;}
#navMain a:hover span {background-position:100% -42px;color:#fff;}
#navMain .current a {background-position:0% -42px;}
#navMain .current a span {background-position:100% -42px;color:#fff;}
		/*EOF top main navigation*/		

	/*BOF top horizontal Category navigation and EZpages navigation*/		
#navCatTabsWrapper {
	display:none;
	}		
/*#navCatTabsWrapper {
	margin: 1em 0 0;
	padding:0.2em 0 0;
	background: url(../images/cat_nav_tab.gif) repeat-x;
	font-size: 0.95em;
	font-weight: bold;
	color: #000;
	height: 24px;
   width:917px;
	}*/
ul#navCatTabs {
	margin: 0;
	padding: 0.5em 0.5em 0em 0.5em;
	list-style-type: none;
	}
ul#navCatTabs li a {
	margin: 0;
	padding: 0 0.5em 0 0.5em;
	text-align: left;
	text-decoration: none;
	float:left;
	display: inline;
	color: #000;
	background:#FFC15F;
	white-space: nowrap;
	}
ul#navCatTabs li a:hover {color: #854401;background:#EEAA3B;}

#navEZPagesTop {
margin:1em auto 0;
padding:0.6em 0 0;
border-bottom:1px solid #999;
	height:24px;
	line-height: normal;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	}
#navEZPagesTop a {padding: 0 0.5em 0 0.5em;color: #0A246A;} 
#navEZPagesTop a:hover {color: #000;}
	/*EOF top horizontal category navigation and EZpages navigation*/		
/*EOF navigation*/		

/*BOF center content wrapper*/		
#contentMainWrapper {
	margin:15px 0 0;
	padding: 0;
	width:980px;	
	}
	
	/*BOF center column content*/	
#contentColumnMain {
	margin:0;
	padding:0;
	float:left;
	vertical-align: top;
	width:645px;
	}
#navBreadCrumb {
   margin: 5px 20px 0 20px;
	padding: .5em;
	font-size: 0.95em;
	font-weight: bold;
	border-bottom:1px solid #000;
	width:610px;
	}
#navBreadCrumb a {color: #0A246A;}
#navBreadCrumb a:hover {color: #000;}
.centerColumn {
	margin: 0 10px;
	padding: 1em;
	font-size: 1.2em;
	width: 620px;
	}	
.centerBoxWrapper {
	margin: 1.1em 0;
	border: 1px solid #000;
	border-width: 0 0 1px 0;
	height: 1%;
	width:610px;
	}
.centerBoxHeading {
	margin: 0;
	background: #fff; /*url(../images/tile_back.gif) repeat-x;*/
	padding: 0.5em 0.2em;
	}
h2.centerBoxHeading {
	color: #000;
	font-weight: bold;
	text-align: left;
	}	
	/*EOF center column content*/	
/*BOF right and left sidebox wrappers*/		
#navColumnOne, #navColumnTwo {float:left;vertical-align: top;font-size: 1em;width:160px !important;}
#navColumnOneWrapper, #navColumnTwoWrapper {margin: auto;width:150px !important;} 
#navColumnOneWrapper {
	margin-top:1em;
	}
#navColumnTwoWrapper {
	margin-top:1em;
	}
/*BOF right and left sidebox containers*/
/*sideboxes*/
.columnLeft {}
.leftBoxContainer, #categories {
	width:150px !important;
	margin: 0 5px 5px 5px;
	border:2px solid #000;
	border-width: 1px 1px 1px 1px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius:10px;
	border-top-left-radius:10px;	
	}
.rightBoxContainer {
	width:150px !important;
	margin: 0 5px 5px 20px;	
	border:2px solid #000;
	border-width: 1px 1px 1px 1px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius:10px;
	border-top-left-radius:10px;	
}
#categoriesHeading {
	margin: 0;
	padding: 0.5em 0.2em;
}
.leftBoxHeading, .rightBoxHeading {
	margin: 0;
	padding: 0.5em 0.2em;
/*	background-image:url(../images/sb_header.png);*/
	background-repeat:no-repeat;
	color:#000;	
	font-size: 1.3em;
	font-weight: bold;
	font-family:"Comic Sans MS";
/*	text-shadow: 2px 2px 2px #6F6437;
	filter: Shadow(Color:#6F6437, Direction:135, Strength:2);*/
}
h3.leftBoxHeading, h3.rightBoxHeading {
	line-height: normal;
	}
h3#categoriesHeading {
	line-height: normal;
}
h3.leftBoxHeading label, h3.rightBoxHeading label {
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	font-family:"Comic Sans MS";
	}
h3.leftBoxHeading a, h3.rightBoxHeading a {
	color: #000;
	}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #000;
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #0A246A;
	text-decoration: none;
	} 
#categoriesContent{
margin: 0;
padding: 0.4em 0.4em 10px 0.4em;
/*	background-image:url(../images/sb_content.png);
	background-repeat:no-repeat;
	background-position:bottom;*/
color: blue;
font-weight:bold;
}
#categoriesContent a {
padding: 0 0 .4em .5em;
	color: #0A246A;
}
#categoriesContent:nth-child(odd) a{
background:#DFDFDF;
}
#categoriesContent a:hover {
	color: #000;
}
.sideBoxContent {
   margin: 0;
   padding: 0.4em 0.4em .5em 0.4em;
	font-weight: bold;
}
.sideBoxContent li {
padding: 0 0 .4em .5em;
color: #0A246A;
width:97%;
}
.sideBoxContent li a {
color: #0A246A;
width:97%;
}
.sideBoxContent li:nth-child(odd) {
background:#DFDFDF;
}
.sideBoxContent li a:hover {
	color: #000;
}
#bestsellers .wrapper {margin: 0em 0em 0em 1.5em;}
#bestsellers ol {padding: 0;margin-left: 1.1em; list-style: decimal;}
#bestsellers li {padding: 0;margin: 0.3em 0em 0.3em 0em;background:none;}
#bannerboxHeading {background-color: none;}
	/*EOF right and left sidebox containers*/		
/*EOF right and left sidebox wrapper*/		

/*BOF footer */
#footer {
	clear:both;
   margin: 0 auto;
   border-top:1px solid #000;
	text-align: left;
	width: 980px;
	height:70px;
	}
/*BOF bottom navigation*/
#navSuppWrapper {
	margin: 0 auto;
	padding: 0;
	text-align:center;
	font-weight: bold;
	height: 30px;
	color: #000;
   width:980px;
	}	
ul#navSupp  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
ul#navSupp li {
	display: inline;
	}
ul#navSupp li a {
	margin: 0;
	padding: 0 0.5em 0 0.5em;
	text-decoration: none;
	color: #0A246A;
	white-space: nowrap;
 	height:24px;
 	}
	
ul#navSupp li a:hover {
	color: #000;
}
/*EOF bottom navigation*/
/*BOF Copyright Information*/
#siteinfoLegal {
   margin:0 auto;
	padding: 10px 0;
	font-size: 0.9em;
	text-align:right;
	width:980px;
	line-height:normal;
	clear:both;
	text-align: center;
}
#siteinfoLegal a {
	padding: 0 0.5em 0 0.5em;
	color: #0A246A;
	font-weight:bold;
	white-space: nowrap; 
}
#siteinfoLegal a:hover {
	color: #000;
}
#siteinfoIP {
	display:none;
	font-size: 0.9em;
	}
/*EOF Copyright Information*/
/*BOF footer */

/*BOF Product Listing Display*/
.productListing-rowheading th{
	height: 2em;
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background:#eee;
	}
.productListing-rowheading a {
	color: #0A246A;
	}
.productListing-heading {
font-weight:700;
font-size:1em;
}
.productListing {
margin:5px 0;
padding:10px 0;
height:120px;
}
tr.productListing:nth-child(odd) {
color:#000080;
background: #FFFCEF;
}
.productListing-data .listingDescription {
	text-align:left;
}
h3.itemTitle{
color:#000080;
text-align:left;
font-size: 1em;
}
.listingProductImage {
/*-webkit-transform: rotate(-9deg);
-moz-transform: rotate(-9deg);
transform: rotate(-9deg);	*/
}
.productListing-data a {color: #000080;}
.productListing-data a:hover {color: #854401;}
.productListing-even {color:#000080;}
.productListing-odd {color:#000080;background: #FFFCEF;}

#productsListingTopNumber, #productsListingListingTopLinks, #productsListingBottomNumber, #productsListingListingBottomLinks {
	padding: 10px 0;
}
/*EOF Product Listing Display*/

/*BOF Product Info Display*/
.categoryIcon {}
.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;
	}
/*#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}*/
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
.attributesComments {}
h3#attribsOptionsText, h3.attributesComments {
	font-size: 1.25em;
}
h4.optionName {
	line-height: normal;
	padding: 0 0 0.2em 0;
	font-size: 1.1em
}
h4.optionName label {
		line-height: normal;
	font-size: 1em
}
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
/*EOF Product Info Display*/

/*BOF Shopping Cart Display*/
.tableHeading th{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color:#000;
	height: 2.2em;
	}

#cartSubTotal {
	color:#000;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	border: 1px solid #000;
	}
.tableRow {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;}
.row {height: 1.5em;vertical-align: top;}	
.row:nth-child(odd) {background-color: #FFFCEF;	}	
.rowOdd {background-color: #FFFCEF;height: 1.5em;vertical-align: top;}
.rowEven {height: 1.5em;vertical-align: top;}
#cartImage {margin: 0.5em 1em;}
#shoppingcartBody #shippingEstimatorContent {clear: both;}
.shippingEstimatorWrapper {/*font-size: 1.2em;*/padding: 0.5em;}
/*EOF Shopping Cart Display*/

/*BOF form display */
form, select, input {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	vertical-align: middle;
	}
textarea {margin: 0.5em auto 0;display: block;width: 95%;}
input:focus, select:focus, textarea:focus {background: #ffffff;}
fieldset {padding: 0.5em;margin: 0.5em 0em;border: 1px solid #000;}
legend {font-weight: bold;padding: 0.3em;color: #000;}
label {line-height: 1.5em;padding: 0.2em;}
label.checkboxLabel, label.radioButtonLabel {margin: 0.5em 0.3em;}
label.inputLabel {width: 9em;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;}
label#textAreaReviews {font-weight: normal;margin: 1em 0em;}
label.inputLabelMailchimp{width: 8em;float: left;line-height:normal;}
/*EOF form display */

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}
.messageStackWarning, .messageStackError {background-color: #ff0000;color: #ffffff;}
.messageStackSuccess {background-color: #99FF99;color: #000000;}
.messageStackCaution {background-color: #FFFF66;color: #000000;}
/*warnings, errors, messages*/

/*wrappers - page or section containers*/

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}



#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}


#navEZPagesTOCWrapper {
	font-weight: bold;
	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: 0.5em;
	}

/*The main content classes*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}


#productDescription {
margin:0;
padding:0 0 2px 0;
line-height:1.3em;
}
#productDescription ul {
margin:0;
padding:0;
display:block;	
}
#productDescription  ul li {
margin-right:2px;
padding:2px 0 2px 17px;
list-style: none;
font-size: 1.1em;
}
.tick  {
background: url(../images/tick.png) left center no-repeat;
height:16px;
}
.new  {
background: url(../images/new.gif) left center no-repeat;
height:16px;
}


#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.smallText, #siteinfoCredits, #siteinfoStatus {
	font-size: 0.9em;
	}



.productReviewsDefaultReviewer, .productReviewsDefaultProductMainContent, .rating {
padding-bottom:5px;
	line-height:normal;
}	
	
#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;}

.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 ;
	}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
.centeredContent, th, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #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, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#upProductsHeading {text-align: left;}

#upDateHeading {text-align: right;}

.hiddenField {display: none;}
.visibleField {display: inline;}

#myAccountGen li, #myAccountNotify li {margin: 0;} 

.accountTotalDisplay, .accountTaxDisplay {width: 20%;text-align: right;/*vertical-align: top*/}

.accountQuantityDisplay {width: 10%;vertical-align: top}

#siteMapList {width: 90%;float: right;}

.ratingRow {margin: 1em 0em 1.5em 0em;}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background: #ffffff;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
#indexCategoriesMainContent a img {
	text-align: center;
}

#gvFaqDefaultContent {
padding:5px 5px;
line-height:normal;
	border: 1px solid red;
}
#gvFaqDefaultMainContent {
padding:5px 0;
	line-height:normal
}
