/* Lista produktów w grupie *********************************************/
.offer-group table
{
	width: 95%;
}

.offer-group table th
{
	padding: 12px;
	
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	
	border-bottom: 1px solid #65161a;
	
	background: #882026;
}

.offer-group table tr td
{
	padding: 5px;
}

.offer-group table tr.odd td
{
	background: #802329;
}

.offer-group table tr.even td
{
	background: #892d33;
}

.offer-group table tr.odd td.even
{
	background: #722025;
}

.offer-group table tr.even td.even
{
	background: #7c2a2f;
}

.offer-group table tr td img
{
	float: left;
	margin-right: 5px;
}

.offer-group table tr td.name
{
	width: 280px;
}

.offer-group table tr td.dimensionsrange
{
	width: 100px;
}

.offer-group table tr td.image
{
	width: 40px;
}

.offer-group table td.more
{
	width: 60px;
}

.offer-group table td.more a
{
	font-size: 10px;
}

/* Detale ***************************************************************/
.offer-details div.photo
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.offer-details div.description
{
}


