.shop {
	margin-left: 20px;
	margin-right: 33px;
}

.shop_header {
	width: 100%;
	height: 109px;
	margin-bottom: 10px;
}


.shop_header h1 {
	font-size: 30px;
	color: #3c75b8;
}

.shop_header h2 {
	font-size: 17px;
	color: #000000;
}

.shop_header h3 {
	font-size: 14px;
	color: #000000;
}

.shopCategory {
	font-size: 16px;
	color: #38620f;
}

.shopArticle {
	width: 440px;
	margin-bottom: 10px;
	margin-top: 5px;
	float: left;
}

.shopArticleSingle {
	width: 894px;;
	margin-bottom: 10px;
	margin-top: 5px;
}

.shopArticle_separator {
	width: 14px;
	float: left;
}

.main {
	
}

.main .image {
	height: 110px;
	float: left;
	margin-top: 10px;
	text-align: center;
}


.main .new_sign {
	width: 49px;
	height: 50px;
	margin-top: 4px;
	margin-right: 2px;
	background: url("../img/product_banner_new_de.png") top right no-repeat;
	float: right;
}

.main_text {
	padding-top: 20px;
	overflow: hidden;
}

.main_text h2 {
	color: rgb(82, 150, 221);
}

.resellerNotice {
}


.select {
	width: 180px; 
	height: 28px;
	float: right;
}

.select .amount {
	float: left;
	margin-left: 0px;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
	width: 15px;
}

.select .amount_label {
	float: left;
	background-image: url("../img/amount.png");
	width: 9px;
	height: 12px;
	margin-top: 11px;
	margin-left: 8px;
}

.select input[type=submit] {
	float: right;
	margin-top: 1px;
	margin-left: 10px;
	margin-right: 2px;
	cursor: pointer;
	cursor: hand;
}

.downloadGuarantee {
	width: 100px;
	height: 109px;
	float: right;
	background: url("/img/downloadGuarantee.png");
	margin-right: 30px;
}

.articles {
	height: 32px;
	font-size: 10px;
	border-top: 1px solid #cdd0d5;
	background: url("../img/gradartbot.png") repeat-x;
}

.articles input[type=radio] {
	margin-left: 0px;
	margin-right: 2px;
	padding: 0px;
	float: left;
}

.articles ul {
	padding: 0px;
	margin: 0px;
}


.articles ul li {
	list-style: none;
	float: left;

	color: #3c75b8;
	border-right: 1px solid #cdd0d5;
	font-weight: bold;
	height: 32px;
	padding-left: 3px;
}

.articles ul li input {
	padding: 0px;
	margin: 0px;
	height: 32px;
	width: 14px;
}

.articles ul li.active {
	color: #FFFFFF;
	background-color: #3c75b8;
}

.articles ul li label {
	float: left;
	padding: 1px 3px;
	width: auto;
	height: 30px;
}

/********************************************************/
/**********************  MINICART  **********************/
/********************************************************/

.minicart {
	width: 194px;
	position: relative;
}

.minicart .pfeil {
	position: absolute;
	top: 30px;
	width: 18px;
	height: 28px;
	background-image: url("/img/minicartPfeil.png");
	background-repeat: no-repeat;
}

.minicart .header {	
	margin-left: 14px;
	padding-top: 5px;
	width: 180px;
	height: 32px;
	background-image: url("/img/minicartHeader.png");
	background-repeat: no-repeat;
	
	text-align: center;
	font-size: 11pt;
	color: #FFF;
}


.minicart .footer {
	margin-left: 14px;
	width: 180px;
	height: 7px;
	background-image: url("/img/minicartFooter.png");
	background-repeat: no-repeat;
}

.minicart .content {
	margin-left: 14px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 19px;
	width: 164px;
	background-image: url("/img/minicartContent.png");
	background-repeat: repeat-y;
	
	font-size: 7pt;
}

.minicart .content .article {
	text-align: right;
}

.minicart .content .title {
}

.minicart .content .amount {
	font-weight: bold;
	font-size: 8pt;
	float: left;
	width: 30px;
}

.minicart .content .price {
	font-weight: bold;
	font-size: 8pt;
}

.minicart .content .first {
}

.minicart .content .totalprice {
	text-align: right;
	font-weight: bold;
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

.minicart .content .sumline {
	border-top: 1px solid #C0C0C0;
	height: 2px;
}

.minicart .content .checkout {
	margin-left: 60px;
	margin-top: 5px;
	padding-top: 4px;
	padding-left: 10px;
	width: 100px;
	height: 28px;
	background-image: url("/img/buttonCheckout.png");
	background-repeat: no-repeat;
	 
	color: rgb(176, 79, 2);
	font-size: 10pt;
	font-weight: bold;
}

.minicart .content a:hover {
	text-decoration: none;
}

/********************************************************/
/************************  CART  ************************/
/********************************************************/

.shopCart {
	width: 100%;
}

.shopCart .amount {
	width: 40px;
	text-align: right;
	margin-top: 0px;
}

.shopCart .table {
	width: 100%;
}

.shopCart td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}

.shopCart th {
	text-align: center;
}

.shopCart img {
	margin-top: 5px;
}

.shopCart .title {
	text-align: left;
	font-weight: bold;
}

.shopCart .dark {
	background-color: #EEEEEE;
}


/********************************************************/
/**********************  CHECKOUT  **********************/
/********************************************************/

.checkout label {
	color: #28629e;
	font-size: 14px;
	width: 150px;
	float:left;
	display: block;
	margin-bottom: 8px;
}

/*******************************************************/
/********************************************************/
/********************************************************/

.shopProduct .content {
	font-size: 14px;
}