/**
 * 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; padding:0; background:#c8e7fc; font-size:12px; font-family:Arial,Helvetica,sans-serif; color:#000000;}


div#hdr {width:780px; margin:0 auto; height:100px; background:transparent url(../images/hdr_bg2.jpg) no-repeat;}



div#topnav { height:62px; margin:0; padding:0; text-align:right; color:#ffffff;}
div#topnavtxt {font-size:11px; padding:34px 18px 0 0;  text-align:right; color:#ffffff;}

div#topnavtxt a{
color:#ffffff;
}


div#topnavtxt a:hover{
text-decoration:underline;
color:#ffffff;
}

div#topnavtxt a:visited{
color:#ffffff;
}

.tabs{
font: bold 13px Arial;
width: 370px; /*leave this value as is in most cases*/
overflow: hidden;
}

.tabs ul{
margin: 0;
padding: 0 10px;
float: right;
width: 210px; /*width of menu*/
background: transparent;
}

.tabs ul li{
display: inline;
float: left;
width:103px;
background: transparent url(../images/tab_bg.jpg) center center repeat-x;
text-align:center;
height:33px;
}

.tabs ul li a{
font-size:12px;
color:#ffffff;
line-height:34px;
font-weight:bold;
}


.tabs ul li a:hover{
text-decoration:underline;
color:#ffffff;
}

.tabs ul li a:visited{
color:#ffffff;
}




div#box {width:780px; margin:0 auto; background:#c4cafc url(../images/main_bg.jpg) top center repeat; }

#orangebar{
width:760px;
margin:0 auto;
background: transparent url(../images/orange_bar.jpg) top left repeat-x;
height:26px;
text-align:right;
border-bottom:2px solid #242c6d;
}



div#orangebartxt {font-size:12px; padding:5px 10px 0 0; margin-top:0px; text-align:right; color:#ffffff; font-weight:bold;}

div#orangebartxt a{
color:#ffffff;
}


div#orangebartxt a:hover{
text-decoration:underline;
color:#ffffff;
}

div#orangebartxt a:visited{
color:#ffffff;
}



.orangebutton{
color:#ffffff;
background-image:url(../images/orange_bar.jpg);
border:0;
font-weight:bold;
padding:2px;
}


div#lightbluebar{
width:760px;
margin:0 auto;
height:30px;
background:#019aff;
color:#ffffff;
}

div#lightbluelogin{
float:left;
width:310px;
color:#ffffff;
font-size:11px;
padding:8px;
}


div#lightbluelogin a{
color:#ffffff;
text-decoration:underline;
}





div#lightbluesearch{
font-size:11px;
color:#ffffff;
float:right;
width:410px;
text-align:right;
padding:4px;
}





div#middle {width:760px; margin:0 auto; background:#ffffff url(../images/middle_bg.jpg) top center repeat; }


div#middleleft{
background:transparent;
float:left;
width:180px;
color:#000000;
font-size:11px;
}

ul#navigation li.header {
list-style-image: url(../images/list_arrow.jpg);
margin:15px 5px 2px -15px;
padding:0 0 4px 5px;
border-bottom:1px dashed #019aff;
font-size:15px;
font-weight:bold;
color:#000000;
}




ul#navigation li.cat {
font-size:12px;
list-style-type: none;
margin:6px 0 6px -9px;
}


ul#navigation a{
color:#000000;
text-decoration:none;
}

ul#navigation a:hover{
color:#000000;
text-decoration:underline;
}


ul#navigation li.subcat {
font-size:11px;
list-style-type: none;
margin:6px 0 6px -5px;
}





div#middleright{
background:transparent;
font-size:12px;
color:#000000;
float:right;
width:560px;
text-align:left;
}


div#middleright h1{
background:transparent url(../images/content_arrow.jpg) top left no-repeat;
color:#000000;
font-size:16px;
font-weight:bold;
line-height:16px;
margin:13px 0 10px 0;
padding:0 0 0 15px;
}


div#middleright h2{
background:transparent url(../images/content_arrow.jpg) top left no-repeat;
color:#000000;
font-size:14px;
font-weight:bold;
line-height:16px;
margin:13px 15px 10px 0;
padding:0 0 3px 15px;
border-bottom:1px dotted #cdcdcd;
}

div#middleright h2 a{
text-decoration:none;
color:#000000;
}

div#middleright h2 a:hover{
text-decoration:underline;
color:#000000;
}


div#middleright h3{
background:transparent url(../images/content_arrow.jpg) top left no-repeat;
color:#000000;
font-size:12px;
font-weight:bold;
line-height:16px;
margin:0px 15px 10px 0;
padding:0 0 3px 15px;
border-bottom:1px dotted #cdcdcd;
}

div#middleright h3 a{
text-decoration:none;
color:#000000;
}

div#middleright h3 a:hover{
text-decoration:underline;
color:#000000;
}




div#catimgholder{
width:110px;
margin:4px 0;
padding:0;
float:left;
text-size:11px;
font-weight:normal;
text-align:center;
}


div#catimgholder a{
text-decoration:none;
color:#000000;
}
div#catimgholder a:hover{
text-decoration:underline;
color:#000000;
}

div#catimgholder .noline a:hover{
text-decoration:none;
color:#000000;
}

div#catimgholder a:visited{
color:#000000;
}


.catlink {font-size:11px;}






a.noline {text-decoration:none;}






div#bottombluebar{
width:760px;
margin:0 auto;
height:8px;
font-size:8px;
background:#019aff;
}

div#footer{
width:760px;
margin:0 auto;
font-size:11px;
background:#0067ac;
color:#ffffff;
}

div#footbox{
float:left;
margin-left:14px;
padding:10px 0;
font-size:10px;
line-height:13px;
}

div#footbox a{
color:#ffffff;
text-decoration:none;
}

div#footbox a:hover{
color:#ffffff;
text-decoration:underline;
}

.footerprivacy a{
color:#ffffff;
text-decoration:none;
}

.footerprivacy a:hover{
color:#ffffff;
text-decoration:underline;
}



div#foothdr{
font-size:11px;
font-weight:bold;
padding:0 0 4px 0;
}


div#bot {width:780px; height:15px; margin:0 auto; background:#c4cafc url(../images/bot_bg.jpg) top center no-repeat; }























a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #f47920;
	text-decoration: none;
	}
 
a:visited {
	color: #f47920;
	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 {
	color: #f47920;
	}

a:active {
	color: #f47920;
	}

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 0;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em 0;
	color: black;
	}

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;
	}

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;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    margin:0px 5px 6px 0px;
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #00B053;
	color: #ffffff;
	}

.messageStackCaution {
	background-color: #FFaF00;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	width:780px; margin:0px auto;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#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*/


#navSplitBar {
    clear:both; background:#eeeeee; padding:0px; margin:0 15px 10px 0; border:1px solid #cccccc;
}

.navSplitPagesResult, .navSplitPagesLinks {padding:5px;}
.navSplitPagesLinks a,.navSplitPagesLinks a:visited,.navSplitPagesLinks a:hover {color:#333333; text-decoration:underline;}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	list-style-type: none;
	}






#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #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: #ffffff;
	white-space: nowrap;
	}

#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 {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents,  .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.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;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	text-align: center;
	margin: 1em;
	padding: 1em;
	}

.tableHeading TH, .cartTableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}



.tableHeading, .cartTableHeading, #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, .cartTableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: center;
	}

#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;
	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 ;
	}



#productMainImage {
    border:1px solid #dddddd;
    margin:0px;
    padding:5px;
}

#productMainImage a, #productMainImage a:visited{
color:#000000;
text-decoration:underline;
}
#productMainImage a:hover{
color:#000000;
text-decoration:underline;
}

.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 {
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	text-align: left;
	}

/*sideboxes*/
.columnLeft {}

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, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}


.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, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#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 */
A.category-top, A.category-top:visited {
	color: #f47920;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #f47920;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #f47920;
	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;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}


.center {
	text-align:center;
}


.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, TR.cartTableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#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;
	}
.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;
	}















h1 { font:normal 24px/24px  color:#000000; margin:24px 0 8px 0;}
h2 { font:normal 21px/21px  color:#000000; margin:21px 0 8px 0;}
h3 { font:normal 18px/18px  color:#000000; margin:18px 0 8px 0;}
h4 { font:normal 16px/16px  color:#000000; margin:16px 0 8px 0;}
h5 { font:normal 14px/14px  color:#000000; margin:16px 0 8px 0;}
h6 { font:normal 13px/13px  color:#000000; margin:16px 0 8px 0;}
p { font:normal 12px/15px  color:#000000; margin:8px 0 16px 0; text-align:justify;}
ul { margin-top:4px; margin-bottom:16px;}
li { font:normal 12px/13px  color:#000000; margin-top:4px;}
.centercolumn a { text-decoration:none; color:#f47920;}
a { text-decoration:none; color:#f47920;}
a:hover { text-decoration:underline; color:#f47920;}
form { margin:0; padding:0;}
img { border:0;}


fieldset { margin:20px 15px 8px 0; padding:0; border:1px solid #cccccc; font-size:12px; line-height:12px; font-style:normal; color:#4C4C54;}
fieldset.new { margin-top:16px;}
legend { margin:0; padding:0; font-size:12px; color:#BF8C26;}
legend.req { color:#CF7F08; font-weight:bold;}

fieldset fieldset { margin:20px 15px 8px 10px; padding:0; border:1px solid #cccccc; font-size:12px; line-height:12px; font-style:normal; color:#4C4C54;}

label {margin-left:5px;}

address { font-size:12px; line-height:15px; font-style:normal; margin:4px 0 16px 0; font-style:normal;}

input{
font-size:12px;
}

/* hidden inputs */
input[type="hidden"] {
  -moz-appearance: none;
  display: none;
  padding: 0;
  border: 0;
  cursor: auto;
  -moz-user-focus: ignore;
  -moz-binding: none;
}



select{
border:1px solid #000000;
font-size:12px;
}





#bannerOne {
width:542px;
margin:0;
padding:0;
}

#bannerOne img{
border:1px solid #000000;
}


.productbox {
	float:left; width:140px; margin-bottom:20px; text-align:center;
}

.productimg{
width:115px;
height:115px;
border:1px solid #dddddd;
vertical-align:center;
margin:0 auto;
}	

.productimg img{
padding-top:20px;
}


	
.producttitle {
    font-weight:bold; padding:3px 10px 3px 10px; text-align:center;
}   
.producttitle a, .producttitle a:visited {
    color:#000000; text-decoration:none;}   
.producttitle a:hover{
    color:#000000; text-decoration:underline;}   
	
.productdesc {
	font-weight:normal; padding:3px 15px 3px 0; font-size:11px; text-align:center;
}


.pricetitle {
    font-size:11px;
}

.productprice{
    font-weight:bold; padding:0px 10px 3px 10px; font-size:15px; color:#f47920;
}   
.listprice{
    font-weight:bold; padding:0px 10px 1px 10px; font-size:12px; color:#000000;
}   
.smalltxt {
    font-size:10px;
    color:#555555;
}


.moreinfoproduct{
padding-top:7px;	
}




#productdetailbox {
    padding:8px;	
}
#productdetailleft {
width:220px;
float:left;
}
#productdetailright {
width:300px;
float:right;
margin-right:5px;
}


#productName{
    font-size:18px;	
    font-weight:bold;
}

#productUPC{
    font-size:11px; 
}
#productSKU{
    font-size:11px; 
}
productDescription{
    font-size:12px;	
}




.pricetitledetail {
    font-size:13px;
}

.productpricedetail{
    font-weight:bold; padding:0px 10px 3px 10px; font-size:16px; color:#f47920;
}   
.listpricedetail{
    font-weight:bold; padding:0px 10px 1px 10px; font-size:16px; color:#000000;
}   
.smalltxtdetail {
    font-size:12px;
    color:#333333;
}

#detailsidebox{
    margin:10px 0;
    padding:10px;
}

#productDateAvailable, #productDateAdded {
	font-size:11px;
	color:#444444;
}
#filterBar {
    background:#eeeeee; padding:5px; margin:5px 15px 0px 0; border:1px solid #cccccc; text-align:right;
}

#productsListingListingTopLinks{
text-align:right;
}

#showrooms{
width:220px;
height:165px;
margin:10px 0 0 10px;
padding:10px;
float:left;
text-size:12px;
font-weight:normal;
border:1px solid #cccccc;
text-align:center; 
}

#showrooms a, #showrooms a:visited, #showrooms a:hover {
	color:#f47920;
	text-decoration:underline;	
}


.additionalImages {
    width:90px;
    padding:2px;
    margin:2px;
    border:1px solid #dddddd;
    text-align:center;	
    float:left;
}


.cartTotalsDisplay{
    border:1px solid #dddddd;	
}

table#prevOrders caption {
background:transparent url(../images/content_arrow.jpg) top left no-repeat;
font-size:14px;
font-weight:bold;
line-height:16px;
margin:13px 15px 10px 0;
padding:0 0 3px 15px;
}

table caption h2 {
    text-align: left;
}

.breadcrumbSeparator {
margin:0 6px 0 10px;
vertical-align: top;
}

#ezPageDefault li {
  margin: 6px 0 6px 0;
}


.instructions {font-size:11px; padding-top:10px;}

.extramargin {margin-right:15px;}

.carttotalitem{
display:inline;
text-align:center;
width:250px;
}

div#popupTaxIdHelp{
	border:2px solid #019aff;
    padding:10px;   
    margin:10px;
}

div#popupTaxIdHelp h1{
background:transparent url(../images/content_arrow.jpg) top left no-repeat;
color:#000000;
font-size:16px;
font-weight:bold;
line-height:16px;
margin:13px 0 10px 0;
padding:0 0 0 15px;
}

.subcatlinker{
width:170px;
float:left;
background:transparent url(../images/content_arrow.jpg) top left no-repeat;
margin-right:6px;
text-align:left;
}

