/**
 * 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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #ccc;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a, a:visited {
	color:  #010b60;
	text-decoration: none;
	font-weight: bold;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover, ul.navigationList li a:hover {
	color: #333;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	text-transform:uppercase;
	}

h4, h5, h6, LABEL, h4.optionName, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

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

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1.1em;
	margin: 0.1em;
	}

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

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

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

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

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 {
	display: block; float: left; width: 200px; padding: 10px 0;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

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

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	margin-right: 30px;
	}

.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*/
#outerWrapper {
	background-color: #ffffff;
	padding:0 10px 5px 10px;
	width: 976px;
	position:relative;
}
#mainWrapper {
	text-align: left;
	width: 976px;
	vertical-align: top;
	/*border: 1px solid #9a9a9a;*/
	}

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

#logoWrapper{
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #outerWrapper {
	margin: auto;
	margin-top:10px;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
width:264px;
float:left;
	}
	
#centre {
	margin-top:10px;
	width:709px;
	float:left;
	background-color:#fff;
	}
	
#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%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
fnav
.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: 0 0 0.5em 0;
	background-image: url(../images/mainNavBackgroundSlice.jpg);
	/*padding: 0.5em 0.2em;*/
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	text-transform:uppercase;
	
	}

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

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

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

#navMain ul li a {
	display:block;
	float:left;
	height:22px;
	padding:8px 20px 0 20px;
	line-height:30px;
	color:#000;
	min-width:50px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

#navMain ul li a:hover {
	background:url(../images/mainNavBackgroundSliceOver.jpg) repeat-x;
	color:#fff;
}

 #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000;
	white-space: nowrap;
	font-size:12px;
	}

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

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

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

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

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

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

#navMainSearch {
	float: right;
	height: 40px;
	background-color: #010b60;
	width: 240px;
	line-height: 40px;
	text-align: right;
	}

	
#navBreadCrumb {
	padding: 0.5em 0 1em 0;
	background-color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	margin: 0em;
	color: #444;
	}

#navBreadCrumb a {
	color:#010b60;
	text-decoration: underline;
	
}

#navBreadCrumb a:hover {
	text-decoration: none;
}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*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: #c00; 
	font-weight: bold;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
	}

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

/*Shopping Cart Display*/
#cartAdd {
	text-align: left;
	margin-top: 20px;
	/*border: 1px solid #000000;*/
	padding: 1em;
	overflow: hidden;
	width: 305px;
	background: #efefef;
	display: block;
	}
	
div#product_view_price span.price { float: right; padding-right: 15px; margin-bottom: 10px; }
	
div#cartAdd input { float: left; }
	
div#cartAdd span { padding: 7px 5px 0 0 ; display: block; float: left; }
	
div#add_to_cart { float: right; clear: right; margin-top: -30px;}

tr.tableHeading th, tr.cartTableHeading th {
	background-color: #010b60; 
	color: #fff;
	height: 30px;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	}
	
tr.cartTableHeading th { text-align: left; }
	
div#checkoutConfirmDefault #ccTotalHeading { text-align: right; padding-right: 30px; }

div#checkoutConfirmDefault #ccQuantityHeading, div#checkoutConfirmDefault #ccProductsHeading { padding-left: 20px; }

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

.cartUnitDisplay, .cartTotalDisplay {
	/*text-align: right;*/
	text-align: center;
	padding: 1em;
	}

#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*/
	}
	
#cartBoxListWrapper a {
	color:#000;

}

#cartBoxListWrapper a:hover {
	border-bottom:1px dotted #000;
	color:#000;
}

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

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

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

#cartBoxListWrapper li, #ezPageBoxList li {
	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: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
.centerBoxContentsFeatured, .specialsListBoxContents {
	margin:0 5px 20px 5px;
	padding:5px;
	width:213px;
	height: 330px;
	background:url(../images/featureBG.jpg) bottom repeat-x;
	}
	
.centerBoxContentsFeatured.newProduct { height: 360px; }

.centerBoxWrapper {
	height: 1%;
	}

h2.centerBoxHeading, h1 {
	font-size: 24px;
	font-weight:normal;
	color: #010b60;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-weight:normal;
	font-size: 18px;
	color: #ffffff;
	
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
		/*background-image: url(../images/tile_back.gif);*/
	padding: 0.5em 0.2em;
	}
	


.leftBoxContainer, .rightBoxContainer {
	/*border: 1px solid #9a9a9a;*/
	/*border-bottom: 5px solid #336633;*/
	width:255px;
	}

.boxShadow {
	background:url(../images/sideBoxShadowBackground.jpg) 0 0 repeat-y;

}
.boxShadowBottom {
	background:url(../images/sideBoxShadowBackgroundBott.jpg) no-repeat;
	height:15px; }

.sideBoxContent {

	/*background-color:#FF0000;*/
	padding:10px;
	}

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: left;
	
	}
.productListing-data {
	vertical-align:top;
	text-align:right;
}
.productListing-odd, .productListing-even {
	background:url(../images/featureBG.jpg) bottom repeat-x;
	height:270px;
	margin-top:20px;
	padding:20px;
}

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

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

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

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
ul.navigationList li a {
	color: #010b60;
	text-decoration: none;
	height:30px;
	line-height:30px;
	margin-left:10px;
	text-transform:uppercase;
	}
	
ul.navigationList li ul li a, A.category-subs, A.category-products{
	color: #000;
	text-decoration: none;
	height:30px;
	line-height:30px;
	margin-left:10px;
	/*background: url(../images/CategoriesNavBackground.jpg) right no-repeat;*/
	text-transform:uppercase;
	}
	
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: #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: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	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-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

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

/*-------additional CSS ----------*/

div.button {
	float:right;
	padding:5px 5px 5px 0;
	}

ul.navigationList {
	margin:0;
	padding:0;
	list-style:none;
	font: bold 13px Arial, Helvetica, sans-serif;
}

ul.navigationList li {
	background: url(../images/CategoriesNavBackground.jpg)  no-repeat;
}

ul.navigationList li ul { padding: 0; }

ul.navigationList li ul li { padding-left: 10px; }

ul.navigationList li ul li ul { margin-left: -10px; }

ul.navigationList li ul li ul li { padding-left: 20px; }

.featureImage {
	text-align: center;
	}

.featureTitle, .specialsListBoxContents {
	margin-bottom:8px;
	height: 60px;
	text-transform:uppercase;
	}
	

.featureTitle a, .specialsListBoxContents a {
	color:#010b60;
	font: bold 14px Arial, Helvetica, sans-serif;
	}
	
.featureTitle a:hover, .specialsListBoxContents a:hover {
	border-bottom:1px dotted #000;
	}
	
.price, .productSpecialPrice {
	color:#cc0000;
	font-size: 32px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	}
	
.cartUnitDisplay, .cartTotalDisplay { text-align: left; color: #c00; font-size: 20px;	
	font-family:Georgia, "Times New Roman", Times, serif; text-align:right;  }
	
.normalprice{
	font-size:14px;	
	color:#F48D82;
	
}
.featureContent {
	height: 50px;
	margin:10px 0 0 0;
	font-weight: bold;
	color: #444;
	
	}
	
img.listingProductImage {
	margin:0 10px 10px 10px;
}

/*----additional css added by neil ---*/

table.productList {
	border-collapse:collapse;
	width:100%;
	}
	
table.productList td {
	padding-top:20px;
	vertical-align:top;
	}
table.productList td.productImage {
	width:33%;
	}
	
table.productList h3 a {
	color: #010b60;
	font-size:20px;
	font-weight:normal;
	}
	
.rightAlign {
	text-align:right;
	}
	
.rightAlign img { height: 30px; }
		
div#left_column h1 {color: #010b60; font-size: 20px;  }

.leftProductImage {
	width:450px;
	float:right;
}

#productMainImage { text-align: center; min-height:200px; margin-bottom: 40px; padding-top: 20px;  }

#productNameCaps {
	text-transform:uppercase;
	font-weight:bold;
	font-stretch:condensed;
}

#productModelCaps {
	
	font-weight:bold;
	font-stretch:condensed;
	color: #010b60;
	
	}

#product_spec {
width:100%;
font-size:11px
	
}
	
/* marks css additions 15/01/09 */	
	
div#footer { padding: 30px 0 0 0;  }

div#siteinfoLegal { text-align: center; font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: #6b6c70; padding: 0 0 10px 0;  }

div#siteinfoLegal a { color: #6b6c70; }

div#siteinfoLegal a:hover { color: #010b60; }

div.moreInfo { text-align: right; margin: 10px 0 0 0; }

div#contactNo { text-align: center; width: 244px; margin: 0 0 0 5px;  padding: 0; }

div#contactNo p, p.telno_header  { font: bold 36px Arial, Helvetica, sans-serif; margin: 0;  padding: 0; color: #6b6c70; }

div#logo { width: 455px; float: left; padding-bottom: 10px;  }

.leftBoxTop { background: url(../images/shoppingcartTop.jpg) 0 1px no-repeat; margin: 10px 0 0 0; padding: 0 0 0 7px; }

.cartBoxTotal { margin: 10px 5px 0 0;padding: 0 0 0 0; font: bold 14px Verdana, Arial, Helvetica, sans-serif; }

#navBreadCrumb span { color: #444; font-weight: normal; margin-right: 7px; }

p#productDateAdded { font-weight: bold; }

div.buttonRow a { color: #010b60;  }

#cartContentsDisplay { background-color: #f0f0f0; }

LEGEND { font-size: 1.3em;  }

input { margin: 5px 0; }

#headerTopRight {
	float:right;
	width:280px;
}

.topBox {
	background-color: #010b60;
	width: 260px;
	line-height: 40px;
	text-align: left;
	margin-bottom:5px;
	padding:5px 10px 5px 10px;
}

.topBox h3 {
	color:#FFF;
	margin:0;
	font:bold 10px Arial, Helvetica, sans-serif;
	
}

.js ul.jqNavigation { display: none; }

ul.jqNavigation li ul { display: none; margin-left: 0; padding-left: 0; }

ul.navigationList li ul { list-style: none; }

h3#categoriescssHeading.leftBoxHeading  { display: none; }

.dateAdded { padding-top: 15px; }

div.buttonRow.back { padding-top: 5px; }

div#shoppingCartDefault div.buttonRow.back { padding-top: 1px; }

div#accountLinksWrapper ul  { padding-top: 5px; padding-bottom: 20px;  }

div#accountLinksWrapper ul li { padding: 5px 0; font-size: 12px; }

fieldset input, fieldset select {margin-top: 10px; }

span.alert { line-height: 40px; }

legend { font-size: 18px; color: #333;  }

fieldset fieldset { margin: 2em 0em; }

fieldset fieldset legend { margin-left: -5px; background-color: #010b60; color: #fff; }

#addressBookDefault fieldset { margin: 3em 0; }

div.instructions { padding-top: 5px; }

table * { vertical-align: middle; }

div#alsoPurchased { padding: 20px 0 0 30px; }

:focus { outline: 0; }

a:focus { outline: 1px dotted #010b60; }

/* new product layout */

div#left_column { width: 340px; float: left; margin: 10px 0 50px 0; padding: 5px; }

div#right_column { width: 340px; float: right; }

div#right_column a span.imgLink { color:#333; margin-top: 20px; display: block; }

div#right_column a span.imgLink img { vertical-align: middle; }

div#left_column div#productDescription h3, h3#attribsOptionsText { font-size: 14px; text-transform: capitalize; }

div#left_column div#productDescription p { padding-left: 0; }

div#left_column div#productDescription ul { padding-left: 0; list-style: inside; }

table#product_rating { width: 300px; text-align: center; margin-top: 10px; }

table#product_rating th { background: #010b60; color: #fff; height: 20px; padding: 5px;  font-size: 14px; text-transform: uppercase;  text-align: center; }

table#product_rating tr { height: 25px; }

table#product_rating tr.alt { background: #e5eef1; }

table#product_spec { margin-bottom: 20px; }

table#product_spec td.spec { font-weight: bold; width: 120px; }

table#product_spec tr { height: 25px;  }

div.wrapperAttribsOptions h4.optionName { text-transform: capitalize; width: 150px; display: block; float: left; height: 25px; }

div.wrapperAttribsOptions div.back { padding-top: 10px; }

fieldset.advanced { width: 300px; float: left; margin-right: 10px; }

img.st_logo { margin: 15px 0 5px 17px; }

ul li a.on { color: #333; }

/* mark css additions 01/12/09 */

div#headerTop { padding-top: 10px; }

/* mark css additions 02/12/09 */

div#crossSell { padding-left: 13px; }

div#crossSell h2 { text-transform:uppercase; font-weight:bold; font-stretch:condensed; font-size: 17px; margin: 20px 0 10px 0; }

div#crossSell div.xsellimg { width: 185px; margin: 5px 0 10px 0; }

div#crossSell img { margin: 0 auto; display: block; }

div.centerBoxContentsCrossSell { padding: 5px 0; }

div.comodoSSL, div.center { text-align:center;}

/* mark css additions 26/01/2011 */

#guide_nav { font-size: 14px; padding-left:25px; }

ul.ez { list-style: none;  padding: 0; }

.ez li { padding: 4px 0; overflow: hidden; }

.ez img { float: left; padding-right: 10px;}


