/* #e7b05c */
/* #feeac9 */
/* #8c161b */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	background: url(../gfx/bg.png) repeat-y;
}

/** BASIC TYPES **/

h1 {
	color: #e6af5c;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#category_info {
	cursor: pointer;
	float: right;
	height: 20px;
	width: 20px;
	margin-right: 10px;
	background-image : url(../gfx/info.png);
}

ul {
	list-style-type: square;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 5px;
}

a {
	color: #8c161b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/** COLORS **/

.color1 {
	color: #8c161b;
}

.color2 {
	color: #e7b05c;
}

.color3 {
	color: #feeac9;
}

/** MAIN STRUCTURE **/

#header {
	height: 151px;
	width: 925px;
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
}

#header_links {
	position: absolute;
	left: 700px;
	top: 0px;
	height: 20px;
	padding-top: 10px;
	width: 265px;
	text-align: right;
	color: #e7b05c;
}

#header_horse {
	position: absolute;
	left: 700px;
	top: 31px;
	height: 84px;
	width: 265px;
}

#header_links a {
	color: #e7b05c;	
}

#logo {
	background-image: url(../gfx/logo.png);
	background-repeat: no-repeat;
	height: 151px;
	width: 225px;
	float: left;
}

#menus {
	position: absolute;
	width: 225px;
	left: 40px;
	top: 171px;	
}

#content {
	position: absolute;
	width: 650px;
	top: 171px;
	left: 315px;
}

#right {
	float: right;
	width: 170px;
}

#center {
	float: left;
	margin: 0px;
	/**width: 426px;**/
}

#imageviewer {
	display: none;
	position: absolute;
	overflow: hidden;	
}

#footer {
	padding-top: 20px;
	color: #999;
	font-size: 11px;
	width: 425px;
	clear: both;
}

#category_description {
	position: absolute;
	left: 315px;
	width: 425px;
	height: 0px;
	overflow: auto;
	background-color: #feeac9;
	border: 1px solid #e7b05c;
	display: none;
	top: 0px;
}

#category_description div {
	padding: 10px;
}

/** HEADLINES **/

#header h1 {
	margin: 0px;
	padding-top: 121px;
	margin-left: 275px;
}

.blockheader {
	padding: 3px 10px 3px 10px;
	background-color: #8c161b;
	background-image: url(../gfx/header_bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

/** BUTTONS **/

a.button {
	display: block;
	width: 130px;
	height: 15px;
	background-image: url(../gfx/button_bg.png);
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px 3px 10px;
	margin-bottom: 4px;
}

a.button:hover {
	color : #e6af5c;
}

/** MENU **/

.menu {
	font-size: 11px;
	width: 225px;
	background-color: #feeac9;
	margin-bottom: 20px;
}

.menu a {
	display: block;
	width: 205px;
	padding: 3px 10px 3px 10px;
	margin: 1px 0px 1px 0px;
	text-decoration: none;
	color: #8c161b;
	font-weight: bold;
}

.menu a.subcategory, a.subsubcategory {
	width: 195px;
	padding: 3px 10px 3px 20px;
	font-weight: normal;	
}

.menu a.maincategory:hover, .menu a.maincategory.active {
	background-color: #fff;
}

.menu a.subcategory:hover, .menu a.subcategory.active {
	font-weight: bold;
	background-color: #fff;
}

.menu a.subsubcategory:hover, .menu a.subsubcategory.active {
	font-weight: bold;
}

.menu div.subcategories {
	background-color: #e7b05c;
	padding-top: 1px;
	padding-bottom: 1px;
}

/** CENTER STRUCTURE **/

#center .container {
	width: 425px;
	font-size: 12px;
}

/** PAGES **/

.pages {
	margin-top: 20px;	
	width: 425px;
}

.pages .page, .pages a:hover {
	display: block;
	background-color: #fff;
	border: 1px solid #8c161b;
	float: left;
	color: #8c161b;
	margin-right: 5px;
	padding: 3px;
	width: 12px;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
}

.pages a {
	display: block;
	background-color: #8c161b;
	border: 1px solid #8c161b; 
	float: left;
	color: #fff;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 12px;
	overflow: hidden;
	text-align: center;
}

/** RIGHT ITEM STRUCTURE **/

.right_item {
	background-color: #feeac9;
	margin-bottom: 20px;
}

.right_item_line a {
	display: block;
	margin-bottom: 3px;
	background-color: #e7b05c;
	padding: 3px;
}

.right_item_line_selected a {
	color: #fff;	
}

a.search_history {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 3px;
	margin-bottom: 4px;
	border: 1px solid #e7b05c;
	
}

a.search_history:hover {
	border: 1px solid #8c161b;
}

.article_overview {
	width: 427px;
	height: 135px;
	overflow: auto;
	background-color: #feeac9;
	margin-bottom: 20px;
}

.small_article {
	margin: 10px;
	width: 170px;
	float: left;
	height: 100px;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #8c161b;
}

<!-- IE 6 -->
* html .small_article {
	width: 165px;
	padding: 3px;	
}

.small_article .image_container {
	height: 80px;
	width: 60px;
	float: left;
	overflow: hidden;
}

.small_article .text_container {
	float: right;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.infobar {
	width: 407px;
	margin-bottom: 20px;
	clear: both;
}

.infobar .order {
	float: right;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 20px;
	margin-right: -7px;
}

.infobar .order select {
	height: 20px;
	font-size: 11px;
	border: 1px solid #feeac9;
	display: block;
	text-transform: none;
}

.article {
	width: 425px;
	height: 260px;
	overflow: hidden;
	border: 1px solid #8c161b;
	border-top: 0px solid #8c161b;
	margin-bottom: 20px;
}

.article_info_box {
	width: 425px;
	margin-bottom: 20px;
}

.imagecontainer {
	float: left;
	width: 130px;
}

.imagecontainer .blockheader {
	width: 130px;	
}

.imagecontainer .article_info_box {
	width: 130px;	
}

.images {
	background-color: #feeac9;
	padding: 10px;
}

.article_info_box .image {
	margin: 5px;
}

.article_bar {
	width: 405px;
	background-color: #feeac9;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #feeac9;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #8c161b;
	border-bottom: 0px solid #fff;
	text-transform: uppercase;
	text-align: right;
	cursor: pointer;
}

.article_header {
	width: 425px;
	height: 195px;
}

.article_footer {
	width: 425px;
	height: 65px;
}

.leftarea {
	background-color: #feeac9;
	width: 120px;
}

.article_header .leftarea {
	height: 155px;
	padding: 20px 14px 20px 14px;
	overflow: hidden;
}

.article_header .leftarea .image {
	height: 155px;
	overflow: hidden;
}

.article_header .rightarea {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	width: 240px;
	height: 155px;
	overflow: hidden;
}

* html .article_header .rightarea {
	width: 230px;
	margin-right: 10px;
	margin-left: 10px;
}

* html .article_footer .rightarea {
	width: 230px;
	margin-right: 10px;
	margin-left: 10px;
}

.article_footer .leftarea {
	height: 65px;
	padding: 0px 14px 0px 14px;
}

.availability_info {
	height: 42px;
	width: 65px;
	border: 1px solid #8c161b;
	color: #999;
	padding: 3px;
}

.article_footer .rightarea {
	float: right;
	width: 240px;
	margin-right: 20px;
}

.price {
	background-image: url(../gfx/preis.png);
	width: 120px;
	height: 50px;
}

.article_info_box .price {
	margin-right: 20px;	
}

th {
	text-align: left;
}

.article_info_box table th {
	
	vertical-align: top;
}

.article_info_box table {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
}

.article_info_box .color {
	padding-right: 3px;
	padding-bottom: 3px;
}

.price .currency {
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	width: 30px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.price .optional {
	float: left;
	margin-top: 16px;
	margin-left: 5px;
	color: #fff;
	width: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.price .value {
	float: right;
	margin-top: 28px;
	margin-right: 5px;
	width: 68px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}

.noimage {
	width: 100px;
	padding: 10px;
	border: #e7b05c 1px solid;
	color: #e7b05c;
	font-size: 9px;
}

.article_header .headline {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8c161b;
	font-size: 10px;
	text-decoration: underline;
	text-transform: uppercase;
	margin-bottom: 10px;
	height: 25px;
	overflow: hidden;
}

.article_header .text {
	overflow: auto;
	height: 120px;
}

.article_header .special_offer {
	position: absolute;
	background-image: url(../gfx/angebot.png);
	width: 150px;
	height: 30px;
	margin-left: -16px;
	margin-top: -36px;
}

input,select {
	width: 200px;	
}

input[type='checkbox'] {
	width: auto;	
}

input[type=text], input[type=password], textarea, select { 
	border:1px solid #ccc; 
}

input[type=text] {
	width: 197px;	
}

ul.errorlist {
	list-style: none;
	padding: 0px;
	color: #8c161b;
	font-weight: bold;
	margin: 0px;
	
}

form table tr td {
	height: 25px;
}

<!-- SHOPPINGCARD -->

table.shoppingcard {
	width: 				100%;
	border-spacing:     0px;
    border-width:       0px 0px 0px 0px;
    border-collapse:    collapse;
}

table.shoppingcard th {
	height: 20px;
	border-bottom: 1px solid #000;
}

table.shoppingcard td {
	height: 20px;
}

a.delete {
	background-image: url(../gfx/admin/icon_deletelink.gif);
	display: block;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	float: right;
	margin: 5px;
}

.order {
	margin-bottom: 20px;	
}

.order td {
	color: #999;	
}

.order td {
	vertical-align: top;
	border-bottom: 7px solid #fff;
}

.order th {
	padding-top: 4px;	
}

.order input {
	width: 130px;	
}

.order select {
	width: 133px;	
}

.contactform td {
	color: #999;
	vertical-align: top;
	border-bottom: 7px solid #fff;
}

.contactform th {
	vertical-align: top;
	width: 100px;	
}

.order input[type=checkbox] {
	width: auto;
}

.order.full {
	width: 100%;
}

.order th {
	width: 155px;	
}

.order.half {
	width: 300px;
}

input[type=submit], input[type=button] {
	background:white url(../gfx/admin/nav-bg.gif) bottom repeat-x; 
	padding:3px;
	color:black; 
	border: 1px solid #bbb;
	border-color:#ddd #aaa #aaa #ddd;
}

input[type=submit]:hover, input[type=button]:hover { 
	border-color:#999 #333 #333 #999;
}

input[type=submit]:active, input[type=button]:active { 
	background-image:url(../gfx/admin/nav-bg-reverse.gif); 
	background-position:top; 
}

.right_item input {
	width: 147px;
	margin-bottom: 10px;
}

.right_item input[type=submit] {
	background-image: url(../gfx/button_bg.png);
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	width: 150px;
	height: 23px;
	border: 0px solid #000;
	margin-bottom: 0px;
	text-align: left;
	cursor: pointer;
}


.right_item input[type=submit]:hover {
	color : #e6af5c;
	/**background-image: url(../gfx/button_bg_hover.png);**/
}

.myorder input {
	width: 150px;	
}

.myorder input[type=submit] {
	width: 152px;	
}

