/****************************************************************************
 * Yuva Kariyer Bileşeni - CSS Sitil dosyası
 * Version: 1.0
 * Copyright Emre YAZICI as Kolones.com
 * contact: eyazici@kolones.com - http://www.kolones.com
****************************************************************************/

.yuva_wrapper {
	margin:0 8px;
}
.yuva_item {
	clear:both;
}
.yuva_header {
}
.yuva_title {
	float:left;
	color:#2C2F38;
	font-weight:bold;
}

.yuva_title a:link, .yuva_title a:visited{
	color:#FF6600;
	font-weight:bold;
}

.yuva_title a:hover, .yuva_title a:active{
	text-decoration:underline;
}
.yuva_gold, .yuva_no_gold {
	float:right;
}
.yuva_gold {
	background: url(../images/gold_user.gif) left top no-repeat;
	padding-left:20px;
	line-height:16px;
	color:#FF6600;
}
.yuva_person {
	float:left;
	font-weight:normal;
	background: url(../images/user_suit.gif) left top no-repeat;
	padding-left:20px;
	line-height:16px;
}
.yuva_address {
	clear:both;
}
.yuva_footer {
	padding-top:4px;
}
.yuva_footer_right {
	float:right;
	padding-right:10px;
}
.yuva_place {
	float:left;
	font-weight:bold;
}
.yuva_phone {
	float:left;
	background: url(../images/telephone.gif) left top no-repeat;
	padding-left:20px;
	line-height:16px;
	padding-right:12px;
}
.yuva_age_group {
	
}

/** PAGE NAVIGATION **/
.page_nav {
	font-size:12px;
}
.page_nav .passive_page{
	padding:3px;
}
.page_nav .active_page{
	padding:2px;
	font-weight:bold;
}

/*######## ITEM BOXES ########*/
.yuva_box_outer {padding-bottom:20px;padding-bottom:10px!important;}
.yuva_box_grey_tl {
	background: url(../images/box/box_grey_tl.png) 0 0 no-repeat;
	margin: 5px 0;
	padding: 0px;
}
.yuva_box_grey_tr { background: url(../images/box/box_grey_tr.png) 100% 0 no-repeat; }
.yuva_box_grey_bl { background: url(../images/box/box_grey_bl.png) 0 100% no-repeat; }
.yuva_box_grey_br { background: url(../images/box/box_grey_br.png) 100% 100% no-repeat; padding: 10px 10px 0 10px; }
.yuva_box_Title {
	text-align:left;
	font-weight:bold;
	color:#000;
}

.yuva_box_content {
	clear:both;
	padding:4px 0;
}