body
{
	font-family: Arial, sans-serif;
	font-size: 14px;
}
ul
{
	padding-left: 0px;
}
ul a
{
	font-size: 14px;
}
li
{
	margin-bottom: 4px;
}
a:hover, a:active
{
	color: #002DC3;
}
a
{
	color: #324891;
}
em
{
	font-style: normal;
	font-weight: bold;
}
.price-slashed
{
	color: #777;
	text-decoration: line-through;
}
.price-sale
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: black;
	background-color: #FF0;
	text-decoration: none;
	padding: 0px 5px;
	margin-left: 5px;
	_line-height: 25px;
}
.filter
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: black;
	background-color: #CCF;
	text-decoration: none;
	padding: 2px 5px;
	margin-right: 5px;
	line-height: 25px;
}
.filter .remove
{
	font-weight: bold;
	color: #999;
	margin-left: 5px;
}
.filter:hover
{
	color: black;
	background-color: #FCC;
}
.filter:hover .remove
{
	color: #D00;
}
.picture-chooser
{
	margin-top: 5px;
	margin-right: 5px;
}
.header
{
	cursor: default;
	background-color: #DDF;
}
.headerSortDown
{
	background-image: url(img/asc.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.headerSortUp
{
	background-image: url(img/desc.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
/* TABS */
table.tabs
{
	position: relative;
	margin-left: 20px;
	_margin-bottom: -1px;
}
.tabs tr
{
	height: 18px;
}
.tabs td
{
	font-size: 15px;
	font-weight: bold;
}
.tabs a
{
	color: #333;
	text-decoration: none;
}
.tabs a:hover
{
	color: #324891;
}
.tabs td.tab-a
{
	 background-image: url(img/tab_abg.png);
	 background-repeat: repeat-x;
}
.tabs td.tab-i
{
	background-image: url(img/tab_ibg.png);
	background-repeat: repeat-x;
}
.tabs td.sep
{
	width: 17px;
	font-size: 1px;
	background-repeat: no-repeat;
}
.tabs td.sep-al
{
	background-image: url(img/tab_al.png);
}
.tabs td.sep-il
{
	 background-image: url(img/tab_il.png);
}
.tabs td.sep-ai
{
	background-image: url(img/tab_ai.png);
}
.tabs td.sep-ia
{
	background-image: url(img/tab_ia.png);
}
.tabs td.sep-ii
{
	background-image: url(img/tab_ii.png);
}
.tabs td.sep-ar
{
	background-image: url(img/tab_ar.png);
}
.tabs td.sep-ir
{
	background-image: url(img/tab_ir.png);
}
/* ---- */
img
{
	vertical-align: text-bottom;
	border: 0px transparent none;
}
h1
{
	font-size: 24px;
}
h2
{
	font-size: 20px;
}
h3
{
	font-size: 16px;
}