
/** File: /css/direct_shop.css
  * Description: Formate für den Direct Shop
  */


.dsOffersStandard {
    font-size: 10px;
	color: 333333;
	text-decoration: none;
	margin: 0px;
}

.dsOffersOfferPrice {
    font-size: 12px;
	color: red;
	font-weight: bold;
}

.basketContextNav {
    color: green;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.basketContextNavOpen {
    color: red;
	font-size: 12px;
	text-decoration: none;
}

.subBasketHeader {
    color: #eeeeee;
	font-size: 11px;
	font-weight: bold;
}


.subBasketContent {
    color: #eeeeee;
	font-size: 11px;
}

.preis_tax {
    font-size: 9px;
	color: #333333;
}

#socc {
	background: #fff url(/gfx/option_cc.gif) scroll no-repeat right center;
}
