body {
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	color: #484848;
}

div#container {
	width: 772px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

div#header {
	width: 100%;
	height: 92px;
}

div#logo {
	width: 364px;
	height: 49px;
	position: absolute;
	top: 33px;
	left: 0px;
}

div#flags {
	width: 148px;
	height: 16px;
	position: absolute;
	top: 12px;
	left: 602px;
}

div#search {
	width: 180px;
	height: 18px;
	position: absolute;
	top: 34px;
	left: 593px;
	text-align: right;
}

div#advancedsearch {
	width: 180px;
	height: 18px;
	position: absolute;
	top: 54px;
	left: 602px;
}

div.searchresults {
	padding: 20px;
	border-top: solid 1px #cccccc;
}

input.searchbutton {
	display: block;
	float: right;
	width: 16px;
	height: 15px;
	margin-top: 2px;
}
input.advancedsearchbutton {
	width: 16px;
	height: 15px;
	margin-top: 0px;
}
input.searchfield {
	border: solid 1px #333333;
	width: 150px;
	font-family: arial;
	font-size: 11px;
	color: #484848;
}
input.advancedsearchfield {
	border: solid 1px #333333;
	width: 150px;
	font-family: arial;
	font-size: 11px;
	color: #484848;
	float: left;
}

div#colorbar {
	width: 100%;
	height: 58px;
}

div#body {
	line-height: 16px;
	width: 100%;
	
	background-image: url('/images/bg.gif');
	background-repeat: repeat-y;
}

div#menu {
	float: left;
	width: 174px;
}

div#menu a{
	color: #484848;
	width: 174px;
	text-decoration: none;
}


div#banner {
	margin-top: 15px;
	height: auto;
	width: 165px;
}

div#contact {
	margin-top: 15px;
	height: 156px;
	width: 151px;
	border: solid 1px #b8b8b8;
	font-size: 10px;
	padding: 7px;
}

div#keesing {
	margin-top: 15px;
	text-align: center;
	height: 68px;
	width: 167px;
}

div#content {
	float: left;
	width: 421px;
	padding: 7px 11px 7px 11px;
}

div#submenu {
	float: left;
	width: 143px;
	padding: 6px 0px 6px 12px;
}



div#footer {
	clear: both;
	margin-left: 174px;
	margin-right: 155px;
	width: 443px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	background-color: white;
}

div#footer a {
	color: #484848;
	text-decoration: underline;
}

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

a.button {
	display: block;
	background-image: url('/images/buttonbg.jpg');
	width: 155px;
	height: 23px;
	line-height: 23px;
	padding-left: 7px;	
	padding-right: 7px;	
	font-size: 13px;
	color: #484848;
	text-decoration: none;
	font-weight: bold;
}

a.button:hover {
	background-image: url('/images/buttonbg_active.jpg');
	text-decoration: none;
}

.noborder {
	border: none;
}

.smallrule {
	line-height: 1px;
	border-top: solid 1px #d9d7d7;
}


/**
 * Breadcrumb
 */

div#breadcrumb {
	font-size: 11px;
}

div#breadcrumb a {
	color: black;
	text-decoration: underline;
}

div#breadcrumb a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

a {
	color: #6a6a6c;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}


.itemlink {
	font-weight: bold;
}
div#content input {
	border: solid 1px #cccccc;
}
div#content textarea {
	border: solid 1px #cccccc;
	width: 300px;
	height: 120px;
}

.error {
	color: red;
}

.submenulinks a {
	font-style: italic;
	font-size: 13px;
	color: #61b8e9;
	font-weight: bold;
}

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


.floatleft {
	float: left;
}

#results {
	text-align: right;
}

.productimage {
	float: left;
	margin: 5px;
}

.tableheader {
	border-bottom: solid 1px #cccccc;
	font-weight: bold;
}

.total {
	text-align: right;
	border-top: solid 1px #cccccc;
	font-weight: bold;
}

table.orders td {
	font-size: 11px;
}

.inp {
	width: 137px;
}

.forms ul li{
    list-style:none;
}

ul {
	margin-left: 0;
	padding-left: 13px;
}