/* START: Main content  */
#main_content {
	float: left;
	width: 630px;
	padding: 0 10px 10px 0;
	background: #fff;
}
/* END: Main content */

/* START: Exposed links  */
#main_content .exposed_links {
	float: left;
	width: 200px;
}

#main_content .exposed_links ul {
	float: left;
	height: 28px;
	color: #000;
	margin: 0 4px 0 0;
}

#main_content .exposed_links ul .left {
	float: left;
	width: 3px;
	height: 28px;
	background: url(/images/buttons/exposed_links_left.gif) no-repeat;
}

#main_content .exposed_links ul .left_disabled {
	float: left;
	width: 3px;
	height: 28px;
	background: url(/images/buttons/exposed_disabled_left.gif) no-repeat;
}

#main_content .exposed_links ul .forum {
	float: left;
	height: 28px;
	color: #482272;
	font-size: 16px;
	background: url(/images/buttons/exposed_links_center.gif) repeat-x;;
	padding: 5px 3px 0 3px;
}

#main_content .exposed_links ul .forum a {
	color: #482272;
	text-decoration: none;
}

#main_content .exposed_links ul .forum a:hover {
	color: #482272;
	text-decoration: underline;
}

#main_content .exposed_links ul .albums {
	float: left;
	height: 28px;
	color: #D4D4D4; /*#c24400;*/
	font-size: 16px;
	background: url(/images/buttons/exposed_disabled_center.gif) repeat-x;;
	padding: 5px 3px 0 3px;
}

#main_content .exposed_links ul .albums a {
	color: #c24400;
	text-decoration: none;
}

#main_content .exposed_links ul .albums a:hover {
	color: #c24400;
	text-decoration: underline;
}

#main_content .exposed_links ul .blogs {
	float: left;
	height: 28px;
	color: #D4D4D4; /* #786c00;*/
	font-size: 16px;
	background: url(/images/buttons/exposed_disabled_center.gif) repeat-x;;
	padding: 5px 3px 0 3px;
}

#main_content .exposed_links ul .blogs a {
	color: #786c00;
	text-decoration: none;
}

#main_content .exposed_links ul .blogs a:hover {
	color: #786c00;
	text-decoration: underline;
}

#main_content .exposed_links ul .right {
	float: left;
	width: 3px;
	height: 28px;
	background: url(/images/buttons/exposed_links_right.gif) no-repeat;
}
#main_content .exposed_links ul .right_disabled {
	float: left;
	width: 2px;
	height: 28px;
	background: url(/images/buttons/exposed_disabled_right.gif) no-repeat;
}
/
/* END: Exposed links */

/* START: Search */
#main_content .search {
	float: left;
	width: auto;
	height: 27px;
}

#main_content .search .left {
	float: left;
	width: 27px;
	height: 27px;
	background: url(/images/backgrounds/search_left.gif) no-repeat;
}

#main_content .search .center {
	float: left;
	width: 364px;
	height: 24px;
	background: url(/images/backgrounds/search_center.gif) repeat-x;
	padding: 3px 0 0 0;
}

#main_content .search .center h3 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #01609e;
	margin: 0 6px 0 0;
}

#main_content .search .center .input {
	float: left;
	width: 130px;
	font-size: 12px;
	color: #000;
	margin: 0 6px 0 0;
}

#main_content .search .center select {
	float: left;
	width: 120px;
	font-size: 12px;
	color: #000;
	margin: 0 6px 0 0;
}

#main_content .search .button {
	float: left;
	height: 23px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: -2px 0 0 0;
}

#main_content .search .button a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#main_content .search .button a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

#main_content .search .button .button_left {
	float: left;
	width: 6px;
	height: 23px;
	background: url(/images/buttons/search_left.gif) no-repeat;
}

#main_content .search .button .button_center {
	float: left;
	height: 19px;
	background: url(/images/buttons/search_center.gif) repeat-x;
	padding: 4px 3px 0 3px;
}

#main_content .search .button .button_right {
	float: left;
	width: 6px;
	height: 23px;
	background: url(/images/buttons/search_right.gif) no-repeat;
}

#main_content .search .right {
	float: left;
	width: 27px;
	height: 27px;
	background: url(/images/backgrounds/search_right.gif) no-repeat;
}
/* END: Search */

.basic_column {
	float: left;
	width: 310px;
	padding: 0 10px 0 0;
}

/* START: Main column */
.main_column {
	width: 490px;
	padding: 10px 0 0;
}
.main_column .notice {
	font-weight: bold;
	width: 490px;
	padding: 10px 0 0;
}

/* START: Slide news */
.main_column .slide_news {
	position: relative;
	width: 490px;
	height: 230px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.main_column .slide_news img {
	position: absolute;
}

.main_column .slide_news .text_front {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 240px;
	z-index: 100;
}

.main_column .slide_news .text_front h2 {
	line-height: 31px;
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 30px;
	color: #f0ffff;
}
.main_column .slide_news .text_front h2 a {
	text-decoration: none;
	color: #f0ffff;
}
.main_column .slide_news .text_front h6 {
	line-height: 17px;
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #cceff1;
	margin: 5px 0 0 0;
}
.main_column .slide_news .text_front h6 a {
	color: #cceff1;
	text-decoration: none;
}

.main_column .slide_news .text_front p {
	font-size: 12px;
	color: #f3efef;
	margin: 5px 0 0 0;
}

.main_column .slide_news .text_back {
	position: absolute;
	top: 41px;
	left: 21px;
	width: 240px;
	z-index: 1;
}

.main_column .slide_news .text_back h2 {
	line-height: 31px;
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 30px;
	color: #000;
}

.main_column .slide_news .text_back h6 {
	line-height: 17px;
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #000;
	margin: 5px 0 0 0;
}

.main_column .slide_news .text_back p {
	font-size: 12px;
	color: #000;
	margin: 5px 0 0 0;
}

.main_column .slide_news .lister {
	position: absolute;
	top: 161px;
	left: 421px;
	width: 69px;
	height: 69px;
	background: url(/images/backgrounds/slide_news_lister.gif) no-repeat;
}

.main_column .slide_news .lister .pager {
	float: right;
	color: #1f6c98;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 4px 0 0;
}

.main_column .slide_news .lister .pager .pager_text {
	color: #1f6c98;
	font-size: 14px;
	font-weight: bold;
}

.main_column .slide_news .lister .buttons {
	width: 50px;
	margin: 30px 0 0 6px;
}

.main_column .slide_news .lister .buttons img {
	position: relative;
	margin: 0 4px 0 0;
}

/* END: Slide news */

/* START: Important */
.main_column .important {
	width: 310px;
	margin: 0 0 10px 0;
}

.main_column .important_content {
	width: 290px;
	background: url(/images/backgrounds/important.gif) no-repeat top #839a32;
	color: #fff;
	padding: 6px 10px 3px 10px;
}

.main_column .important_content h3 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.main_column .important .important_bottom {
	width: 310px;
	height: 4px;
	background: url(/images/backgrounds/important_bottom.gif) no-repeat top;
	font-size: 0;
}
/* END: Important */

/* START: PR article */
.pr_article {
	width: 310px;
}

.pr_article .pr_article_top {
	width: 310px;
	height: 4px;
	background: url(/images/backgrounds/pr_article_top.gif) no-repeat top;
	font-size: 0;
}

.pr_article .pr_article_content {
	width: 290px;
	background: url(/images/backgrounds/pr_article_content.gif) bottom repeat-x #cce7ee;
	color: #000;
	padding: 3px 10px 6px 10px;
}

.pr_article .pr_article_content img {
	float: left;
	margin: 5px 7px 5px 0;
	border: 6px solid #fff
}

.pr_article .pr_article_content h3 {
	float: left;
	color: #063847;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 5px 0;
}

.pr_article .pr_article_content .date {
	float: right;
	color: #063847;
	font-size: 12px;
}

.pr_article .pr_article_content .author {
	color: #063847;
	font-size: 12px;
	font-weight: bold;
}

.pr_article .pr_article_content .link {
	margin: 16px 0 0 0;	
}

.pr_article .pr_article_content .link a {
	color: #005f9e;
	text-decoration: underline;
}

.pr_article .pr_article_content .link a:hover {
	color: #005f9e;
	text-decoration: none;
}

/* END: PR article */

.exposed_column {
	float: left;
	width: 170px;
}

.exposed_column h3 {
	color: #000;
	font-weight: bold;
	margin: 0 0 5px 0;
}

/* START: Exposed article */
.exposed_column .exposed_article {
	width: 170px;
	margin: 0 0 10px 0;
	color: #4e4e4e;
}

.exposed_column .exposed_article img {
	margin: 0 0 10px 0;
}

.exposed_column .exposed_article h4 {
	font-size: 14px;
	color: #783710;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.exposed_column .exposed_article .link {
	margin: 16px 0 0 0;	
}

.exposed_column .exposed_article .link a {
	color: #005f9e;
	text-decoration: underline;
}

.exposed_column .exposed_article .link a:hover {
	color: #005f9e;
	text-decoration: none;
}
/* END: Exposed article */

/* START: Side column RIGHT */
.side_column_right {
	float: left;
	width: 130px;
	padding: 10px 0 0 10px;
}

/* START: Exposed article */
.side_column_right ul li {
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.side_column_right ul li a {
	color: #005f9e;
	text-decoration: underline;
}

.side_column_right ul li a:hover {
	color: #005f9e;
	text-decoration: none;
}

.side_column_right ul li img {
	border: 4px solid #dcdcdc;
	margin: 0 0 5px 0;
}

.side_column_right ul li h4 {
	font-size: 14px;
	color: #783710;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration: none;
}

.side_column_right ul li h4 a {
	font-size: 14px;
	color: #783710;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration: none;
}

.side_column_right ul li .link {
	margin: 5px 0 0 0;	
}
/* END: Exposed article */

/* END: Side column RIGHT */

/* START: Side column LEFT */
.side_column_left {
	float: right;
	width: 130px;
	padding: 10px 10px 0 0;
}

.side_column_left h3 {
	font-size: 18px;
	font-weight: bold;
	color: #783710;
	margin: 0 0 10px 0;
}

.side_column_left .secondary_navigation {
	margin: 0 0 10px 0;
}

.side_column_left .section {
	color: #4e4e4e;
	background: url(/images/backgrounds/secondary_navigation.gif) repeat-x #d1d8db;
	padding: 12px 10px 12px 10px;
	border-bottom: 1px solid #fff;
	margin: 0;
}

.side_column_left .subsection {
	color: #783710;
	padding: 10px 0 10px 0;
}

.side_column_left .subsection li {
	//background: url(/images/icons/arrow.gif) no-repeat 2px 4px;
	padding: 2px 0 3px 15px;
}

.side_column_left .subsection li a {
	color: #783710;
	text-decoration: none;
}

.side_column_left .subsection li a:hover {
	color: #783710;
	text-decoration: underline;
}

/* START: Newsletter */
.side_column_left .newsletter {
	width: 130px;
	margin: 0 0 10px 0;
}

.side_column_left .newsletter a {
	color: #005f9e;
	text-decoration: underline;
}

.side_column_left .newsletter a:hover {
	color: #005f9e;
	text-decoration: none;
}

.side_column_left .newsletter_content {
	width: 110px;
	background:url(/images/backgrounds/newsletter_content.gif) no-repeat #cbe6ee;
	padding: 50px 10px 0 10px;
}

.side_column_left .newsletter_content .input {
	width: 110px;
	border: 1px solid #85b7d8;
	font-size: 12px;
	margin: 7px 0 0 0;
}

.side_column_left .newsletter_content .button {
	float: right;
	height: 23px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 5px 0 5px 0;
}

.side_column_left .newsletter_content .button a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.side_column_left .newsletter_content .button a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.side_column_left .newsletter_content .button .button_left {
	float: left;
	width: 6px;
	height: 26px;
	background: url(/images/buttons/newsletter_left.gif) no-repeat;
}

.side_column_left .newsletter_content .button .button_center {
	float: left;
	height: 21px;
	background: url(/images/buttons/newsletter_center.gif) repeat-x;
	padding: 4px 3px 0 3px;
}

.side_column_left .newsletter_content .button .button_right {
	float: left;
	width: 6px;
	height: 26px;
	background: url(/images/buttons/newsletter_right.gif) no-repeat;
}

.side_column_left .newsletter_bottom {
	width: 130px;
	height: 5px;
	background: url(/images/backgrounds/newsletter_bottom.gif) no-repeat;
	font-size: 0;
}

.podaljsan_meni {
	width: 100px;
	height: 500px;
	float: left;
	clear: left;
}
/* END: Newsletter */

/* END: Side column LEFT */

/* START: Last forums */
.last_topics {
	float: left;
	width: 310px;
	margin: 10px 0 0 0;
	padding-bottom: 30px;
}

.last_topics .tab {
	float: left;
	height: 24px;
	margin: 0 0 -2px 0;
}

.last_topics .tab .tab_left {
	float: left;
	width: 5px;
	height: 24px;
	background: url(/images/backgrounds/last_blogs_tab_left.gif) no-repeat;
}

.last_topics .tab .tab_center {
	float: left;
	height: 24px;
	background: url(/images/backgrounds/last_blogs_tab_center.gif) repeat-x;
	color: #482272;
	font-size: 16px;
	padding: 3px 2px 0 2px;
}

.last_topics .tab .tab_center h3 {
	display: inline;
	color: #482272;
	font-size: 16px;
}

.last_topics .tab .tab_center h3 a {
	color: #482272;
	text-decoration: none;
}

.last_topics .tab .tab_center h3 a:hover {
	color: #482272;
	text-decoration: none;
}

.last_topics .tab .tab_right {
	float: left;
	width: 5px;
	height: 24px;
	background: url(/images/backgrounds/last_blogs_tab_right.gif) no-repeat;
}

.last_topics .table_content {
	width: 290px;
	background: url(/images/backgrounds/last_blogs_content.gif) top repeat-x;
	border: 1px solid #afafaf;
	padding: 10px;
}

.last_topics table {
	width: 290px;
	border: 0;
	color: #454545;
}

.last_topics table a {
	color: #454545;
	text-decoration: none;
}

.last_topics table a:hover {
	color: #454545;
	text-decoration: none;
}

.last_topics table a:visited {
	color: #6824ba;
	text-decoration: none;
}

.last_topics table .first_column {
	width: 120px;
	vertical-align: top;
	padding: 3px;
}

.last_topics table .second_column {
	width: 80px;
	vertical-align: top;
	padding: 3px;
}

.last_topics table .third_column {
	width: 90px;
	text-align: right;
	vertical-align: top;
	padding: 3px;
}

.last_topics table .table_title {
	font-size: 11px;
	color: #684b8b;
	font-weight: bold;
	text-transform: uppercase;
}

.last_topics table .border {
	border-bottom: 1px solid #afafaf;
}

.last_topics .link {
	float: right;
	color: #684b8b;
}

.last_topics .link a {
	color: #684b8b;
	text-decoration: underline;
}

.last_topics .link a:hover {
	color: #684b8b;
	text-decoration: none;
}
/* END: Last topics */

/* START: Last blogs */
.last_blogs {
	float: left;
	width: 310px;
	margin: 10px 0 10px 0;
}

.last_blogs .tab {
	float: left;
	height: 24px;
	margin: 0 0 -2px 0;
}

.last_blogs .tab .tab_left {
	float: left;
	width: 5px;
	height: 24px;
	background: url(/images/backgrounds/last_blogs_tab_left.gif) no-repeat;
}

.last_blogs .tab .tab_center {
	float: left;
	height: 24px;
	background: url(/images/backgrounds/last_blogs_tab_center.gif) repeat-x;
	color: #6c6526;
	font-size: 16px;
	padding: 3px 2px 0 2px;
}

.last_blogs .tab .tab_center h3 {
	display: inline;
	color: #786c00;
	font-size: 16px;
}

.last_blogs .tab .tab_center h3 a {
	color: #786c00;
	text-decoration: none;
}

.last_blogs .tab .tab_center h3 a:hover {
	color: #786c00;
	text-decoration: none;
}

.last_blogs .tab .tab_right {
	float: left;
	width: 5px;
	height: 24px;
	background: url(/images/backgrounds/last_blogs_tab_right.gif) no-repeat;
}

.last_blogs .table_content {
	width: 290px;
	background: url(/images/backgrounds/last_blogs_content.gif) top repeat-x;
	border: 1px solid #afafaf;
	padding: 10px;
}

.last_blogs table {
	width: 290px;
	border: 0;
	color: #454545;
}

.last_blogs table a {
	color: #454545;
	text-decoration: none;
}

.last_blogs table a:hover {
	color: #454545;
	text-decoration: none;
}

.last_blogs table a:visited {
	color: #454545;
	text-decoration: none;
}

.last_blogs table .first_column {
	width: 80px;
	vertical-align: top;
	padding: 3px;
}

.last_blogs table .second_column {
	width: 120px;
	vertical-align: top;
	padding: 3px;
}

.last_blogs table .third_column {
	width: 90px;
	text-align: right;
	vertical-align: top;
	padding: 3px;
}

.last_blogs table .table_title {
	font-size: 11px;
	color: #6c6526;
	font-weight: bold;
	text-transform: uppercase;
}

.last_blogs table .border {
	border-bottom: 1px solid #afafaf;
}

.last_blogs .link {
	float: right;
	color: #6c6526;
}

.last_blogs .link a {
	color: #6c6526;
	text-decoration: underline;
}

.last_blogs .link a:hover {
	color: #6c6526;
	text-decoration: none;
}
/* END: Last blogs */

/* START: Ovulacija */

.ovulacija {
	background: url(/images/backgrounds/ovulacija_background.jpg) no-repeat;
	height: 723px;
	width: 490px;
	float: right;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.ovulacija2 {
	background: url(/images/backgrounds/ovlacija2_background.jpg) no-repeat;
	height: 856px;
	width: 490px;
	float: right;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.ovulacija_title {
	font-family: Georgia;
	color: #271B76;
	clear: left;
	float: left;
	height: 57px;
	width: 400px;
}
.ovu1 {
	font-size: 22px;
	font-family: Georgia;
	line-height: 22px;
	text-align: left;
	clear: left;
	float: left;
	height: 22px;
	width: auto;
}
.ovulacija_content {
	clear: left;
	float: left;
	height: 685px;
	width: 455px;
	padding-top: 28px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 27px;
}
.ovu2 {
	font-size: 30px;
	font-family: Georgia;
	line-height: 34px;
	font-weight: bold;
	text-align: left;
	clear: left;
	float: left;
	height: 34px;
	width: 400px;
}
.ovulacija_img {
	clear: right;
	float: right;
	padding-right: 2px;
}
.ovulacija_body {
	font-family: Arial;
	color: #4E4E4E;
	font-size: 12px;
	font-weight: bold;
	clear: left;
	float: left;
	height: 290px;
	width: 440px;
	padding-top: 17px;
	padding-right: 16px;
}
.ovulacija_forma1 {
	font-family: Arial;
	font-size: 14px;
	color: #271B76;
	clear: left;
	float: left;
	height: 198px;
	width: 449px;
}
.forma1_nadvprasanje {
	clear: left;
	float: left;
	height: 130px;
	width: 304px;
}

.forma1_vprasanje1 {
	text-align: left;
	clear: left;
	float: left;
	height: 76px;
	width: 449px;
}
.forma1_submit {
	float: left;
	height: 42px;
	width: 125px;
	padding-top: 88px;
}
.forma1_vprasanje2 {
	clear: left;
	float: left;
	height: 65px;
	width: 324px;
}


.clear_form {
	height: 29px;
	width: 324px;
	clear: left;
	float: left;
}
.ovulacija_data {
	line-height: 24px;
	vertical-align: middle;
	clear: left;
	float: left;
	height: 24px;
	width: 435px;
}
.ovulacija_data_left {
	clear: left;
	float: left;
	font-size: 15px;
}
.ovulacija_data_right {
	font-weight: bold;
	float: right;
	text-align: right;
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
}
.ovulacija_naslov2 {
	font-family: Georgia;
	font-size: 20px;
	line-height: 24px;
	color: #271B76;
	clear: left;
	float: left;
	height: 24px;
	width: 400px;
	text-align: left;
	vertical-align: middle;
	font-weight: none;
	padding-bottom: 5px;
	padding-top: 10px;
}
.ovulacija_tabla {
	background-color: #FFFFFF;
	clear: left;
	float: left;
	width: 435px;
}
.ovulacija_foot_empty {
	clear: left;
	float: left;
	height: 32px;
	width: 420px;
}
.ovulacija_foot {
	clear: left;
	float: left;
	height: 37px;
	width: 435px;
}
.ovulacija_foot_submit {
	clear: right;
	float: right;
	height: 37px;
}
.ovulacija_foot_state {
	font-family: Arial;
	font-size: 14px;
	line-height: 37px;
	color: #271B76;
	text-align: right;
	vertical-align: middle;
	clear: none;
	float: right;
	height: 37px;
	padding-right: 7px;
}



.ovulacija_tablaresult {
	height: 25px;
	font-family: Arial;
	font-size: 16px;
	line-height: 25px;
	color: #005F9E;
	clear: left;
	float: left;
	width: 435px;
	text-align: center;
	vertical-align: middle;
}
.ovulacija_tabla_empty {
	clear: left;
	float: left;
	height: 7px;
	width: 350px;
}





.forma_naslov1 {
	font-size: 14px;
	line-height: 16px;
	clear: left;
	float: left;
	height: 16px;
	width: 449px;
	text-align: left;
}
.forma_dropdown {
	float: left;
	height: 20px;
	width: 68px;
	padding-top: 11px;
	padding-left: 7px;
}
.select {
	width: 68px;
	height: 20px;
}
.ovulacija_content hr {
	border:1px dashed #FFFFFF;
	color:#CBCFD1;
	margin:10px 0pt;
	text-align:left;
	width:95%;
	float:left;
	clear:left;
	padding-right: 16px;
}
.ovulacija_result {
	font-family: Arial;
	font-size: 14px;
	color: #271B76;
	clear: left;
	float: left;
	height: 72px;
	width: 449px;
}
.nosecnost_forma1_submit {
	float: left;
	height: 20px;
	width: 125px;
	padding-left: 90px;
	padding-top: 9px;
}
.nosecnost_forma_naslov1 {
	font-size: 14px;
	line-height: 16px;
	clear: left;
	float: left;
	color: #783710;
	height: 16px;
	width: 449px;
	text-align: left;
}
.nosecnost_ovulacija_data {
	line-height: 24px;
	color: #783710;
	vertical-align: middle;
	clear: left;
	float: left;
	height: 24px;
	width: 380px;
}
.nosecnost_ovulacija_data_left {
	clear: left;
	float: left;
	font-size: 15px;
}
.nosecnost_ovulacija_data_right {
	font-weight: bold;
	float: right;
	text-align: right;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
}
.nosecnost_ovulacija_foot_submit {
	clear: right;
	float: right;
	height: 37px;
}
.nosecnost_ovulacija_foot_state {
	font-family: Arial;
	font-size: 14px;
	line-height: 37px;
	color: #783710;
	text-align: right;
	vertical-align: middle;
	clear: none;
	float: right;
	height: 37px;
	padding-right: 7px;
}
.ovulacija_tabla2 {
	background-color: #FFFFFF;
	clear: left;
	float: left;
	width: 435px;
	font-family: Georgia;
	font-size: 22px;
	line-height: 26px;
	color: #783710;
	text-align: center;
	vertical-align: middle;
	height: 26px;
}
.nosecnost_statement {
	font-family: Arial;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #005F9E;
}
.nosecnost {
	background: url(/images/backgrounds/nosecnost_background.jpg) no-repeat;
	height: 478px;
	width: 490px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.nosecnost2 {
	background: url(/images/backgrounds/nosecnost2_background.jpg) no-repeat;
	height: 521px;
	width: 490px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.nosecnost_content {
	clear: left;
	float: left;
	height: 685px;
	width: 455px;
	padding-top: 28px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 27px;
}
.nosecnost_title {
	font-family: Georgia;
	color: #783710;
	clear: left;
	float: left;
	height: 57px;
	width: 400px;
}
.nosecnost_img {
	clear: right;
	float: right;
}
.nosecnost_body {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	clear: left;
	float: left;
	height: 200px;
	width: 440px;
	color: #4E4E4E;
	padding-top: 17px;
	padding-right: 16px;
}
.nosecnost_content hr {
border:2px dashed #FFFFFF;
color:#CBCFD1;
margin:10px 0pt;
text-align:left;
width:95%;
float:left;
clear:left;
padding-right: 16px;
}

/* END: Ovulacija */
