.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

#left_navigation,
#left_navigation tr.subcat,
#left_navigation tr.subsubcat{
	margin:0;
	padding:0;
}
#left_navigation tr td{
	border-bottom:1px solid #000;
	list-style-type:none;
	width:225px;
}
#left_navigation tr.subcat td{
	border-bottom:1px solid #000;
	list-style-type:none;
}
#left_navigation td a:link,
#left_navigation td a:visited{
	display:block;
	padding:8px 15px;
	background:#EFEFEF;
	color:#000;
	font-family:trebuchet MS;
	font-size:13px;
	text-decoration:none;
}
#left_navigation td a:hover{
	background:#A6A5A5;
	text-decoration:none;
}


#left_navigation tr.subcat{
	display:none;
}
#left_navigation tr.subsubcat{
	display:none;
}
#left_navigation tr.subcat td a:link,
#left_navigation tr.subcat td a:visited{
	display:block;
	padding:8px 15px 8px 20px;
	background:#A6A5A5;
	color:#000;
	font-family:trebuchet MS;
	font-size:13px;
	text-decoration:none;
}
#left_navigation tr.subcat td a:hover{
	background:#666666;
	text-decoration:none;
	color:#fff;
}

#left_navigation tr.subsubcat td a:link,
#left_navigation tr.subsubcat td a:visited{
	display:block;
	padding:8px 15px 8px 40px;
	background:#A6A5A5;
	color:#000;
	font-family:trebuchet MS;
	font-size:13px;
	text-decoration:none;
}
#left_navigation tr.subsubcat td a:hover{
	background:#666666;
	text-decoration:none;
	color:#fff;
}

#main_content{
	padding:20px;
	font-family:arial;
	font-size:14px;
}

#main_content h1{
	font-size:20px;
	font-weight:normal;
}

div.prod_small{
	float:left;
	width:146px;
	height:146px;
	border:1px solid #000;
	margin-right:20px;
	margin-bottom:20px;
	position:relative;
}
div.prod_small div.prod_small_title{
	position:absolute;
	bottom:0px;
	width:108px;
	left:0px;
	color:fff;
	padding:5px 30px 5px 8px;
	font-size:11px;
	font-weight:bold;
}

div.prod_large{
	float:left;
	width:230px;
	height:230px;
	border:1px solid #000;
	margin-right:20px;
	margin-bottom:20px;
	position:relative;
}
div.prod_large div.prod_small_title{
	position:absolute;
	bottom:0px;
	width:192px;
	left:0px;
	color:fff;
	padding:5px 30px 5px 8px;
	font-size:11px;
	font-weight:bold;
}

.fade{
	background-color:rgba(0,0,0,0.7);
}
.no-right{
	margin-right:0 !important;
}

div.prod_small a:link,
div.prod_small a:hover,
div.prod_small a:visited,
div.prod_large a:link,
div.prod_large a:hover,
div.prod_large a:visited{
	text-decoration:none;
	display:block;
}

div.prod_small img{
	display:block;
}

a img{
	border:0;
}

.clear{
	clear:both !important;
	height:0 !important;
	overflow:hidden;
	line-height:0;
}

table.collapsed,
table.prod_detail,
#variation_table_shop{
	border: 1px solid #000 !important;
	border-collapse:collapse;
}
table.collapsed td,
table.collapsed th,
table.prod_detail td,
#variation_table_shop td{
	border: 1px solid #000 !important;
}

td.quantityTableCell{
	text-align:right;
}
td.quantityTableCell.offercell{
	color:#a00;
}
td.quantityTableCell.offercell strike{
	color:#000;
}

#variation_table_shop{
	background:#000;
	margin-top:20px;
	width:100%;
}
table.longcombe th,
#variation_table_shop th{
	background:#B5B4B4;
}
table.longcombe td,
#variation_table_shop td{
	background:#fff;
}

#add_to_basket{
	margin-top:20px;
	border:1px solid #000;
	background:#b5b4b4;
	padding:20px;
}
#add_to_basket label{
	float:left;
	clear:both;
	width:200px;
	margin-right:10px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}
#add_to_basket input{
	float:left;
	width:100px;
	margin-bottom:10px;
}
#add_to_basket select{
	float:left;
	width:200px;
	margin-bottom:10px;
}
#special_offer_image{
	position:absolute;
	left:205px;
	top:8px;
	z-index:10;
	border:0;
}

.text_right{
	text-align:right !important;
}
.text_center{
	text-align:center!important;
}

.basket_product{
	border-bottom:1px solid #000;
	padding-bottom:20px;
	margin-bottom:20px;
}
.image_container{
	float:left;
	width:146px;
	margin-right:20px;
	border:1px solid #000;
}
.detail_container{
	float:left;
	width:315px;
}
.basket_product span{
	color:#888;
	font-weight:bold;
}

#basket_summary td,
#basket_summary th{
	padding:5px;
	border-bottom:1px solid #bbb;
}
#basket_summary th{
	color:#888;
	text-align:left;
}
#basket_summary td{
	text-align:right;
}
.float_right{
	float:right;
}
.float_left{
	float:left;
}

#basket_summary td.proceed_sale{
	border-bottom:0;
	text-align:center;
	width:33%;
}
p input,
p img{
	vertical-align:middle;
	float:none !important;
	margin:0 !important;
}

form.normalForm input,
form.normalForm select,
form.normalForm textarea{
	float:left;
	margin-bottom:10px;
	width:250px;
}
form.normalForm textarea{
	height: 200px;
}
form.normalForm label{
	clear:both;
	float:left;
	width:150px;
	margin: 0 10px 10px 0;
}

.autowidth{
	width:auto !important;
}

.bodycopy h1{
	font-size:20px;
	line-height:24px;
}

#shop_entry{
	text-align:center;
	line-height:25px;
}
#shop_entry a:link,
#shop_entry a:visited{
	display:block;
	font-size:18px;
	color:#1755A6;
	font-weight:bold;
	text-decoration:none;
}
#shop_entry a:hover{
	color:#6291F0;
}

#breadcrumb{
	color:#555;
	font-size:10px;
	border-bottom: 1px solid #555;
	margin:0;
	margin-bottom:10px;
	padding-bottom:10px;
	
}
#breadcrumb a:link,
#breadcrumb a:visited{
	color:#555;
	text-decoration:none;
}
#breadcrumb a:hover{
	text-decoration:underline;
}

h1.title_15{
	padding: 10px;
	color:#fff;
	background:#DE372E;
	margin-top:0;
}
h1.title_1{
	padding: 10px;
	color:#fff;
	background:#4764B4;
	margin-top:0;
}

#category_image{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	display:block;
}