@CHARSET "UTF-8";


div#content_container_topbox {
	position: absolute;
	float:left;
	width:900px;
	height:419px;
	background-color: white;
	background: url(../images/mainpage_img.jpg) repeat-y;
}

div#content_container_topbox .inner {
	position:relative;
	float:left;
	margin-left:15px;
	margin-top:10px;
	display:inline;
	width:580px;
	height:277px;
	overflow:hidden;
	border:0px solid #000000;
}

div#content_container_topbox .inner .item {
	position:absolute;
	left:0px;
	top:0px;
	width:580px;
	height:277px;
	overflow:hidden;
}

div#content_container_topbox .inner .item .itemmain,
div#content_container_topbox .inner .item .over {
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	width:580px;
	height:277px;
	overflow:hidden;
}

div#content_container_topbox .inner .item .itemmain .datacontbg {
	position:absolute;
	right:0px;
	margin-top:105px;
	width:389px;
	height:76px;
	background: url(../images/cimke.gif);
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	overflow:hidden;
}

div#content_container_topbox .inner .item .itemmain .datacont {
	position:absolute;
	right:0px;
	margin-top:105px;
	width:389px;
	height:76px;
	overflow:hidden;
}

div#content_container_topbox .inner .item .itemmain .datacont .desc {
	position:relative;
	float:left;
	width:360px;
	height:55px;
	margin-left:10px;
	margin-top:15px;
	display:inline;
	font-size:13px;
	color:#284385;
	font-weight:bold;
	text-align:left;
}

div#content_container_topbox .inner .item .itemmain .datacont .desc.small { width:184px; }

div#content_container_topbox .inner .item .itemmain .datacont .prizecont {
	position:relative;
	float:left;
	width:170px;
	height:56px;
	margin-left:10px;
	margin-top:10px;
	display:inline;
	background: url(../images/price.gif);
}

div#content_container_topbox .inner .item .itemmain .datacont .prizecont .prize{
	position:relative;
	float:left;
	width:155px;
	height:35px;
	margin-left:8px;
	margin-top:10px;
	display:inline;
	overflow:hidden;
	font-size:32px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}

