*
{
	margin: 0; padding: 0;
}

body
{
	text-align: center;
	font: normal 0.75em/1.5em arial,helvetica,sans-serif;
	color: #676767;
	background-color: #fff;
}
iframe {
	border: 0px none;
	overflow: hidden;
}

hr												{ display: none; }
.nodisplay
{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.spacer											{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }
fieldset										{ border: none; }
legend											{ display: none; }
table											{ margin-bottom: 1.5em; width: 100%; border-spacing: 0;}
tr.hot td 										{ background-color: #f2f2f2; }
th 												{ text-align: center; }
td.number										{ text-align: right; }

input, select { width: 95%; font-family: arial,helvetica,sans-serif; }

.left { float: left !important; }

.button
{
	width: auto;
	cursor: pointer;
	font: normal 100%/1.5em arial,helvetica,sans-serif;
	border: 0 solid;
	background-color: transparent;
	text-decoration: underline;
	text-align: left;
}
label {
	display: block;
	clear: both;
	float: none;
}
.required {
	color: #C70000;
}

.checkbox, .radio								{ width: auto; }
label											{ cursor: pointer; }

img 											{ border: 0px none; }
strong, .info									{ font-weight: bold; }
a												{ color: #c70000; text-decoration: none; }
a:visited										{ color: #c70000; }
a:hover, a:focus								{ color: #c70000; text-decoration: underline; }

ul, ol											{ list-style: none; }
li a:hover										{ text-decoration: none;  }
li a, li a:visited								{ display: block; text-decoration: none; color: #757575; }

p												{ margin: 0 0 0.75em 0; }

abbr											{ cursor: help; }
.more
{
	background: url(../pics/bg/arrow.gif) 0 50% no-repeat transparent;
	padding-left: 30px;
	display: block;
}
a.more {
	color: #c70000;
}
.teaserlink {
	background: url(../pics/bg/arrow.gif) 0 50% no-repeat transparent;
	padding: 0.75em 0 0.75em 30px;
	display: block;
	border-bottom: 1px dashed #757575;
}


/* ******************** page blocks */

#page
{
	width: 760px;
	text-align: left;
	margin: 0 auto;
}

#header
{
	padding-bottom: 10px;
	position: relative;
	background: transparent url(../pics/photokina.gif) no-repeat scroll 230px 40px; padding-bottom:10px;
}

#header h1
{
	font-size: 100%;
	width: 185px;
	float: left;
	margin: 0 5px 0 0;
}

#header h1 a
{
	height: 100px;
	display: block;
	background: url(../pics/logo.gif) 10px 50% no-repeat;
}

#header #options
{
	position: absolute;
	left: 190px;
}

#header #options .tagline
{
	float: left;
	width: 375px;
	margin-right: 5px;
	border-bottom: 1px solid #e6e5e5;
}

#header #options ul
{
	float: left;
	width: 185px;
	border-bottom: 1px solid #e6e5e5;
}

#header #options li
{
	float: left;
}

#header #options li a
{
	float: left;
	padding: 0 3px;
}

#header #options a
{
	color: #757575;
	text-decoration: none;
}

#header #options a:hover
{
	text-decoration: underline;
}
/* ****************** form.std ******************** */
form.std {
}
form.std div.error {
	background-color: #ffd281;
	color: #c70000;
	padding: 0.75em 10px;
	margin-top: 0.75em;
	margin-bottom: 1.5em;
}
form.std input, form.std select, form.std textarea {
	font-weight: normal;
}
form.std label {
	padding: 0.75em;
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
	color: #c70000;
}
form.std label.error {
	background-color: #ffe4b3;
}

form.std div.label label {
	padding: 0em;
	border-bottom: 0px none;
}
form.std div.label {
	padding: 0.75em;
	border-bottom: 1px solid #d6d6d6;
}

form.std div.label_error {
	background-color: #ffe4b3;
}
/* ****************** Cart ************************ */
#cart {
	width: 180px;
	float: right;
	padding-top: 3em;
}
#cart h2  {
	background: url(../pics/bg/cart.gif) 0 50% no-repeat transparent;
	padding-left: 30px;
	color: #c70000;
}
#cart p { padding-left: 30px; margin: 0; }
#cart p a { color: #757575; }

#nav
{
	float: left;
	background-color: #f2f2f2;
	width: 760px;
}

#nav li
{
	float: left;
	padding: 0.5em 0;
}

#nav li a
{
	float: left;
	color: #757575;
	padding: 0 10px;
	background: url(../pics/bg/nav_line.gif) 100% 0 repeat-y;
}

#nav li a.last
{
	background-image: none;
}
#nav li a:hover,#nav li a:focus
{
	color: #c70000;
}
.greybox {
	width: 170px;
	color: #c70000;
	background-color: #e6e4e5;
}
#nav #loginindicator {
	float: left;
	padding: 0.5em 10px;
}


/* ****************** Productsearch ************************ */
#productsearchform {
	width: 190px;
	height: 3em;
}
#productsearchform fieldset { padding: 0.75em 0 0.75em 10px; }
#productsearchform label { display: none; }
#productsearchform input { float: left; }
#productsearchform input.text {
	width: 120px;
	border: 1px solid #757575;
	margin-right: 4px;

}
#productsearchform input.button { padding-top: 1px; }

/* ****************** Visual Banner ************************ */
#visual
{
}

#visual img
{
	display: block;
}

#visual .teaser
{
	float: left;
	width: 379px;
	margin-right: 1px;
	background-color: #f2f2f2;
}

#visual .last
{
	width: 380px;
	margin: 0;
}

#visual .teaser a
{
	display: block;
	padding: 0.75em 30px 0.75em 10px;
	color: #757575;
	text-decoration: none;
	background: url(../pics/bg/arrow.gif) 96% 80% no-repeat;
}

#visual .teaser span
{
	display: block;
	padding: 0.75em 30px 0.75em 10px;
	color: #757575;
}

#visual .teaser a:hover, #visual .teaser a:focus
{
	background-color: #e9e8e8;
}

#visual .teaser strong
{
	display: block;
	font-family: Arial Narrow,arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 150%;
	line-height: 1.7em;
}

#footer
{
	border-top: 1px solid #e6e5e5;
	padding-bottom: 3em;
	float: left;
	width: 100%;
}

#footer li
{
	float: left;
}

#footer li a
{
	float: left;
	background: url(../pics/bg/footer.gif) 3px 0.5em no-repeat;
	padding: 0 10px;
}

#footer li a:hover,#footer li a:focus
{
	text-decoration: underline;
}

/* ******************** elements styles */
h1
{
	font-family: Arial Narrow,arial,helvetica,sans-serif;
	font-size: 150%;
	color: #c70000;
	margin-bottom: 0.75em;
	padding-top: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}

h2, h3
{
	font-size: 100%;
	color: #676767;
}

h2  { font-size: 100%; }
h2 a { text-decoration: underline; }

.halfleft
{
	float: left;
	width: 48.5%;
}

.halfright
{
	float: right;
	width: 48.5%;
}

.quarter {
	float: left;
	width: 22%;
	padding: 0 1%;
}
.third {
	float: left;
	width: 33%;
	padding: 0 1%;
}

ul.std
{
	border-bottom: 1px solid #e6e5e5;
	clear: left;
	margin-top: 1.5em;
}

ul.std li { border-top: 1px solid #e6e5e5; }
dl.std {
	clear: left;
	margin-bottom: 1.5em;
}
dl.std dt {
	width: 50%;
	margin-right: 50%;
	display: block;
	position: relative;
}
dl.std dd
{
	padding-left: 50%;
	margin-top: -1.5em;
	width: 50%;
	display: block;
}
.section { margin-bottom: 1.5em; }
ul.std li a, ul.std li a:visited { color: #757575; }
ul.std li a:hover, ul.more li a:focus { color: #c70000; }

/* ****************** productnav *************************** */

#productnav {
	clear: left;
	width: 190px;
	float: left;
}
#productnav h2 {
	background-color: #434343;
	color: white;
	padding: 0.75em 10px;
}
#productnav li {
	background: url(../pics/bg/nav_border.gif) repeat-x 0 100% transparent;
	margin-top: 1px;
}
#productnav a {
	padding: 0.2em 0 0.2em 10px;
	width: 180px;
}

#productnav ul li li a {
	background: url(../pics/bg/footer.gif) 15px 50% no-repeat;
	padding-left: 27px;
	width: 163px;
}
#productnav ul li li li a {
	background-position: 27px 50%;
	padding-left: 39px;
	width: 150px;
}
#productnav a:hover, #productnav a:focus { color: #c70000; }
#productnav a.selected, #productnav a.selected:hover, #productnav a.selected:visited {
	background-color: #c70000;
	color: #FFF;
}

#productnav li li a.selected {
	background-color: #434343 !important;
}
#creditcardlogo {
	background-color: #f2f2f2;
	padding: 4px 4px 0 10px;
}

/* ****************** content ******************************* */
#desk
{
	float: left;
	width: 100%;
}
#breadcrumb {
	display: none;
	margin: 0.75em 0 0.25em 8px;
	width: 380px;
	float: left;
}

#content {
	float: left;
}
#content p a { text-decoration: underline; }
.indexcontent { width: 570px;  padding: 3em 0 0.75em 0;}
/* ****************** productteaser  *************** */
.productcontent { width: 570px;  padding-bottom: 0.75em;}
.productteaser {
	width: 180px;
	float: left;
	margin:12px 0 12px 8px;
	background: url(../pics/bg/nav_border.gif) repeat-x 0 100% transparent;
}
.productteaser .image { border: 1px solid #D6D6D6; }
.productteaser div.image a.productimagelink {
	display: block;
	width: 170px;
	height: 120px;
	overflow: hidden;
	text-align: center;
}
.productteaser h3 {
	font-size: 1em;
	font-weight: normal;
	color: #c70000;
	height: 4.5em;
	padding: 0.5em 10px;
	overflow: hidden;
}
.productteaser .price {
	background: url(../pics/bg/nav_border.gif) repeat-x 0 100%;
}

.productteaser .price div.offer {
	background: url(../pics/bg/offer.gif) no-repeat 20% 0;
}
.productteaser .price a {
	font-family: Arial Narrow,arial,helvetica,sans-serif;
	color: #c70000;
	font-weight: bold;
	font-size: 1.5em;
	display: block;
	text-align: right;
	padding: 0.75em 0;
}
.productteaser .netprice {
	font-size: 0.9em;
	text-align: right;
	background: url(../pics/bg/nav_border.gif) repeat-x 0 100%;
}
.productteaser div.postage {
	font-size: 0.9em;
	line-height: 1.2em;
}
.productteaser div.postage a { text-decoration: underline; }

.status {
	display: block;
	float: left;
	width: 562px;
	margin: 0 0 0.75em 8px;
	height: 3em;
	background-color: #f2f2f2;
}
.status div {
	float: left;
	width: 300px;
	margin-top: 1em;
	margin-left: 8px;
}
.status ul {
	float: right;
	margin-top: 1em;
}
.status li {
	float: left;
	display: block;
	padding: 0 2px;
	font-weight: bold;
}
.status li a {
	display: block;
	text-align: center;
	color: #c70000;
	font-weight: normal;
}
.status li.backwards, .status li.forward { width: 14px; }
/* ****************** productdetail  *************** */

.returnbutton {
	background: url(../pics/bg/arrow.gif) 5px 50% no-repeat #e6e4e5;
	text-align: left;
	float: right;
	padding: 0.75em 30px 0.75em 30px;
}
#availability {
	background-color: #baff00;
	padding: 0.25em 10px;
	margin-bottom: 0.75em;
}
.productdetailcontent {
	float: left;
	margin-left: 16px;
	width: 554px;
	padding-bottom: 0.75em;
}
.productdetailcontent .standardimage {
	float: left;
	width: 240px;
	overflow: hidden;
}
.productdetailcontent form {
	float: right;
}
.productdetailcontent form fieldset {
	float: left;
	width: 300px;
}
input.amount { width: 34px; }
#producttab {
	margin-top: 1.5em;
	margin-bottom: -2px;
	float: left;
}
#producttab ul  { float: left; }
#producttab ul li {
	float: left;
	border-bottom: 1px solid #D6D6D6;
}
#producttab ul li a {
	float: left;
	display: block;
	background: url(../pics/bg/productnav_left.gif) 0 0 no-repeat;
	padding-left: 6px;
	margin-left: -1px;
	color: #434343;
}

#producttab ul li a.first { margin: 0; }

#producttab ul li a span
{
	display: block;
	height: 1.5em;
	float: left;
	background: url(../pics/bg/productnav.gif) 100% 0 no-repeat;
	padding: 0.75em 6px 0.75em 0;
}

#producttab ul.double li a span {
	padding: 0.25em 6px 0.25em 0;
	height: 3em;
}
#producttab ul li a:hover,#producttab ul li a:focus { color: #C70000; }

#producttab ul li.selected { border-bottom: 1px solid #FFF; margin-top: 1px; position: relative; }
#producttabcontent {
	float: left;
	border: 1px solid #D6D6D6;
	display: block;
	padding: 1em 20px;
	width: 510px;
}
#producttabcontent .thumbnail {
	width: 125px;
	height: 125px;
	border: 1px solid #D6D6D6;
	float: left;
	/* overflow: hidden; */
	margin: 1.5em 16px;
}
#producttabcontent .workshop .thumbnail {
	width: auto !important;
	height: auto !important;
}
#producttabcontent .teaser.workshop {
	border-top: 1px solid #e6e5e5;
	margin-top: 0.75em;
	padding-top: 0.75em;
}

#producttabcontent .teaser.workshop .more { float: left; }

#producttabcontent .teaser.workshop .price a {
	font-family: Arial Narrow,arial,helvetica,sans-serif;
	color: #c70000;
	font-weight: bold;
	font-size: 1.5em;
	display: block;
	text-align: right;
	padding: 0.75em 0;
	text-align: right;
}
#producttabcontent .teaser.workshop .netprice {
	font-size: 0.9em;
	text-align: right;
}


#producttabcontent .thumbnail img { padding: 10px; display: block; }
.zoomicon  {
	background: url(../pics/bg/zoom.gif) 0 0 no-repeat;
	width: 23px;
	height: 13px;
	margin-top: -20px;
	margin-left: 5px;
	position: absolute;
}
.outerborder {
	float: left;
	border: 1px solid #d6d6d6;
	padding: 1px;
}
ol.variants {
	float: left;
	width: 300px;
	background-color: #f2f2f2;
}
ol.variants li {
	border-top: 1px solid #ffffff;
	float: left;
	width: 300px;
	border-bottom: 1px solid #d6d6d6;
	padding: 0.75em 0;
}

ol.variants li.offer {
	background: url(../pics/bg/percent_white.gif) 95% 0 no-repeat;
}
ol.variants li.first { border-top: 0px none; }
ol.variants li.last { border-bottom: 0px none; }
ol.variants li label {
	width: 165px;
	float: left;
	padding-left: 5px;
}
ol.variants li div.price {
	width: 95px;
	float: right;
	text-align: right;
	padding-right: 5px;
	color: #c70000;
}
.stroke {
	text-decoration: line-through;
}
ol.variants li div.leasing {
	width: 21px;
	float: right;
	margin-right: 4px;
}
ol.variants li div.leasingpopup {
	position: absolute;
	width: 170px;
	height: auto;
	background-color: #ffffff;
	border: 3px solid #757575;
	margin-top: 3em;
	margin-left: 125px;
}
ol.variants li div.leasingpopup h2 {
	margin: 0.75em 10px;
	text-align: left;
}
ol.variants li div.leasingpopup a.more {
	margin: 0 0 0.75em 10px;
}
ol.variants li div.leasingpopup a.close {
	width: 160px;
	text-align: right;
	border-bottom: 1px solid #757575;
	padding: 5px 10px 0 0;
}
ol.variants li div.leasingpopup dt {
	padding-left: 10px;
}

ol.variants li div.netprice {
	width: 120px;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 0.9em;
}
.productdetailcontent div.postage {
	float: left;
	padding-top: 0.75em;
	font-size: 0.9em;
	line-height: 1.2em;
}
.productdetailcontent div.postage a { text-decoration: underline; }

.cartbutton {
	float: left;
	width: 294px;
	text-align: right;
	margin-top: 0.75em;
	border: 2px solid #c70000;
	padding: 3px;
	background: url(../pics/bg/cart_gradient.gif) 0 0 repeat-x #d6d6d6;
}

.cartbutton input {
	background: url(../pics/bg/cart.gif) 100% 50% no-repeat transparent;
	padding-right: 30px;
	text-align: right;
	border: 0 none;
	color: #c70000;
	cursor: pointer;
}
a.leasebutton {
	float: right;
	margin-top: 1.5em;
	margin-right: 10px;
}
.overviewsection {
	background: url(../pics/bg/nav_border.gif) repeat-x 0 100% transparent;
	padding: 0.75em 0 0.1em 0;
}
table.overview {
	width: 100%;
	margin-bottom: 1.5em;
}
table.overview td { padding: 0 10px; }
.overviewprice {
	font-weight: bold;
	text-align: right;
}
#partner_deutsche_leasing {
	float: right;
	margin-top: 1.5em;
}
/* ****************** PopUp **************** */
#popup {
	padding: 3em 20px;
	text-align: left;
}
#popup .image {
	width: 100%;
	text-align: center;
}
/* ****************** cart ***************** */
.cartcontent { width: 100%; }

fieldset.discount_code {
	background-color: #f2f2f2;
	border: 1px solid #e6e4e5;
	margin-bottom: 1em;
	margin-top: 1em;
}
fieldset.discount_code label {
	border: 0px none;
	float: left;
}
fieldset.error {
	background-color: #ffd281;
	color: #c70000;
}
fieldset.discount_code div {
	float: right;
}
fieldset.discount_code input {
	float: left;
	margin: 0.75em 10px 0.75em 0;
}
fieldset.discount_code input#add_discount_code {
	width: 15em;
}
fieldset.discount_code input.button {
	padding: 0.2em 0;
}
#cancelbutton {
	float: right;
	background: url(../pics/bg/arrow.gif) 5px 50% no-repeat #e6e4e5;
	text-align: left;
	padding: 0.5em 0 0.5em 30px;
}
ul#cartprogress {
	border-top: 8px solid #e5e4e4;
	width: 100%;
	float: left;
	margin-top: 1px;
}
ul#cartprogress.completed {
	border-top: 8px solid #C70000;
}
ul#cartprogress li {
	position: relative;
	top: -8px;
	border-top: 8px solid #e5e4e4;
	border-left: 1px solid #727272;
	padding: 0 5px;
	float: left;
}
ul#cartprogress li.active, ul#cartprogress li.visited {
	position: relative;
	top: -8px;
	border-top: 8px solid #C70000;
}

ol.pricetable {
	float: left;
	width: 760px;
	border: 0px none;
}
ol.pricetable li {
	float: left;
	width: 760px;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
}
ol.pricetable li.hot { background-color: #ffffff; }
ol.pricetable li.cold { background-color: #f2f2f2; }
ol.pricetable li.last { border: 0px none; }

ol.pricetable li div { float: left; }

ol.pricetable li div.input {
	padding: 0.75em 0 0.75em 5px;
	width: 45px;
	float: left;
	height: 3em;
}
ol.pricetable li div.articlenr {
	padding: 0.75em 0 0.75em 5px;
	width: 65px;
	height: 3em;
}
ol.pricetable li div.title {
	padding: 0.75em 0 0.75em 5px;
	width: 375px;
	height: 3em;
}
ol.pricetable li div.unitprice {
	width: 95px;
	padding: 0.75em 5px 0.75em 0;
	text-align: right;
	height: 3em;
}

ol.pricetable li div.price,ol li div.pricecold { /* 150px left */
	width: 95px;
	padding: 0.75em 5px 0.75em 0;
	height: 3em;
	text-align: right;
	font-weight: bold;
}
ol.pricetable li div.price { background-color: #ffe4b3; }
ol.pricetable li div.pricecold { background-color: #ffd281; }

ol.pricetable li div.delete {
	padding: 0.75em 0 0.75em 5px;
	width: 40px;
	text-align: center;
	height: 3em;
}
ol.pricetable li.summary { border-bottom: 0 none; }
ol.pricetable li div.label {
	width: 595px;
	padding-right: 5px;
	text-align: right;
}
ol.pricetable li.summary { height: auto !important; }
ol.pricetable li.summary div.label {
	width: 595px;
	padding: 0 5px 0 0;
	text-align: right;
	height: auto;
}
ol.pricetable li.summary div.pricecold {
	height: auto;
	padding: 0  5px 0 0;
}

ol.pricetable li.total { border-top: 1px solid #d6d6d6; }
ol.pricetable li.total div { padding: 0.75em 5px 0.75em 0; }
ol.pricetable li.cartnav { border-bottom: 0px none; }
ol.pricetable li.cartnav a.prev { width: 570px; }
ol.pricetable li.cartnav a.next { float: left; }
.prev {
	width: 70px;
	background: url(../pics/bg/cart_prev.gif) 5px 50% no-repeat transparent;
	padding: 0.75em 0 0.75em 30px;
	text-align: left;
	display: block;
}
.cartnav { width: 100%; }
.cartnav .prev { float: left; }
.cartnav .next { float: right; }

.cartcontent input.amount { float: left; margin: 0px;}

.next {
	width: 70px;
	background: url(../pics/bg/arrow_white.gif) 5px 50% no-repeat #c70000;
	padding: 0.75em 0 0.75em 30px;
	text-align: left;
	display: block;
}

a.next { color: #ffffff !important; }

input.next  {
	width: 100px;
	cursor: pointer;
	border: 0 none;
	color: #ffffff;
	font-size: 100%;
}

fieldset h2
{
	text-align: right;
	margin: 1.5em 20px 1.5em 0;
}

.halfleft fieldset, .halfright fieldset
{
	border: 1px solid #ccc;
	margin-top: 1.5em;
	border-bottom: 0 none;
}
/* ****************** contentnews ***************** */
#contentnews {
	margin-left: 8px;
	background-color: #F2F2F2;
	padding: 0 0 1.5em 10px;
}
#contentnews h1 { padding-top: 0.75em; }
#contentnews a {
	padding: 0.375em 0 0.375em 12px;
	background: url(../pics/bg/footer.gif) 0 50% no-repeat transparent;
}
#contentnews a:hover, #contentnews a:focus {
	color: #c70000;
}
/* ****************** newsletter ************************ */
#newsletterform {
	margin-left: 8px;
	background-color: #F2F2F2;
	padding: 0 0 1.5em 10px;
}
#newsletterform .third {
	padding-top: 0.75em;
}

.newsletterbutton {
	text-align: right;
	margin-top: 0.75em;
	margin-right: 1em;
}
.newsletterbutton input {
	background: url(../pics/bg/arrow.gif) 100% 50% no-repeat transparent;
	padding-right: 30px;
	text-align: right;
	border: 0 none;
	color: #c70000;
}
/* ****************** text + service ************************ */
.textcontent {
	width: 500px;
	margin: 0em 10px 0 60px;
	padding: 0.75em 0;
}
.textcontent .image {
	display: block;
	width: 190px;
	float: left;
	padding-bottom: 0.75em;
}
.textcontent h1 {
	margin-top: 0;
	margin-bottom: 0.75em;
}
.textcontent .teaser {
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	background: url(../pics/bg/nav_border.gif) repeat-x 0 100% transparent;
}

.offers {
	background-color: #F2F2F2;
	padding: 1.5em 10px;
	margin-bottom: 1.5em;
}

.offers ul
{
	 border-bottom: 1px solid #fff;
}

.offers a
{
	border-top: 1px solid #fff;
}

.offers a strong
{
	display: block;
	color: #c70000;
	text-align: right;
	margin-top: -1.5em;
}

/* ****************** Trusted Shop Logo *********** */
#trustedshop {
	width: 180px;
	height: 2em;
	background: url(../pics/bg/trustedshop.jpg) 50% 0 no-repeat transparent;
	padding-top: 7em;
	float: left;
	margin-left: 8px;
}
.paypalreminder h2, .paypalreminder input {
	color: #c70000;
}

.paypalreminder {
	background-color: #ffd281;
	color: #c70000;
	padding: 0.75em 10px;
	margin-top: 0.75em;
	margin-bottom: 1.5em;
}

#shipping_methods_layer {
	position: absolute;
	border: 3px solid #757575;
	width: 600px;
	margin-left: -450px;
	background-color: #FFF;
}
.closelayer {
	width: 590px;
	text-align: right;
	border-bottom: 1px solid #757575;
	padding: 5px 10px 0 0;
}
.layercontent {
	float: none;
	clear: both;
	padding: 0.75em 10px;
	text-align: left;
}
.layercontent h2 {
	text-align: left;
}
.downloadbox {
	display: block;
	width: 190px;
	float: left;
	padding: 0.75em 5px 0 0;
	border-right: 3px solid #f2f2f2;
}
.leftinset {
	display: block;
	width: 200px;
	margin-right: 15px;
	float: left;
}
/******************** 3dsecure ***********************/
.content3dsecure {
	text-align: left;
	width: 100%;
}
.content3dsecure .loading {
	display: block;
	width: 100%;
	text-align: center;
}

/* ****************** productteaser  *************** */
.topteaser {
	width: 180px;
	float: left;
	margin-left: 8px;
/*	background: url(../pics/bg/nav_border.gif) repeat-x 0 100% transparent;*/
}
/*.topteaser .image { border: 1px solid #D6D6D6; }*/
.topteaser div.image a.productimagelink {
	display: block;
	width: 170px;
	height: 120px;
	overflow: hidden;
	text-align: center;
}

.topteaser h3 {
	font-size: 1em;
	font-weight: bold;
	color: #c70000;
	overflow: hidden;
	padding: 0 10px;
}
.topteaser p {
	padding: 0 10px;
}

.newsteaser .image {
	width: 120px;
	padding: 10px;
	margin: 0 10px 10px 0;
	float: left;
}
.newsteaser .teasertext {
	float: left;
	width: 350px;
}

.leasing_partner { margin: 1em 0 0 17em; font-size: 80%}
.leasing img{ margin: 0.25em 0 0 13.5em; }