
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Arial, sans-serif;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background: white;
}

h1 {
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	
	
	padding: 4px 10px 4px 10px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: white;
	font-size: 12px;
	background: #646462;	
}

h2 {
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

table {
	font-family: Arial, sans-serif;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

td {
	padding: 0px 5px 2px 0px;
}

a:link {
	text-decoration: underline;
	color: black;
}
a:visited {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: underline;
	color: black;
}

ol {
	margin: 0px 0px 15px 25px;
	padding: 0px 0px 0px 0px;
}

ul {
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	border: 0px;
	margin: 0px;
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
	font-family: Arial, sans-serif;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	width: 254px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

form {
	padding: 0px;
	margin: 0px;
}

.checkbox {
	border: 0px;
	width: 20px;
	background: none;
}

.radiobutton {
	border: 0px;
	width: 20px;
	background: none;
}

.form_button {
	background: #939391;
	background: #646462;
	border: 0px;
	width: 254px;
	height: 20px;
	color: white;
}

.center_hor {
	position: relative;
	height: 100%;
	width: 900px;
	margin: 0px auto 0px auto;
}

.top {
	position: relative;
	height: 20px;
	width: 898px;
	padding: 70px 2px 0px 0px;
	background: url(/visuals/logo.jpg) center left no-repeat;	
	text-align: right;
	color: #6b594f;
}

.top a:link, .top a:visited, .top a:active {
	color: black;
	text-decoration: none;
}

.top a:hover {
	color: black;
	text-decoration: underline;
}




.menu_background {
	position: relative;
	width: 100%;
	height: 19px;
	background: #6b594f;	
}

.bottom {
	position: relative;
	width: 896px;
	height: 16px;
	padding: 3px 4px 0px 0px;
	background: #6b594f;	
	text-align: right;
	color: white;
	font-size: 10px;
}

.bottom_margin {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 2px 0px 0px 0px;
	text-align: left;
	color: #6b594f;
}

.bottom_margin a:link, .bottom_margin a:visited, .bottom_margin a:active {
	color: black;
	text-decoration: none;
}

.bottom_margin a:hover {
	color: black;
	text-decoration: underline;
}

/* horizontaal css menu */

#menu {
	position: absolute;
	top: 90px;
	left: 0px;
	height: 19px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	z-index: 15;
	float: left;
	/*background: #6b594f;*/
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100px;
	float: left;
}

#menu a, #menu h2 {
	display: block;
	margin: 0px;
	padding: 2px 4px 2px 4px;
	font-family: Arial, Verdana, sans-serif;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	/*border-top: 1px solid #6b594f;
	border-bottom: 1px solid #6b594f;*/
	background: #6b594f;
	text-decoration: none;
	color: white;
	font-weight: normal;
}

#menu a:hover {
	/*color: #FFFFFF;
	background: #999999;*/
	background: #b0a29b;
}

#menu li {
	position: relative;
	border: 0px;
	margin: 0px;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	border: 0px;
}

#menu ul ul ul {
	top: 0px;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul{
	display:none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}




.middle {
	position: relative;
	min-height: 560px;
	padding: 0px;
	width: 100%;
	margin: 0px;
	background: none;
}

.content {
	position: relative;
	float: left;
	min-height: 470px;
	width: 580px;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	overflow: auto;
}

.content_photo {
	position: relative;
	float: right;	
	width: 300px;
}

.content_photo img {
	border: 1px solid #b0a29b;
}

.main_menu {
	position: relative;
	height: 20px;
	width: 100%;
	background: #6b594f;
}

.module_block {
	background: #eeeeee;
	width: 120px;
	width: 120px;
	margin-bottom: 20px;
	padding: 5px;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	height: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.news_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.news_title {
	font-weight: bold;
}

.news_date {
	margin-left: 10px;
	font-size: 10px;
}

.news_author {
	position: absolute;
	font-style: italic;
	right: 10px;
}

.news_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_options {

}

.news_options a:link, .news_options a:visited, .news_options a:hover, .news_options a:active {
	color: #666666;
}

.left_image {
	margin-right: 10px;
}

.right_image {
	margin-left: 10px;
}

.collection_header {
	position: relative;
	height: 40px;
	padding: 45px 0px 0px 0px;
	margin: 5px 0px 0px 0px;	
	background: url(/visuals/collection.section.header.jpg) top right no-repeat;	
}

.shop_navigation {
	position: relative;
	height: 40px;
	padding: 50px 0px 0px 0px;
}

.shop_navigation a:link, .shop_navigation a:visited, .shop_navigation a:active, .collection_header a:link, .collection_header a:visited, .collection_header a:active {
	text-decoration: none;
}

.shop_navigation a:hover, .collection_header a:hover {
	text-decoration: underline;
}

.shop_nav_back {
	float: left;	
}

.shop_nav_next {
	float: right;	
}

.product_thumb_table {
	width: 100%;
	cell-spacing: 0px 0px;
	font-weight: bold;
}

.product_thumb_table td {
	vertical-align: top;
	text-align: center;
	width: 25%;
}

.product_thumb_table a:link, .product_thumb_table a:visited, .product_thumb_table a:active {
	text-decoration: none;
}

.product_thumb_table a:hover {
	text-decoration: underline;
}

.product_thumb_float {
	width: 225px;
	float: left;	
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.product_thumb_float a:link, .product_thumb_float a:visited, .product_thumb_float a:active {
	text-decoration: none;
}

.product_thumb_float a:hover {
	text-decoration: underline;
}

.product_thumb {
	min-width: 150px;
	min-height: 250px;
	width: 150px;
	height: 250px;
	border: 1px solid #b0a29b;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	overflow: none;
}

.product_img {
	width: 150px;
	height: 250px;	
}

.product_img a:link, .product_img a:visited, .product_img a:hover, .product_img a:active {
	display: block;
	height: 100%;
}
	
.product_shot {
	min-width: 250px;
	min-height: 300px;
	width: 250px;
	height: 300px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #b0a29b;
	margin: 0px 0px 5px 0px;
}

.product_img_large {
	width: 250px;
	height: 300px;
}

.product_img_large a:link, .product_img_large a:visited, .product_img_large a:hover, .product_img_large a:active {
	display: block;
	height: 100%;
}


.product_shot_float {
	width: 300px;
	float: left;	
	text-align: left;
	font-size: 10px;
}

.product_shot_description {
	width: 300px;
	float: left;	
	font-size: 10px;
}

.product_name {
	padding: 4px 10px 4px 10px;
	margin: 0px 25px 10px 0px;
	font-weight: bold;
	color: white;
	font-size: 12px;
	background: #646462;
}

.product_shot_description p {
	font-size: 12px;
	padding: 0px 50px 25px 10px;
}

.product_shot_description table {
	margin: 0px 0px 0px 10px;
	font-size: 10px;
}

.product_shot_form {
	width: 300px;
	padding: 25px 0px 25px 0px;
	float: left;	
	text-align: right;
	font-size: 10px;
	background: #939391;
	color: white;
}

.product_shot_form form {
	width: 200px;
	text-align: left;
	margin: 0px auto 0px auto;
}

.shoppingcart {
	width: 100%;
}

.shoppingcart th {
	background: #939391;
	font-weight: normal;
}

.shoppingcart td {
	padding: 12px 0px 2px 0px;
	font-weight: bold;
}

.shoppingcart img {
	border: 1px solid #b0a29b;
}

.collection {
	position: relative;
	margin: 30px auto 0px auto;
	width: 900px;
	height: 500px;
	z-index: 1;
}

.color_block {
	width: 100px;
	height: 16px;
}