html {
	width:100%;
	height:100%;
	
	overflow-y:scroll;
}

body {
	width:100%;
	height:100%;
	
	margin:0px;
	padding:0px;

	font-family:Arial;
	font-size:12px;
	
	background:#dbdbdb;
	
	/*
	background-image:url(images/bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	*/
}

input, 
textarea {
	font-family:Arial;
	font-size:12px;
}

input[type=submit], 
input[type=button] {
	border:1px #000000 solid;
	background:#dcdcdc;
	color:#000000;
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

.small {
	font-size:10px;
}

.hidden {
	display:none;
}

/* ----------------------------------------------------- */

div.topnav {
	position:fixed;
	
	top:0px;
	left:0px;
	
	width:100%;
	height:35px;
	
	background-image:url(images/topnav.png);
	background-position:0px 0px;
	background-repeat:repeat-x;
	
	z-index:5000;
}

div.topnav > div {
	width:1000px;
	height:30px;
	
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
}

div.topnav > div > ul {
	list-style:none;
	margin:0px;	
	padding:0px;
}

div.topnav > div > ul > li {
	float:left;
	
	height:16px;
	
	margin-top:7px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding:0px;
	
	background-image:url(images/topnav_spacer.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

div.topnav > div > ul > li > a {
	display:block;
	
	padding-top:1px;
	padding-right:11px;
	padding-bottom:0px;
	padding-left:9px;
	
	color:#FFFFFF;
	text-decoration:none;
}

div.topnav > div > ul > li:first-child > a {
	background-image:url(images/topnav_spacer.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

div.topnav > div > ul > li.active > a, 
div.topnav > div > ul > li > a:hover {
	text-decoration:underline;
}

div.topnav > div > form {
	float:right;
	
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding:0px;
	
	color:#ffffff;
}

div.topnav > div > form > label {
	display:block;
	
	height:16px;
	
	margin-top:3px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding:0px;
	
	float:left;
	
	cursor:pointer;
}

div.topnav > div > form > input[type=text] {
	width:250px;
	height:18px;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:5px;
	
	padding:0px;
	
	border:0px;
}

div.topnav > div > form > input[type=submit] {
	width:30px;
	height:18px;
	
	margin:0px;	
	padding:0px;
	
	border:none;
	background:#ff7900;
	color:#ffffff;
}

/* ----------------------------------------------------- */

div.page {
	position:relative;

	width:1000px;
	min-height:100%;
	
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	
	padding:0px;

	overflow:auto;

	background:#FFFFFF;
	
	background-position:0px 0px;
	background-repeat:repeat-y;
}

div.page.column2 {
	background-image:url(images/bg_2columns.gif);
}

div.page.column3 {
	background-image:url(images/bg_3columns.gif);
}

/* ----------------------------------------------------- */

div.header {
	position:relative;
	
	width:100%;
	height:132px;
	
	margin:0px;
	padding:0px;
	
	background:#9e9d95;
	
	background-image:url(images/header.jpg);
	background-position:0px 30px;
	background-repeat:no-repeat;
}

div.header > ul {
	position:absolute;
	
	top:100px;
	left:14px;
	
	list-style:none;

	margin:0px;	
	padding:0px;
}

div.header > ul > li {
	float:left;
	
	margin-top:0px;
	margin-right:20px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding:0px;
}

div.header > ul > li > a {
	color:#FFFFFF;
	text-decoration:none;
}

div.header > ul > li.active > a, 
div.header > ul > li > a:hover {
	text-decoration:underline;
}

/* ----------------------------------------------------- */

div.content {
	width:1000px;
	
	margin:0px;
	padding:0px;
	
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden; /* IE8 */
	
	background-position:0px 0px;
	background-repeat:repeat-y;
}

div.content > div {
	float:left;
	
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden; /* IE8 */
}


div.page.column1 > div.content > div.left {
	display:none;
}

div.page.column1 > div.content > div.center {
	width:986px;
	
	margin:0px;	
	padding:7px;
}

div.page.column1 > div.content > div.right {
	display:none;
}



div.page.column2 > div.content > div.left {
	width:220px;
	
	margin-top:0px;
	margin-right:1px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding:7px;
}

div.page.column2 > div.content > div.center {
	width:751px;
	
	margin:0px;	
	padding:7px;
}

div.page.column2 > div.content > div.right {
	display:none;
}



div.page.column3 > div.content > div.left {
	width:220px;
	
	margin-top:0px;
	margin-right:1px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding:7px;
}

div.page.column3 > div.content > div.center {
	width:560px;
	
	margin:0px;	
	padding:7px;
}

div.page.column3 > div.content > div.right {
	width:176px;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:1px;
	
	padding:7px;
}

/* ----------------------------------------------------- */

div.block {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:30px;
	margin-left:0px;
}

/* ----------------------------------------------------- */

div.left > ul.nav, 
div.left > ul.nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

div.left > ul.nav li {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-variant:normal;
	
	background-repeat:no-repeat;
	line-height:12px;
}

div.left > ul.nav a {
	text-decoration:none;
	color:#444444;
}

div.left > ul.nav a:hover {
	text-decoration:underline;
}

div.left > ul.nav > li {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:15px;
	margin-left:0px;
	
	padding:0px;

	font-size:12px;
	font-weight:bold;
}

div.left > ul.nav > li li {
	margin-top:6px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:13px;
	
	background-image:url(images/nav_close.gif);
	background-position:3px 1px;
}

div.left > ul.nav > li ul {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:15px;
	margin-left:0px;
}

div.left > ul.nav > li li.path, 
div.left > ul.nav > li li.active {
	background-image:url(images/nav_open.gif);
	background-position:0px 4px;
}

div.left > ul.nav li li.item {
	background:none;

	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding-top:4px;
	padding-right:3px;
	padding-bottom:4px;
	padding-left:3px;
	
	font-size:10px;
	font-family:Arial;
	
	line-height:10px;
	
	border-bottom:1px #7e7e7e solid;
}

div.left > ul.nav li li.item.first {
	margin-top:6px;
	border-top:1px #7e7e7e solid;
}

div.left > ul.nav li.folder.path > a, 
div.left > ul.nav li.folder.active > a, 
div.left > ul.nav li.folder.active_closed > a {
	font-weight:bold;
}

div.left > ul.nav li.folder.active_closed > a, 
div.left > ul.nav li.folder.active > a {
	color:#ff7900;
}

div.left > ul.nav li.item.active > a {
	color:#ffffff;
}

div.left > ul.nav li.item.active {
	background-color:#ff7900;
	border-right:1px #7e7e7e solid;
	border-left:1px #7e7e7e solid;
	
	padding-right:2px;
	padding-left:2px;
}

div.left > ul.nav li.folder.active_closed > ul {
	display:none;
}

/* ----------------------------------------------------- */

div.msg_error, 
div.msg_success, 
div.msg_info {
	font-weight:bold;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
	
	padding-top:3px;
	padding-right:5px;
	padding-bottom:3px;
	padding-left:28px;
}

div.msg_error {
	color:#ffffff;
	background:#ff0000;
	
	background-image:url(images/exclamation.png);
	background-position:6px center;
	background-repeat:no-repeat;
}

div.msg_success {	
	background:#aaffaa;
	background-image:url(images/tick.png);
	background-position:6px center;
	background-repeat:no-repeat;
}

div.msg_info {	
	background:#b9d5ff;
	background-image:url(images/information.png);
	background-position:6px center;
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- */


div.center > div.folder_detail > ul.sitemap, 
div.center > div.folder_detail > ul.sitemap ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

div.center > div.folder_detail > ul.sitemap li {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-variant:normal;
	
	background-repeat:no-repeat;
}

div.center > div.folder_detail > ul.sitemap > li li {
	margin-top:3px;
	margin-right:0px;
	margin-bottom:3px;
	margin-left:0px;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:20px;
	
	background-image:url(images/sitemap_h_line.gif);
	background-position:8px 6px;
	background-repeat:no-repeat;
}

div.center > div.folder_detail > ul.sitemap > li li.path, 
div.center > div.folder_detail > ul.sitemap > li li.active, 
div.center > div.folder_detail > ul.sitemap > li li.last {
	background:#FFFFFF;
	background-image:url(images/sitemap_last.gif);
	background-position:9px -3px;
	background-repeat:no-repeat;
}

div.center > div.folder_detail > ul.sitemap > li ul {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:15px;
	margin-left:0px;
	
	background-image:url(images/sitemap_v_line.gif);
	background-position:9px top;
	background-repeat:repeat-y;
}

div.center > div.folder_detail > ul.sitemap > li > a {
	font-size:14px;
	font-weight:bold;
}

div.center > div.folder_detail > ul.sitemap li.path > a, 
div.center > div.folder_detail > ul.sitemap li.active > ul > li > a {
	font-weight:bold;
}

div.center > div.folder_detail > ul.sitemap li.active > ul > li > ul > li > ul a {
	color:#666666;
}

div.center > div.folder_detail > ul.sitemap li.active > a {
	color:#ff7900;
	font-weight:bold;
}

div.center > div.folder_detail > ul.sitemap li.active > ul > li.endpoint > a {
	font-weight:normal;
}

/* ----------------------------------------------------- */


div.center > div.folder_detail > table.items {
	width:751px;
	border:none;
	border-bottom:1px #7e7e7e solid;
}

div.center > div.folder_detail > table.items > tbody > tr > td, 
div.center > div.folder_detail > table.items > thead > tr > td {
	margin:0px;
	
	padding-top:1px;
	padding-right:5px;
	padding-bottom:1px;
	padding-left:5px;
	
	border:none;
}

div.center > div.folder_detail > table.items > thead > tr > td {
	/*font-weight:bold;*/
	padding-bottom:1px;
	white-space:nowrap;
}

div.center > div.folder_detail > table.items > tbody > tr > td {
	border-top:1px #CCCCCC solid;
}

div.center > div.folder_detail > table.items > thead > tr > td.item_number, 
div.center > div.folder_detail > table.items > tbody > tr > td.item_number {
	padding-left:0px;
	border-left:none;
}

div.center > div.folder_detail > table.items > tbody > tr > td.item_number > a {
	color:#ff7900;
	font-weight:bold;
}

div.center > div.folder_detail > table.items > thead > tr > td.cart, 
div.center > div.folder_detail > table.items > tbody > tr > td.cart {
	padding-right:0px;
	text-align:center;
}

div.center > div.folder_detail > table.items > tbody > tr.in_cart > td {
	background:#f0fff0;
}

div.center > div.folder_detail > table.items > tbody > tr > td.image, 
div.center > div.folder_detail > table.items > tbody > tr.in_cart > td.image {
	padding-top:3px;
	padding-bottom:3px;
	
	background-image:url(images/image.png);
	background-position:center center;
	background-repeat:no-repeat;
	
	font-size:6px;
}

div.center > div.folder_detail > table.items > tbody > tr > td.image > img, 
div.center > div.folder_detail > table.items > tbody > tr > td.image > a > img {
	border:none;
	vertical-align:bottom;
}

div.center > div.folder_detail > table.items > tbody > tr > td.prices {
	text-align:right;
	white-space:nowrap;
}

div.center > div.folder_detail > table.items > tbody > tr > td.hide_prices {
	padding-right:0px;
	text-align:right;
	white-space:nowrap;
}

div.center > div.folder_detail > table.items > tbody > tr > td.prices.special {
	color:#008800;
}

div.center > div.folder_detail > table.items > tbody > tr > td.cart {
	padding-top:0px;
	padding-bottom:0px;
	white-space:nowrap;
}

div.center > div.folder_detail > table.items > tbody > tr > td.cart > form {
	margin:0px;
	padding:0px;
	
	display:inline;
}

div.center > div.folder_detail > table.items > tbody > tr > td.cart > form > input[type=text] {
	width:30px;
	
	margin-top:1px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding:0px;
	
	vertical-align:top;
}

div.center > div.folder_detail > table.items > tbody > tr > td.cart > form > input[type=image] {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:7px;
	
	padding:0px;
}

div.center > div.folder_detail > table.items > tbody > tr > td.cart > form > input.add_to_cart {
	width:16px;
	height:1px;
	
	border:none;
	
	margin:0px;
	
	padding-top:15px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}

div.center > div.folder_detail > table.items > thead > tr > td.desc {
	width:60%;
}

div.center > div.folder_detail > table.items > thead > tr > td.modell {
	width:40%;
}

div.center > div.folder_detail > table.items > tbody > tr > td.modell {
	font-weight:bold;
}

div.center > div.folder_detail > table.items > thead > tr > td.image > form {
	margin:0px;
	padding:0px;
}

div.center > div.folder_detail > table.items > thead > tr > td.image > form > input[type=submit] {
	margin:0px;
	padding:0px;
	border:0px;
	font-weight:bold;
	background:none;
	cursor:pointer;
}

div.center > div.folder_detail > table.items > tbody > tr.imageblock > td {
	border-top:1px #7e7e7e solid;
}

/* ----------------------------------------------------- */

div.center > div.folder_detail > div.item_filter {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:30px;
	margin-left:0px;
	
	padding:0px;
	overflow:auto;
}

div.center > div.folder_detail > div.item_filter > form {
	margin:0px;
	padding:0px;
}

div.center > div.folder_detail > div.item_filter > form > input {
	float:right;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:3px;
	margin-left:0px;
	
	width:95px;
}

div.center > div.folder_detail > div.item_filter > form > table {
	width:640px;
	float:left;
	border:none;
}

div.center > div.folder_detail > div.item_filter > form > table > tbody > tr > td {
	padding-top:1px;
	padding-right:0px;
	padding-bottom:1px;
	padding-left:0px;
	
	border-top:none;
	border-right:none;
	border-bottom:1px #CCCCCC solid;
	border-left:none;
}

div.center > div.folder_detail > div.item_filter > form > table > tbody > tr:first-child > td {
	border-top:1px #CCCCCC solid;
}

div.center > div.folder_detail > div.item_filter > form > table > tbody > tr > td > span {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:15px;

	display:block;
	float:left;
}

div.center > div.folder_detail > div.item_filter > form > table > tbody > tr > td.attr {
	width:1px;
	white-space:nowrap;
	font-weight:bold;
}

/* ----------------------------------------------------- */

div.item_detail .item_number {
	color:#ff7900;
	font-weight:bold;
}

div.center > div.item_detail h1 {
	font-size:15px;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:0px;
	
	border-bottom:1px #CCCCCC solid;
}

div.center > div.item_detail h2 {
	font-size:13px;
	
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	
	padding-top:5px;
	padding-right:7px;
	padding-bottom:5px;
	padding-left:7px;
	
	background:#dcdcdc;
}

div.center > div.item_detail p {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
}

div.center > div.item_detail ul, 
div.center > div.item_detail ol, 
div.center > div.item_detail li, 
div.right > div.item_detail ul, 
div.right > div.item_detail ol, 
div.right > div.item_detail li {
	margin:0px;
	padding:0px;
}

div.center > div.item_detail ul, 
div.right > div.item_detail ul {
	list-style:none;
	margin-top:5px;
	margin-bottom:5px;
}

div.center > div.item_detail ul li, 
div.right > div.item_detail ul li {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:5px;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:13px;
	
	background-image:url(images/bullet.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
}

div.center > div.item_detail img {
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
}

div.center > div.item_detail table.data {
	width:100%;
	
	margin-top:2px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	border:none;
}

div.center > div.item_detail table.data > tbody > tr > td {
	padding-top:1px;
	padding-right:0px;
	padding-bottom:1px;
	padding-left:0px;
	
	border-top:none;
	border-right:none;
	border-bottom:1px #CCCCCC solid;
	border-left:none;
	
	text-align:right;
}

div.center > div.item_detail table.data > tbody > tr:first-child > td {
	border-top:1px #CCCCCC solid;
}

div.center > div.item_detail table.data > tbody > tr > td:first-child {
	width:1px;
	
	padding-top:0px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:0px;
	
	font-weight:bold;
	white-space:nowrap;
	text-align:left;
}


div.center > div.folder_detail > ul.folder {
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding:0px;
	
	list-style:none;
}

div.center > div.folder_detail > ul.folder > li {
	margin-top:7px;
	margin-right:20px;
	margin-bottom:7px;
	margin-left:0px;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:20px;

	line-height:16px;
	
	background-image:url(images/folder.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	
	float:left;
}


div.right > div.item_detail h2 {
	font-size:13px;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}

div.right > div.item_detail > div.prices > div.headline {
	font-weight:bold;
	color:#FFFFFF;
	
	padding-top:3px;
	padding-right:5px;
	padding-bottom:3px;
	padding-left:5px;
	
	background:#ff7900;
	
	overflow:auto;
}

div.right > div.item_detail > div.prices > div.headline.inactive {
	font-weight:normal;
	color:#666666;
	background:#dbdbdb;
}

div.right > div.item_detail > div.prices > div.headline > div.title {
	float:left;
}

div.right > div.item_detail > div.prices > div.headline > div.quantity {
	font-weight:normal;
	color:#000000;
	float:right;
}

div.right > div.item_detail > div.prices > div.headline.inactive > div.quantity {
	color:#666666;
}

div.right > div.item_detail > div.prices > table {
	width:100%;
		
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	
	border:none;
}

div.right > div.item_detail > div.prices > table.inactive {
	color:#666666;
	margin-bottom:20px;
}

div.right > div.item_detail > div.prices > table > tbody > tr > td {
	padding-top:1px;
	padding-right:0px;
	padding-bottom:1px;
	padding-left:0px;
	
	border-top:none;
	border-right:none;
	border-bottom:1px #CCCCCC solid;
	border-left:none;
	
	white-space:nowrap;
}

div.right > div.item_detail > div.prices > table > tbody > tr:first-child > td {
	border-top:1px #CCCCCC solid;
}
 
div.right > div.item_detail > div.prices > table > tbody > tr > td.scale {
	padding-right:5px;
	padding-left:5px;
	text-align:right;
}

div.right > div.item_detail > div.prices > table > tbody > tr > td.value {
	width:100%;
	text-align:right;
	font-weight:bold;
}

div.right > div.item_detail > div.prices > table > tbody > tr > td.quantity {
	padding-left:5px;
}

div.right > div.item_detail > div.prices > table > tbody > tr > td.cart {
	padding-top:10px;
	text-align:center;
}

div.right > div.item_detail > div.prices > form {
	margin:0px;
	padding:0px;
}

div.right > div.item_detail > div.prices > form.cart > input[type=text] {
	width:30px;
	
	margin-top:0px;
	margin-right:15px;
	margin-bottom:0px;
	margin-left:0px;
}

div.right > div.item_detail > div.prices > form.cart > input.add_to_cart {
	width:120px;
	font-weight:bold;
	background:#ff7900;
	color:#FFFFFF;
}

div.right > div.item_detail > div.prices > form.cart > input.add_to_fav {
	width:171px;

	margin-top:8px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

div.right > div.item_detail > div.prices a.linkbutton {
	display:block;
	
	width:150px;
	
	padding-top:2px;
	padding-right:0px;
	padding-bottom:2px;
	padding-left:0px;
	
	text-align:center;
	text-decoration:none;
	
	font-weight:bold;
	
	background:#ff7900;
	color:#FFFFFF;
	border:1px #000000 solid;
	
}

div.right > div.item_detail ul.documents li {
	margin-top:7px;
	margin-right:0px;
	margin-bottom:7px;
	margin-left:0px;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:20px;
	
	/*font-size:11px;*/
	line-height:16px;
	
	background-image:url(images/page_white_acrobat.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

div.center > div.item_detail ul.links li, 
div.right > div.item_detail ul.links li {
	margin-top:7px;
	margin-right:0px;
	margin-bottom:7px;
	margin-left:0px;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:20px;
	
	/*font-size:11px;*/
	line-height:16px;
	
	background-position:0px 0px;
	background-repeat:no-repeat;
}

div.center > div.item_detail ul.links li.item, 
div.right > div.item_detail ul.links li.item {
	background-image:url(images/page_white_text.png);
}

div.center > div.item_detail ul.links li.folder, 
div.right > div.item_detail ul.links li.folder {
	background-image:url(images/folder.png);
}

div.right > div.item_detail > div.variants {
	height:300px;
	overflow:auto;
}

/* ----------------------------------------------------- */

div.center > div.cart > form {
	margin:0px;
	padding:0px;
}

div.center > div.cart > form > table {
	width:751px;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	
	border:none;
	border-bottom:1px #7e7e7e solid;
}

div.center > div.cart > form > table > tbody > tr > td, 
div.center > div.cart > form > table > thead > tr > td {
	margin:0px;
	
	padding-top:1px;
	padding-right:5px;
	padding-bottom:1px;
	padding-left:5px;
	
	border:none;
}

div.center > div.cart > form > table > thead > tr > td {
	/*font-weight:bold;*/
	padding-bottom:1px;
	white-space:nowrap;
}

div.center > div.cart > form > table > tbody > tr > td {
	border-top:1px #cccccc solid;
}

div.center > div.cart > form > table > tbody > tr:first-child > td {
	border-top:1px #7e7e7e solid;
}

div.center > div.cart > form > table > thead > tr > td.item_number, 
div.center > div.cart > form > table > tbody > tr > td.item_number, 
div.center > div.cart > form > table > tbody > tr.items_sum > td.text, 
div.center > div.cart > form > table > tbody > tr.shipping_costs > td.text, 
div.center > div.cart > form > table > tbody > tr.tax > td.text, 
div.center > div.cart > form > table > tbody > tr.gross > td.text {
	padding-left:0px;
}

div.center > div.cart > form > table > tbody > tr.msg > td {
	padding-top:4px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:20px;
	
	background-image:url(images/exclamation.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
	
	border-top:none;
}

div.center > div.cart > form > table > tbody > tr > td.item_number > a {
	color:#ff7900;
	font-weight:bold;
}

div.center > div.cart > form > table > tbody > tr > td.modell, 
div.center > div.cart > form > table > tbody > tr > td.total {
	font-weight:bold;
}

div.center > div.cart > form > table > tbody > tr.items_sum > td, 
div.center > div.cart > form > table > tbody > tr.shipping_costs > td, 
div.center > div.cart > form > table > tbody > tr.tax > td, 
div.center > div.cart > form > table > tbody > tr.gross > td {
	padding-top:4px;
	padding-bottom:4px;	
}

div.center > div.cart > form > table > tbody > tr.items_sum > td, 
div.center > div.cart > form > table > tbody > tr.shipping_costs > td, 
div.center > div.cart > form > table > tbody > tr.gross > td {
	border-top:1px #7e7e7e solid;
}

div.center > div.cart > form > table > thead > tr > td.item_price, 
div.center > div.cart > form > table > tbody > tr > td.item_price,
div.center > div.cart > form > table > thead > tr > td.discount, 
div.center > div.cart > form > table > tbody > tr > td.discount, 
div.center > div.cart > form > table > thead > tr > td.total, 
div.center > div.cart > form > table > tbody > tr > td.total, 
div.center > div.cart > form > table > tbody > tr.items_sum > td.value, 
div.center > div.cart > form > table > tbody > tr.shipping_costs > td.value, 
div.center > div.cart > form > table > tbody > tr.tax > td.value, 
div.center > div.cart > form > table > tbody > tr.gross > td.value {
	text-align:right;
	white-space:nowrap;
}

div.center > div.cart.page0 > form > table > thead > tr > td.ammount, 
div.center > div.cart.page0 > form > table > tbody > tr > td.ammount {
	padding-right:0px;
	padding-left:0px;
	text-align:left;
}

div.center > div.cart.page1 > form > table > thead > tr > td.ammount, 
div.center > div.cart.page1 > form > table > tbody > tr > td.ammount {
	padding-right:0px;
	padding-left:0px;
	text-align:right;
}

div.center > div.cart > form > table > tbody > tr > td.ammount > input[type=text] {
	width:45px;
}

div.center > div.cart > form > table > thead > tr > td.delete, 
div.center > div.cart > form > table > tbody > tr > td.delete {
	padding-right:0px;
	width:16px;
}

div.center > div.cart > form > table > thead > tr > td.delete {
	background-image:url(images/cross.png);
	background-position:7px top;
	background-repeat:no-repeat;
}

div.center > div.cart > form > table > tbody > tr.gross > td {
	/*font-weight:bold;*/
}

div.center > div.cart > form > div.address_block {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:20px;
	padding-left:0px;
	
	overflow:auto;
	
	border-bottom:1px solid #ff7900;
}

div.center > div.cart > form > div.address_block .error, 
div.center > div.cart > form > div.address_block .error a {
	color:#ff0000;
}

div.center > div.cart > form > div.address_block > div.shipping_address {
	width:315px;
	
	margin-top:0px;
	margin-right:20px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding-top:0px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:0px;
	
	float:left;
	overflow:auto;
	
	border-right:1px solid #cccccc;
}

div.center > div.cart > form > div.address_block > div.additional_data {
	width:390px;
	
	margin:0px;
	padding:0px;
	
	float:left;
	overflow:auto;
}

div.center > div.cart > form > div.address_block > div.shipping_address > div {
	line-height:25px;
	clear:both;
}

div.center > div.cart > form > div.address_block > div.small {
	overflow:auto;
	
	padding-top:20px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:0px;
	
	clear:both;
}

div.center > div.cart > form > div.address_block > div.shipping_address > h3,  
div.center > div.cart > form > div.address_block > div.additional_data > h3 {
	font-size:12px;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
	
	padding:0px;
}

div.center > div.cart > form > div.address_block > div.shipping_address > div > label {
	display:block;
	width:70px;
	float:left;
	/*font-weight:bold;*/
}

div.center > div.cart > form > div.address_block > div.shipping_address > div > input[type=text], 
div.center > div.cart > form > div.address_block > div.shipping_address > div > select {
	width:230px;
}

div.center > div.cart > form > div.address_block > div.additional_data > div {
	margin:0px;
	
	padding-top:20px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}

div.center > div.cart > form > div.address_block > div.additional_data > div:first-child {
	padding-top:0px;
}

div.center > div.cart > form > div.address_block > div.additional_data > div > input[type=text] {
	width:230px;
}

div.center > div.cart > form > div.address_block > div.additional_data > div > textarea {
	width:355px;
}

div.center > div.cart > form > div.address_block > div.additional_data > div > textarea {
	height:110px;
}

div.center > div.cart > form > input[type=submit] {
	margin:0px;
	float:left;
}

div.center > div.cart > form > input.update_cart, 
div.center > div.cart > form > input.back_to_cart {
	margin-right:170px;
}

div.center > div.cart > form > input.order_cart, 
div.center > div.cart > form > input.complete_order {
	margin-right:0px;

	font-weight:bold;
	background:#ff7900;
	color:#FFFFFF;
	
	float:right;
}

div.center > div.cart > form > div.right {
	float:right;
	text-align:right;
}

/* ----------------------------------------------------- */

div.center > div.favs > table {
	width:751px;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	
	border:none;
	border-bottom:1px #7e7e7e solid;
}

div.center > div.favs > table > tbody > tr > td, 
div.center > div.favs > table > thead > tr > td {
	margin:0px;
	
	padding-top:1px;
	padding-right:5px;
	padding-bottom:1px;
	padding-left:5px;
	
	border:none;
}

div.center > div.favs > table > thead > tr > td {
	/*font-weight:bold;*/
	padding-bottom:1px;
	white-space:nowrap;
}

div.center > div.favs > table > tbody > tr > td {
	border-top:1px #cccccc solid;
}

div.center > div.favs > table > tbody > tr:first-child > td {
	border-top:1px #7e7e7e solid;
}

div.center > div.favs > table > thead > tr > td.item_number, 
div.center > div.favs > table > tbody > tr > td.item_number {
	padding-left:0px;
}

div.center > div.favs > table > tbody > tr > td.item_number > a {
	color:#ff7900;
	font-weight:bold;
}

div.center > div.favs > table > tbody > tr.in_cart > td {
	background:#f0fff0;
}

div.center > div.favs > table > tbody > tr > td.image, 
div.center > div.favs > table > tbody > tr.in_cart > td.image {
	padding-top:3px;
	padding-bottom:3px;
	
	background-image:url(images/image.png);
	background-position:center center;
	background-repeat:no-repeat;
	
	font-size:6px;
}

div.center > div.favs > table > tbody > tr > td.image > img, 
div.center > div.favs > table > tbody > tr > td.image > a > img {
	border:none;
	vertical-align:bottom;
}

div.center > div.favs > table > tbody > tr > td.prices {
	text-align:right;
	white-space:nowrap;
}

div.center > div.favs > table > tbody > tr > td.prices.special {
	color:#008800;
}

div.center > div.favs > table > tbody > tr > td.cart {
	padding-top:0px;
	padding-bottom:0px;
	white-space:nowrap;
}

div.center > div.favs > table > tbody > tr > td.cart > form, 
div.center > div.favs > table > tbody > tr > td.delete > form {
	margin:0px;
	padding:0px;
	
	display:inline;
}

div.center > div.favs > table > tbody > tr > td.cart > form > input[type=text] {
	width:30px;
	
	margin-top:1px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding:0px;
	
	vertical-align:top;
}

div.center > div.favs > table > tbody > tr > td.cart > form > input[type=image] {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:7px;
	
	padding:0px;
}

div.center > div.favs > table > thead > tr > td.delete, 
div.center > div.favs > table > tbody > tr > td.delete {
	padding-right:0px;
	padding-left:10px;
	text-align:center;
}

div.center > div.favs > table > tbody > tr > td.delete > form > input[type=image] {
	display:inline;
	vertical-align:bottom;
}

div.center > div.favs > table > thead > tr > td.desc {
	width:60%;
}

div.center > div.favs > table > thead > tr > td.modell {
	width:40%;
}

div.center > div.favs > table > tbody > tr > td.modell {
	font-weight:bold;
}

div.center > div.favs > table > thead > tr > td.image > form {
	margin:0px;
	padding:0px;
}

div.center > div.favs > table > thead > tr > td.image > form > input[type=submit] {
	margin:0px;
	padding:0px;
	border:0px;
	font-weight:bold;
	background:none;
	cursor:pointer;
}

div.center > div.favs > form > input[type=submit] {
	margin:0px;
	float:left;
}

div.center > div.favs > form > input.alls_favs_to_cart {
	font-weight:bold;
	background:#ff7900;
	color:#FFFFFF;
}

div.center > div.favs > form > input.delete_favs {
	float:right;
}

/* ----------------------------------------------------- */

div.center > div.fast_entry > form > table {	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	border:none;
}

div.center > div.fast_entry > form > table > thead > tr > td, 	
div.center > div.fast_entry > form > table > tbody > tr > td {	
	border:none;
	
	margin:0px;
	
	padding-top:3px;
	padding-right:0px;
	padding-bottom:3px;
	padding-left:0px;
	
	border-bottom:1px #7e7e7e solid;
}

div.center > div.fast_entry > form > table > thead > tr > td.ammount, 	
div.center > div.fast_entry > form > table > tbody > tr > td.ammount {	
	padding-right:6px;
}

div.center > div.fast_entry > form > table > tbody > tr > td.item_number > input[type=text] {
	width:80px;
}

div.center > div.fast_entry > form > table > thead > tr > td.weidi, 	
div.center > div.fast_entry > form > table > tbody > tr > td.weidi {	
	padding-left:30px;
}


/* ----------------------------------------------------- */

div.center > div.user_orders > h2 {
	font-size:14px;
	font-weight:bold;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:12px;
	margin-left:0px;
	
	padding:0px;
}

div.center > div.user_orders > hr {
	border:none;
	height:1px;
	background:#ff7900;
}

div.center > div.user_orders > table {
	width:751px;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	
	border:none;
	border-bottom:1px #7e7e7e solid;
}

div.center > div.user_orders > table > tbody > tr > td, 
div.center > div.user_orders > table > thead > tr > td {
	margin:0px;
	
	padding-top:1px;
	padding-right:5px;
	padding-bottom:1px;
	padding-left:5px;
	
	border:none;
}

div.center > div.user_orders > table > thead > tr > td {
	/*font-weight:bold;*/
	padding-bottom:1px;
	white-space:nowrap;
}

div.center > div.user_orders > table > tbody > tr > td {
	border-top:1px #cccccc solid;
}

div.center > div.user_orders > table > tbody > tr:first-child > td {
	border-top:1px #7e7e7e solid;
}

div.center > div.user_orders > table > thead > tr > td.item_number, 
div.center > div.user_orders > table > tbody > tr > td.item_number, 
div.center > div.user_orders > table > tbody > tr.items_sum > td.text, 
div.center > div.user_orders > table > tbody > tr.shipping_costs > td.text, 
div.center > div.user_orders > table > tbody > tr.tax > td.text, 
div.center > div.user_orders > table > tbody > tr.gross > td.text {
	padding-left:0px;
}

div.center > div.user_orders > table > tbody > tr > td.item_number > a {
	color:#ff7900;
	font-weight:bold;
}

div.center > div.user_orders > table > tbody > tr > td.modell, 
div.center > div.user_orders > table > tbody > tr > td.total {
	font-weight:bold;
}

div.center > div.user_orders > table > tbody > tr.items_sum > td, 
div.center > div.user_orders > table > tbody > tr.shipping_costs > td, 
div.center > div.user_orders > table > tbody > tr.tax > td, 
div.center > div.user_orders > table > tbody > tr.gross > td {
	padding-top:4px;
	padding-bottom:4px;	
}

div.center > div.user_orders > table > tbody > tr.items_sum > td, 
div.center > div.user_orders > table > tbody > tr.shipping_costs > td, 
div.center > div.user_orders > table > tbody > tr.gross > td {
	border-top:1px #7e7e7e solid;
}

div.center > div.user_orders > table > thead > tr > td.item_price, 
div.center > div.user_orders > table > tbody > tr > td.item_price,
div.center > div.user_orders > table > thead > tr > td.discount, 
div.center > div.user_orders > table > tbody > tr > td.discount, 
div.center > div.user_orders > table > thead > tr > td.total, 
div.center > div.user_orders > table > tbody > tr > td.total, 
div.center > div.user_orders > table > tbody > tr.items_sum > td.value, 
div.center > div.user_orders > table > tbody > tr.shipping_costs > td.value, 
div.center > div.user_orders > table > tbody > tr.tax > td.value, 
div.center > div.user_orders > table > tbody > tr.gross > td.value {
	text-align:right;
	white-space:nowrap;
}

div.center > div.user_orders > table > thead > tr > td.ammount, 
div.center > div.user_orders > table > tbody > tr > td.ammount {
	padding-right:0px;
	padding-left:0px;
	text-align:right;
}

div.center > div.user_orders > table > tbody > tr.gross > td {
	/*font-weight:bold;*/
}

/* ----------------------------------------------------- */

div.center > div.user_data {
	overflow:auto;
}

div.center > div.user_data > h1 {
	margin-top:0px;
	
	font-size:20px;
	font-weight:bold;
	color:#ff7900;
	
	clear:both;
}

div.center > div.user_data > h3 {
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	
	clear:both;
}

div.center > div.user_data > div.left {
	width:365px;
	
	margin-top:0px;
	margin-right:20px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding:0px;
	
	float:left;
	overflow:auto;
}

div.center > div.user_data > div.right {
	width:365px;
	
	margin:0px;
	padding:0px;

	float:left;
	overflow:auto;
}

div.center > div.user_data fieldset {
	border:1px #7e7e7e solid;
	margin:0px;
	clear:both;
	padding:7px;
}

div.center > div.user_data fieldset > legend {
	font-size:14px;
	font-weight:bold;
}

div.center > div.user_data > form, 
div.center > div.user_data fieldset > form {
	margin:0px;
	padding:0px;
}

div.center > div.user_data fieldset.numbers > div {
	line-height:18px;
	clear:both;
}

div.center > div.user_data > form > div.buttons {
	width:386px;
}
 
div.center > div.user_data > form > div, 
div.center > div.user_data fieldset > form > div {
	line-height:25px;
	clear:both;
}

div.center > div.user_data fieldset.numbers > div > label {
	display:block;
	width:120px;
	float:left;
	/*font-weight:bold;*/
}

div.center > div.user_data > form > div > label, 
div.center > div.user_data fieldset > form > div > label {
	display:block;
	width:80px;
	float:left;
	/*font-weight:bold;*/
}

div.center > div.user_data > form > div > input[type=text], 
div.center > div.user_data > form > div > select, 
div.center > div.user_data fieldset > form > div > input[type=text], 
div.center > div.user_data fieldset > form > div > select {
	width:300px;
}

div.center > div.user_data > form > div > input[type=submit], 
div.center > div.user_data fieldset > form > div > input[type=submit] {
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	float:left;
}

div.center > div.user_data > form > div > input.reset, 
div.center > div.user_data fieldset > form > div > input.reset {
	float:right;
}

div.center > div.user_data > form > div > input.send, 
div.center > div.user_data fieldset > form > div > input.send, 
div.center > div.user_data fieldset > form > div > input.save {
	font-weight:bold;
	background:#ff7900;
	color:#FFFFFF
}

div.center > div.user_data > form.change_password > div > label, 
div.center > div.user_data fieldset.change_password > form > div > label {
	width:150px;
}

div.center > div.user_data > form.change_password > div > label > input[type=submit], 
div.center > div.user_data fieldset.change_password > form > div > label > input[type=submit] {
	width:130px;
}

div.center > div.user_data > form.change_password > div > input[type=password], 
div.center > div.user_data fieldset.change_password > form > div > input[type=password] {
	width:180px;
}

div.center > div.user_data > form.change_email > div > label, 
div.center > div.user_data fieldset.change_email > form > div > label {
	width:110px;
	
}

div.center > div.user_data > form.change_email > div > input[type=text], 
div.center > div.user_data fieldset.change_email > form > div > input[type=text] {
	width:400px;
}

/* ----------------------------------------------------- */

div.center > div.register > form {
	margin:0px;
	padding:0px;
}

div.center > div.register > form > hr {
	height:1px;
	border:none;
	
	margin-top:15px;
	margin-right:0px;
	margin-bottom:15px;
	margin-left:0px;
	
	padding:0px;
	
	background:#7e7e7e;
}

div.center > div.register > form > div {
	line-height:25px;
	clear:both;
}

div.center > div.register > form > div > label {
	display:block;
	width:140px;
	float:left;
	/*font-weight:bold;*/
	cursor:pointer;
}

div.center > div.register > form > div.info {
	line-height:15px;
	
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
}

div.center > div.register > form > div > input[type=submit] {
	float:left;
}

div.center > div.register > form > div > input.register {
	font-weight:bold;
	background:#ff7900;
	color:#FFFFFF
}

div.center > div.register > form > div > input.reset {
	float:right;
} 

/* ----------------------------------------------------- */

div.center > div.search > table {
	width:751px;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:7px;
	margin-left:0px;
	
	border:none;
	border-bottom:1px #7e7e7e solid;
}

div.center > div.search > table > tbody > tr > td {
	margin:0px;
	
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:0px;
	
	border:none;
}

div.center > div.search > table > tbody > tr > td:first-child {
	padding-top:1px;
	padding-right:10px;
	padding-bottom:1px;
	padding-left:0px;
}

div.center > div.search > table > tbody > tr > td {
	border-top:1px #7e7e7e solid;
}

div.center > div.search > table > tbody > tr > td > a > img {
	vertical-align:bottom;
}

div.center > div.search > table > tbody > tr > td > a > img {
	border:0px;
}

div.center > div.search > ul {
	margin:0px;	
	padding:0px;
	list-style:none;
	clear:both;
}

div.center > div.search > ul > li {
	margin-top:0px;
	margin-right:10px;
	margin-bottom:7px;
	margin-left:0px;
	
	padding-top:1px;
	padding-right:5px;
	padding-bottom:1px;
	padding-left:4px;
	
	border:1px #7e7e7e solid;
	
	display:block;
	float:left;
}

div.center > div.search > ul > li.active {
	border:1px #000000 solid;
	background:#ff7900;
}

div.center > div.search > ul > li.active > strong > a {
	color:#FFFFFF
}

/* ----------------------------------------------------- */

div.left > div.block > form.login {
	margin:0px;
	padding:0px;
}

div.left > div.block > form.login > div {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:3px;
	padding-left:0px;
	
	line-height:20px;
	
	overflow:auto;
}

div.left > div.block > form.login > div > label {
	display:block;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	cursor:pointer;
	
	background-image:url(images/login-info.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

div.left > div.block > form.login > div > input[type=text], 
div.left > div.block > form.login > div > input[type=password] {
	width:214px;
}

div.left > div.block > form.login > div > input.login {
	font-weight:bold;
	background:#ff7900;
	color:#FFFFFF;
	float:left;
}

div.left > div.block > form.login > div > input.forgot_password {
	width:126px;
	float:right;
}

/* ----------------------------------------------------- */

div.static {
	clear:both;
}

div.static h1 {
	margin-top:0px;
	
	font-size:20px;
	font-weight:bold;
	color:#ff7900;
	
	clear:both;
}

div.static h2 {
	margin-top:0px;
	font-size:18px;
	font-weight:bold;
	
	clear:both;
}

div.static h3 {
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	
	clear:both;
}

div.static a, 
span.static a {
	color:#ff7900;
	text-decoration:none;
	font-weight:bold;
}

div.static a:hover, 
span.static a:hover {
	text-decoration:underline;
}

div.static .highlight {
	color:#ff7900;
}


div.static hr {
	height:1px;
	border:none;
	
	margin-top:15px;
	margin-right:0px;
	margin-bottom:15px;
	margin-left:0px;
	
	padding:0px;
	
	background:#7e7e7e;
}

div.static ul, 
div.static ol, 
div.static li {
	margin:0px;
	padding:0px;
}

div.static ul {
	list-style:none;
	margin-top:5px;
	margin-bottom:5px;
}

div.static ul.downloads {
	padding-top:5px;
	padding-bottom:5px;
	
	border-top:1px #ff7900 solid;
	border-bottom:1px #ff7900 solid;
}

div.static ul li {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:5px;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:13px;
	
	background-image:url(images/bullet.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
}

div.static table {
	border:none;
}

div.static table > thead > tr > td {
	border:none;
	
	padding-top:3px;
	padding-right:0px;
	padding-bottom:3px;
	padding-left:5px;
}

div.static table > tbody > tr > td {
	border-top:none;
	border-right:none;
	border-bottom:1px #7e7e7e solid;
	border-left:none;
	
	padding-top:3px;
	padding-right:0px;
	padding-bottom:3px;
	padding-left:5px;
}

div.static table > tbody > tr:first-child > td {
	border-top:1px #7e7e7e solid;
}

div.static table > thead > tr > td:first-child, 
div.static table > tbody > tr > td:first-child {
	padding-left:0px;
}

div.static > div.homepage_subheadline {	
	width:540px;
	
	font-size:14px;
	font-weight:bold;
	color:#9f9f9f;
	text-align:center;
}

div.static > table.homepage > tbody > tr > td {
	width:50%;
	vertical-align:top;
	
	padding-top:0px;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:55px;
	
	background-image:url(images/bullet-small-sw.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	
	border:none;
	cursor:pointer;
	
	font-size:10px;
}

div.static > table.homepage > tbody > tr > td > a {	
	font-size:12px;
}

div.static > table.homepage > tbody > tr > td.empty {
	background:none;
}

div.static > div.contact_image_block
{
	width:375px;
	overflow:auto;
	float:left;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:30px;
	margin-left:0px;
}

div.static > div.contact_image_block > img
{
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	
	float:left;
}

div.static > table.catalog_download > tbody > tr > td:first-child {
	padding-left:18px;
	
	background-image:url(images/bullet.gif);
	background-position:5px center;
	background-repeat:no-repeat;
}

div.static > table.catalog_download > tbody > tr > td.title {
	padding-left:0px;
	background:none;
}
