/* general site styling */
@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #333;
	font-size: 14px;
	height: 100%;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
h1, h2, h3{
	font-weight: normal;
	line-height: 25px;
	font-size: 120%;
	color: #171C1F;
	background-image: url(/media/images/site/header_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

p{
	margin:0 10px 10px 10px;
	color: #E9ECD1;
}
#container {
	display: block;
	margin: 0 auto;
	width: 960px;
	background-color: #36373B;
	color: #000000;
}
.coloured_text {
	font-style: italic;
	font-weight: bold;
	color: #F1D124;
	font-size: 120%;
}

#container #top_section {
	color: #000000;
	background-image: url(/media/images/site/banner.jpg);
	padding-top: 100px;
	background-repeat: no-repeat;
	background-color: #35383b;

}
#container #top_section img {
	display: block;
	margin: 0 auto;

}

#container #top_section #mini_menu {
	list-style-type: none;
	line-height: 40px;
	text-align: right;
	padding: 0 10px 0 0;
	height: 40px;
	display: none;
}
#container #top_section #mini_menu li {
	display: inline;
}
#container #top_section #mini_menu li a {
	color: #000000;
	padding: 5px;
}
#container #top_section #mini_menu li a:hover {
	color: #333333;
	text-decoration: underline;
}
#container   #top_section #email_link
{
	display:block;
	height:130px;
	width:200px;
	margin:0 0 0 auto;
	text-indent: -9999px;
	overflow: hidden;
}
#container   #top_section #general_menu  {
	display: block;
	list-style-type: none;
	text-align: right;
	text-transform: capitalize;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 28px;
	padding-top: 15px;
	margin-bottom: 5px;
}
#container   #top_section   #general_menu li  {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#container   #top_section   #general_menu a  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0 5px;
}
#container   #top_section   #general_menu a:hover  {
	color: #F00;
	text-decoration: none;
}

#container #page_content {
	overflow: visible;
	display: block;
	height: 100%;
	margin-top: 0px;
	background-image: url(/media/images/site/content_bg.jpg);
	background-color: #171C1F;
	color: #000000;
	background-repeat: repeat-y;
	border-top: solid 10px #171C1F;
}
#container #page_content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#container #page_content #shop_wrapper
{
	display: block;
	float: left;
	width: 960px;
}
#container #page_content #right_area
{
	display: block;
	float: left;
	width: 180px;
}
#container  #page_content  #mini_shop_menu  {
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #EAEDD2;
}
#container #page_content #mini_shop_menu p {
	margin:0;
	padding:0;
}
#container #page_content #mini_shop_menu table {
	margin: 0 0 0 0;
	text-align: left;
}
#container #page_content #mini_shop_menu .view_basket_mini_button{
	background-color:#FDFC02;
	padding:3px 10px;
	color:#000;
	border: solid 1px #000;
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
}
#container #page_content #mini_shop_menu .view_basket_mini_button:hover{
	background-color:#000;
	color:#FF0;
}
#container #page_content #mini_shop_menu table td{
	padding:5px;border-bottom:1px solid #000;	
}
#container #page_content #mini_shop_menu .header_row {
	background-color: #000000;
	color: #FDFC02;
}

#container #page_content #mini_shop_menu a {
	color: #EAEDD2;
}
#container #page_content #mini_shop_menu a:hover {
	color: #FF0000;
	text-decoration: none;
}

#container #page_content #mini_shop_menu .basket_header {
	font-weight: normal;
	display: block;
	color: #000;
	text-align: left;
	font-size: 120%;
	margin: 0;
	padding: 5px 5px 20px 20px;
	background-color: #EAEDD2;
}
#container #page_content #mini_shop_menu #mini_basket {
	padding: 5px 5px 20px 20px;

}
#container #page_content #shop_wrapper #shop_area
{
	display: block;
	float: right;
	width: 740px;
	background-color: #000;
	border: 1px solid #E9ECD1;
	margin-bottom: 10px;
	margin-right: 6px;
}
#container  #page_content  #shop_wrapper  #shop_area  h1     
{
	text-align: center;
}
#container #page_content #shop_wrapper #shop_area h2
{


	
}
#container #page_content #shop_wrapper #shop_area h3
{
	clear: both;
}

#container #page_content #shop_wrapper #shop_area .offer_box
{
	display: block;
	float: left;
	height: 200px;
	width: 200px;
	margin: 0 20px 10px 20px;
	text-align: center;
}

#container #page_content #shop_wrapper #shop_area .subcategory_filter
{
	background-color: #EDEFD7;
	display: block;
	padding: 2px 5px 2px 5px;
	clear: both;
	line-height: 1.5;
	margin: 5px 10px 10px 10px;
	color: #000;
}
#container #page_content #shop_wrapper #shop_area .subcategory_filter a {
	color: #000;
}

#container #page_content #shop_wrapper #shop_area .subcategory_filter a:hover {
	color: #F00;
	text-decoration: underline;
}

#container #page_content #shop_wrapper #shop_area .product_filter
{
	background-color: #EDEFD7;
	display: block;
	padding: 2px 5px 2px 5px;
	clear: both;
	line-height: 3;
	margin: 10px;
	color: #000;
}
#container #page_content #shop_wrapper #shop_area .product_filter a {
	color: #000;
}

#container #page_content #shop_wrapper #shop_area .product_filter a:hover {
	color: #F00;
	text-decoration: underline;
}

#container #page_content #shop_wrapper #shop_area .product_filter span
{
	display: block;
	float: right;
	line-height: 1.5;
	text-align: right;
}

#container #page_content #shop_wrapper #shop_area .no_products_found
{
	font-size: 170%;
	line-height: 200%;
	color: #FFF;
	background-color: #333333;
	text-align: center;
	clear: both;
}


#container #page_content #shop_wrapper #shop_area .page_numbers
{
	display: block;
	clear: both;
}

#container #page_content #shop_wrapper #shop_area .shop_main_image
{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#container #page_content #shop_wrapper #shop_area .product_box {
	display: block;
	text-align: center;
	height: 275px;
	float: left;
	width: 350px;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 3px;
}
#container #page_content #shop_wrapper #shop_area .product_box a{
	color:#ECEED6;
}
#container #page_content #shop_wrapper #shop_area .product_box span{

}
#container #page_content #shop_wrapper #shop_area .product_box .image_wrapper {
	display: block;
}



#container #page_content #shop_wrapper #shop_area .product_box .product_link .product_name {
	line-height: 1.5;
	font-size: 100%;
	font-weight: bold;
}

#container #page_content #shop_wrapper #shop_area .product_box .product_link {
	text-decoration: none;
}
#container #page_content #shop_wrapper #shop_area .product_box img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 0 auto 0 auto;
}
#container #page_content #shop_wrapper #shop_area .product_box_list
{
	display: block;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	margin: 10px;
	overflow: visible;
	height: auto;
	color: #FFFFFF;
}
#container #page_content #shop_wrapper #shop_area .product_box_list .product_link
{
	text-decoration: none;
	font-weight: bold;
	color: #EAEDD2;
}
#container #page_content #shop_wrapper #shop_area .product_box_list .product_link:hover {
	color: #F00;
}


#container   #page_content   #shop_wrapper   #shop_area   .product_box_list   .product_data  
{
	display: block;
	margin-left: 210px;
	padding-top: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
}
#container  #page_content  #shop_wrapper  #shop_area  .product_box_list  .product_data  .product_price 
{
	font-size: 120%;
}
#container #page_content #shop_wrapper #shop_area .product_box_list .product_link .image_container
{
	float: left;
	width: 250px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
	margin: 10px;
}
#container     #page_content     #shop_wrapper     #shop_area     .product_box_list     .product_link     .image_container .product_image
{
	border: none;
	margin: 0 auto 0 auto;
}
#container  #page_content  #shop_wrapper  #shop_area  .product_box_list  .product_data  .product_link .product_name
{
	font-size: 140%;
}
#container #page_content #shop_wrapper #shop_area #signup_form fieldset
{
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #page_content #shop_wrapper #shop_area #signup_form label
{
	display: inline-block;
	width: 140px;
}

#container #page_content #shop_wrapper #shop_area #signup_form legend
{
	display: block;
	font-size: 120%;
	padding-left: 10px;
}

#container #page_content #shop_wrapper #shop_area #signup_form label.error {
	margin-left: 10px;
	width: auto;
	display: inline-block;
	color: #990000;
}
#container #page_content #shop_wrapper #shop_area #customer_section_welcome #login_section
{
	display: block;
	width: 50%;
	float: left;
	height: 150px;
}
#container #page_content #shop_wrapper #shop_area #customer_section_welcome h4 {
	margin-left: 10px;
}


#container #page_content #shop_wrapper #shop_area #customer_section_welcome #register_box
{
	display: block;
	margin-left: 50%;
	height: 150px;
}
#container #page_content #shop_wrapper #shop_area .normal_list
{
	margin-left: 65px;
	color: #F0F2DA;
}
#container #page_content #shop_wrapper #shop_area .info_box
{
	background-color: #E5E4E4;
	display: block;
	color: #333333;
	padding: 3px;
	text-align: center;
}
#container #page_content #shop_wrapper #shop_area #product_detail
{
	display: block;
	z-index: 100;
	padding-top: 0px;
	margin-bottom: 20px;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_image
{
	text-align: left;
	display: block;
	margin-left: 10px;
	overflow: hidden;
	float: left;
	width: 250px;
	padding: 2px;
	border-top-color: #F5F7DF;
	border-right-color: #F5F7DF;
	border-bottom-color: #F5F7DF;
	border-left-color: #F5F7DF;
}
#container   #page_content   #shop_wrapper   #shop_area   #product_detail   #product_image   #thumb_box
{
	display: block;
	clear: left;
}

#container #page_content #shop_wrapper #shop_area #product_detail #product_image img
{
	display: block;
	border: 1px solid #EDEFD7;

}
#container #page_content #shop_wrapper #shop_area #product_detail #product_image img.product_thumb_image
{
	float: left;
	border: 1px solid #EDEFD7;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_image .product_thumb_image
{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}


#container #page_content #shop_wrapper #shop_area #product_detail #product_info
{
	display: block;
	float: none;
	margin-left: 280px;
	margin-right: 10px;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_info .price_info, #container #page_content #shop_wrapper #shop_area #product_detail #product_info .pro_code
{
	font-size:120%;
	line-height: 2;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_info #add_product
{
	margin-left:10px;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_info h1
{
	margin: 0px;
	padding: 0 0 0 10px;
	text-align: left;
	color: #DADEC3;
	background-color: #000;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_info h2
{
	background-color:#000;
	color:#F4F6DE;
	text-align:left;
	background-image: none;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_info .product_brand_image{
	border:solid 1px #000;
	margin-left:10px;
	margin-bottom: 10px;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_info label
{
	display: block;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_description
{
	display: block;
	clear: both;
	margin-left: 40px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_description ul,#container #page_content #shop_wrapper #shop_area #product_detail #product_description ol
{
	margin-left: 30px;
	margin-bottom: 15px;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_description li
{
	margin-left:20px;
}
#container #page_content #shop_wrapper #shop_area .custom_basket_message
{
	line-height: 1.5;
	background-color: #333333;
	display: block;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
}
#container #page_content #shop_wrapper #shop_area #basket_table, #container #page_content #shop_wrapper #shop_area #checkout_table
{
	line-height: 1.5;
	display: block;
	margin: 0 10px 0 10px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
#container #page_content #shop_wrapper #shop_area #basket_table h2, #container #page_content #shop_wrapper #shop_area #checkout_table h2
{
	background-image:none;
	background-color:#FFFFFF;
	border:none;
	color: #000000;
}
#container #page_content #shop_wrapper #shop_area #basket_table tr, #container #page_content #shop_wrapper #shop_area #checkout_table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#container #page_content #shop_wrapper #shop_area #basket_table #form_discount {
	color: #000000;
	background-color: #F1D124;
	display: block;
	padding: 2px 5px 2px 5px;
}
#container #page_content #shop_wrapper #shop_area #basket_table .basket_select
{
	width:125px;
} 
#container #page_content #shop_wrapper #shop_area #basket_table td, #container #page_content #shop_wrapper #shop_area #checkout_table td
{
	padding-right: 5px;
	padding-left: 5px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background-color: #FFF;
}

#container #page_content #shop_wrapper #shop_area #basket_table .alt
{
	background-color: #FFFFFF;
}
#container #page_content #shop_wrapper #shop_area #basket_table .header_row
{
	color: #000;
	background-color: #EDEFD7;
	line-height: 2;
	font-weight: bold;
}
#container #page_content #shop_wrapper #shop_area .basket_links
{
	background-color: #EDEFD7;
	border: 1px solid #000000;
	padding: 3px 10px;
	color: #000;
	width:180px;
	float:left;
	text-align: center;
	margin-right: 10px;
}
#container #page_content #shop_wrapper #shop_area .basket_links:hover
{
	color: #000;
	background-color: #EDEFD7;
	text-decoration: none;
}
#container #page_content #shop_wrapper #shop_area #discount_code_table {
	margin: 0 10px 0 10px;
	line-height: 1.5;
}

#container  #page_content  #shop_wrapper  #shop_area  #discount_code_table .header_row
{
	margin-left: 10px;
	line-height: 2;
	background-color: #EDEFD7;
	color: #000;
	text-align: left;
}
#container  #page_content  #shop_wrapper  #shop_area  #discount_code_table  .header_row  th {
	padding-right: 2px;
	padding-left: 2px;
}

#container #page_content #shop_wrapper #shop_area #discount_code_table td {
	padding-right: 2px;
	padding-left: 2px;
}
#container #page_content #shop_wrapper #shop_area #discount_code_table .alt {

}
#container #page_content #shop_wrapper #shop_area .bold_text {
	font-weight: bold;
}
#container #page_content #shop_wrapper #shop_area #customer_details {
	margin: 20px 10px 0 10px;

}
#container #page_content #shop_wrapper #shop_area #customer_details fieldset {
	border: 1px solid #E5E4E4;
}
#container    #page_content    #shop_wrapper    #shop_area    #customer_details     h2  {
	font-size: 120%;
	display: block;
	background-color: #EDEFD7;
	color: #000000;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	background-image: url(none);
}
#container #page_content #shop_wrapper #shop_area #customer_details p {
	margin: 0;
	padding: 2px 10px 2px 10px;
	line-height: 1.5;

}
#container #page_content #shop_wrapper #shop_area #customer_details p.alt {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E4E4;
	border-bottom-color: #E5E4E4;
}

#container  #page_content  #shop_wrapper  #shop_area  #customer_details  .required {
	border: 1px solid #E5E4E4;
}
#container  #page_content  #shop_wrapper  #shop_area  #customer_details  .text_input {
	border: 1px solid #E5E4E4;
}
#container #page_content #shop_wrapper #shop_area #customer_details label {
	display: inline-block;
	width: 140px;
}
#container #page_content #shop_wrapper #shop_area #customer_details label.error {
	color: #FF0000;
	padding-left: 10px;
	font-weight: bold;
}
#container #page_content #shop_wrapper #shop_area #basket_bottom_info
{
	display: block;
	text-align: right;
	margin-top: 10px;
}
#container #page_content #shop_wrapper #shop_area #basket_bottom_info form
{
	margin-right: 10px;
	margin-bottom: 10px;
}
#container #page_content #shop_wrapper #shop_area #basket_bottom_info #form_discount
{
	display: block;
	float: left;
	width: 275px;
	background-color: #E5E4E4;
	margin-left: 10px;
	line-height: 3;
	text-align: center;
	color: #333333;
}


#container #page_content #shop_wrapper #shop_area #basket_bottom_info p
{
	display: block;
	clear: right;
}
#container #page_content #shop_wrapper #shop_area #basket_bottom_info .discount_message
{
	line-height: 2;
	background-color: #F1D124;
	text-align: center;
	display: block;
	color: #000000;
}
#container #page_content #shop_wrapper #shop_area #paypal_form #pay_button
{
	display: block;
	margin-right: 10px;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #page_content #shop_wrapper #shop_area #box_switcher
{
	list-style-type: none;
	display: block;
	line-height: 2;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
}
#container #page_content #shop_wrapper #shop_area #box_switcher li
{
	display: inline;
	margin-right: 1px;
	color: #000;
	background-color: #EDEFD7;
	padding: 5px;
}
#container #page_content #shop_wrapper #shop_area #box_switcher a
{
	color: #000;
	text-decoration: none;
}
#container #page_content #shop_wrapper #shop_area #box_switcher a:hover {
	color: #FDFC02;
	text-decoration: underline;
}


#container #page_content #shop_wrapper #shop_area #product_bottom_box
{
	padding: 5px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDEFD7;
	border-bottom-color: #EDEFD7;
}
#container #page_content #shop_wrapper #shop_area #product_bottom_box #comment_box .comment_footer
{
	font-size: 90%;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEFD7;
}
#container #page_content #shop_wrapper #shop_area #product_bottom_box #feedback_box #customer_feedback fieldset
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
}
#container #page_content #shop_wrapper #shop_area #product_bottom_box #feedback_box #customer_feedback legend
{
	padding-left: 10px;
	font-weight: bold;
}
#container #page_content #shop_wrapper #shop_area #product_bottom_box #feedback_box #customer_feedback #feedback
{
	border: 1px solid #000;
}
#container #page_content #shop_wrapper #shop_area #product_bottom_box #feedback_box #customer_feedback .error
{
	background-color: #F00;
}
#container #page_content #shop_wrapper #shop_area .info
{
	color: #333333;
	background-color: #E5E4E4;
	text-align: center;
	display: block;
	padding: 5px;
}
#container #page_content #shop_wrapper #side_area
{
	display: block;
	width: 200px;
	position: relative;
	margin-left: 6px;
	background-color: #000;
}
#container #page_content #shop_wrapper #side_area h3
{
	color: #171C1F;
	font-weight: normal;
	margin: 0;
	background-image: url(/media/images/site/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	line-height: 25px;
	padding-left: 25px;
	text-align: left;
}

#container #page_content #shop_wrapper #side_area h3 a
{
	color: #fdfc02;
	font-weight: bold;
	background-color: #000000;
	text-align: center;
	padding:0;
	margin:0;
	background-image: url(../../media/images/site/headingbg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	line-height: 25px;
	height: 25px;
}

#container #page_content #shop_wrapper #side_area .category_header {

}
#container #page_content #shop_wrapper #side_area .information_header {

}
#welcome_header {
	background-image: url(../../media/images/site/welcome_st_james_bridal.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	line-height: 37px;
	display: block;
	height: 37px;
	color: #FFFFFF;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.brand_header     {

}
#offers_section 
{
	display: block;
	clear: none;
	padding-top: 10px;
	width: 180px;
	text-align: justify;
}
#brand_images {
	display: block;
	clear: both;
	text-align: left;
	margin: 10px;
}
#brand_images img {
	border: 1px solid #FFFFFF;
}


#offers_section  img 
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#search_form
{
	display: block;
	text-align: left;
	background-image: url(../../media/images/site/search_box.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	height: 127px;
	margin-bottom: 5px;
}
#search_form label
{
	font-weight: bold;
	line-height: 50px;
	display: block;
	height: 50px;
	color: #3E5D7C;
	text-align: left;
	font-size: 120%;
	padding-left: 50px;
}

#search_form input
{
	border: 1px solid #3b5a79;
	padding: 2px 1px;
	margin: 2px 0;
}
#search_form input[type="submit"]
{
	border: 1px solid #3b5a79;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	margin: 0 auto 0 0;
}
#search_form input[type="submit"]:hover
{
	border: 1px solid #000;
	color: #FFFFFF;
	background-color: #3b5a79;
	font-weight: normal;
}

/* classes for side menu(s) - category menu, brand menu etc */
.side_menu_list
{
	line-height: 1.4;
	list-style-type: none;
	list-style-position: outside;
	color: #333333;
	padding: 0 0 20px 0;
	background-image: url(../../media/images/site/side_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F3F5DD;
	border-bottom-color: #F3F5DD;
	border-left-color: #F3F5DD;
}
.side_menu_list a {
	color: #F1F3DB;
	text-decoration: none;
	background-image: url(../../media/images/site/categorybg.jpg);
	background-repeat: repeat-x;
	display: block;
	line-height: 25px;
	height: 25px;
	margin: 0 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.side_menu_list a:hover {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
.side_menu_list  .level1 a
{
	font-weight: bold;
}
.side_menu_list   .level2 a 
{
	padding-left: 30px;


}
.side_menu_list .level3
{
	padding-left: 35px;

}
.side_menu_list .level4
{
	padding-left: 35px;

}
.side_menu_list .level5
{
	margin-left: 38px;
}
.side_menu_list .level6
{
	margin-left: 41px;
}
.side_menu_list .level7
{
	margin-left: 44px;
}
.clearer {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer_section 
{
	font-size: 92%;
	text-align: center;
	color: #FFF;
	display: block;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 10px 200px;
	background-color: #171C1F;
	background-image: url(../../media/images/site/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer_section  a 
{
	color: #FFF;
	text-decoration: none;
}
#footer_section  a:hover 
{
	color: #F00;
	text-decoration: underline;
}
#footer_section  p 
{
	margin: 0;
	line-height: 1.5;
	padding: 10px;

}
#footer_section  p.copyright 
{
	color: #FFF;


}
#footer_section   #info {
	padding: 0 10px;
	line-height: 1.5;
}
#footer_section   #info  li {
	display:inline;
	padding: 0 5px 0 5px;
}
#footer_section   #info  a  {
	color: #FFF;
}
#footer_section   #info  a:hover  {
	color: #F00;
	text-decoration: none;
}
#footer_section p.copyright a {
	color: #FFF;
}

#footer_section  p  span 
{
	color: #F1D124;
	display: block;
	font-weight: bold;
	font-size: 120%;
}
#container  #page_content  #shop_wrapper  #shop_area  #info_wrapper   ul  {
	margin-left: 30px;
	margin-bottom: 15px;
}
#map {
	display: block;
	height: 350px;
	width: 600px;
	border: 1px solid #F0F2DA;
	margin-left: 10px;
	color: #000000;
	margin-bottom: 10px;
	padding: 2px;
}
#map a {
	color: #333333;
	text-decoration: none;
}

#container #page_content #shop_wrapper #shop_area #address {
	display: block;
	float: right;
	width: 150px;
}
.basket_button {
	border: 1px solid #000000;
}
#customer_section_welcome {

}
#customer_section_welcome a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.header_style {
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	color: #EAEDD2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 15px;
	clear: both;
}
.quote_text {
	font-style: italic;
	margin-right: 30px;
	margin-left: 30px;
}
.floated_image {
	float: right;
	margin: 0 0 1em 1em;
}
.floated_image img {
	border: 1px solid #ffffff;
}
.normal_table {
	margin: 0 0 10px 10px;
}
.advert {
	display: block;
	border: none;
}
#newsletter {
	color: #FFF;
	background-color: #333;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#newsletter h3 {
	color: #EFFF18;
	text-align: center;
	background-image: none;
	background-color: #333;
	padding: 0;
}
#newsletter a {
	color: #000;
	background-color: #FDFC02;
	padding: 3px 10px;
	border: solid 1px #000;
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
}
#newsletter a:hover {
	color: #FDFC02;
	background-color: #000;
	padding: 3px 10px;
	border: solid 1px #000;
	display: block;
	text-align: center;
	text-decoration: none;
}
#top_selling_products {
	background-color: #333333;
	color: #FFFFFF;
	padding: 0 20px 10px 30px;
	list-style-type: decimal;
}
#top_selling_products a
{
	color:#FFFFFF;
}
#top_selling_header {
	font-weight: bold;
	background-color: #333333;
	color: #FDFC02;
	display: block;
	line-height: 25px;
	margin: 10px 0 0 0;
	padding: 0 10px;
	font-size: 120%;
	text-align: center;
}
#container #page_content #shop_wrapper #shop_area #scroll_box {
	display: block;
	height: 100px;
	border: 1px solid #000000;
	overflow: auto;
}
#container #page_content #shop_wrapper #shop_area #scroll_box h3 {
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	margin: 0 0 0 0;
}
#container #page_content #shop_wrapper #shop_area h2.normal_style {
	background-image: none;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
}
#container #page_content #shop_wrapper #shop_area #size_table {
	font-size: 12px;
	margin: 0 auto;
	display: block;
	width: 480px;
}
#container #page_content #shop_wrapper #shop_area #info_content_wrapper ul {
	margin-bottom: 10px;
	margin-left: 30px;
}
#container #page_content #shop_wrapper #shop_area ul#home_images {
	display: block;
	background-color: #000;
	margin-left: 12px;
}
#container #page_content #shop_wrapper #shop_area ul#home_images li {
	display: block;
	float: left;
	padding: 8px;
}
#container #page_content #shop_wrapper #shop_area ul#home_images li a {
	padding: 10px;
}
#container #page_content #shop_wrapper #shop_area ul#home_images li a:hover {
}
.sale_image
{
	padding-left: 10px;
	padding-right: 25px;
	padding-bottom: 18px;
}
p.home_page_text
{
	padding-left: 18px;
	padding-right: 25px;
	text-align: center;
}
#flash_about
{
	float: right;
	margin-right: 15px;
	border: 1px solid #EDEFDA;
}
.images_about_row
{
	padding: 2px;
	border: 1px solid #E6EAD1;
	margin-left: 12px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: none;
}
