/* -----------------------------------------------------------------------------------------
	ifoweb - Agentur für neue Medien
	www.ifoweb.de
   ---------------------------------------------------------------------------------------*/

/* Main-Page*/
body {
	background-color: #A81316;
	margin: 0;
	color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

* html body {
	margin-right: 1px; /* IE 5.5 and 6.0 star-hack to remove horizontal scrollbar if possible */
}

img{
	border:0;
}

a {
	color: #FFF;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

.textbox {
	font-size: 11px;
	height: 14px;
}

.productOldPrice {
	color: #FFF;
	text-decoration: line-through;
	font-size: 11px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.noUnderline, a.noUnderline {
	text-decoration: none !important;
}

a:hover .underlinehover {
	text-decoration: underline !important;
}

.noBorder {
	border: none;
}

.verticalMiddle {
	vertical-align: middle;
}

select { /* restore 9x style = disable xp themeability */
	border: 2px inset darkgrey;
}

th { /* table header cells */
	text-align: left;
}

.content_heading {
	font-weight: bold;
}

.errorbox {
	color: #000;
	border: 2px solid red;
	padding-left: 5px;
	margin-bottom: 15px;
	/*background-color: #ffcccc; /* very light red */ */
	margin-top: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.requiredField {
	color: red;
}

.contentsTopics {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.conditions {
/*  background-color: #FFCCCC; */
}

.box_top {
	background: none; /* hide the default background in the head */
}

.box_content { /* content part of boxes */
	border: 0px solid black; /* black is default color, overwritten below for each box */
	padding: 5px;
}

.boxTextBG {
	font-size: 10px;
	background-color: #FFF;
	color: #000;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
	text-decoration: underline;
}

.main {
  	font-size: 12px;
  	line-height: 1.5;
}

.inputRequirement {
	font-size: 10px;
	color: #FFF;
}

.infoBoxNotice {
  background: #FF8E90;
}

.smallHeading {
	font-weight: bold;
	margin-bottom: 5px;
}

.help {
	background-color: #FFF;
	color: #000;
}

.listing2 {
	height: auto;
	width: 250px;
	float: left;
	padding: 10px;
}

.listing2_content {
	margin-top: auto;
	margin-bottom: 0px;
	height: auto;
	width: auto;
}

#clear_float {
	clear: both;
}

#header {
	height: 113px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(img/background_header.png);
	background-repeat: no-repeat;
	float: none;
}

#header_breadcrumbs {
	float: left;
	height: 25px;
	width: 410px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
}

#header_menu {
	float: left;
	height: 25px;
	width: 385px;
	margin-top: 82px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: -415px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
}

#header_search {
	float: right;
	height: 37px;
	width: 395px;
	margin-top: 72px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}

#content_bg {
	background-image: url(img/background_content2.png);
	height: auto;
	width: 1000px;
	background-repeat: repeat-y;
	margin: auto;
	padding-bottom: 40px;
}

#content {
	background-image: url(img/background_content1.png);
	background-repeat: no-repeat;
	height: auto;
	width: 1000px;
	float: none;
	text-align: left;
}

#content_left{
	height: auto;
	width: 202px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#content_center {
	margin: 0px;
	float: left;
	height: auto;
	width: 550px;
	padding-top: 120px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	min-height: 350px;
}

#content_center img	{
	margin: 5px;
}

#content_right {
	margin: 0px;
	height: auto;
	width: 202px;
	float: right;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#footer {
	background-image: url(img/background_footer.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 1000px;
	margin: auto;
	float: none;
	padding-top: 10px;
}

#footer_p1 {
	margin: 0px;
	font-size: 10px;
	text-transform: uppercase;
}

#footer_p2 {
	margin-top: 28px;
	margin-left: 50px;
}

/* Boxen */
.box_header {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}

.box_text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.link_bg {
	background-image: url(img/background_menu.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 0px;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
}

.link_bg:hover {
	background-image: url(img/background_menu_over.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

#box_footer  {
	background-image: url(img/background_boxfooter.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 22px;
	width: 202px;
	float: right;
}

#box_footer2  {
	background-image: url(img/background_boxfooter2.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 5px;
	width: 202px;
	float: right;
}

#box_footer3  {
	background-image: url(img/background_boxfooter3.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 5px;
	width: 202px;
	float: right;
}

#box_search_top {
	float: right;
	height: 25px;
	width: 260px;
	vertical-align: bottom;
	line-height: 25px;
	text-transform: uppercase;
}

#box_search_button {
	float: right;
	height: 25px;
	width: 135px;
}

#box_search_bottom {
	float: right;
	height: 12px;
	width: 260px;
	padding-right: 135px;
	font-size: 9px;
}

#box_cart {
	margin: 0px;
	height: auto;
	width: 202px;
	clear: both;
}

#box_cart_header  {
	height: 30px;
	width: 157px;
	padding-top: 15px;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 45px;
	background-image: url(img/background_cart_header.png);
	background-repeat: no-repeat;
	float: right;
}

#box_cart_content  {
	padding: 5px;
	height: auto;
	width: 192px;
	text-align: center;
	background-image: url(img/background_boxcontent.png);
	background-repeat: repeat-y;
	float: right;
}

#box_cart_content p {
	margin-bottom: 0px;
}

#box_cart_content_amount {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

#box_cart_content_info {
	font-size: 10px;
	margin-top: 5px;
}

#box_login {
	margin: 0px;
	height: auto;
	width: 202px;
	clear: both;
}

#box_login_header  {
	height: 37px;
	width: 177px;
	padding-top: 13px;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 25px;
	background-image: url(img/background_boxheader.png);
	background-repeat: no-repeat;
	float: right;
}

#box_login_content  {
	width: 182px;
	text-align: left;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(img/background_boxcontent.png);
	background-repeat: repeat-y;
	height: auto;
	float: right;
	margin-bottom: 0px;
}

#box_login_button  {
	height: 25px;
	width: 170px;
	text-align: right;
	margin-top: -35px;
	padding-right: 22px;
	padding-left: 10px;
	margin-bottom: 0px;
}

#box_newsletter {
	margin: 0px;
	height: auto;
	width: 202px;
	clear: both;
}

#box_newsletter_header  {
	height: 37px;
	width: 177px;
	padding-top: 13px;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 25px;
	background-image: url(img/background_boxheader.png);
	background-repeat: no-repeat;
}

#box_newsletter_content  {
	height: auto;
	width: 182px;
	text-align: left;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(img/background_boxcontent.png);
	background-repeat: repeat-y;
	margin-bottom: 0px;
}

#box_newsletter_button  {
	height: 25px;
	width: 160px;
	text-align: right;
	padding-right: 20px;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}

#box_admin {
	margin: 0px;
	height: auto;
	width: 202px;
	clear: both;
}

#box_admin_header  {
	height: 37px;
	width: 177px;
	padding-top: 13px;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 25px;
	background-image: url(img/background_boxheader.png);
	background-repeat: no-repeat;
}

#box_admin_content  {
	height: auto;
	width: 182px;
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(img/background_boxcontent.png);
	background-repeat: repeat-y;
}

#box_categories {
	margin: 0px;
	height: auto;
	width: 202px;
	clear: both;
}

#box_categories_header  {
	height: 30px;
	width: 177px;
	padding-top: 13px;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 25px;
	background-image: url(img/background_boxheader2.png);
	background-repeat: no-repeat;
}

#box_categories_content  {
	height: auto;
	width: 182px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(img/background_boxcontent2.png);
	background-repeat: repeat-y;
}

#box_information {
	margin: 0px;
	height: auto;
	width: 202px;
	clear: both;
}

#box_information_header  {
	height: 30px;
	width: 177px;
	padding-top: 13px;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 25px;
	background-image: url(img/background_boxheader2.png);
	background-repeat: no-repeat;
}

#box_information_content  {
	height: auto;
	width: 182px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(img/background_boxcontent2.png);
	background-repeat: repeat-y;
}

#box_content {
	margin: 0px;
	height: auto;
	width: 202px;
	clear: both;
}

#box_content_header  {
	height: 30px;
	width: 177px;
	padding-top: 13px;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 25px;
	background-image: url(img/background_boxheader2.png);
	background-repeat: no-repeat;
}

#box_content_content  {
	height: auto;
	width: 182px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(img/background_boxcontent2.png);
	background-repeat: repeat-y;
}

#box_specials {
	margin: 0px;
	height: auto;
	width: 202px;
	clear: both;
}

#box_specials_header  {
	height: 37px;
	width: 177px;
	padding-top: 13px;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 25px;
	background-image: url(img/background_boxheader.png);
	background-repeat: no-repeat;
}

#box_specials_content  {
	height: auto;
	width: 182px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(img/background_boxcontent.png);
	background-repeat: repeat-y;
}

#box_specials_content_image {
	background-image: url(img/background_thumbnail_middle.png);
	background-repeat: no-repeat;
	height: 132px;
	width: 134px;
	margin-top: 0px;
	margin-right: 39px;
	margin-bottom: 0px;
	margin-left: 23px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#box_specials_content_text {
}

#box_specials_content_text h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
}

#box_specials_content_text h6 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#box_bestseller {
	margin: 0px;
	height: auto;
	width: 202px;
	clear: both;
}

#box_bestseller_header  {
	height: 37px;
	width: 177px;
	padding-top: 13px;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 25px;
	background-image: url(img/background_boxheader.png);
	background-repeat: no-repeat;
}

#box_bestseller_content  {
	height: auto;
	width: 182px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(img/background_boxcontent.png);
	background-repeat: repeat-y;
}

#box_bestseller_content_list {
	height: 79px;
	width: 182px;
	margin-right: 18px;
	margin-left: 2px;
	background-image: url(img/background_bestsellerlist.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#box_bestseller_content_list h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#box_bestseller_content_list h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #f8bd2a;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#box_bestseller_content_list p {
	font-size: 10px;
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#history_bg1 {
	padding: 5px;
	height: 126px;
	width: 549px;
}

#history_bg2 {
	background-image: url(img/background_history.png);
	background-repeat: no-repeat;
	height: 116px;
	width: 539px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 150%;
}

#history{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	padding: 5px;
}

#box_product {
	padding: 0px;
	height: 285px;
	width: 550px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#box_product_thumb {
	padding: 0px;
	height: 202px;
	width: 204px;
	background-image: url(img/background_thumbnail_large.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	line-height: 202px;
}

#box_product_content {
	padding: 5px;
	float: right;
	/*height: 200px;*/
	width: 315px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 10px;
	text-align: left;
}

#box_product_price {
	padding: 5px;
	float: right;
	height: 73px;
	width: 325px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 5px;
	background-image: url(img/background_details1.png);
	background-repeat: no-repeat;
	color: #000;
}

#box_product_price_content, box_product_price_content a {
	font-size: 10px;
	color: #000;
	padding-left: 5px;
	margin: 0px;
}

#box_product_price_amount {
	font-size: 24px;
	font-weight: bold;
	color: #a81316;
	padding: 5px;
}

#box_product_info {
	padding: 5px;
	float: left;
	height: 63px;
	width: 192px;
	background-image: url(img/background_details2.png);
	background-repeat: no-repeat;
	color: #000;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.allproductsHeader {background-color:#f2f2f2; color:#6f6f6f; padding-left:3px;}
.allproductsContent {color:#000000; padding:2px;}			
.allproductsContent h1 {font-size: 12px; margin: 2px 2px 2px 0px; color: #ffffff; }	
.allproductsContent a {color: #ffffff; }
