@charset "utf-8";
/* CSS Document */


.shop_category_img,
.shop_article_img,
.shop_product_img {
	padding:8px;
	border:1px solid #CCC;
	background-color: #FFF;
}

.shop_detail_img {
	border:1px solid #CCC;
	background-color: #FFF;
}

.shop_product_image a {
	text-decoration: none;
	color: #F83100;
}
.shop_product_image a:hover {
	text-decoration: none;
	color: #000000;
}



/* BASKET */
#basket_overview {

}

#basket_overview th {
	background-color: #CCCCCC;
	padding: 3px;
}

#basket_overview td {
	background-color: #F5F5F5;
	padding: 3px;
}

/* CHECKOUT */
.chkout_address_radio {
	margin-left: 100px;
	margin-bottom: 5px;
	font-size: 12px;
}

.chkout_address_radio input {
	margin-right: 6px;
}



/* PRODUKT */

.shop_product_title {
	margin-bottom: 10px;
}

.shop_product_title a {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}

.shop_product_title a:hover {
	color: #000000;
}

.shop_product_description {

}

.shop_product_to-basket {

}

.shop_product_to-basket a {
	color: #FF3300;
	text-decoration: none;
}
.shop_product_to-basket a:hover {
	color: #000000;
}

/* WARENKORB UEBERSICHT */

.shop_basket_overview_product {

}

.shop_basket_overview_product a {
	color: #000000;
	text-decoration: none;
}

.shop_basket_overview_product a:hover {
	color: #666666;
}

.shop_basket_overview_qty {

}

.shop_basket_overview_pricesum {

}

.shop_basket_overview_basket-link {
	margin-bottom: 5px;
}

.shop_basket_overview_checkout-link {

}

.shop_basket_overview_basket-link a,
.shop_basket_overview_checkout-link a {
	color: #FF3300;
	text-decoration: none;
}

.shop_basket_overview_basket-link a:hover,
.shop_basket_overview_checkout-link a:hover {
	color: #000000;
}

/* WARENKORB */


select#country,
select#delivery,
select#payment {
	width: 144px;
}


.shop_basket_productList {
	
}

.shop_basket_productList th {
	background-color: #CCCCCC;
	padding: 3px;
}

.shop_basket_productList td {
	background-color: #F5F5F5;
	padding: 3px;
}

.shop_basket_productList td a {
	color: #666666;
	text-decoration: none;
}

.shop_basket_productList td a:hover {
	color: #000000;
}

.shop_basket_back-link {

}

.shop_basket_checkout-link {

}

.shop_basket_checkout-link a,
.shop_basket_back-link a {
	color: #FF3300;
	text-decoration: none;
}

.shop_basket_checkout-link a:hover,
.shop_basket_back-link a:hover {
	color: #000000;
}

/* CHECKOUT STEPS */
div.com-chkout-step-inactive,
div.com-chkout-step-actual,
div.com-chkout-step-active {
	float: left;
	width: 148px;
	height: 88px;
	padding-right: 10px;
	overflow: hidden;
}
div.com-chkout-step-actual a,
div.com-chkout-step-active a{
	width: 148px;
	height: 88px;
	display: block;
	text-decoration: none;
}
div.com-chkout-step-active {
	background-image: url(../img/shop/checkout_step_active.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

div.com-chkout-step-active span.com-chkout-step-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 0px 0px 10px;
	margin: 0;
	color: #666;
}

div.com-chkout-step-active span.com-chkout-step-description {
	display: block;
	font-size: 12px;
	line-height: 1.3em;
	padding: 0px 0px 0px 10px;
	margin: 0;
	color: #666;
}

div.com-chkout-step-actual {
	background-image: url(../img/shop/checkout_step_actual.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

div.com-chkout-step-actual span.com-chkout-step-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 0px 0px 10px;
	margin: 0;
}

div.com-chkout-step-actual span.com-chkout-step-description {
	display: block;
	font-size: 12px;
	line-height: 1.3em;
	padding: 0px 0px 0px 10px;
	margin: 0;
	color: #000;
}

div.com-chkout-step-inactive {
	background-image: url(../img/shop/checkout_step_inactive.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

div.com-chkout-step-inactive span.com-chkout-step-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 0px 0px 10px;
	color: #CCC;
}

div.com-chkout-step-inactive span.com-chkout-step-description {
	display: block;
	font-size: 12px;
	line-height: 1.3em;
	padding: 0px 0px 0px 10px;
	margin: 0;
	color: #CCC;
}

div.com-chkout-steps {
	padding-bottom:15px;
}

