 
td.shop-itemlist-stripe-bright,
td.shop-itemlist-stripe-dark{

}

table#shop-itemlist {
    border-spacing: 0px;
}

table#shop-itemlist td {
    text-align: left;
    vertical-align: middle;
    border: 0px;
    border-top: 1px solid #e0e0e0;
    padding: 0.1em 0.5em;
}


table#shop-itemlist th {;
    font-weight: bold;
    acolor: #6C6C9A;
    text-align: left;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 5px solid white;    
}

table#shop-itemlist th.right{;
	text-align:right;    
}

table#shop-itemlist th.shop {
    text-align: left;
}
table#shop-itemlist tr.odd {
    background: #F6F6F6;
}


#shop-itemlist div.product-name{
	font-size: 12px;
	font-weight: bold;
	padding:4px;
	margin: 8px 4px 0px 0px;
}
#shop-itemlist div.product-descr{
	padding:4px;
	float:left;	
}

#shop-itemlist div.netto,div.brutto{
	margin:8px;
	font-size: 12px;
	white-space: nowrap; 
}
#shop-itemlist span.netto-txt,span.brutto-txt{
	font-weight: bold;
	font-size:10px;
}
#shop-itemlist div.netto{
	color:#8c8c8c;
}

#shop-add-to{
	background:url(../images/addToBasket.png) no-repeat 100% 100%;
}

#shop-order-form td,th{
	text-align:  left;
}


table#categories-container{
	width:100%
}

table#categories-container td{
	text-align: center;
}

table#categories-container div.name{
	text-align: center;
	font-size: 12px;
	margin: 10px;
}

table#categories-container img{
	border: 2px dotted #f57215;
}

div.basket-empty-indicator{
	margin: 30px 40px;
	font-size: 14px;	
}


#shop-order-form{
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

table#shop-order-form  td{
	border:0px;
	width: 250px;
	padding: 10px 10px 0px 0px;
}

table#shop-order-form  td.title{
	font-size: 12px;
	font-weight:bold;
	color: #909090;
	padding: 20px 10px 5px 0px;
}



#shop-order-form input{
	width:100%;
}

#shop-order-form li{
	list-style: none;
	display: inline;
	margin:0px;
	paddin:0px;
}

#shop-order-form ul.radio_list{
	margin-left: 0px;
	paddin:0px;
}

#shop-order-form ul.radio_list input.radio{
	width:20px;
}

#shop-order-form ul.error_list{
	color: red;
	background-color: #ffdddd;
	border: 1px solid red;
	margin:0px;
	margin-right: -2px;
}


#order-parameters-container,
#order-container{
	border:1px solid #d0d0d0;
	padding:20px;
	position:relative;
	float:left;
	width:40%;
	margin-top:15px;
}

#order-parameters-container{	
}

#order-container{
	margin-left:26px;
}


#shop-itemlist-container td.money{
	text-align: right;
}


table#sum-container tr.netto>td{
	font-size: 8px;
	
}


div#shop-order-thankyou{
	font-size: 16px;
	text-align: center;
	margin-top:50px;
}

#basket-info{
	padding: 0px 15px;
}

#basket-info div.delivery-info,
	div.payment-info{
	border:1px solid #d0d0d0;
	padding:20px;
	position:relative;
	float:left;
	width:40%;
	margin-top:15px;
}


#basket-info div.delivery-info{
	margin-left: 26px;
}

#basket-info div{
	margin-bottom:10px;
}
#basket-info li{
	list-style: none;
}

table#shop-itemlist-details td{
	border:0px;
	text-align: right;
	font-size: 14px;
}


#shop-itemlist-container{
	margin-top:10px;
}

#shop-itemlist-container td.details{
	border:0px;
	text-align: right;
	font-size: 14px;
}

div.howToOrder-bar{
	background-color:#eaeaea;
	border-bottom: 2px solid #cfcfcf;
	border-top: 2px solid #cfcfcf;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;	
}

a.corect-button{
	font-size: 14px;
	text-decoration: none;
	margin-left: 5px;
	margin-bottom: -2px;
	white-space: nowrap;
}

