/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman		[www.optixsolutions.co.uk]

	Listing Order:
	==============
	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages
	Shop Elements
************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	background: url(../i/layout/bg.gif) 0 0 repeat-x;
	font-size: .7em;
	text-align: center;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
}

div#content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol, div#content form {
	margin: 1em 0;
	padding-left: 1px;
}

div#content h1 {
	color: #C72E25;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	outline: none;
	text-decoration: none;
}

div#content a {
	color: #C72E25;
	text-decoration: underline;
}

div#content a:hover {
	color: #96231C;
}

/***********************************************************************
	FORMS
************************************************************************/

.worldpay-area{
	width: 155px;
	height: 80px;
	margin-bottom: 10px;
}

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label						{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

table.user-details tbody tr td label {
	width: 150px;
}

table.user-details tbody tr td label em {
	weight: bold;
	color: #FF0000;
}

table.user-details tbody tr td input,textarea,select {
	width: 150px;
	border: 1px solid #FFD955;
	background: #FFFFCC;
}

table.user-details tbody tr td input[Type="checkbox"] {
	background: none;
	border: none;
}

table.user-details tbody tr td select {
	width: 152px;
}

table.user-details tbody tr td input.error,textarea.error,select.error,textarea.error {
	border: 1px solid #FF0000;
	font-weight: normal;
}

table.user-details tbody tr td.error {
	background: #990000;
}

table.user-details tbody tr td i {
	color: #666666;
}


/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#main{
	clear: both;
}
div#container {
	margin: 0 auto;
	text-align: left;
	width: 760px;
}
div#navbar{
	clear: both;
}

p.price {
	font-size: 1.3em;
	font-weight: bold;
}

div#prod-cart {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

div#cart-box h2,
div#prenav h2 {
	background: #fff url(../i/layout/customer-area-header-bg.gif) 0 0 no-repeat;
	display: block;
	height: 16px;
	padding: 3px 0 0px 33px;
	position: relative;
	text-align: left;
}

/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

div#header {
/*	background: #901;*/
	height: 130px;
	position: relative;
}

div#logo {
	clear: left;
	float: left;
	position: relative;
}


div#logo a {
	background: url(../i/layout/logo.gif) 0 0 no-repeat;
	display: block;
	height: 100px;
	left: 9px;
	position: relative;
	text-indent: -999em;
	top: 20px;
	width: 225px;
}

div#call-us-now {
	float: right;
	position: relative;
}

div#call-us-now a {
	background: url(../i/layout/call-us-now-logo.gif) 0 0 no-repeat;
	display: block;
	height: 59px;	
	text-indent: -999em;
	position: relative;
	right: 30px;
	top: 45px;
	width: 232px;
}

div#login-tab {
	background: transparent url(../i/layout/login-tab.gif) 0 0 no-repeat;
	float: right;
	height: 23px;
	position: absolute;
	right: 110px;
	/*top: 7px;*/
	width: 165px;
}

div#login-tab ul {
	position: relative;
	margin-left: 18px;
}

div#login-tab ul li {
	border-right: 1px solid #fff;
	float: left;
	padding-right: .5em;
	margin-right: .5em;
}

div#login-tab ul li.last {
	border-right: 0;
	color: #fff;
	padding-right: 0;
	margin-right: 0;
}

div#login-tab ul li a {	
	color: #fff;
	font-size: .9em;
}

div#login-tab ul li a:hover {	
	text-decoration: underline;
}

/***********************************************************************
	NAVIGATION
************************************************************************/

div#nav {
	background: #DB3329 url(../i/layout/nav-bg.gif) 0 0 repeat-x;
	clear: both;
	height: 33px;
	position: relative;
	/*top: 50px;*/
}

div#nav ul li {
	background: url(../i/layout/nav-seperator.gif) right 0 no-repeat;
	float: left;
	position: relative;
}

div#nav ul li a {
	color: #fff;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	height: 27px;
	padding: .55em .75em 0 .75em;
	position: relative;
}

div#nav ul li a:hover {
	background: transparent url(../i/layout/nav-hover.gif) 0 27px repeat-x;
}

div#quicksearch {
	background: url(../i/layout/quicksearch-bg.gif) 0 0 no-repeat;
	color: #655C58;
	float: right;
	position: relative;
	right: 8px;
	width: 187px;
}

div#quicksearch form fieldset label {
	padding: 1px 5px 0 0;
	text-transform: lowercase;
	width: 37%;
}

div#quicksearch form fieldset input {
	width: 48%;
}

div#quicksearch form fieldset input#search {	
	margin-left: 1px;
	width: 9px;
}

/***********************************************************************
	BODY ELEMENTS
************************************************************************/

div#content {
	float: left;
	position: relative;
	width: 362px;
}

div#content p.author {
	font-style: italic;
	margin-top: 0;
}

div#content-sub-left {
	background: #FFE87C;
	float: left;
	position: relative;
	width: 180px;
	margin: 0px;
	padding: 0px;

}

div#content-sub-right {
	float: right;
	position: relative;
	width: 187px;
	margin:0px;
	padding:0px;
}

div#content div.news-entry {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 2em;
	padding-bottom: 1em;#	
}

div#content div.news-entry img{
	position: relative;
	float: right;
}



div#content h2 {
	font-size: 1.2em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.home div#content h2 {
	font-size: 1em;
	margin-bottom: .8em;
	text-transform: none;
}

div#content div.news-entry h3 {
	color: #666;
	margin-top: 0;
	text-transform: uppercase;
}

div#news-article h2{
	font-size: 1.2em;
}

div#news-article h3{
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

div.download-item{

	margin-top: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	float: right;
	border: 1px solid #eee;
}

div.download-item h2{
	text-transform: none;
	font-size: 1em;
	color: #000000;
}

div#content ul.phone-numbers, div#content ul.phone-numbers li {
	font-size: 1.05em;
	list-style: none;
	text-indent: 10px;
}



div#content p.brochure-download{

}

.no-right div#content {
	width: 561px;
}

div#content p.brochure-download a {
	background: url(../i/layout/pdf.gif) 2px 4px no-repeat;
	border: 1px solid #F3BFB9;
	font-size: 1.2em;
	font-weight: bold;
	padding: 12px 5px 12px 40px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	width: 120px;
	position: relative;
	float: right;
}

div#content p.brochure-download a:hover {
	background: #FFF1EF url(../i/layout/pdf.gif) 2px 4px no-repeat;
}

.no-right div#content-sub-right {
	display: none;
}

.product-review div#content img {
	float: right;
	padding-left: 10px;
}

.product-review div#content p.author {
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0;
}

.product-review div#content p.magazine {
	font-style: italic;
	margin-top: 0;
}

div#content-sub-left img.pc-logo {
	margin: 1em auto;
}

div#photo-holder {
	float: right;
	padding-left: 1em;
}

div#photo-holder img {
	border: 1px solid #eee;
	padding: 5px;
	margin: 1em 0;
}

div#photo-holder-services {
	margin-top: 47px;
	float: right;
	padding-left: 1em;
}

div#photo-holder-services img {
	border: 1px solid #eee;
	padding: 5px;
	margin: 1em 0;
}

div#photo-holder-news {
	float: right;
	padding-left: 1em;
}

div#photo-holder-news h4{
	font-size: .8em;
	color: #666666;
	padding-left: 4px;
}

div#photo-holder-news img {
	border: 1px solid #eee;
	padding: 5px;
	margin-bottom: 1em;
}

img#van-photo {
	border: 1px solid #eee;
	padding: 5px;
	margin: 1em 0;
}

div#services{

	background-color: #ffffff;
	position: relative;
	margin-top: 21px;
}

div.service-content{
float: left;
display: block;
	padding: 5px;
	width: 550px;
}

div#services-services{
/*float: left;
background: Blue;

	height: 20px;
	width: 100%;*/
	position: relative;
	/*float: left; */
	height: 20px;
	width: 100%;


}
div#services-advice{
	position: relative;
	/*float: left; */
	height: 20px;
	width: 100%;
}

div#services-install{
	position: relative;
	/*float: left; */
	height: 20px;
	width: 100%;
}
div#services-training{
	position: relative;
	/*float: left; */
	height: 20px;
	width: 100%;
}
div#services-support{
	position: relative;
	/*float: left; */
	height: 20px;
	width: 100%;
}
div#services-broadband{
	position: relative;
	/*float: left; */
	height: 20px;
	width: 100%;
}

div#services-tab-links{


float: left;
position: relative;
display: block;
margin-left: 7px;
padding-left: 0px;

}

div#services-tab-links ul{
padding: 0px;
padding-left: 0px;


}

div#services-tab-links ul li{
text-indent: 0px;
float: left;
display: block;
border-right: 1px solid #E6E6E6;
padding-top: 3px;
height: 20px;


}
div#services-tab-links ul li a{
padding-left: 5px;
padding-right: 5px;
color: #C6C6C6;
height: 15px;
float: left;
padding-top: 7px;
text-decoration: none;




}

div#services-tab-links ul li a#current{
background-image: url(../i/layout/current-tab.jpg);
background-repeat: no-repeat;
background-position: 50% -1px;
color: #4B4B4B;

}

div#services-tab-links ul li a:hover{
color: #000000;
}


div#services-tab-links ul li#test1 a{

padding-left: 0px;
margin-left: 0px;
}
div#services-tab-links ul li#test2 a{

}
div#services-tab-links ul li#test3 a{

}
div#services-tab-links ul li#test4 a{

}
div#services-tab-links ul li#test5 a{

}
div#services-tab-links ul li#test6 a{

}




div.downloads-table{
margin-top:10px;
	width: 360px;
	background: #F6F6F6;
}
div.downloads-name{
float: left;
display: block;
padding:4px;
	width: 240px;
	background: #FFD3BF;
	margin-right: 4px;
}
div.downloads-size{
float: left;
display: block;
padding:4px;
	width: 100px;
	background: #FFD3BF;
}
div.downloads-icon{
margin-top: 5px;
float: left;
display: block;
padding:0px;
	width: 28px;
	background: #613358;
	margin-right: 4px;

}
div.downloads-name-item{
margin-top: 5px;
float: left;
display: block;
padding:4px;
	width: 208px;
	background: #FEF3BD;
	margin-right: 4px;
}
div.downloads-size-item{
margin-top: 5px;
float: left;
display: block;
padding:4px;
	width: 100px;
	background: #FEF3BD;
}


/***********************************************************************
	CONTENT SUB LEFT
************************************************************************/

div#content-sub-left h2 {
	background: #fff url(../i/layout/special-offers-header-bg.gif) 0 0 no-repeat;
	color: #383838;
	height: 18px;
	padding: 4px 0 0 22px;
}

div#content-sub-left div.last {
	background: transparent;
}

div.offer, div.category {
background: url(../i/layout/nav-product-seperator.gif) 0 bottom repeat-x;

margin-bottom: 4px;
	padding: 5px 4px 9px 4px;	
}

div.offer div.product-info{
	overflow: auto;
}

div.offer h3, div.category h3 {
	
	color: #383838;
	font-weight: bold;
	margin-left: 4px;
	padding: 0 0 0px 0px;
	text-transform: uppercase;
}

div.offer h3 a, div.category h3 a {
	background: url(../i/layout/nav-product-icon.gif) left top no-repeat;
	background-position: 0 3px;
	padding-left: 14px;

	color: #383838;
}

div.offer h3 a:hover, div.category h3 a:hover {
	color: #000;
	text-decoration: underline;
}

div.product-info, div.sub-category {
	background: #FEF3BD;

		border: 1px solid #E6D897;
	padding: 8px;
	height: 100%;
}
div.product-info-dummy{

	padding: 5px;
	height: 100%;
}

div.product-info img, div.sub-category img {
	
	float: right;
	display: block;
	margin-top: 5px;
	margin-right: 4px;
	margin-left: 5px;
		
}

div.product-info p, div.sub-category p {

	text-align: left;
}

div.product-info p.product-price {
	color: #4D4D4D;
	font-weight: bold;
}

div.results-number{
display: block;
clear: both;
background-color: #FEF3BD;
padding: 5px;
margin-top: 4px;
margin-bottom: 4px;
}


/***********************************************************************
	CONTENT SUB RIGHT
************************************************************************/

div#content-sub-right {
	padding-top: 2em;
	position: relative;
	right: 8px;
}

div#prenav {
	padding-bottom: 5px;
	text-align: center;
	background: #FFF0AD;
	margin-bottom: 15px;
	position: relative;

}

div#prenav ul {
	padding-top: 8px;
	padding-bottom: 8px;
}

div#customer-area h2 {
	background: #fff url(../i/layout/customer-area-header-bg.gif) 0 0 no-repeat;
	display: block;
	height: 16px;
	padding: 3px 0 0px 33px;
	position: relative;
}

div#content-sub-right div#customer-area form fieldset.fs {
	background: #FFF0AD;
	margin: 0;
	padding: .35em 0 0 0;
	position: relative;
}

legend {
	display: none;
}

div#content-sub-right div#customer-area form p input {
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
}

div#content-sub-right div#customer-area form p {
	clear: both;
	margin: 0;
	position: relative;
}

div#content-sub-right p img {
	clear: both;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}

div#content-sub-right div#customer-area form,
div#content-sub-right div#customer-area form fieldset ol {
	margin: 0;
	padding: 0;
}

div#content-sub-right div#customer-area form fieldset ol {
	list-style: none;
}

div#customer-area{

}
div.chat{

	width: 188px;
	height: 143px;
	background-image: url(../i/layout/chat-button.jpg);
	background-repeat: no-repeat;	
	background-position: top center;
}
div.chat a{
	text-indent: -999%;
	width: 188px;
	height: 138px;
	float: left;

}
* html div.chat{

	width: 180px;
	height: 143px;
	background-image: url(../i/layout/chat-button.jpg);
	background-repeat: no-repeat;	
	background-position: top center;
}
* html div.chat a{
	text-indent: -999%;
	width: 180px;
	height: 138px;
	float: left;

}
div#customer-area form fieldset ol li {
	clear: both;
	position: relative;
}

div#customer-area form fieldset ol li label {
	margin-left: 7px;
	width: 25%;
}

div#customer-area form fieldset ol li input {
	width: 60%;
}

div#customer-area form fieldset p {
	margin: 0;
}

input#Signup {
	background-color: #FFD0BC;
	border: 1px solid #990000;
	margin-top: 7px;
}

input.login-button {
	font-weight: bold;
}

div#customer-area img.signup{
	float: left;
	display: block;
	margin-left: 0px;
	padding-left: 60px;
}


div#content-sub-right p {
	color: #6A6A6A;
	margin: 1.5em 0;
}

div#cart-box {
	margin-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	background: #FFF0AD;
	margin-bottom: 5px;
	position: relative;
}



div#content-sub-right p a {
	color: #E6746D;
	text-decoration: underline;
}

div#content-sub-right p a:hover {
	color: #C72E25;
	text-decoration: underline;
}

div.cart-item {
	padding-left: 5px;
	float: right;
}

div.cart-item span.cart-item-text {
	position: relative;
	padding-bottom: 5px;

	width: 150px;
	float: left;
	text-align: left;
}

div.cart-item a {
	margin-top: 2px;
	position: relative;
	float: right;
	background: url(../i/layout/remove.gif) right no-repeat;
	display: block;
	width: 20px;
	height: 12px;
}

/*div.cart-item a {
	background:#918;
	display: block;
	float: right;
	padding: 0;
	margin: 0;
	position: relative;
	text-align:right; 
}

div.cart-item span {
	text-align: right;
	text-decoration: none;
  	width: 1em;
}*/
div.product-item div.price-box div.buy-me{
display: inline;
clear: none;
height: 15px;
padding:0px;
margin:0px;
padding-top: 0px;
padding-left: 4px;
width: 50px;
text-align: left;
}
div.product-item img.border-thing{
float: left;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
}
div.product-item div.price-box{
background-color: #FFE87C;
width: 120px;
padding:5px;
float: right;
padding-top:4px;

margin-right: 5px;
margin:5px;
}
div.product-item div.price-box div.cost{
margin-left:4px;
display: inline;
margin-right: 5px;
height: 15px;
font-weight: bold;

}
div.product-item div.price-box div.vat{
height: 15px;
margin-left:4px;
display: block;
padding-right: 7px;
margin-top: 4px;
color: #000000;
font-size: .9em;
}
div#product-list div.product-item h3 a{
color: #000000;
margin: 0px;
padding:0px;
}
div#product-list div.product-item h3 a:visited{
color: #000000;
margin: 0px;
padding:0px;
}
div#product-list div.product-item h3 a:hover{
color: #666666;
margin: 0px;
padding:0px;
}
div#product-list div.product-item h3{
color: #000000;
margin: 0px;
padding:0px;
margin-left: 5px;
margin-top:4px;
margin-bottom: 10px;
} 


div#content div.product-item h3 a{
color: #666666;
margin: 0px;
padding:0px;
}
div#content div.product-item h3 a:hover{
color: #666666;
margin: 0px;
padding:0px;
}
div#content div.product-item h3{
color: #666666;
margin: 0px;
padding:0px;
margin-left: 5px;
margin-top:4px;
margin-bottom: 10px;
}
div#product-list div.product-item p{
padding-right: 10px;

}
div#content div.product-item div.price-box div.buy-me a{
position: relative;
display: inline;
color: #000000;
padding-top: 0px;
height: 20px;
margin-right: 15px;
}
div#content div.product-item div.price-box div.buy-me a:hover{
color: #666666;
margin-right: 15px;

}
div#content div.product-item div.price-box div.price-and-vat{
	margin-top: 2px;
	margin-right: 2px;
}
div#product-list div.product-item input{
background-color: #FFE87C;
background-image: url(../i/layout/nav-product-icon.gif);
background-repeat: no-repeat;
background-position: 0 4px;
padding-left: 10px;
color: #666666;
border: 1px dashed #ffffff;
float: left;
margin-top: 10px;
margin-left: 15px;
}
div.product-item input{
background-color: #FFE87C;
background-image: url(../i/layout/nav-product-icon.gif);
background-repeat: no-repeat;
background-position: 0 4px;
padding-left: 10px;
color: #666666;
border: 1px dashed #ffffff;
float: left;
margin-top: 10px;
margin-left: 15px;
}


/***********************************************************************
	CONTENT
************************************************************************/

div#content {
	margin-left: 1em;
	text-align: justify;
}

div#home-button-container img {
	float: left;
	position: relative;
	margin: 8px;
}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

div.loggedin {
	background: #FFF0AD;
}

div.loggedin ol li strong {
	font-size: 1.2em;
	color: #990000;
}

div.loggedin ol {
	text-align: center;
	list-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
}

div#footer {
	border-top: 1px dotted #BDBDBD;
	margin: 1em auto 0;
	padding-top: .5em;
	width: 740px;
}

div#footer, div#footer a {
	/*color: #BDBDBD;*/
	color: #5E3256;
}

div#footer a:hover {
	color: #999;
	text-decoration: underline;
}

div#nav-footer {
	margin-bottom: .3em;
}

div#nav-footer ul, div#nav-footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#nav-footer ul {
	text-align: center;
}

div#nav-footer ul li {
	border-right: 1px solid #BDBDBD;
	display: inline;
	margin-right: .4em;
	padding-right: .4em;
}

div#nav-footer ul li.last {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

/***********************************************************************
	MESSAGES
************************************************************************/

.error { 
	color: #a00;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

.notice {
	color: #d22;
	font-weight: bold;
}

.message { 
	
}

/***********************************************************************
	REVIEW ITEMS
************************************************************************/

div#content div.review-item {
	margin-top: 20px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 2em;
	padding-bottom: 1em;#	
}

div#content div.review-item img{
	position: relative;
	float: right;
}

div#content div.review-item h2{
	padding-bottom: 10px;
}

div#content div.review-item h2,
div#content div.review-item p {
	margin: 0 0 .3em 0;
}

/***********************************************************************
	SHOP ELEMENTS
************************************************************************/

div#payment {
	text-align: center;
	font-size: 1.5em;
	background: #FFE87C;
	width: 100%;
}

div#payment-description {
	text-align: center;
	padding: 15px;
	font-size: 1.2em;
	background: #FFEFB7;
}

form#products div#payment-description input#submit {
	float: right;
	background: url(../i/layout/continue.png);
	cursor: pointer;
	width: 130px;
	height: 52px;
	display: block;
	border: none;
	text-indent: -999em;
	letter-spacing:-999px;
}

div#payment-description p{
	margin-top: 30px;
	margin-bottom: 30px;
}

div#payment-description p input{
	margin-bottom: 10px;
}

table#shopping-basket {
	border: 1px dotted #DDD;
	background: #FFE87C;
	width: 100%;
	text-align: right;
}

table#shopping-basket .shopping-basket-list-product{
	text-align: left;
	padding-left: 5px;
}

table#shopping-basket .shopping-basket-list-price, .shopping-basket-list-quantity{
	padding-right: 5px;
	width: 60px;
}

table#shopping-basket .totals{
	font-weight: bold;

}

table#shopping-basket .shopping-basket-list-remove{
	text-align: center;
	width: 15px;
	padding-left: 1px;
}

table#shopping-basket .shopping-basket-list-quantity input{
	width: 18px;
	height: 12px;
	text-align: center;
	padding-bottom: 1px;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px dotted #000;
}

table#shopping-basket thead {
	font-weight: bold;
	background: #FFA06C;
	padding: none;
	margin: none;
	height: 15px;
}

table#shopping-basket tbody tr {
	height: 20px;
}

table#shopping-basket tbody tr td.update input {
	background: url(../i/layout/update.gif) right no-repeat;
	width: 80px;
	border: none;
}

table#shopping-basket tbody tr td.update input:hover {
	background: url(../i/layout/update-hover.gif) right no-repeat;
}

table#shopping-basket tfoot {
	font-weight: bold;
	height: 40px;
}

div.checkoutLinkNOJS a{
	float: right;
}

div.checkoutLink a{
	float: right;
	background: url(../i/layout/checkout.gif) right no-repeat;
	width: 100px;
	height: 15px;
}

div.checkoutLink a:hover{
	background: url(../i/layout/checkout-hover.gif) right no-repeat;
	cursor: default;
}

ul#cart-header li{
	list-style: none;
	float: left;
	padding-bottom: 10px;
}

ul#cart-header li img{
	display: block;
	float: left;
}

table#payment-method{
	width: 100%;
	background: #FFE87C;
	text-align: center;
}

table#payment-method thead {
	font-weight: bold;
	background: #FFA06C;
	padding: none;
	margin: none;
	height: 15px;
}

table#payment-method tbody{
	height: 60px;
}

table#payment-method tbody tr{
	display: inline;
}

table#payment-method tbody tr td{
	padding-left: 20px;
	padding-right: 20px;
}

div#asc-desc{
float: left;
display: inline;
width: 160px;
background-color: #FEF3BD;
height: 16px;
padding: 5px;
}

div#asc-desc ul{
	list-style: none;
}
div#asc-desc ul li{
	float: left;

}
div#asc-desc ul li img{
	display: inline;
	float: none;
	
}
div#asc-desc ul li a{
	text-decoration: none;
}

div.table-top-a{
float: left;
display: block;
padding: 4px;
padding-top: 1px;
/*background-color: #FFCAB1;*/
width: 50px;	
height: 15px;
margin-right: 2px;
}
div.table-top-b img{
float: left;
display: inline;
margin-right: 3px;
margin-top: 1px;
}
div.table-top-b a{
float: left;

display: inline;

}
div.table-top-e img{
float: left;
margin-top: 1px;
display: inline;
margin-right: 3px;
}
div.table-top-e a{
float: left;
display: inline;

}
div.table-top-b{
float: left;
display: block;
padding: 4px;
padding-top: 1px;
/*background-color: #FFCAB1;*/
/*width: 40px;	*/
height: 15px;
margin-right: 2px;
}
div.table-top-c{
float: left;
display: block;
padding: 4px;
padding-top: 3px;
padding-left: 0px;
/*background-color: #FFCAB1;*/
width: 5px;	
height: 12px;
margin-right: 2px;
}
div.table-top-d{
float: left;
display: block;
padding: 4px;
padding-top: 3px;
padding-left: 0px;
/*background-color: #FFCAB1;*/
width: 5px;	
height: 12px;
margin-right: 10px;
}
div.table-top-e{
float: left;
display: block;
padding: 4px;
padding-top: 1px;
/*background-color: #FFCAB1;*/
/*width: 22px;	*/
height: 15px;
margin-right: 2px;
}
div.table-top-f{
float: left;
display: block;
padding: 4px;
padding-top: 4px;
padding-left: 0px;
/*background-color: #FFCAB1;*/
width: 5px;	
height: 12px;
margin-right: 2px;
}
div.table-top-g{
float: left;
display: block;
padding: 4px;
padding-top: 4px;
padding-left: 0px;
/*background-color: #FFCAB1;*/
width: 5px;	
height: 12px;
margin-right: 2px;
}


div#results-per{
float: right;
display: inline;
width: 180px;
background-color: #FEF3BD;
height: 16px;
padding: 5px;
margin-bottom: 2px;
}
div.results-per-a{
float: left;
display: block;

width: 90px;
margin-right: 2px;
}
div.results-per-b{
float: left;
display: block;

	width: 13px;
	margin-right: 2px;
}
div.results-per-c{
float: left;
display: block;

	width: 20px;
	margin-right: 2px;
}
div.results-per-d{
float: left;
display: block;

	width: 20px;
	margin-right: 2px;
}
div.results-per-e{
float: left;
display: block;

	width: 20px;
	margin-right: 2px;
}

div#results-per ul{
	list-style: none;

}
div#results-per ul li{
/*	float: left;*/

}
div#results-per ul li img{
/*	display: block;
	float: left;*/
}
div#results-per ul li a{
background: Teal;
}

div#displaying-number{
	position:  relative;
	float: left;
	width: 363px;
}

div.product-item{
background-color: #FEF3BD;
	position: relative;
	float: left;
	width: 353px;
/*	margin-top:5px;*/
	margin-bottom: 3px;
	border-bottom: 1px dashed #E3CEDF;
	border-top: 1px dashed #E3CEDF;
	padding-right:5px;
}
div#content div.product-item h3 a{

	color: #000000;
}

}
div.product-item h3 a:hover{
	color: #666666;

}
div.product-item h3 a:visited{
	color: #000000;

}
div.vans{
	float: left;
	display: block;
}


div#product-detail{
/*background-color: Aqua;*/
padding: 10px;
}
div#product-detail img{
float: right;
margin-left: 20px;
margin-bottom: 15px;
margin-top: 15px;

}
div.related-products{
	/*background-color: Fuchsia;*/
	padding: 10px;
	padding-top: 0px;
	margin-bottom: 20px;
}
div.related-products div.related-para{
background-color: #FFF7CF;
padding:0px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 5px;
margin:0px;
margin-bottom:4px;
	border-bottom: 1px dashed #E3CEDF;
	border-top: 1px dashed #E3CEDF;
}
div.related-products div.related-para img{
float: left;
margin-top: 3px;
margin-right: 5px;
}


div.support-form{
/*background-color: #FFF0AD;*/
background-image: url(../i/layout/support-form.jpg);
background-repeat: no-repeat;
background-position: bottom left;
float: right;
text-align: right;
/*width: 330px;*/
padding: 10px;
}
div.support-form label{
	margin-top: 2px;
	text-align: right;
	float: left;
}
div.support-form div.submit input{
background-color: #FFD3BF;
float: right;
width: 162px;
height: 30px;
padding:0px;
margin:0px;
margin-top: 5px;
color: #000000;
/*border: 1px dashed #C41C12;*/
border: 0px;
}
div.support-form div input#errorcode{
background-color: #ffffff;
float: right;
width: 160px;
padding:0px;
margin:0px;
margin-top: 2px;
border: 1px solid #666666;
}
div.support-form div input#productdetails{
background-color: #ffffff;
float: right;
width: 160px;
padding:0px;
margin:0px;
margin-top: 2px;
border: 1px solid #666666;
}
div.support-form div select{
background-color: #ffffff;
float: right;
width: 162px;
padding:0px;
margin:0px;
margin-top: 2px;
border: 1px solid #666666;
}
div.support-form div textarea#details{
background-color: #ffffff;
float: right;
width: 160px;
padding:0px;
margin:0px;
overflow: auto;
height: 80px;
margin-top: 2px;
border: 1px solid #666666;
}
div.support-form div textarea#feedback{
background-color: #ffffff;
float: right;
width: 160px;
padding:0px;
margin:0px;
overflow: auto;
height: 70px;
margin-top: 2px;
border: 1px solid #666666;
}
/******************************************************
support page
*******************************************************/
div#content form.support-form table{
	background-color: #ffe87c;
	width: 361px;
	padding:10px;
	margin:0px;
}
div#content form.support-form table input{
	float: right;
	width: 173px;
}
div#content form.support-form p{
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
}
/******************************************************
chat button
*******************************************************/

