﻿body{
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ebebeb;
	background-image: url('/images/gradient.jpg');
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, p, ul, li{
	margin: 0;
	padding: 0;
}

h2{
	font-size: .9em;
}

h3{
	font-size: .8em;
	font-weight: normal;
	color: #fff;
}

h4{
	font-size: 12px;
	margin: 10px 0px;
	font-weight: bold;
}

h4.underline{
	border-bottom: #999999 1px solid;
}

h5{
	font-size: 14px;
	font-weight: bold;
	color: #656565;
}

h6{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

ul, li{
	list-style: none;
}

a{
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}

p{
	font-size: 11px;
}

img{
	border: 0;
}

iframe{
	display: none;
}

A.Link1:link
{
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}
A.Link1:visited
{
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}
A.Link1:hover
{
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    COLOR: #990000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}

A.Link2:link
{
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}
A.Link2:visited
{
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}
A.Link2:hover
{
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    COLOR: #990000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}

div#border{
	width: 789px;
	padding: 0px;
	background-color: #ffffff;
}


div#wrapper{
	text-align: left;
	width: 789px;
	margin: 0 auto;
	background-color: #ffffff;
}

div#header{
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px;

}

div#topheader{
	background-color: #ebebeb;
	font-size: 11px;
	font-weight: normal;
	height: auto;
    margin: 0px 4px 0px 4px;
	padding: 5px 5px 5px 5px;
}

div#bottheader{
	background-image: url('/images/bottheaderBGgif.gif');
    background-repeat: no-repeat;
    font-size: 11px;
    background-color: #ebebeb;
	margin: 0px 4px 0px 4px;
	padding: 5px 5px 5px 0;
}
div#bottsearch{
	width: 143px;
}

div#top_menu{
	padding: 3px 0px;
	background-color: #fff;
}

div#top_menu a{
	color: #626262;
	font-size: .6em;
}

div#top_menu ul{
	float: right;
	margin-top: -1px;
}

div#top_menu li{
	display: inline;
	font-size: .6em;
	color: #626262;
}

div#top_menu li a{
	font-size: 1em;
}

div#tab_menu{
	clear: both;
	margin-top: 5px;
	background-color: #fff;
}

div#tab_menu li{
	float: left;
	background-image: url('/images/tab_body.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

div#tab_menu li div{
	background-image: url('/images/tab_mid.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

div#tab_menu li a{
	font-size: .6em;
	display: block;
	padding: 3px 9px;
	color: #1963F8;
}

div#tab_menu li div#tab_left{
	background-image: url('/images/tab_end.gif');
}

div#tab_menu li#tab_right{
	background-image: url('/images/tab_body_red.gif');
}

div#tab_menu li#tab_right div{
	background-image: url('/images/tab_mid_red.gif');
}

div#tab_menu li#tab_right div a{
	color: #fff;
}

div#content_wrapper_nocol{
	padding: 0px 10px;
}

div#content_wrapper{
	background-color: #ebebeb;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
}

div#leftnav{
	width: 143px;
	background-color: #eeeeee;
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
}

	div#leftnav ul{
		border-bottom: 1px solid #ffffff;
		list-style: none;
	}

	div#leftnav li a.menu_root,
	div#catlist li a{
		display: block;
		background-color: #626262;
		padding: 3px 0px 3px 10px;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		border-top: 1px solid #ffffff;
	}
	div#leftnav li a.menu_sub{
		display: block;
		background-color: #ebebeb;
		padding: 3px 0px 3px 10px;
		font-size: 10px;
		font-weight: bold;
		color: #626262;
		text-decoration: none;	
	}
	
div.CustomLeftNav {
	text-align:center;
	border-bottom: 1px solid #FFFFFF;
	padding:10px 0 10px 0;
}

	.bullet{
			background-image:url('/images/tick.gif');
			background-repeat:no-repeat;
			background-position:left;
			font-size:10px;
			padding: 3px 0px 3px 19px;
		}

		div#leftnav li.menu_sub a,
		div#catlist li a{
			font-size: 1em;
			font-weight: normal;
			border-bottom: solid 1px #999;
			border-top: none;
			background-image: none;
		}
			div#leftnav li.menu_sub a:hover,
			div#catlist li a:hover{
				background-color: #FA5955;
			}

		div#catlist li a{
			width: 143px;
		}

div#right_column{
	float: right;
	width: 143px;
	background-color: #eeeeee;
	margin: 0 4px 0 0;
	padding: 0;
}
div#right_column h3{
	padding:0px !important;
	margin:0px !important;
}

div#right_column a{
	color: #A11B35;
}
.column_head_basket img{
	padding-bottom:5px;
}
.column_head_basket p{
	padding:0px 0px 4px 0px !important;
	margin:0px !important;
}
.column_head_basket li{
	padding:0px !important;
	margin:0px !important;
	height:30px;
}

div#contact_sidebar{
	text-align: center;
	margin-top: 10px;
}

div#contact_sidebar h3{
	margin-top: 5px;
}

div#content{
	background-color: #ffffff;
    margin: 5px auto;
	padding: 0;
	width: 479px;
}

div#search{
	height: 25px;
	background-color: #eeeeee;
	border-bottom:  solid #FFFFFF 1px;
	margin: 0px 0px 0px 0px;
	padding: 5px 4px 0px 4px;
}

.field{
	width: 103px;
	display: inline;
    background-color: #ffffff;
	border: solid 1px #626262;
	font-size: 10px;
	height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

label{
	font-size: 11px;
}

ul#problem_solvers li a{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	color: #A11B35;
}

div#product_list form{
	margin: 0;
	padding: 0;
}
div#product_list_header{
	font-size: 11px;
	width: 477px;
}

div#product_list table{
	margin-left: 10px;
}

div#product_list hr{
	display: none;
}

div.product{
	width: 133px;
	height: auto;
	text-align: center;
	border-bottom: solid 1px #999999;
	margin: 11px;
	padding: 0px 0px 5px 0px;
	float: left;
}

div.product_image{
	width: 126px;
	height: 126px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	margin: 0 auto;
}

div.product_image img{
	display: block;
	width: 120px;
	margin: 0 auto;
}

div.product_body{
	height: 60px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
    overflow: hidden;
	text-align: center;
}

div.product_body a{
	font-size: 11px;
}

div.product_body p{
	font-size: 11px;
	color: #999;
}

div.pagination,
div.pagination_top{	
	font-size: 10px;
	margin: 5px 0 0 0!important;
	padding: 0!important;
}

div.pagination a,
div.pagination_top a{
	font-size: 1em;
}

.price{
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.exvat{
	font-size: 11px;
}

input.email{
	width:100px;
}

td#product_detail_image{
	text-align: right;
	width: 235px;
	float: left;
	margin-right: 10px;
	vertical-align: top;
}
	
	td#product_detail_body{
		vertical-align: top;
		width:230px;
	}
	
		td#product_detail_body h1{
			font-size: 13px;
			font-weight: normal;
			color: #000000;
		}
		
		td#product_detail_body p{
			margin-bottom: 10px;
		}

		td#product_detail_body p h2{
			font-size:12px;
			font-weight:normal;
			color: #000000!important;
		}
		
table.BuyGrid{
	margin: 10px 0px;
	padding-top: 0px;
	width: 250px;
	padding: 1px;
	border-collapse: collapse;
}
	
	table.BuyGrid td{
		text-align: left;
		text-align: center;
		vertical-align: middle;
		border-right: solid #eee 1px;
		border-bottom:  solid #eee 1px;
		padding: 5px;
		background-color: #eee;
	}
		
		table.BuyGrid td label{
			font-weight: bold;
			color: #999;
		}
	
		table.BuyGrid td div.buy_link{
			background-image: url('/images/buy_back.gif');
			background-position: center;
			background-repeat: no-repeat;
			width: 65px;
			height: 30px;
			padding-top: 5px;
		}

			table.BuyGrid td div.buy_link a{
				font-weight: bold;
			}
			
				table.BuyGrid td div.buy_link a:hover{
					text-decoration: none;
				}
				
table.BuyGrid2{
	margin: 10px 0px;
	padding-top: 15px;
	width: 460px;
	padding: 1px;
	border-collapse: collapse;
}
	
	table.BuyGrid2 td{
		text-align: left;
		text-align: center;
		vertical-align: middle;
		border-right: solid #eee 1px;
		border-bottom:  solid #eee 1px;
		padding: 5px;
		background-color: #eee;
	}
		
		table.BuyGrid2 td label{
			font-weight: bold;
			color: #999;
			font-size: 11px;
		}
		
		table.BuyGrid2 td input, select{
			font-size: 11px;
		}
	
		table.BuyGrid2 td div.buy_link{
			background-image: url('/images/buy_back.gif');
			background-position: center;
			background-repeat: no-repeat;
			width: 65px;
			height: 30px;
			padding-top: 5px;
		}

			table.BuyGrid2 td div.buy_link a{
				font-weight: bold;
			}
			
				table.BuyGrid2 td div.buy_link a:hover{
					text-decoration: none;
				}

	table.BuyGrid th{
		font-weight:normal;
		border-right: solid #eee 1px;
		border-bottom:  solid #eee 1px;
		padding: 5px;
	}
	
	table.BuyGrid th.SizeDisplay,
	table.BuyGrid th.ColourDisplay{
		font-size: 10px;
	}
	
	table.BuyGrid th.SizeDisplay{
		text-align: center;
		padding-bottom: 5px;
		vertical-align:bottom;
	}
	
	table.BuyGrid th.ColourDisplay{
		text-align: right;
		white-space: nowrap;
	}
	
.SingleProdMessage{
	text-align:center;
	font-size:10px	;
	font-weight:bold;
	color:#990000;
	text-transform:uppercase
}
	
	table.BuyGrid td.SizeDisplay,
	table.BuyGrid td.ColourDisplay{
		font-size: 10px;
	}
	
	table.BuyGrid td.SizeDisplay{
		text-align: center;
		padding-bottom: 5px;
	}
	
	table.BuyGrid td.ColourDisplay{
		text-align: right;
	}
	
	table.BuyGrid img{
	}

/*Associated Products*/
div#associated{
	width: 478px;
}

	div#associated h5{
		background-color: #626262;
		color: #fff;
		padding: 2px;
	}

	div#associated div.product{
		float: left;
		margin: 7px 13px !important;
	}


/*Basket*/
table#basket_table{
	border-collapse: collapse;
	width: 475px;
	font-size: 12px !important;
}

.basket_col1{
text-align: center; width: 65px;
} 

.basket_col2{
 text-align: right; width: 55px;
}

.free_shipping{
    text-align:left; font-size:9px;
}

table#basket_table img.basket_image{
	width: 30px;
}

.basket-spacer{
	height:6px;
}
table#basket_table td{
	padding: 2px;
	font-size: 11px;
}

table#basket_table a{
	font-size: 11px;
}

table#basket_table thead,
table#basket_table tr#total,
table#basket_table tr#grand_total{
	background-color: #ebebeb;
	color: #000;
}

table#basket_table thead td{
	font-weight: normal;
}

table#basket_controls{
	text-align: center;
	margin: 5px 0px;
}

	table#basket_controls a{
		margin: 0px 15px;
		display: block;
	}

#cboShipping{
	font-size: 11px;
}
/*Summary Basket*/


/*Checkout*/
#checkout_head{
	background-image: url('/images/checkout_head.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 23px;
	padding-top: 5px;
	font-size:11px;
	text-align: center;
}
	
	div#checkout div#checkout_body table#{
		width: 479px;
		padding: 10px;
		float:left;
	}
	
	div#checkout table.checkout_table{
		margin-top:20px
	}
	
		div#checkout table.checkout_table td.help{
			padding: 5px;
			vertical-align: top;
			background-color: #666666;
			width: 160px;
			color:#ffffff;
		}
		div#checkout table.checkout_table td.help a{
			color:#000000;
			font-weight:bold;
		}
		
	div#checkout table#basket_table{
		width: 478px;
		border: solid 1px #fff;
		background-color: #fff;
	}
		
#progress {
	text-decoration: line-through;
}


#progress:hover{
		text-decoration: none;
	}

/*Terms and Conditions*/
ul#terms p{
	margin-bottom: 15px;
}

/*Front Page Styles*/
div#frontpage_main{
	background-image: url('/images/fp_offer.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	width: 450px;
	height: 150px;
	padding: 2px 2px 2px 150px;
	margin-top: 5px 0px;
}

div#frontpage_main h5{
	font-size: 1.2em;
}

div#frontpage_main table{
	margin: 2px;
}

div#frontpage_main table img{
	border: solid 1px #7FACD9;
	float: left;
	margin-right: 5px;
}

div#frontpage_main td{
	vertical-align: top;
}

table#featured_products{
	margin-left: -2px;
}

div.frontpage_prod{
	background-position: left top;
	background-repeat: no-repeat;
	width: 214px;
	height: 117px;
	text-align: right;
	padding: 4px;
}

div.frontpage_prod h5{
	font-size: 1.2em;
	margin-bottom: 5px;
}

/*Our Promise*/
div#our_promise table{
	border-collapse:collapse;
}

div#our_promise img{
	margin-left: -2px;
}

/*Breadcrumbs*/
div#breadcrumbs{
	padding: 0px 0 !important;
	margin: 0 !important;
}
#breadcrumbs ul{
	list-style-type: none;
}
div#breadcrumbs ul li{
	display: inline;
	padding-right: 3px;
	font-size: 10px;
}

div#breadcrumbs ul li a{
	font-size: inherit;
}

.BreadCrumb{
	font-size: 1em;
}

/*Category List*/
div#category_list{
	margin-bottom: -6px;
}

div#category_list li{
	font-size: .6em;
	display: inline;
	line-height: 15px;
}

div#category_list a{
	font-size: 1em;
	text-align: left;
	display: inline;
	width: 140px;
	margin: 2px;
	padding: 2px;
	color: #2462AF;
	text-decoration: underline;
}

div#category_list a:hover{
	text-decoration: none;
}

/*Best Sellers*/
#best_sellers table{
	width: 143px;
}
#best_sellers table tr td{
	width: 65px;
}

#best_sellers table tr td a{
	color: #333333;
}

#best_sellers table tr td:first-child{
	width: 45px;
}

div#best_sellers img{
}

/*Featured Products*/
div.featured_product{
	background-image: url('/images/featured_tile.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

/*Help*/
div#info h5{
	margin-bottom: 10px;
}

	div#info p{
		margin-bottom: 10px;
	}

/*Quick Order*/
div#quick_order{
	padding: 0px 10px;
}

table#quick_order{
	font-size: .8em;
}

/*Site Map*/
table#sitemap{
	width: 475px;
}

table#sitemap td{
	vertical-align: top;
	width: 50%;
}

table#sitemap  h4{
	background-color: #626262;
	padding: 2px;
	display: block;
	text-align: center;
	color: #fff;
}

/*Misc Styles*/

.inforule {
	background-image: url('/images/info_rule.gif');
}

.shoprule {
	background-image: url('/images/shop_rule.gif');
}

.introtext{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: none
}

.errorMsg, .red{
	color: red;
}

.errorMsgFriend{
	font-size:12px;
}

.errorMsgFriendA{
	color: red;
	font-size:12px;
	text-decoration:underline
}

.grey{
	color: #aaa;
}

.large{
	font-size: 1.4em;
}

.tooltip{
	color: red;
	border-bottom: dotted 1px red;
	cursor: help;
}

a.nounder:hover{
	text-decoration: none;
}

.inline{
	display: inline;
}

.right_align{
	text-align: right;
}

.center{
	text-align: center;
	width:400px;
}

.centerreq{
	text-align: center;
}

.left{
	float: left;
}

.right{
	float: right;
}

.strikethru{
	text-decoration: line-through;
}

div.clear{
	clear: both;
}

.clear_left{
	clear: left;
}

.italic{
	font-style: italic;
}

.margin_btm{
	margin-bottom: 10px;
}

ul.numerical li{
	font-size: 12px;
	margin: 0px 0px 5px 30px;
	list-style-type: decimal;
}

div#divsteps{
	font-size: .6em;
}

.red {
	color: #FF4A4A;
	}

/**************************** ADDED 17th OCT **********************************/

td#product_detail_body ul{
	list-style: disc !important;
	font-size: 10px;
}
td#product_detail_body li{
	list-style: disc !important;
	font-size: 10px;
	margin-left: 20px;
}
#homepage-specials{
	width:140px;
	float:left;
	font-size:12px;
	border-bottom:1px #626262 solid;
}
#homepage-specials a{
	font-size:12px;
}

#homepage-special{
	float:left;
	width:110px;
	padding-top:30px;
	padding-left:20px;
}
#homepage-special-text{
	float:right;
	width: 340px;
	margin-bottom: 10px;
}
#homepage-special-text h2{
	font-size:15px;
	display:block !important;
	padding-top:20px;
}
#homepage-special-text p{
	font-size:12px;

}

label{
	font-size: 11px !important;
}

.hp_category{
	float: left;
	width: 237px;
	height: 130px;
	overflow: hidden;
	background-color: #ebebeb;
	border-left: 2px #fff solid;
	border-bottom: 2px #fff solid;
}

.hp_category_wrap{
	margin: 5px;
	position: relative;
}

.hp_description{
	margin: 3px 0 0 0;
	font-weight: bold;
	font-size: 10px;
	color: #656565;
}

.hp_more_button{
	position: absolute;
	top: 101px;
	right: 0;	
}

.welcome_text {
	padding: 10px 5px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #666;
}

	.Req_Cat {
		font-family: Calibri;
		font-weight: bold;
		font-size: 14px;
		color: #666666;	
}
	.Req_Cat a {
		font-family: Calibri;
		font-weight: bold;
		font-size: 14px;
		color: #666666;
}

/**************************** My Account Detail **********************************/

#AccountDetail{
	border:1px #000000 solid;
	width:800px;
	margin-top:10px;
	text-align:left
}

#DetailLeft{
	margin:10px 0px 0px 10px;
	float:left;
	width:200px
}

#DetailRight{
	float:right;
	margin:10px 10px 0px 0px;
	width:560px
}

#DetailHeaderLeft{
	text-align:right;
}

#DetailHeaderRight{
	margin-top:50px;
	text-align:center;
	font-weight:bold;
	margin-right:220px;
	font-size:14px;
}

#DetailContentHead{
	width:790px; 
	border-top:1px #000000 solid; 
	text-align:center;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:4px;
}

#DetailContentBasketTable{
	width:790px;
	margin-left:4px;
	margin-bottom:50px;
	font-size:12px;S
}

#DetailCustomer{
	width:790px;
	margin:0px 0px 50px 4px;
}

#DetailBilling{
	float:left;
	border:1px #000000 solid;
	width:390px;
}

#DetailShipping{
	float:right;
	border:1px #000000 solid;
	width:390px;
}

#DetailBillingTable{
	font-size:12px;
}

#DetailShippingTable{
	font-size:12px;
}

#AddressStatic{
	font-size:10px;
}

#payment{
	border-top: 1px solid #bababa; margin-top: 10px;
}

#nopayment{
	display:none;
}

#nopayment_cheque{
	display:none;
}

#MyAccountMenu{
	font-size: 10px; margin: 10px 0px 10px 0px;
}

#TopNavContent{
	padding-left:5px !important;
}

#TopNavContentTable{
width: 781px;
background-color: #ffffff;
}

.TopNavContentImg{
	margin-top:5px;
}

#myaccount_details{
	padding: 10px 0px 10px 30px; font-size:11px;
}

.MyDetailHeaderMain{
	font-size:12px;
}

#EmailFriend{
	border:1px #000000 solid;
	font-size:12px;
	width:223px;
}

div#EmailFriendHeader h5{
	background-color: #626262;
	color: #fff;
	padding: 2px;
	width:220px;
}
	
#EmailFriendTable{
	width:220px;
}

.FromVAT{
	font-size:12px;
}

.large_red{
	color:#990000;
}

.BuyGridLayout{
	background-color:#eeeeee;
	height:40px;
	font-size:12px;
}

.CustomComments{
	font-size:11px;
}

.CustomComments li{
	padding:5px;
}

.AddToWishlistTable{
	float:left !Important;
}

#AddtoWishlist2{
	padding:5px;
}

.BottomNavTable{
	width: 780px;
}

.BottomNavTable2{
	font-size:10px;
}

.BottomNavTable3{
	font-size:10px;
}

.BottomNavTable4{
	width: 100%;
}

.Template_3_SizeChart {
	width: 440px; 
	overflow: auto;
	text-align: center;
}

.Template_2_Align {
	text-align: right;
}

.Template_2_Colour {
	color: #000000;
}

.Template_2_QTY {
	width: 30px;
}

/********* CATALOGUE REQUEST ***********/

.CatalogueTable{
    width:132px;
}

/* **************************** QUICK SHOP **************************** */

div.InformationPage h1 {
	text-align: left;
	font-size: 18px;
	font-weight: normal !important;
	padding: 5px 0px 5px 0px !important;
	margin: 8px 0px 8px 0px !important;
}

table.QuickShopTable thead td {
	height: 26px;
	border-bottom: 1px dashed #999999;
}

table.QuickShopTable tbody td {
	padding: 2px 0px 2px 0px;
}

table.QuickShopTable tfoot td {
	padding: 2px 0px 2px 0px;
}
	
	td.QuickShop_CatalogueCode {
		width: 100px !important;
		text-align: left;
		border-bottom: 1px dashed #999999;
	}
	
		td.QuickShop_CatalogueCode input {
			width: 90px !important;
		}
	
	td.QuickShop_GoButton {
		text-align: left;
		width: 50px;
		border-bottom: 1px dashed #999999;
	}
	
	td.QuickShop_Description {
		text-align: left;
		width: 290px;
		border-bottom: 1px dashed #999999;
	}
	
	td.QuickShop_SizeColour {
		width: 220px !important;
		text-align: left;
	}
	
	td.Quickshop_Quantity {
		width: 70px !important;
		text-align: center;
		border-bottom: 1px dashed #999999;
	}
	
	td.Quickshop_Price {
		width: 70px !important;
		text-align: right;
		border-bottom: 1px dashed #999999;
	}
	
	p.QuickShopNote {
		color: #990033;
		text-align: left;
	}

table.QuickShopTable {font-family: Arial, Helvetica, sans-serif;font-size: 12px;border: 1px solid #e8dbdf;}
table.QuickShopTable thead {font-weight: bold; height: 25px;}
	table.QuickShopTable thead td {border-bottom: 1px dashed #999999;}
	table.QuickShopTable td {padding: 2px;}
		table.QuickShopTable a {color: #000000;	text-decoration: none;}
		td.QuickShop_CatalogueCode {width: 185px !important;}
		td.QuickShop_ProductName {width: 300px !important;}
			span.ProductName  {font-size: 10px !important;}
		td.QuickShop_Colour {width: 100px !important;text-align: center;}
		td.QuickShop_Size {width: 100px !important;text-align: center;}
		td.QuickShop_Status {width: 100px !important; text-align: center;}
		td.QuickShop_RRP {width: 70px !important; text-align: center;}
		td.QuickShop_Price {width: 70px !important;	text-align: center;}
		td.QuickShop_Quantity {width: 70px !important;	text-align: center;}
			input.txtQuantity {width: 30px !important; text-align: center;}
		td.QuickShop_Buy {width: 100px !important;}
	table.QuickShopTable tbody td {border-bottom: 1px dashed #999999;}
	table.QuickShopTable tbody td select {font-size: 10px;}
	
input.CatalogueCode {
	width: 70px;
}

/*Twitter*/
ul.TwitterUL {
	text-align:left;
	width:130px!important;
	font-size:12px!important;
}
ul.TwitterUL a {
	font-size:12px!important;
}

ul.TwitterUL li {
	margin-bottom:10px;
	word-wrap: break-word !important;
}

.ProductListClear{
    clear: both; 
    height: 1px;
}

.CheckoutDetailsInput{
    width:132px
}

.LogOnScreenForm{
    float:right; 
    padding-right:10px;
}

.LogOnScreenForm2{
    float: left;
}

.ShowConfirmation1{
    margin-bottom: 10px;
}

.ShowConfirmation2{
    padding-top:10px;
}

.DeliveryStatic1{
    font-size: 10px;
}

.TopNav1{
    font-family:Arial; 
    font-size:medium; 
    color:#000000;
}

.EditMyDetails1{
    width: 30px; 
}

.EditMyDetails2{
    font-size:12px;
}

.LogONReg_New1{
    margin-top: 10px;
}

.LogONReg_New2{
    width: 476px;
}

.LogONReg_New3{
    margin-top: 10px; 
    font-weight: bold;
}

div.TandCDisplay {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 450px;
	color: #808080;
}

div.TandCDisplay a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	text-decoration: underline;
}

.Font12 {
	font-size: 12px;
}

/* **************************** New Top Navigation **************************** */

div.TopNavigation_New {
    float: left;
    width: 781px;
    background-color: #FFFFFF;
}

span.TopNavigation_Image {
    float: left;
    width: 250px;
}

span.TopNavigation_Info {
    float: left;
    width: 240px;
    font-size: 12px;
    color: #666666;
    padding: 10px 0px 0px 20px;
    font-weight: bold;
}

    span.TopNavigation_Info a {
        text-decoration: none;
        color: #666666;
        font-size: 12px;
        font-weight: bold;
    }
    
div.CheckoutNewWrapper {
    float: left;
}

div.CheckoutNew {
    float: left;
    width: 100%;
}

div.CheckoutNew p {
    padding: 5px;
}
    
div.CheckoutHeaderNew {
    background-color: #626262;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    font-size: 12px;
}

.FloatRight {
    float: right;
}

.CheckoutOrderInput {
    width: 100px;
    border: 1px solid #000000;
}