/* Details
--------------------------------------------------*/

	div#description {
		margin-bottom: 1em;
	}

	ul#details {
		font-size: 0.9em;
	}

/* Filters
--------------------------------------------------*/

	form#filters {
		background-color: #f5f5f5;
		border: 1px solid #e8e8e8;
		padding: 5px 5px 5px 5px;
	}

/* Variation
--------------------------------------------------*/

	div#variation {
		border: 1px solid #e8e8e8;
		padding: 7px 10px 10px 10px;
		background-color: #f5f5f5;
		zoom: 1;
		margin: 0 0 0.8em 0;
	}

/* Variations
--------------------------------------------------*/

	table#variations {
		font-size: 0.9em;
	}
	
	table#variations td {
	}
	
	table#variations thead td a {
		font-weight: bold;
		color: #000000;
	}

	table#variations col#code {
		width: 60px;
	}
	
	table#variations col#buy {
		width: 70px;
	}

	table#variations td.option {
		white-space: nowrap;
		padding-right: .5em;
	}

	table#variations td.price {
		text-align: right;
		white-space: nowrap;
		width: 6em;
	}

	table#variations td.buy {
		text-align: right;
		width: 5em;
	}

	table#variations td.buy a {
		color: #0b4db1;	
	}

	table#variations tbody a {
		text-decoration: none;
		color:#000000;		
	}

	table#variations tbody tr {
		cursor: pointer;
	}

	table#variations tbody tr:hover a {
		text-decoration: underline;		
	}
	
	table#variations tbody tr:hover td.buy a {
		color: #FF0000;
	}
	
/* Basket
--------------------------------------------------*/

	form#basket {
		border: 1px solid #e8e8e8;
		background-color: #ffffff;
		float: right;
		padding: 5px;
		clear: right;
		margin: 0;
	}
	
	form#basket fieldset {
		float: left;
	}
	
	form#basket input {
		text-align: center;
	}
	
	form#basket input.text {
		width: 40px;
	}
	
/* Price
--------------------------------------------------*/

	p#price {
		float: right;
		color: #0b4db1;
		line-height: 1.1;
		text-align: right;
	}

	span.price {
		font-weight: bold;
		font-size: 1.5em;
		letter-spacing: -0.05em;
	}

	span.vat {
		font-size: 0.9em;
	}


