/**
 * 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, verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000001;
	}

a img { border: none; }

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

a:active {
	color: #f1c85d;
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0em 0;
	}

h1 {
	font-size: 18px;
	color: #f2c712;
	font-weight:normal;
	padding: 5px 0 5px 0; 
	margin: 10px 10px 10px 0;
	}

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

/*  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 {
	font-size: 1em;
	margin: 0.1em;
	}
input[type="hidden"] {
	display: none;
}

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;
	color: #FFF;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

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

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

#list_manufacturers {
  float: left;
  margin-left: 10px;
  margin-top: 14px;
}  
  
#trailimageid h1 {color: #000;}	
	
/*wrappers - page or section containers*/
#mainWrapper {
	vertical-align: top;
	margin: auto;
	background-color:#011e40;
	}

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

#headerWrapper {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 274px;
}	
	
#logoWrapper{
	text-align: center;
	padding-left: 9px;
	padding-bottom: 15px;
	}

#page-banner-top {
  float:right;
  margin-right:20px;
  top:45px;
} 
#page-banner-top a:link, #page-banner-top a:visited, #page-banner-top a:active {text-decoration: none;color: #000; }
#page-banner-top a:hover {color: #f1c85d;}
#page-banner-top img { margin-bottom: 2px; border: 5px #fff solid;}
#page-banner-top { padding-bottom: 10px;}

#page-banner-top div {float: left; padding-left: 10px;}

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

#contentTop {
	width: 100%;;
	margin: auto;
}

#contentMainWrapper {
	margin: auto;
	width:100%;
	background:transparent url(../images/bg-content-main-wrapper.png) repeat-x bottom left;
}

#navBreadCrumb {
	background: url(../images/content_bg.gif) repeat-y center top;
	padding: 5px 10px 0px 25px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px -2px -1px;
}

#columnMiddle {
	width: 100% !important;
}
.centerColumn {
	width: 98%;
	padding: 0px 10px 0px 10px;
	margin: 0 10px 0 0;
}

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

#crossSell .additionalImages {
	text-align: center !important;
}
#mi_container {
	float: left;
} 
.centerBoxWrapper {
	height: 1%;
	margin: 1.1em 0 0 0;
}

h2.centerBoxHeading {
	font-size: 14px;
	padding: 10px 0px 0px 0px;
	color: #FFF;
	height: 1.5em;
	width: 100%;
	margin: auto;
	clear: both;
}

#specialsDefault{
	width: 100%;
	margin: auto;
}

.centerBoxWrapper {
	position: relative;
	left: -10px;
}

.content_main {
	padding: 0px 10px 0px 10px;
	margin: auto;
}

.content_footer{
	width: 100%;
	height: 21px;
	margin: auto;
}

 #specialsDefault .centerBoxContentsSpecials {
	float: none !important;
	margin: 20px auto 20px auto !important;
	width: 180px !important;
	height: 170px !important;
	padding: 30px 10px 0px 10px !important;
	color: #ffffff;
	background-color: #000000;
	font-size: 14px !important;
}

#specialsDefault .centerBoxContentsSpecials img{
	padding-bottom: 5px !important;
}

 #specialsDefault .centerBoxContentsSpecials a:link,  #specialsDefault .centerBoxContentsSpecials a:active,  #specialsDefault .centerBoxContentsSpecials a:visited {
	color: #ffffff;
}

.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, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 0em;
	font-weight: bold;
	color: #ffffff;
	}

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

#navMain {
	background-color: #000000;
	height:29px;
	border-bottom:5px #f0c50f solid;
	padding-right: 8px;
}

#navMain ul {
	margin:0;
	padding: 6px 0;
	float:right;	
}

#navCatTabs ul {
	margin: 0;
	padding: 0em;
	list-style-type: none;
	text-align: center;
	line-height: 20px;
	}

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

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 1em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	margin: 10px auto 10px auto;
	height: 1%;
	border: 1px solid #9a9a9a;
	padding: 4px
	}

#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 {
	background:transparent url(../images/bg-search-header.png) no-repeat top right;
  clear:both;
  float:right;
  height:37px;
  margin-right:20px;
  width:250px;
	}
	
#navMainSearch form{
	display: block;
}

#main_search_input {
  background-color:#ECECEC;
  border:medium none;
  color:#333333;
  display:block;
  float:left;
  font-size:13px;
  height:13px;
  margin:8px 0px 0 7px;
  padding:4px 4px 4px 6px;
  width:169px;
}

#main_search_submit {
	background: transparent url(../images/search_submit.png) no-repeat scroll left top;
	color: #000000;
  height:28px;
  margin:5px 0 0 13px;
  padding:0;
  width:45px;	
  border: none;
	cursor: pointer;
	display: block;
	float: left;
}

#navEZPagesTop {
	font-size: 0.95em;
	margin: auto;
	height: 23px;
	}

#navEZPagesTopContainer {
	margin: auto;
	width: 820px;
}

#navEZPagesTop a {
	background-image: url(../images/topmenu_bg.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 123px;
	height: 19px;
	margin: 0px 2px 0px 2px;
	padding: 5px 0 0px 0;
	text-align: center;
	font-weight: bold;
}

#navEZPagesTop a:link, #navEZPagesTop a:active, #navEZPagesTop a:visited{
	color: #ffffff;
	text-decoration: none;
}

#navEZPagesTop a:hover{
	color: #f1c85d;
	text-decoration: none;
}

#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;
	}
#productDetailsList {
	margin-left: 20px;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	text-align: left;
	margin: 1em;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 2px solid #EEEEEE;
	}
TR.tableHeading {
	background-color: #000000;
	color: #ffffff;
	height: 2em;
	}
	
#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;
	}

#scUpdateQuantity {
	width: 2em;
	}

#shoppingcartHeading span {
	padding-top: 30px !important;
}
.cartQuantity {
	width: 4.7em;
	}

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

.cartOldItem {
	color: #dcb356;
	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;
	font-size:1.2em;
	font-weight:bold;
	}
.productPriceDiscount {display: none;}

.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;
	}
.lineTitle {
	width:70%;	
}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
  
.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

/*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 {
	background: url(../images/sidebox_header_l.png) no-repeat;
}
.rightBoxHeading {
	background: url(../images/sidebox_header_r.png) no-repeat;
}
.leftBoxHeading, .rightBoxHeading {
	width: 200px;
	height: 30px;
	margin: 0em;
}

.leftBoxHeading span, .rightBoxHeading span {
	display: block;
	text-align: left;
	width: 160px;
	font-size: 14px;
	color: #dcb356;
	text-transform: uppercase;
}

.leftBoxHeading span a:link, .leftBoxHeading span a:active, .leftBoxHeading span a:visited, .rightBoxHeading span a:link, .rightBoxHeading span a:active, .rightBoxHeading span a:visited {
	color: #dcb356;
}

.leftBoxHeading span a:hover, .rightBoxHeading span a:hover {
	color: #ffffff;
}

.leftBoxHeading span {
	padding: 8px 0 0 5px;
}

.rightBoxHeading span {
	padding: 40px 10px 0px 45px;
}

.leftBoxContainer, .rightBoxContainer {
	color: #FFFFFF;
}

.leftBoxContainer ul, .rightBoxContainer  ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.leftBoxContainer ul li a, .rightBoxContainer  ul li a{
	display: block;
}

.sideBoxContent a:link, .sideBoxContent a:active, .sideBoxContent a:visited, .leftBoxContainer ul li a:link, .leftBoxContainer ul li a:active, .leftBoxContainer ul li a:visited, .rightBoxContainer ul li a:link, .rightBoxContainer ul li a:active, .rightBoxContainer ul li a:visited{
	color: #ffffff;
	text-decoration: none;
}

.sideBoxContent a:hover, .leftBoxContainer ul li a:hover, .rightBoxContainer ul li a:hover {
	color: #f1c85d;
	text-decoration: none;
}

.leftBoxContainer ul li, .rightBoxContainer  ul li{
	clear: both;
	padding: 2px 0px 1px 15px;
	font-size:12px;
	background: transparent url(../images/bullet-menu.gif) no-repeat top left;
}

.leftBoxContainer .sideboxCatImage {
	float: left;
	width: 15px;
	height: 15px;
	padding-right: 3px;
}

.rightBoxContainer .sidebox_products_link {
	text-align: right;
	width: 80%;
	
}

.rightBoxContainer .sideboxCatImage {
	text-align: right;
	width: 15px;
	height: 20px;
}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	text-align: left;
	font-size: 10px;
	}

.leftBoxContainer .sideBoxContent {
	background: url(../images/sidebox_content_l.png) repeat-y;	
	padding: 0 40px 0 5px;
	width: 128px;
	}

.rightBoxContainer .sideBoxContent {
	background: url(../images/sidebox_content_r.png) repeat-y;
	padding: 0 5px 0 40px;
	width: 128px;
	text-align: right;
	}	
	
.leftBoxFooter, .rightBoxFooter {
	padding: 0 40px 0 5px;
	width: 128px;
	height: 20px;
}
.leftBoxFooter {
	background: url(../images/sidebox_footer_l.png) repeat-y;	
}
.rightBoxFooter {
	background: url(../images/sidebox_footer_r.png) repeat-y;		
}

#dragonssideboxHeading img {
	position: relative;
	top: -10px;
	left: 0px;
}

#fairiessideboxHeading img {
	position: relative;
	top: -10px;
	left: 0px;
}

#gargoylessideboxHeading img {
	position: relative;
	top: -10px;
	left: 10px;
}

#skullssideboxHeading img {
	position: relative;
	top: -10px;
	left: 5px;
}

#craftysyntaxsideboxContent {
	padding-top: 5px;
}

.sidebox_products_link img {
	width: 11px;
	padding: 0px 2px 0px 2px;
}

.rightBoxContainer #shoppingcartContent {
	background: url(../images/sidebox_cart_content_r.png) repeat-y !important;
	padding: 0 5px 0 38px !important;
	width: 131px;
}
.rightBoxContainer #shoppingcartHeading{
	background: url(../images/sidebox_cart_header_r.png) no-repeat;
}

#s_cart_checkout {
	background-color: #330033;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#s_cart_checkout a:link, #s_cart_checkout a:visited, #s_cart_checkout a:active {
	color: #dcb356;
}

#s_cart_checkout a:hover {
	color: #ffffff;
}
	
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, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, #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, #specials .wrapper { margin: 0; }

#bestsellers ol, #specials ol {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	}

#bestsellers li, #specials li { padding: 0 0 10px 0; margin: 0em; list-style:none; width:180px; display:block; text-align:center; font-size:12px }

#bestsellers li .price, #specials li .price { color:#f0c50f; }

#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: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	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: #0c3667;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #011e40;
	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
	}

.productListing-rowheading {
	background-color: #707070;
	height: 30px;
	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: #1e4a80 url(../images/bg-featured-box.png) repeat-x top left;
	}
.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;
	}
	
#navSuppWrapper {
	width: 100%;
	margin: auto;
	padding-top: 5px;
}
#navSupp {
	text-align: center;
	padding: 10px 0px 8px 0px;
}

#navSupp table {
	width: 600px;
}

#navSupp ul {
	margin: 0;
	padding: 0em;
	list-style-type: none;
	text-align: left;
	line-height: 20px;
}

#page-footer {
	margin: 0em;
	background: transparent url(../images/bg-page-footer.png) repeat-x top left;
	color: #ffffff;
	height:74px;
}

#accepted-payment-icons { vertical-align:middle; width:250px; text-align:center; padding:10px 0 5px 10px; }
#footer-contents { vertical-align:middle; width:100%; text-align:center; }

#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	color: #ffffff;
}

#siteinfoLegal a:link, #siteinfoCredits a:link, #siteinfoStatus a:link, #siteinfoIP a:link {
	color: #ffffff;
}

#siteinfoLegal a:hover {
	color: #ff0000;
}

#featuredProducts {
	background: #1e4a80 url(../images/bg-featured-box.png) repeat-x top left;	
	padding:10px 15px 10px 20px;
	margin-top: 20px;
}
#featuredProducts .image { float:left; margin-right:15px; }
#featuredProducts .featured_product_name { font-size:18px; color:#FFF; }

h2#category_selector_heading, .selector_heading { color:#f0c50f; font-size:17px; padding:15px 0 10px 0; float: left; width: 160px;}
#category_selector { font-size: 13px; width:230px; padding:2px; float: left; margin-top:14px; margin-right: 20px;}
#sorter {
  float: right;
}
#alpha_sorter {
  float: right;
  width: 270px;
}
#sorter label, #alpha_sorter label {
  float: left;
}
#sorter select, #alpha_sorter select {
  float: left;
}

#indexDefaultMainContent h1 { color:#FFF;	border-bottom: 1px #AAAAAA solid; }

#productListing .tabTable, #newProductsDefault .tabTable { border:1px #707070 solid; }
#productListing .tabTable td, #newProductsDefault .tabTable td { padding: 15px 10px; border-bottom:1px #314357 solid; vertical-align:top; }
#productListing .tabTable h3, #newProductsDefault .tabTable h3 { font-size:16px; font-weight:normal; text-align:left; }
#productListing .tabTable h3 a, #newProductsDefault .tabTable h3 a { color:#f2cc23; }
.tabTable .listingDescription { text-align:left; }
input.cart_quantity { width:75px; }

.tabTable .listingDescription .model { padding:5px 0 2px 10px; font-weight:bold; }
.tabTable .listingDescription .manufacturer { padding:0 0 5px 10px; font-weight:bold; }
div.navSplitPagesLinks a, div.navSplitPagesLinks strong { padding: 0 4px; }
.tabTable .productListing-heading { text-align:left; font-size:18px; color:#f0c50f; text-transform:uppercase; font-weight:normal; padding-left:15px; }
.tabTable th.productListing-data { padding:15px; }
#indexDefaultMainContent img, .productListing-even > .productListing-data:first-child > a > img, .productListing-odd > .productListing-data:first-child > a > img {border: 4px #fff solid;}

#indexHomeBody {
  background-color: #EBEBEB;
}
.mainpage {
background:#EBEBEB url(../images/splash.jpg) no-repeat scroll top center;
height:740px;
width:100%;
}
#homeMenu {margin:0 auto;width:910px;}
#homeMenu ul{list-style: none;
margin:0;
position:relative;
top:662px;}
#homeMenu ul li {float:left;
font-weight:bold;
padding-right:46px;}

#combinationDiscountPolicy input[type="image"] {
  position: relative;
  top: 6px;
}
#manufacturersContent {
  padding-right: 0px !important;
  padding-left: 17px !important;
}
#manufacturersContent select {
  width: 153px !important;
  height: 70px !important;
}