html, body
{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

a.lang {
	color: #7c7c7c;
	text-decoration: none;
}

a.lang:hover
{
	text-decoration: underline;
}

a.grey { color: #7c7c7c; }

a.selected
{
	color: #ffd600;
}

.wrapper
{
	width: 925px;
	margin: 0px auto;
}

.yellowSeparator
{
	height: 9px;
	background: url('/images/separatorBg.gif') top left repeat-x;
	margin-top: 1px;
}

ul.mainMenu
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.mainMenu li
{
	float: left;
	height: 36px;
	background: url('/images/greyMenuBorderLeft.gif') top left no-repeat #7c7c7c;
	margin-left: 1px;
}

ul.mainMenu li a {
	color: #FFFFFF;
	text-decoration: none;
	width: 136px;
	display: inline-block;
	text-align: center;
	font-size: 17px;
	padding-top: 7px;
	background: url('/images/greyMenuBorderRight.gif') top right no-repeat;
}

ul.mainMenu li a:hover {
	text-decoration: underline;
}

ul.mainMenu li.active
{
	background: url('/images/yellowMenuBorderLeft.gif') top left no-repeat #ffd600;
}

ul.mainMenu li.active a {
	background: url('/images/yellowMenuBorderRight.gif') top right no-repeat;
}

h1, .header
{
	font-size: 17px;
	color: #ffd600;
	font-weight: normal;
	margin: 0px;
}

.footer
{
	padding-left: 240px;
	color: #7c7c7c;
	font-size: 11px;
}

.footer a {
	color: #7c7c7c;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

div.itemInList
{
	width: 200px;
	padding-right: 1px;
	float: left;
	padding-bottom: 37px;
}

div.itemInList div.title {
	background: url('/images/productsCornerLeft.gif') top left no-repeat #e0e0e0;
	margin-bottom: 1px;
}

div.itemInList div.title a
{
	background: url('/images/productsCornerRight.gif') top right no-repeat;
	color: #7c7c7c;
	font-size: 17px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	height: 27px;
}

div.itemInList div.first {
	background-color: #0019a8;
}

div.itemInList div.first a {
	color: #FFFFFF;
}

div.itemInList div.picture {
	background-color: #d0d3be;
	margin-bottom: 1px;
	height: 150px;
}

div.itemInList div.description {
	background-color: #e0e0e0;
	padding: 16px 17px;
	height: 118px;
}

p.pagination {
	text-align: center;
	font-size: 17px;
}

p.pagination a {
	color: #ffd600;
}