/**
 * 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: Georgia, Times, san-serif;*/
	font-family:Arial, "Helvetica", sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #F1F5F9;
	}

a img {border: none; }

.smalltext1 {
	text-align: center;
	color:#333333;
	font-weight:400;
	font-size:11px;
	}

.save {
	text-align: center;
	color:#666666;
	font-weight:400;
	font-size:11px;
	}
	
.norm {
	font-family:Tahoma;
	text-align: center;
	color:#981B1E;
	font-weight:bold;
	font-size:14px;
	}


a:link, #navEZPagesTOC ul li a {
	color: #2778BA;
	text-decoration: none;
	}
 
a:visited {
	color: #2778BA;
	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: #161E42;
	}

a:active {
	color: #161E42;
	}

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: 1.0em;
	margin: 0.1em;
	margin-right:5px;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #fffeee;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	margin-bottom:25px;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	font-size:12px;
	}
	LEGEND img {
		vertical-align:middle;	
	}
LABEL, h4.optionName {
	font-weight:400;
	line-height:1.5em;
	width:140px;
	margin-top:2px;
	}
	h4.optionName {
		padding-left:20px;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin:0px;
	font-size:11px;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	float: left;
	width:150px;
	}

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;
	font-size:11px;
	border:solid 1px #cccccc;
	margin-bottom:15px;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #ffffff;
	}

/*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;
	}

/*network header - common header for booksmart sites*/
#network-header-container {
	width:100%;
	margin: 0px 0px 20px 0px;
	background-color: #030723;
	color: #cccccc;
	font-size: 1.2em;
	text-align: center;
}
	.header-container {
		width:1000px;
		margin:0px auto;
		position:relative;
	}
	
	#header{
		position: relative;
		width: 100%;
		background:#fcc;
		height: 115px;
		margin: 0px;
		padding: 0px;
		background: url(../images/hdr_bg_rpt.png) repeat-x;
		background-color:#0d1e4c;
	}
	
	#header div.logo {
		position: absolute;
		width: 307px;
		height: 31px;
		top: 47px;
		left: 5px;
		background: url(../images/hdr_logo.png) no-repeat;
	}
	
	#header div.logo a {
		display: block;
		text-decoration: none;
	}
	
	#header div.phone {
		position: absolute;
		top: 53px;
		left: 325px;
		width: 130px;
		height: 25px;
		background: url(../images/800_num.png) no-repeat;
	}
	
	#header div.tab {
		position: absolute;
		top: 3px;
		right: 100px;
		width: 134px;
		height: 14px;
		background: url(../images/client_login_tab.png) no-repeat;
	}
	
	#header div.tab a {
		display: block;
		text-decoration: none;
	}
	
	#header ul {
		position: absolute;
		top: 30px;
		right: 0px;
		background-color:#040E30;
		padding:10px 10px 10px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	#header ul li {
		display: inline;
		list-style-type: none;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		padding: 5px;
	}
	
	#header ul li.store {
		background-image:url(../images/bg-store-link.gif);
		background-position:0px 2px;
		background-repeat: repeat-x;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}	
		#header ul li.store a {
			font-weight:800;
			padding:0px 4px;
		}
			#header ul li.store a:hover {
				color:#c9defd;
			}
	#header ul li.printing {
		background-image:url(../images/bg-printing-link.gif);
		background-position:0px 2px;
		background-repeat: repeat-x;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}	
		#header ul li.printing a {
			padding:0px 4px;
		}
			#header ul li.printing a:hover {
				color:#c9defd;
			}
	#header ul li.atelier {
		background-image:url(../images/bg-atelier-link.gif);
		background-position:0px 2px;
		background-repeat: repeat-x;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}	
		#header ul li.atelier a {
			padding:0px 4px;
		}
			#header ul li.atelier a:hover {
				color:#c9defd;
			}
		/*#header ul li.store span {
			display: inline;
			line-height: 20px;
			height: 20px;
			background: url(../images/nav_over_store_lt.png) no-repeat left top;
			float:left;
			position:relative;
			top:-3px;
			width:60px;
		}
		
			#header ul li.store span a,
			#header ul li.store span a:hover {	
				display: block;
				color: #fff;
				line-height: 20px;
				height: 20px;
				background: url(../images/nav_over_store_rt.png) no-repeat right top;
				font-weight:800;
			}*/
	
	#header ul li a {
		color: #fff;
		text-decoration: none;
	}
	
	#header ul li a:hover {
		color: #4878a5;
	}
	
	#header ul li img  {
		position: relative;
		top: 2px;
	}
	
	#header ul li.dvdr {
		color: #5c779d;
	}
	
	/* @end */
	
	/* @group Navigation Bar */
	#navbar{
		background: url(../images/menu_bg_rpt.png) repeat-x;
		height: 32px;
		line-height: 32px;
		border-top: 1px solid black;
		/*padding-left: 10px;*/
	}
	
	#navbar table {
		width:1000px;
		margin:0px auto;
	}
	
	#navbar table td {
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		font-family: "Georgia", "Times New Roman", "Arial";
		text-transform: uppercase;
		padding: 0px 5px 0px 5px;
		text-align: left;
	}
	
	#navbar table td.down {
		padding: 0px;
	}
	
	#navbar table td.down span {
		display: block;
		line-height: 20px;
		height: 20px;
		background: url(../images/nav_down_lt.png) no-repeat left top;
	}
	
	#navbar table td.down a{
		display: block;
		line-height: 20px;
		height: 20px;
		color: #4875a2;
		background: url(../images/nav_down_rt.png) no-repeat right top;
	}
	
	#navbar table td a {
		color: #fff;
		text-decoration: none;
		padding: 0px 8px 0px 8px;
	}
	
	#navbar table td a:hover {
		color: #5c779d;
	}
	
	#navbar table td.dvdr {
		color: #5c779d;
	}
	
	#navbar table td.store {
		padding: 0px;
		padding-left: 25px;
	}
	
	#navbar table td.store span {
		display: block;
		line-height: 20px;
		height: 20px;
		background: url(../images/nav_over_store_lt.png) no-repeat left top;
	}
	
	#navbar table td.store a,
	#navbar table td.store a:hover {
		display: block;
		color: #fff;
		line-height: 20px;
		height: 20px;
		background: url(../images/nav_over_store_rt.png) no-repeat right top;
	}



/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 980px;
	vertical-align: top;
	border: 1px solid #ffffff;
	border-top:none;
	-moz-border-radius-bottomright: 4px; 
	-moz-border-radius-bottomleft: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	-webkit-border-bottom-right-radius: 4px;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
#store-branding {
	background-color:#F1F5F9;
	margin:0px -1px 0px -1px;
	padding:0px 0px 15px 0px;
	overflow:hidden;
}
	#branding-logo {
		float:left;
	}
	#branding-tagline {
		float:right;
		font-size:1.2em;
		color:#888888;
		font-style:italic;
		padding:3px 5px 0px 0px;
	}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:140px;
	overflow:hidden;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
	/*#whatsnew {
		margin:5px;	
	}
	#specials {
		margin:5px;	
	}
	#manufacturerinfo {
		margin:5px;	
	}
	#tellafriend {
		margin:5px;	
	}*/
	
#logo {
	display:none;	
}
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	display:none;
	}

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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
	
#checkoutShipping,
#checkoutPayment,
#checkoutShipAddressDefault,
#checkoutPayAddressDefault,
#checkoutConfirmDefault,
#checkoutSuccess{
	font-size:12px;
	color:#333;
}

	#checkoutShippingHeadingAddress,
	#checkoutPaymentHeadingAddress{
		margin:10px 0px;
		font-size:14px;
		color:#161E42;
	}
	#checkoutShipAddressDefaultAddress,
	#checkoutPayAddressDefaultAddress{
		margin:-10px 0 15px;
		font-size:14px;
		color:#161E42;
	}
	#checkoutShippingHeadingMethod {
		border-top:1px solid #cccccc;
		font-size:14px;
		margin:20px 0 10px 0px ;
		padding-top:10px;
		color:#161E42;
	}
	#checkoutShippingContentChoose {
		font-size:11px;
		font-weight:400;
		color:#666;
	}
	
	#checkoutConfirmDefaultBillingAddress,
	#checkoutConfirmDefaultShippingAddress {
		font-size:14px;
		color:#161E42
	}
	#checkoutConfirmDefaultPayment,
	#checkoutConfirmDefaultShipment {
		font-size:14px;
		color:#161E42;
		margin-top:15px;
	}
	#checkoutConfirmDefaultShipmentTitle,
	#checkoutConfirmDefaultPaymentTitle {
		font-weight:400;
		margin-bottom:10px;
	}
	
	#checkoutConfirmDefaultHeading {
		color:#FF9900;
		font-size:14px;
		margin-bottom:15px;
		margin-left:15px;
		margin-right:15px;
		margin-top:15px;
		text-align:center;
	}
	
	#checkoutConfirmDefaultHeadingComments,
	#checkoutConfirmDefaultHeadingCart {
		font-size:14px;
		padding-top:10px;
		margin-top:10px;
		border-top:solid 1px #cccccc;
		color:#161E42;
	}
	#ottotal {
		color:#478F27;	
	}
	.checkout-continue {
		overflow:hidden;
		border-top:solid 1px #84c876;
		padding:5px;
		margin-top:25px;
		background-color:#ddfcd6;
		color:#161E42;
	}
	.instructions {
		float:left;
		font-size:11px;
		margin-left:20px;
		width:50%;
	}

.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, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #030a26;
	background-image: url(../images/bg-top-nav-bar.gif);
	font-weight: bold;
	color: #ffffff;
	height: 30px;
	padding:0px 5px 0px 0px;
	}

#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.2em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:800;
}

#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;
	}
		#navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
			text-decoration: none;
			color: #b8d4ff;
		}


#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: 1em 1.2em;
	}
		#indexProductListCatDescription p {
			padding: 0px;
			font-family:Arial, Helvetica, sans-serif;
		}

#navMainSearch {
	float: right;
	margin-top:4px;
	width:275px;
	position:relative;
	}
	
	.advanced-search {
		border:solid 1px #384776;
		padding:1px 3px;
		width:60px;
		text-align:center;
		line-height:9px;
		font-size:9px;
		letter-spacing:0.5px;	
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		display: block;
		position:absolute;
		top:0px;
		right:0px;
		float:right;
	}
		.advanced-search a {
			color:#8facff;	
		}
			.advanced-search a:hover {
				color:#ffffff;
			}

#navBreadCrumb {
	background-color: #ffffff;
	border-top:solid 1px #ececec;
	border-bottom:solid 1px #ececec;
	font-size: 1.0em;
	font-weight: 400;
	margin: 0em;
	padding:5px;
	}

#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;
	}
	
/* Customer Account Info Bar */
#customer-account-bar {
	background-color:#fffbe1;
	border-bottom:solid 1px #ece7c7;
	padding:10px 10px 10px 15px;
	margin-bottom:15px;
	color:#666666;
	overflow:hidden;
	clear:both;
}
	h2.greeting {
		font-size:1.0em;
		font-weight:400;
		margin:0px;
	}
	ul.customer-account-links{
		margin:0px;
		padding:0px;
		list-style-position:outside;
		float:left;
	}
		ul.customer-account-links li {
			list-style-type:none;
			float:left;
			margin-right:15px;
			font-size:1.1em;
		}	
	ul.customer-account-tools{
		margin:0px;
		padding:0px;
		list-style-position:outside;
		float:right;
	}
		ul.customer-account-tools li {
			list-style-type:none;
			float:left;
			margin-left:15px;
			font-size:1.1em;
		}	

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

#mailinglistbtn {border:none;}

h3#mailinglistbtnHeading {display:none;}

#trackordersbtn {border:none;}

h3#trackordersbtnHeading {display:none;}

#contestsbtn {border:none;}

h3#contestsbtnHeading {display:none;}

#socialmedia {border-top:solid 1px #D2D7DA; overflow:hidden; text-align:center; padding:10px 0px}

h3#socialmediaHeading {display:none;}

/*.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: 10px 5px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size:1.1em;
	}

.legalCopyright a:hover { color:#ffffff;}

/*Shopping Cart Display*/
#cartAdd {
	text-align: center;
	border: 1px solid #cccccc;
	padding: 10px;
	background-color:#fffcef;
	/*width:94%;*/
	font-size:12px;
	color:#333333;
	}

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

.tableHeading, #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, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 5px;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 5px;
	font-size:1.0em;
	font-weight:800;
	}

#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;
	font-size:12px;
	color:#478F27;
	margin:5px 0px 10px 0px;
	}

.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;
	margin:10px;
	}

.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 ;
	}
	
	.navNextPrevWrapper {
		background-color:#f4f4f4;
		margin-bottom:15px;
		color:#666666;
		font-size:11px;
		padding-bottom:5px;	
	}

h1#productName {
	color:#030A26;
	font-size:16px;
	position:relative;
}
#productMainImage {
	
}

#productQuantityDiscounts {
	float:right;	
}
	

h2#productPrices {
	color:#478F27;
	font-size:16px;
	font-weight:800;
}
.productGeneral p {padding:0px;}

.categoryIcon {
	font-size:12px;
	border-bottom:solid 1px #ececec;
	padding-bottom:5px;
	text-align:center;
	}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {
	margin-top:15px;
	margin-bottom:10px;
	color:#666666;
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	font-size:1.0em;
	}
		.categoryListBoxContents img {
			margin-bottom:5px;	
		}

.centerBoxWrapper {
	border: 1px solid #D2D7DA;
	border-top:none;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 12px;
	color: #111224;
	}
	
#indexCategories {
}
	h1#indexCategoriesHeading {
		font-size:16px;
		font-weight:800;
		color:#030A26;
		border-bottom:solid 1px #cccccc;
		padding-bottom:5px;
		padding-right:150px;
	}
	
	#categoryDescription {
		margin-bottom:15px;	
	}
	.centerBoxWrapperContents {
		border:solid 1px #ececec;	
	}
	.categoryListBoxContents {
		font-size:1.2em;	
	}
	
/* PRODUCT LIST */

h1#productListHeading {
	font-size:16px;
	font-weight:800;
	color:#030A26;
	border-bottom:solid 1px #cccccc;
	padding-bottom:5px;
}

.categoryImg {
	background-color:#ffffff;
	border:solid 1px #cccccc;
	padding:5px;
	margin:-35px 0px 15px 15px;
	float:right;
}

/* PRODUCT LISTING TABLE / RESULTS */

#productListing {
	padding-top:5px;
	border-top:solid 1px #dddddd;
	margin-bottom:15px;
	}

#productsListingTopNumber {
	font-size:12px;
	color:#333;
	margin-bottom:5px;
}
#productsListingBottomNumber {
	font-size:12px;
	color:#333;
	margin:10px 0px 20px 0px;
}

.quantity-discount-instructions {
	background-color:#f4f4f4;
	padding:5px;
	color:#666666;
	text-align:center;
	font-size:11px;
	margin-bottom:10px;
}

.sort-instructions {
	margin:10px 0px;
	color:#666666;
	font-size:11px;
}

#productsListingListingTopLinks {
	font-size:12px;
	color:#333;
}

#productsListingListingBottomLinks {
	font-size:12px;
	color:#333;
	margin:10px 0px 20px 0px;

}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 12px;
	color: #111224;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align:left;
	padding-left:5px;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	color:#111224;
font-size:11px;
font-weight:800;
letter-spacing:0.1em;
padding-left:5px;
text-align:left;
text-transform:uppercase;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #d2d7da;
	background-image: url(../images/bg-sidebox-header.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	border: 1px solid #D2D7DA;
	border-top:none;
	margin: 0px 0px 20px 0px;
	-moz-border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-webkit-border-radius: 2px;
	}

.sideBoxContent {
	background-color: #fafafa;
	padding: 0.4em;
	}
		.sideBoxContent ul {
			margin:0px;
			padding:0px;
		}
			.sideBoxContent ul li {
				list-style-type:none;
				list-style-position:inside;
				padding:3px 0px 3px 0px;
				margin-top:-1px;
				border-bottom:solid 1px #ececec;
				color:#666666;
			}
			.sideBoxContent ul li:last-child {
				border-bottom:none;
			}	
#shoppingcartContent {
	background-color:#FFFBE1;	
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #666666;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #111224;
	}

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


#network-footer-container {
	height:186px;
	background-color:#030723;
	background-image: url(../images/bg-network-footer-container.gif);
	background-position:top left;
	background-repeat:repeat-x;
	color:#FFFFFF;
	margin-top:25px;
	padding-top:15px;
	font-size:1.0em;
}
	ul.footer-links {
		list-style-position:inside;
		margin:0px;
		padding:0px;
		width:920px;
		text-align:center;
		overflow:hidden;
		clear:both;
		margin:0px auto 20px auto;
	}
		ul.footer-links li:first-child {
			border-left:none;
		}
		ul.footer-links li {
			list-style-type:none;
			margin:0px;
			padding:0px 5px;
			text-align:center;
			border-left:solid 1px #8EBADE;
			float:left;
			font-size:1.2em;
			text-transform:uppercase;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
			ul.footer-links li a {
				color:#2778BA;
				text-decoration:none;
			}	
				ul.footer-links li a:hover {
					color:#ffffff;
					text-decoration:none;
				}	

#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: #2778BA;
	text-decoration: none;
	}
		A.category-top:hover {
			color: #161E42;
			text-decoration: none;
		}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
		A.category-links:hover {
			color: #161E42;
			text-decoration: none;	
		}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #444444;
	text-decoration: none;
	}
		A.category-subs:hover, A.category-products:hover {
			color:#666666;
			text-decoration:none;
		}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs {
	
	}
SPAN.category-subs-selected {
	font-weight: bold;
	
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	font-size:11px;
	font-weight:400;
	}

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

tr.productListing-rowheading {
		background-color: #030a26;
		background-image: url(../images/tile_back.gif);
		background-position:0px 10px;
		background-repeat:repeat-x;
		height: 40px;
		color: #FFFFFF;
		font-size:12px;
	}
		th.productListing-heading {
			font-weight:400;
			border-top:solid 10px #000000;
		}
			th.productListing-heading a {
				color:#8cbbe1;
				text-decoration:none;
				border-bottom:dotted 1px #8cbbe1;
			}
				th.productListing-heading a:hover {
					color:#ffffff;
					text-decoration:none;
					border-bottom:dotted 1px #8cbbe1;
				}
		th#listCell0-0 {
			width:70px;	
		}
		th#listCell0-1 {
			width:200px;
			padding-left:10px;
			text-align:left;	
		}
		th#listCell0-2 {
			text-align:center;
			padding-left:10px;
			width:85px;
		}
		tr.productListing-odd {
			background-color:#fff;
			padding:10px 0px;
		}
		tr.productListing-even {
			background-color:#ececec;
			padding:10px 0px;
		}
		td.productListing-data {
			padding:10px 0px;
			font-size:12px;
		}
			h3.itemTitle {
				font-size:1.2em;
				font-weight:400;
				text-align:left;
				padding-left:10px;
			}
			.listingDescription {
				font-size:1.0em;	
				text-align:left;
				color:#666;
				padding-left:10px;
			}
			.listingPrice {
				font-size:14px;
				color:#478f27;
				font-weight:800;
				display:block;
				margin-bottom:5px;
			}
			.map_pricing {
				font-size:10px;
				display:block;
				padding:0px 10px;
				color:#666666;
				font-style:italic;
			}
			td.productListing-data input[type="image"] {
				vertical-align:-8px;
			}

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

