a/*
	RESET
*/
* { margin:0; padding:0; font-size: 1em; text-decoration: none;}
ol,ul, dir, menu  { list-style: none; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
table { border-collapse: collapse; border-spacing : 0; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border : 0; }
caption,th { text-align: left; vertical-align: top;}
a { color: inherit; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { white-space: normal; font-size: 1em;  }
body { background: #ffffff; line-height: 1; color: black; }
q { quotes: "" ""; }

small {
	font-size:0.93em;
	color:#333;
}

/*
	TYPO
*/

@font-face {
    font-family: 'AllerBold';
    src: url('font/aller_bd-webfont.eot#') format('eot'),
         url('font/aller_bd-webfont.woff') format('woff'),
         url('font/aller_bd-webfont.svg#webfontwdrlETPj') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AllerLightRegular';
    src: url('font/aller_lt-webfont.eot#') format('eot'),
         url('font/aller_lt-webfont.woff') format('woff'),
         url('font/aller_lt-webfont.svg#webfont7CDc3ylq') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AllerRegular';
    src: url('font/aller_rg-webfont.eot#') format('eot'),
         url('font/aller_rg-webfont.woff') format('woff'),
         url('font/aller_rg-webfont.svg#webfont4hOuzvqq') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
	font: 12px/1.5 'AllerRegular', "Helvetica", "Arial", Verdana, sans-serif;
	color : #050505;
}
html>body {
	font-size:12px;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	/*outline:none;*/
}

#content a:link,
#sidebar .content a:link,
#back_to_top a:link,
#content a:visited,
#sidebar .content a:visited,
#back_to_top a:visited {
	color: #11419b
}
#content a:hover,
#sidebar .content a:hover,
#back_to_top a:hover {
	color:#0c3580;
	text-decoration:underline;
}
img, a img {
	border: 0;
}	
p {
	font-size: 1em;
	line-height:1.6;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.67em;
	line-height: 1.21em;
	margin: 1.21em 0;
}

h4 {
	font-size: 1.17em;
	line-height: 1.29em;
	margin: 1.5em 0 1em 0;
}
#content p {
	margin:0 0 1em 0;
}
#content h2 {
	padding:0 0 15px 0;
	margin: 15px 0 0 0;
	color: #434343;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height:1;

	font-family:'AllerBold',helvetica,Arial,sans-serif;
}
#content h3 {
	font-size: 1.2em;
	line-height:1;
	margin: 10px 0 10px 0;
	text-transform:uppercase;

	font-family:'AllerBold',helvetica,Arial,sans-serif;
}
strong, b {
	font-weight:bold;
	font-family:'AllerBold',helvetica,Arial,sans-serif;
}

#subnav li {
	color: #434343;
	font-size:1.1em;
	line-height:1.1;

}
#subnav li:hover,
#subnav li.active {
	background: #434343;
	color: #ffffff;
}
#subnav a:link,
#subnav a:visited {
	color:#434343
}
#subnav a:hover, #subnav li.active a {
	color:#fff;
}
#subnav li a:hover {
	text-decoration:none;
}
#topnav ul,#subnav ul,#footer ul{
	padding:0;
	margin:0
}
#topnav li {
	color: #fff;
	text-transform: uppercase;
	line-height:1.1;
}
#topnav a:link,
#topnav a:visited {
	color:#fff;
}
#topnav li a {
	font-size:1.1em;
}
#sidebar .box .heading {
	color: #fff;

	font-family:'AllerBold',helvetica,Arial,sans-serif;
	line-height:1.1;
}
#footer li {
	font-size:1.1em;
}
strong,b {
	font-weight:bold;
}
/*
	LAYOUT
	
	grid: 200 - 20 - 200 - 20 - 200 - 20 - 200 - 20 - 200
	gesamt: 1080 
*/
body {
	background: #fff;
}
#wrap {
	margin: 0 auto;
	width: 1080px;
	padding-bottom:40px;
}
#header {
	clear:both;
	overflow:hidden;

}
#header .block {
	float:left;
	width: 200px;
	height: 200px;
	margin-right:20px;
	background: #eee;
}
#header .block.last {
	margin-right:0;
}
#topnav {
	clear:both;
	overflow:hidden;
	list-style:none;
	margin-top:20px;
	margin-bottom:20px;
}
#topnav li {
	float:left;
	width: 200px;
	margin-right:20px;
	background: #434343;
}
#topnav li.last {
	margin-right:0;
}
#topnav li a {
	padding: 13px 15px 13px 7px;
	border-left: 8px solid #434343;
	display:block;
}
#topnav li a:hover  {
	border-color: #c08643;
	text-decoration:none
}
#content {

	width: 640px;
	margin:25px 220px 70px 220px;
}
#popup #content {
	margin: 20px;
	width: auto;
}
#subnav,#sidebar {
	width: 200px;
}
#subnav {
	float:left;
}
#subnav li {
	margin-bottom:7px;
}
#subnav li a {
	display:block;
	padding: 5px 15px 5px 7px;
	border-left: 8px solid #ffffff;
}

#subnav li a:hover,
#subnav li.active a {
	border-color: #c08643;
}
#subnav li.parent {
	background: #434343;
	
}
#subnav li.parent a {
	color:#fff;
	border-color: #434343;
}
#sidebar {
	float:right;
}
#sidebar .box {
	margin-bottom:20px;
}
#sidebar .box .heading {
	background: #434343;
	padding: 5px 15px;
}
#sidebar .box .content {
	background: #dadada;
	padding: 5px 15px;
}
#footer {
	clear:both;
	border-top: 1px solid #434343;
	height: 38px;
	border-bottom: 1px solid #434343;
}
#footer li {
	float:left;
	width: 200px;
	margin-right:20px;
	height:38px;
	color:#434343;
	border-bottom: 10px solid #434343;
}
#footer li.last {
	margin-right:0;
}
#footer li a {
	padding: 10px 15px;
	display:block;
}
#copyright {
	clear:both;
	margin-top:40px;
	text-align:center;
	font-size:0.8em;
}
#back_to_top {
	clear:both;
	margin: 0 0 10px 895px;
	padding-top:10px;
}
#back_to_top a {
	padding-right: 18px;
	background: transparent url(img/arrow-up.png) right center no-repeat;
}
.left {
	float:left;
	margin: 0 0.5em 0.5em 0;
}
.right {
	float:right;
	margin: 0 0 0.5em 0.5em;
}
#content h2.pageHeading {
	border-bottom:1px solid #434343;
	margin-bottom: 15px;
}
.pageMeta {
	float:right;
	margin:13px 0 0 0;
}
.product {
	border-top:1px solid #434343;
	padding: 15px 0;
	overflow:hidden;
}
.product .productImage {
	float:left;
}
.product .productText {
	margin-left:235px;
}
.product .productText p.shipping {
	margin:0;
}
.product .productText p.price .value {
	font-family:'AllerBold',helvetica,Arial,sans-serif;
	margin-left:20px;
}
input.quantity {
	border: 1px solid #000;
	line-height:1;
	padding: 4px 6px;
	width: 35px;
	font-size:12px;
	height:12px;
	margin:0 10px;
}
.button {
	background:#bbbbbb url(img/arrow.png) center right no-repeat;;
	color: #434343;
	border:0;
	padding: 6px 21px 5px 8px;
	line-height:1;
	font-size:12px;
	vertical-align:top;
}

.button.continue {
	font-size:14px;
	background-color:#cdffca;
	border:1px solid #9dff99;
	color:#222;
	font-weight:bold;
	padding: 5px 30px 5px 17px;
}
.button:hover {
	background-color: #cccccc;
	cursor:pointer;
}
.button.continue:hover {
	background-color:#9dff99;
}
table.cart {
	width:100%;
	border-collapse: collapse;
}
table.cart td {
	padding: 6px 8px 6px 12px;
	vertical-align:top;
}
#content table.cart td {
	border-top: 1px solid #ccc;
}
table.cart td.quantity {
	padding-left:0;
}
table.cart .cart_row.last td {
	padding-bottom:7px;
}
table.cart td.price {
	text-align:right;
	padding-right:0;
}

table.cart .header td {
	border-bottom: 1px solid #777;
	border-top:0;	
}
table.cart .total td {
	border-top: 1px solid #777;
	padding-right:0;
}
#content table.cart .total td {
	padding:7px 0 25px 0;
}
table.cart td.qty {
	background:#f0f0f0;
	padding: 6px 4px;
}

table.cart td.image {
	padding: 6px 0;
}
table.cart input.quantity {
	margin:0;
}
table.attribs {
	border-collapse:collapse;
}
table.attribs td {
	padding: 2px 4px 2px 0;
	border:0;
}
label {
	display:block;
	padding: 5px 0 3px 0;
}
#box_login form {
	padding: 0 0 10px 0;
}
#box_login form  input.mail,#login input.password {
	border:0;
	background: #fff;
	line-height:1;
	padding: 5px 4px;
	font-size:12px;
	height:12px;
}
.login form  input[type=text] {
	width:162px;
}
.login form  input[type=password] {
	width: 65px;
	margin-right:5px;
}
.login form  input.button {
	width:89px;
}

.product_infos {
	float:left;
	width: 360px;
}

.product_images {
	text-align:center;
	background:#eee;
	margin:0 0 10px 380px;
	padding:5px;
}
.product_images .thumbnails {
	margin-top:7px;
	line-height:0;
}
.product_images .thumbnails img{
	max-height:60px;
	max-width:60px;
	margin:0 3px 3px 0;
}
.product_images img {
	max-width:250px;
	-webkit-box-shadow: 1px 1px 4px 0px #aaa;
	-moz-box-shadow: 1px 1px 4px 0px #aaa;
	box-shadow: 1px 1px 4px 0px #aaa;
}
.product_info2 {
	width:250px;
	margin-left:380px;
}

.price_big {
	margin-top:1em;
	text-align:right;
}
.price_big strong {
	font-size:1.4em;
}
#content ul {
	margin:0 0 1em 20px;
	list-style:circle;
}

.loginbox,.checkoutbox {
	width: 309px;
	margin-bottom:20px;
	border:1px solid #ccc;
	border-width:0 1px 1px 0;
	padding-bottom:20px;
}
.checkoutbox {
	border-width:1px;
	width:308px;
}
.loginbox p,.checkoutbox p {
	margin:0 5px 10px 0;
}
.checkoutbox p {
	margin: 5px;
}
.loginbox.left, .checkoutbox.left {
	float:left;
	margin-right:10px;
}
.loginbox.right, .checkoutbox.right {
	float:right;
	margin-left:10px;
}
.formArea td {
	padding: 3px;
}
.steps {
	padding:0 0 20px 0;
}
.steps .step {
	float:left;
	text-align:center;
	width: 160px; /*640/4 - x */
	color: #777;
	background: #fff url(img/steps_bg.gif) left center repeat-x;
}
.steps .step span {
	background: #fff url(img/steps_arrow.gif) left center no-repeat;
	padding: 0 8px 0 13px;
}
.steps .step.first span {
	background: #fff;
	padding: 0 8px 0 8px;
}
.steps .step.active {
	color: #000;
	font-weight:bold;
}
.layer {
	border: 1px solid #aaa;
	background:#f8f8f8;
	padding:10px;
	margin:0 0 10px 0;
	overflow:hidden;
}
#content .layer h3 {
	margin:0 0 10px 0;
	text-transform: none;
	font-weight:normal;

}
.ship_to {
	background: transparent url(img/arrow_south_east.gif) left 10px no-repeat;
	padding:0 0 0 65px;
	float:left;
	margin: 0 20px 20px 0;
}
.layer_continue {
	text-align:right;
}
.accept {
	margin: 10px;
	font-weight:bold;
}
.moduleRow {
	margin-top:10px;
}
.moduleRow .radio {
	float:left;
	margin: 2px 5px 0 0;
}
.moduleRow .title {
	font-weight:bold;
}
.moduleRow .dataRow {
	margin:0 0 10px 0;
}
.moduleRow .dataRow label {
	float:left;
	clear:left;
	width: 120px;
	padding: 0;
}
.moduleRow .dataRow .input {
	margin-left:120px;
}
.moduleRow .dataRow input {
	position:relative;
	top:-3px;
}
#agbtext {
	height: 160px;
	overflow-y:scroll;
	background:#ffffff;
	border:1px solid #ddd;
	padding:5px;
}

.error {
	color:#ff0000;
}