

/* link colors */
/*
a:hover {
	color: #884546;
}
div.detail_box_top p.article_overview a {
	color: #793536;
}

div.detail_box_top a.article_back {
	color: #793536;
}
div.detail_box_top a.article_next {
	color: #793536;
}
*/

/*
div.box3 ul#submenu ul li a:hover {
	color:#793536;
}
div.box3 ul#submenu li a:hover {
	background-color: #e1e1e1;
	color: #793536;
}

*/

div.box3 ul#submenu li a:hover {
	background-color: #f3efde;
}


/* jpg header for better quality */
div#container {
	background-image: url(../img/default/store/bg_header.jpg);
}


#beschreibung ul li {
	color:#000;
}
#beschreibung ul li a {
	color:#793536;
}


.leftBoxHeading, .rightBoxHeading {
	background-image: url(../img/default/store/h2_empty_red.gif);
}

#whatsnewHeading {
	background-image: url(../img/default/store/h2_empty2_red.gif);
}
#whatsnew #whatsnewHeading a {

	color: white;
}


div.buy_box {
	background: #fbedc5 url(../img/default/store/bg_buy_box_top.gif) no-repeat scroll 0pt 0%;
	color:#777;
	font-size:0.9em;
	margin:10px 0pt 0pt;
	padding:17px 0pt 10px 10px;
	width:185px;
}

/* overwrite background colors - green */
div.detailinfo {
	background-color: #E0ECED;
}
.centerBoxWrapper {
	background-color:#E0ECED;
}


/* infoboxen links */
div.box3 ul#servicenav li a:hover {
	color: #793536;	
}
#moreinformationContent ul li a:hover {
	color: #793536;	
}


/* logo groesse (hotspot) anpassen */
div#container h1#logo a, div#container h1#logo_haendler a {
	height:73px;
}




div#navigation {
	height:50px;
	left:500px;
	position:absolute;
	top:52px;
	width:465px;
	text-align: right;
}



div#navigation ul li {
	float:right;
	height:45px;
	margin-left:10px;
	padding:0;
	
}

div#navigation ul li a {
	color: #dddddd;
}
div#navigation ul li a:hover {
	color: #ffffff;
}


div#reseller_button {
	position:absolute;

	height: 25px;
	width: 140px;
	top:    85px;
	left:  587px;

	z-index: 1108;
}





/* fix for safari und Firefox3 - formulare im bestellvorgang */
.mainFrameDivider {
	margin-right:-75px;
}


/* get rid of flickering inputboxes */
fieldset input {
	margin:0;
/*	border: 1px solid #aaa;*/
}
fieldset input:hover {
	margin:0;
/*	border: 1px solid #555;*/
}

legend {
	color: #333;
	}











/* Produktdetails 2-spaltig */
div.detail_col1 {
	float:left;
	margin-right:20px;
	padding:0 0 0 30px;
	position:relative;

	text-align:left;
	width:360px;
}
div.detail_col2 {
	float:left;
	width:390px;
}
div.detail_col3 {
	display:none;
}


#productDescription {
	margin-top:25px;
}

#productDescription ul li {
	background:transparent url(../img/default/store/bullet_orange.gif) no-repeat scroll left 0;
	color:#333;
	margin-bottom:0.5em;
	padding-left:25px;
}

div.buy_box {
	float: left;
}

h2.article_details_price {
	float: right;
	margin-top: 33px;
}





/* EZ pages */

#ezPagesHeading {
	font-size: 16px;
	font-weight: normal;
}

/* TOC */
div#navEZPagesTOCWrapper {
	border: 1px solid #ccc;
	width: 350px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#navEZPagesTOC ul li a {
	color: #555;
}
div#navEZPagesTOC ul li a:hover {
	color: #050;
	text-decoration: underline;
}







/* NEWS module on main page (3x3) */
/*
div.artbox {
	background:transparent url(../img/default/store/bg_artbox_169x169.gif) no-repeat scroll 0 0;
	float:left;
	position:relative;
	width:169px;

	height:169px;
}

div.artbox a.artbox_thumb {
	display:block;
	height:100px;
	padding:25px 0 0;
	text-align:center;
}


div.artbox .article-price {
	color:#778285;
	font-size:11px;
	font-weight:normal;
	left:55px;
	margin:10px 0 0;
	position:absolute;
	text-align:right;
	top:130px;
	width:100px;
}


*/

div.artbox a.artbox_thumb {
	padding:25px 0 0;
	text-align:center;
	
	margin-top: 10px;
}


div.artbox h1 {
	color:#000000;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	padding:0 10px 0 15px;
	text-align:left;

	position:absolute;
	top:10px;
	left:0px;
}

div.artbox h2 {
	color:#000000;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	padding:0 10px 0 15px;
	text-align:left;

	position:absolute;
	top:160px;
	left:0px;
	text-align:left;
}

div.artbox .article-price {
	font-size: 14px;
	top:227px;
}









/* nice tables - padding and alternating row colors */

/* padding */
table.padding5 td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.nice_table {
	border: 1px solid #ccc;
	margin-right: 5px;
}




/* product listing - hide table header */
.productListing-heading {
	display: none;
}