body {
	color: #000;
	margin: 0px;
	padding: 0px;
	font: 11px/1 Arial, Verdana, sans-serif;
	background: #3e362b url('/img/main/body_bg.jpg') repeat-y 50% 88px;
}


* html div, * html img {
	behavior: url(/styles/iepngfix.htc);
}

p, h1, h2 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-weight: bold;
	color: #82705b;
	margin-bottom: 8px;
	font-size: 14px;
}

.structural {
	position: absolute;
	left: -9999px;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
	color: #b59c79;
}

a:hover {
	text-decoration: underline;
}

#page {
	position: relative;
	width: 972px;
	margin: 0px auto;
}

#left {
	width: 243px;
	height: 500px;
}

#menu {
	width: 242px;
	color: white;
	padding-top: 243px;
	margin-left: 2px;
	background: url('/img/main/logo.jpg') no-repeat;
}

#ideal_webshop {
	width: 193px;
	margin-left: 25px;
}

.hr {
	height: 2px;
	font-size: 1px;
	background: url('/img/main/hr.gif') repeat-x;
	margin: 0px;
	padding: 2px;
}

#menu_items {
	padding-top: 20px;
}

.menu_item {
	height: 20px;
}

a.menu_link,
a.menu_link:link,
a.menu_link:visited,
a.menu_link:focus,
a.menu_link:hover,
a.menu_link:active,
a.menu_link_hl,
a.menu_link_hl:link,
a.menu_link_hl:visited,
a.menu_link_hl:focus,
a.menu_link_hl:hover,
a.menu_link_hl:active {
	display: block;
	color: #fff;
	font-weight: bold;
	float: left;
	margin-right: 3px;
	padding-left: 20px;
	background: url('/img/main/menu_arrow.gif') no-repeat 0 50%;
}

a.menu_link:hover, a.menu_link_hl:hover {
	color: #a48c70;
	background: url('/img/main/menu_arrow_hl.gif') no-repeat 0 50%;
	text-decoration: none;
}

a.menu_link_hl, a.menu_link_hl:link, a.menu_link_hl:visited, a.menu_link_hl:hover {
	background: url('/img/main/menu_arrow_hl.gif') no-repeat;
	color: #a48c70;
}

#right {
	position: absolute;
	top: 0px;
	left: 244px;
	width: 726px;
	background: url('/img/main/right_bg.jpg') no-repeat;
}

#header {
	width: 666px;
	height: 281px;
	color: white;
	margin-left: 33px;
	background: url('/img/main/hr.gif') repeat-x bottom;
}

#login {
	position: absolute;
	right: 0px;
	width: 10px;
	height: 10px;
}

#loggedin {
	width: 175px;
	border: 1px solid #000;
	color: #000;
	padding: 3px;
	background-color: #fff;
	text-align: center;
}

#in_cart {
	float: right;
	width: 200px;
	padding-top: 7px;
	display: inline;
}

#cart_small {
	float: left;
}

#products {
	float: left;
	padding: 1px 0px 3px 5px;
	color: #ffffff;
}

#bestellen {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
}

#menu2 {
	padding-top: 195px;
	padding-left: 75px;
}

.menu_item2 {
	behavior: url('/styles/iepngfix.htc');
	float: left;
	padding: 9px 26px 0px 23px;
	background: url('/img/main/menu_item_decoration.png') no-repeat;
	cursor: pointer;
}

#spacer {
	float: right;
	width: 1px;
	height: 150px;
}

#main {
	float: left;
	color: white;
	width: 700px;
}

#imageContainer {
	float: left;
	width: 501px;
	height: 251px;
	position: relative;
}

#imageContainer img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#content {
	margin-top: 17px;
	margin-left: 105px;
	width: 504px;
}

#webshop {
	behavior: url('/styles/iepngfix.htc');
	background: url('/img/main/webshop.png') no-repeat;
	float: right;
	padding-top: 3px;
	width: 89px;
	height: 33px;
}

#pagination {
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
	font-size: 20px;
}

.goldborder {
	border: 1px solid #b59c79;
}

.blackborder {
	border: 1px solid #000;
}

.png {
	behavior: url('/styles/iepngfix.htc');
}

.home, .informatie, .impressie, .contact, .reacties {
	height: 23px;
}

.home {
	width: 41px;
}

.informatie {
	width: 72px;
}

.impressie {
	width: 61px;
}

.contact {
	width: 53px;
}

.reacties {
	width: 55px;
}

#content .noborder {
	border: 0;
}

#content_footer {
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
}

#content_footer a {
	color: #fff;
}

.img_link {
	border: 0;
}

.img_action {
	float: left;
	width: 10px;
	height: 10px;
}

input, textarea, select {
	border: 2px solid #b59c79;
	padding: 2px;
}

textarea {
	font-family: inherit;
	font-size: 12px;
	overflow: auto;
}

.info_small {
	float: left;
	margin-bottom: 10px;
}

.title {
	font-weight: bold;
	color: #82705b;
	margin-bottom: 8px;
	font-size: 14px;
}

.info_small .title {
	font-size: 11px;
}
	
.info_small_image {
	float: left;
	width: 72px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.info_small_image img {
	border: 1px solid #000;
}

.info_small_text {
	float: left;
	width: 420px;
}

a.img_unset_image, a.img_unset_image:visited, a.img_unset_image:active, a.img_unset_image:link, a.img_unset_image:hover {
	display: block;
	background: url('/img/cms/img_unset_image.gif') no-repeat top left;
	position: absolute;
	width: 16px;
	height: 16px;
	-moz-opacity: 0.4;
	opacity: .4;
	filter: alpha(opacity=40);
}

a.img_unset_image:hover {
	-moz-opacity: 1.0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.online {
	float: right;
	margin-right: 0px;
	display: inline;
	font-weight: bold;
	margin-bottom: 5px;
}

/*************************
 IMPRESSIE
*************************/
.impressie_foto {
	float: left;
	width: 108px;
	margin-right: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.impressie_last {
	margin-right: 0px;
}

/*************************
 REACTIES
*************************/
.timeposted {
	float: right;
}

.grayed {
	background-color: #222;
	color: #777;
}

/*************************
 HOME
*************************/
#welkom {
	background: url(/img/main/welkom.gif) no-repeat 100% 5px;
	width: 400px;
	height: 63px;
	text-indent: -999em;
	text-transform: capitalize;
}

/*************************
 REMEMBER ME
*************************/
#rememberme a {
	position: relative;
}

#rememberme a span {
	display: none;
	position: absolute;
	width: 300px;
	border: 4px outset #b59c79;
	padding: 10px;
	background: #322b23;
	left: -150px;
	bottom: 15px;
	color: #fff;
}

#rememberme a:hover span {
	display: block;
}

/*************************
 PRODUCT INTRO
*************************/
.product_intro {
	margin: 10px 0 20px 0;
	padding-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #b59c79;
	line-height: 1.4;
	color: #cbb592;
}

.product_intro img {
	float: left; 
}

.product_intro div {
	margin-left: 135px;
}
