/************* IMPORTING SPECIAL / ADDITIONAL STYLES ************/
@import url('borders.css');


/************* BASIC / COMMON STYLES ************/

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

html {
	background: #fff;
	font-size: 75%;
}

body {
	font: 1em Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #999;
}

html>body {
	font-size: 12px;
}

.copy , .copy a {
	color: #ddd;
	font-size: 0.8em;
}


/************* CENTERING CONTENT HORIZONTAL ************/

/* styles for IE 5 Mac */
#horizon, #horizon_start {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#horizon_start {
	top: 75px;
}

/* following rules are invisible to IE 5 \*/
#horizon_start {
  top: 50%;
  left: 0px;
  width: 100%;
  margin-top: -275px;
  text-align: center;
  min-width: 975px; 
}

#horizon {
  width: 100%;
  text-align: center;
  min-width: 975px; 
}
/* end IE 5 hack */ 
 

html>body #wrapper {
	left: 0px;
}

#wrapper {
	position: relative;
	width: 975px;
	height: auto;
	margin: 10px auto 20px auto;
	text-align: left;
	position: relative;
}


/************* STYLES HEADER ************/

#header {
	margin-bottom: 7px;
	color: #999;	
}

#header a {
	text-decoration: none;
	color: #999;
}

#header a:hover {
	text-decoration: underline;
}

#header ul {
	width: 100%;
}

#header li {
	float: left;
	list-style-type: none;
}

/* LOGO */

#header h1 a {
	background: url('../i/logo.gif') no-repeat 50% 0;
	width: 290px;
	height: 55px;
	display: block;
}

#header h1 span {
	display: none;
}

/* NAVIGATION */

#headernav {
	width: 280px;
	margin: 42px 0 0 5px;
	font-size: 0.8em;
	/* text-align: right; */
}

#presseStoerer {
	position: absolute;
	top: 15px;
	left: 530px;
}

/* SUCHE */

#search {
	margin: 37px 0 0 80px;
	padding: 0 10px 0 0;
	border-right: 1px dotted #ccc;
	height: 20px;
}

#search input.keywords {
	height: 12px;
	width: 80px;
	font-size: 0.8em;
	color: #999;
}

#search input.okbutton {
	height: 18px;
	width: 25px;
	font-size: 0.8em;
}

/* LOGIN */

#login, #logout {
	font-size: 0.8em;
	margin: 34px 0 0 0;
	padding: 0 10px;
	border-right: 1px dotted #ccc;
	height: 20px;	
}

#logout {
	margin: 34px 0 0 0;
}

#login a, #logout a {
	display: block;
	margin: 3px 0 0 0;
}

#logout a {
	margin: 0;
}

/* CART */

#cart {
	margin: 34px 0 0 0;
	font-size: 0.8em;
	width: 110px;
	text-align: right;
}

#cart .cart {
	text-transform: uppercase;
	background: url('../i/cart_icon.gif') no-repeat;
	padding-left: 30px;
}

#cart .articles {
	color: #E2007A;
}


/************* STYLES CONTENT ************/

#content, #header {
	clear: both;
}


/************* STYLES FOOTER ************/

#footer {
	margin-top: 10px;
}

#footernav {
	text-align: center;
	font-size: 0.8em;	
}

#footernav a {
	text-decoration: none;
	color: #999;
}


/************* STYLES 3-COLUMN LAYOUT ************/

#bg1 {
	background: url('../i/bg1.gif') repeat-y;
}

#leftcontent {
	float:left;
	width:275px;
	/* border: 1px solid red; */
}

#centercontent {
	margin-left: 10px;
	float: left;
	width: 400px;	
	/* border: 1px solid blue; */
}

#rightcontent {
	margin-left: 10px;
	float:left;
	width:260px;
	/* border: 1px solid green; */
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}


/************* STYLES POPUP CONTENT ************/

#popup_content {
	margin: 10px;
}

#popup_content h2 {
	margin: 0 0 15px 0;
	font-size: 1.4em;
	color: #E2007A;	
}

/************* STYLES MAIN NAVIGATION ************/
#navigation {
	background: #F9ECF0;
	width: 245px;
	float: left;
	padding: 15px;
}

#navigation li {
	clear: both;
	list-style-type: none;
}

#navigation .borderCat {
	margin-right: 10px;
}

#navigation .nav {
	text-decoration: none;
	color: #E2007A;
	padding: 60px 0 0 0;
	display: block;
}


/************* STYLES CONTENT AREA HOMEPAGE ************/

#content_homepage {
	background: #F9ECF0;
	text-align: center !important;
}

#content_homepage h2 {
	text-indent: -9999px;
	background: url('../i/bg_homepage.gif') no-repeat 0 15px;
	width: 950px;
	height: 190px;
}

#content_homepage p {
	font-size: 0.90em;
	text-align: center;
	color: #666;
	padding: 10px 200px 20px 200px;
}

#content_homepage #nav {
	clear: both;
	text-align: center;
}

#content_homepage #nav table {

}

#content_homepage #nav a {
	text-decoration: none;
	font-size: 0.8em;
	color: #E2007A;
}



/************* STYLES BREADCRUMB FOLLOWING PAGES ************/

#breadcrumb a {
	color: #999;
}

#breadcrumb ul{
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 0.80em;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li.first {
	padding-left: 10px;
}


/************* STYLES CONTENT AREA FOLLOWING PAGES ************/

#centercontent h2 {
	padding: 15px 0;
	font-size: 1.4em;
	color: #E2007A;
}

#centercontent p {
	font-size: 0.90em;
	color: #666;
	margin-right: 10px;
}

#centercontent a {
	text-decoration: none;
	color: #E2007A;
}

#rightcontent h2 {
	margin: 0 5px 15px 5px;
	font-size: 1.4em;
	color: #E2007A;
}

#rightcontent p {
	font-size: 0.90em;
	color: #666;
	margin: auto 15px auto 5px;
}


/************* STYLES CONTENT CUSTOMER ACCOUNT ************/

dd {
	height: 25px;
}


/************* STYLES CONTENT AREA CATEGORY LISTING ************/

.list_left {
	display: inline;
	float: left;
	width: 190px;
	list-style-type: none;
	text-align: center;
	margin: 0 10px 20px 0;
}

.list-left a {
	display: block;
	width: 190px;
}


/************* STYLES CONTENT AREA PRODUCTS LISTING ************/

.list_left_products {
	display: inline;
	float: left;
	width: 146px;
	height: 185px;
	list-style-type: none;
	text-align: center;
	margin: 0 12px 0 0;
}

.list-left_products a {
	display: block;
	width: 145px;
}

.list_left_products table, .list_left table {
	padding-bottom: 3px;
	margin-bottom: 3px;
}

#centercontent.products_list {
	float: left;
	width: 475px;	
	/* border: 1px solid blue; */
}

#rightcontent.products_list {
	float: left;
	width: 185px;
	/* border: 1px solid green; */
}


/************* STYLES CONTENT AREA PRODUCTS DETAILVIEW ************/

.list_left_product {
	float:left;
	width: 230px;
	list-style-type: none;
	text-align: center;
	margin: 0 13px 20px 0;
}

.list-left_product a {
	display: block;
	width: 230px;
}

.products_description {
	font-size: 0.90em;
	color: #999;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	margin-right: 10px;
	padding: 10px 0;
}

#products_price, #products_buy {
	float: left;
	list-style-type: none;
	margin-top: 20px;	
}

#products_price .price {
	font-size: 1.6em;
}

#products_price .price strong {
	font-weight: normal;
	color: #E2007A;
}

#products_price .tax {
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 20px;
}

#products_buy {
	margin-left: 20px;
}

#products_buy li {
	float: left;
	margin-right: 10px;
}

#products_buy .cart_button input {
	background: #E2007A;
	cursor: pointer;
	color: #fff;
}


/************* STYLES CONTENT AREA SHOPPING CART ************/

#centercontent.shopping_cart {
	float: left;
	width: 665px;	
}

.order_details_remove_header , .order_details_img_header, .order_details_qty_header, .order_details_article_header, .order_details_shippingtime_header, .order_details_singleprice_header, .order_details_totalprice_header{
	float: left;
}

.order_details table {
	font-size: 0.8em;
	width: 100%;
}

.order_details .qty input {
	width: 20px;
	height: 16px;
}

.order_details table .odd {
	background: #eee;
}

.order_details td {
	text-align: center;
}

.order_details_totalcost {
	text-align: right;
	line-height: 2em;
}

.order_details_totalcost strong {
	font-size: 1.2em;
}


/************* STYLES CONTENT AREA CHECKOUT ************/

.checkoutBarCurrent {
	color: #E2007A;
}

.checkout_payment_block input {
	float: left;
	margin-right: 10px;
}



.tickercontainer { /* the outer div with the black border */
width: 738px; 
height: 27px; 
margin: 5px 100px; 
padding: 0;
overflow: hidden; 
background: #F4ACC9;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0;
top: 8px;
width: 738px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
/* font: bold 10px Verdana; */
color: #fff;
font-weight: bold;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0 30px 0 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
/* font: bold 10px Verdana; */
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 