/** Module-Stylesheet*/

/** Infobox - for errormessages, etc. */

.infobox {
	margin:5px;
	text-align:center;
	border: 1px solid;
	background:orange;
	padding:5px;
}

.infobox_message {
	font-weight:bold;
	margin:5px;
	margin-bottom: 10px;
	text-align:center;
	border: 1px solid;
	background:whitesmoke;
	padding:5px;
}

.infobox_critical {
	margin:5px;
	text-align:center;
	border: 1px solid;
	background:red;
	padding:5px;
}

/** Module: "Login" schnuffi_template/module/login.html */

#leftlogin {
	width:250px;
	padding-right: 10px;
}

#rightlogin {
	width: 263px;
	border-left: 1px solid #999999;
	padding: 10px;
	padding-top:0px;
}

/**Module: "Merkliste"*/

.wish_wrap {
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
	}

.wish_product {
	float:right;
	width:300px;
}

.wish_price {
	float:right;
	width:100px;
}

.wish_image {
	padding: 5px;
	float:left;
}

/*Module: "Product Navigator" - no real module, just used by productview*/

.navigator_small {
	text-align:center;
	font-size:10px;
}

.navleft {
	width:30%;
	float:left;
}

.navright {
	width:70%;
	float:right;
}

/*Module: "Produktinformationen" schnuffi_template/module/product_info/product_info_v1.html*/

.rightproductpanning {
	width:316px;
	float:right;
	padding:5px;
	border-left: 1px solid grey;
}

.leftproductpanning {
	float:left;
}

#intocart {
	width:17%;
	border:none;
	padding-top: 40px;
}

.vertmiddle {
	vertical-align:middle;
}

h1.product {
	font-size: 14px;
}

.productdesc {
	margin-top:70px;
	clear:both;
}

.productdesc p {
text-align:justify;
}

.productdesc dl {
margin:0px;
margin-bottom:10px;
padding:0px;
width:270px;
}

dt {
font-weight:bold;
width:32%;
}

.productdesc dd {
width:68%;
}

.productdesc dt, .productdesc dd {
border-top:1px solid #CCCCCC;
float:left;
line-height:1.7em;
margin:0pt;
padding:5px 0pt;
}

/*Module: "Account-Übersicht" schnuffi_template/module/account.html*/

#lefttitle {
	font-size:13px;
	font-weight:bold;
}

#leftbox {
	width:40%;
}

#rightbuttons {
	width:55%;
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
}

#rightbuttons div {
	margin: 5px;
}

/*Module: "Adressbuch" schnuffi_template/module/address_book.html*/

#address div {
	width:21%;
	margin:1%;
}

.standard_address {
	font-weight:bold;
	font-size: 13px;
	margin:5px;
}

/* Module: "Kontaktformular"	*/

.contact_zeile {
  clear: both;
  padding: 2px 0px;
}

.contact_label {
  float: left;
  width: 100px;
  text-align: right;
  padding-top: 5px;
  padding-right: 5px;
}

.contact_feld {
  float: right;
  width: 200px;
  text-align: left;
} 

.contact_button {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.contact_input_breite {
  width: 300px;
}

.contact_box {
  width: 400px;
}


/* Module: "Bestellungshistorie_info" */

#delivery, #deliverylabel, #billing, #billinglabel {
	width:25%;
}

.leftcell {
	float:left;
	width:23%;
	margin-left:2%;
	font-size:10px;
}

.topline {
	border-top:1px solid #000000;
}

/* Module: "Passwort ändern" */

.inputfield label {
	margin-right: 30px;
	font-weight:bold;
	display:block;
	width:130px;
}

/* Module: "Newsletter" */

#safety_one, #safety_two, #captchaEmail {
	width: 130px;
	margin: 5px;
}

#captcha, #captchainput, #emailInputCaptcha {
	margin: 5px;
}

#captchainput input, #emailInputCaptcha input {
	width: 235px;
}	

/* Modulecomplex: "checkout" (Kasse) */

.stepleft {
	float:left;
	width:23%;
	margin-left: 5px;
	margin-right: 5px;
	background: #6E8494;
	height:17px;
	padding-top: 3px;
	text-align:center;
}

.stepleft_active {
	float:left;
	width: 23%;
	margin-left:5px;
	margin-right: 5px;
	height:17px;
	padding-top: 3px;
	text-align:center;
}

.titlestep {
	border-bottom:1px solid #AEAEAE;
	margin-bottom:5px;
}

.steptext {
	margin:5px;
}

/* Module: "Reviews" */

.reviewbox {
	margin:5px;
	margin-bottom: 15px;
	padding:5px;
	border:1px solid #AEAEAE; 
}

.reviewbox img	{
	margin: 2px;
}


.reviewbox h1 {
	font-size:13px;
}

.reviewbox dl {
	margin:0px;
	margin-bottom:0px;
	padding:5px;
}

.reviewbox dt {
	font-weight:bold;
	width:150px;
}

.reviewbox dd {
	width:350px;
	display:inline;
}

.reviewbox dt, .reviewbox dd {
	border-top:1px solid #AEAEAE;
	float:left;
	line-height:1.7em;
	margin:0pt;
	padding:5px 0pt;
}

.rating {
	font-size:10px;
}

/*Module: "Reviews Write Comment*/


div#ratingtext {
	margin-left: 35px;
	margin-right: 35px;
	padding: 2px;
	background-color: #EEEEEE;
	border: 1px dashed;
}

div.commentboxes, #outer_review_box {
	padding: 5px;
	border: 1px solid;
	border-color: #AEAEAE;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

#countreviews {
	text-align: center;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	clear:right;
	margin-top: 50px;
}

#author, #rating {
	padding: 5px;
	border-bottom: 1px dotted grey;
}
#reviewtext {
	margin:5px;
	margin-left: 15px;
}

#writecomment {
	margin:0px;
	padding:2px;
	font-size: 9px;
	float: right;
	clear:right;
	margin-bottom:15px;
	border:1px solid;
	border-color: #CCCCCC;
	border-top: none;
}

.reviewlink:link, .reviewlink:hover, .reviewlink:visited {
	font-size:9px;
}

#writereview {
	clear:right;
	float:right;
}

div.commentboxes div.singleComment {
	font-weight: normal;
	font-size:11px;
	padding-left: 5px;
	background-color: #EEEEEE;
	padding:2px;
	margin:2px;
}

div.commentboxes .deny {
	font-weight: normal;
	color: red;
	font-size:12px;
	padding-left: 5px;
	padding:35px;;
	text-align: center;
}
   
.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align:top;
}

.nodisplay {
	display:none;
}

/*Modul: "Produkt Listing v1" */

.rightlisting {
	float:right;
	width:400px;
}

.leftlisting {
	float:left;
	border: 2px dotted #AEAEAE;
}

.leftlisting img {
	margin:5px;
	}

.listingbox {
	padding: 5px;
}

.rightlisting  h1 {
	font-size: 13px;
}

.rightlisting ul {
	list-style-image:none;
	list-style-type:none;
}

