/* CSS Document */

#newProducts
	{
		width: 792px;
		float: left;
		height: 150px;
		padding-left: 6px;
		overflow: hidden;
	}

#newProducts .newCasette
	{
		width: 262px;
		height: 150px;
		float: right;
		background: url("/skin/Soniq/images/newprod_1.png") no-repeat;
		overflow: hidden;
		margin-left: 1px;
	}

.newCasette .newImage
	{
		float: left;
		margin: 30px 0 0 10px;
	}

.newCasette .IconLabel
	{
		float: right;
		width: 127px;
		margin-top: 40px;
		margin-right: 3px;
	}

.newCasette .newActions
	{
		float: left;
		width: 265px;
		height: 25px;
		overflow: hidden;
	}

.newCasette .newActions IMG
	{
		float: left;
		display: block;
		border: 0;
	}
.newCasette .IconLabel .productTeaser
	{
		font-size: 11px;
		height: 20px;
		margin: 0 0 15px 3px;
		color:#666666
	}
#commercial
	{
		float: left;
		width: 800px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
#commercial2
	{
		width: 300px;
		float: right;
		height: auto;
	}
	
#commercial IMG	{ display: block;  float: left;}
#commercial2 IMG { display: block; float: right;}

.boxPromo, .boxClearance
	{
		margin:0;
		float: left;
		margin:5px;
	}

#promoProducts, #clearanceProducts
	{
		width: 635px;
		float: left;
		margin-top:10px;
		overflow: hidden;
		margin-left:4px;
	}

.boxPromo .productName, .boxClearance .productName
	{
		height: 35px;
		float: left;
		margin-top: 30px;
		position: relative;
		text-align: center;
	}


.thumb a img 
	{
		float: left;
	}
	
.newPrice, .oldPrice
	{
		font-size: 14px;
	}

#adColumn {
	margin-top:0;
	margin-right:25px;
}

.relativeTeaser {
	position: relative;
	top: 24px;
	left: -127px;
	width: 245px;
}