html, body 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	height: auto !important; /* FF and compliant browsers should automatically size the body/html */
	height: 100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
	min-height: 100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}

form
{
	margin: 0px;
}

body.layout
{
	background-color: #ffffff;
	text-align: center;
}

body.image
{
	background-color: transparent;
}

iframe.payment
{
	 width: 100%;
	 height: 500px;
	 border: 1px solid #cdcdcd;
}

div
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3
{
	font-family: Verdana, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4ba1b2;
}

h1
{
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -2px;
}

h1 a, h1 a:hover, h1 a:active, h1 a:visited
{
	color: #4ba1b2;
	text-decoration: none;
}

h2
{
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

h3
{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

h4
{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: underline;
}

a.pdf
{ 
   padding-right: 18px;
   background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

div#head
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	width: 790px;
	height: auto !important; /* FF and compliant browsers should automatically size the body/html */
	height: 100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
	min-height: 100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
	margin: 0 auto;
}

div#logo
{
	height: 124px;
	width: 790px;
	cursor: pointer;
	text-align: right;
}

div#wait
{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	text-align: center;
}

div#popup
{
	border: 1px solid #d9d9d9;
	background-color: #fff;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 40px;
	max-height: 32px;
	margin-left: -200px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	opacity: 0.90; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

/*div#popup table tr td
{
	color: #000000;
}*/

div#container-admin, div#container-store
{
	background-repeat: no-repeat;
	height: auto !important; /* FF and compliant browsers should automatically size the body/html */
	height: 100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
	min-height: 100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
	width: 790px;
	padding-left: 34px;
}

div#container-admin
{
	background-image: url(../images/container-admin.jpg);
}

div#container-store
{
	background-image: url(../images/container-store.jpg);
}

div#menu
{
	margin-top: 63px;
	margin-right: 41px;
	height: 100%;
	width: 126px;
	float: left;
	overflow: hidden;
}

div#menu table
{
	background-color: #e7e7e7;
	opacity: 0.90; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

td.menu_head, td.menu_item
{
	height: 24px;
	width: 100%;
	padding-left: 10px;
}

td.menu_head
{
	background-color: #d9d9d9;
	opacity: 0.90; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

td.menu_head a, td.menu_head a:hover, td.menu_head a:active, td.menu_head a:visited
{
	color: #303030;
}

div#container-admin div#main, div#container-store div#main
{
	margin-top: 29px;
	float: left;
	overflow: hidden;
}

div#container-admin div#main
{
	width: 564px;
}

div#container-store div#main
{
	margin-right: 22px;
	width: 424px;
}

div#container-admin div#content
{
	width: 564px;
	text-align: center;
}

div#container-store div#content
{
	width: 424px;
	text-align: left;
}

div#content
{
	margin: 0px;
	float: left;
}

div#content p
{
	font-size: 11px;
}

div.categories, div.products
{
	width: 424px;
	text-align: center;
	float: left;
}

div.navigation
{
	float: left;
	width: 394px; /* IE only */
	max-width: 397px;
	margin: 7px;
}

div.category
{
	margin: 7px;
	text-align: left;
	float: left;
	display: block;
}

tr.stock-item td, tr.item td
{
	border-bottom: 1px solid #c2c2c2;
}

tr.stock-item td, tr.stock-item td a, tr.stock-item td a:hover, tr.stock-item td a:active, tr.stock-item td a:visited
{
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}

td.list-actions
{
	height: 50px;
}

img.list-image
{
	height: 50px;
}

img#image
{
	width: 100px;
}

div#right
{
	margin-left: 4px;
	width: 130px;
	float: left;
	text-align: left;
}

div.search
{
	width: 100%;
	float: left;
}

div.search input#search
{
	width: 100%;
}

span.green, span.green a, span.green a:hover, span.green a:active, span.green a:visited
{
	font-weight: bold;
	color: #458898;
}

span.green a:hover
{
	text-decoration: underline;
}

div.area
{
	margin: 0px;
	width: 100%;
	color: #000000;
	float: left;
	overflow: hidden;
}

div.box
{
	background-color: #e7e7e7;
	border: 1px solid #cdcdcd;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	color: #000000;
	float: left;
	overflow: hidden;
}

div.box-seperator
{
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 20px;
	float: left;
}

div#menu table tr td, div.box table tr td
{
	font-weight: normal;
	font-size: 11px;
}

input, textarea, select
{
    border: 1px solid #d6d6d6;
    background: #ffffff;
    color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea
{
	width: 100%;
}

input
{
    margin-top: 5px;
	margin-bottom: 5px;
}

input.over, textarea.over, td.over
{
	background-color: #ffffdd;
}

img.product
{
	float: left;
}

div.product
{
	background-color: #ffffff;
	border: 1px solid #c2c2c2;
	width: 189px;
	min-height: 150px;
	margin: 7px;
	float: left;
	overflow: hidden;
}

div.product div.title
{
	background-color: #d9d9d9;
	width: 189px;
	height: 30px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	float: left;
}

div.product div.description
{
	width: 186px;
	height: 130px;
	min-height: 130px;
	float: left;
	/*overflow: hidden;*/
}

div.list-image
{
	width: 60px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

div.image
{
	width: 80px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
}

div.special
{
	background-color: transparent;
	width: 392px;
	min-height: 150px;
	margin: 7px;
	float: left;
	overflow: hidden;
}

td div.description
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div.product p
{
	font-size: 10px;
}

table tr td, table tr th
{
	font-size: 11px;
}

table tr th
{
	text-align: left;
}

span.price
{
	color: #FF0000;
	font-weight: bold;
}

div.product-detail
{
	background-color: #ffffff;
	border: 1px solid #c2c2c2;
	width: 414px;
	margin-bottom: 20px;
	float: left;
}

div.product-detail div.title
{
	background-color: #d9d9d9;
	width: 414px;
	height: 30px;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

div.product-detail div.title table
{
	margin-left: 20px;
}

div.product-detail div.title table tr td
{
	font-size: 16px;
	font-weight: bold;
}

div.product-detail div.description
{
	padding: 20px;
	float: left;
}

div.description-left
{
	margin-right: 5px;
	width: 244px;
	text-align: left;
	float: left;
}

div.description-left p
{
	font-size: 11px;
}

div.description-right
{
	margin-left: 5px;
	width: 120px;
	float: left;
}

div.description-right-top, div.description-right-bottom 
{
	width: 100%;
	margin: 0 auto;
	float: left;
}

ul.colours, ul.pagination
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

ul.colours li, ul.pagination li
{
	height: 20px;
	max-height: 17px;
	width: 20px;
	float: left;
	margin: 1px;
	padding-top: 3px;
	cursor: pointer;
}

ul.pagination li, ul.pagination li.over, ul.pagination li.selected
{
	border: 1px solid #c2c2c2;
	text-align: center;
}

ul.pagination li.over
{
	background-color: #ffffdd;
}

ul.pagination li.selected
{
	background-color: #d9d9d9;
}

div.description-top
{
	width: 372px;
	max-width: 352px;
	background-color: red;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
}

div.description-bottom
{
	margin-top: 10px;
	width: 374px;
	float: left;
	text-align: left;
	font-size: 11px;
}

div.description-bottom-end
{
	background-image: url(../images/basket.jpg);
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	border: 1px solid #676767;
	float: left;
	padding: 10px;
	padding-left: 100px;
	width: 372px;
	max-width: 262px;
}

div.product-accessoires
{
	background-color: #ffffff;
	border: 1px solid #c2c2c2;
	width: 414px;
	float: left;
}

div.product-accessoires div.list
{
	padding: 20px;
	text-align: left;
	float: left;
}

div.product-accessoires div.list table tr td
{
	font-size: 11px;
}

a, a:hover, a:active, a:visited
{
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}	

a:hover
{
	color: #498b9b;
}

ol
{
	font-size: 11px;
}

div.auto_complete
{
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
}

ul.autocomplete_list
{
	list-style-type: none;
	margin: 0px;
    padding: 0px;
}

li.autocomplete_item, li.highlight
{
	list-style-type: none;
	display: block;
    margin: 0px;
	cursor: pointer;
}

li.autocomplete_item, li.highlight
{
	border: 1px solid #ffffff;
}

li.autocomplete_item img, li.highlight img
{
	width: 40px;
}

li.highlight
{
	border: 1px solid #d9d9d9;
}

table.cart
{
	border: 1px solid #c2c2c2;
}

table.cart tr th
{
	background-color: #d9d9d9;
}

table.cart tr td
{
	background-color: #ffffff;
}

input.button
{
	background-color: #d9d9d9;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
}

div.info
{
	width: 100%;
	font-size: 10px;
}

span.not_in_stock, span.stock
{
	font-size: 9px;
	font-weight: bold;
}

span.not_in_stock
{
	color: #c9c9c9;
	font-size: 9px;
	font-weight: bold;
}

div.text
{
	text-align: left;
}

span.flash
{
	color: #498b9b;
	font-weight: bold;
}

span.author
{
	font-size: 9px;
}

div.footer
{
	/*background-color: #e8e8e8;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	opacity: 0.90; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	font-weight: bold;*/
	text-align: right;
	width: 756px;
	margin-left: 34px;
	padding-top: 34px;
	padding-bottom: 4px;
}

div.footer a, div.footer a:active, div.footer a:visited
{
	color: #303030;
}

div.footer a:hover
{
	color: #458898;
	text-decoration: underline;
}

div.bottom
{
	height: 34px;
	clear: both;
}