html,
body {
    margin: 0;
    padding: 0;
    background: #ffffff url(../gfx/body_bg.gif) repeat-x 0 0;
	color: #312f2d;
    font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;

}

/**
 ** frame
 */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#header {
	background: transparent url(../gfx/noflash/header.jpg) no-repeat 0 0;
	width: 880px;
	height: 220px;
	margin: 0 auto;
}
div#content {
	padding: 10px 0;
	margin: 0 auto;
	width: 772px;
}
div#content_left {
	width: 225px;
	margin: 0 7px 0 0;
}
div#content_right {
	width: 538px;
	float: right;
	margin: 0;
}
div#offer {
	background: transparent url(../gfx/offer2_button.gif) no-repeat 0 0;
	width: 200px;
	padding: 20px 20px 5px 5px;
	text-align: right;
}
div#offer_bottom {
	border-top: 1px solid #F3EBE0;
	width: 185px;
	padding-top: 5px;
	margin-left: 20px;
	text-align: right;
}
div#left_bottom {
	width: 205px;
	background: transparent url(../gfx/trodat_logo.gif) no-repeat 20px 0;
	margin-top: 10px;
	padding: 50px 20px 0 0;
	font-size: 11px;
	text-align: right;
}
div#data_top {
	background: transparent url(../gfx/content_right_bg.gif) no-repeat 0 0;	
	height: 36px;
}
div#data {
	background: transparent url(../gfx/data_bg.gif) repeat-y 0 0;
	padding: 5px 25px;
	text-align: justify;
	min-height: 360px;
}
div#data_bottom {
	background: transparent url(../gfx/data_bottom_bg.gif) no-repeat 0 0;	
	height: 41px;
}
div.products_big {
	width: 480px;
	border-bottom: 1px dashed #f2ebe1;
	padding-bottom: 10px;
}
div.products_big_item {
	width: 480px;
	border-bottom: 1px solid #f2ebe1;
}
div.products_left {
	width: 128px;
	padding-left: 2px;
	float: left;
	text-align: center;
}
div.products_right {
	width: 350px;
	float: left;
}
div.products_colors {
	clear: both;
	padding: 10px 0 25px 130px;
	margin-bottom: 30px;
	background: transparent url(../gfx/products_colors_bg.gif) no-repeat bottom right;
	font-size: 11px;
}
div.colors {
	width: 320px;
}
div.navi {
	height: 15px;
	border-bottom: 1px solid #F3EAE1;
	margin: 10px 0 15px 0;
	padding-bottom: 3px;
}
h1 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #F3EAE1;
	color: #c10200;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #F3EAE1;
	color: #000;
	background: transparent url(../gfx/arrow_left.gif) no-repeat center right;	
}
a,
a:hover {
	color: #d21920;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;

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

a.left,
a.left:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;

}
a.left:hover {
	text-decoration: underline;
}
a.products,
a.products:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;

}
a.products:hover {
	text-decoration: underline;
}
a.offer,
a.offer:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;

}
a.offer:hover {
	text-decoration: underline;
}
a.back,
a.next,
a.next3,
a.back:hover,
a.next:hover,
a.next3:hover {
	padding-left: 13px;
	margin: 0;
	font-size: 11px;
}
a.next2,
a.next2:hover {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
a.back,
a.back:hover {
	background: transparent url(../gfx/arrow_left.gif) no-repeat 0 3px;
	padding-right: 5px;
}
a.next,
a.next:hover {
	background: transparent url(../gfx/arrow_right.gif) no-repeat left 3px;
	padding-right: 5px;
}
a.next3,
a.next3:hover {
	padding: 0 9px 0 0;
	background: transparent url(../gfx/arrow_right.gif) no-repeat right 3px;
}

input.box,
input.box:hover {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	color: #312f2d;
	height: 18px;
	width: 170px;
	border: 0;
	border-bottom: 1px solid #f2ebe1;
	margin: 0 20px 0 0;
	padding: 5px 5px 0 5px;
	vertical-align: middle;
	background-color: #fff;
}
input.box:hover {
	border-bottom: 1px solid #dcd0c0;
}
textarea,
textarea:hover {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	color: #312f2d;
	height: 82px;
	width: 200px;
	border: 1px solid #f2ebe1;
	padding: 5px 5px 0 5px;
	vertical-align: middle;
	background-color: #fff;
	overflow: auto;
}
textarea:hover {
	border: 1px solid #dcd0c0;
}
#submit {
	background: url(../gfx/submit.gif) no-repeat;
	border: 0;
	width: 67px;
	height: 19px;
	cursor: pointer;

}
label {
	width: 90px;
	cursor: pointer;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul li {
	padding: 0 0 2px 10px;
	background: transparent url(../gfx/arrow_right.gif) no-repeat 0 4px;	
}

input.box_file {
	border: 1px solid #f2ebe1;
	background-color: transparent;
	width: 270px;
}
select {
	border: 1px solid #f2ebe1;
	background-color: #fff;
    font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #312f2d;
	width: 170px;
}
span.pager {
	color: #632915; 
	font-size: 11px;
}
span.error {
	color: red;
}
