/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	outline:none;
}
a, a:link, a:visited {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
img {
	border:0 none;
	/*display:block;*/
}
ul {
	list-style-type:none;
}

#scrollHolder{
		float:left;
		width:385px;
		margin-top:5px;
		position:relative;
	}
		div.scroll {
			background-color:#6A097C;
			/*height:550px;*/
			display:table;
			padding:4px 0 0;
			padding-bottom:5px;
			margin-left:22px;
			position:relative;
			width:351px;
		}
		dl.hirline {
			margin:10px 15px 0 10px;
			_height:120px;
			padding-bottom:10px;
			overflow:hidden;
		}
		dl.borderBottom{
			background:transparent url(images/hirline.jpg) center bottom no-repeat;
		}
		dl.hirline dt.thumbnail {
			display:inline;
			float:left;
			position:relative;
			background: transparent url(images/hirkep.png) no-repeat;
			width:145px;
			height:102px;
		}
		dl.hirline dd {
			color:#000000;
			float:left;
			margin-left:10px;
			position:relative;
			top:0;
			width:170px;
		}
		dl.hirline h4 {
			font-weight:normal;
			font-size:12px;
		}
		dl.hirline h4 a {
			color:#000000;
		}
		dl.hirline a:hover {
			text-decoration:underline;
		}
		dl.hirline h4 a span{
			font-weight:bold;
		}
		dl.hirline div.komment{
			background:transparent url(images/komment.jpg) no-repeat;
			height:21px;
			margin:4px 0 8px;
		}
		dl.hirline div.komment p{
			color:#000000;
			padding-top:3px;
			text-align:center;
			width:30px;
			margin-right:4px;
			font-size:12px;
		}

.left{
	float:left;
}
.right{
	float:right;
}
.thumb {
	margin-left:3px;
	margin-top:5px;
}
.marginTop {
	margin-top:5px;
}
.orange{
	color:#F7770C;
}
.orange a{
	color:#F7770C;
}
/****cumasina ******/
.cumasinaDiv{
	width:347px;
	height:209px;
}
.cumasinaHeader{
	width:347px;
	height:66px;
	background:transparent url(images/cumasinaHeader.png) no-repeat;
	display:block;
}
.cumasinaContent{
	background-color:#abd35b;
	width:347px;
	height:143px;
	font-size:12px;
}
.cumasinaInner{
	padding:5px 12px;
	border-bottom:1px dashed #2855B1;
}
.cumasinaContent a{
	color:#000000;
}
.cumasinaInner a:hover{
	text-decoration:underline;
}

.v-outer {
			display: table;
			#position: relative;
			overflow: hidden;
		}
 
			.v-middle {
				display: table-cell;
				#position: absolute;
				#top: 50%;
				vertical-align: middle;
			}
 
				.v-inner {
					#position: relative;
					#top: -50%;
				}
