body
{

}

a:link
{
	color:#333333;
	font-style: normal;
}

a:visited
{
	color:#FF8D48;
}

a:hover
{
	color:#000000;
	text-decoration: underline;
}

#productList
{
	list-style-type: none;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#productList  li 
{
	float: left;
}

#productList  .productBox 
{
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #000000;
	overflow: hidden;
	min-width: 133px;
	width: 133px;
	margin-bottom: 3px;
}
#productList .productBox img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    margin-left:auto;
    margin-right:auto;
}
.in_stock
{
	font-weight: bold;
	color: #FF8D48;
}



#productList  .productBox  .productName 
{
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: 16px;
	height: 32px;
	display: block;
}
#productList  .productBox  .productThumbnailBox 
{
	display: block;
	overflow: hidden;
	width: 133px;
	height: 100px;
	text-align: center;
}
#productList  .productBox  h1 
{
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0 3px 0 3px;
	background-color: #FF8D48;
	line-height: 16px;
	height: 32px;
}
ul#categoryList
{
	display: block;
	width: 160px;
	list-style-type: none;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: 0;
}
#categoryList li
{
	padding-left: 0px;
}
#categoryList   li  h1
{
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FF8D48;
}

#categoryList .category
{
	
	font-weight: bold;
}
#categoryList .category a
{
	padding-left:5px;
	color: #333333;
	text-decoration: none;
	display: block;
	font-style:normal;
	font-weight: bold;
}
#categoryList  .category  a:hover 
{
	color: #000000;
	text-decoration: none;
	background-color: #FF8D48;
}
#categoryList .subcategoryList
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#categoryList  .subcategory 
{
	padding: 0px;
	list-style-type: none;
}
#categoryList  .subcategory  a 
{
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	font-style:normal;
	font-weight: normal;
}
#categoryList  .subcategoryList  .subcategory  a:hover 
{
	color: #000000;
	text-decoration: none;
	background-color: #FF8D48;
}
p.pageNumbers
{
	display: block;
	clear: both;
	text-align: center;
}
#mainProductBox
{
	display: block;
	/*width: 500px;*/
    margin-top:10px;
	margin-right: 10px;
	margin-left: auto;
	overflow: auto;
	border:1px solid #000000;
	padding:5px;
	margin-bottom: 10px;
}
#mainProductBox #mainProductBoxRightCol
{
	display: block;
	margin-left: 140px;
	padding-right: 10px;
	padding-left:10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#mainProductBox #mainProductBoxRightCol ul {
	list-style-type: none;
}
#mainProductBox #mainProductBoxRightCol p {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#mainProductBox #mainProductBoxRightCol #descriptionBox
{
	display: block;
	font-size: 12px;
}
#mainProductBox #mainProductBoxRightCol h1
{
	font-size: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#mainProductBox #mainProductBoxLeftCol
{
	display: block;
	width: 138px;
	float: left;
    overflow:hidden;
}
img.thumbnailImage
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rrp_price
{
	font-weight: normal;
	font-size: 12px;
}
.our_price
{
	font-weight: bold;
	color: #FF8D48;
	font-size: 14px;
}
.savingMoney
{
	font-size: 12px;
	color: #FF8D48;
}
.commentsBox
{
	display: block;
	padding-left:10px;
	padding-top:10px;
	padding-right: 10px;
}
.commentsBox h1
{
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.commentsBox .singleComment
{
	display: block;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.commentsBox .singleComment .rating
{
	display: block;
	text-align: right;
	padding-right: 10px;
	line-height: 20px;
	font-size: 12px;
}
.commentsBox .singleComment .commentText
{
	color: #000000;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
.commentsBox .singleComment .postedBy
{
	text-align: right;
	display: block;
	font-size: 12px;
	color: #000000;
}
#formCommentButton
{
padding-left:10px;
}
#formSearch
{
	display: block;
	width: 160px;
	border: 1px solid #000000;
	color: #000000;
	margin-top: 0px;
	text-align:left;
}
#formSearch h1
{
	padding-left: 5px;
	color: #000000;
	font-size: 16px;
	margin: 0px;
	background-color: #FF8D48;
	padding-right: 5px;
}
#formSearch #search_keyword
{
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#formSearch #searchButton
{
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}


#basketContainer
{
	display: block;
	font-size: 12px;
	text-align:left;
	margin-top:10px;
	border: 0px solid #000000;
}
#basketContainer .basketRow
{
	display: block;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#basketContainer .basketRow .leftCol
{
	display: block;
	float: left;
	width: 140px;
    overflow:hidden;
}
#basketContainer .basketRow .rigthCol
{
	padding-top:10px;
	padding-left: 145px;
}
#basketContainer .basketRow .rigthCol .productTitle
{
	font-size: 14px;
	font-weight: bold;
}
#subTotalContainer
{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

#miniBasket
{
	display: block;
	width: 160px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 3px;
	border: 1px solid #000000;
}
#miniBasket h1
{
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	background-color: #FF8D48;
}
#miniBasket p
{
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.specialOffer
{
	color:#990000;
	font-weight: bold;
}
.mailing_list_box
{
	display: block;
	width: 160px;
	margin-top: 0px;
	border: 1px solid #000000;
}
#mailing_list_box
{
	display: block;
}

.mailing_list_box  h2
{
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	background-color: #FF8D48;
}
.mailing_list_box p.smallText
{
	font-size: 11px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
.mailing_list_box #formML
{
	margin-left: 5px;
	margin-right: 5px;

}


#formBrandFilter
{
	display: block;
	width: 160px;
	border: 1px solid #000000;
	color: #000000;
	margin-top: 0px;
	text-align:left;
}
#formBrandFilter h1
{
	padding-left: 5px;
	color: #000000;
	font-size: 16px;
	margin: 0px;
	background-color: #FF8D48;
	padding-right: 5px;
}
#formBrandFilter #brand_id
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;

}
#formBrandFilter  #filterBrand
{
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#terms
{
	height: 100px;
	border: 1px solid #CCCCCC;
	overflow: auto;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 5px 0 5px;
}
.boldText
{
	font-weight: bold;
}
#customerLogin
{
	margin: 5px 0 0 0;
	padding: 0px;
	list-style-type: none;
	display: block;
	overflow: auto;
	border: 1px solid #000000;
}
#customerLogin  li  
{
	display: block;
	width: 50%;
	float: left;
}
#customerLogin h2
{
	font-size: 16px;
	font-weight: bold;
	background-color: #FF8D48;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
	margin: 0px;
	padding: 0 0 0 5px;
}
#customerLogin p
{
	margin: 5px 10px 5px 10px;
	padding: 0 10px 0 0;
	display: block;
	text-align: left;
}
#form_login, #form_new_customer, #form_bypass
{
	margin-left:15px;
	margin-right:auto;
}
.basket_customer_info
{
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background-color: #FF8D48;
	text-align: center;
}
.logged_in_box_basket
{
	border: 1px solid #000000;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	display: block;
	margin-top: 5px;
	padding-left: 5px;
}
.logged_in_box_basket ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.logged_in_box_basket  ul  li
{
	display: inline;
}
.logged_in_box_basket  ul  li a 
{
	font-size:88%;
}
.small_text
{
	font-size: 10px;
	line-height: 20px;
}
tr.table_header             
{
	color: #000000;
	background-color: #FF8D48;
	text-align: center;
	font-size: 120%;
}
#personal_details_table      
{
	border: 1px solid #000000;
}
.div_sub_header
{
	padding-left: 5px;
	color: #000000;
	font-size: 16px;
	margin: 0px;
	background-color: #FF8D48;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-right: 5px;
}
.div_sub_header:hover
{
	padding-left: 5px;
	color: #000000;
	font-size: 16px;
	margin: 0px;
	background-color: #FF8D48;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#my_account_mini
{
	display: block;
	width: 160px;
	border: 1px solid #000000;
}
.h1styling18px 
{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
p.noMarginTop   
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
tr.table_header_order_history
{
	color: #000000;
	background-color: #FF8D48;
	text-align: left;
	font-size: 115%;
}
#order_history_header
{
	text-align: right;
	margin-bottom: 0px;
	font-size: 32px;
	line-height: 40px;
}
#container #content #order_detail_snippet
{
	margin-right: 0px;
	margin-left: auto;
}
#container #content #mainCol
{
	margin-left: 210px;
}
#container #content #leftCol
{
	float: left;
	width: 200px;
}
#form_login
{
	margin-right: 3px;
	margin-left: 5px;
}
.no_account_text
{
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
#basketContainer #basket_table
{
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 30px;
	border: 1px solid #000000;
}
#basket_table .table_header_coloured
{
	color: #FFFFFF;
	background-color: #FF8D48;
}
.left_margin_col
{
	padding-left: 5px;
}
#my_account_mini h2 {
	font-size: 16px;
	font-weight: bold;
	background-color: #FF8D48;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
	margin: 0px;
	padding: 0 0 0 5px;
}

#container #shop_menu_area .h1_topper {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #FF8D48;
	margin: 3px 0 0 0;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 160px;
	text-align: center;
}
#formRangeFilter {
	display: block;
	width: 160px;
	border: 1px solid #000000;
	color: #000000;
	margin-top: 0px;
	text-align:left;
}
#formRangeFilter h1 {
	padding-left: 5px;
	color: #000000;
	font-size: 16px;
	margin: 0px;
	background-color: #FF8D48;
	padding-right: 5px;
}
#formRangeFilter #range_id {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
#formRangeFilter #filterRange {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

#container #shop_content_area #relatedProducts {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	height: 220px;
}
#container #shop_content_area #relatedProducts h1 {
	font-size: 16px;
	margin: 5px 0 5px 0;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#container  #shop_content_area #relatedProducts li {
	float: left;
}
#container  #shop_content_area  #relatedProducts li .productBox {
	width: 133px;
	border: 1px solid #000000;
	display: block;
	text-align: center;
	margin-right: 10px;
	padding-bottom: 3px;
	overflow: hidden;
}
#container  #shop_content_area  #relatedProducts  li .productBox h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #FF8D48;
	line-height:16px;
	height:32px;
}
#container  #shop_content_area  #relatedProducts  li .productBox img {
	display: block;
	border: 0px solid #CCCCCC;
	margin: 3px auto 3px auto;
	padding: 0;
}
