@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 */

.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;
}
