/**
 * Stylesheet fuer http://www.teures-billiger.de/
 *
 * Banner Styles
 *
 * @package   banner
 *
 * @author    Christian Conrad <christian.conrad@burg-itc.de>
 * @link      http://www.burg-itc.de/
 * @copyright Copyright 2009, teures-billiger.de GmbH
 * @license   private / none public
 * @version   $Id: banner.css 315 2009-11-18 09:32:22Z chief $
 */

DIV.banner {
	width: 739px;
	height: 121px;
  background: transparent url('../../../images/_page_home/banner_back-marky.gif') left top no-repeat;
  padding: 7px 0px 7px 10px;
  margin-bottom: 10px;
}

DIV.banner DIV.content {
	width: 560px;
}

H1.banner {
	color: #003399;
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
  letter-spacing: -1px;	
}

DIV.banner_startpage {
  width: 739px;
  margin-bottom: 11px;
}

DIV.banner_startpage .xmas_countdown_container {
  width: 500px;
  height: 0px;
  position: relative;
  top: -18px;
  left: 10px;
  color: #CA0404;
  font-weight: bold;
  font-size: 12px;
}

DIV.banner_startpage DIV.prefix {
	float: left;
}
DIV.banner_startpage #xmas_countdown {
	float: left;
}
DIV.banner_startpage DIV.postfix {
  float: left;
}

DIV.banner_monthly-special {
  width: 739px;
}

DIV.banner_monthly-special .productPriceWrapper {
  background: transparent;
	position: relative;
  top: -150px;
  right: 4px;
  width: 0px;
  height: 0px;
}
DIV.banner_monthly-special .productPrice {
	background: transparent;
	float: right;
	text-align: right;
  width: 200px;
  height: 46px;
}

DIV.banner_monthly-special .freeShipping {
	position: relative;
	top: -114px;
	left: 8px;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
DIV.banner_monthly-special .freeShipping IMG {
  border: 0 none;
  margin: 0px;
  padding: 0px;
}

DIV.banner_monthly-special .priceInfo {
	position: relative;
	top: -73px;
	left: 8px;
  width: 213px;
  height: 28px;
  text-align: right;
  float: right;
  background: url('../../../images/_page_home/p-box_bottom_price-info.gif');
  background-repeat: no-repeat;
  font-size: 10px;
}
DIV.banner_monthly-special .productPriceTax {
  text-align: right;
  width: 200px;
  color: #333;
  font-size: 10px;
  letter-spacing: -1px;
  padding-right: 10px;
  padding-top: 5px;
}
DIV.banner_monthly-special .shippingCompany {
	text-align: right;
  width: 200px;
  color: #333;
  font-size: 10px;
  letter-spacing: -1px;
  padding-right: 10px;
  padding-top: 5px;
}

DIV.banner_monthly-special .productPriceTax A:active,
DIV.banner_monthly-special .productPriceTax A:link,
DIV.banner_monthly-special .productPriceTax A:visited,
DIV.banner_monthly-special .shippingCompany A:active,
DIV.banner_monthly-special .shippingCompany A:link,
DIV.banner_monthly-special .shippingCompany A:visited {
	color: #333;
	text-decoration: underline;
}
DIV.banner_monthly-special .shippingCompany A:hover,
DIV.banner_monthly-special .productPriceTax A:hover {
	color: #FF6600;
  text-decoration: underline;
}
DIV.banner_monthly-special DIV.boxEnd {
  position: relative;
  top: -6px;
  right: 0px;
	width: 10px;
  height: 10px;
  background: url('../../../images/_page_home/monthly_special__footer.gif') bottom left no-repeat;
  margin: 0px;
  padding: 0px;
  border: 0 none;
}
DIV.sep {
  clear: both;
  float: none;
  height: 1px;
  width: 748px;
  padding: 0px;
  margin: 0px;
}