/* CSS Document */

#theshop{
	margin			: 0 0 10em 0;
	padding			: 0;
	width: 625px; 	
}

#theshop div.shopbox{
	width			: 100%;
	clear			: both;
	padding			: .5em;
	margin			: 0;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}


#theshop div.shopboxgrey{
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	width			: 100%;
	clear			: both;
	padding			: .5em;
	margin			: 0;
}

#theshop div.alertshopbox{
	border			: 1px solid #f00;
	width			: 100%;
	padding			: .5em;
	margin			: 0;
	clear           : both;
}

#theshop p.alert {
 	margin: 5px 0 5px 0;
	color: #FF0000;
} 



#theshop .labeldescription h1{
	margin			: 0;
}

#theshop .labeldescription strong{
	margin			: 0 0 .2em 0;
	font-size		: 13px;
}

#theshop .checkboxproduct{
	float: left;
	width: 1.4em;
	margin: 10px 1em 0 0;
}
	
#theshop .number{
	margin: 6px 1em 0 1em;
}	
	
#theshop .preis{
	color: #D79B1B;
	font-size: 14px;
	font-weight: bold;
	float: right; 
	margin: 6px 1em 0 0;
}
	
#theshop input.anzahl{
	border			: 1px solid #999;
	background-color: #fff;
	font-size		: 100%;
	padding			: 1px 1px 1px 1px;
	margin			: 1px 0 1px 0;
	width			: 2em;
}
	
#theshop input.anzahl:focus{
	background-color: #fff;
	border			: 1px solid #FFAF0F;
}	


.lieferbar,
.liste,
.pdf,
.seiten	{
float: left;
	margin: 0 2em 0 0;
}



#theshop p{
 	margin: 0 0 .6em 5px;
} 	

#theshop div.alertbox{
	border			: 1px solid #f00;
	width			: 100%;
	padding			: 2px 0 2px 0;
	margin			: .3em 0px .3em 0px;
	background-color: #eee;
	clear           : both;
}


#theshop form{
	display			: inline;
} 

#theshop form fieldset{
	width			: 100%;
	padding			: .5em;
	margin 			: 1em 0 0 0;
	background-color: #E6E6E6;
	display: block;
	border			: 1px solid #fff;
}
	
#theshop form fieldset legend{
	letter-spacing: 1px;
}


#theshop form, 
#theshop input, 
#theshop form select, 
#theshop form textarea.tainput{
	margin			: 0;
	padding			: 0;
}
	
#theshop form div.box{
	width			: 100%;
	clear			: both;
	padding			: 0 0 0 0;
	margin			: 0 0 0 0;
	background-color: #E6E6E6;
	border: 1px solid #E6E6E6;
}


/* * */
#theshop form label span{
	position: absolute;
	left: -999em;
	}

#theshop form label.left{
    float			: left;
    text-align		: left;
    width			: 8em;
	padding			: 0;
    margin			: 3px 0 0 5px;
	/*line-height		: auto;*/
	/* border			: 1px solid #999; */
}
	
#theshop form label.leftbold{
	float           : left;
	width           : 8em;
    margin		    : 3px 0 0 5px;
	padding			: 0;
	font-weight		: bold;
}

#theshop form label.right{
    margin		    : 0;
	padding			: 0;
	height			: auto; 
	width           : 33em;  
}
	
#theshop form input.right{
    width           : auto;
    margin		    : 0 0 0 7em;
	padding			: 0;
}
	
#theshop form span.clear{
    clear          : both;
}

#theshop form label,
#theshop form select,
#theshop form input[type=checkbox],
#theshop form input[type=radio],
#theshop form input[type=button],
#theshop form input[type=submit]{
    cursor        	: pointer;
}

#theshop form div.alert{
	color			: #000;
	margin			: 0px 0px 5px 5px;
}

#theshop form div.alertbox{
	border			: 1px solid #f00;
	width			: 100%;
	padding			: 2px 0 2px 0;
	margin			: .3em 0px .3em 0px;
	background-color: #eee;
	clear           : both;
}

#theshop form input.tinput{
	border			: 1px solid #999;
	background-color: #fff;
	font-size		: 100%;
	padding			: 1px 1px 1px 1px;
	margin			: 1px 0 1px 0;
	width			: 40.5em;
}
	
#theshop form input.tinput:focus{
	background-color: #fff;
	border			: 1px solid #FFAF0F;
}
	
#theshop form select{
	border			: 1px solid #999;
	background-color: #fff;
	font-size		: 100%;
	padding			: 1px 1px 1px 1px;
	margin			: 1px 0px 1px 0px;
	width			: 40.8em;
	/*height			: 1.8em;*/
}
	

	
/* a div is needed soory */
#theshop form div.checkbox{
	padding			: 0;
    margin			: 3px 0 0 5px;
	/* border			: 1px solid #999; */
}

#theshop form label.checkboxlabel{
    width			: 30em;
	padding			: 0;
    margin			: 0 0 0 .5em;
	/*line-height		: auto;
	 border			: 1px solid #999; */
}

#theshop form label.lefttop{
	margin		    : 10px 5px 0px 5px;
	width			: 100%;
	display			: block;
}

#theshop form textarea.tainput{
	margin		    : 0px 5px 0px 5px;
	color			: #000;
	border			: 1px solid #999;
	background-color: #fff;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 100%;
	width			: 48.7em;
}

#theshop form textarea.tainput:focus{
	background-color: #fff;
	border			: 1px solid #FFAF0F;
}


	
#theshop form input.button{
	border			: 1px solid #000;
	font-size		: 100%;
	width			: auto;
	margin			: 0 5px 0 5px;
	padding			: 0 0.5em 0 0.5em;
	background-color: #fff;
	letter-spacing	: 1px;
}
	
#theshop form input.button:hover{
	border			: 1px solid #FFAF0F;
	background-color: #fff;
}

#theshop form input.button:focus{
	border			: 1px solid #FFAF0F;
	color			: #f90;
}


#preisliste tr td{
	border-bottom: 1px solid #000000;
	text-align: center;
}



table#preisliste{
   margin: 0 0 1em 0;
   border-collapse: separate;
   border-spacing: 0 0;
   width: 100%;
}

table#preisliste caption{
	 color: #223A10;
	 font-size: 13px;
	 margin: 0 0 0 0;
	 padding: 0;
	 font-weight: bold;
}

#fehlermeldung p {
       border			: 1px solid #f00;
	padding			: .5em;
	margin			: 0;
	}


