/**
 * 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-top: 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #454545;
	line-height: 17px;
	
	}
	

a img {border: none; }

#navEZPagesTOC ul li a {
	color: #23408f;
	font-size: 9px;
	}


a:link {
	color:#23408f;	
	line-height:1.3;
	text-decoration: none;
}
a:hover {
	color:#23408f;
	line-height:1.3;
	font-weight: bolder;
}
 
a:visited {
	color: #23408f;
	text-decoration: none;
	
	line-height:1.3;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover {
	color: #23408f;
	}
	
#navCatTabs ul li a:hover {
	color: #FF0;
	}

a:active {
	color:#23408f;

	text-decoration:underline;
	line-height:1.3;
	text-align: left;
}

h1 {
	font-size: 16px;
	color: #23408f;
	padding-top: 6px;
	
	
	}

h2 {
	font-size: 13.5px;
	color: #23408f;
	}

h3 {
	font-size: 13px;
	color: #23408f;
	}

h4, h5, h6, LABEL, h4.optionName, ADDRESS, .sideBoxContent, .larger{
	font-size: 13px;
	
	}
	
LEGEND {
	background-color: #E6E6E6;
}

.biggerText {
	font-size: 12px;
	}

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 {
	display: inline;
	font-size: 12px;
	margin: 0.1em;
	}
	
INPUT {
	display: inline;
	font-size: 12px;
	
	}

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

input:focus, select:focus, textarea:focus {
	background-color: #FFC;
	}

FIELDSET {
	padding: 0.5em;
	margin: 1.5em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	
	}

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

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
.categoryListBoxContents {
	float: left;
	font-weight: bold;
	text-align: center;
	height: 110px;
	margin: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #CCC;
}

.categoryListBoxContents a{
	color: #454545;
	font-weight: bold;
	font-size: 11px;
}

.categoryListBoxContents a:hover{
	color: #F00;
	font-weight: bold;
	font-size: 11px;
}

.categoryListBoxContentsTitle {
	float: left;
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-style: solid;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F0F0F0;
	margin-bottom: 10px;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {

	float: left;
	height: 100px;
	width: 200px;
	padding: 18px;
	}

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 900px;
	vertical-align: top;
	border: thin none #CCCCCC;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}

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

#headerWrapper {
	background-color: #FFF;
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	background-image: url(../images/header_bg.gif);
	background-color: #ffffff;
	height:140px;
	width:710px;
	float:left;
	background-position: right center;
	background-repeat: no-repeat;
	}

#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%;
	
	list-style-position: inside;	
	}

.wrapperAttribsOptions {
	margin: 0em 0em;
	color: #006600;	
	}
	
.wrapperAttribsOptions ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	}
	

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper,  #navCatTabsWrapper {
	margin: 0em;
	float: right;
	padding: 0em;
	width: 100%;
	background-color: 23408f;
	height: 20px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../../../../Resources/blue_menu.jpg);	
	}
	
#navSuppWrapper {}

#navCatTabsWrapper {
	
	
}

#navMain a {
	font-size: 10px;
}

#navMainWrapper ul,#navMain ul {
	margin: 0;
	list-style-type: none;
	text-align: right;
	line-height: 1.5em;
	width: auto;
	padding: 0em;
	
	}
	
#navSupp ul {
	margin: 0;
	list-style-type: none;
	text-align:center;
	line-height: 1.5em;
	width: auto;
	padding: 0em;
	
	}
	
#navCatTabs ul {
	
	list-style-type: none;
	text-align: centre;
	width: auto;
	
	
	}
	


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

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	font-weight: bold;
	color: #ffffff;
	}
	
#navSupp ul li a {
	font-size: 9px;
	color: #666;
}
	
#navMain ul li a:hover {
	color: #FF0;		
}


#businessAccNav ul {
	float: left;
	padding-top: 3px;
	padding-left: 20px;
	
}

#businessAccNav ul li a{
	color: #FF0;
}

#businessAccNav ul li a:hover{
	color: #FFF;
	font-weight: bolder;
}

#navCatTabs ul li a {
	color: #FFFFFF;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	width: 500px;
	text-align:center;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	display: inline;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	display: inline;
	
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	width: 300px;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	text-align: center;	
	}

#navBreadCrumb {
	background-color: #ffffff;
	font-size: 12px;
	margin: 0em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 20px;
	}

#navEZPagesTop {
	background-color: #abbbd3;	
	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, .additionalImages, .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;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	
	}
	
.centerColumn {
	padding-left: 20px;
	padding-right: 10px;		
}	

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

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	padding-right: 10px;
	padding-left: 10px;	
	
	
		}
	
#cartAdd a {
	color: #FF0000;
	text-decoration: underline;	
	}
	
#cartAdd a:hover {
	text-decoration:underline;
	}

.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: 0.5em 0em;
	}

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

#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 {
	float: right;	
	}
	

	
.productSpecialPrice {
	text-align: right;
	float:right;
	color: #FF0;
	font-weight: bold;
}

.productSpecialPriceContainer {
	color: #FF0;
	font-size:14px;
	font-weight: bold;
	width: 262px;
	background-color: #23408f;
	float: left;
	height: 27px;
	line-height: 27px;
	background-image: url(../../../../images/pricebox_bg_2.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	}


.productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	float: right;
	}
	


.productPriceDiscounContainer, .normalPriceContainer {
	float: left;
	width: 262px;
	color: #23408f;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #23408f;
	margin-bottom: 3px;
}

.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-top: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
	float: left;
	}

.categoryIcon {
	margin: 18px;
	text-align: center;	

}

.categoryIcon a{
	color: #454545;
	font-weight: bold;
	font-size: 16px;
		}

#cartImage {
	
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsAlsoPurch, .centerBoxContentsNew {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 150px;	
	}

.centerBoxWrapper {
	
	
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #23408f;
	}

/*sideboxes*/
.columnLeft {
	
}
.columnRight {
	
}

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

h3.leftBoxHeading, h3.rightBoxHeading {
	color: #ffffff;
	background: url("../images/sidebox_right.gif") no-repeat right top;
	}

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


h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 
.sidebox-header-left {
	background: url("../images/sidebox_left.gif") no-repeat left top;
	padding: 0 0 0 0.3em;
}
.main-sidebox-header-left {
	background: url("../images/main_sidebox_left.gif") no-repeat left top !important;
	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;
}

.no-sidebox-header-left, .no-sidebox-header-right {
	padding: 0 0 0 0.3em;
	background-image: none;
}

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

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	
	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: #0075E2 !important;
	padding: 2px;
}
#shoppingcartContent {
	background: #f4fcfd !important;
}
.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, #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;
	}
	
#cartEmptyText {
	color: #333;
	font-size: 16px;
	text-decoration: underline;
	padding-bottom: 20px;
}
	
	
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a {
	color: #333;
	margin: 1px 8px;
}

.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-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	
	}
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, #CartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #23408f;
	height: 2.2em;
	color: #FFFFFF;
	background-position: left center;
	background-repeat: repeat-x;
	background-image: url(../../../../../../Resources/blue_menu.jpg);
	}

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

#cartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

#sideBarLeft {
	height: auto;
	width: 200px;
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin-bottom: 18px;
}

.CategoryFrame {
	background-color: #DFDFFF;
	float: left;
	height: auto;
	width: 180px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


.CategoryFrame ul {
	list-style-type: none;
	list-style-position: outside;
	display: block;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.CategoryFrame ul li {
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
}




.categoryHeader {
	background-color: #23408f;
	color: #454545;
	text-align: center;
	font-size: 13px;
	height: 20px;
	
	font-weight: bold;
	text-decoration: underline;
}

.CategoryFrame .categoryHeader a{
	color: #454545;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	background-color: none;
}

.CategoryFrame a{
	font-size: 13px;
	color: #454545;
	font-weight: normal;
	text-decoration: none;	
}

.CategoryFrame a:hover{
	color: #454545;
	font-weight: bold;
	text-decoration: underline;
	
}


#sideBarLeft .CategoryFrame .categoryHeader a:hover {
	color: #FFFF00;
	font-weight: bolder;
	font-size: 13.5px;
	background-color: #23408f;
	text-decoration: underline;
}

#sideBarLeft .CategoryFrame .more {
	float: right;
	color: #23408f;
}
#sideBarLeft .CategoryFrame .more a {
	color: #23408f;
	text-decoration: none;
}

#wp-calendar {
	margin-left: 22px;
	margin-bottom: 10px;
		}

#headContainer {
	height: 140px;
	width: 100%;
	float: left;
}

#headContainerLeft {
	height: 100px;
	width: 200px;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 10px;
}

#headContainerCentre {
	float: left;
	height: 80px;
	margin-top: 40px;
}
#headContainerRight {
	float: right;
	height: 100px;
	width: 200px;
	background-image: url(../../../../Resources/FREEDELIVERY.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menuBar {
	width: 100%;
	background-repeat: repeat-x;
	background-color:#23408f;
	height: 45px;
	float: left;
	background-position: left top;
	background-image: url(../../../../Resources/blue_menu.jpg);
}

#menuBar ul {
	
}

#menuBar ul li{
		
}

#menuBar ul li a{
	
	
}

#menuBar ul li a:hover{
	
}

#menuBar2 {
	width: 100%;
	height: 30px;
	float: left;
	background-position: left top;
	background-color: #d2232a;	
	
}



#searchContainer {
	font-size: 14px;	
	font-weight: bold;
	color: #23408f;
	
}

.productListing-heading a {
	color:#fff;
	}
	
.productListing-data {
	font-weight:bold;
	color:#23408f;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFF;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
	}
	
.productListing-data a {
	text-decoration: underline;		
}
	
#productInfoLink {
	text-align:left;
	font-weight: bold;
	
	}
	
#productInfoLink a{
	color:#0000FF;
	font-size: 13px;
	text-decoration: underline;
		}
	
#footer {
	width: 100%;
	text-align: center;
	}

#line {
	height: 15px;
	float: left;
	width: 100%;
	background-image: url(../../../../Resources/line1.jpeg);
	background-repeat: repeat-x;
	background-position: left top;
}

#quickLinks {
	height: auto;
	text-align: center;
	color: #666666;
	font-size: 11px;
	float: left;
}
#quickLinks a {
	font-size: 9px;
	color: #666666;
}
#quickLinks a:hover {
	color: #33FFFF;
}

#address {
	text-align: center;
	height: auto;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	background-color: #23408f;
}

#footnote {
	float: left;
	text-align: center;
	font-size: 12px;
	height: auto;
}

#footnote a {
	font-size: 10px;
	color: #999999;
}

#iso9001_logo {
	float: left;
	height: auto;
	width: 150px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	padding-left: 8px;
}


#productPricesBox{
	
	float: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
}


#productPrices {
	font-size: 18px;
	padding: 5px;
	text-align: right;
	float: left;
	margin-bottom: 20px;
	}
	
#prdBox {
	padding-top: 20px;
	float:left;
	padding-left: 20px;
	padding-right: 20px;	
	}
	
#prdContainer {
	margin-top: 0px;
	margin-bottom: 20px;
	float:left;
	padding-bottom: 10px;
	margin-left: 30px;
	margin-right: 20px;
	border: 1px solid #cccccc;
	padding-top: 0px;
	}
	
#save {
	float:left;
	text-align: center;
	width: 800px;
	}
	
#becomeDistContent {
	float:right;
	width:300px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	}
	
.itemTitle {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align:left;
	padding-right: 20px;
	padding-left: 20px;	
	
}

#productName {
	float: left;
	padding-left: 15px;
	padding-right: 30px;
	padding-bottom: 10px;
	text-align: left;
	width: 655px;
	height: 30px;
	color: #fff;
	background-repeat: repeat-x;
	background-color: #23408f;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-top: 0px;
	}

h1#productName  {
	font-size: 14px;
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-left: 10px;
	background-image: url(../../../../../Resources/blue_menu.jpg);
	background-position: left center;
	background-color: #23408f;
	padding-bottom: 10px;	
}

.listingDescription {
	text-align: left;
	font-size:10px;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
}

#box {
	height: 26px;
	width: auto;
	float: right;
}
#box a {
	text-decoration: none;
	color: #FFFFFF;
}

#box a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.login {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	height: 26px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	width: 80px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
}
.login a {
	text-decoration: none;
	font-weight: bold;
}
.login a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bolder;
}


#categoryDescription {
	padding-right: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	padding-top: 10px;
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	padding-left: 10px;
	
}

#categoryDescription a {
	text-decoration: underline;	
}

#categoryDescription h1 {
	margin-bottom: 15px;	
}

#categoriesHeading {
	color: #FFF;
	
	}


#RRPnote {
	font-style: italic;
	color: #FF0000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#addcart2 {
	width:400px;
	float:left;
	}


#productDetailsList {
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 30px;		
	}

#productDetailsList li{
	list-style-image: url(../../../../../includes/templates/template_default/buttons/english/li_pin.gif);
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
		}
	

	
#pricebox {
	float:left;
	
	margin-left: 20px;	
	}
	
#prdWrapper {
	width:40%;
	float:left;
	padding-top: 5px;
	}

#bookmark {
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}

.login {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	height: 26px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	width: 60px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
}
.login a {
	text-decoration: none;
	font-weight: bold;
}
.login a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bolder;
}


#productDescription {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #23408f;
	width: 620px;	
	
}

#productDescription ul {
	padding-left: 20px;
	list-style-image: url(../../../../../includes/templates/template_default/buttons/english/li_pin.gif);	
}

#cartHeading {
	
	}


h3.rightBoxHeading #cartHeading {
	background-color: #FFF;	
	
}



#cart {
	background-image: url(../../../../images/blue_box_bg.gif);
	background-color: 23408f;
	background-repeat: repeat-x;
	
}

#cartContents {
	float: left;
	width: 100px;
	color: #23408f;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 5px;
}

#cartContents a{
	color: #F00;
}

#bannerboxallHeading {
	color: #FFF;
	height: 1px;
	background-image: none;
}



h3#bannerboxallHeading, h3#bannerboxall2Heading {
	color: #FFF;
	height: 0px;
	background-image: none;
	visibility: hidden;
}

#bannerboxall2Content, #bannerboxallContent {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;	
}


/* Home Page Styling */

.mainCatFrame a {
	color: #000;		
}

.mainCatFrame ul li {
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;	
}

#top-banner {
	float: left;
	width: 550px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#guarantee {
	width: 270px;
	float: left;
	margin-left: 2px;
	height: 105px;
	margin-top: 0px;
}

#avery {
	top: 180px;
	height: 105px;
	left: 336px;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.mainCat {
	float: left;
	height: 160px;
	width: 255px;
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.mainCat-header-left {
	background: url("../images/sidebox_left.gif") no-repeat left top;
	height: 25px;	
	
}


h3.mainCatHead {
	background: url("../images/sidebox_right.gif") no-repeat right top;
	height: 22px;
	text-align: center;
	color: #FFF;
	padding-top: 3px;
}

.mainCatImg {
	float: left;
	width: 80px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: center;
}
.mainCatFrame {
	font-size: 12px;
	display: block;
	float: left;
	width: 150px;
	padding: 0px;
	height: auto;
}
.mainCatFrame ul {
	text-align: left;
	display: block;
	text-indent: 0px;
	list-style-type: none;
	list-style-position: outside;
	white-space: nowrap;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.catFrameContainer {
	height: 130px;
	width: 253px;
	float: left;
	margin-bottom: 5px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.mainCat #green {
	background-image: url(../../../../Resources/greenhead.gif);
}

.mainCatFrame .more {
	text-decoration: none;
	float: right;
}

.mainCatFrame .more a {
	text-decoration: none;
	color: #23408f;
}

.mainCat .mainCatHead a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.mainCat .mainCatHead a:hover {
	color: #FFFF00;
	font-size: 14px;
}


#welcome {
	float: left;
	width: 500px;
	font-size: 12px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#welcome a {
	color: #5059A6;
	text-decoration: underline;
}





/* Shopping Cart Sidebox*/

#cart {
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}



#cart a{
	color: #FF0;
	text-decoration: underline;
}

#cartSideboxSubtotal {
	font-weight: bold;
	color: #FFF;
}






/* Tools section styles */
#tools_wrapper {
	height: 28px;
	margin: 0 4px !important;
	padding: 2px 3px 3px 3px;
	background-color: #DDE6FF;
}
.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;
}
.search-header input {
	border: 0px;
	margin: 0px;
	color: #696969;
	background: none;
}
.search-header form {
	float: left;
}
.search-header input:focus {
	background: none;
}

.advanced_search {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.advanced_search a {
	font: 11px Verdana;
	text-decoration: none;
	color: #757575;
}
.advanced_search a:hover {
	text-decoration: underline;
}
.cart-header {
	padding: 1px;
	margin: 2px auto 3px auto !important;
	background: #DDE6FF;
}
.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;
	text-align: right;
	padding-right: 20px;
}

.td-languages a{
	text-decoration: underline;	
	color: #454545;
}

.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 */

.top-nav-right {
	background-image: url(../images/menu_bar_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 10px;
	height: 30px;
}
.top-nav-left {
	float: left;
	/*background-image: url(../images/menu_bar_top_left.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
}

.top-nav-home {
	float: left;
	background-image: url(../images/menu_bar_top_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.main-sidebox-header-left {
	background: url("../images/main_sidebox_left.gif") no-repeat left top !important;
	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;
}

#cartProdTitle {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	
}

#VAT {
	font-size: 8px;
	float: right;
}

/* /Price Styling on Product Info Page */

.price {
	width: 282px;
	float: right;
	padding-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;	
}

/* /Price Styling on Specials & Featured Sidboxes */

.sideBoxPriceBox {

}

.sideBoxPriceBox .productSpecialPriceContainer, .productListing-data .productSpecialPriceContainer {
	width: 120px;
	font-weight: bold;
	color: #FFF;
	float: left;
	text-align:left;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image:url("../../../../images/price_box_bg_sidebox.jpg");
	height: 20px;
	}
	
#cranePrice, #rrp, #save {
	float:left;	
}

#rrp, #save {
	color: #23408f;
}

#cranePrice {
	font-weight: bold;
	color: #FFF;
}
	
	
.sideBoxPriceBox .productSpecialPrice, .sideBoxPriceBox .normalPrice, .sideBoxPriceBox .productPriceDiscount, .productListing-data .productSpecialPrice, .productListing-data .normalPrice, .productListing-data .productPriceDiscount {
	float: right;
}

.sideBoxPriceBox .productSpecialPrice, .productListing-data .productSpecialPrice {
	color: #FF0;
	font-weight: bold;		
}

.sideBoxPriceBox .normalPriceContainer, .sideBoxPriceBox .productPriceDiscounContainer, .productListing-data .normalPriceContainer, .productListing-data .productPriceDiscounContainer {
	width: 120px;
	color: #23408f;
	padding: 0px;
	float: left;
	text-align:left;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	
}





#sideBoxProductDesc {
	
}

#sideBoxProductDesc a {
	font-size: 8px;
	
}

/* /Price Styling on Product Listing Page */

.productListing-data .productSpecialPriceContainer {
	line-height: 20px;
	font-weight: bold;	
	}


#ccacceptContent {text-align:center; padding:10px 20px; line-height:1.5em;}

.price .productSpecialPriceContainer {
	font-size: 18px;
}

#buyNowForm {
	width: 265px;
	line-height: 33px;
	padding-top: 5px;
}

#buyNowButton {
	float: right;
}

#quantityBox {

}

/* ---- Article Sidebox ---- */
#staticRSSText {
  font-weight: bold;
}
.staticRSSArticles {
  text-align: left;
  margin: 5px 0 0 0;
  list-style: none;
}
.staticRSSArticle {
  margin: 0;
  /* remove/comment out the following line if using a defined delimiter */
  background: url("../images/icons/bullet-point.gif") 0px 8px no-repeat;
  padding: 0px 0px 2px 8px; 
}

#BusCust_Warning {
	color: #F00;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	font-size: 14px;
}

#BusCust_Warning a{
	color: #F00;
	text-decoration: underline;		
}

#VATdisclaimer {
	font-size: 9px;
	color: #F00;
	text-align: center;
}

#SSL {
	float: right;
	width: 15%;	
	padding-top: 15px;
}

#ISOlogo {
	float: left;
	width: 25%;
	vertical-align: middle;	
}

#addressFooter {
	float: left;
	width: 60%;	
}

#RSSFeedLink {
	float: left;	
	width: 100%;
}

#ezPageDefault {
	padding-top: 10px;
	background-repeat: repeat-x;
	background-position: left top;

}