BODY
{
	margin: 0;
	padding: 0;

	font-size: 14px;
	font-family: verdana;
	background: #f5f5f5;
}

td 
{
	vertical-align: top; 
	font-size: 14px;
}
	

a {
	text-decoration: none;
	color: #00a;
}

a:hover {
	text-decoration: underline;
	color: #00a;
}

h1 {
	font-size: 16px;
	color: #a117dc;
}

h2 {
	font-size: 14px;
	color: #a117dc;
}



/* Top link bar */
.topnav 
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
	padding: 2px 20px 2px 34px;
	font-size: 14px;
	font-weight: bold;
	font-family: times, serif;
}


.arc
{
	background: #fff url(/images/arc.gif) no-repeat top left;
	vertical-align: middle; 
	text-align: right;
	font-weight: bold;
}

.arc a			{ color: #000; }
.arc a:hover	{ color: #000; }


.searchbar
{
	background: #ddd;
	border: 1px solid #bbb;
	margin: 0px;
	padding: 6px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;

}



/* Panels for basic page layout */
.panel
{
	width: 100%;
	position: relative;
}

.leftpanel
{
	position: absolute;
	top: 0px;
	left: 4px;
	width: 180px;
}

.mainpanel
{
	margin-left: 196px;
	position: relative;
	padding: 4px;
}

.basketpanel
{
	padding: 8px;
}

.sectionheading
{
	color: #a117dc;
}


/* Boxes parts */
.boxheading
{
	margin: 0px;
	margin-top: 10px;

	border: #888 1px solid;
	background: #0c0489; 
	color: #fff;

	font-size: 16px;
	text-align: center;
}

.boxcontent
{
	margin: 0px;

	border-left: #888 1px solid;
	border-right: #888 1px solid;
	border-bottom: #888 1px solid;
	background: #fff; 

	font-size: 14px;
	font-family: times, serif;
}

.boxfooter
{
	margin: 0px;
	margin-bottom: 10px;

	background: #fff;
}

.boxpadding
{
	padding: 4px;
}

.indent
{
	margin-left: 14px;
}
	

/* Form styles*/

.admin
{
	background: #ddd;
	vertical-align: top; 
	font-size: 12px;
}

.admin_head
{
	background: #9ad;
	vertical-align: top; 
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.form_head
{
	vertical-align: top; 
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.editbox 
{
	font-family: verdana, tahoma, arial, sans-serif;
	background-color: #eef;
	color: #000;
	border: 1px solid #888;
	font-size: 14px;
}

.qtybox 
{
	font-family: verdana, tahoma, arial, sans-serif;
	background-color: #eef;
	color: #000;
	border: 1px solid #888;
	font-size: 12px;
}

.editlist 
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #000;
	background-color: #eef;
}

.editbtn 
{
	background-color: #FECC66;
	border: #CCAA44 outset 1px; /*#abd */
	height: 21px;
	font: bold 11px verdana, tahoma, arial, sans-serif ;
	color: #000;
}



/* Product Page */
.prod_pricehead
{
	font-size: 14px;
	font-weight: bold;
}

.prod_pricelist
{
	font-size: 14px;
	text-decoration: line-through;
}

.prod_priceour
{
	font-size: 14px;
	font-weight: bold;
	color: #a00;
}

.prod_pricesave
{
	font-size: 14px;
	color: #a00;
}

.prod_morepages
{
	font-size: 14px;
	text-align: center;
}

.prod_title
{
	font-size: 16px;
}

.prod_incvat
{
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

/* Shopping Basket */
.basket_box
{
	background: #fff;
	border: #888 1px solid;

	padding: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 4px;
	margin-right: 4px;
}

.basket_head
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #a117dc;
}

.basket_button
{
	text-align: center;
	margin: 4px;
}

.basket_money
{
	color: #a00;
	font-weight: bold;
}

.basket_subtotal
{
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #a117dc;
	text-align: center;
}

.basket_quantity
{
	font-size: 10px;
	text-align: right;
}

.basket_item
{
	
}


/* Styles for the shopping basket page */
.cart_head
{
	text-align: center;
	border-top: #888 1px solid;
	border-bottom: #888 1px solid;
	border-right: #888 1px solid;
	background: #9ad; 
	vertical-align: middle; 
	font-weight: bold;
	font-size: 14px;
}

.cart_line
{
	text-align: center;
	border-bottom: #888 1px solid;
	border-right: #888 1px solid;
	background: #FFF5ED; 
	vertical-align: middle; 
	font-size: 14px;
}

.cart_line_money
{
	border-bottom: #888 1px solid;
	border-right: #888 1px solid;

	background: #FFF5ED; 
	color: #a00;

	font-size: 16px;
	font-weight: bold;

	text-align: right;
	vertical-align: middle; 
}

.cart_subtotal
{
	font-size: 16px;
	font-weight: bold;
	color: #a117dc;
	vertical-align: middle; 
	text-align: right;
}


/* Checkout */

.check_form
{
	vertical-align: top; 
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	width: 300px;
}

.check_item
{
	vertical-align: top; 
	font-size: 14px;
	font-weight: bold;
}

.check_headline
{
	font-size: 16px; 
	font-weight: bold; 
	color: #a117dc;
}

.check_error
{
	color: #a117dc;
	font-size: 14px;
	font-weight: bold;
	width: 600px;
}

.check_error_msg
{
	color: #A00; 
	font-size: 14px; 
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 5px;
	border-left: #f00 4px solid;
	padding-left: 2px;
}

.check_error_box
{
	border: #f00 1px solid;
}

.check_req
{
	color: #f60; 
	font-weight: bold; 
	font-size: 14px;
}

.check_itemback
{
	background: #99ccff; 
	border: #3163ce 3px solid;
	padding: 1px;
	margin: 4px 16px;
}

.check_itemcell
{
	background: #fff; 
	padding: 4px;
	vertical-align: top; 
}

.check_costtitle
{
	color: #a117dc;
	font-size: 14px;
	font-weight: bold;
}


.check_costvalue
{
	color: #a00;

	font-size: 14px;
	font-weight: bold;

	text-align: right;
	vertical-align: middle; 
}

.check_costtotal
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #a117dc;
}

.check_iteminfobox
{
	background: #eeeecc; 
	padding: 4px;
	margin: 4px;
	margin-left: 10px;
}

.check_addressbox
{
	font-size: 16px;
	margin-left: 20px;
	border: #3163ce 3px solid;
	padding: 4px;
	width: 400px;
}


/* General styles */
.copyright
{
	border-top: silver 1px solid;
	margin: 10px 30px;
	text-align: center;
	padding: 4px;
	font-size: 10px;
	color: #777;
}

.moneycolour
{
	color: #a00;
}

.print_header
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.print_item
{
	font-size: 10px;
}


/* Panels for the front page 9ad 6f8ef3 */
.head1 
{ 
	height: 22px; 
	background-color: #0c0489; 
}

.head1a 
{ 
	float: left; 
	width: 200px; 
	height: 21px; 
	padding-top: 1px; 
	padding-left: 17px; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 16px; 
	background: url(/images/head_bgl.gif) no-repeat left top 
}

.head1b 
{ 
	float: left; 
	width: 70px; 
	height: 22px; 
	background: url(/images/head_bgc.gif) no-repeat left top; 
}

.head1c 
{ 
	float: right; 
	width: 17px; 
	height: 22px; 
	background: url(/images/head_bgr.gif) no-repeat right top; 
}

.base
{ 
	background-color: #fff; 
	padding: 4px; 
	border-left: #efe 2px solid; 
	border-right: #efe 2px solid; 
	border-bottom: #efe 2px solid; 
}

.testimonialbox
{
	font-size: 12px; 
	margin: 5px; 
	border: 2px solid #52654d; 
	background: #efe; 
	padding: 5px;
}

.extrainfo
{
	border-top: 1px solid #aaa; 
	border-left: 1px solid #aaa; 
	border-right: 2px solid #555; 
	border-bottom: 2px solid #555; 
	background:#fff; 
	padding: 4px;
	margin-left: 20px;
	margin-right: 20px;
}
.extrainfohead
{
	font-weight: bold;
	font-size: 10px;
}

.extrainforeg
{
	font-size: 10px;
}
