@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

input.input {
	background: url('/images/input_field_bg.gif') repeat-x;
	border: 1px solid #e3e3e3;
	font-family: Arial;
	font-size: 10px;
	color: #b07761;
	padding-top: 3px;
	height: 15px;
}

.dropdown {
	font-family: Arial;
	font-size: 11px;
	color: #696969;
	height: 20px;
}

form {
	margin: 0px;
}

a.menu:link, a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 27px;
	
	float: left;
	display: block;
	width: 91px;
	height: 31px;
	background: url('/images/menu/menu_bg.gif') no-repeat top;
	
	text-decoration: none;
}

a.menu:hover {
	background-position: 0 -31px;
	color: #ffffff;
	text-decoration: none;
}

a.homeMenu:link, a.homeMenu:visited {
	float: left;
	display: block;
	width: 30px;
	height: 31px;
	line-height: 27px;
	background: url('/images/menu/home_menu.gif') no-repeat top;
	text-decoration: none;
}

a.homeMenu:hover {
	background-position: 0 -31px;
	color: #ffffff;
	text-decoration: none;
}


a.selected:link, a.selected:visited, a.selected:hover {
	/*background-position: 0 -62px;*/
	background-position: bottom;
	color: #ffffff;
	text-decoration: none;
}


a.link_on_txt:link, a.link_on_txt:visited {
	color: #656565;
	text-decoration: none;
}

a.link_on_txt:hover {
	color: #333333;
	text-decoration: none;
}

.arial12_grey {
	font-size: 12px;
	color: #656565;
}

.arial12_darkRed {
	font-size: 12px;
	color: #b07761;
}

.arial14_darkRed {
	font-size: 14px;
	color: #b07761;
}

.arial16_darkRed {
	font-size: 16px;
	color: #b07761;
}

.arial16_orange {
	font-size: 16px;
	color: #f78f1e;
}

.arial14_orange {
	font-size: 14px;
	color: #f78f1e;
}

.arial11_grey {
	font-size: 11px;
	color: #595959;
}

.arial10_red {
	font-size: 10px;
	color: #cf3830;
}

.arial14_red {
	font-size: 14px;
	color: #cf3830;
}

.arial16_red {
	font-size: 16px;
	color: #cf3830;
}


.arial10_grey {
	font-size: 10px;
	color: #595959;
}

.arial10_dark_red {
	font-size: 10px;
	color: #b07761;
}

.arial10_orange {
	font-size: 10px;
	color: #ef7b1f;
}

.arial16_white {
	font-size: 16px;
	color: #ffffff;
}

.arial12_white {
	font-size: 12px;
	color: #ffffff;
}

.arial11_white {
	font-size: 11px;
	color: #ffffff;
}

.arial9_white {
	font-size: 9px;
	color: #ffffff;
}

a.orangeLink:link, a.orangeLink:visited {
	color: #ef7b1f;
	text-decoration: none;
}

a.orangeLink:hover {
	color: #000000;
	text-decoration: underline;
}

.big_times_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #cf3830;
}

.big_times_title_dark {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #6f5043;
}

a.redLink_more:link, a.redLink_more:visited {
	color: #ef3e35;
	text-decoration: none;
	padding-right: 5px;
	background: url('/images/red_arrow.gif') no-repeat right 5px;
}

a.redLink_more:hover {
	color: #000000;
	text-decoration: none;
	background: url('/images/grey_arrow.gif') no-repeat right 5px;
}

a.greyLink_more:link, a.greyLink_more:visited {
	color: #7e736e;
	text-decoration: none;
	padding-right: 5px;
	background: url('/images/grey_arrow.gif') no-repeat right 5px;
}

a.greyLink_more:hover {
	color: #000000;
	text-decoration: none;
	background: url('/images/grey_arrow.gif') no-repeat right 5px;
}

.arial_orange_14 {
	font-size: 14px;
	color: #ef7b1f;
}

a.greyLink:link, a.greyLink:visited {
	text-decoration: none;
	color: #595959;
}

a.greyLink:hover {
	text-decoration: none;
	color: #ef3e35;
}


a.redLink:link, a.redLink:visited {
	text-decoration: none;
	color: #cf3830;
}

a.redLink:hover {
	text-decoration: underline;
	color: #000000;
}


a.darkRedLink:link, a.darkRedLink:visited {
	text-decoration: none;
	color: #b07761;
}

a.darkRedLink:hover {
	text-decoration: underline;
	color: #000000;
}

.treb28_darkRed {
	font-family: "Trebuchet MS";
	font-size: 28px;
	color: #b07761;
}
.treb28_orange {
	font-family: "Trebuchet MS";
	font-size: 28px;
	color: #ef7b1f;
}

.podmeni {
	display:block;
	text-align:center;
	margin-right:5px;
	float:left;
	width:79px;
	height:21px;
	background:url('/images/meni_unutra_bg.gif') top;
	text-decoration:none;
	line-height:21px;
	vertical-align:middle;
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}
.podmeni:hover{
	background:url('/images/meni_unutra_bg.gif') bottom;
}
a.pagingLink:link, a.pagingLink:visited {
	float: left;
	margin-right: 3px;
	display: block;
	width: 17px;
	height: 17px;
	line-height: 17px; /* ovo ga centrira po sredini */
	background: url('/images/paging.gif') no-repeat top;
	
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

a.pagingLink:hover {
	background: url('/images/paging.gif') no-repeat bottom;
	color: #000000;
	text-decoration: none;
}

div.activePage {
	float: left;
	margin-right: 3px;
	display: block;
	width: 17px;
	height: 17px;
	line-height: 17px; /* ovo ga centrira po sredini */
	background: url('/images/paging.gif') no-repeat bottom;
	
	font-size: 10px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}

a.smallMenu:link, a.smallMenu:visited {
	display: block;
	width: 50px;
	height: 16px;
	float: right;
	
	background: url('/images/menu_small_link.gif') no-repeat bottom;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	margin-left: 2px;
}

a.smallMenu:hover  {
	color: #ef7b1f;
	text-decoration: none;
	background: url('/images/menu_small_link.gif') no-repeat top;
}

a.smallMenuSelected:link, a.smallMenuSelected:visited, a.smallMenuSelected:hover {
	background-position: top;
	color: #ef7b1f;
	text-decoration: none;
}

.bigOrangeText {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 28px;
	color: #f78f1e;
}
#faq {
	margin-top:5px;
	margin-bottom:15px;
	padding:5px;
	background-color:#f9f9f9;
}
#faqTitle {
	font-size: 16px;
	color: #f78f1e;
}

#priceTag {
	position: absolute;
	width: 126px;
	height: 36px;
	background: url(/images/price_tag.png) no-repeat;
	margin-top: 13px;
	line-height: 36px;
	padding-left: 10px;
	
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 20px;
	color: #ffffff;
}
a.RedLink2:link, a.RedLink2:visited {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	color: #b07761;
}

a.RedLink2:hover {
	text-decoration: underline;
	color: #000000;
}
#disclamerTitle {
	font-size: 16px;
	color: #f33e37;
}
#disclamer {
	margin-top:5px;
	padding:5px;
	background-color:#f9f9f9;
}

a.whiteLink:link, a.whiteLink:visited {
	color: #ffffff;
	text-decoration: none;
}

a.whiteLink:hover {
	color: #ffffff;
	text-decoration: underline;
}
#ikone {
	float: left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#928c8c; 
	margin-top:5px; 
	margin-left:10px; 
	margin-right:30px;
}
#ikone a{
	float: left; 
	color:#928c8c; 
	text-decoration: none;
}
#ikone a:hover{
	float: left; 
	color:#ef7b1f; 
	text-decoration: none;
}
a.develop:link, a.develop:visited {
	font-size:13px;
	text-decoration: none;
	color: #b07761;
}

a.develop:hover {
	text-decoration: none;
	color: #755042;
}