body {
    font-size: 12px;
    margin: 0px;
    color: #333;
    font-family: arial, verdana, microsoft sans serif, geneva, helvetica;
    text-align: center;
	margin-top:0px;
	background: #fff;
}

table {
    color:#666;
}

/* Main Layout Styles */
/* -------------------------------------------------------------- */
#container {
    margin: 0px auto 0px;
    width: 738px;
	padding:10px;
	padding-top:6px;
	background-color: #fff;
}
#contentcontainer {
	min-height:400px;
	background-image:url(/fx/containerbg.gif);
	background-repeat:repeat-y;
	background-position:0px;
}
#header {
	padding-bottom:9px;
	text-align:left;
	height:45px;
}
#headerleft {
	float:left;
	width:200px;
}
#headerright {
	float:right;
	width:400px;
	text-align:right;
	padding-top:30px;
}
#topmenu {
	border:1px solid #990000;
	background-color:#E8E3CE;
	height:30px;
}
#topmenuleft {
	float:left;
	width:350px;
	text-align:left;
	padding:7px;
	padding-left:10px;
}
#topmenuright {
	float:right;
	width:350px;
	text-align:right;
	padding:7px;
	padding-right:10px;
}
#basket_links
{
    float:right;
    padding-left:3px;
}
#basket_contains
{
    float:right;
}
#basket_contains_red
{
    color:#990000;
    font-weight:bold;
    float:right;
    text-align:right;
    display:none;
}
#breadcrumb_bar
{
    background-color:#990000;
    color:#E8E3CE;
    padding:5px;
	padding-left:10px;
	height:18px;
}
#breadcrumb
{
	font-weight:bold;
	text-align:left;
	float:left;
}
#breadcrumb a:link, #breadcrumb a:visited 
{
    color:#E8E3CE;
}
#short_msg
{
    color:#FFF;
    float:right;
    display:none;
    text-align:right;
    font-weight:bold;
    margin-right:5px;
}

#contentcontainer {
	background-image:url(../fx/content_bg.gif);
	background-repeat:repeat-y;
	min-height:400px;
	width:738px;
}
#left {
    float: left;
    width: 180px;
}
#content {
    padding:10px;
	padding-top:0px;
    float: left;
	text-align:left;
	margin-left:5px;
    width: 524px;
    min-height: 550px;
}
div.contentbox {
	min-height:60px;
	padding:6px;
	margin-left:3px;
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:left;
}
div.contentboxpad {
	padding:5px;
}
div.bottombar 
{
    background-color:#990000;
	padding:5px;
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	text-align:left;
}
div.bottombar a:link, div.bottombar a:visited 
{
    color:#E8E3CE;
}

#home_title
{
    
}
#home_title_left
{
    float:left;
    font-weight:bold;
    font-size:15px;
    color:#990000;
    border-bottom:1px solid #990000;
    width:350px;
    padding-top:5px;
    padding-bottom:12px;
}
#home_title_right
{
    float:right;
    text-align:right;
}
#home_offers_heading
{
    background-image:url(../fx/special_offers.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #990000;
	height:12px;
	padding-bottom:12px;
}
#home_offers
{
	padding-top:12px;
}
td.offer_discount
{
    font-size:20px;
    font-weight:bold;
    color:#FFA620;
}
td.offer_only
{
    font-size:11px;
    font-weight:bold;
    color:#990000;
    text-align:right;
}
td.offer_price
{
    font-size:15px;
    font-weight:bold;
    color:#D90000;
    text-align:right;
}
.offer_name
{
    font-size:12px;
    font-weight:bold;
    color:#990000;
    padding-top:3px;
    margin-bottom:3px;
    height:32px;
    border-bottom:1px solid #CCC;
}

.roundcont_white {
	text-align:left;
	background-position:right bottom;
	background-repeat:no-repeat;
	float:left;
	width:240px;
}
.roundtop {
	background: url(/fx/tr.gif) no-repeat top right;
}
.roundbottom {
	background: url(/fx/br.gif) no-repeat bottom right;
}
.roundcontent {
	border-left:1px solid #990000;
	border-right:1px solid #990000;
	padding-left:10px;
	padding-right:10px;
	min-height:80px;
    border-bottom:1px solid #fff;
    margin-bottom:-1px;
}
/* Bottom Bar */
div.btmleft {
    float: left;
	width:410px;
	text-align:left;
}
div.btmright {
    float: right;
	width:270px;
	text-align:right;
}

#terms {
    margin: 0px auto 0px;
    width:722px;
}

#tablehead {
	padding:7px;
	color:#536281;
	font-weight:bold;
	background-color:#F2F4F8;
}

/* Menu Styles */
/* -------------------------------------------------------------- */
div.menublock {
}
div.menuL1 {
	text-align:left;
	padding:2px;
}
div.menuL1 a:link, div.menuL1 a:visited {
	text-decoration:underline;
	font-weight:normal;
	background-image:url(../fx/menu_L1.gif);
	background-repeat : no-repeat;
	background-position:0px;
	padding-left:9px;
	color:#990000;
}
div.menuL1 a:hover, div.menuL2 a:hover {
	color:#cc0000;
}

div.menuL2 {
	text-align:left;
	padding-left:8px;
	padding-bottom:4px;
}
div.menuL2 a:link, div.menuL2 a:visited {
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	background-image:url(../fx/menu_L2.gif);
	background-repeat : no-repeat;
	background-position:0px;
	padding-left:9px;
	color:#4C4972;
}

div.menuL3 {
	text-align:left;
	padding-left:16px;
	padding-bottom:4px;
}
div.menuL3 a:link, div.menuL3 a:visited {
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	background-image:url(../fx/menu_L3.gif);
	background-repeat : no-repeat;
	background-position:0px;
	padding-left:9px;
	color:#93B2C8;
}


#search {
	text-align:left;
	padding:8px;
	color:#ffcc00;
}

/* Products */
/* ------------------------------------------------ */
div.product {
	padding-bottom:10px;
	padding-top:10px;
	min-height:100px;
	background: url(/fx/css-dotted.gif) repeat-x bottom;
}
div.prodimg {
	float:left;
	width:70px;
    min-height:50px;
}
div.prodinfo {
	width:300px;
	padding-left:10px;
	float:left;
    min-height:100px;
}
p.prodtitle {
	font-weight:bold;
	margin-bottom:3px;
}
div.prodprice {
	width:120px;
	padding-left:10px;
	float:right;
}
p.price {
	font-weight:bold;
	font-size:16px;
	color:#990000;
	margin:0px;
	padding-left:13px;
}
p.oldprice {
	font-weight:bold;
	font-size:12px;
	color:#000;
	padding-bottom:0px;
	margin:0px;
}
div.delivery {
	background: url(/fx/truck.gif) no-repeat 0px 0px;
	color:#ccc;
	margin-top:5px;
	padding-left:30px;
	padding-bottom:3px;	
}
a.addbasket:link, a.addbasket:visited {
	font-weight:bold;
	background: url(/fx/basket.gif) no-repeat 0px 5px;
	padding-left:15px;
	color:#cc0000;
	line-height:18px;
}

a.moredetails:link, a.moredetails:visited {
	font-weight:bold;
	background: url(/fx/moredetails.gif) no-repeat 0px 5px;
	padding-left:15px;
	color:#cc0000;
	line-height:18px;
}

/* Basket */
.basket_head {
	border-bottom:1px solid #000;
	background-color:#E8E3CE;
	border-right:1px solid #fff;
	padding:4px;
	font-weight:bold;
	font-size:10px;
}
.basket_row {
	padding:4px;
	border-bottom:1px solid #E8E3CE;
	border-right:1px solid #E8E3CE;
	font-size:11px;
}
.basket_row_invalid {
	padding:4px;
	border-bottom:1px solid #E8E3CE;
	border-right:1px solid #E8E3CE;
	font-size:11px;
	background-color:#FFBBBB;
}
.basket_foot {
	border-top:1px solid #000;
	padding:4px;
	border-bottom:1px solid #000;
	font-size:11px;
}

/* Misc */
li {
    margin-left: -22px;
    color: #666;
	margin-bottom:7px;
}
a:link, a:visited {
	text-decoration:underline;
	font-weight:bold;
	color:#0000ff;
}
a.normal:link, a.normal:visited {
    text-decoration:none;
	font-weight:normal;
}
a:hover {
    color: #cc0000;
}
input
{
    font-weight: normal;
    font-size: 12px;
    font-family: verdana, helvetica, sans-serif;
}
#fr
{
    padding-right: 5px;
    padding-left: 5px;
    float: right;
    padding-bottom: 5px;
    width: 400px;
    padding-top: 5px;
    text-align: right
}
/* Required for Rich Text editor */
p {
	color:#666;
	margin-top:7px;
}

/* Required for Rich Text editor */
h1 {
	color : #718EA5;
	font-size : 15px;
	font-weight : bold;
	margin:0px;
}
/* Required for Rich Text editor */
h2 {
	font-size : 13px;
	font-weight : bold;
	padding-top:4px;
	margin:0px;
	margin-bottom:6px;
	padding-bottom:4px;
	color : #536281;
	text-align:left;
	border-bottom:1px dashed #ccc;
}
/* Required for Rich Text editor */
h3 {
	font-size : 13px;
	font-weight : bold;
	border-bottom:1px dashed #ccc;
	color : #536281;
	text-align:left;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding-bottom:4px;
	margin:0px;
	margin-top:5px;
}

/* Required for Rich Text editor */
h4 {
	font-weight:bold;
}

/* Required for Rich Text editor */
h5 {
	margin:0px;
}

ul {
	margin-bottom:4px;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
}

/* Pager */
div.pager {
	margin-bottom:15px;
	padding:12px;
	background-color:#E8E3CE;
	padding:10px;
}

/* Product Details */
div.product_details
{

}

#product_title
{
    font-size:18px;
    color:#990000;
}

#product_number
{
    font-size:10px;
    padding-bottom:5px;
}

#product_price
{
    font-size:18px;
    font-weight:bold;
    color:#990000;
    padding-top:5px;
    padding-bottom:10px;
}

#special_price
{
    font-size:18px;
    font-weight:bold;
    color:#D90000;
    padding-top:5px;
    padding-bottom:10px;
    text-align:right;
}

#special_offer
{
    font-size:12px;
    color:#D90000;
    padding-top:5px;
    padding-bottom:10px;
    text-align:right;
}

#delivery_text
{
    padding-top:5px;
    padding-bottom:10px;
}

#min_order_qty
{
    font-size:11px;
    color:#999;
    text-align:right;
}

div.product_heading
{
    background-color:#E8E3CE;
    padding:5px;
    padding-left:5px;
    margin-top:10px;
    font-size:14px;
    font-weight:bold;
    color:#990000;
}

#product_added
{
    border:1px solid #FF9900;
    padding:2px;
    margin:3px;
}

#product_info
{
    margin-left:5px;
    margin-right:5px;
}

td.checkout_head
{
    background-color:#E8E3CE;
    font-weight:bold;
    padding:3px;
    padding-left:5px;
}
td.checkout_item
{
    border:1px solid #E8E3CE;
    border-top:0px;
    padding-left:5px;
}
