/**
 * 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 $
 */

body {
	margin: 0;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: rgb(68,68,68);
	background-attachment: scroll;
	background-color:#d4e8f3;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: rgb(0,133,207);
	text-decoration:underline;
	}
 
a:visited {
	color: rgb(0,133,207);
	text-decoration:underline;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: rgb(68,68,68);
	text-decoration:underline;
	}

a:active {
	text-decoration:underline;
	color: rgb(68,68,68);
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

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 0;
	}

/*  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: #E4FEF5;
	}

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;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#logo {
	height:132px;
	padding:22px 0px 0px 22px;
}

LABEL.inputLabel {
	font-weight:bold;
	font-weight:normal;
	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;
	}

P, ADDRESS {
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

.content img {
	border:none;
}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*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 {
	display:none;
	background-color: #AAFFAA;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFFAA;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 960px;
	vertical-align: top;
	}
#contentMainWrapper { background-color: white; }

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0px;
	padding: 0px;
	}

#headerWrapper {
	border-top: 5px solid rgb(10,38,60);
	background-color:#fb7305;
	background-image:url('../images/logo_bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	height: 183px;
}


#logoWrapper{
	height: 154px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper { margin: 10px 0px 10px 10px; }
#navColumnTwoWrapper { margin: 10px 10px 10px 0px; }
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

#prodMod {
        position: absolute;
        z-index: 10;
        top: 210px;
}

.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, #navCatTabsWrapper {
	margin: 0em;
	padding: 0px;
	font-weight: bold;
	color: rgb(0,133,207);
	height: 1%;
	float:right;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin-top: 88px;
	padding: 0em 3em;
	list-style-type: none;
	text-align: center;
	font-size:12px;
	}
#navMain ul {
        border: 1px solid rgb(222,222,255);
        background-color: rgb(0,62,107);
        margin: 80px 24px 0px 0px;
        padding:2px 5px;
        }

#navSupp ul { padding-top:20px; }

#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: underline;
	padding: 0em 0.5em;
	margin: 0;
	color: rgb(0,133,207);
	white-space: nowrap;
	font-weight:normal;
	}
#navMain ul li a { color: white; font-size:11px; }
#navMain ul li a:hover { color:rgb(200,200,200); text-decoration: underline; }
#navSupp ul li a { color: rgb(68,68,68); }
#navSupp ul li a:hover { color: rgb(68,68,68); text-decoration:underline; }   
#navCatTabs ul li a { color: #9a9a9a; }

#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;
	}

#navMainSearch {
	padding-right: 30px;
	padding-bottom: 20px;
	float: right;
	background-image: url('../images/mini_search_bg.gif');
	background-repeat: no-repeat;
	height: 30px;
	width: 331px;
	color: #FFF;
	text-align: right;
	}

#navMainSearch form {
	float: right;
	padding-right: 20px;
}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop table {
	clear:both;
	background-color: #fb7305;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 21px;
	padding: 0px;
	border:none;
	}

#navEZPagesTop table, #navEZPagesTop table tr td, #navEZPagesTop table tr { padding:0px; margin:0px; overflow:hidden; } 
#navEZPagesTop tr td {
	border-left:1px solid #0a263c;
}

#navEZPagesTop a {
	font: bold 13px Arial,Verdana,sans-serif;
	text-decoration:none; 
	color:#FFF; 
	padding: 6px 11px;
	display:block;
	float:left;
	}
#navEZPagesTop a:hover, #navEZPagesTop a:active {
	color:#000;
	}
#navEZPagesTop a.inactive {
	color:#000;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

#indexDefaultMainContent img {
        border: none;
}

#productDescription, .listingDescription { text-align: justify; padding-right:10px; }
#productDescription {
	margin-top:20px;
	clear:both;
	background-image:url('../images/bg_grad.jpg');
	border-top:1px solid rgb(232,232,232);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:white;
	padding:20px;
}
#productDescriptionTitle {
	color: rgb(104, 168, 30);
	font-size: 14px;
	font-weight: bold;
}

.shippingEstimatorWrapper p a { font-size:12px; font-weight:bold; }

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.centerColumn {
	padding: 0px 5px 5px 5px;
	margin: 10px 9px 10px 11px;
}
#productGeneral {
	font-size:0.8em;
	padding: 25px 0px 0px 0px;
	background-image:url('../images/bg_grad.jpg');
	background-repeat:repeat-x;
	background-position:top center;
	border: 1px solid rgb(202,202,202);
	}
#productGeneral #productMainImage { margin-left:20px; }

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	text-align: right;
	font-weight:bold;
	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: center;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}
.cartQuantity INPUT {
	font-size:10px;
	padding:0px;
	margin:0px;
}

li.cartNewItem span {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

li.cartOldItem span {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartNewItem span div, .cartOldItem span div { padding-right:4px; }

.cartRemoveItemDisplay {
	width: 3.5em;
	height:30px;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#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 {
	font-weight:bold;
	}
.productPriceDiscount {
	color: #080;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li {
	margin:0px;
	padding:5px;
	font-weight:bold;
	font-size:10px;
	color:rgb(68,68,68);
	background-image:url('../images/bg_sm_grad.jpg');
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:white;
	}

#cartBoxListWrapper li.cartNewItem {
	background-image:url('../images/bg_sm_grad_a.jpg');
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:rgb(209,255,206);
}

#shoppingcartContent {
	background-color: white;
}

.cartBoxQuantity {
	float:left;
	padding:1px 0px 0px 0px;
	display:block;
	width:16px;
	overflow:hidden;
	font-size:9px;
	}

.cartBoxTotal {
	text-align: center;
	margin:5px;
	padding:2px;
	background-color:rgb(251,235,217);
	}

#cartBoxEmpty, #cartBoxVoucherBalance {
	padding-top:10px;
	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 ;
	}

#productMainImage a{ text-decoration:none; }

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	height: 1%;
	margin: 10px 0;
	}

/*sideboxes*/
.columnLeft { }

.centerColumn h1, .centerColumn h2 {
	font-weight:bold;
	color:rgb(10,38,60);
}

h2.centerBoxHeading {
text-align:left;
font-size: 14px;
color: rgb(226, 82, 3);
}

h3.leftBoxHeading, h3.rightBoxHeading {
	font-size: 12px;
	font-family: 'Arial';
	text-transform:uppercase;
	text-align:left;
	color:rgb(68,68,68);
	text-decoration:none;
	border-bottom:1px solid rgb(221,221,221);
	background-color:white;
	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0px 0px 10px 0px;
	color:rgb(68,68,68);
	background-color:rgb(231,241,244);
	border: 1px solid rgb(204,204,204);
	font-size:10px;
	font-family:Arial;
	}

h3.leftBoxHeading a, h3.rightBoxHeading a, h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color:rgb(68,68,68);
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	}

.centeredContent, TH, #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, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.productListing-data { 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 { display:none; }
#bannerboxContent { padding:1px 0px; }

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: rgb(68,68,68);
	text-decoration: none;
	font-family:'Tahoma';
	font-size:12px;
	font-weight:bold;
	color:rgb(0,133,207);
	display:block;
	width:170px;
	padding: 5px 10px;
	}
A.category-active {
	border: 1px solid rgb(204,204,204);
	border-left: 0px;
	border-right:0px;
	background-color:rgb(225,225,225);
	}
A.category-links, A.category-links:visited {
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
#categoriesContent br { display:none; }
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
/*	vertical-align: top; */
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
/*	vertical-align: top; */
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: rgb(244,244,244);;
	height: 2em;
	color: rgb(68,68,68);
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.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;
	background-image:none;
	}
.information, #loginDefault fieldset {padding: 10px 3px; line-height: 150%; }

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}
.seDisplayTable {
	border:1px solid rgb(128,128,128);
	border-right:none;
	border-bottom:none;
	}
.seDisplayTable td, .seDisplayTable th {
	border-right:1px solid rgb(128,128,128);
	border-bottom:1px solid rgb(128,128,128);
	font-size:11px;
	padding:2px;
	}
.seDisplayedAddressLabel {
	font-size:11px;
	background-color: rgb(202,255,202);
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

#siteinfoLegal {
	padding: 4px 20px;
	font-size:10px;
	color:rgb(68,68,68);
}
#privacyDefaultMainContent {
	color:rgb(128,128,128);
}
#loginDefault fieldset {
	width:455px;
	padding:0px;
/*	background-color:white; */
	border:none;
	text-align:center;
}
#loginDefault fieldset legend {
	width:100%;
	font-size:16px;
	text-align:center;
	color: rgb(68,68,68);
	background-color: rgb(204,204,204);
}
#advSearchDefault .button_back { display:none; }
#advSearchDefault .inputLabel { width:220px; }
#advSearchDefault .inputLabel, #advSearchDefault INPUT, #advSearchDefault SELECT { margin: 6px 0px; }
#advSearchDefault INPUT.sm { width:80px; }
#accountEditDefault fieldset, #createAcctDefault fieldset {
	padding:0px;
/*	background-color:white; */
	border:none;
}
#accountEditDefault fieldset legend, #createAcctDefault fieldset legend {
	width:100%;
	padding-left: 10px;
	border-top: 1px solid rgb(244,244,244);
	margin: 6px 0px;
}
#accountEditDefault .inputLabel, #createAcctDefault .inputLabel {
	width:220px;
	padding-left:10px;
}
#createAcctDefault .inputLabel, #createAcctDefault INPUT, #createAcctDefault SELECT {
	margin: 6px 0px;
}

.productListing-odd strong, .productListing-even strong { font-size:12px; }
.productListing-odd a, .productListing-even a { font-weight:bold; font-size:11px; padding-right:4px; padding-top:2px; padding-bottom:2px; }
.productListing-odd, .productListing-even { line-height:1.1em; }

#sorter { font-size:11px; }
#sorter table { border-collapse: collapse; }
#sorter td { height: 26px; background-image: url('../images/tr_bar.jpg'); }
#sorter td { padding: 0px; margin: 0px; } 

.centerColumn table {background-color:white;}
#productQuantityDiscounts table {
	border-left:1px solid rgb(128,128,128);
	border-top:1px solid rgb(128,128,128);
}
#productQuantityDiscounts table td {
	border:1px solid rgb(204,204,204);
	border-left:none; border-top:none;
	padding:3px 5px;
	text-align:center;
}

div.disabledHeading {
	position: relative;
	left:-10px;
	padding-left:10px;
	padding-bottom:1px;
	background-color:rgb(241,241,241);
	background-image:url('../images/bar_bg.gif');
	background-repeat: no-repeat;
	background-position:bottom left;
}
div.disabledHeading h1, div.disabledHeading h1 a { color: rgb(128,128,128); text-decoration:none; }
div.disabledHeading img {
	vertical-align:0%;
}
#informationContent { font-weight: bold; }

#allProductsDefaultHeading {
	font-size:19px;
	font-weight:normal;
}

#pageTwo .back { float:none; text-align:center; }
#pageThreeMainContent table {
border:1px solid rgb(128,128,128);
}
#pageThreeMainContent table tr th {
padding:4px;
font-weight:bold;
font-size:13px;
}
#pageThreeMainContent table tr td {
border-top:1px solid rgb(202,202,202);
padding:4px;
font-size:12px;
}
#pageThreeMainContent a { font-weight:bold; }
#pageThreeMainContent div { padding:5px; width:200px; float:left; }
#pageThreeMainContent div img { width: 190px; }

#checkoutShipping, #checkoutPayment, #checkoutShipAddressDefault, #checkoutPayAddressDefault,
#checkoutConfirmation, #checkoutConfirmDefault, #checkoutSuccess, #createAcctDefault {
	background-color:rgb(244,244,244);
	padding:0px 10px;
	border:1px solid rgb(202,202,202);
}

#productGrid tr td {
	text-align:center;
	border: 1px solid rgb(222,222,222);
	border-width: 0px 1px 1px 0px;
	padding:2px;
	font-size:11px;
}

address { padding:10px 0px 10px 50px; }
label { font-weight:bold; }

#navEZPagesTop_dropdown { z-index:100000; }

