.item .thincolumn
{
	width: 21%;
	border-left: 1px solid #DCDCDC;
	display: inline-block;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}

.item .widecolumn
{
	width: 48%;
	border-left: 1px solid #DCDCDC;
	display: inline-block;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}

.item .widecolumn img.mainimage
{
	max-width: 100%;
	max-height: 100%;
}
.item .widecolumn img.subimage
{
	max-width: 50%;
	max-height: 50%;
	float: left;
	display: inline-block;
}
.item .widecolumn img.subimage:nth-child(2n)
{
	clear: both;
}

.item .thincolumn h1
{
	color: #545454;
	font-weight: normal;
	font-size: 22px;
}

.item .thincolumn hr
{
	border: 0;
	border-bottom: 1px #DCDCDC dotted;
}

.item .thincolumn img
{
	max-width: 100%;
}

.item ul
{
	padding-left: 1.5em;
}

.item li
{
	float: none;
	list-style: url("/images/bullet.png");
	margin-bottom: 0.5em;
	font-size: 11px;
}

.losenge
{
	display: inline-block;
	width: 6em;
	height: 1.2em;
	border-radius: 0.6em;
	margin-right: 1em;
}

.topcategory
{
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: "helvetica", "arial", sans-serif
}

.breadcrumb
{
	display: inline-block;
	float: right;
	color: #A5A5A5;
}

.breadcrumb a
{
	color: #A5A5A5;
	padding: 0 0.5em;
	text-decoration: none;
	font-family: "verdana", "helvetica", "arial", sans-serif;
}

.breadcrumb a.lastcrumb
{
	color: #505050;
}

.productarea2
{
	display: inline-block;
	vertical-align: top;
}

.productarea2 a
{
	display: block;
	width: 165px;
	height: 220px;
	margin: 0 5px;
	vertical-align: top;
	font-family: "verdana", "helvetica", "arial", sans-serif;
	color: #AF0531;
	text-decoration: none;
}

.productarea2 .image
{
	width: 155px;
	height: 155px;
	padding: 5px 5px;
	border: 1px solid #E0E0E0;
	display: block;
}

.productarea2 .image img
{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	position: relative;
}

.productarea2 .label
{
	display: block;
	font-size: 11px;
	padding: 7px 0;
	min-height: 36px;
}

.spacer2
{
	width: 100%;
	height: 10px;
	display: block;
	clear: both;
}

table.versions
{
	width: 100%;
	border-spacing: 0;
	font-size: 0.8em;
	font-family: "verdana";
}

table.versions thead
{
	color: #575757;
}

table.versions thead th
{
  text-align: left;
	border-bottom: 1px solid #A5A5A5;
	font-weight: normal;
	width: 1%;
}

table.versions thead th:first-child
{
	padding-left: 0.6em;
}

table.versions tbody
{
	color: #474747;
}

table.versions tbody tr
{
	background: #DCDCDC;
}

table.versions tbody tr:nth-child(2n)
{
	background: #EDEDED;
	color: #373737;
}

table.versions tbody tr td:first-child
{
	font-weight: bold;
	padding-left: 0.6em;
}

table.versions td
{
	padding: 0.4em 0;
}

table.options
{
	margin-top: 1.5em;
	width: 100%;
	border-spacing: 0;
	color: #373737;
	font-family: "verdana";
	font-size: 0.8em;
}

table.options td
{
	width: 32%;
	padding: 0.4em 0;
}

table.options tr
{
	background: #C4EEDF;
}

table.options tr:nth-child(2n)
{
	background: #EEC4CD;
}

table.options tbody tr td:first-child
{
	padding-left: 0.6em;
}