/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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_new.css 3286 2006-03-28 01:14:04Z drbyte $
 */

html {font-size:99%;}

body {
	font:85%/1.4 Arial,Helvetica,Sans-Serif;
	color:#000;
	/*	background:url("../images/page_bg.png") repeat-x scroll 0 0 #0D253E; */
	margin:0 auto;
	background-color: #FFF;
}

#productDescription ul li {
	padding-right: 10px;
}
.centerColumn {
	background-attachment: scroll;
	background-image: url(../../../../images/headings/heading1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 10px;	
	float: left;
	width: 680px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FFF;
}

.centerColumn p {
	margin: 0;
}


p {
	padding-bottom: 10px;
	padding-right: 15px;
}

li p  {
	font-size: 1em;
}

p.last { margin-bottom: 0!important; }


table#workaround {
  	margin: 0;
  	border: 0;
  	border-collapse: collapse;
	width:100%
	}

table#workaround td {
    padding:0;
	margin:0;
	}


h1 {
	font-size: 1.7em;
	line-height: 1.6em;
	font-weight: normal;
	color: #0F2C66;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.6em;
	color:#000;
	font-weight:normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: normal;
	padding-top: 7px;
	color:#000;
	text-transform: none;
}

h4, h5, h6 {
	font-size:1.1em;
	font-weight: bold;
	line-height: 1.3em;
}

h2, h3, h4, h5, h6  {
	margin-top: 0;
	margin-right: 0.3em;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 5px;	
}

legend {
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.6em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;	
	margin-top: 0px;	
}
	
legend p {
	padding-left: 10px;
}

fieldset p {
	padding-left: 10px;
}

#logo {
	background-image: url(../images/logo-ver13.08.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
 }

a {
   outline: none;
}

a:hover, a:active, a:focus {
    /* styling for any way a link is about to be used */
}

.smallProductImage img {
margin-right: 6px;
}

a:link {
	color:#374ea1;
	text-decoration:underline;
	font-weight:normal;
}

a:visited {
	color:#374ea1;
	text-decoration:underline;
	font-weight:normal;

}

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


CODE {
	font-family:Arial,Helvetica,Sans-Serif;
	}
	
FORM, SELECT, INPUT {
	display: inline;
	margin: 0.1em;
	font-weight: normal;
	color:#000;
}

#tellafriendContent input {
vertical-align: middle;
}


#documentgeneralinfoBody #contentMainWrapper tr #navColumnOne #navColumnOneWrapper #tellafriend #tellafriendContent form {
	padding-left: 10px;
	padding-top: 10px;
}

TEXTAREA {
	width: 90%;
	color: #000;
	margin-top: auto;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: 10px;
	padding-right: 5px;
	}
input:focus, select:focus, textarea:focus {
	background-color: #EFEFEF;
}


FIELDSET {
	padding: 0.5em;
	margin: 10px;
	border: 1px solid #d4d4d4;
	}

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


/* CC info block  */       
label.inputLabelPayment {
	width: 17em;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 26px;
}

h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

LABEL.checkboxLabel {
	margin: 0.2em 0.5em;
	}
	
 #shippingMethodContainer .boxContents .checkboxLabel {
	font-size: 11px;
}
	
.radioButtonLabel {
	padding-left: 11px;
	width: 20em;
	font-weight: bold;
	margin-top: 0.2em;
	margin-right: 0.5em;
	margin-bottom: 0.2em;
	margin-left: 0em;
	}

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

LABEL.inputLabel {
	padding-left: 13px;
	width: 10em;
	float: left;	
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

ADDRESS {
	padding: 0.5em 0.5em 0.5em 0;
}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	margin-right: 15px;
	}
	
	
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	font-weight: bold;
	}
.messageStackWarning, .messageStackError, .ErrorInfo {
	background-color: #d80000;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	}
.messageStackSuccess {
	background-color: #1A4872;
	color: #FFF;
	}
.messageStackCaution {
	background-color: #FFA;
	color: #000000;
	padding: 10px;
	border: 1px solid #CCC;
	line-height: 1.4em;
	}
/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	vertical-align: top;
	width:970px;  /*gives the store a white background */
	background-color: #DBDBDB;
}


/* main content area */
#contentMainWrapper {
	margin:0;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

#headerpic img{
	display: block;
}

#logotop {
	position: relative;
	height: 77px;
	background-position: left center;
	background-image: url(../images/logo-ver13.08.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #112B50;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

#logotop img {
	border: 0;
	margin-top: 0px;
	padding-left: 10px;
}

#tagline  {
	color:#FFF;
	font-size: 1.4em;
	line-height: 1.5em;
	padding-left: 600px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 25px;
}

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

#headerWrapper img{
	border: 0;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}

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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications {
	margin: 10px 0px;
	width: 46%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/* HEADER */
#navMainWrapper {
	position: absolute;
	top: 10px;
	right: 0px;
}

#navMainWrapper a:link, #navMainWrapper a:visited {
	color: #CFD8EC;
	text-decoration:none;
	font-weight: bold;
}

#navMainWrapper a:hover {
color: #acacac;

}


#headerContent #logoimg {
	border: 0px;
	position: relative;
	top: 25px;
	left: 30px;
}

#nameWrapper  {
	padding:25px 0 10px 30px;
}

#nameWrapper a, #nameWrapper a:visited {
	font-size:25px;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}



#navCurrenciesWrapper  {
	color:#000;
	position: relative;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#navCurrenciesWrapper .nav_language {
	float:left;
	margin-top: 9px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#navCurrenciesWrapper .nav_currencies {float:left; margin-top: 9px; padding:0px 15px; border-left:1px solid #c4c3c3;}
#navCurrenciesWrapper form {margin: 0px; padding:0px;}
#navCurrenciesWrapper select, #navCurrenciesWrapper input {margin: 0px; padding:0px;}

#navEZPagesTop {
	text-align:left;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color:#000;
}

#navEZPagesTop a:link, #navEZPagesTop a:visited {
	display: block;
	color:#000;
	text-decoration: none;
	padding: 13px 25px 13px 25px;
	white-space: nowrap;
	background-image:url(../images/menu_a_bg.gif);
	background-repeat:no-repeat;
	background-position:right center;
	line-height: 16px;
}

/*
#navEZPagesTop a.clrbg {background:none;}

*/


#navEZPagesTop ul {margin:0; list-style:none; padding-left:0px;}
#navEZPagesTop ul li {float:left; padding:0px 0 0px 0;}

#navEZPagesTop a:hover {
color:#b8b8b8;
background-color: #ECECEC;
 }

#topmenubar {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	height: 42px;
	background-image: url(../images/menubg.gif);
	margin-top: 15px;
	padding-top: 0px;
	font-size: 1.2em;
	margin-bottom: 0px;
	background-color: #112B50;
}

#indexDefaultMainContent {
padding-left: 0px;
}

#indexDefaultMainContent p{
margin:0;
padding-bottom:10px;

}

#navMainSearch {
position: absolute;
margin:0 5px 0 0;
top: 32px;
right: 0px;
}

#navMainSearch input {
font-size: 10px;
}

#categoryDescription {
margin-left: 5px;
}

/*navigation*/

.navSplitPagesResult {
	height:20px;
	padding-left:20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0em;

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	font-weight: normal;
	height: 1%;
	width: 100%;
}



#navMain {
padding-right: 3px;
padding-top: 3px;
margin-top: 0px;
}

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

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

#navSupp ul {
	font-size: 0.9em;
	list-style-type: none;
	text-align: center;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

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



#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0 9px 0 5px;
	margin: 0;
	white-space: nowrap;
	font-weight: normal;
}




#navEZPagesTOC ul .TOCcurrentLink a {
	background-color:#EEE !important;
	margin-left: 20px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#navEZPagesTOCWrapper {
	width:auto;
	padding-bottom: 4px;
	font-weight:normal;
	float:none;
	height:1%;
	padding-left: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;

}

#navEZPagesTOC ul   {
	margin: 0;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0em;
	padding-bottom: 10px;
	padding-left: 0em;
}
#navEZPagesTOC ul li {
	
	text-decoration: none;
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#navEZPagesTOC ul li a {
	line-height: 150%;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	color:#374EA1;
}
#navEZPagesTOC ul li a:hover {
	text-decoration: none;
}

#navCategoryIcon, .buttonRow {
	margin-bottom: 5px;
	text-decoration: none;
}


#navBreadCrumb {
/*	background-image:url(../../../../images/backgrounds/navBreadCrumb.gif);  */
	font-size: 1.0em;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 9px;
	padding-left: 32px;
	font-family: Arial, Helvetica, sans-serif;
}

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

#whatsNew img {
/* border: 1px solid #e6e6e6; */
}

#specialsDefault img {
/* border: 1px solid #e6e6e6; */
}

#whatsNew {
	padding-left: 0px;

}


#gvFaqDefaultMainContent  {
	padding-left: 10px;
}

#productGeneral {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
}

#productGeneral li {
	padding-bottom: 8px;
	line-height: 1.5em;
}

#productName h2 {
	font-size: 18px;
	line-height: 1.4em;
	color:#000;
	padding-top: 0px;
	width: 200px;
}

#productGeneral form #productName {
	font-size:1.5em;
	font-weight:normal;
	line-height:1.4em;
	color:#374EA1;
}

#docGeneralDisplay form #productName {
	margin-top: -5px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left:  45px;
}


#cartInstructionsDisplay {
	margin-left: 10px;
}

.instructions {
	margin-left: 10px;
}

.important {
	margin-left: 10px;
}

#productAdditionalImages {
	clear: both;
}

.shippingEstimatorWrapper {
	padding: 0.5em;
}

.alert {
	color: #BE2827;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.advisory {}
.important {

	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
	
 #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
}

#bannerOne {
	padding: 10px 0.8em 0.1em 10px;
}

#bannerTwo, #bannerThree {
	padding: 0;
	margin: 0;
	clear:both;
}

#bannerSix {

}

#bannerTwo img, #bannerThree img {
	display: block;
	vertical-align:bottom;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 11px;
	padding-bottom: 7px;
	line-height: 1.4em;
}



/*Shopping Cart Display*/
#cartAdd {
	float:left;
	clear:right;
	margin-top: 20px;
}

.cartTableHeading TH {
	/* border-bottom: 1px solid #cccccc; */
	}

.cartTableHeading, #cartSubTotal {
	background-image:url("../../../../images/backgrounds/listing-pages.gif");
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
 }
 

#cartSubTotal {
	border-top: 1px solid #dadada;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #a9a9a9;
	position: relative; 
	}

.cartOldItem {
	color: #a9a9a9;
	position: relative; 
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
}
.normalprice {
	font-weight: bold;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
	font-family:Arial, Helvetica, Sans-Serif;
	line-height: 1.3em;
	color: #C41200;
	font-weight: bold;
	font-size: 130%;
	}

 .productListing-data .productSalePrice {
	font-weight: bold;
	font-size: 130%;
	color: #C41200;	
}
	
.productPriceDiscount {
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:110%;
	line-height: 1.3em;
	color: #000;
	font-weight: bold;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Product Info Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #E9E9E9;
}


#productMainImage a:link {
	text-decoration: none;
}

#productAdditionalImages a:link {
	text-decoration: none;
}

#productInfoMainImage {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	border: 1px solid #D6D6D6;
	padding: 5px;
}

#productGeneral form #productInfoMainImage a img {
	border: 1px solid #E5E5E5;
}

#docGeneralDisplay #productInfoMainImage a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}



/* To close gap underneath Help image   */
#docGeneralDisplay #productInfoMainImage a, #productInfoMainImage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
#documentgeneralinfoBody tr td #contentMainWrapper tr td #docGeneralDisplay form #productInfoMainImage noscript a a img {
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;

}

.centerBoxContents {
  padding: 0 5px 5px 5px;
	
}


h4.itemTitle a:link, h4.itemTitle a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.4em;
	line-height: 1.5em;
	text-decoration: none;
	color: #000;
}

h4.itemTitle a:hover{
	text-decoration: underline;

}

/* BOXES */
	

#indexDefaultHeading {
	margin: 0;
	padding:0;
}


#loginDefault {
	padding-left: 15px;
}

	
h2.centerBoxHeading {
	font-weight: bold;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	color:#000;
	text-align: left;
	padding-left: 20px;
	background-image: url(../images/heading-bg2.gif);
	background-position: 0px 12px;
	background-repeat: no-repeat;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size: 16px;
}

h2.greeting {

	margin-top: 13px;

}

.productListing-rowheading, TR.tableHeading {
	height:10px;
	font-family:Arial,Helvetica,Sans-Serif;
 	font-weight: bold;
 	margin:0 0 0 10px;
}

.centerBoxWrapper, .tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	margin-bottom: 1em;
	line-height:1.4;
	margin-right: 15px;
}
		
.centerBoxWrapper {
	margin-top: 8px;
	margin-bottom: 5px;
}	
	
.sideBoxContent {
	margin-bottom: 20px;
	color:#000;
	padding-bottom: 20px;
	padding-top: 10px;
	background-color: #FFF;
	background-image: url(../../../../images/headings/sidebox-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.sideBoxContent ul  {
	margin:0;
	list-style:none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.sideBoxContent ul li a:hover {
	text-decoration: underline;
	color:#000;	
}


.sideBoxContent ul li  {
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 1.7px;
	display:block;

}

.leftBoxContainer {
	/* background-color: #f3ffe7; */
	margin-top: 0px;
	margin-bottom: 10px;
}

.rightBoxContainer {
	/* background-color: #f3ffe7; */
	margin-top: 10px;
	margin-bottom: 10px;
}


#navColumnOneWrapper {
	margin-left:19px;
	margin-top:0px;
	color:#000;
}

#navColumnTwoWrapper {
	margin-right:5px;
	margin-top:0px;
	color:#000;
}


.leftBoxContainer a:link, .leftBoxContainer a:visited, .rightBoxContainer a:link, .rightBoxContainer a:visited {
	text-decoration: none;
	padding-left: 10px;
	line-height: 18px;
}

.leftBoxContainer a:hover, .rightBoxContainer a:hover  {
	text-decoration: underline;
}
 

 .category-links {
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: normal;
}

#navCatTabs{
	background-color: #ececec;

}


#navCatTabs .category-top, .category-links {
	background-image: none;

}


#navCatTabs a.category-top:link, #navCatTabs a.category-top:visited {
	color: #374ea1;
}

#navCatTabs a.category-top:hover {
	text-decoration: underline;
}


#informationContent a:link, #informationContent a:visited{
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: center left;
}




#moreinformationContent a:link, #moreinformationContent a:visited{
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: center left;
}



#ezpagesContent a:link, #ezpagesContent a:visited{
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: center left;
}


#categoriesContent a:link, #categoriesContent a:visited{
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.centerBoxContentsNew a, .centerBoxContentsFeatured a, .centerBoxContentsSpecials a {
	font-size:141.667%;
	padding-left: 4px;
	padding-right: 4px;
	color:#000;
 }


.centerBoxContentsSpecials.centeredContent a img {
	border: 1px solid #E4E4E4;
	padding: 2px;
}


/* stupid IE 6/7 trips the front page thumbnails */
.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch {
	margin-left: -0.1em; 
	margin-right: -0.1em; 
} 

.centerBoxContentsFeatured {
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 4px;

}


.centerBoxContentsNew, .centerBoxContentsSpecials {
	font-size: 13px;
	color:#000;
	font-weight: bold;
 }


h3 label {
	font-size:1.0em;
}

h3.rightBoxHeading, h3.leftBoxHeading  {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.6em;
	color:#FFFFFF !important;
	margin:0;
	padding-left: 15px;
	padding-right: 15px;
	text-transform:capitalize;

}


#navColumnOneWrapper h3.leftBoxHeading a:link, #navColumnOneWrapper h3.leftBoxHeading a:visited  {
	padding-left: 2px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 15px;
	color: #FFF;
}


#navColumnTwoWrapper h3.rightBoxHeading a:link, #navColumnTwoWrapper h3.rightBoxHeading a:visited  {
	color:#000;
	font-weight: bold;
}

#navColumnOneWrapper h3.leftBoxHeading a:hover, #navColumnTwoWrapper h3.rightBoxHeading a:hover {
	color:#C41200;
} 

#search {
/* background-color: #F7DFED; */
}

#search input{
	font-size: 11px;
}

#manufacturers {
/* background-color: #F8D4DA; */
}


/* PRODUCT LISTING */

.productListing-rowheading a {
/*
color:#000;
text-decoration: underline;
*/
}

.productListing-data a:hover  {
/*
color:#A00C32;
text-decoration: underline;
*/
}

.productListing-data a img {
	float:left;
	background-position: top;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 10px;
	padding-bottom: 5px;
}

.listingProductImage {
	padding: 0px;
	margin:  8px;
}

.productListing-data {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;

}

.productListing-even {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;	
	padding-right: 5px;	
	background-color: #F0F0F0;

}

.productListing-odd {
 	padding-bottom: 5px;
  	padding-top: 5px;

}

.listingDescription {
	padding-bottom: 5px;
  	padding-top: 5px;

}

/* PRODUCT INFO */
#productDetailsList, #productDetailsList li {
list-style-type:none;
margin-left:0;
padding-left:0;
}

/* FOOTER */

#authorLink {
text-align:center;
font-size:.9em;
}

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

.navNextPrevWrapper {
margin-bottom: 15px;
}

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

#bestsellers ol {
	padding: 0;
	margin: 0em;
	}

#bestsellers li {
	padding: 0;
	margin: 0em 0em 0.3em 0em;
	}

#bannerboxHeading {
}
#upProductsHeading {
	text-align: left;
	}
#upDateHeading {
	text-align: right;
	}
/*misc*/
.back {
	float: left;
	padding-right: 10px;	

}

.back1 {
  float: right;
}


.forward {
	float: right;
	padding-right: 10px;
}

.bold {
	font-weight: bold;
	}

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

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

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
	}


#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 {
	background-color: #F5F5F5;
	background-image: none;
}

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

#infoShoppingCart {
background-image: none;
background-color: #F5F5F5;
}

a:link.productListing-heading {
	display: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

.orderHistList {
	margin:5px 5px 5px 15px;
	padding:0;
}

#orderhistoryContent .orderHistList li a:link, #orderhistoryContent .orderHistList li a:visited {
	margin:0;
	padding:0;
}

#bestsellersContent {
margin:0px 0px 0px 10px;

}

#bestsellersContent li a:link, #bestsellersContent li a:visited {
margin:0;
padding:0;
}

.cartBoxCheckout a:link, .cartBoxCheckout a:visited {
margin:0;
padding:0;
}

/*  Search box   */

.header-search #cse-search-box div #q {
	background-image:none !important;
	border:1px solid #E4E4E4;

}

#cse-search-box .searchinput input {
	padding-bottom: 2px;
}

.searchinput {
	margin-top: 10px;
	margin-right: 2px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	color:#000;
	float: right;
}





.header-search {
	position: absolute;
	margin:0;
	top: 7px;
	right: 7px;
	padding-top: 5px;
}

.button-search-header input {
	padding-top: 0px;
}


.header-search input {
	border: 0px;
	margin: 0px;
	color:#000;
	background: none;
	font-size: 1.1em;
}

.header-search form {
	float: left;
}




/*  end of search box    */

.columnRight {
	display: none;
}

#cart_top{

	font-weight: normal;
	position: absolute;
	right: 12px;
	top: 48px;
	background:url(../images/cart_bg.gif) 0 0 no-repeat;
	padding: 0 0 0 40px;
	text-align: right;
	color: #fff;
	}
	
#cart_top a:link, #cart_top a:visited {
	font-size: 90%;
	color: #FFF;
	text-decoration:none;
}	

#cart_top a:hover {
color: #acacac;

}

#indexCategoriesMainContent {
	margin-top: 10px;

}

.imgtop {
position: absolute;
top: 7px;
right: -16px;
}

/* Add this in to disable the left and right columns in the login / create account page Mf*/


#checkoutshippingBody #navColumnTwo, #checkoutshippingBody #navColumnOne {display:none;}
#checkoutshippingBody .outer {padding-right:0px;padding-left:0px;}
#checkoutshippingBody #contentMainWrapper, #checkoutshippingBody #contentMainWrapperb {background-image:none;}

#checkoutshippingaddressBody #navColumnTwo, #checkoutshippingaddressBody #navColumnOne {display:none;}
#checkoutshippingaddressBody .outer {padding-right:0px;padding-left:0px;}
#checkoutshippingaddressBody #contentMainWrapper, #checkoutshippingaddressBody #contentMainWrapperb {background-image:none;}


#checkoutpaymentBody #navColumnTwo, #checkoutpaymentBody #navColumnOne {display:none;}
#checkoutpaymentBody .outer {padding-right:0px;padding-left:0px;}
#checkoutpaymentBody #contentMainWrapper, #checkoutpaymentBody #contentMainWrapperb {background-image:none;}

#checkoutpaymentaddressBody #navColumnTwo, #checkoutpaymentaddressBody #navColumnOne {display:none;}
#checkoutpaymentaddressBody .outer {padding-right:0px;padding-left:0px;}
#checkoutpaymentaddressBody #contentMainWrapper, #checkoutpaymentaddressBody #contentMainWrapperb {background-image:none;}

#checkoutconfirmationBody #navColumnTwo, #checkoutconfirmationBody #navColumnOne {display:none;}
#checkoutconfirmationBody .outer {padding-right:0px;padding-left:0px;}
#checkoutconfirmationBody #contentMainWrapper, #checkoutconfirmationBody #contentMainWrapperb {background-image:none;}

#checkoutsuccessBody #navColumnTwo, #checkoutsuccessBody #navColumnOne {display:none;}
#checkoutsuccessBody .outer {padding-right:0px;padding-left:0px;}
#checkoutsuccessBody #contentMainWrapper, #checkoutsuccessBody #contentMainWrapperb {
	background-image:none;
	background-color: #FFF;
}

#accountnotificationsBody #navColumnTwo, #accountnotificationsBody #navColumnOne {display:none;}
#accountnotificationsBody .outer {padding-right:0px;padding-left:0px;}
#accountnotificationsBody #contentMainWrapper, #accountnotificationsBody #contentMainWrapperb {background-image:none;}

#accountBody #navColumnTwo, #accountBody #navColumnOne {display:none;}
#accountBody .outer {padding-right:0px;padding-left:0px;}
#accountBody #contentMainWrapper, #accountBody #contentMainWrapperb {background-image:none;}

#accounteditBody #navColumnTwo, #accounteditBody #navColumnOne {display:none;}
#accounteditBody .outer {padding-right:0px;padding-left:0px;}
#accounteditBody #contentMainWrapper, #accounteditBody #contentMainWrapperb {background-image:none;}


#accountpasswordBody #navColumnTwo, #accountpasswordBody #navColumnOne {display:none;}
#accountpasswordBody .outer {padding-right:0px;padding-left:0px;}
#accountpasswordBody #contentMainWrapper, #accountpasswordBody #contentMainWrapperb {background-image:none;}

#accountnewslettersBody #navColumnTwo, #accountpasswordBody #navColumnOne {display:none;}
#accountpasswordBody .outer {padding-right:0px;padding-left:0px;}
#accountpasswordBody #contentMainWrapper, #accountpasswordBody #contentMainWrapperb {background-image:none;}

#conditionsBody #navColumnTwo {display:none;}
#conditionsBody .outer {padding-right:0px;padding-left:0px;}
#conditionsBody #contentMainWrapper, #conditionsBody #contentMainWrapperb {background-image:none;}


#productinfoBody .outer {padding-right:0px;padding-left:0px;}
#productinfoBody #contentMainWrapper, #productinfoBody #contentMainWrapperb {background-image:none;}


#createaccountBody #navColumnOne {display:none;}
#createaccountBodyBody .outer {padding-right:0px;padding-left:0px;}
#createaccountBodyBody #contentMainWrapper, #createaccountBodyBody #contentMainWrapperb {background-image:none;}


#tellafriendBody #navColumnTwo {display:none;}
#tellafriendBody .outer {padding-right:0px;padding-left:0px;}
#tellafriendBody #contentMainWrapper, #tellafriendBody #contentMainWrapperb {background-image:none;}




#ezPageDefault li {
	padding-bottom: 2px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 1.5em;
	padding-right: 10px;
}

#ezPageDefault li a:hover {
	text-decoration: none;	
}


/* discount coupon image */
.postage {
	float: right;
	height: 132px;
	width: 151px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../../../../images/free-postage.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 0px;
}

  /* Sagepay payment module */
.ProtxDirectFormGadgetError {
	background-color: #CFDDEA;
}

.CeonManualCardFormGadgetError { background: #ff6633; }
.CeonManualCardCardIcon { margin-right: 4px; margin-bottom: 4px; }
.CeonManualCardCardsAcceptedSideboxCardIcon { margin-left: 4px; margin-bottom: 4px; }

/* feedSweep css Edit at http://www.feedsweep.com/UserArea/MyFeedsweeps.aspx login mf******* - k*n*y*007*/

.feedsweep {
	width: auto;
	text-align: left;

}
.feedsweep_link{

}

.feedsweep_title {
	font-size:1.6em;
	font-weight: normal;
	color: #004D99;
	margin-bottom: 6px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEBEF;
	line-height: 1.4em;
}

.feedsweep_item {

}

.feedsweep_date {

	color: #374ea1;
}

.feedsweep_headline {
	font-weight: bold;
}

.feedsweep_body {
	padding-bottom: 5px;
}
/* feedSweep end */


/* sidebox testimonial display */
#testimonials-managerContent  {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;

}

.testimonialSideBoxImg img{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	margin-right: 0px;
}

.testimonialSideBoxText {
	padding-right: 5px;
	padding-left: 5px;
	font-style: italic;
	line-height: 1.5em;
}


#productinfoBody #contentMainWrapper #socialize {
	padding-bottom: 0px;
	line-height: 1.4em;
	float: left;
	margin-left: 90px;
	padding-right: 0px;
	padding-left: 0px;	
}

#productinfoBody #contentMainWrapper #socialize a {
	
	font-weight: bold;
	text-decoration: none;
}

/*Article Sidebox ---- */
#staticRSSText {
  font-weight: normal;

}
.staticRSSArticles {
  text-align: left;
  margin: 5px 0 0 0;
  list-style: none;
}

.staticRSSArticle a {
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: center left;  
}

.staticRSSArticle ul li {
  margin: 0;
 background:url(../images/li_underline.gif) bottom left repeat-x; padding:2px 0px 4px;  
  
}

p.specialDeal {
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:1.4em;
	line-height: 1.5em;
	color:#000;
	background-color: #F3F3F3;
	border: 2px solid #E9E9E9;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#dataTable {
	margin-left: 5px;
	color:#000;
}

#craftysyntaxsideboxContent  {
	padding: 0px;
	height: 84px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#craftysyntaxsidebox a {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
}

#craftysyntaxsideboxHeading a {
	color:#000;
	font-weight: bold;
	float: none;
	clear: both;
}


#featuredProducts a {
	text-decoration: none;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}

#featuredProducts h2 {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 5px;
	padding-bottom: 2px;
	margin-left: 40px;
	margin-right: 30px;
	padding-right: 20px;
}

#tellafriendBody #contentMainWrapper #tellAFriendDefault #email-message {
	font-size: 1em;
	
}
.attribsSelect {
	font-size: 12px;
	font-weight: normal;
}


.HeadingTop {
	vertical-align: top;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color:#000;}


#productPrices {
	font-size:120%;
	font-weight: bold;
	padding-bottom: 10px;
}

#productGeneral form #productPrices {
	font-size:120%;
	font-weight: bold;
	padding-left: 10px;
}



/* Hides the attributes block for downloads  */
#productAttributes {
	visibility: hidden;
	height: 2px;
}

.smltxt {
	font-size: 10px;
	padding-left: 11px;
}



.ad {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-attachment: scroll;
	background-image: url(../../../../images/headings/ad.png);
	background-repeat: no-repeat;
	background-position: left top;	

}

.ad-bot {
	background-attachment: scroll;
	background-image: url(../../../../images/headings/ad-bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;	
	height: 45px;
	margin-top:0px;
}
.adMain   {
	background-attachment: scroll;
	background-image: url(../../../../images/headings/ad.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	margin-top: 15px;
}

.adMain h2 a {
	font-size:1.2em;
	line-height:1.25em;
	color: #374EA1;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.adMain div h3 {
	font-size:1.2em;
	line-height:1.5em;
	padding-top: 20px;
}

/* To display the image and text on no page found    */
.productListing-odd #listCell0-0 .adMain div a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background:none;
	white-space: nowrap;
	float: none;
}

#cat73_66Table .productListing-odd #listCell0-0 div p {
	font-weight: normal;
}
#cat73_66Table .productListing-odd #listCell0-0 div ol li {
	font-weight: normal;
}

/* EO To display the image on no page found    */

#indexProductListCatDescription ul li {
	padding-bottom: 7px;
	padding-right: 15px;
}


#navMain .forward li a {
	font-size:90%;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;	
}


#checkoutConfirmDefaultShipmentTitle {
	font-weight: normal;
}
.blueText {
	color: #036;
	font-weight: bold;
	text-align: center;
	font-family:Arial,Helvetica,Sans-Serif;
}
.subHeading {
	font-family:Arial,Helvetica,Sans-Serif;
	color: #FFF;
	text-align: center;
	line-height: 1.4em;
	padding-bottom: 10px;
	background-color: #003466;
	margin-bottom: 10px;
}
#productinfoBody #contentMainWrapper tr td #productGeneral {
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 50px;
	padding-bottom: 10px;
}

.imageContainer {
	text-align: center;
	width: 406px;
	border:1px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#productDescription .imageContainer p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.imageContainer2 {
	background-color:#FBF9FA;
	padding:5px;
	text-align: left;
	width: 450px;
}

.imageContainer2Text  {
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color:#FBF9FA;
	margin-top: 2px;
	width: 450px;

}

.imageContainer2Text a {
	font-size: 14px;
	font-weight: bold;

}

.imageContainer2Text p {
	font-size: 100%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;

}


.imageContainer2Text h3 {
	padding-right: 5px;
	padding-left: 5px;
}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}

p .floatLeft {
    float: left; 
}


.safeShop a img {
	background-color:#F7F2F4;
	border:1px solid #DBDBDB;
	padding:2px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	width: 632px;
}


#centerColumn .loginFieldsetRight .PaymentLogoCenter {
	background-position: center center;
}

.imageLeft {
	float: left;
	padding-right: 5px;
}

#checkoutSuccess #downloads caption h4 {
	font-size:1.5em;
	font-weight:normal;
	padding: 0.5em;
	border: 1px solid #d4d4d4;
	text-transform: none;
	border: 1px solid #D6D6D6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#downloads caption h4 img {
	padding-top: 10px;
	padding-bottom: 10px;
}

#accountHistInfo #downloads {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

#accountHistInfo table {
	margin-top: 10px;
	margin-bottom: 10px;
	border:1px solid #CCCCCC;

}

#accountBody #contentMainWrapper tr td #accountDefault #prevOrders tr td {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 5px;
}

#accountHistInfo td, #prevOrders td {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 100%;
}


#checkoutsuccessBody #contentMainWrapper tr td #checkoutSuccess #downloads {
	border: 1px solid #CCC;
	padding: 4px;
	margin-bottom: 5px;
	margin-top: 10px;	
}
#cartContentsDisplay {
	background-image:url("../../../../images/backgrounds/listing-pages.gif");
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


 .bettertestimonial a {
	font-weight: normal;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}


#contactUsForm .inputLabel {
	line-height: 1.5em;
}

#logoffDefaultMainContent  {
	line-height: 1.5em;
}

#logoffDefault div ul li {
	padding-bottom: 1.4em;
	text-align: left;
	margin-left: 85px;
}

.information {
	line-height: 1.5em;
	padding-left: 5px;
}

.ccinfo {
	
}


#downloads TR.tableHeading, #prevOrders TR.tableHeading, #myAccountOrdersStatus TR.tableHeading, #accountHistInfo TR.tableHeading {
	background-image:url(../../../../images/backgrounds/listing-pages.gif);
	margin: 0px;
	padding: 0px;
	height: 20px;
}


#checkoutSuccessOrderNumber {
	line-height: 1.5em;
}

#conditionsBody #contentMainWrapper tr td #conditions #conditionsMainContent ul li {	
	line-height: 1.5em;
	padding-top: 0px;
}

.postcodeButton {
	padding-left: 10px;
}

/* discount coupon image */
.discountCoupon {
	float: right;
	height: 152px;
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../../../../images/discount_coupons/1poundoff.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 0px;
}


.testimonial_box_yellow {
	background-color:#FEF5C7;
	border:1px solid #E9D564;
	color:#003366;
	font:italic 14px/20px Arial,Helvetica,sans-serif;
	text-align:left;
	width:85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.testimonial_box_blue li {
	list-style: none outside url("../../../../images/right_arrow.gif") !important;
	margin: 0 0 5px;
}

.testimonial_box_blue {
	background-color:#EDEDED;
	border:1px solid #CCC;
	color:#003366;
	font:italic 14px/20px Arial,Helvetica,sans-serif;
	text-align:left;
	width:85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.testimonial_box_blue li {
	list-style: none outside url("../../../../images/right_arrow.gif") !important;
	margin: 0 0 5px;
}

p.head_Blue {
	colour: #003366;
	font-family: "Tahoma", Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:130%;
	text-decoration: underline;
}

.underlineText {
	text-decoration: underline;
}

#displayalltestimonialsBody #contentMainWrapper tr td #testimonialDefault .back b a:link  {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: none;
}

#displayalltestimonialsBody #contentMainWrapper tr td #testimonialDefault .back b a:visited {
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.6em;
	text-decoration: none;
}


.redText {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

.backToTop {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
}

#indexCategoriesMainContent ul {
	margin-top: 0px;
}

#indexCategoriesMainContent li {
	padding-bottom: 5px;
	padding-right: 15px;
}

/* SO top headings and icons */

#indexCategories #indexCategoriesHeading {
	background-image: url(../../../../images/headings/welcome-lrg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 40px; 
	vertical-align: middle;
}

#productinfoBody tr #contentMainWrapper tr td #productInfoNoProduct h1 {
	background-image: url(../../../../images/headings/welcome-lrg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 35px;
	vertical-align: middle;
}


#testimonialDefaultHeading {
	background-image: url(../../../../images/headings/thanks-lrg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	margin-top:0px;
	padding-bottom: 5px;
	height: 40px;
	padding-top: 5px;
}

#productListHeading {
	background-image: url(../../../../images/headings/listing-headings.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	margin-top:0px;
	padding-bottom: 5px;
	height: 40px;
	padding-top: 5px;
}

#contactusBody tr td #contentMainWrapper tr td #contactUsDefault h1 {
	background-image: url(../../../../images/headings/listing-headings.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	margin-top:0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	height: 40px;
	padding-top: 5px;
}

#ezPagesTOCHeading {
	background-image: url(../../../../images/headings/support-lrg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 45px;
	vertical-align: middle;	
}

#shippingInfoHeading {
	background-image: url(../../../../images/headings/delivery-lrg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;	
}


#siteMapHeading {
	background-image: url(../../../../images/headings/sitemap-lrg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 0px;	
}

#conditionsHeading {
	background-image: url(../../../../images/headings/conditions-lrg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 0px;
}

#ezPagesHeading {
	background-image: url(../../../../images/headings/question-lrg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	margin-top:0px;
	padding-bottom: 5px;
	height: 35px;
	padding-top: 10px;
}


#privacyDefaultHeading {
	background-image: url(../../../../images/headings/privacy-notice-lrg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 0px;
}

#accountNotificationsHeading  {
	background-image:url(../../../../images/headings/study-guides.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-bottom: 10px;
	padding-left:55px;
	padding-top:0;
}

#MainpageStudyOptions {
	background-image: url(../../../../images/headings/best-sellers-lrg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 65px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#documentInfoIcon {
	margin-top: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/* EO top headings and icons */

/*  sideheadings and icons  */

#categoriesHeading h3 {
	font-size:1.6em;
	line-height:1.7em;
	background-image: url(../../../../images/headings/study-guides.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	padding-left: 45px;
	padding-top: 5px;
	color: #333;
}


.container {
	background-image: url(../../../../images/headings/headingBg.png);
	background-repeat: no-repeat;
	width: 217px;
	background-attachment: scroll;
	display:inline;
	float:left;
	position:relative;
}

#featuredHeading h3 {
	font-size:1.7em;
	line-height:1.6em;
	background-image: url(../../../../images/headings/features.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	padding-left: 45px;
	padding-top: 5px;
	color: #000;
	text-decoration: none;
}

#ezpagesHeading h3 {
	font-size:1.7em;
	line-height:1.6em;
	background-image: url(../../../../images/headings/information.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	padding-left: 45px;
	padding-top: 5px;
	color: #000;
	text-decoration: none;
}

#featuredHeading a {
	color: #000;
	text-decoration: none;
}

#featuredHeading, #testimonials-managerHeading, #categoriesHeading, #tellafriendHeading, #indexCategoriesHeading, #informationHeading, #ezpagesHeading {
	padding-left: 10px;
}

#testimonials-managerHeading h3 {
	font-size:1.7em;
	line-height:1.6em;
	background-image: url(../../../../images/headings/thanks.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	padding-left: 45px;
	padding-top: 5px;
	color: #000;
}

#tellafriendHeading h3 {
	background-image: url(../../../../images/headings/email-to-a-friend.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	padding-left: 55px;
	padding-top: 10px;
	color: #000;
}

#informationHeading h3 {
	background-image: url(../../../../images/headings/information.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	padding-left: 55px;
	padding-top: 10px;
	color: #000;
}


#checkoutShippingHeading h1 {
	height: 40px;
	padding-top: 0px;
	margin-top: 0px;	
	color: #000;
}

#productListing #cat69Table tr td, #productListing #cat100Table tr td, #productInfoNoProductMainContent p, #productInfoNoProductMainContent ul li {
	padding-right: 10px;
}
 
#indexBody tr td #contentMainWrapper tr td #indexProductList #productListing #cat100Table .productListing-odd .productListing-data a img, #indexBody tr td #contentMainWrapper tr td #indexProductList #productListing #cat101Table .productListing-odd .productListing-data a img {
	padding-top: 0px;
	padding-left: 10px;
	background-position: top;
 }
 
 
 #indexBody tr td #contentMainWrapper tr td #indexProductList #productListing #cat100Table .productListing-even .productListing-data a img, #indexBody tr td #contentMainWrapper tr td #indexProductList #productListing #cat101Table .productListing-even .productListing-data a img {
 	padding-top: 0px;
	padding-left: 10px;
	background-position: top;
 }
 
#indexBody tr td #contentMainWrapper tr td #indexProductList #productListing #cat65Table {
	padding-right: 10px;
}

#indexBody tr td #contentMainWrapper tr td #indexProductList #productListing #cat93Table .productListing-odd .productListing-data a img {
padding-top: 10px;
padding-bottom: 10px;
}

/* eo headings and icons  */


/* ============= footer  */

#footerhsy a:link, #footerhsy a:visited{
	color: #163E62;
	text-decoration: none;
	font-size: 11px;
}

#footerhsy a:hover {
	color:#374ea1;
	text-decoration: underline;
}

#footerhsy {
	position: relative;
	padding-top: 5px;
	padding-bottom: 0px;
	background-image: url(../../../../images/headings/footer.png);
	background-repeat: no-repeat;
	width: 970px;
	background-attachment: scroll;
	margin-top: 0px;
	background-color: #FFF;
}


#footerline {
	background-color: #FFF;
	height: 7px;
	overflow: hidden;
}

/* EO footer  ============  */

#productNewHeading {
	padding-top: 10px;
	color: #374EA1;
}

#orderHistoryDetailedOrder {
	text-align: left;
	padding-top: 0px;	
	margin-top: 0px;
}

#categories #categoriesContent ul li .category-top {
	line-height: 1.1em;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#ezpages #ezpagesContent ul li a {
	line-height: 1.1em;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}

#loginBody tr td #contentMainWrapper {
	background-color: #FFF;
}

#featured .sideBoxContent.centeredContent a {
	font-size: 1.3em;
	line-height: 1.3em;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

/*   search results page ==============*/

.searchResultsColumn {
	background-attachment: scroll;
	background-image: url(../../../../images/headings/searchResults.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 0px;
	margin-left: 20px;
	float: left;
	width: 811px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FFF;
	margin-bottom: 10px;
}

#indexHomeBody tr td #contentMainWrapper tr td #searchResults #searchResults { 	
	padding-top: 10px;
	color: #000;
	text-decoration: none;
}


.brt {
	height: 50px;
}


#shoppingcartBody tr td #contentMainWrapper tr td #shoppingCartDefault {
	background-image: none;
	width: 94%;
}

#productinfoBody tr td #contentMainWrapper tr td #indexDefault form #productDescription p {
	padding-right: 10px;
}

#quickcheckoutBody tr td #contentMainWrapper {
	background-image: none;
	background-color: #FFF;
}

#logoffBody tr td #contentMainWrapper tr td #logoffDefault #logoffDefaultHeading  {
	padding-top: 10px;
	margin-top: 0px;
}
