DIV#rezerve_box {
	margin: 0 0 20px 0;
}

DIV#rezerve_box_topcap {
	height: 1px;
	margin: 0 1px;
	background-color: #4d5458;
}
DIV#rezerve_box_bottomcap {
	height: 1px;
	margin: 0 1px;
	background-color: #7d868b;
}

DIV#rezerve_box_top {
	background-color: #4d5458;
	border-bottom: 1px solid #7a7f82;
	overflow: hidden;
	height: 1%;		
}

DIV#rezerve_box_label {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	float: left;
	padding: 0 0 0 5px;
}

DIV#rezerve_box_seeall {
	font-size: 11px;
	float: right;
	padding: 4px 5px 0 0;
}

DIV#rezerve_box_seeall A {
	color: #ffcc00;
}

DIV#rezerve_box_content {
	background: #7d868b url(bg_rezervebox.gif) repeat-x;
	color: #fff;
	font-size: 11px;
	height: 113px;
	position: relative;
}



DIV#rezerve_box_viewport {
	width: 282px;
	height: 86px;
	position: absolute;
	left: 17px;
	top: 14px;

	overflow: hidden;
}

DIV#rezerve_box_strip {
	position: absolute;
	width: 3000px;
	left: 0px;
	top: 0px;
}

DIV.rezerve_box_item {
	float: left;
	width: 282px;
	height: 91px;
	margin-right: 18px;
}
DIV.rezerve_box_thumb {
	float: left;
	width: 152px;
	height: 90px;
}
DIV.rezerve_box_text {
	width: 111px;
	float: right;
	padding: 0 4px 0 0;
}
DIV.rezerve_box_title {
	font-weight: bold;
	line-height: 13px;
}
DIV.rezerve_box_title A {
	color: #ffcc00;
}
DIV.rezerve_box_desc {
	margin: 2px 0 0 0;
}

