/*
	Adonia Shop

	css/styles.css			2009-12-01	(c) e.sens.e GmbH
*/

body
{
	margin:			0px;
	color:			#676764;
	background-color:	#ffffff;
	font-family:		sans-serif;
	font-size:		12px;
	text-align:		left;
	line-height:		125%;
}

a:link,
a:visited
{
	color:			#9fa01c;
	text-decoration:	none;
}

a:hover,
a:active
{
	text-decoration:	underline;
}

img
{
	border-style:		none;
}

h1
{
	display:		none;
}

form
{
	display:		inline;		/* IE */
}

p
{
	padding:		0px;
	margin-top:		1em;
	margin-bottom:		1em;
}

ul
{
	list-style-type:	square;
}

.float_left
{
	clear:			left;
	float:			left;
}

.float_right
{
	clear:			right;
	float:			right;
}

.align_left
{
	text-align:		left;
}

.align_right
{
	text-align:		right;
}

.align_center
{
	text-align:		center;
}

.align_justify
{
	text-align:		justify;
}

.allcaps
{
	text-transform:		uppercase;
}

input.input-text
{
	color:			#343a58;
	background-color:	#ffffff;
	border:			1px solid #343a58;
}

input.error { border: 1px dotted red; }

input.input-submit
{
}

input.add-to-cart
{
	width:			55px;
	height:			28px;
	background-image:	url("../img/buy_button.png");
	background-position:	top left;
	background-repeat:	no-repeat;
	border:			1px solid green;
	text-indent:		-10000px;	/* hide text */
}

a.button:link,
a.button:visited,
a.button:hover,
a.button:active
{
	display:		block;
	width:			142px;
	height:			29px;
	color:			#ffffff;
	background-image:	url("../img/blue_button_bg.png");
	background-position:	left top;
	background-repeat:	no-repeat;
	line-height:		25px;
	text-align:		center;
	text-decoration:	none;
	font-size:		14px;
	font-weight:		bold;
}

a.button:hover,
a.button:active
{
	position:		relative;
	left:			1px;
	top:			1px;
}

a.greenbutton:link,
a.greenbutton:visited,
a.greenbutton:hover,
a.greenbutton:active
{
	background-image:	url("../img/green_button_bg.png");
}

div#content a.greenbuttonxl:link,
div#content a.greenbuttonxl:visited,
div#content a.greenbuttonxl:hover,
div#content a.greenbuttonxl:active
{
	background-image:	url("../img/green2_button_bg.png");
	width:			152px;
}
div#header
{
	height:			20px;
	padding-left:		20px;
	padding-right:		20px;
	padding-top:		5px;
	color:			#ffffff;
	background-color:	#9b9c11;
	text-align:		right;
	font-size:		14px;
	font-weight:		bold;
}

div#header div#nav
{
	float:			left;
}

div#header div#nav a:link,
div#header div#nav a:visited
{
	color:			#ffffff;
}

div#header div#nav a:hover,
div#header div#nav a:active
{
	text-decoration:	underline;
}
div#shopheader
{
	background:		url(../img/shop_header.jpg) top left no-repeat;
	height:			300px;
	margin-bottom:	10px;
	width: 			100%;
	float:			left;
}
div#shopheader
{
font-size: 14px;
font-weight:bold;
color:			#ffffff;
}
div#shopheader ul
{
list-style-type: none;
}

div#shopheader li
{
background: transparent url(../img/bullet_shop.png) no-repeat scroll left center;
padding-left: 14px;

margin-top:10px;
}
div#shopheadline
{
margin: 20px 0 0 34px;
height: auto;
width: 150px;
}

div#shopheader ul#shopnav a:link,
div#shopheader ul#shopnav a:visited,
div#shopheader ul#shopnav a:hover,
div#shopheader ul#shopnav a:active,
div#shopheade div#shopheadline
{
	color:			#ffffff;
	font-weight:	bold;
}

div#adwidget
{
	width: 				254px;
	min-height: 		354px;
	float:				right;
	margin: 			16px 5px 0 20px;
	background-color: 	#dfdfd2;
}

div#adwidget h2
{
	width: 				228px;
	min-height: 		46px;
	background-color: 	#cdcdc3;
	margin: 			12px auto 12px 12px;
	font-size:			26px;
	color:				#FFFFFF;
	line-height: 	    46px;
	text-align: 		center;
}
div#adwidget p
{
	margin: 			0 4px 8px 30px;
	float:				left;
}

div#adwidget a
{
	font-weight:		bold;
}

.small,
.smallbold
{
	margin:0;
	font-size:		11px;
}
.smallbold
{
	font-weight:	bold;
}


div#content
{
	overflow:		auto;
	padding:		20px;
}

div#content_shop div.separator
{
	height: 		18px;
	width: 			98%;
	display:		block;
	border-bottom: 	2px solid #9B9C11;
	margin: 		0 4px 0px 4px;
	padding:		2px 10px 0 0;
	font-size: 		14px;
	font-weight:	bold;
	clear:			both;
}
div#content_shop a.top
{
	display:	block;
	float:		right;
}

div#steps
{
	height:			29px;
	color:			#ccc59e;
	background-color:	#e7e5da;
	background-image:	url("../img/labelbox_right_bg.png");
	background-position:	right top;
	background-repeat:	no-repeat;
	line-height:		29px;
	font-size:		13px;
	font-weight:		bold;
}

div#steps div#steps-head
{
	float:			left;
	width:			10px;
	height:			29px;
	background-image:	url("../img/labelbox_left_bg.png");
	background-position:	left top;
	background-repeat:	no-repeat;
}

div#steps div
{
	float:			left;
	padding-right:		15px;
}

div#steps div span
{
	line-height:		17px;
	font-size:		17px;
}

div#steps div.current
{
	color:			#9b9c11;
}

div.infobox
{
	clear:			left;
	float:			left;
	width:			161px;
	margin-top:		20px;
	padding-left:		12px;
	padding-right:		12px;
	padding-bottom:		12px;
	background-color:	#e7e5da;
	background-image:	url("../img/infobox_bottom_bg.png");
	background-position:	left bottom;
	background-repeat:	no-repeat;
	text-align:		justify;
	font-size:		11px;
}

div.infobox div.infobox-head
{
	width:			185px;
	height:			12px;
	margin-left:		-12px;
	background-image:	url("../img/infobox_top_bg.png");
	background-position:	left bottom;
	background-repeat:	no-repeat;
}


div.infobox2
{
	background-color:	#d5d69c;
	background-image:	url("../img/infobox2_bottom_bg.png");
}

div.infobox2 div.infobox-head
{
	background-image:	url("../img/infobox2_top_bg.png");
}

div.labelbox
{
	height:			29px;
	margin-left:		215px;
	margin-top:		20px;
	padding-right:		15px;
	background-color:	#e7e5da;
	background-image:	url("../img/labelbox_right_bg.png");
	background-position:	right top;
	background-repeat:	no-repeat;
	line-height:		29px;
	text-align:		right;
}

div.labelbox div,
div.labelbox label
{
position:absolute;
display:block;
height:30px;
	padding-left:		15px;
	background-image:	url("../img/labelbox_left_bg.png");
	background-position:	left top;
	background-repeat:	no-repeat;
	text-align:		left;
}

div.labelbox2
{
	background-color:	#d5d69c;
	background-image:	url("../img/labelbox2_right_bg.png");
	font-weight:		bold;
}

div.labelbox2 div
{
	background-image:	url("../img/labelbox2_left_bg.png");
}





/* --- Artikelansicht ------------------------------------------------------ */

div.article-content
{
	height:			520px;
	height:			460px;
}

div.article-content img#image
{
	float:			left;
}

div.article-content div#player
{
	clear:			left;
	float:			left;
	width:			185px;
	height:			138px;
	margin-top:		20px;

}

div.article-content div#description
{
	margin-left:		215px;
}

div.article-content div#description h3
{
	font-size:		15px;
}

div.article-content div#description p
{
}

div.article-content table
{
	margin-top:		20px;
	border-collapse:	collapse;
}

div.article-content table thead tr th
{
	background-color:	#ffffff;
	border:			2px solid #ffffff;
}

div.article-content table tbody tr td
{
	background-color:	#f0f0f0;
	border:			2px solid #ffffff;
}

div.article-content table thead tr th
{
	text-align:		left;
	font-weight:		bold;
}

div.article-content table thead tr th.price,
div.article-content table tbody tr td.price
{
	text-align:		right;
}

div.article-content table thead tr th.count,
div.article-content table tbody tr td.count
{
	text-align:		right;
}

div.article-content table tbody tr td.count input
{
	width:			4em;
	text-align:		right;
}

/* --- Warenkorb ----------------------------------------------------------- */

div.cart-content
{

}





table#cart
{
	width:			100%;
	margin-top:		20px;
	border-collapse:	collapse;
	border-bottom:		2px solid #d5d69c;
}

table#cart thead tr th
{
	margin:			0px;
	padding:		0px;
	padding-bottom:		5px;
	border-bottom:		2px solid #d5d69c;
	color:			#7b7c11;
	text-align:		left;
	font-weight:		normal;
}

table#cart thead tr th.count
{
	width:			5em;
	text-align:		center;
}

table#cart tbody tr td
{
	margin:			0px;
	padding:		0px;
	padding-top:		5px;
	padding-bottom:		5px;
	color:			#9b9c11;
	font-weight:		bold;
}

table#cart tbody tr td.count
{
	padding-right:		1em;
	line-height:		24px;
	text-align:		right;
}

table#cart tbody tr td.count img
{
	display:		block;
	clear:			right;
	float:			right;
	width:			12px;
	height:			12px;
	margin-left:		5px;
}

table#cart thead tr th.sum
{
	padding-right:		1em;
	text-align:		right;
}

table#cart tbody tr td.sum
{
	padding-right:		1em;
	text-align:		right;
}

div.cart-content div.labelbox
{
margin-bottom:-10px;
}

div.cart-content .button
{
	float:			right;
	margin-right:		20px;
	margin-top:		30px;
}

/* --- Addressdaten -------------------------------------------------------- */

div.cart-form table.form
{
	margin-left:		225px;
	margin-top:		20px;

}

div.cart-form table.form label
{
	display:		block;
padding-top:5px;
padding-bottom:5px;

}

div.cart-form table.form label.error {
	color:	#ff0000 !important;
}

div.cart-form table.form input.input-text,
div.cart-form table.form select
{
width:200px;
}

div.cart-form table.form div#zip
{
float:left;
width:50px;
}

div.cart-form table.form div#zip *
{
width:50px;
}

div.cart-form table.form div#city
{
float:left;
margin-left:5px;
}

div.cart-form table.form div#city *
{
width:145px;
}

div.cart-form .button
{
	float:			right;
	margin-right:		20px;
	margin-top:		30px;
}

/* --- Bestellen ----------------------------------------------------------- */

div.order-content
{
}

div.order-content table#order
{
width:400px;
	margin-left:		225px;
	margin-top:		20px;
}

div.order-content table#order th,
div.order-content table#order td
{
	padding-left:		20px;
	padding-top:		2px;
	padding-bottom:		2px;
	font-size:		10px;
}

div.order-content table#order tr.head th
{
	padding-left:		0px;
	padding-top:		10px;
	text-align:		left;
	font-size:		11px;
}

div.order-content table#order tr.head td
{
	padding-top:		10px;
}

div.order-content .button
{
	float:			right;
	margin-right:		20px;
	margin-top:		30px;
}

/* --- Besteaetigung ------------------------------------------------------- */

div.ack-content
{
}

div.ack-content h4,
div.ack-content p
{
	margin-left:	225px;
	font-size:		11px;
}

div.ack-content p label
{
	float:			left;
}

div.ack-content p select
{
	float:			right;
}

div.ack-content .button
{
	clear:			both;
	float:			right;
	margin-top:		20px;
}

/* --- Footer -------------------------------------------------------------- */

div#footer
{
}

div#footer h3
{
	margin:			0px;
	padding-left:		20px;
	padding-right:		20px;
	padding-top:		5px;
	padding-bottom:		5px;
	color:			#ffffff;
	background-color:	#9b9c11;
	font-size:		14px;
	font-weight:		bold;
}
/*
div#footer img
{
	width:			100px;
	height:			90px;
	margin-left:		50px;
	margin-top:		20px;
}
*/

