﻿/*
* ANY SHED [Style Sheet]
* Digital High 2011
* S Bladon / M Cain
* 14/12/2011
*/

/* TAG */
* html
{
    padding: 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    height: 100%;
    overflow:hidden;
}

body {
	margin:0px;
	padding:0px;
	/*background-color: #D0C5B0;*/
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #44191B;
}

img {border:0px;}

/* ID */
#dbconnstatus {color: Green; font-size: xx-small; margin: 0 0 5px 0; display:block; visibility:hidden;}

#container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background-blank.jpg);
	background-repeat: no-repeat;
	display: block;
	background-color: #F8F5F5;
	overflow: auto;
	padding-bottom: 20px;
	height: auto;
}

#header {
	display: block;
	float: left;
	height: 110px;
	width: 1020px;
    margin-bottom: 40px;
}

#footer {
	display: block;
	float: left;
    margin: 20px 0;
    min-height: 50px;
	height: auto !important;
	width: 1020px;
}

#lhs {
	float: left;
	height: auto;
	width: 168px;
    padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
}

#middle {
	float: left;
	height: auto;
	width: 557px;
	display: block;
    background-color:#FDFCF9;
}

#rhs {
	display: block;
	float: left;
	height: auto;
	width: 215px;
	padding-right: 20px;
	padding-left: 20px;
}

/* CLASS */
.clear {float: none; clear: both; height: 0px; overflow:hidden;}

.seo_footer {
	float: none;
	width: 980px;
	margin: 0 auto;
	color: #FFFFFF;
}

.seo_footer ul {
	width: 980px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.seo_footer li {
	width: auto;
	height: auto;
	float: left;
	font-size: 10px;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #43181A;
	margin-bottom: 4px;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	color: #4e502c;
}

.seo_footer li.last {
	width: auto;
	height: auto;
	float: left;
	font-size: 10px;
	display: block;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #43181A;
	margin-bottom: 4px;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	color: #4e502c;
}

.seo_footer a{
	color: #4e502c;
	text-decoration: none;
}

.seo_footer a:hover{
	color: #333333;
	text-decoration: none;
}

.seo_footer li.external {
	background: url(../images/external.png) no-repeat 95% 50%;
	padding-right: 20px;
}

.seo_footer li.tleft {text-align:left;}
.seo_footer li.tblack {color:Black;}

.hiblue {
	font-size: 12px;
	font-weight: bold;
	color: #006DB4;
	text-decoration: none;
}
.hibluelarge {
	font-size: x-large;
	font-weight: bold;
	color: #006DB4;
	text-decoration: none;
}

.content {
	font-size: 12px;
	font-weight: bold;
	color: #43181A;
	display: block;
	padding: 10px;
	float: left;
	height: auto !important;
	width: 537px;
}

.payment {
	display: block;
	float: left;
	height: 63px;
	width: 168px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(../images/payment.jpg);
	background-repeat: no-repeat;
}

.social {
    display: block;
    float: left;
    clear: both;
    margin: 5px 0;
    width: 168px;
    height: auto !important;
    text-align: center;
}

.nopadding {padding:0px !important;}
.hide {display:none !important;}

.txt {
	font-size: 12px;
	font-weight: bold;
	color: #43181A;
	display: block;
	padding: 10px;
	float: left;
	height: auto;
	width: 537px;
	background-color: #FDFCF9;
}

.txt a {
	font-size: 12px;
	font-weight: bold;
	color: #4e502c !important;
	text-decoration: none;
}

.txt a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #4e502c !important;
	text-decoration: underline;
}

/**************** Main Mavigation sections ********************/
.main_nav {
	display: block;
	float: left;
	height: 17px;
	width: 750px;
	padding-right: 20px;
	padding-left: 250px;
	margin-top: 60px;	
}	

.nav {
	float: left;
	height: 17px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4E502C;
	display: block;
}

.nav a {
	float: left;
	height: 17px;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	color: #4e502c;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;	
}

.nav a:hover {
	float: left;
	height: 17px;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	color: #FCFDF8;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: underline;
}

.nav a.selected {
	float: left;
	height: 17px;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	color: #FCFDF8;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: underline;
}
	
.nav_static {
	float: left;
	height: 16px;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	color: #FCFDF8;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: underline;
}

.email_link {
	float: right;
	height: 23px;
	width: 34px;
	margin-top: 17px;
	margin-right: 21px;
	display: block;
}

.tel_link {
	float: right;
	height: 23px;
	width: 400px;
	margin-top: 17px;
	margin-right: 21px;
	display: block;
    font-size: 22px;
    font-weight: bold;
	color: #006DB4;
    text-align:right;
    line-height: 22px;
    /*text-shadow: 1px 1px #FFFFFF;*/
    text-shadow: 0px -2px 0px #fff, 0px 2px 2px #888;
}

/********** Homepage section ************/
.image_homepage {
	/*background-image: url(../images/image_newsite.jpg);*/
    background-image: url(../images/image-managers-specials.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 58px;
	width: 545px;
	padding-left: 12px;
	padding-top: 233px;
}

/****************** Shopping Sections {Basket, Menus} ***************/
.shopping {
	color: #FFFFFF;
	background-image: url(../images/shop.gif);
    background-repeat: no-repeat;
	display: block;
	float: left;
	height: 72px;
	width: 168px;
	font-size: 12px;
	font-weight: bold;
}

.shop_menu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: 12px;
	width: 154px;
	padding-right: 7px;
	padding-left: 7px;
}

.shop_menu a{
	font-size: 12px;
	font-weight: bold;
	color: #F9F7F1;
	text-decoration: none;
}

.shop_menu a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.shop_submenu{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: 11px;
	width: auto;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
}

.shop_submenu a{
	font-size: 11px;
	font-weight: bold;
	color: #F9F7F1;
	text-decoration: none;
}

.shop_submenu a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.menu_selected {
	float: left;
	height: 13px;
	width: 154px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	display: block;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(../images/menu_selected.gif);
	text-decoration: none;
	padding-bottom: 6px;	
}

.menu_dark {
	float: left;
	height: 25px;
	width: 168px;
	font-size: 12px;
	font-weight: bold;
	color: #4A1917;
	display: block;
}

.menu_dark a {
	float: left;
	height: 13px;
	width: 154px;
	font-size: 12px;
	font-weight: bold;
	color: #4A1917;
	background-repeat: no-repeat;
	display: block;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(../images/menu_dark.gif);
	text-decoration: none;
	padding-bottom: 6px;
}

.menu_dark a:hover {
	float: left;
	height: 13px;
	width: 156px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	display: block;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(../images/menu_selected.gif);
	text-decoration: none;
	padding-bottom: 6px;	
}

.menu_dark a.selected {
	float: left;
	height: 13px;
	width: 156px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	display: block;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(../images/menu_selected.gif);
	text-decoration: none;
	padding-bottom: 6px;	
}
	
.menu_light {
	float: left;
	height: 25px;
	width: 168px;
	font-size: 12px;
	font-weight: bold;
	color: #4A1917;
	display: block;
}

.menu_light a {
	float: left;
	height: 13px;
	width: 154px;
	font-size: 12px;
	font-weight: bold;
	color: #4A1917;
	background-repeat: no-repeat;
	display: block;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(../images/menu_light.gif);
	text-decoration: none;
	padding-bottom: 6px;
}

.menu_light a:hover {
	float: left;
	height: 13px;
	width: 156px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	display: block;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(../images/menu_selected.gif);
	text-decoration: none;
	padding-bottom: 6px;	
}

.menu_light a.selected {
	float: left;
	height: 13px;
	width: 156px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	display: block;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(../images/menu_selected.gif);
	text-decoration: none;
	padding-bottom: 6px;	
}

.cat_sub_list {
    float: left;
	height: auto !important;
	width: 156px;
    display: block;
    border-top: 1px dashed #4A1917;
    border-bottom: 1px dashed #4A1917;
}

.cat_sub_list_light {
    background-color: inherit;
    background-image: inherit;
    text-align:right;
    display: block;
    padding: 2px 7px;
    background-image: url(../images/menu_light.gif);
    background-repeat: repeat-y;
}

.cat_sub_list_dark {
    background-color: inherit;
    background-image: inherit;
    text-align:right;
    display: block;
    padding: 2px 7px;
    background-image: url(../images/menu_dark.gif);
    background-repeat: repeat-y;
}

.cat_sub_list_light a, .cat_sub_list_dark a {
    font-size: 11px !important;
    color: Black !important;
    text-decoration: none !important;
}

.cat_sub_list_light a:hover, .cat_sub_list_dark a:hover {
    font-size: 11px !important;
    color: #4e502c !important;
    text-decoration: underline !important;
}

.cat_sub_list_light .grand a, .cat_sub_list_dark .grand a {
    font-size: 11px !important;
    color: Red !important;
    text-decoration: none !important;
}

.cat_sub_list_light .grand a:hover, .cat_sub_list_dark .grand a:hover {
    font-size: 11px !important;
    color: Red !important;
    text-decoration: underline !important;
}

/********** Product Listings Sections ***************/

.shop_heading {
	font-size: 16px;
	color: #4E502C;
	padding: 10px;
	float: left;
	height: auto;
	width: 537px;
	background-color: #D0C5B0;
}

.shop_subheadings{
	height: auto !important;
	width: 537px;
	display: block;
	margin-top: 6px;
}

.shop_subheadings_list{
	font-size: 12px;
	color: inherit !important;
	float: left;
	min-height:30px;
	height: auto !important;
	width: 175px;
	display: block;
}

.shop_subheadings_list a{
	color: #4E502C;
	text-decoration: none;
}

.shop_subheadings_list a:hover{
	color: #FCFDF8;
	text-decoration: underline;
}

.shop_subheadings_list a.selected{
	color: #4A1917;
	text-decoration: underline;
}

.shop_subheadings_back {
	font-size: 14px;
	color: inherit !important;
	float: left;
	min-height:30px;
	height: auto !important;
	width: 175px;
	display: block;
    clear: right;
    margin: 10px 0 0 0;
}

.shop_subheadings_back a{
	color: #4E502C;
	text-decoration: none;
}

.shop_subheadings_back a:hover{
	color: #FCFDF8;
	text-decoration: underline;
}

.shop_subheadings_list_cat_div {display: block; background-color: White; clear:both; float: none; width: 100%; min-height: 10px; height:auto !important; padding:0px 0px; margin:5px 0px; }

.shop_subheadings_list_cat {
	font-size: 12px;
	color: inherit !important;
	float: left;
	height: auto !important;
	width: 517px;
	display: block;
    clear: right;
	background-color: #6A713F;
    color: White !important;
    text-align:left;
    padding: 10px;
}

.shop_subheadings_list_cat a{
	color: white !important;
	text-decoration: none;
}

.shop_subheadings_list_cat a:hover{
	color: white !important;
	text-decoration: underline;
}

.list_cat_container_lhs {
	float: left;
	width: 380px;
	padding: 10px;
    font-size: 12px;
    color: Black;
}

.list_cat_container_rhs {
	float: left;
	width: 117px;
	padding: 5px;
    margin: 10px 5px;
    background-color: #006DB4;
    color: #F8F6F1;
    font-size: 12px;
    text-align:center;
}

.list_cat_container_rhs a {color:White !important; text-decoration:none}
.list_cat_container_rhs a:hover {color:White !important; text-decoration:underline}

.breadcrumb {
	color: #4e502c;
	font-size:x-small;
}

.breadcrumb a{
	color: #4e502c;
	text-decoration:none;
}

.breadcrumb a:hover{
	color: #FCFDF8;
	text-decoration:underline;
}

.content {
	font-size: 12px;
	font-weight: bold;
	color: #43181A;
	display: block;
	padding: 10px;
	float: left;
	height: auto !important;
	width: 537px;
}

.product_container {
	float: left;
	height: auto;
	width: 517px;
	background-color: #E7DBC8;
	padding: 10px;
	margin-bottom: 10px;
}

.prod_cont_attribs {
	float: none;
	height: auto;
	width: 497px;
    /*width:100px;*/
	background-color: #E7DBC8;
	padding: 10px;
	margin: 10px auto;
    display:block;
    clear:none;
    text-align:center;
}

.prod_cont_attribs img {float:none;border:0px;}

.prod_cont_lhs {
	float: left;
	width: 158px;
	padding-right: 10px;
}

.prod_cont_centre {
	font-size: 12px;
	font-weight: bold;
	color: #4e502c;
	float: left;
	width: 229px;
	padding-right: 5px;
	padding-left: 5px;
}

.prod_cont_centre a{
	font-size: 14px;
	font-weight: bold;
	color: #4e502c;
	text-decoration: underline;
}

.prod_cont_centre a:hover{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.prod_cont_rhs {
	font-weight: bold;
	color: #F8F6F1;
	float: left;
	width: 100px;
	padding-left: 10px;
	background-color: #6A713F;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	min-height: 82px;
    height: auto !important;
}

.prod_cont_rhs a{
	font-size: 12px;
	font-weight: bold;
	color: #F9F7F1;
}

.prod_cont_rhs a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #43181A;
}

.page_nav {
	font-size: 12px;
	text-decoration: none;
	width: 655px;
	font-weight: bold;
	clear: none;
	float: inherit;
}

.page_nav a {
	background-color: #D0C5B0;
	display: block;
	text-decoration: none;
	padding: 8px;
	color: #4A1917;
}

.page_nav a.current {
	background-color: #4e502c;
	display: block;
	text-decoration: none;
	padding: 8px;
	color: #FFFFFF;
}


.page_nav a:hover {
	background-color: #4e502c;
	display: block;
	text-decoration: none;
	padding: 8px;
	color: #FFFFFF;
}

.page_nav li {
	clear: right;
	float: left;
	display: block;
	position: relative;
	width: auto;
	text-align: center;
	margin: 4px;
	font-size: 12px;
	font-weight: bold;
	height: auto;
}

.page_nav ul {
	list-style-type: none;
	clear: none;
	padding: 0px;
	float: none;
	display: block;
	margin: 0px;
	width: auto;
	height: auto;
}

.main_productimg {
	display: block;
	float: left;
	height: auto;
	width: 300px;
}

.pic_large {
	display: block;
	float: left;
	min-height: 200px;
    height: auto !important;
	/*width: 300px;*/
    margin-bottom: 11px;
	overflow:hidden;
    border: 1px solid white;
}

.pic_tiny {
	display: block;
	float: left;
	min-height: 41px;
    height: auto !important;
	/*width: 72px;*/
    width:auto;
    border: 0px solid white;
}

.pic_tiny img {border: 1px solid white;}

.mainproduct_info {
	font-size: 12px;
	font-weight: bold;
	color: #43181A;
	display: block;
	float: left;
	height: auto;
	width: 205px;
	padding-left: 12px;
}

.mainproduct_info fieldset {}
.mainproduct_info fieldset legend {color: #006CB4 !important; font-weight:bold !important;}

.txt fieldset {}
.txt fieldset legend {color: #006CB4 !important; font-weight:bold !important;}

.ddlprodopt, .ddlprodqty {
	font-size: 0.9em;
}

.priceoptdiv {
	display:block;
	width: auto;
}

.priceoptdiv select {
	font-size: 0.9em;
}

.priceoptlabel {
	color: #006CB4;
	width: 250px;
	margin-right: 20px;
	float:left;
	height: 25px;
	vertical-align:middle;
}

.priceoptselect {
	color: #006CB4;
	width: 200px;
	margin-right: 20px;
	float:left;
	height: 25px;
}

.checkout_btn {
	display: block;
	float: left;
	height: 23px;
	width: 121px;
	margin-top: 5px;
	margin-right: 41px;
	margin-bottom: 5px;
	margin-left: 41px;
}

/******* Basket Sections ***************/
.basketoptdiv {
	display:block;
	width: auto;
}

.basketoptlabel {
	color: #44191B;
	width: 350px;
	margin-right: 20px;
	float:left;
	height: 25px;
	vertical-align:middle;
}

.basketoptselect {
	color: #006CB4;
	width: 100px;
	margin-right: 20px;
	float:left;
	height: 25px;
}

.basketgrid {
	color: #006CB4;
	font-size: 10px;
	vertical-align:top;
	text-align:left;
	border-bottom: 1px #44191B dashed;
}

/******* Banners Sections **************/
.banners {
	display: block;
	float: left;
	height: auto;
	width: 215px;
	margin-bottom: 12px;
}

/********  Forms, Search Section  **********/
.search {
	background-image: url(../images/searchbox.gif);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: auto;
	float: left;
	padding-right: 125px;
	padding-left: 124px;
	padding-top: 5px;
}

.textbox {
	font-size: 12px;
	font-weight: bold;
	color: #331216;
	background-color: #f5f0e4;
	float: left;
	height: 13px;
	width: 190px;
}

.btn_search {
	display: block;
	float: left;
	height: 21px;
	width: 110px;
}

.request {
	display: block;
	float: left;
	height: auto;
	width: 215px;
}

.callback {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6a713f;
    background-image: url(../images/repeat.gif);
	background-repeat: repeat;
	height: auto;
	width: 191px;
	padding-top: 8px;
	padding-right: 12px;
	padding-left: 12px;
	float: left;
}

.callme {
	float: right;
	height: auto;
	width: 114px;
	margin-top: 8px;
}

.field {
	font-size: 11px;
	width: 137px;
	height: 14px;
	font-weight: bold;
	color: #491915;
	background-color: #F5F0E4;
	margin: 0px;
	text-indent: 1px;
	padding: 0px;
	float: left;
}

.fieldsmall {
	font-size: 11px;
	width: 50px;
	height: 14px;
	font-weight: bold;
	color: #491915;
	background-color: #F5F0E4;
	margin: 0px;
	text-indent: 1px;
	padding: 0px;
	float: left;
}

/************ Reviews Section ***************/
.review {
    display:block;
    border-bottom: 1px dashed #4e502c;
    margin: 5px 0;
    padding: 2px;
    float: none;
    clear: both;
}

/************ Products Section **************/
.prod_upsell_title {
    color:#4E502C !important;
    margin-left:3px;
    margin-right:3px;
    margin-top:5px;
    padding:2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    border-bottom: 1px dashed #4e502c;
    text-align:center;
}

.product_quicklink {
	display: block;
	float: left;
	min-height: 0px;
    height: auto !important;
	/*width: 158px;*/
    width: 200px;
	/*background-image: url(../images/quicklink.gif);
	background-repeat: no-repeat;*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	/*margin-top: 12px;*/
    margin: 5px 25px;
    border: 1px solid #4E502C;
}

.product_quicklink a, .product_quicklink a:hover {color: #4E502C !important;}

.pic_thmb {
	display: block;
	float: none;
	min-height: 50px;
    height: auto !important;
	width: auto;
	overflow:hidden;
    margin: 0px auto;
    border: 0px solid white;
}

.pic_thmb img {border: 1px solid white !important;}

.thmb_txt {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: none;
	min-height: 0px;
    height: auto !important;
	width: 180px;
	padding-right: 2px;
	padding-left: 2px;
	display: block;
	text-align: center;
	padding-top: 6px;
    margin: 0px auto;
}

.thmb_txt a {
	color: white;
	text-decoration:none;
}

.thmb_txt a:hover {
	color: white;
	text-decoration:underline;
}