/***********************************************************************************************
@author: www.TJS.co.uk
@date: July 2008
@version: default
************************************************************************************************/

/* Reset Values */
div, span, p, a, ul, ol, li, h1, h2, h3, h4, img, body{
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
}

form, input, select{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.left{
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #3A474F;
}	

.right{
	float: right;
	margin: 0 0 10px 20px;
	border: 1px solid #3A474F;
}	

.product_image{
	float: right;
	width: 281px;
	height: 195px;
	margin: 0 0 10px 20px;
}

.product_image img {
	border: 1px solid #3A474F;
}

#footer, #header, #nav{
	width: 100%;
	float: left;
}

/************************************************************************************************
*	Rounded Corners (Can either be span or div)
************************************************************************************************/

.highlight{
	color: #FEC418;
}

/************************************************************************************************
*	Rounded Corners (Can either be span or div)
************************************************************************************************/
.top_left, .bottom_right, .top_right, .bottom_left {
	display: block;
}

.top_left {
	background-position: top left;
	background-repeat: no-repeat;
}

.bottom_right {
	background-position: bottom right;
	background-repeat: no-repeat;
}

.top_right {
	background-position: top right;
	background-repeat: no-repeat;
}

.bottom_left {
	background-position: bottom left;
	background-repeat: no-repeat;
}

/************************************************************************************************
*	General Settings
************************************************************************************************/
body{
	font: normal 0.75em Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	background: #fff;
	padding: 0 0 20px 0;
	float: left;
	width: 100%;
}

a{
	color: #1780BA;
}

a.logout{
	float: right;
	text-align: left;
	margin: 8px 3px 0 10px;
	padding: 0;
	background: url(/images/logout_button.gif) no-repeat;
	text-indent: -999em;
	display: block;
	width: 66px;
	height: 25px;
}

.login{
	float: left;
	text-align: left;
	margin: 3px 3px 5px 0;
	padding: 0;
}

.formmargin_login{
	margin: 0 5px 0 0;
	text-align: right;
	width: auto;
}

p{
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

h1, h2, h3, h4 {
	margin: 0 0 10px 0;
}

label {
	font-weight: bold;
	text-align: right;
	margin: 0 0 10px 0;
}

input, checkbox{
	margin: 0 0 5px 0;
}

.update {
	margin: 0;
}

#wrapper{
	width: 970px;
	margin: 0 auto;
}

#header{
	margin: 0 0 1px 0;
}

#header h1{
	margin: 0;
}

#logo{
	background: url(/images/header.jpg) no-repeat;
	height: 128px;
	text-indent: -999em;
	display: block;
}

#sub_header{
	font-size: 140%;
	color: #fff;
	background: #000 url(/images/footer_bottom_right.gif) bottom right no-repeat;
	text-align: right;
	padding: 8px 24px 6px 24px;
}

#sub_header .highlight{
	font-weight: bold;
}

#nav{
	background: url(/images/nav_bottom.gif) bottom left no-repeat;
	padding: 0 0 10px 0;
	margin: 0 0 24px 0;
	font-size: 110%;
}

#nav li{
	float: left;
	margin: 0 0 1px 0;
}

#nav li a{
	color: #fff;
	background: #3A474F;
	display: block;
	width: 217px;
	padding: 2px 0 2px 17px;
	text-decoration: none;
}

#nav li a:hover{
	background: #000;
}

#nav li a.title{
	background: #FEC418;
	color: #000;
	width: 215px;
	border: 1px solid #3A474F;
	border-width: 0 1px;
}

#nav li a.title:hover{
	background: #FEC418
}

#nav li ul {
	/*border-top:	1px solid #3A474F;*/
	margin-top: 1px;
}

#nav li ul li a {
	color: #000;
	background: #ACB4BF;
	padding-left: 34px;
	width: 200px;
}
#nav li ul li a:hover {
	color: #fff;
}

#sidebar{
	float: left;
	width: 234px;
}

.segment {
	float: left;
	width: 234px;
	background: #FEC418;
	margin: 0 0 20px 0;
}

.segment .top_left {
	background-image: url(/images/basket_top_left.gif);
}

.segment .bottom_right {
	background-image: url(/images/basket_bottom_right.gif);
}

.segment .top_right {
	background-image: url(/images/basket_top_right.gif);
}

.segment .bottom_left {
	background-image: url(/images/basket_bottom_left.gif);
	padding: 15px 18px;
}

.segment a{
	width: 100%;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-style: italic;
}

.segment p{
	margin: 10px 0 10px 0;
}

#inner_wrapper{
	float: left;
	margin: 0 0 0 25px;
	padding: 20px 0 0 0;
	width: 709px;
}

#inner_wrapper ul{
	margin: 0 0 0 30px;
}

#inner_wrapper ul li{
	list-style-type: disc;
}

#product_options{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

#product_options .search_item{
	float: left;
	width: 222px;
	margin: 0 21px 10px 0;
	background: #FEC418;
}

#product_options .last{
	margin-right: 0;	
}

#product_options .refreshbutton{
	clear: left;
	float: left;
}

#product_options .reset{
	float: right;
	margin: 0 0 10px 0;
	background: url(/images/reset_button.gif) no-repeat;
	text-indent: -999em;
	display: block;
	height: 25px;
	width: 83px;
}

#product_options .view_results{
	float: right;
	margin: 0 0 10px 10px;
	background: url(/images/results_button.gif) no-repeat;
	text-indent: -999em;
	display: block;
	height: 25px;
	width: 83px;
}

#product_options .top_left {
	float: left;
	background-image: url(/images/basket_top_left.gif);
}

#product_options .bottom_right {
	float: left;
	background-image: url(/images/basket_bottom_right.gif);
}

#product_options .top_right {
	float: left;
	background-image: url(/images/basket_top_right.gif);
}

#product_options .bottom_left {
	float: left;
	width: 186px;
	background-image: url(/images/basket_bottom_left.gif);
	padding: 15px 18px;
}

#product_options label {
	float: left;
	font-weight: bold;
	width: 100%;
	margin: 0 0 3px 0;
}

#product_options select {
	float: left;
	width: 100%;
	clear: left;
	margin: 0 0 3px 0;
}

#product_options .element{
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}

#product_options .element label{
	text-align: left;
}

#product_description{
	clear: left;
}

#product_options img.step {
	margin: 0 10px 0 0;
	width: 36px;
	height: 41px;
	float: left;
}

#addform, #addform table {
	width: 100%;
}

form#addform td.submit {
	text-align:right;
}

	
table {
	border-collapse:collapse;
	width:100%;
	}
th,td {
	vertical-align:top;
	}
span.note,div.note,
span.error,div.error {
	margin:12px 0px;
	color:#db1e22;
	font-weight: bold;
	}
span.error,div.error {
	font-weight:bold;
	}
div.note {
	margin:12px 0px;
	}

/*---- products area on cable ties page ----*/
	table#productlist{
		/*width: 709px;*/
	}
	table#productlist tr.highlight_row td{
		font-size: 0.75em;
		background: #E8E8E8;
		text-align: center;
	}
	table#productlist th{
		text-align: left;
		padding: 0 0 5px 0;
	}
	table#productlist td {
		vertical-align:middle;
		padding:3px 0px;
		/*white-space:nowrap;*/
		white-space:normal;
		}
	table#productlist tr.odd td, table#full_productlist tr.odd td {
		background-color:#FEC418;
		}
	table#productlist tr.even td, table#full_productlist tr.even td {
		background-color:#FFFBEB;
		}
	table#full_productlist tr td {
		padding: 5px 5px;
	}
	table#full_productlist tr.odd td a {
		color: #000;
	}
	table#full_productlist tr.even td a {
		color: #000;
	}
	table#productlist td.product_name {
		color:#000;
		padding: 0 5px;
		white-space:normal;
		width:250px; /* combined with the white-space on this and other cells, should ensure that this cell is as wide as possible but without forcing any others to wrap */
		}
	table#productlist td img {
		margin:0px 12px 0px 9px;
		}
	table#productlist input.text {
		width:34px;
		padding-left: 2px;
		padding-right: 2px;
		}
	table#productlist td.packsize {
		text-align: center;
		padding-left:4px;
		padding-right:4px;
		}
	table#productlist td.product_price {
		color:#1780BA;
		padding:0px 3px 0px 5px;
		}
	table#productlist td.quantity {
		width: 38px;
		padding-left: 4px;
		padding-right: 4px;
		}
	table#productlist td.quantity input{
		margin-top: 4px;
		padding: 1px 0 0 2px;
		}		
	table#productlist tr.even td.dot, table#productlist tr.odd td.dot, table#productlist tr.highlight_row td.dot{
		width: 20px;
		background: none;
		}
	table#productlist tr.final td {
		white-space:nowrap;
		border-bottom:1px solid #FFFBEB;
		}

/*---- cart (and chekout) ----*/
table.checkout, table.cart {
	/*width:711px;*/
	}

table.cart,
table.checkout,
div#prices_note {
	margin-top:10px;
	}
table.previous {
	margin-top:5px;
	margin-bottom:31px;
	}
table.cart th span,
table.checkout th span {
	font-weight:normal;
	}
table.cart td, table.cart th,
table.checkout td,table.checkout th {
	background-color:#FFFBEB;
	padding: 5px 0 5px 12px;
	text-align:left;
	}
table.cart input{
	margin: 0;
}
table.cart th,table.cart td {
	text-align:left;
	white-space:nowrap;
	vertical-align: middle;
	}
table.checkout th,table.checkout td {
	text-align:left;
	}
table.cart th,
/*table.checkout th,*/table.checkout td.heading {
	background-color:#FEC418;
	color:#000;
	font-weight:bold;
	border-bottom:8px solid #ffffff;
	padding-top:0;
	padding-bottom:7px;
	vertical-align:top;
	}
table.cart th {
	padding-top: 7px;
	padding-left: 0;
	padding-right: 0;
}
table.checkout td.heading {
	padding-left:12px;
	background-image: url(/images/basket_top_left.gif) ;
	background-position: top left;
	background-repeat: no-repeat;
	}
table.checkout td.heading h2 {
	background-image: url(/images/basket_top_right.gif) ;
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 7px;
	font-size:1em;
	}
table.checkout td.heading h2 a {
	color:#000;
	text-decoration:none;
	}
table.cart th.description{
	background-image: url(/images/basket_top_left.gif) ;
	background-position: top left;
	background-repeat: no-repeat;
}
table.cart th.description,table.cart td.description,
table.checkout th.description,table.checkout td.description {
	text-align:left;
	white-space:normal;
	width:300px; /* combined with the white-space on this and other cells, should ensure that this cell is as wide as possible but without forcing any others to wrap */
	padding-left:12px;
	}
table.cart td.subtotal {
	text-align:right;
	padding-right: 7px;
	}
table.cart th.subtotal {
	background-image: url(/images/basket_top_right.gif) ;
	background-position: top right;
	background-repeat: no-repeat;
}
table.cart td.subtotal span.higher_rate_delivery_charge {
	font-weight:normal;
	}
div.related {
	background-color:#FEC418;
	color:#000;
	font-weight:bold;
	border-bottom:8px solid #ffffff;
	padding-top:15px;
	padding-bottom:7px;
	padding-left:12px;
	margin-top:31px;
	}
ul.related {
	background-color:#FFFBEB;
	padding:0px 0px 12px 0px;
	margin:0px;
	list-style:none;
	}
ul.related li {
	padding-top:12px;
	padding-left:12px;
	}



table.checkout th {
	text-align:right;
	padding-right:5px;
	white-space:nowrap;
	font-weight:normal;
	}
table.cart tr.final td,
table.checkout tr.final td {
	padding-bottom:12px;
	}
table.cart tr.final table td,
table.checkout tr.final table td {
	padding-bottom:0px; /* don't want all cells in nested tables to have this padding */
	}
table.cart tr.buttons td,
table.checkout tr.buttons td {
	padding-top:15px;
	padding-bottom:5px;
	padding-left:12px;
	text-align: right;
	}
table.cart tr.delivery td,table.cart tr.vat td,
table.checkout tr.delivery td,table.checkout tr.vat td {
	border-bottom:1px solid #ffffff;
	padding-bottom:12px;
	font-weight: bold;
	}
table.cart tr.delivery td,
table.checkout tr.delivery td {
	border-top:1px solid #ffffff;
	}
table.cart tr.buttons td a,
table.cart tr.buttons td input,
table.checkout tr.buttons td.continue {
	padding-left:8px;
	}
table.cart input.text,
table.checkout input.text {
	width:50px;
	margin-right:2px;
	}
table.checkout tr.blank td {
	height:31px;
	background-color:#ffffff;
	}
div#checkoutfooter{
	float: left;
	width: 682px;
}
div.cartfooter,div#checkoutfooter {
	margin:1px 0 0 0;
	color:#fff;
	background-color:#000;
	font-size:1.27em;
	font-weight:bold;
	text-align:right;
	padding:15px 12px 15px 15px;
	}
div.cartfooter span.price {
	margin:0px 5px;
	}
	
div.cartfooter a.checkout_button{
	float: right;
	text-align: left;
	margin: -4px 2px 0 10px;
	padding: 0;
	background: url(/images/button_checkout.gif) no-repeat;
	text-indent: -999em;
	display: block;
	width: 66px;
	height: 25px;
}

.protx {
	padding: 0;
	float: left;
	width: 100%;
	font-size: 0.7em;
}

.protx img{
	float: left;
	margin: 0 0 0 2px;
}

.protx p{
	margin: 35px 0 0 0;
}
		
#footer {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 0.95em;
	background: #000 url(/images/footer_bottom_right.gif) bottom right no-repeat;
	color: #fff;
}

#footer ul{
	background: url(/images/footer_bottom_left.gif) bottom left no-repeat;
	padding: 10px 0 10px 20px;
	float: left;
	width: 950px;
}

#footer li{
	float: left;
}

#footer a{
	text-decoration: none;
	color: #fff;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #fff;
}	

#footer a:hover{
	text-decoration: underline;
}	

#footer .info{
	float: right;
	margin: 0 20px 0 0;
}

#footer .info a{
	border: 0;
	color: #FEC418;
}