/*
	css file for the categories's page 
	when no category has been selected yet 
*/

/**
	Disclaimer:
	
	This code is property of Christian Schlüssel - cschluessel@hotmail.com 
	and Klaus Köpfer - info@internet-service-breisgau.de
	
	Any modification or redistribution of this code 
	or violation of Licence agreement will be prosecuted 
	and fined with a minmum of 10.000 euros.
	
	If you wish to use this code for your application please 
	contact the owners.
	
 */
@import url('incl.css');
 
.ito-warn {
	border:1px solid orange;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: plain;
	text-decoration:none;
	color:#666;
	padding:5px;
	width:450px;
	margin-bottom:15px;
}


.ito-catheader {
	float: left;
	margin-top:5px;
	margin-bottom:15px;
}

.ito-catlist {
	margin-bottom:15px;
}

.ito-catimage {
	float: left;
	margin-right: 20px;
}

.ito-catbtn {
	float: left;
	margin-right: 13px;
}

.ito-cattitle {
	font-size:18px;
	text-decoration: none;
}
a.ito-cattitle:hover {
	font-size:18px;
	text-decoration: none;
}
.ito-catdesc {
	float: left;
	width: 250px;
}

.ito-all-products {
	margin-top:10px;
}
.tselect {
	width:20.5em;
	height: 2.0em;
}

.ito-product-brut {
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

.ito-product-shipping {
	margin-bottom:10px;
}

.ito-product-weight {
}

.ito-product-date {
	width:450px;
	float:clear;
}

.ito-product-date-part {
	width:220px;
	display:inline;
}

.ito-product-order {
	margin-top:10px;
	font-weight:bold;
}

.ito-two-cols-left {
	float:left;
	text-align: left;
}

.ito-two-cols-right {
	margin-left:100px;
	display:inline;
	float:left;	
}

.ito-adresses {
	border:1px solid #ccc;
	display:inline;
	float:left;	
}

.ito-adresses-invoice {
	float:left;	
	width:150px;
}

.ito-adresses-shipping {
	float:left;	
	width:150px;
	margin-left:122px;
}

.ito-basketrow-odd {
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: plain;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	margin-top:5px;
}

.ito-basketrow-even {
	background-color:#ffc;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: plain;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	margin-top:5px;
}

.ito-basket-total {
	background-color:#ddd;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: plain;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	margin-top:5px;
}

.ito-basket-header {
	/*border:1px solid orange;*/
	background-color:#ddd;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: plain;
	text-decoration:none;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
	padding-right:5px;
	color:#666;
}

.ito-product-tax {
}

.ito-txt-input {
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-weight: plain;
	font-size:11px;
	color:#666;
	width: 20.5em;
	height: 1.9em;	
}

.ito-txt-input-count {
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-weight: plain;
	font-size:11px;
	color:#666;
	width: 3.5em;
	height: 1.9em;	
}

