body {

	background: #FEF07F url(../images/background.jpg) repeat-x;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.72em;
	color: #333333;
/*	background: #e5edf5;*/
	line-height: 17px;
	}

a img {border: none; }


a:link, #navEZPagesTOC ul li a {
	color: #2b2b2b;
	text-decoration: underline;
	}
 
a:visited {
	color: #DF3200;
	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: #ff9900;
	text-decoration: none;
	}

a:active {
	color: #DF3200;
	}


.blue-link a {
	color: #0075e2;
}
.columnLeft a, .columnRight a {
	text-decoration: none;
}
.columnLeft a:hover, .columnRight a:hover {
	text-decoration: underline;
}
#columnCenter {
	padding: 14px 0 0 0;
}


p {
 font-size: 1em;
 line-height: 1.75em;
 margin-bottom: 0.5em;
 margin-top: 0.5em;
 text-align: justify;
 font-weight:normal;
}


h1 {
	font: bold 24px Arial;
	color: #27709b;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 2px 0;
	margin: 0 0 17px 0 !important;
	}

/*h2 {
	font: bold 18px tahoma;
	padding: 15px 0 5px 0 !important;
	display: block;
	}
*/

h2 {
 border-bottom: 1px dotted #0059A9;
 color: #27709b;
 font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
 font-size: 2em;
 font-weight: normal;
 line-height: 1.5em;
 margin-bottom: 0;
 margin-top: 0.75em;
 text-align: left;
 text-transform: capitalize;
}
h3 {
	font-size: 1.3em;
	padding-bottom: 5px;
	padding-top: 10px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 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: 12px;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
/*input:focus, select:focus, textarea:focus {
	background: #ffffe7;
	margin:0.1em;
	}
*/

/* Only for IE7*/
*+ html FIELDSET {
	padding: 13px;
	margin: 3px 0 12px 0;
	border: 1px solid #d6d6d6;
	}
/* /Only for IE7*/

FIELDSET {
	padding: 13px;
	margin: 10px 0 17px 0;
	border: 1px solid #d6d6d6;
	}

LEGEND {
	font: bold 12px Verdana;
	padding: 4px 6px;
	color: #ff9900;
	background: #ebfcff url(../images/LEGEND.gif);
	}

LABEL {
/*	line-height: 1.5em;*/
	padding: 0.2em;
	line-height: 23px;
	}
h4.optionName {
	padding: 0;
	margin: 0;
	width: 200px;
	font: bold 11px verdana;
}
/*.optionName label {
	font: bold 12px Verdana;
}*/
/*.attribsSelect {
	width: 120px;
	float: left;
}*/

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: 5px 0;
	border: none;
	border-bottom: 1px solid #e4e4e4;
	}
.dotted-line {
	height: 1px;
	background: url("../images/dotted_line.gif") repeat-x 0 0;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}

.list-style-none {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
} 
ul.inline-list li {
	float: left;
	padding: 0 0 0 12px;
}
.align-center {
	margin: auto !important;
	text-align: center !important;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.3em;
	margin: 0 10px;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background: #d05a00 url(../images/warning.png) repeat-x;
	color: #FFF;
	}

.messageStackSuccess {
	background: #d05a00 url(../images/warning.png) repeat-x;
	color: #FFF;
	border: 1px solid #d0e46e;
	}

.messageStackCaution {
	background: #d05a00 url(../images/warning.png) repeat-x;
	color: #FFF;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background: #ffffff url(../images/middle-bg.jpg) repeat-x bottom ;
	text-align: left;
	width: 960px;
	vertical-align: top;
/*	border: 1px solid #9a9a9a;*/
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

.topper-menu li {
	font: 11px verdana;
	float: left;	
	margin: 9px 2px 0 14px;
}

#logoWrapper{
	    height: 220px;
 		left:0;
 		z-index:0;
 		position:relative;

	}
	
#logo {
	/*padding: 0.6em 0 0 0;*/
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.2em;
	margin-right: 0.2em;
	}

#tagline {
/*	margin: 0.7em 0 0 1em;
	padding: 0 0 0.4em 1em;*/
	float: left;
	}
#tagline_header {
	border-left: 1px solid #dddddd;
	font: bold 20px arial;
	color: #888888;
	margin: 0.7em 1em;
	padding: 0 0 0 1em;
}


#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 44%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.current {
	font-size: 15px;
	padding: 2px;
}

.navSplitPagesLinks, .navSplitPagesResult {
	padding: 5px 0 2px 0;
}

.navSplitPagesLinks a {
	color: #0075E2;
	padding: 2px;
	margin: 0px;
}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	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%;
	}
#navSuppWrapper {
	/*border-top: 2px solid #cecece;	
	margin: 25px 0 0 0;
	padding: 12px 0 1 2px 0;*/
margin: auto;
width: 956px;
height:15px;
background: #e2fbff;
left:1px;
position:relative;

}




#navSuppWrapperinnerpadding {
	/*border-top: 2px solid #cecece;	
	margin: 25px 0 0 0;
	padding: 12px 0 1 2px 0;*/
margin-left: 20px;

margin-right: 40px;

position:relative;


}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navCatTabs ul li {
	display: inline;
	}

.footer-links li {
	font: normal 11px verdana;
	float: left;
	margin: 10px 10px 14px;
	padding-left:13px;
}

#footer{
	border-top: 0px solid #cecece;	
	background: url(../images/footer-bg.jpg) no-repeat center;
	clear: both;
	height: 410px;
	width: 100%;
	z-index:0;
 	position:absolute;
	left:-1px;
}

#clouds {
 position: relative;
 z-index: 999 !important;
}

#cloud0 {
 background: url(../images/storeheading-trans.png);
 top: 100px;
 height: 140px;
 position: absolute;
 right: -30px;
 width: 380px;
 z-index: 999;
}

#cloud3 {
 background: url(../images/formclouds-trans.png);
 height: 266px;
 position: absolute;
 right: -5px;
 width: 350px;
 z-index: 999;
}


#cloud1 {
 background: url(../images/cloud1-trans.png);
 height: 103px;
 left: -230px;
 position: absolute !important;
 top: 400px;
 width: 222px;
 z-index: 999;
}

#cloud4 {
 background: url(../images/cloud2-trans.png);
 height: 96px;
 position: absolute;
 right: -177px;
 top: 30px;
 width: 225px;
 z-index: 999;
}

#footer-left {
 background-color: #e4fbff;
 bottom: 95px;
 left: 0;
 position: absolute;
 top: 50px;
 width: 560px;
 height:263px;
}

#cloud5 {
 background: url(../images/cloud3-trans.png);
 bottom: -320px;
 height: 76px;
 position: absolute;
 right: 45%;
 width: 148px;
 z-index: 9;
}

#footer-right {
 background-color: #e4fbff;
 bottom: 95px;
 position: absolute;
 right: 0;
 top: 50px;
 width: 380px;
  height:263px;
}

.footer-info {
 border: 1px dotted #0059A9;
 background-color: #FFFFFF;
 bottom: 10px;
 left: 10px;
 padding: 10px;
 position: absolute;
 right: 10px;
 top: 10px;
}

.wrap-left img {
 clear: both;
 float: left;
 margin: 5px 1.428em 1em 0;
}

.wrap-right img {
 clear: both;
 float: right;
 margin: 5px 0 1em 1.428em;
}


#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
.legalCopyright {
	float: left;
	font: 11px verdana !important;
}

#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 0.5em;
	font: 11px tahoma;
	margin-left: 12px;
	color: #999999;
	}
#navBreadCrumb a {
	color: #999999;
}

#top_nav {
	background: #777777 url("../images/ezpages_bg.gif");
	font: bold 14px arial;
	margin: 0em;
/*	padding: 0.5em;*/
	height: 39px;
	}
#tab_nav a {
	color: #ffffff;
	text-decoration: none;
}

#tab_nav li {
	float: left;
	background: url("../images/bg_tabs_left.gif") no-repeat 0 0;
	padding: 0 0 0 5px;
	border-right: 1px solid #d05a00;
}
#tab_nav li a {
	display: block;
	background: url("../images/bg_tabs_right.gif") no-repeat right 0;
	padding: 10px 20px 10px 18px;
}

#tab_nav li:hover {
	background-position: left -40px;
}
#tab_nav li:hover a {
	background-position: right -40px;
}

#tab_nav #tab_active{
	background-position: 0 -78px;
}
#tab_nav #tab_active a {
	background-position: right -78px;
}
#tab_nav li.home-link {
	padding: 0;
}
#tab_nav li.home-link a {
	display: block;
	background: url("../images/home_tab.gif") no-repeat left 0;
	padding: 0px 20px 10px 18px;
	height: 27px;
	width: 2px;
}
#tab_nav li.home-link:hover a {
	background-position: left -39px;
}


#login_logout_section, #login_logout_section a {
	font: normal 11px verdana;
	color: #ff9900;
	padding: 11px 7px;
	position: relative;
	top:26px;
	left:42px;
	width:208px;
	line-height:1.6em;
}
#login_logout_section a:hover {
	text-decoration: none;
}

.top-nav-right {
	background: url("../images/top_nav_right_bg.gif") right top;
	height: 39px;
	width: 6px;
	float: right;
}
.top-nav-left {
	background: url("../images/top_nav_left_bg.gif") left top;
	height: 39px;
	width: 6px;
	float: left;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}
/* Tools section styles */
#tools_wrapper {
	height: 28px;
	background: #f5fadd;
	margin: 0 4px !important; 
	padding: 2px 3px 3px 3px;
}
.line-header {
	font: 1px arial;
	margin: 0 4px;
}
.search-header-input {
	background: url("../images/search_header_bg.gif") no-repeat left top;
	height: 21px;
	padding: 1px 0 0 3px;
	float: left;
}

.search-header {
	margin: 3px 0;
	position: relative;
	top:37px;
	left:115px;
	width:258px;
}
.search-header input {
	border: 0px;
	margin: 0px;
	color: #696969;
	background: none;
}
.search-header form {
	float: left;
}
.search-header input:focus {
	background: none;
}

.advanced_search {
	padding: 0 6px 2px 0;
	margin: 4px 0 0 10px;

}
.advanced_search a {
	font: 11px Verdana;
	text-decoration: none;
	color: #757575;
}
.advanced_search a:hover {
	text-decoration: underline;
}
.cart-header {
	padding: 1px;
	margin: 11px auto 3px auto !important;
	position: absolute;
	top:93px;
	left:97px;
	width:267px;
	
	
}
.cart-header span {
	font-weight: bold;
}
.cart-icon {
	width: 16px;
	height: 15px;
	margin: 1px 6px 0 0;
}
.full {
	background: url("../images/cart_full_icon.gif") no-repeat left top;
}
.empty {
	background: url("../images/cart_empty_icon.gif") no-repeat left top;
}
.td-search-header {
	width: 303px;
}
.td-languages {
	width: 303px;
}
.languages-wrapper select, .languages-wrapper {
	font: 11px tahoma, arial !important;
}
.languages-wrapper select {
	height: 18px;
}
.languages-wrapper form {
	float: right;
}
.languages-wrapper label {
	padding: 3px 0;
	line-height: 17px !important;
}
/* /Tools section styles */


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	font-size: 13px !important;
	padding: 0.2em;
	}

#productAttributes {
	padding: 10px 14px;
	margin: 10px 0;
	border: 1px #f3ecd9 solid;
	background: #fcfcea;
}

.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;
	}
.centerColumn {
	padding-left: 16px;
	padding-right: 16px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoIP {
	float: left;
}
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a {
	color: #d25d00;	
	margin: 1px 8px;
}

/*Shopping Cart Display*/
#cartAdd {
	position:relative;
	text-align: center;
	margin: 1em;
	border: 1px solid #e2e2e2;
	background: #fcfcea;
	padding: 1em;
	float:right;

	}

.tableHeading TH {
	border-bottom: 1px solid #aaaaaa;
	}

.tableHeading, #cartSubTotal {
	background-color: #f5feff;
	 }

#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, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
/*	color: #0075E2;*/
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
/*	color: #0075E2;*/
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
#cartBoxListWrapper a {
	color: #d25d00;
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.7em;
	background: #FCFCEA;
	border: 1px solid #F3ECD9;	
}
#mediaManagerHeading {
	margin-top: 5px;
	padding-top: 0 !important;
}

.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	color: #888888;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #a30101;
	}

#productPrices, #reviewsInfoDefaultPrice {
	font: bold 16px arial;
	color: #a30101;
	margin: 0 0 6px 0;
	display: block;
}
.orderHistList {
	margin: 0;
	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: 0px 15px 15px 10px ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {
	font-size: 10px;
	color: #83785c;
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
/*	border: 1px solid #e6e6e6;*/
	height: 1%;
	margin: 27px 0;
/*	padding: 12px;*/
	}

h2.centerBoxHeading {
	font: bold 20px Arial;
	color: #4e637e;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 2px 0;
	margin: 24px 0 15px 0 !important;
}

h2.productGeneral {
	border-bottom: none;
	
}
.centerBoxWrapper h2 {
	margin: 0 0 15px 0 !important;
}

/*sideboxes*/
.columnLeft {
	
	padding-right 28px;
	padding-left: 10px;
}
.columnRight {
	padding: 0 0 0 28px;
}

h3.leftBoxHeading, h3.rightBoxHeading {
	font: bold 1.1em arial;
	color: #ff9900;
	background: url("../images/storeclouds_02.png") no-repeat right top;
	}

h3.leftBoxHeading, h3.rightBoxHeading {
	color: #ff9900;
	background: url("../images/storeclouds_02.png") no-repeat right top;
	}

h3.leftBoxHeading a, h3.rightBoxHeading a {
	font: normal 11px verdana, arial;
	color: #ff9900;
	text-decoration: underline;
	}


h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #333;
	text-decoration: none;
	} 
.sidebox-header-left {
	background: url("../images/storeclouds_01.png") no-repeat left top;
	colour: #ff9900;
	padding: 0 0 0 0.3em;
}
.main-sidebox-header-left {
	background: url("../images/main_sidebox_left-trans.png") no-repeat left top !important;
	colour: #ff9900;
	padding: 0 0 0 0.3em;
}
.main-sidebox-header-right {
	background: url("../images/main_sidebox_right.gif") no-repeat right top !important;
	padding: 0 0 0 0.3em;
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font: bold 1.1em arial;
	color: #ff9900;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.4em 0.3em 0.4em 0.4em !important;
	}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 16px;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin: 16px 0 4px 0;
	}

.sideBoxContent {
	border: 1px solid #E6E6E6;
	border-top: none;
	background-color: #ffffff;
/*	padding: 0.7em 0.4em 1em 0.4em;*/
	padding: 0.7em 0.9em;
	}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	font: normal 11px verdana;
	color: #454545;
	line-height: 17px;
}
.sidebox-products {
	display: block;
	color: #d25d00 !important;
	padding: 2px;
}
#shoppingcartContent {
	background: #FFFFFF !important;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #ff9900;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.additionalImages a {
	text-decoration: none;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin: 0 0 0 8px;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}
#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top {
	font: 12px arial;
	text-decoration: none;
	padding: 0 0 0 9px;
	background: url("../images/arrow.gif") no-repeat 0 4px;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
.categories-top-list {
	padding: 4px 0;
	background: url("../images/dotted_line.gif") repeat-x 0 top;
}
.no-dots {
	background: none;
}
.sub-count {
	color: #aaaaaa;
	line-height: 12px !important;
}

.subcategory {
	padding: 0 0 6px 12px;
}
.subcategory a {
	line-height: 12px !important;
}

A.category-subs, A.category-products {
	color: #0075E2;
	text-decoration: underline;
	}
A.category-subs:hover, A.category-products:hover {
	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;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #f4f4f4;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #fdfdfd;
	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: #dadada;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #cfd8e6;
	background-image: url(../images/tile_back.gif);
	height: 2em;
/*	color: #FFFFFF;*/
	}

.tabTable {
	margin: 6px 0 4px 0;
}
.tabTable td {
	padding: 12px 8px;
	text-align: left;
}

.productListing-even {
	background-color: #f7f7f3;
}

#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;
	}



/*
#bulb {
 height: 185px;
 position: relative;
 text-align: center;
 width: 370px;
padding-right: 15px;
 float: right;
}
*/

#bulb {
 height: 185px;
 position: relative;
 text-align: center;
 width: 370px;
 margin-top:10px;
}

#monoSlideshowmask {
 width: 370px;
 height: 185px;
 left: -11px;
 position: absolute;
 top: 0;
 z-index: 9;

}

#monoSlideshow {
 width: 270px;
 height: 185px;
 position: absolute;
 
 
}


#categoriesHeading {
color: #ffffff;
background: url("../images/main_sidebox_right.gif") no-repeat right top !important;

}


.sideBoxContent ul a:hover, .category-top:hover  {
margin-left:5px;
color: #ff9900;
}

.ssl  {
}




/* slider */
#page-wrap 									{ width: 520px; position: relative; min-height: 280px;
											  background: url(../images/sliderbg.png) top center; }
#slider-wrap								{ width: 451px; position: absolute; top: 35px; left: 35px; }
#slider { /*background:#fff url(../images/grad-bg.jpg)*/ repeat-x bottom; height:285px; visibility:hidden; width:451px;  }
#slider img { border:none; padding:0; }
#slider ul { padding:0; }
#slider ul li { background:none; margin:0; padding:0; }
.panel { height:285px; width:451px; }

.loader { background:#fff url(../images/loading.gif) no-repeat scroll center center; }

.panel .panel-overlay, .panel .overlay-background {
height:48px;
padding:8px 12px;
}
.panel .overlay-background {
background:#222222 none repeat scroll 0 0;
}


.panel .panel-overlay, .panel-overlay a, .panel-overlay a:visited  {
color:#fff;
font-size:1em;
line-height:1.3em;
text-align:justify;
border-bottom:none;
text-decoration: none;
}

.panel-overlay a:hover {text-decoration:underline;color:#fff;}
#content .panel .panel-overlay a {
color:#fff;
border-bottom:none;
}

.filmstrip {
padding-top:15px;
}

.frame .img_wrap {
border:1px solid #999;
}
.frame.current .img_wrap {
border-color:#fe9900;
}
.frame img {
border:medium none;
}
.frame .caption {
color:#888888;
font-size:11px;
text-align:center;
}
.frame.current .caption {
color:#000000;
}
.pointer {
border-color:#fe9900;
}

.date {
	font-size:smaller;
	color:#fe9900;
	font-weight:bold;	
}
.news {
	padding-bottom:5px;
 	font-size: 1em;
 	line-height: 1.65em;
 	text-align: justify;
 	font-weight:normal;
	padding-left:10px;
}

.news a:hover {
	color:#fe9900;
}
 
h5 {
	border-bottom: thin #fe9900  solid;	
	margin-bottom:5px;
}

.hompageRow2{
	padding-top:15px;
}

.help{
	position:relative;
	padding-left:8px;
	cursor:help;
}

/*Tootlip*/

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip.helptext {
	font-family: Arial;
	color:#333333;
	width: 313px;
	height:105px;
	padding:20px;
	opacity: 0.9;
	background: url('../images/tooltipcloud-trans.png') no-repeat;
	
	
}
#tooltip.helptext h3 {
	margin-bottom: 0.25em;
	margin-top: 0.65em;
	font-size: 12pt;
	width: 300px;
	text-align: left;
	margin-left:80px;
	color:#ff9900;
}
#tooltip.helptext div { width: 290px; text-align: left; margin-left:10px; }

#productTellFriendLink {float:left;}
.opacity:hover { filter:Alpha(Opacity=100); opacity:1; }
.opacity{ filter:Alpha(Opacity=90); opacity:.90; }
.hompageColright{float:right; width:230px;}


/*Form*/

.defaultText, .hard { color:#eb6f00;  }
.defaultTextActive, .soft{ color: #b6b6b6; font-style: italic; }
textarea{font-family: arial, helvetica, sans-serif; font-size:12px; }
select{width:152px;}
	

#quickform {
 
 height: 266px;
 position: absolute;
 right: 35px;
 width: 157px;
 margin-left:150px;
 margin-top:60px;
 z-index: 1010!important;

}
/*@media screen and (-webkit-min-device-pixel-ratio:0) { #quickform input{ right: 85px;} } */

#landingform {
 width: 80%;
 z-index: 1010!important;
}
#landingform input.error, textarea.error, select.error { background-color:#FF9; border:1px solid #ff9900; }
#landingform label.error { background:#FF9 url(../images/warning_light.png) no-repeat ; color:#f00; cursor:pointer; font-family:Arial, Helvetica, sans-serif; font-size:1em; font-variant:small-caps;line-height:13px; padding:5px 5px 5px 32px; text-align:left; text-indent:20px; width:135px; bottom:0px; z-index:1210!important; margin-left:15px;}


#quickform textbox {width:95%;}
#quickform select {width:98%;} 
#quickform input {width:95%;min-width:144px;}

#quickform input.error, textarea.error, select.error { background-color:#FF9; border:1px solid #ff9900; }
#quickform label.error { background:#FF9 url(../images/warning_light.png) no-repeat 2px 2px; color:#f00; cursor:pointer; font-family:Arial, Helvetica, sans-serif; font-size:1em; font-variant:small-caps;line-height:13px; padding:19px 10px 19px 10px; position:absolute; text-align:left; text-indent:20px; width:135px; bottom:88px; left:1px; z-index:1210!important; }

#contactUsForm input.error, textarea.error, select.error { background-color:#FF9; border:1px solid #ff9900; }
#contactUsForm label.error { background:#FF9 url(../images/warning_light.png) no-repeat ; color:#f00; cursor:pointer; font-family:Arial, Helvetica, sans-serif; font-size:1em; font-variant:small-caps;line-height:13px; padding:5px 5px 5px 32px; text-align:left; text-indent:20px; width:135px; bottom:0px; z-index:1210!important; margin-left:15px;}


.diagram {
	line-height:2em;
	margin-top:1em;
}

.diagram li{
	margin-bottom:2em;
}


.wrapperAttribsOptions .back select {width: 480px;}

/*
iframe#ifrm { 
    width:90%;
    border:1px solid #d0d0d0;
	margin-left:36px;
    }
*/

#productsListingTopNumber {display:none;}
#productsListingBottomNumber {display:none;}



#chooser_wrap 									{ width: 760px; position: relative; min-height: 380px;
											  background: url(../images/chooserbg.png) top left; }
#product_chooser_wrap								{ width: 749px; position: absolute; top: 33px; left: 35px; }




#gradient{
	position:absolute;
	width:50px;
}

#why_yes_wrapper{
	position:relative;
	top:-50px;
}
#why_yes_box{
	width:230px;
	height:180px;

}

#why_yes{
	background: url(../images/why_yes_solar_2.jpg) no-repeat;
	display:block;
	height: 180px;   
	width: 230px; 	
	padding:0px;
	margin:0px;
}
#why_yes:hover{
	background-position:  0 -180px; 
}

.justified{ 
 text-align: justify;

}


div.sc_menu_wrapper {
	position: relative; 	
	height: 430px;
	width: 224px;
	overflow: auto;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 50px;
	left: 10px;
	margin: 0 auto;
	padding: 10px;
	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}

.sc_menu_tooltip {
	display: block;
	position: absolute;
	padding: 6px;
	font-size: 12px;	
	color: #fff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
}

.conditions {
font-size:smaller;
font-style:italic;
}

.orange{
color: #ff9900;
}






#quote_header {
	background: url(../images/quote1.png) no-repeat;
	width:222px;
	height:99px;
 	position: absolute;
 	left: 90px;
	top:95px;
	z-index: 1999;
}
	
#quote_header:hover {
	background: url(../images/quote2.png) no-repeat;

}

#getaquote, #retrieveaquote, #checkout {
	background: url(../images/button-trans.png) no-repeat;
	width:144px;
	height:41px;
 	position: relative;
	
}
	
#getaquote:hover, #retrieveaquote:hover, #checkout:hover {
	background: url(../images/button_hover-trans.png) top left no-repeat;
	width:144px;
	height:41px;
 	position: relative;
}




.quote_cta {
	width:200px;
	float:left;
	position:relative;
	}
.quote_cta h4{
	text-align:center;
	color:#999;
	}
	
#getaquote, #retrieveaquote, #checkout, #quote_panel, #offer_panel{
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
		}
		
#quote_panel {	
width:610px;
		}
		
#offer_panel {	
width:560px;
		}