@charset "utf-8";
/* CSS Document */

/* Shop */


/*
#hidecart {
	display: none;
}
in der html, da scriptucolious fehler mit display:none in css hat
*/

#cart {
	border: 1px dashed #333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	width: 786px;

}

#cart.hidden {
	display: none;
}

#cart a.hidden {
	display: none;
}

#cart.checkout button{
	display: none;
}

#buy {
	display: block;
	float: right;
	
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #FA4500;
}

#buy button {
	display: block;
}

#shop ul#shoptabs {
	float: left;
	background: #FA4500;
	
	margin: 0;
	padding: 4px 0px 2px 0px;
}

.borderradius #shop ul#shoptabs {	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft:18px;	
	
    -webkit-border-radius-topleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
    	
	border-radius-topleft: 3px;
	border-radius-bottomleft: 3px;
}


#shop ul#shoptabs li{
	list-style-image: none;
	list-style: none;
}

#shop ul#shoptabs li a{
	display: block;

	height: 50px;
	width: 150px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 20px;
	line-height: 50px;


	position: relative;
	left: 3px;

	font-size: 1.7em;
	text-decoration: none;
	vertical-align: middle;
	color: #333;
	
	background: #FBBDA4;
}

.borderradius #shop ul#shoptabs li a {	
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;	
	
    -webkit-border-radius-topleft: 6px;
	-webkit-border-radius-bottomleft: 6px;
    	
	border-radius-topleft: 6px;
	border-radius-bottomleft: 6px;
}

#shop ul#shoptabs li.chosen a, #shop ul#shoptabs li a:hover{
	margin-left: 25px;
	padding-right: 0px;
	position: relative;
	left: 4px;
}

#shop ul#shoptabs li.chosen a{
	color: #FA4500;
	background: #FFF;
}

#shop ul#shoptabs li a:hover{
	color: #333;
	background: #FFF;
}

#shop .display {
	width: 620px;
	min-height: 260px;
	
	padding: 10px;
	
	float: left;
	
	/* display: none; in der html, da scriptucolious fehler mit display:none in css hat */
	border: 4px solid #FA4500;
	
}
.borderradius #shop .display {
    -moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;}

    -webkit-border-radius-topright: 3px;
	-webkit-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomleft: 3px;
    
    border-radius-topright: 3px;
	border-radius-bottomright: 3px;
	border-radius-bottomleft: 3px;
}

#shop .display.hidden {
	display: none;
}

.product {
	width: 135px;
	min-height: 205px;
	
	float: left;
	
	margin: 1px;
	padding: 5px;
	
	border: 1px solid #333;
	
	text-align: center;
	color: #333;
}

.borderradius .pruduct {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.product img{
	display: block;
	margin-left: 20px;
	margin-bottom: 6px;
	
	max-width: 100px;
	max-height: 100px;
}

.product span{
	display: block;
	margin: 2px;
}

#shop .product h3 {
	text-align: inherit;
	
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}

.product span.description {	
	color: #777;
	font-size: 0.8em;
	font-style: italic;
}

.product span.porto {
	float: left;
	
	font-size: 0.9em;
	text-align: left;
	color: #666;
}

.product span.price {
	float: right;
	margin-right: 0px;
	
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	color: #FA4500;
}

.product a.cart {
	display: block;
	clear: both;
	
	font-size: 0.9em;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
	
	border: 1px solid #FA4500;
	
	padding: 6px 4px 6px 4px;
}

.borderradius .pruduct a.cart {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.product a.cart:hover{
	border-color: #333;
	color: #FFF;
	background: #FA4500;
}

.article ul#bill {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#bill li {
	font-size: 1.2em;
	display: block;
	margin-bottom: 4px;
}

#bill li var{
	display: block;
	float: right;
	width: 20px;
	height: 16px;
	font-style: normal;
}

#bill li.summ {
	border-bottom: 2px dashed #FA4500;
	color: #FA4500;
	height: 16px;
	padding-bottom: 4px;
}

#bill li#porto, #bill li#taxes {
	color: #555;
	border-color: #555;
	border-width: 1px;
	font-size: 0.9em;
}

#bill li#porto {
	font-style: italic;
}

#bill li#brutto {
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.8em;
	padding-bottom: 10px;
	border-bottom: 3px double #FA4500;
}

#product-list {
	max-height: 150px;
	overflow: auto;
	border: 1px solid #666;
}

#product-list li{
	font-size: 0.7em;
	display: list-item;
	color: #333;
	border: none;
	border-bottom: 1px dotted #EEE;
}

#checkout {
	width: 600px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}

#checkout p {
	text-align: justify;
	font-variant: small-caps;
	margin: 0px 0px 6px 0px;
	border: 1px dotted #FA4500;
	padding: 10px;
}

.borderradius checkout p {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#checkout p.important {
	background: #FBBDA4;
}

#checkout p.info {
	color: #FA4500;
	text-align: center;
	font-size: 0.9em;
}

#checkout p input, #checkout p textarea {
	float: right;
	vertical-align: middle;
	width: 480px;
}

#ie #checkout p input{
	position: relative;
	bottom: 28px;
	right: 5px;
}

#ie #checkout p textarea {
	float: none;
}

#checkout input {
	margin-left: auto;
	margin-right: auto;
}