@charset "utf-8";

/*=* Reset all elements *=*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}

/*=* Text Style *=*/
html, body {
	height:100%;
}
body {
	font:13px/1.5 Arial, Helvetica, sans-serif;
	background:#ffffff;
	color:#000;
}
a:link {
	color: #0072bb;
	text-decoration: none;
}
a:visited {
	color: #0072bb;	
	text-decoration: none;
}
a:hover {
	color: #000;	
	text-decoration: underline;	
}
a:active {
	color: #000;	
	text-decoration: underline;
}

/*=* General Contructors *=*/
#ciklopea {
	min-height:100%;
	position:relative;
}
.wrap {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

/*=* Header *=*/
#header {
	width:960px;
	height:136px;
	display:inline;
	float:left;
	position:relative;
	margin:14px 0 0 0;
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
}
/* Header -> Logo */
#header .logo {
	width:350px;
	height:136px;
	display:inline;
	float:left;
	position:relative;
	overflow:hidden;
}
#header .logo h2 {
	text-indent:-9999em;
	margin:0;
	padding:0;
}
#header .logo h2 a {
	display:block;
	background:url(../img/logo_jezicni_centar.png) no-repeat scroll 0 0;
	width:346px;
	height:104px;
	overflow:hidden;
	text-decoration:none;
	margin:12px 0 0 4px;
}
#header .logo h2.logo_lokalizacija a {
	background:url(../img/logo_lokalizacija.png) no-repeat scroll 0 0;
}
#header .he_right {
	width:603px;
	height:136px;
	display:inline;
	float:right;
	position:relative;
}
/* Header -> TopNav */
#header .he_right ul#topnav {
	width:603px;
	height:35px;
	display:inline;
	float:left;
	position:relative;
	border-bottom:1px solid #c3c3c3;
	margin:0;
	padding:0;
	list-style:none;
}
#header .he_right ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	display:inline;
}
#header .he_right ul#topnav li a {
	float: left;
	display: block;
	padding: 0 10px 0 12px;
	margin-left:8px;
	color: #c3c3c3;
	text-decoration: none;
	font:12px/35px Arial, Helvetica, sans-serif;
	background:url(../img/top_nav_arrow.png) no-repeat scroll left center;
}
#header .he_right ul#topnav li a:hover, #header .he_right ul#topnav li a.tn_active {
	color: #0072bb;
	text-decoration: none;
}
/* Header -> Search */
#header .he_right .search_wrap {
	width:295px;
	height:45px;
	display:inline;
	float:right;
	position:relative;
}
#header .he_right .search_wrap #search {
	margin:15px 0 0 0;
}
#header .he_right .search_wrap #search label {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#c3c3c3;
}
#header .he_right .search_wrap #search #search_query {
	font:11px/16px Arial, Helvetica, sans-serif;
	color:#c3c3c3;
	width:164px;
	height:13px;
	background:#fff;
	border:1px solid #c3c3c3;
	padding:1px 5px;
	margin:0 2px 0 6px;
}
#header .he_right .search_wrap #search #submit {
	width:27px;
	height:17px;
	background:url(../img/search_btn.png) no-repeat scroll 0 0;
	border:none;
	text-indent:-9999em;
	cursor:pointer;
	margin:0;
	padding:0;
}
/* Header -> Moto */
#header .he_right h3.head_moto {
	width:368px;
	height:44px;
	text-indent:-9999em;
	display:inline;
	float:right;
	background:url(../img/moto_jezicni_centar.png) no-repeat scroll 0 0;
	margin:0 5px 0 0;
}
#header .he_right h3.head_moto_lokalizacija {
	width:372px;
	height:44px;
	text-indent:-9999em;
	display:inline;
	float:right;
	background:url(../img/moto_lokalizacija.png) no-repeat scroll 0 0;
	margin:0 5px 0 0;
}


/*=* Main *=*/
#main {
	width:960px;
	display:inline;
	float:left;
	position:relative;
}
.bg_jezicni_centar {
	background:url(../img/center_bg_blt.png) no-repeat scroll 0 0;
	height:425px;
}
.bg_jezicni_centar_in {
	background:url(../img/center_bg_blt_in.png) no-repeat scroll 0 0;
	min-height:330px;
}
.bg_jezicni_centar_in2 {
	background:url(../img/center_bg_blt_in2.png) no-repeat scroll 0 0;
	min-height:330px;
}
.bg_lokalizacija {
	background:url(../img/center_bg_lokal.png) no-repeat scroll 0 0;
	height:425px;
}
.bg_lokalizacija_in {
	background:url(../img/center_bg_lokal_in.png) no-repeat scroll 0 0;
	min-height:330px;
}
/*  Main -> MainNav */
#main ul#mainnav {
	width:960px;
	height:31px;
	display:inline;
	float:left;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
#main ul#mainnav li, #main ul#subnav li, #main ul#subnavbig li {
	display:inline;
	float:left;
	position:relative;
	margin:0;
	padding:0;
}
#main ul#mainnav li a {
	float: left;
	display: block;
	padding: 0 5px 0 17px;
	margin-left:5px;
	color: #999898;
	text-decoration: none;
	font:13px/31px Arial, Helvetica, sans-serif;
	background:url(../img/main_nav_dot.png) no-repeat scroll left center;
}
#main ul#mainnav li a.mn_start {
	background-image:none;
	padding-left:5px;
}
#main ul#mainnav li a:hover, #main ul#mainnav li a.mn_active {
	color: #0072bb;
	text-decoration: none;
}
#main ul#mainnav li.current a {
	color: #0072bb;
	text-decoration: none;
	background:url(../img/main_nav_dot_current.png) no-repeat scroll left center;
	border-bottom:1px solid #0072bc;
}
/*  Main -> SubNav */
#main ul#subnav {
	width:960px;
	height:31px;
	display:inline;
	float:left;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
#main ul#subnav li a {
	float: left;
	display: block;
	padding: 0 20px 0 5px;
	margin-left:5px;
	color: #999898;
	text-decoration: none;
	font:13px/31px Arial, Helvetica, sans-serif;
}
#main ul#subnav li a:hover, #main ul#subnav li a.sn_active, #main ul#subnavbig li a:hover, #main ul#subnavbig li a.sn_active {
	color: #0072bb;
	text-decoration: none;
}
#main ul#subnav li a.snl_active {
	color: #d30404;
	text-decoration: none;
}
/*  Main -> SubNavBig */
#main ul#subnavbig {
	width:960px;
	height:51px;
	display:inline;
	float:left;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
#main ul#subnavbig li a {
	float: left;
	display: block;
	padding: 8px 26px 0 5px;
	margin-left:5px;
	color: #999898;
	text-decoration: none;
	font:13px/18px Arial, Helvetica, sans-serif;
}

/*  Main -> Featured Services */
#main .feat_services {
	width:960px;
	height:31px;
	display:inline;
	float:left;
	position:relative;
	font:12px/31px Arial, Helvetica, sans-serif;
	color:#c3c3c3;
}
#main .feat_services h4 {
	font:12px/31px Arial, Helvetica, sans-serif;
	color:#c3c3c3;
	margin-left:10px;
}
/*  Main -> Wellcome */
#main .wellcome {
	width:600px;
	height:84px;
	display:inline;
	float:left;
	position:relative;
}
#main .wellcome h5 {
	font:100 36px/84px Arial, Helvetica, sans-serif;
	color:#0072bb;
	margin:0 0 0 25px;
}
#main .wellcome h5 span {
	color:#fca302;
}
#main .wellcome h5.well_lokal span {
	color:#9ca0a5;
}
/*  Main -> Breadcrumbs */
#main .breadcrumbs {
	width:600px;
	height:84px;
	display:inline;
	float:left;
	position:relative;
	font:18px/84px Arial, Helvetica, sans-serif;
	color:#fca302;
	margin-left:24px;
}
#main .bread_small {
	height:64px;
	font:18px/64px Arial, Helvetica, sans-serif;
}
#main .bread_lokal {
	color:#d30404;
}

/*  Main -> News List Left */
#main .news_left {
	width:246px;
	height:230px;
	display:inline;
	float:left;
	position:relative;
	margin:30px 0 0 25px;
	overflow:hidden;
}
#main .news_left ul {
	width:246px;
	display:inline;
	float:left;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
#main .news_left ul li {
	width:246px;
	float:left;
	position:relative;
	margin:0;
	padding:0 0 30px 0;
}
#main .news_left ul li span {
	display:block;
	font:10px/12px Arial, Helvetica, sans-serif;
	color:#757575;
}
#main .news_left ul li span a {
	font-size:11px;
	color:#fca302;
}
#main .nl_lokalizacija ul li span a {
	color:#d30404;
}
#main .news_left ul li span a:hover {
	color:#0072bb;
}

#main .news_left ul li h2 {
	font:16px/20px Arial, Helvetica, sans-serif;
	margin:6px 0;
}
#main .news_left ul li p {
	color:#303030;
	font:12px/18px Arial, Helvetica, sans-serif;
}

/*  Main -> News Scroller */
#main .news_right {
	width:615px;
	height:250px;
	display:inline;
	float:right;
	position:relative;
	margin-top:30px;
	overflow:hidden;
}
#main .news_right #newsSlider {
	width:615px;
	height:250px;
	display:inline;
	float:right;
	position:relative;
	overflow:hidden;
}
#main .news_right #newsSlider ul, #main .news_right #newsSlider li {
	margin:0;
	padding:0;
	list-style:none;
}
#main .news_right #newsSlider li {
	width:600px;
	height:210px;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;
}
/*  Main -> News Scroller -> Image Thumb */
#main .news_right #newsSlider li .sli_thumb {
	width:180px;
	height:162px;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;
	margin:14px 20px 0 0;
}
#main .news_right #newsSlider li .sli_thumb a img {
	border:1px solid #c3c3c3;
	width:178px;
	height:160px;
	display:block;
}
#main .news_right #newsSlider li .sli_thumb a:hover img {
	border:1px solid #0072bb;
}
#main .news_right #newsSlider li .sli_data {
	width:370px;
	height:170px;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;
}
#main .news_right #newsSlider li .sli_data span {
	display:block;
	font:10px/12px Arial, Helvetica, sans-serif;
	color:#757575;
}
#main .news_right #newsSlider li .sli_data span a {
	font-size:11px;
	color:#fca302;
}
#main .news_right #newsSlider li .sd_lokal span a {
	color:#d30404;
}
#main .news_right #newsSlider li .sli_data span a:hover {
	color:#0072bb;
}
#main .news_right #newsSlider li .sli_data h2 {
	font:18px/22px Arial, Helvetica, sans-serif;
	margin:6px 0;
}
#main .news_right #newsSlider li .sli_data p {
	color:#303030;
	font:12px/17px Arial, Helvetica, sans-serif;
}
/*  Main -> News Scroller -> Video */
#main .news_right #newsSlider li .sli_video {
	width:320px;
	height:210px;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;
	margin:0 30px 0 0;
}
#main .news_right #newsSlider li .sli_small_data {
	width:250px;
	height:120px;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;
	margin-top:50px;
}
/*  Main -> News Scroller -> Numeric Controls */
#main .news_right ol#controls {
	margin:0;
	padding:0;
	height:18px;
	float:right;
}
#main .news_right ol#controls li {
	margin:0 2px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:18px;
	line-height:18px;
}
#main .news_right ol#controls li a {
	float:left;
	height:18px;
	font:9px/18px Verdana, Geneva, sans-serif;
	background:#def0fc;
	color:#0072bc;
	padding:0 6px;
	text-decoration:none;
}
#main .news_right ol#controls li.current a, #main .news_right ol#controls li a:hover {
	background:#feb229;
	color:#fff;
}
#main .news_right ol#controls li a:focus {
	outline:none;
}

/*  Main -> Content Left */
#content_left {
	width:645px;
	display:inline;
	float:left;
	position:relative;
	margin:32px 0 65px 24px;
}
#content_left .post_meta {
	width:400px;
	height:18px;
	display:inline;
	float:left;
	position:relative;
	color:#757575;
	font:10px/18px Arial, Helvetica, sans-serif;
}
#content_left .post_meta a {
	color:#fca302;
}
#content_left .pm_lokal a {
	color:#d30404;
}
#content_left .post_meta a:hover {
	color:#0072bb;
}
#content_left .post_numbering {
	width:240px;
	height:18px;
	display:inline;
	float:right;
	position:relative;
}
#content_left .post_numbering ol#pnum {
	margin:0;
	padding:0;
	height:18px;
	float:right;
}
#content_left .post_numbering ol#pnum li {
	margin:0 2px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:18px;
	line-height:18px;
}
#content_left .post_numbering ol#pnum li a {
	float:left;
	height:18px;
	font:9px/18px Verdana, Geneva, sans-serif;
	background:#def0fc;
	color:#0072bc;
	padding:0 6px;
	text-decoration:none;
}
#content_left .post_numbering ol#pnum li.current a, #content_left .post_numbering ol#pnum li a:hover {
	background:#feb229;
	color:#fff;
}
#content_left .post_numbering ol.pnum_lokal li.current a, #content_left .post_numbering ol.pnum_lokal li a:hover {
	background:#0072bc!important;
	color:#fff;
}
#content_left .post_numbering ol#pnum li a:focus {
	outline:none;
}
#content_left .post_body {
	color:#303030;
	font:14px/24px Arial, Helvetica, sans-serif;
}
#content_left .post_body h2 {
	color:#0072bb;
	font:22px/24px Arial, Helvetica, sans-serif;
	margin:30px 0;
}
#content_left .post_body p {
	text-align:justify;
	margin-bottom:30px;
}
#content_left .post_footer {
	width:500px;
	display:inline;
	float:right;
	position:relative;
	padding-top:13px;
	border-top:1px solid #c3c3c3;
	font:11px/14px Arial, Helvetica, sans-serif;
}
#content_left .post_footer a {
	color:#a3a39d;
}
#content_left .post_footer a:hover {
	color:#000;
}
#content_left .post_footer ul {
	width:490px;
	display:inline;
	float:left;
	position:relative;
	margin:0 0 0 26px;
	padding:0;
	list-style:none;
}
#content_left .post_footer ul li {
	width:70px;
	display:inline;
	float:left;
	position:relative;
	margin:0;
	padding:0;
}
#content_left .post_footer ul li.pf_print a {
	background:url(../img/print_ikona.png) no-repeat scroll left center;
	padding:0 10px 0 25px;
	border-right:1px solid #c3c3c3;
}
#content_left .post_footer ul li.pf_mail a {
	background:url(../img/mail_ikona.png) no-repeat scroll left center;
	padding:0 10px 0 25px;
	border-right:1px solid #c3c3c3;
}

#content_left .post_footer ul li.pf_fb {
	width:100px;
	padding:0 10px 0 25px;
}
/*  Main -> Content Right */
#content_right {
	width:206px;
	display:inline;
	float:right;
	position:relative;
	margin:32px 17px 65px 0;
}
#content_right .sb_feat_box {
	width:206px;
	display:inline;
	float:left;
	position:relative;
	margin:35px 0;
	background:url(../img/sidebar_feat_box_bottom.png) no-repeat scroll bottom left;
	padding-bottom:42px;
}
#content_right .sbfb_blue {
	background:url(../img/sidebar_feat_box_bottom_blue.png) no-repeat scroll bottom left;
}
#content_right .sb_feat_box_center {
	width:206px;
	display:inline;
	float:left;
	position:relative;
	background:url(../img/sidebar_feat_box_top.png) no-repeat scroll top left;
	padding-top:32px;
	font:italic 12px/20px Arial, Helvetica, sans-serif;
	color:#9e9e9e;
}
#content_right .sbfbc_blue {
	background:url(../img/sidebar_feat_box_top_blue.png) no-repeat scroll top left;
}
#content_right .sb_feat_box_center p {
	padding:0 20px;
}
#content_right .sb_feat_box_center p strong {
	color:#fca302;
	font-weight:normal;
	font-size:14px;
	display:block;
}
#content_right .sbfbc_blue p strong {
	color:#0072bc;
}
/*  Main -> Content Right -> Forms */
#content_right .sb_form {
	width:206px;
	display:inline;
	float:left;
	position:relative;
	margin:0 0 35px 0;
}
#content_right .sb_form label {
	font:18px/24px Arial, Helvetica, sans-serif;
	color:#0072bc;
	padding-bottom:12px;
	display:block;
}
#content_right .sb_form label span {
	color:#fca302;
}
#content_right .sbf_red label span {
	color:#d30404;
}
#content_right .sb_form input.text {
	width:100%;
	border:1px solid #c7cfd4;
	font:11px/17px Arial, Helvetica, sans-serif;
	margin:0;
	padding:1px;
	color:#bebdbd;
}
#content_right .sb_form .btn_wrap {
	width:79px;
	height:17px;
	border:none;
	margin:13px 0 0 0;
	padding:0;
	cursor:pointer;
	text-indent:-9999em;
}
#content_right .sb_form #btn_prijava {
	background:url(../img/btn_prijavi_se.png) no-repeat scroll 0 0;
}
#content_right .sbf_red #btn_prijava {
	background:url(../img/btn_prijavi_se_red.png) no-repeat scroll 0 0;
}
#content_right .sb_form #btn_odjava {
	background:url(../img/btn_odjavi_se.png) no-repeat scroll 0 0;
}
#content_right .sb_form #btn_login {
	background:url(../img/btn_login.png) no-repeat scroll 0 0;
}
#content_right .sbf_red #btn_login {
	background:url(../img/btn_login_red.png) no-repeat scroll 0 0;
}
#content_right .sb_form #btn_pomoc {
	background:url(../img/btn_pomoc.png) no-repeat scroll 0 0;
}

/*=* Bottom *=*/
#bottom {
	width:960px;
	height:262px;
	display:inline;
	float:left;
	position:relative;
	margin:10px 0 20px 0;
	border-bottom:1px solid #c3c3c3;
	background:url(../img/bottom_bg_line.png) repeat-x scroll 0 0;
}
#bottom .tabs_wrap {
	width:415px;
	height:250px;
	display:inline;
	float:left;
	position:relative;
	margin:8px 10px 0 0;
}
#bottom .tabs_wrap ul.tabnav {
	width:415px;
	height:23px;
	float:left;
	display:inline;
	position:relative;
	list-style:none;
	overflow:hidden;
}
#bottom .tabs_wrap ul.tabnav li {
	float:left;
	display:block;
	margin:0;
	padding:0 8px;
	height:21px;
	font:14px/21px Arial, Helvetica, sans-serif;
	color:#303030;
	cursor:pointer;
	border-top:1px solid #fff;
	border-bottom:1px solid #c3c3c3;
}
#bottom .tabs_wrap ul.tabnav li.active {
	border:1px solid #c3c3c3;
	border-bottom-color:#fff;
	padding:0 7px;
}
#bottom .tabs_wrap ul.tabnav li#tab1 {
	color:#0072bc;
	cursor:auto;
}
#bottom .tabs_wrap ul.tabnav li#tab1 abbr {
	cursor: help;
}

#bottom .tabs_wrap .tab_content {
	width:415px;
	display:inline;
	float:left;
	position:relative;
	overflow:hidden;
	margin-top:15px;
}
#bottom .tabs_wrap .tab_content #tabc1, #bottom .tabs_wrap .tab_content #tabc2, #bottom .tabs_wrap .tab_content #tabc3, #bottom .tabs_wrap .tab_content #tabc4 {
	width:415px;
	float:left;
	position:relative;
	overflow:hidden;
	display:inline;
}
#bottom .tabs_wrap .tab_content #tabc2 {
	display:block;
}
#bottom .tabs_wrap .tab_content #tabc1, #bottom .tabs_wrap .tab_content #tabc3, #bottom .tabs_wrap .tab_content #tabc4 {
	display:none;
}
#bottom .tabs_wrap .tab_content address {
	font-style:normal;
	font-size:12px;
	color:#303030;
	margin-left:10px;
}
#bottom .tabs_wrap .tab_content .map_holder {
	width:402px;
	height:115px;
	margin-top:10px;
}
#bottom .tabs_wrap .tab_content address strong {
	font-size:14px;
	font-weight:normal;
}

#bottom .links_wrap {
	width:224px;
	display:inline;
	float:left;
	position:relative;
}
#bottom .links_wrap ul {
	width:224px;
	margin:48px 0 0 0;
	padding:0;
	list-style:none;
}
#bottom .links_wrap ul li {
	margin:0;
	padding:0 0 0 35px;
	border-bottom:1px dotted #c3c3c3;
	color:#757575;
	font:bold 9px/21px Verdana, Geneva, sans-serif;
}
#bottom .links_wrap ul li a {
	color:#757575;
}
#bottom .links_wrap ul li a:hover {
	color:#0072bc;
}
#bottom .links_wrap ul li.bp_link a {
	color:#0072bc;
}
#bottom .links_wrap ul li.bp_link a:hover {
	color:#757575;
}
#bottom .links_wrap ul li.bh_link {
	border-bottom:none;
}
#bottom .links_wrap ul li.bh_link a {
	color:#d30404;
}
#bottom .links_wrap ul li.bh_link a:hover {
	color:#757575;
}

/* Bottom -> Bottom Right */
#bottom .br_wrap {
	width:281px;
	height:250px;
	display:inline;
	float:right;
	position:relative;
}
.push {
	height:23px;
}
/* Bottom/Right Content -> Social Media Links */
ul.social {
	width:216px;
	height:23px;
	display:inline;
	float:left;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
.br_wrap ul.social {float:right;}
ul.social li {
	width:24px;
	height:23px;
	display:inline;
	float:left;
	position:relative;
	margin:0 12px 0 0;
	padding:0;
}
ul.social li a {
	width:24px;
	height:23px;
	display:inline;
	float:left;
	text-indent:-9999em;
	overflow:hidden;
	text-decoration:none;
}
ul.social li.skype a {
	background:url(../img/social/skype.png) no-repeat scroll 0 0;
}
ul.social li.facebook a {
	background:url(../img/social/facebook.png) no-repeat scroll 0 0;
}
ul.social li.flickr a {
	background:url(../img/social/flickr.png) no-repeat scroll 0 0;
}
ul.social li.linkedin a {
	background:url(../img/social/linkedin.png) no-repeat scroll 0 0;
}
ul.social li.twitter a {
	background:url(../img/social/twitter.png) no-repeat scroll 0 0;
}
ul.social li.youtube a {
	background:url(../img/social/youtube.png) no-repeat scroll 0 0;
}
/* Bottom -> My Dictionary */
#bottom .br_wrap h3.my_dict_title {
	width:281px;
	height:88px;
	display:inline;
	float:left;
	position:relative;
	text-indent:-9999em;
	border-bottom:1px dotted #28ade6;
	background:url(../img/ciklopea_my_dictionary.png) no-repeat scroll 0 0;
	margin:38px 0 14px 0;
}
#bottom .br_wrap #prevedi_tbl {
	font-size: 12px;
	width: 281px;
	border-collapse: collapse;
	text-align: left;
}
#bottom .br_wrap #prevedi_tbl td {
	padding: 0 0 12px 6px;
	color:#666;
}
#bottom .br_wrap #prevedi_tbl td label {
	display:block;
	padding:0 0 9px 4px;
}
#bottom .br_wrap #prevedi_tbl td select.select {
	width:129px;
	height:20px;
	border:1px solid #7f9db9;
	font:12px/17px Arial, Helvetica, sans-serif;
	margin:0;
	padding:1px;
}
#bottom .br_wrap #prevedi_tbl td input.text {
	width:126px;
	border:1px solid #7f9db9;
	font:12px/17px Arial, Helvetica, sans-serif;
	margin:0;
	padding:1px;
}
#bottom .br_wrap #prevedi_tbl td #translate {
	width:90px;
	height:20px;
	border:none;
	text-indent:-9999em;
	margin:0;
	padding:0;
	background:url(../img/translate_btn.png) no-repeat scroll 0 0;
	cursor:pointer;
}

/*=* Footer *=*/
#footer {
	width:960px;
	height:26px;
	display:inline;
	float:left;
	position:relative;
	margin-bottom:20px;
}
#footer .foot_left {
	width:300px;
	height:26px;
	display:inline;
	float:left;
	position:relative;
	font:9px/10px Verdana, Geneva, sans-serif;
	color:#0072bb;
	border-right:1px dotted #b3b2b2;
}
#footer .foot_left .small_copy {
	width:180px;
	height:10px;
	display:inline;
	float:left;
	margin:8px 0 0 0;
}
#footer .foot_left .small_logo {
	width:91px;
	height:10px;
	display:inline;
	float:right;
	margin:8px 25px 0 0;
}
#footer .foot_right {
	width:160px;
	height:26px;
	display:inline;
	float:right;
	position:relative;
	font:9px/26px Verdana, Geneva, sans-serif;
	color:#0072bb;
	margin-right:20px;
}
#footer .foot_right .uplink {
	width:67px;
	height:26px;
	display:inline;
	float:right;
	position:relative;
	border-left:1px dotted #b3b2b2;
	text-align:right;
}
#footer .foot_right .uplink a {
	padding-right:12px;
	background:url(../img/up_arrow.png) no-repeat scroll right center;
}
#footer .foot_right .xvision {
	width:65px;
	height:13px;
	display:inline;
	float:left;
	position:relative;
}
#footer .foot_right .xvision a {
	width:65px;
	height:13px;
	display:inline;
	float:left;
	position:relative;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../img/xvision.png) no-repeat scroll 0 0;
	margin-top:6px;
}

/*=* Reset and etc. Classes *=*/
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.alignl {
	text-align:left;
}
.alignr {
	text-align:right;
}
.alignc {
	text-align:center;
}
.floatl {
	float:left;
}
.floatr {
	float:right;
}
.nojscript {
	width:100%;
	height:24px;
	background:#f8a7aa none scroll 0 0;
	border-bottom:2px solid #ed1c24;
	text-align:center;
	padding-top:10px;
	font:14px/14px Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:700;
	position:absolute;
	z-index:999;
}
.hideme {
	display:none;
}

