
/* Default formatting styles for pages elements */
body
{
	margin: 0px;
	background-color: White;
}

form { margin: 0px; }

p, body, td 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

p 
{
	margin: 0px;
}

hr 
{
	height: 1px;
	color: #c37c5d;
}

h1 
{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}

h2 
{
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}

.button 
{
	color: White;
	background-color: c37c5d;
	border: solid 1px black;
	
}



.debugbox 
{
	margin-top: 6px;
	background-color: #eeeeee;
	border: solid 1px #aaaaaa;
	color: #888888;
	padding: 2px;
	width: 200px;
}

/* -------------------------------------------- */

/* Main styles for page layout */
td.top
{
	background-image: url(design/topmenu_bg.gif);
	height: 149px;
}

td.main
{
	background-image: url(design/sidemenu_bg.gif);
	background-repeat: repeat-y;
}

table.main
{
	background-image: url(design/watermark.gif);
	background-repeat: no-repeat;
	height: 430px;
}	

td.topimage 
{
	/*padding-right: 13px;*/
}

td.leftmenu 
{
	
}

td.content
{
	padding-left: 15px;
	padding-top: 10px;
}
/* -------------------------- */

/* Top Menu */

div.topmenu
{
	text-align: right;
	padding-top: 1px;
	width: 958px;
}

a.topmenu:link, a.topmenu:visited, a.topmenu:active 
{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 11px;
}

a.topmenuB:link, a.topmenuB:visited, a.topmenuB:active 
{
	color: yellow;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 11px;
}

a.topmenu:hover, a.topmenuB:hover
{
	color: #66ff99;
}

.menu_title
{
	background-color: #9c7564;
}
/* --------- */

/* Side Menu */
a.sidemenu:link, a.sidemenu:active, a.sidemenu:visited 
{
	display: block;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	padding-left: 40px;
	font-size: 11px;
	width: 202px;
}

a.sidemenu:hover
{
	color: #66ff99;
}

a.productcat:link, a.productcat:visited, a.productcat:active 
{
	display: block;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	padding: 3px 5px 3px 20px;
	margin: 6px 0px 2px 0px;
	width: 202px;
}

a.productcat:hover 
{
	display: block;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #66ff99;
	padding: 3px 5px 3px 20px;
	margin: 6px 0px 2px 0px;
	width: 202px;
}

a.special_productcat
{
	display: block;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: yellow;
	padding: 3px 5px 3px 20px;
	margin: 6px 0px 2px 0px;
	width: 202px;
}

a.special_productcat:hover
{
	color: #66ff99;
}

.special 
{
	color: yellow!important;
}

.sidehi 
{
	background-color: #9c7564;
}

div.sidemenu 
{
	padding-top:10px;
	height: 450px;
	width: 202px;
	overflow:hidden;
}

.copyright 
{
	font-size: 9px;
	margin-top: 12px;
	margin-left: 10px;
}

.terms 
{
	color: Black;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 10px;
}

/* --------- */

/* Other bits and stuff */
.logout 
{
	position: absolute;
	left: 930px;
	top: 36px;
	color: #c37c5d;
	font-size: 11px;
	text-decoration: none;
}
	
p.address
{
	margin: 0px 0px 0px 12px;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

td.address
{
	font-size: 11px;
	font-weight: bold;
	color: black;
}

a.address 
{
	color: black;
	text-decoration:none;
}

a:hover.address 
{ 
	text-decoration: underline; 
}

/* -------------------- */

/* Basket Styles */
.basket_title
{
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 8px;
}

.basket_amount
{
	padding-top: 8px;
	padding-right: 10px;
}

.basket_quantity 
{
	padding-top: 6px;
	padding-right: 10px;
}

.basket_total 
{
	padding-top: 8px;
	font-weight: bold;
}

.basket_head 
{
	font-weight: bold;
	font-size: 11px;
	color: #7b2e1c;
}

.basket_footer 
{
	font-weight: bold;
	font-size: 12px;
	border-top: solid 1px #7b2e1c;
	padding-top: 6px;
}

.btnBACK
{
	background-color: #dfb4a1;
	border: solid 1px #7b2e1c;
	padding: 3px 11px 3px 11px;
	height: 23px;
	text-decoration: none;
	font-weight: bold;
	color: black!important;
}

.btnNEXT 
{
	background-color: #dfb4a1;
	border: solid 1px #7b2e1c;
	padding: 3px 11px 3px 10px;
	height: 23px;
	text-decoration: none;
	font-weight: bold;
	color: black!important;
	margin-left: 4px;
}

.basket_buttons 
{
	background-color: #dfb4a1;
}

input.basket 
{
	background-color: #dfb4a1;
	color: Black;
	font-weight: bold;
	border: solid 1px #dfb4a1;
	/*border-left: solid 0px white;*/
	width: 160px;
	cursor: pointer;
}

.basket_totlabel 
{
	font-size: 12px;
	background-color: #dfb4a1;
	border-right: solid 2px white;
	height: 24px;
	padding-right: 2px;
}

.basket_tot
{
	font-size: 12px;
	background-color: #dfb4a1;
	padding-left: 8px;
}

.basket_large 
{
	font-size: 13px!important;
}
/* ------------- */

/* Product Styles */

div.subcats 
{
	margin-left: 16px;
	margin-top: 8px;
	padding-top: 6px;
}

.subcathi 
{
	color: black!important;
}

.subcat 
{
	font-size: 13px;
	font-weight: bold;
	color: #8C3412;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.product_header
{
	font-weight: bold;
	color: #7b2e1c;
	padding: 0px 8px 2px 6px;
}

p.product_cost 
{
	font-size: 15px;
	font-weight: bold;
	color: #8a703d;
}

p.product_cost_vat
{
	font-size: 11px;
	font-weight: bold;
	color: #8a703d;
}

p.product_quantity
{
	margin-top: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #7b2e1c;
}

input.product_quantity 
{
	font-size: 12px;
	color: black;
	width: 45px;
	border: solid 1px #7b2e1c;

	height: 19px;
}

input.product_add 
{
	font-size: 12px;
	font-weight: bold;
	background-color: #7b2e1c;
	color: White;
	width: 36px;
	border: none;
	height: 19px;
}

p.product_info 
{
	margin-top: 12px;
}

a.product_info 
{
	color: Black;
	text-decoration: none;
	font-size: 12px;
        font-weight: bold; 
}

h1.products 
{
	font-size: 18px;
	color: #7b2e1c;
	font-weight: bold;
	margin-left: 16px;
}

a.pagenumber 
{
	background-color: #7b2e1c;
	padding: 2px 6px 2px 6px;
	color: White;
	text-decoration: none;
	margin-right: 2px;
	font-weight: bold;
}

a.pagehi 
{
	background-color: #dfb4a1;
	padding: 2px 6px 2px 6px;
	color: 7b2e1c;
	text-decoration: none;
	margin-right: 2px;
	font-weight: bold;
}

a:hover.pagenumber 
{
	background-color: #c37c5d;
}

span.dispagenumber
{
	background-color: #dfb4a1;
	padding: 2px 6px 2px 6px;
	color: White;
	text-decoration: none;
	border-right: solid 2px white;
	font-weight: bold;
}

td.pagenumber 
{
	font-weight: bold;
	color: #7b2e1c;
}

/* -------------- */

/* Print-specific styles - hides stuff and changes things when printing the document */
@media screen 
{
}

@media print 
{
	body 
	{
		zoom: 65%;
	}
}
/* -------------------------------------------------------------------------------- */

.prod_main 
{
	padding: 8px;
}

.prod_title 
{
	height:30px;
	color: White;
	font-size: 14px;
	font-weight: bold;
	background-color: #c37c5d;
	padding-left: 8px;
}

.prod_bottom
{
	height: 30px;
	background-color: #c37c5d;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}

a:link.prod_bottom, a:active.prod_bottom, a:visited.prod_bottom 
{
	color: White;
	padding-right: 8px;
	padding-left: 8px;
	height: 30px;
	border-left: solid 2px white;
	display: inline;
	padding-top: 7px;
	padding-bottom: 7px;
}

a:hover.prod_bottom 
{
	background-color: #7b2e1c;
}

.prod_price
{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
}

.prod_cat
{
	font-size: 11px;
	color: #7b2e1c;
	font-weight: bold;
	padding-bottom: 4px;
}

/*----------------------------------------*/

input.data 
{
	width:310px;
}

select.data 
{
	width: 310px;
}

textarea.data 
{
	width: 310px;
}

.button 
{
	width: 310px;
	border: solid 2px;
	font-weight: bold;
}

/* Rutland Frederick 19-Jan-2007 */

.rf_ul 
{
    list-style-type: none;
    margin: 5px 0px 5px 0px;
    padding: 0px 30px 0px 30px;
}

h3
{
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0px 1px 0px;
}

.rf_linkimg 
{
    width: 100px;
    float: left;
    margin: 0px 10px 0px 0px;
}

.rf_linkbox
{
    border-bottom: dashed 1px #9a2e0a;
    margin: 0px 0px 10px 0px;
    padding-bottom: 10px;
}

div.rf_photobox
{
     height: 220px;
     width: 200px;
     border: solid 1px #999999;
     margin: 11px 11px 11px 11px;
}

div.rf_photodisplaywrapper
{
     width: 190px;
     padding: 10px 5px 5px 5px;
     margin: 0;
}

div.rf_popupbody
{
    width: 580px;
    margin: 0px 0px 0px 0px;  
  	padding: 10px 10px 10px 10px;
    background: #FFFFFF;
    FONT-SIZE: 13px;
	FONT-FAMILY: Arial;
}