/**
 * CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2007 iChoze Internet Solutions
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #2d4461;
	background-color: #b4d2f6;

	}

a img {border: none; }

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

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
	color: #8f602d;
	text-decoration: underline;
	}
#navSupp ul li a:hover {
 	color:#EEEEEE;
	text-decoration: underline;
}

a:active {
	color: #b87b3a;
	}

h1 {
	font-size: 1.7em;
	color: #2961a6;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.2em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 15px;
	}

.biggerText {
	font-size: 1.2em;
	}

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

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

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	}

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

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

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

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

LABEL, h4.optionName {
	padding: 0 8px 0 0;
  margin: 0;
  vertical-align: top;
	}

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

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

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

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

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

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

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}
.clearBothSmall {
	clear: both;
  font-size: 1px;
  line-height: 1px;
  padding: 0;
  margin: 0;
	}

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: 950px;
	vertical-align: top;
  padding: 230px 10px 10px 10px;
  margin: 0;
  position: relative;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper {
	margin:5px 0;
	padding:0;
	}
#headerWrapper{
	margin: 0;
	padding: 0;
  position: absolute;
  top: 0;
  left: 0;
	}
#topBarWrap{
background:url(../images/pagebg.gif) repeat;
  padding-top: 5px;  
  padding-bottom: 8px;  
	}
#topBar{
	background:#EEEEEE;
	width:950px;
	margin:auto;
	color:#2C2C2C;
	font-weight:bold;
	padding: 8px 10px;
  font-size: 0;
	}
.topBox{
	float:left;
	padding: 0 50px 0 50px;
	height:30px;
  font-size: 10px;
	}
.dangleleadwrap{
  width:934px;
  margin: 0 auto;
  position: relative;
}
.danglelead{
  position: absolute;
  top: 0;
  right: 0; 
  width: 142px;
  height: 171px;
  background-image: url(../images/danglingLead.png);
}
#lang_header{
	border-right:1px solid #9a9a9a;
	padding-left:120px;
	}
#currency_header{
	border-right:1px solid #9a9a9a;
	}
#logoWrap{
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	width:950px;
  padding: 5px 10px;
  height: 71px;
	}
#bannerWrapper {
  margin: 0 auto;
	background-color: #000055;
	width:970px;
  height: 140px;
}

#topLinks{
	float:right;
	background:#900000;
	margin: 9px auto;
	width:74%;
	}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	}
	
#tagline {
	color:#000000;
	font-size: 20px;
	text-align : center;
	vertical-align: middle;
	}

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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
  height: 25px;
	}

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

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0 auto 0 auto;
	background-color: #5181BD;
/*	padding: 0.5em 0.2em;*/
	width:950px;
	font-weight: bold;
	color: #1E416B;
	border-top:3px solid #1e416b;
	height: 1%;
  padding: 5px 10px;
  clear: both;
	}
#navSupp{
	width:950px;
	margin:auto;
  padding: 0 10px;
}
#paymentsWrap{
	margin:auto;
	width:50%;
	}
#payments{
	float:left;
	background:url(../images/payments.gif) 1.5em 2em no-repeat;
	width:30%;
	padding:1em 0 0 18em;
	}
#bottomNav{
	margin:8px auto 0 auto;
	}
#bottomNav a, #bottomNav a:visited{
	color:#1E416B;
	text-decoration:underline;
	}

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

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

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

#navMain ul li a, #navSupp ul li a, #navSupp ul li a:visited, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #EEEEEE;
	white-space: nowrap;
	}
#navSupp ul li a:hover {
	color:#EEEEEE;
	text-decoration:underline;
	}

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

#navBreadCrumb {
	padding: 0;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0 0 8px 0;
	}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 0 1.7em .5em;
	color:#ffffff;
	}

#navEZPagesTop a:link, #navEZPagesTop a:visited{
	color:#ffffff;
	padding:0 1em 0 .8em;
	}
#navEZPagesTop a:hover{
	text-decoration:underline;
	}

#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;
	}
  
#productDescription {
  min-height: 100px;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
	padding: 8px 0 10px 0;
	}
#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 0 0 .6em;
	}
#bannerOne{
	padding:0;
	margin: .5em 0 0 0;
	}
.banners img{
	padding:0;
	}
.centerColumn{
	padding-top:0;
}

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

/*Shopping Cart Display*/
#cartAdd {
/*	float: right;*/
	margin: 8px 0;
  font-weight: bold;
  font-size: 15px;
	}
#cartattrandaddtocart {
  width: 444px;
	border: 3px solid #2961a6;
	padding: 4px 8px;
	margin: 4px 2px 4px 4px;
  position: relative;
  float: right;
}

h4 label {
  margin: 0; padding: 0;
}

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

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

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

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

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

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.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 ;
	}
#productMainImage {
  width: 252px;
}
.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;
	}

.centerBoxWrapper {
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 4px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

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

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a, h3.leftBoxHeading label {
	font-size: 13px;
	color: #141414;
  /*
  display: inline;
  vertical-align: center;
  */
  line-height: 25px;
  padding: 0 0 0 10px;
  margin: 0;
  text-align: left;
  
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeadingX, #search-headerHeadingX {
	font-size: 0.9em;
	color: #ffffff;
}

div.leftBoxHeadingDiv {
	margin: 0;
	padding: 0;
	/* 
  background:#9a9a9a url(../images/catboxHeadingbg.gif) repeat-x; 
	padding: 2px 0 4px 6px;
 
  */
  height: 25px;
  text-align: center;
}
.leftBoxHeading, .rightBoxHeading {
}
.centerBoxHeading{
	margin: 0em;
	padding:6px 0 6px 10px;
	background:#5D7FA4 url(../images/centerboxHeadingbg.gif) repeat-x;
}
#categoriesHeadingX {
	background:#9a9a9a url(../images/centerboxHeadingbg.gif) repeat-x;
	font-size:1.5em;
	padding: 2px 0 4px 6px;
  height: 25px;
  line-height: 25px;
  vertical-align: center;
	}
#whatsnewHeading {
	background:#7EA65A url(../images/brownboxHeadingbg.gif) repeat-x;
	font-size:1.2em;
	padding:.4em 0 .5em 1em;
	}
#bestsellersHeading {
	background:#A99A71 url(../images/greenboxHeadingbg.gif) repeat-x;
	font-size:1.3em;
	padding:.4em 0 .5em 1em;
	}
.categories ul{
	padding:0;
	margin:0 0 8px 0;
	list-style:none;
	}
.category-top li{
	padding:0;
	margin:0;
	background: #EEEEEE;
	vertical-align:middle;
	}
li.category-top a{
	padding:2px 0 2px 10px;
	margin:0;
	display:block;
	font-weight:normal;
	color:rgba(20, 20, 20, 0.8);
  font-size: 12px;
	/*
  background:#EEEEEE url(../images/boxlistbg.png) .4em 0.5em no-repeat;
	border-bottom:1px solid #9a9a9a;
  background-color: #eee;
	font-weight:bold;
	color:#18467e;
  */
	}
li.category-products a{
	padding:.4em 0 0 10px;
	margin:0;
	color:#2961a6;
	font-weight:bold;
	display:block;
	height:1.8em;
	border-bottom:1px solid #9a9a9a;
  background-color: #eee;
	/*background:#EEEEEE url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;*/
	}
li.category-top a:hover{
	/*background:#333333 url(../images/boxlistbg.png) .4em 0.5em no-repeat;*/
  background-color: #4fa7f8;
	color:#EEEEEE;
	}
li.category-products a:hover{
	/*background:#333333 url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;*/
  background-color: #4fa7f8;
	color:#EEEEEE;
	}
#categoriesContent{
	padding:0;
	margin:0;
	}
#bestsellersContent {
	color:#333333;
	font-weight:bold;
	}
#informationContent a:link, #informationContent a:visited, #bestsellersContent, 
#bestsellersContent a:link, #bestsellersContent a:visited{
	color:#333333;
font-size: 12px;
font-weight: normal;
	}
#extralinks{
	padding: .5em 0 .5em 1em;
	}
.leftBoxContainer, .rightBoxContainer {
	margin: 0 0 0 0;
  float:left;
  width: 194px;
	}

.sideBoxContent {
	/* background-color: #ffffff; */
	padding: 10px;
	}

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

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .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;
	}

#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;
	}
.ic{
	display:none;
	}
#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #333333;
	font-weight:bold;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

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

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #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-image: url(../images/centerboxHeadingbg.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;
	}

/***IMAGE HANDLER SUPPORT ***/

#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}

.imgLink {
font-size: 1.2em;
}

.rnd-tr { width:361px; padding:0; background:url("../images/rnd_tr.gif") no-repeat right top; float: left; }

.rnd-tl { margin:0; padding:0; background: url("../images/rnd_tl.gif") no-repeat left top; }

.rnd-br { margin:0; padding:0; background: url("../images/rnd_br.gif") no-repeat right bottom; }

.rnd-bl { margin:0; padding:0; background: url("../images/rnd_bl.gif") no-repeat left bottom; }

.rnd-content { margin:0; padding:10px; height: 150px}

.prod_box { 
height: 160px;
width: 300px;
padding: 0 15px 15px 0;
float: left;
}

.prod_box_top {/*height: 80px; border-bottom: 1px solid #555; border-top: 1px solid #555;*/}

.prod_box p { margin: 2px 0; text-align: justify;}

.prod_head { font-size: 12px; font-weight: bold; }

#selectedDiameter { position: absolute; top: 0; right: 0}
#selectedRopeColour { position: absolute; top: 70px; right: 0}
#footermenus{
width:970px;
margin:0 auto; padding:0; background: #83B2ED url("../images/footerBack.png") repeat-y 0 0;
border-top: 1px solid #1E416B;
clear: both;
}

#headersearch {
position: absolute;
top: 0;
right: 0;
width: 250px;
padding-top: 10px;
}

#cart_header{
	padding:35px 0 0 0;
  width: 238px;
  float: right;
	}
#product_top_block {
position: relative;
text-align: center;
padding: 10px 0;
width: 460px;
}
#productName {
margin-top: 0;
}
#productPrices{
text-align: center;
}
.colourChart {width: 507px;}

.colourChartColumn{
width: 102px;
}
.colourChartBlock{
width: 50px;
border: 1px solid #ccc;
text-align: center;
margin: -1px 0 0 -1px;
height: 38px;
float:left;
padding: 3px 0 0 0;
}
.colourChartTitle {
width: 150px;
padding-top: 12px;
height: 29px;
}
.colourChartTitleBraid {
width: 250px;
}
.colourChartImg {
width: 100px;
}
.colourChartImgBraid {
width: 152px;
}
.colourChartTop{
height: 18px;
padding: 5px 0;
}
#crossSell {
width: 400px;
float: right;
margin: 0;
}
#informationContent {
  padding: 0px 10px;
}
#accordion2wrap {
background-color: #ffffff;
width: 970px;
height:140px;
padding:0;
margin:0 auto;
position: absolute;
top: 81px;
left: 0;
}
#accordion2 {
	background:#000;
	color:#fff;
	height:140px;
	list-style:none;
	overflow:scroll;
	padding:0;
	width:965px;
  margin:0 0 0 0;
}
#accordion2 li {
	background:url(../images/slide.jpg);
	height:140px; /* Needed in case javascript is disabled */
	position:relative;
	width:230px;
}
#accordion2 .slide_thumb {
	border:0;
	left:5px;
	padding:0px;
	position:absolute;
	top:10px;
}
#accordion2 p {
	left:245px;
	margin:0;
	position:absolute;
	width: 160px;
  padding: 0;
}
#accordion2 div {
	left:5px;
	margin:0;
	position:absolute;
	width:75px;
  padding: 0;
  text-align: center;
}
#accordion2 .slide_title {
	text-shadow:0 1px 0 #333;
  top: 94px;
}
#accordion2 .slide_content {
  color:#ddd;
	color:rgba(255,255,255,0.6);
	line-height:18px;
	top:60px;
}
#accordion2 .slide_content a{
  color:#ddd;
	color:rgba(255,255,255,0.6);
}
#accordion2 .slide_content_1 { top:8px; }
#accordion2 .slide_content_2 { top:26px; }
#accordion2 .slide_content_3 { top:44px; }
#accordion2 .slide_content_35 { top:49px; }
#accordion2 .slide_content_4 { top:62px; }
#accordion2 .slide_content_5 { top:80px; }
#accordion2 .slide_content_55 { top:92px; }
#accordion2 .slide_content_6 { top:98px; }
#accordion2 .slide_content_7 { top:116px; }
.slide_content a {
  color:#ddd;
	color:rgba(255,255,255,0.8);
  font-weight: normal;
  text-decoration:none;
  font-size: 12px;
}
#accordion2 .slide_content a:hover {
  text-decoration:underline;
}

#accordion2 .slide_button {
	font-size:10px;
	letter-spacing:0.2em;
	text-transform:uppercase;
	top:100px;
}
#accordion2 .slide_button a {
	background:rgb(34,92,122); /* Fallback */
	background:rgba(255,255,255,0.1);
	border:1px solid rgba(255,255,255,0.1);
	color:#fff;
	padding:2px 4px;
	text-decoration:none;
	text-shadow:none;
}
#accordion2 .slide_button a:hover {
	background:rgb(56,114,135); /* Fallback */
	background:rgba(255,255,255,0.2);
}
#accordion2 .lp10 {
padding-left:10px;
}

.alight {
  color:#ddd;
	color:rgba(255,255,255,0.8);
  font-weight: normal;
  text-decoration:none;
  font-size: 12px;
}
.add_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:22px;
	line-height:20px;
	width:54px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.add_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.add_button:active {
	position:relative;
	top:1px;
}

#reviewsInfoDefaultProductImage img, #productReviewsDefaultProductImage img, #reviewWriteMainImage img {
max-width: 100%; width: auto ! important; height: auto ! important;
}

.kjk {color: rgb(255, 0, 0); font-family: arial,helvetica,sans-serif; font-weight: bold;}
.front-box {width:230px; float:left; margin-right: 10px; text-align: left}
.front-box img {width:230px}
.no-margin {margin: 0}
p {padding: 0}
h2, .front-box a, .front-box a:link {color: #2961a6}
.top-line {width:100%; padding-top:10px; border-top:1px solid #2961a6;}
.img-r {width:auto; float:right}
.clr-b {clear:both}

.rating-static { 
    width: 60px; 
    height: 16px;  
    display: block; 
    background: url('../images/star-rating.png') 0 0 no-repeat;
}

.rating-50 { background-position: 0 0; }
.rating-40 { background-position: -12px 0; } 
.rating-30 { background-position: -24px 0; }
.rating-20 { background-position: -36px 0; }
.rating-10 { background-position: -48px 0; }
.rating-0 { background-position: -60px 0; }

.rating-5  { background-position: -48px -16px; }
.rating-15 { background-position: -36px -16px; }
.rating-25 { background-position: -24px -16px; }
.rating-35 { background-position: -12px -16px; }
.rating-45 { background-position: 0 -16px; }


    .sizepanel, .colourpanel {width:100%;height:300px;background-color:#0a55b1;border-bottom:5px solid #fff;}
		.panelText1 {color:#fff;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:22px;padding-top:13px;}
		#colourchart, #sizeguide {width:100%;height:80px;}
		#colourchart span.title, #sizeguide span.title {color:#FFFFFF;display:inline-block;margin-bottom:10px;font-family:Arial, Helvetica, sans-serif;font-size:30px;}
		#colourchart span.text, #sizeguide span.text {color:#FFFFFF;font-family:Arial, Helvetica, sans-serif;font-size:22px;line-height:30px;}
		#colourchart a, #sizeguide a {float:right;bold;color:#FFFFFF;margin-top:15px;}
#bottomNav a, #bottomNav a:visited, #navSuppWrapper {color: #fff;}
#navSuppWrapper {background-color: #0a55b1;}

.prod-review {width: 45%; margin-right: 4%; float:left; margin-bottom: 10px;}
input {padding:5px}

.madebykjk {position: absolute; top: 0; left: 0; width: 60px; height: 48px}
.bargainrow {display: inline-block; width: 800px;}
#googleAds {margin-left:-10px}
.catads {margin-left:-16px !important}
.braidcolourchart {margin-right: 8px}
.cartextras {border: 1px solid #cccccc; text-align: center; margin: 0 0 10px 0; padding: 0 0 10px 0; background-color: #B4D2F6;}
.cartextrasinner {width: 303px; text-align:left; margin-left:10px; float:left}

/* mobile only code - large screen */
@media only screen and (max-width:767px) {
.img-r {float:none; margin: 10px auto;display:block}
.front-box {width:100%; float:none; clear:both}
.front-box img {float:right; margin: 0 0 10px 10px}
#mainWrapper {padding-top:430px}
.cartextrasinner, #contactUsForm, #cartattrandaddtocart, #cartattrandaddtocart h4, #cartattrandaddtocart select, .colourChart, #contactUsForm label {width:100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; float:none; clear:both}
.back {float:none}
.forward, #shoppingCartDefault #PPECbutton {
	float: none;
	}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {width: 95%;}  
.wrapperAttribsOptions {height:auto}
.imgLink {display:none}
.bargainrow {display: inline-block; width: auto;}
#crossSell {display:none}
.colourChartBlock {display:none}
.colourChartImg {display:block; width:50%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box}
.colourChartTitle {display:block; width:50%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box}
.colourChartTop {display:none}
.colourChartTitle {height:38px}
#alsoPurchased {display:none}
#contactUsForm label {display:block}
#contactUsForm input {width:90%}
#howToPayMainContent img, .cartextrasinner img {max-width:100%; display:block}
#googleAds, #cartImage {display:none}
.braidcolourchart{max-width:100%}
.cartAttribsList, .cartAttribsList ul {margin:0;padding:0}
.cartAttribsList li {list-style:none}
.cartQuantity input[type=image] {width:60px}
.cartextrasinner {margin:0}
}

/* mobile only code - small screen */
@media only screen and (max-width:460px) {
.front-box img {float:none; margin: 10px auto;display:block}
#product_top_block {width:auto;}
#product_top_block a img {width:100% !important; height:auto !important}
.madebykjk {display:none}
.prod-review {width:100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; float:none; clear:both}
}


.buttonRow input[type="image"] {
  padding: 0;
}

/* Full width only */
@media only screen and (min-width:768px) {
  #cartmenu {display:none !important}
}


@media only screen and (max-width:550px) {
  #paypalcreditcard p {
    padding-top: 10px !important;
    clear: both;
  }
  #paypalcreditcard {
    width: auto !important;
  }
}
