/* CSS Document */

@import 'monet.css';

.miniBanner {
	display: block;
	margin-top: 10px;
}

a.rep {
	color: white;
	display: block;
	font-size: 24px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

.hpProducts {
	background-color: rgb(196, 235, 255);
	background-image:url(../imgs/gradBlueShort.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 560px;
	padding-top: 10px;
	padding-left: 10px;
}

.hpProduct {
	width: 264px;
	height: 240px;
	border: 3px solid white;
	background-image:url(../imgs/hpProductBKG.png);
	background-position: top left;
	position: relative;
}
.hpProductWrap {
	padding: 0 10px 10px 0;
	float: left;
}
.hpProduct img {
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	z-index: 1;
}
.hpProduct h3 .nadtitul, .hpProduct embed, .hpProduct object, .hpProduct a {
	z-index: 10;
	position: relative;
}
.hpProduct p, .hpProduct ul {
	padding-left: 10px;
	padding-right: 10px;
}
.hpProduct p, .hpProduct li {
	font-size: 12px;
	_position: relative;

}
.hpProduct h3 {
	width: 244px;
	height: 55px;
	border-bottom: 1px solid white;
	padding: 15px 10px 10px 10px;
	background-image:url(../imgs/hpProductH3.png);
	background-position: top left;
	margin-bottom: 10px;
}
.nadtitul {
	font-size: 11px;
	color: white;
	font-weight: normal;
}
.hpRight {
	width: 270px;
	padding-left: 10px;
}
.hpRight .boxOrange {
	margin-left: 0;
	margin-top: 0;
}
h2 {
	font-size: 10px;
	font-weight: normal;
	padding-top: 0;
}
.hpRight .boxOrange h3 {
	font-size: 17px;
	width: 160px;
	float: left;
}
.hpRight .boxOrange p {
	width: 160px;
	float: left;
}
.hpRight .boxOrange img {
	float: left;
	display: block;
	margin-right: 10px;
}
.new {
	margin-top: .5em;
	padding-bottom: 1em;
	padding-top: .4em;
	display: block;
	background-image:url(../imgs/hpNewsIco.png);
	background-position: top left;
	padding-left: 30px;
}
.new h3, .new .date {
	padding-top: 0;
	margin-bottom: 0;
}
