/* Common for 24ur.com */

/* START: Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* END: Clearfix */

/* START: PNGfix */
.pngfix { behavior: url("../js/iepngfix.htc"); }
/* END: PNGfix */

a:active { outline: none }
a:focus { -moz-outline-style: none }

/* START: Small news links */
#smallnews .news .description .link {
	float: left;
	padding: 0 10px 5px;
}

#smallnews .news .description .link a {
	display: inline;
	padding: 0 0 0 17px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}
/* END: Small news links */

/* START: Search */
#rightsearch {
	width: 285px;
	height: 51px;
	background: url("../images/right_search.gif") no-repeat;
	padding: 7px 0 0 35px;
	color: #000000;
	margin: 0px 0 0;
}

#rightsearch form input { float: none; }

#rightsearch form input.value { float: left; }

#rightsearch form .select {
	clear: both;
	margin: 0 0 0 56px;
}

#rightsearch form .select input {
	width: auto;
	margin: 0;
	padding: 0;
}

#rightsearch form {
	display: inline;
	margin: 0;
	padding: 0;
}

#rightsearch form .select img { margin: 0 20px 0 0; }
/* END: Search */

/* START: Videobox */
#widebox .top { background: url("../images/wothertop.gif") no-repeat; }

#widebox .middle { background: url("../images/wothercen.gif") repeat-y; }

#widebox .bottom { background: url("../images/wotherbot.gif") no-repeat; }

#widebox li h4 { background: url("../images/right_other_tbottitle_off.gif") no-repeat; }

#widebox li .content { background: url("../images/right_other_tbotcontent.gif") repeat-y; }

#widebox li .end { background: url("../images/right_other_tbotend.gif") no-repeat; }
/* END: Videobox */

/* START: Buttons (BASIC) */
.buttons .video a {
	display: block;
	height: 21px;
	background: url("../images/video.gif") no-repeat;
	text-decoration: underline;
	color: #797979;
	padding: 4px 0 0 24px;
}

.buttons .video a:hover {
	display: block;
	height: 21px;
	background: url("../images/video_h.gif") no-repeat;
	text-decoration: none;
	color: #797979;
	padding: 4px 0 0 24px;
}

.buttons .audio a {
	display: block;
	height: 21px;
	background: url("../images/audio.gif") no-repeat;	
	text-decoration: underline;
	color: #797979;
	padding: 4px 0 0 16px;
}

.buttons .audio a:hover {
	display: block;
	height: 21px;
	background: url("../images/audio_h.gif") no-repeat;
	text-decoration: none;
	color: #797979;
	padding: 4px 0 0 16px;
}

.buttons .foto a {
	display: block;
	height: 21px;
	background: url("../images/foto.gif") no-repeat;
	text-decoration: underline;
	color: #797979;
	padding: 4px 0 0 24px;
}

.buttons .foto a:hover {
	display: block;
	height: 21px;
	background: url("../images/foto_h.gif") no-repeat;
	text-decoration: none;
	color: #797979;
	padding: 4px 0 0 24px;
}
/* START: Buttons (BASIC) */

/* START: Comments cloud */
.commentsCloud .commentsCloudContent a {
	float: right;
	height: 22px;
	background: transparent url('../images/cloud_comments_primary_background.gif') no-repeat top left;
	color: #ffffff;
	text-decoration: none;
	line-height: 15px;
	margin: 3px 7px 0 7px;
	padding: 0 0 0 13px;
}

.commentsCloud .commentsCloudContent a span {
	display: block;
	background: transparent url('../images/cloud_comments_secondary_background.gif') no-repeat top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 5px 7px 5px;
}

.commentsCloud .commentsCloudContent a:hover {
	text-decoration: underline;
	color: #ffffff;
}
/* END: Comments cloud */

/* START: News video */
#newsvideo {
	width: 650px;
	clear: both;
	padding: 0;
	margin: 0 0 7px 0;
}

#newsvideo .head {
	padding: 0 0 5px;
	width: 650px;
	background: #3b3b3b url("../images/newsvideo_head.gif") no-repeat;
}

#newsvideo .head h2 {
	color: #ffffff;
	float: left;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 30px 0 20px;
}

#newsvideo .head h2 a {
	color: #ffffff;
	float: left;
	font-size: 18px;
	font-weight: normal;
}

#newsvideo .head #menu {
	position: relative; /* important */  
	overflow: hidden; /* important */
	width: 463px;
	float: left;
}

#newsvideo .head #menu ul {
	float: none;
	position: relative;
	left: 0;
	height: 27px;
	white-space: nowrap;
	margin: 0px;
}

#newsvideo .head #menu .selected { text-decoration: underline; }

#newsvideo .head ul {
	float: left;
	padding: 12px 0px 0px 0px;
	margin: 0px;
}

#newsvideo .head ul li {
	height: 15px;	
	background: url("../images/newsvideo_menu_bg1.gif") no-repeat;
	padding: 0 12px 0 12px;
	display: inline;
	white-space: none;
}

#newsvideo .head ul li a {
	color: #ffffff;	
	font-size: 11px;
}

#newsvideo .head ul li.left { padding: 0; }

#newsvideo .head ul li.left a {
	display: block;
	height: 15px;
	width: 15px;
	background: url("../images/newsvideo_menu_left.gif") no-repeat;	
}

#newsvideo .head ul li.left a:hover { background: url("../images/newsvideo_menu_left_h.gif") no-repeat;	 }

#newsvideo .head ul li.right { padding: 0; }

#newsvideo .head ul li.right a {
	display: block;
	height: 15px;
	width: 15px;
	background: url("../images/newsvideo_menu_right.gif") no-repeat;	
}

#newsvideo .head ul li.right a:hover { background: url("../images/newsvideo_menu_right_h.gif") no-repeat; }

#newsvideo .head ul li.first { background: url("../images/newsvideo_menu_bg.gif") repeat-x; }

#newsvideo .content {
	width: 650px;
	background: url("../images/newsvideo_content_bg.gif") repeat-y;
	clear: both;
}

#newsvideo .content .pagelister{
	float: none;
}

#newsvideo .content .big {
	width: 214px;
	float: left;
	padding: 0 0 10px 0;
}

#newsvideo .content .big .picture { padding: 10px 0 0 20px; }

#newsvideo .content .big h2 {
	padding: 5px 15px 5px 20px;
	font-size: 16px;
	color: #ffffff;
}

#newsvideo .content .big h2 a {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#newsvideo .content .big h5 {
	padding: 0 15px 5px 20px;
	font-size: 11px;
	color: #8e8e8e;
	font-weight: normal;
}

#newsvideo .content .big h4 {
	padding: 0 15px 5px 20px;
	font-size: 12px;
	color: #dddddd;
	font-weight: normal;
	line-height: 16px;
}

#newsvideo .content .small {
	width: 436px;
	float: left;
	padding-bottom: 10px;
}

#newsvideo .content .small ul {
	width: 436px;
	list-style-type: none;
	padding: 10px 0 0 0px;
	margin: 0;
}

#newsvideo .content .small ul li {
	float: left;
	width: 106px;
	border-right: 1px solid #434343;
	margin-bottom: 18px;
}

#newsvideo .content .small ul li .picture { padding: 0 0 3px 7px; }

#newsvideo .content .small ul li h4 {
	color: #bbbbbb;
	font-size: 11px;
	font-weight: normal;
	padding: 0 7px 2px 7px;
	line-height: 14px;
}

#newsvideo .content .small ul li h4 a {
	color: #bbbbbb;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
}

#newsvideo .content .small ul li h5 {
	color: #838383;
	font-size: 9px;
	font-weight: normal;
	padding: 0 7px 0 7px;
}

#newsvideo .content .small ul li.last { border: 1px none red; }

/* Start: Predefinition of some classes from default page navigator */
#newsvideo .pagelister { 
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}

#newsvideo .pagelister .first a,
#newsvideo .pagelister .previous a,
#newsvideo .pagelister .next a,
#newsvideo .pagelister .last a {
	color: #ffffff;
	padding: 3px 3px 2px 2px;
}

#newsvideo .pagelister span.selected {
	color: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 3px 8px 3px 7px;
}
/* End: Predefinition of some classes from default page navigator */

#newsvideo .end {
	width: 650px;
	height: 5px;
	overflow: hidden; 
	background: url("../images/newsvideo_end_bg.gif") no-repeat;	
	clear: both;
}
/* END: News video */

/* START: Predefinition of some classes from css/common.css */
#rightmultiblock .middle .full {
	margin: 0;
	padding: 0 0 0 10px;
}

#rightmultiblock .double_smallbox {
	width: 300px;
	margin: 0 0 7px 0;
}

#rightmultiblock .middle .left,
#rightmultiblock .middle .right {
	width: 145px;
	margin: 0 0 0 10px;
}

#rightmultiblock .middle .smallbox { width: 145px; }

#rightmultiblock .middle .left .smallbox { margin: 0; }

#rightmultiblock .middle { padding: 5px 0 0 0; }
/* END: Predefinition of some classes from css/common.css */

#newsarchive ul li a, #newsarchive_page ul li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 4px 10px;
	
}

/* START: Default page navigator */
.sortPageLister {
	margin: 15px 0;
	float: left;
}

.pagelister h4 {
	font-size: 12px;
	font-weight: normal;
	float: left;
	padding: 0 17px 0 0;
}

.pagelister {
	font-size: 11px;
	margin: 5px 0;
	padding: 4px 0;
}

.pagelister a,
.pagelister a:hover { font-size: 11px; }

.pagelister span {
	margin: 0;
	padding: 0;
}

.pagelister .first a,
.pagelister .previous a,
.pagelister .next a,
.pagelister .last a { padding: 3px 3px 2px 2px; }

.pagelister .normal a {
	background: #e2e2e2;
	padding: 3px 6px 2px 5px;
}

.pagelister .normal a:hover {
	background: #C6C6C6;
	text-decoration: none;
	color: #ffffff;
}

.pagelister span.selected {
	color: #00429b;
	border: 1px solid #e2e2e2;
	padding: 3px 8px 3px 7px;
}
/* END: Default page navigator */