/* general site styling */
@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0f600a;
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #CA1133;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
h1
{
	font-size: 150%;
	font-weight: normal;
	line-height: 180%;
	margin-right: 10px;
	margin-left: 10px;
	color: #000000;
}

h2
{
	font-size: 130%;
	font-weight: normal;
	line-height: 160%;
	margin-right: 10px;
	margin-left: 10px;
}
h3
{
	font-size: 120%;
	font-weight: normal;
	line-height: 145%;
	margin-right: 10px;
	margin-left: 10px;
}
p
{
margin:0 10px 10px 10px;
}
#container {
	display: block;
	margin: 0 auto 0 auto;
	width: 960px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.coloured_text {
	font-style: italic;
	font-weight: bold;
	color: #CD2242;
	font-size: 120%;
}

#container #top_section {
	display: block;
	color: #FFFFFF;
	margin: 0 20px 0 20px;
}
#container #top_section #logo_area {
	background-image: url(../../media/images/site/dragon-crafts.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 151px;
	clear: both;
}

#container #top_section #site_logo {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

#container #top_section #mini_shop_menu {
	display: block;
	height: 31px;
	text-align: right;
}

#container #top_section #mini_shop_menu #mini_basket
{
	background-image: url(/webshop_include/media/basket_smal.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: right;
	line-height: 27px;
	margin-top: 5px;
	padding-left: 30px;
}
#container #top_section #mini_shop_menu #mini_basket .basket_header
{
	color: #CA1133;
	font-weight: bold;
	font-size: 110%;
	margin-right: 10px;
}


#container  #top_section  a {
	color: #999999;
	text-decoration: none;
}
#container  #general_menu  {
	display: block;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: normal;
	color: #333333;
	clear: both;
	font-size: 14px;
}
#container  #general_menu  li  {
	display: inline;
	margin-left: 10px;
}
#container  #general_menu  a  {
	padding: 5px 7px 7px 7px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#container  #general_menu  a:hover  {
	background-color: #FFFFFF;
	padding: 5px 7px 7px 7px;
	color: #CA1133;
	text-decoration: none;
}

#container #page_content {
	background-color: #FFFFFF;
	overflow: visible;
	display: block;
	height: 100%;
	color: #000B17;
	margin-top: 20px;
}
#container #page_content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#container #page_content #shop_wrapper
{
	display: block;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
}


#container #page_content #shop_wrapper #shop_area
{
	display: block;
	float: right;
	width: 720px;
	margin-right: 10px;
}
#container #page_content #shop_wrapper #shop_area .basket_links {
	color: #FFFFFF;
	background-color: #0F600A;
	border: 1px solid #003300;
	margin: 0 10px 0 0;
	padding: 2px 5px;
	display: block;
	float: left;
}

#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 .header_style
{
	font-size: 120%;
	font-weight: bold;
	color: #CA1133;
	clear: right;
}

#container #page_content #shop_wrapper #shop_area .subcategory_filter
{
	background-color: #ffffeb;
	display: block;
	padding: 2px 5px 2px 5px;
	border: 1px solid #f2f2dd;
	clear: both;
	line-height: 1.5;
	margin: 0 0 10px 0;
}
#container #page_content #shop_wrapper #shop_area .product_filter
{
	background-color: #ffffeb;
	display: block;
	padding: 2px 5px 2px 5px;
	border: 1px solid #f2f2dd;
	clear: both;
	line-height: 3;
	margin: 0 0 10px 0;
}
#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: #FFFFFF;
	background-color: #CA1133;
	text-align: center;
	clear: right;
}


#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: 260px;
	margin-right: 10px;
	float: left;
	width: 160px;
	overflow: hidden;
	border: 1px solid #f2f2dd;
	margin-bottom: 10px;
}
#container #page_content #shop_wrapper #shop_area .product_box .image_wrapper {
	display: block;
	height: 150px;
}



#container #page_content #shop_wrapper #shop_area .product_box .product_link .product_name {
	line-height: 1.5;
	font-size: 120%;
	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;
	height: 180px;
	border: 1px solid #F2F2DD;
	padding-top: 10px;
	margin-bottom: 10px;
}
#container #page_content #shop_wrapper #shop_area .product_box_list .product_link
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#container #page_content #shop_wrapper #shop_area .product_box_list .product_link:hover {
	color: #CA1133;
}


#container   #page_content   #shop_wrapper   #shop_area   .product_box_list   .product_data  
{
	display: block;
	margin-left: 210px;
	padding-top: 10px;
	margin-right: 10px;
}
#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   .image_wrapper  
{
	float: left;
	width: 200px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
	margin: 10px;
	display: block;
	background-color: #FFFFFF;
}
#container        #page_content        #shop_wrapper        #shop_area        .product_box_list        .image_wrapper        img   
{
	border: none;
	margin: 0 auto 0 auto;
	display: block;
}
#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 #register_box
{
	display: block;
	margin-left: 50%;
	height: 150px;
}
#container #page_content #shop_wrapper #shop_area .normal_list
{
	margin-left: 30px;
	margin-bottom: 10px;
}
#container #page_content #shop_wrapper #shop_area .info_box
{
	background-color: #CA1133;
	display: block;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
}
#container #page_content #shop_wrapper #shop_area #product_detail
{
	display: block;
	width: 710px;
	z-index: 100;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_image
{
	text-align: left;
	display: block;
	margin-left: 10px;
	float: left;
	margin-right: 20px;
	max-width: 220px;
	overflow: hidden;
	height: 320px;
}
#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: solid 1px #000000;

}
#container #page_content #shop_wrapper #shop_area #product_detail #product_image img.product_thumb_image
{
	float: left;
	border: 1px solid #000000;
}
#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;
	font-size: 120%;
	line-height: 150%;
	float: none;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_info h1
{
	margin: 0px;
	padding: 0px;
}
#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: right;
	padding-top: 20px;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_description ul,ol
{
	margin-left: 40px;
	margin-bottom: 15px;
}
#container #page_content #shop_wrapper #shop_area .custom_basket_message
{
	line-height: 1.5;
	background-color: #EEF5FD;
	display: block;
	padding: 5px;
	font-weight: bold;
}
#container #page_content #shop_wrapper #shop_area #basket_table
{
	line-height: 1.5;
	display: table;
	border: 1px solid #0F600A;
	margin: 0 10px 0 10px;
	width: 710px;
}
#container #page_content #shop_wrapper #shop_area #basket_table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0F600A;
}

#container #page_content #shop_wrapper #shop_area #basket_table #form_discount {
	color: #FFFFFF;
	background-color: #CA1133;
	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
{
	padding-right: 5px;
	padding-left: 5px;
}

#container #page_content #shop_wrapper #shop_area #basket_table .alt
{
	background-color: #FFFDC6;
}
#container #page_content #shop_wrapper #shop_area #basket_table .header_row
{
	color: #FFFFFF;
	background-color: #0F600A;
	line-height: 2;
	font-weight: bold;
}
#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: #0F600A;
	color: #FFFFFF;
	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 {
	background-color: #FFFBC7;
}
#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 #0F600A;
}
#container   #page_content   #shop_wrapper   #shop_area   #customer_details   fieldset h2 {
	font-size: 120%;
	display: block;
	background-color: #0F600A;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}
#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: #FFFFC9;
	border-bottom-color: #FFFFC9;
}

#container  #page_content  #shop_wrapper  #shop_area  #customer_details  .required {
	border: 1px solid #01234B;
}
#container  #page_content  #shop_wrapper  #shop_area  #customer_details  .text_input {
	border: 1px solid #01234B;
}
#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: #CA1133;
	padding-left: 10px;
}
#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: #CA1133;
	margin-left: 10px;
	line-height: 3;
	text-align: center;
	color: #FFFFFF;
}


#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: #CA1133;
	text-align: center;
	display: block;
	color: #FFFFFF;
}
#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: 10px;
	margin-left: 10px;
	clear: both;
}
#container #page_content #shop_wrapper #shop_area #box_switcher li
{
	display: inline;
	margin-right: 1px;
	color: #FFFFFF;
	background-color: #CA1133;
	padding: 5px;
}
#container #page_content #shop_wrapper #shop_area #box_switcher a
{
	color: #FFFFFF;
	text-decoration: none;
}
#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: #CA1133;
}

#container #page_content #shop_wrapper #shop_area #product_bottom_box
{
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #CA1133;
	margin-bottom: 10px;
}
#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 #CA1133;
}
#container #page_content #shop_wrapper #shop_area #product_bottom_box #feedback_box #customer_feedback .error
{
	background-color: #0F600A;
}
#container #page_content #shop_wrapper #shop_area .info
{
	color: #FFFFFF;
	background-color: #CA1133;
	text-align: center;
	display: block;
	padding: 5px;
}
















#container #page_content #shop_wrapper #side_area
{
	display: block;
	width: 180px;
	position: relative;
	margin-left: 10px;
}
#container #page_content #shop_wrapper #side_area h3
{
	color: #FF7C00;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	line-height: 160%;
	font-weight: bold;
}
#container  #page_content  #shop_wrapper  #side_area  .category_header {
	background-image: url(/media/images/site/category_header.jpg);
	line-height: 32px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: -500px;
}
#container  #page_content  #shop_wrapper  #side_area  .brand_header {
	background-image: url(/media/images/site/brands_header.jpg);
	line-height: 32px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: -500px;
}
#offers_section 
{
	display: block;
	clear: none;
	padding-top: 10px;
	width: 180px;
	text-align: justify;
}
#brand_images {
	display: block;
	clear: both;
	text-align: center;
}
#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;
	width: 206px;
	height: 121px;
	margin: 0 0 0 auto;
	background-image: url(../../media/images/site/welsh_dragon.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 30px 172px 5px 20px;
}
#search_form label
{
	font-size: 150%;
	font-weight: normal;
	line-height: 180%;
	color: #ffffcc;
}

#search_form input
{
	width: 200px;
	padding: 3px 2px 3px 2px;
	border: 1px solid #333333;
	margin: 5px auto 5px auto;
	display: block;
}
#search_form input[type="submit"]
{
	border: 1px solid #333333;
	color: white;
	background-color: #CA1133;
	margin: 2px 0 0 auto;
	font-weight: bold;
	width: 100px;
}




/* classes for side menu(s) - category menu, brand menu etc */
.side_menu_list
{
	line-height: 1.5;
	margin-bottom: 10px;
	background-color: #CA1133;
	background-image: url(../../media/images/site/side_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 25px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 30px;
	color: #FFFFFF;
	list-style-image: url(../../media/images/site/list_icon.jpg);
	padding-top: 5px;
}
.side_menu_list a {
	color: #FFFFFF;
	text-decoration: none;
}
.side_menu_list a:hover {
	color: #FFFBC7;
}



.side_menu_list .level1
{
}
.side_menu_list  .level2 
{
	margin-left: 10px;
}
.side_menu_list .level3
{
	margin-left: 15px;
}
.side_menu_list .level4
{
	margin-left: 20px;
}
.side_menu_list .level5
{
	margin-left: 25px;
}
.side_menu_list .level6
{
	margin-left: 30px;
}
.side_menu_list .level7
{
	margin-left: 35px;
}
.clearer {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer_section 
{
	font-size: 88%;
	text-align: left;
	margin-top: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	margin: 10px 20px 10px 20px;
	background-color: #CA1133;
	height: 141px;
	background-image: url(/media/images/site/footer.jpg);
	background-repeat: repeat-x;
}

#footer_section  a 
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	display: block;
	width: 50%;
}
#footer_section  a:hover 
{
	color: #FFFFEB;
	text-decoration: underline;
}
#footer_section  p 
{
	display: block;
	float: left;
	width: 28%;
	margin: 0 0 0 10px;
}
#footer_section  p.copyright 
{
	text-align: right;
	width: 20%;
}
#footer_section p.info {
	width: 18%;
}
#footer_section p.info a {
	display: inline;
	float: none;
}


#footer_section p.copyright a {
	float: none;
	display: inline;
}

#footer_section  p  span 
{
	color: #FFFFEB;
	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: 400px;
	width: 460px;
	border: 1px solid #333333;
	margin-left: 10px;
}
#container #page_content #shop_wrapper #shop_area #address {
	display: block;
	float: right;
	width: 200px;
}
#container #page_content #shop_wrapper #shop_area .opening_times {
	float: right;
}

