/*************** askari_print.css ***************/

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #36393d;
}

p {margin-bottom: 10px;}

input, select, textarea {
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size: 11px;
	border: 1px solid #bdbdbd;
	padding: 1px;
}

input.no {border: 0px !important;}

img {border: 0px;}

.clear {clear: both;}

.left {float: left;}

.right {float: right;}

.content-list {margin: 0px 0px 10px 30px;}

.content-list li {
	list-style: disc;
 
}

.content-list li ul li {
	list-style: circle;
    margin-left: 20px;
}


/*************** Links ***************/
body a:link, body a:visited {
	color: #036;
	font-weight: normal;
	text-decoration: none;
}

body a:hover, body a:active {
	color: #036;
	font-weight: normal;
	text-decoration: underline;
}


/*************** Schriften ***************/
h1 {
	font-size: 16px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0px 10px 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	background-color: #e6eef7;
	padding: 5px 0px 5px 15px;
	margin: 15px 0px 5px 0px;
}

.starlet {color: #ba1f25;}

.hint {color: #888;}

.hint2 {color: #ba1f25;}

.error {}

.old-price {
	font-size: 16px;
	text-decoration: line-through;
}

.old-price-list {
	text-decoration: line-through;
}

.old-price-order-add {
	font-size: 12px;
	text-decoration: line-through;
}

.new-price {
	color: #ba1f25;
	font-size: 16px;
}

.new-price-list {
	color: #ba1f25;
}

.new-price-order-add {
	color: #ba1f25;
	font-size: 12px;
}


.price {font-size: 20px;}

.price-order-add {font-size: 16px;}

.price-hint {font-size: 10px;}



/*************** Produktliste / Produkte ***************/
.product {
	float: left;
	margin-bottom: 10px;
}

.product-element {
	border: 1px solid #a5c500;
	width: 180px;
	margin: 5px;
	font-size: 12px;
}

.product-thumb {
	width: 180px;
	height: 180px;
	text-align: center;
    position: relative;
}

.product-id {
	height: 70px;
	padding: 5px 5px 0px 5px;
	text-align: center;
	background-color: #fff;
}

.product-functions {
	width: 180px;
	margin: 5px;
}

.productdetail {
	background-color: #eff2f5;
	padding: 5px;
	margin-bottom: 10px;
}

.productdetail-functions {
	width: 570px;
	clear: both;
}

.productdetail-functions div {float: left;}

.productdetail-functions ul {
	text-align: right;
	float: right;
 }
 
.productdetail-functions ul li {
	padding: 3px 0px;
	list-style: none;
}

.main-image {
	width: 325px;
	height: 325px;
	border: 5px solid #a5c500;
	position: relative;
	margin-bottom: 10px;
}

.image-zoom {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.product-text {
	background-color: #fff;
	float: left;
	width: 205px;
	margin: 0px 0px 10px 10px;
	padding: 10px;
}

.product-text h1 {margin-bottom: 10px;}

.product-text ul {
	list-style-position: inside;
	margin-bottom: 10px;
}

.product-logo {margin-bottom: 10px;}

.product-price {
	text-align: right;
	font-size: 16px;
    float: right;
}

.countlist table {
	width: 0px;
	float: right;
}

.countlist td {padding: 2px;}

.modellist, .countlist {
	clear: both;
	padding-top: 10px;
}

.modellist table {width: 570px;}

.modellist td {
	background-color: #fff;
	padding: 2px;
	border-top: 1px solid #000;
}

.modellist td.alt {
	background-color: #ebebeb;
	padding: 2px;
}

.status-1, .status-2, .status-3 {padding-left: 14px;}

.status-1 {background: url(img/global/status_1.gif) no-repeat;}

.status-2 {background: url(img/global/status_2.gif) no-repeat;}

.status-3 {background: url(img/global/status_3.gif) no-repeat;}

.order-add {margin-bottom: 10px;}

.order-add img {
	border: 1px solid #a5c500;
	margin-left: 10px;
	padding: 5px;
}


/*************** Formulare ***************/
fieldset {
	border: none;
	padding: 10px 10px 0px 10px;
	background-color: #eff2f5;
	margin-bottom: 5px;
}

fieldset label {
	float: left;
	margin-top: 1px;
	width: 150px;
}

fieldset input {
	float: left;
	margin-right: 3px;
	width: 245px;
}

fieldset textarea {
	float: left;
	margin-right: 3px;
	width: 245px;
	height: 110px;
}

fieldset p {float: left;}

.checkboxes {
	clear: both;
	padding-bottom: 5px;
}
.checkboxes input, .checkboxes label {
	display: inline;
	float: none;
	width: auto;
}
.checkboxes input {
	padding: 0;
	border: none;
}

#street, #city, #street2, #city2 {width: 180px;}

#streetnumber, #zipcode, #streetnumber2, #zipcode2 {width: 58px;}

#birth_day, #birth_month {width: 30px;}

#birth_year {width: 50px;}

*html #streetnumber, *html #zipcode {width: 62px;}

.iebug {
	clear: both;
	float: none;
	width: auto;
}


/*************** Content ***************/
.content-header {
	background-color: #d6dee6;
	font-size: 12px;
	color: #036;
	font-weight: bold;
	padding: 6px 6px 6px 0px;
	margin-bottom: 10px;
}

.logo {margin: 0px 0px 10px 0px;}


/*************** Warenkorb ***************/
.content-header-cart {
	background-color: #e0eaaf;
	font-size: 12px;
	color: #036;
	font-weight: bold;
	padding: 6px 15px;
	margin-bottom: 10px;
}

.ckeckout-steps {margin-bottom: 10px;}

.navigation-buttons {
	margin: 10px 0px;
	padding-top: 10px;
	border-top: 1px solid #036;
}

.cart-table {
    border-collapse: collapse;
    width: 100%;
}

.cart-table tr th {
	background-color: #fff;
	border-bottom: none;
}

.cart-table tr {background-color: #eff4e4;}

.cart-table tr.alt {background-color: #e0eaaf;}

.cart-table th {
	background-color: #e6eef7 !important;
	border-bottom: 3px solid #fff !important;
}

.cart-table th, .cart-table td {
	padding: 10px;
	border-bottom: 3px solid #fff;
}

.cart-table td.none {border-bottom: 0px solid #fff !important;}

.cart-img {border: 1px solid #a5c500;}

.cart-product-functions {vertical-align: bottom;}


/*************** display: none; ***************/
.metanavi, .sizing, .theme-image, .hnavi, .breadcrumb, #left, #right, .pager, .productdetail-functions ul {display: none !important;}


/*************** carousel.css ***************/
.carousel ul {width: 325px !important;}

.carousel ul li {
	float: left;
	margin: 5px;
}

.spacing-to-bottom {margin-bottom: 10px;}

.saving {
    width: 54px;
    height: 54px;
    position: relative;
    left: 63px;
}

#navi { display: none; }

.pagebreak {
    page-break-before: always;
}
