html {
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-family: Tahoma, Geneva, Arial, "Lucida Grande", "Lucida Sans", sans-serif;
    font-size: 12px;
    background-color: white;
/*    background-color: #EBF5FE;  */
    background-image: url('/static/background.jpg');
    background-repeat: repeat;
    background-position: top center;
}


a {
    text-decoration: none;
    color: #003399;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

a.plain:hover {
    text-decoration: none;
}


pre {
    display: inline;
    font: inherit;
    font-size: inherit;
}


div {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
}


.link {
    cursor: pointer;
}

.fullwidth {
    width: 100%;
}

.fullheight {
    height: 100%;
}

.limited {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.inlineblock {
    position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	text-align: middle;
}


p {
    margin: 0;
    padding: 0;
    text-indent: 1.5em;
}


/* Forms */
form {
    padding: 0;
    margin: 0;
}


input.text, textarea {
	padding: 4px 3px;
	border: 1px solid #CCCCCC;
}

select {
	border: 1px solid #CCCCCC;
}


input.full, textarea.full {
	display: block;
	position: relative;
	margin: 0 -4px;
	padding: 2px 3px;
	border: 1px solid #CCCCCC;
/*
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	margin-left: -4px;
	padding: 2px 3px;
	border-width: 1px;
*/
}

select.full, select.fullwidth {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 -1px;
/*    left: -1px; */
	padding: 0;
	border-width: 1px;
}

.fullwrapper {
	position: relative;
	padding: 0px 4px;
	background-color: transparent;
    border: 0 none;
    zoom: 1;
}

.fullselectwrapper {
	position: relative;
	padding: 0px 1px;
	background-color: transparent;
}

input.fullwidth, textarea.fullwidth {
	display: block;
	position: relative;
	margin: 0 -4px;
	padding: 2px 3px;
	border: 1px solid #CCCCCC;
}

input.medium, select.medium {
    width: 180px;
}

input.smallformbutton {
    float: right;
    padding: 2px 3px;
    font-weight: bold;
}

input.singlebutton:focus,
input.singlebutton:active,
input.singlebutton:hover {
    outline: none;
}

input.error, select.error, textarea.error {
    background-color: #FFF2F2;
    border: 1px solid #CC6666;
}

button.clean {
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
}

span.mand_flag {
    padding: 0 12px 0 6px;
}


span.error {
    color: #CC6666;
}

div.error {
    margin: 10px;
    padding: 10px;
    background-color: #FFF2F2;
    border: 1px solid #CC6666;
}

div.message {
    margin: 10px;
    padding: 10px;
    background-color: #E8EFFF;
    border: 1px solid #3366CC;
}


div.fullwidthwrapper {
	position: relative;
    padding: 0 4px;
	background-color: transparent;
}



#main {
	position: relative;	/* IE fix */
	clear: both;
	width: 100%;
	overflow: hidden;
	background: transparent;		/* Left column background */
    padding-top: 5px;
    padding-bottom: 15px;
}

#colmid {
	float: left;
	width: 200%;
	position: relative;
	left: 151px;
	background: transparent;    	/* Center column background */
}

#colright {
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -302px;
	background: transparent;    	/* Right column background */
}

#col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}

#col1pad {
	margin: 0 0 0 302px;
	overflow: hidden;
}

#content_column {
	width: 100%;
	overflow: hidden;
}

#left_column {
	float: left;
	width: 135px;
	position: relative;
	margin-left: -50%;
	left: 159px;
}

#right_column {
	float: left;
	width: 135px;
	position: relative;
	left: 8px;
}

#content_column_single {
    margin: 0 92px;
}

#page_shadow {
    position: relative;
    width: 968px;
    margin: 0 auto;
}

#shadow_left {
    padding-left: 9px;
    background-image: url('/static/shadow-left.png');
    background-position: left top;
    background-repeat: repeat-y;
    overflow: hidden;
}

#shadow_right {
    padding-right: 9px;
    background-image: url('/static/shadow-right.png');
    background-position: right top;
    background-repeat: repeat-y;
    overflow: hidden;
}

#shadow_bottom {
    position: relative;
    height: 9px;
    font-size: 0;
    overflow: hidden;
}

#shadow_bottom_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    height: 100%;
    background-image: url('/static/shadow-bottomleft.png');
}

#shadow_bottom_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 9px;
    height: 100%;
    background-image: url('/static/shadow-bottomright.png');
}

#shadow_bottom_center {
    height: 100%;
    margin: 0 9px;
    background-image: url('/static/shadow-bottom.png');
    background-repeat: repeat-x;
}


#page {
    position: relative;
    padding-bottom: 10px;
    background-color: white;
}

#header {
    padding-top: 15px;
    text-align: center;
}

#header_links {
    margin: 10px 0 0 0;
    font-size: 14px;
}

#header_links a {
    margin: 0 17px;
    color: #336699;
}

#header_links a.highlight {
    color: #CC0000;
}

#header_subnav {
    margin: 27px 0 0 0;
	padding: 0 151px;
	height: 13px;
    font-size: 10px;
	text-align: left;
	overflow: hidden;
}

#header_subnav a {
    color: #336699;
	vertical-align: middle;
}

#header_subnav img.crumb {
	margin-top: 2px;
	vertical-align: middle;
}


/*
#left_column {
    float: left;
    margin: 0 8px;
    width: 136px;
}

#content_column_single {
    margin: 0 92px;
}

#right_column {
    float: right;
    margin: 0 8px;
    width: 136px;
}

#content_column {
    margin: 0 154px;
}
*/

#left_column .genericborderedbox, #left_column .titledbox {
    margin-bottom: 10px;
}

#right_column .genericborderedbox {
    margin-bottom: 10px;
}

#right_column .banner {
    position: relative;
    margin-bottom: 10px;
}

#top_ponude {
    margin: 0 -22px;
    padding-bottom: 30px;
}

#footer {
    clear: both;
    margin: 10px 8px 0 8px;
    font-size: 10px;
    text-align: justify;
    color: #666666;
    background-color: #EBF5FE;
    border: 2px solid #9ECEFC;
}

#footer h2 {
    font-size: 1.1em;
}

#footer a {
    color: #666666;
}


#footer_links {
    margin: 15px 8px 0 8px;
    font-size: 11px;
    text-align: center;
    color: #666666;
}

#footer_links a {
    color: #666666;
}

#page #footer {
    padding: 4px 130px;
}

#content_column_single #footer {
    padding: 8px 8px 4px 8px;
}

div.floatcontainer {
    overflow: hidden;
    width: 100%;
}

.floathalf {
    float: left;
    width: 50%;
    display: inline;
}



div.shadowed {
    position: relative;
    float: left;
    background: url('/static/shadow.png') no-repeat bottom right !important;
    background: url('/static/shadow.gif') no-repeat bottom right;
    margin: 10px -6px 0 18px;
    display: inline;
}

div.shadowed img {
    display: block;
    position: relative;
    background-color: white;
    margin: -6px 6px 6px -6px;
}




div.messagepane {
    border: 2px solid #CCCCCC;
    background-color: #F8F8F8;
    padding: 50px;
    margin: 50px 100px;
    font-size: 14px;
}

div.messagepane div.links {
    margin: 25px 10px 10px 10px;
}



/* box u sidebar-ovima */

div.genericborderedbox, button.genericborderedbox {
    position: relative;
    border: 1px solid #CCCCCC;
    padding: 4px 2px;
    font-size: 11px;
}

div.genericborderedbox {
    font-size: 11px;
}

div.genericborderedbox h1 {
    padding: 0 0 4px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #0099FF;
}

div.genericborderedbox h1 a {
    color: #0099FF;
}

div.genericborderedbox h2 {
    padding: 2px 2px 6px 2px;
    display: block;
    text-align: left;
    font-size: 12px;
    color: #0099FF;
}

div.genericborderedbox h2 a {
    color: #0099FF;
}

div.genericborderedbox h2 img {
    display: block;
    float: left;
    padding-right: 2px;
}

div.genericborderedbox h3 {
    display: inline;
    color: #0099FF;
    font-size: 11px;
}

div.genericborderedbox h3 a {
    color: #0099FF;
}

/* box sa naslovom */

div.titledbox {
}

div.titledbox div.border {
    position: relative;
    border: 1px solid;
}

div.titledbox div.title {
    position: relative;
/*    margin-top: -1.2ex; */
    top: -1.2ex;
    text-align: left;
    font-weight: bold;
/*    float: left; */
}

div.titledbox div.title span.title {
    padding: 0 4px;
    background-color: white;
}

div.titledbox div.contents {
    position: relative;
    margin-top: -1.2ex;
}

/* ponde na pocetnoj strani */

div.topponuda {
    float: left;
    margin: 30px 30px 0 30px;
    width: 210px;
    display: inline;
}

div.topponuda div.border {
    border: 2px solid;
}

div.topponuda div.title {
    white-space: nowrap;
    overflow: hidden;
    padding-left: 8px;
}

div.topponuda div.title span.title {
    padding: 0 5px;
}

div.topponuda div.contents {
    position: relative;
    padding: 6px 13px;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1;
}

div.topponuda div.thumb {
    width: 100%;
    height: 85px;
    margin-top: 5px;
    overflow: hidden;
}

div.topponuda div.details {
    margin-top: 6px;
}

div.topponuda img.watermark {
    position: absolute;
    bottom: 6px;
    right: 13px;
}

div.topponuda div.agency {
    padding-top: 15px;
    margin-left: -5px;
    width: 100%;
    overflow: hidden;
}


/* Forma ze pretragu u levoj koloni */

div.quicksearch {
    border-color: #0099FF;
    padding: 5px;
}

div.quicksearch h3 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 12px;
}

div.quicksearch div {
    margin: 5px 0 3px 0;
}

div.quicksearch select, div.quicksearch input.text {
    font-size: 10px;
    border-color: #6E92B6;
    background-color: white;
}

div.quicksearch input.submit, div.quicksearch input.button {
    background-color: white;
    font-size: 10px;
    border-color: #0099FF;
    color: #0099FF;
}


/* Ponude u levoj koloni */

div.ponudebox {
}

div.ponudebox div.border {
    border: 2px solid;
}

div.ponudebox div.title {
    white-space: nowrap;
    overflow: hidden;
    padding-left: 8px;
}

div.ponudebox div.contents {
    padding-top: 3px;
}

div.ponudebox div.title span.title {
    padding: 0 5px;
}

div.ponudebox div.ponuda {
    position: relative;
    margin: 0px 5px;
    padding: 7px 0 6px 0;
    font-size: 11px;
    border-top: 1px dashed gray;
}

div.ponudebox div.first {
    border: none;
}

div.ponudebox div.ponuda div.first {
    border-top: none;
}

div.ponudebox div.ponuda .details {
    float: right;
    height: 100%;
    text-align: right;
}

div.ponudebox div.ponuda .price {
    color: red;
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    vertical-align: bottom;
}

div.ponudebox a {
    color: black;
}


/* Korisni linkovi */

div.usefull {
}

div.usefull table {
    border-spacing: 0 15px;
    width: 100%;
}

div.usefull td.icon {
    text-align: center;
    vertical-align: middle;
    padding: 2px 4px 2px 8px;
    width: 0;
}

div.usefull td.icon img {
    width: 28px;
    height: 28px;
}

div.usefull td.title {
    text-align: center;
    vertical-align: middle;
    padding: 2px 8px 2px 4px;
    font-size: 11px;
}

div.usefull tr.hover td.title {
    color: #003399;
}

div.usefull tr span {
    position: relative;
}

div.usefull tr span.active {
    display: none;
}

div.usefull tr span.inactive {
    display: inline;
}

div.usefull tr.hover span.active {
    display: inline;
}

div.usefull tr.hover span.inactive {
    display: none;
}


/* Vrh stranice sa razultatima ponuda */

div.ponudehead {
    margin-bottom: 12px;
}

div.ponudehead h1, div.ponudehead div.blogsbox h1 {
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #0099FF;
}

div.ponudehead h1 img, div.ponudehead div.blogsbox h1 img {
    margin-top: -4px;
    padding-left: 6px;
    vertical-align: middle;
}

div.ponudehead h3 {
    display: inline;
    color: #0099FF;
    font-size: 10px;
}

div.ponudehead h3 a {
    color: #0099FF;
}

div.ponudehead pre {
    display: inline;
    margin: 0;
    padding: 0;
}

div.ponudehead div.page {
    height: 245px;
    margin-right: 215px;
    padding: 8px;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    text-align: justify;
}

div.ponudehead div.page h1 {
    padding: 2px 0 14px 0;
    display: block;
    text-align: left;
    font-size: 15px;
    color: #0099FF;
}

div.ponudehead div.gallerybox {
    float: right;
    clear: right;
    height: 120px;
    width: 194px;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    padding: 0 8px 8px 8px;
    display: inline;
}

div.ponudehead div.gallerybox h1 {
    padding-bottom: 13px;
}

div.ponudehead div.gallerybox img.large {
    width: 80px;
    height: 60px;
    vertical-align: top;
    margin: 14px 9px;
}

div.ponudehead div.gallerybox img.small {
    width: 48px;
    height: 36px;
    vertical-align: top;
}

div.ponudehead div.blogsbox {
    float: right;
    clear: right;
    margin-top: 3px;
    background-color: #F5F5F5;
    font-size: 10px;
    display: inline;
}

div.ponudehead div.blogsbox div.border {
    height: 120px;
    width: 194px;
    border: 1px solid #CCCCCC;
    padding: 0 8px 8px 8px;
}

div.ponudehead div.blogsbox div.hover {
    border-color: black;
}

div.ponudehead div.blogsbox h1 {
    padding-bottom: 15px;
}

div.ponudehead div.blogsbox ul {
    font-size: 12px;
    line-height: 18px;
}

div.ponudehead div.blogsbox img.icon {
    margin: 0 5px 0 0;
    float: left;
}


/* Full search forma */

div.search {
    border: 1px solid #8FD2FF;
    padding: 5px 15px;
    font-size: 12px;
}

div.search h1 {
    text-align: left;
}

div.search div.formwrapper {
    margin: 0 20px;
}

div.search table {
    width: 100%;
}

div.search table td {
    vertical-align: middle;
    padding: 10px 5px 0 5px;
}

div.search select {
    width: 180px;
}

div.search input.text {
    padding: 1px 3px;
    width: 40px;
}

div.search input.submit {
    float: right;
    font-size: 14px;
    padding: 6px 10px;
/*    margin: -10px 0 10px 0; */
    margin: 10px 0 10px 0;
}

/* Vrh stranice sa ponudom */

div.ponudahead {
    padding: 5px 10px;
    font-size: 11px;
}

div.ponudahead h3 {
    display: inline;
    font-size: 11px;
    font-weight: bold;
    color: black;
    padding-right: 5px;
}

div.ponudahead table.agencija {
    table-layout: fixed;
    border-collapse: collapse;
}

div.ponudahead table.agencija td {
    overflow: hidden;
    vertical-align: middle;
}

div.ponudahead table.agencija td.logo {
    width: 40%;
    padding: 8px 4px 8px 8px;
    text-align: center;
}

div.ponudahead table.agencija td.details {
    width: 60%;
    padding: 8px 8px 8px 4px;
    text-align: left;
}

div.ponudahead table.detail td {
    vertical-align: top;
    font-size: 11px;
}

div.ponudahead div.genericborderedbox {
    border-width: 2px;
    border-color: #EEEEEE;
    padding: 4px 6px;
}

div.ponudahead div.cena {
    position: relative;
    margin-top: 6px;
    width: 73px;
    border: 1px solid #999999;
    height: 30px;
    text-align: center;
    font-size: 10px;
    padding: 3px 0;
    overflow: hidden;
}

div.ponudahead div.nova {
    margin-left: 22px;
    float: left;
    display: inline;
}

div.ponudahead div.stara {
    float: left;
    display: inline;
}

div.ponudahead div.cena div.vrednost {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
}

div.ponudahead div.cena div.vrednost span.nova {
    font-weight: bold;
    color: red;
    font-size: 14px;
}

div.ponudahead div.strikethrough {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/static/strike-through.png');
    background-position: center center;
    background-repeat: no-repeat;
}

div.ponudahead img.icon {
    margin-left: 4px;
    vertical-align: top;
}

div.ponudahead div.thumb {
    position: relative;
    float: left;
    background: url('/static/shadow.png') no-repeat bottom right !important;
    background: url('/static/shadow.gif') no-repeat bottom right;
    margin: 10px -6px 0 18px;
    display: inline;
}

div.ponudahead img.thumb {
    display: block;
    position: relative;
    width: 108px;
    height: 81px;
    background-color: white;
    margin: -6px 6px 6px -6px;
}

div.ponudahead div.watermark {
    position: absolute;
    top: -6px;
    left: -6px;
    padding: 8px 0;
    width: 108px;
    height: 65px;
    text-align: center;
    background: transparent;
    cursor: pointer;
}

div.ponudahead div.watermark img {
    height: 65px;
}


/* Napisite putopis */

div.napisiteputopis {
    cursor: pointer;
}

div.napisiteputopis div.hover {
/*    background-color: #F4FAEC; */
    border-color: black;
}

div.napisiteputopis div h1 {
    padding: 5px 0;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #0099FF;
}

div.napisiteputopis div h1 img {
    margin-top: -4px;
    padding-left: 6px;
    vertical-align: middle;
}

div.napisiteputopis ul {
    position: absolute;
    padding: 0px;
    list-style: inside;
    margin: 5px;
}

div.napisiteputopis li {
    margin: 0;
    padding: 1px 0;
}


/* Legenda na dnu strane */

div.legenda {
    clear: both;
    margin: 20px auto 0 auto;
    text-align: center;
    font-size: 10px;
    color: #333333;
}

div.legenda span {
    padding: 0 2px;
    vertical-align: bottom;
}

div.legenda span.icon {
    padding: 0 2px 0 8px;
}

div.legenda span.icon img {
    vertical-align: bottom;
    height: 14px;
}


/* Filter forma na strani sa ponudama */

div.ponudefilter {
    font-size: 12px;
    background-color: #D5ECB4;
    border: 1px solid #99C299;
    padding: 0 10px;
}

div.ponudefilter label {
    margin-right: 10px;
}

div.ponudefilter label, div.ponudefilter input, div.ponudefilter select {
    vertical-align: middle;
    font-size: 11px;
}


/* Ponude u razultatima */

div.ponudelist {
    position: relative;
}

div.ponudasingle {
    position: relative;
    background-color: white;
    padding: 6px 0;
}

div.ponudelist div.ponuda {
    margin: 14px 0 4px 0;
}

div.ponudasingle div.ponuda {
    margin: 6px 0;
}

div.ponudelist div.ponuda div.border {
    position: relative;
    border-width: 2px;
}

div.ponudelist div.ponuda div.title {
    white-space: nowrap;
/*    overflow: hidden; */
    padding-left: 8px;
}

div.ponudelist div.ponuda div.contents {
    position: relative;
    padding: 0 10px 5px 10px;
    overflow: hidden;
    margin-top: -8px;
}

div.ponudelist div.ponuda div.shadow {
    position: absolute;
    float: left;
    background: url('/static/shadow.png') no-repeat bottom right !important;
    background: url('/static/shadow.gif') no-repeat bottom right;
}

div.ponudelist div.ponuda div.thumb {
    display: block;
    position: relative;
    width: 132px;
    height: 99px;
    background-color: white;
    margin: -6px 6px 6px -6px;
}

div.ponudelist div.ponuda img.thumb {
    width: 132px;
    height: 99px;
}

div.ponudelist div.ponuda div.logo {
    width: 75px;
    height: 67px;
    line-height: 67px;
    text-align: center;
}

div.ponudelist div.ponuda div.logo img {
    vertical-align: middle;
    width: 75px;
}

div.ponudelist div.ponuda div.watermark {
    position: absolute;
    top: 0;
    left: 0;
    width: 132px;
    height: 99px;
    text-align: center;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

div.ponudelist div.ponuda div.watermark a {
    position: relative;
    display: block;
    text-decoration: none;
    margin-top: 10px;
}

div.ponudelist div.ponuda div.watermark img.watermark {
    height: 80px;
}

div.ponudelist div.ponuda div.agency {
    margin-top: 15px;
    margin-left: -5px;
}

div.ponudelist div.ponuda div.description {
    border: 1px solid #999999;
    background-color: #F5F5F5;
    font-size: 11px;
    text-align: justify;
    height: 40px;
    padding: 0 2px;
    overflow: hidden;
}

div.ponudelist div.ponuda div.cena {
    position: relative;
    width: 73px;
    border: 1px solid #999999;
    height: 30px;
    text-align: center;
    font-size: 10px;
    padding: 3px 0;
    overflow: hidden;
}

div.ponudelist div.ponuda div.nova {
    float: left;
}

div.ponudelist div.ponuda div.stara {
}

div.ponudelist div.ponuda div.cena div.vrednost {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
}

div.ponudelist div.ponuda div.cena div.vrednost span.nova {
    font-weight: bold;
    color: red;
    font-size: 14px;
}

div.ponudelist div.ponuda div.strikethrough {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/static/strike-through.png');
    background-position: center center;
    background-repeat: no-repeat;
}

div.ponudelist div.ponuda img.icon {
    padding-left: 6px;
    vertical-align: top;
}

table.ponuda {
    position: relative;
    table-layout: fixed;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.ponuda td {
    padding: 0;
    vertical-align: top;
}

table.ponuda td.first {
    width: 138px;
}

table.ponuda td.first div.padding {
    position: relative;
    padding: 18px 0 0 6px;
}

table.ponuda td.second {
    width: 105px;
}

table.ponuda td.second div.padding {
    padding: 0 17px 0 13px;
}

table.ponuda td.third {
}



/* Meni agencije */

div.agencijamenu, div.adminmenu {
    font-size: 12px;
    background-color: #D5ECB4;
    padding: 12px 6px;
}

div.agencijamenu h1, div.adminmenu h1 {
    color: black;
    font-size: 14px;
    text-align: left;
    padding: 8px 0 12px 0;
}

div.agencijamenu p, div.adminmenu p {
    padding: 2px 0;
    text-indent: 0;
}



/* Boje okvira i naslova ponuda */

div.firstminute div.border,
div.random div.border {
    border-color: #BCD390;
    border-color: #96D043;
}

div.lastminute div.border,
div.latest div.border {
    border-color: #8FD2FF;
    border-color: #44B8FF;
}

div.pending div.border {
    border-color: #FF3333;
}

div.edited div.border {
    border-color: #FF3333;
}

div.expired div.border {
    border-color: #000;
}

div.suspended div.border {
    border-color: #999;
}

div.firstminute div.title,
div.random div.title {
    color: #BCD390;
    color: #96D043;
}

div.lastminute div.title,
div.latest div.title {
    color: #8FD2FF;
    color: #44B8FF;
}

div.pending div.title {
    color: #F33;
}

div.edited div.title {
    color: #F33;
}

div.expired div.title {
    color: #000;
}

div.suspended div.title {
    color: #999;
}



/* Vrh stranice sa ponudom agencije */

div.agencijahead {
    position: relative;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    text-align: left;
    margin-bottom: 12px;
}

div.agencijahead table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

div.agencijahead td {
    vertical-align: middle;
    font-size: 14px;
}

div.agencijahead td.logo {
    width: 50%;
    padding: 8px 4px 8px 8px;
    text-align: center;
}

div.agencijahead td.details {
    width: 50%;
    padding: 8px 8px 8px 4px;
    text-align: left;
}

div.agencijahead td.minheight {
    width: 1px;
}

div.agencijahead div.minheight {
    height: 185px;
}

/* Putopis sidebar */
div.putopissidebar {
/*    cursor: pointer; */
}

div.putopissidebar div.genericborderedbox {
    font-size: 11px;
}

div.putopissidebar div.hover {
    border-color: black;
}

/* Mailing list forma */
div.mailinglist {
    padding: 5px 2px;
    font-size: 11px;
}

div.mailinglist div.fullwidthwrapper {
    margin-top: 10px;
}

div.mailinglist input {
    font-size: 11px;
}

div.mailinglist input.text {
    margin-top: 5px;
}

div.mailinglist input.submit, div.mailinglist input.button {
    border-color: #CCCCCC;
    color: white;
    background-color: #96D043;
}


/* Paginacija */

div.pagination {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 0px;
    padding: 0 20px;
}

div.pagination a {
    color: black;
    padding: 2px 3px 4px 3px;
}

div.pagination span.activepage {
/*    font-size: 16px;
    font-weight: bold; */
    color: white;
    padding: 2px 3px 4px 3px;
    background-color: #44B8FF;
}


/* Centralni deo podeljen u sekcije */

div.sections {
    position: relative;
}

.sections h1 {
    display: block;
    background-color: #EBF5FE;
    color: #0099FF;
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
}

.sections h2 {
    display: block;
    background-color: #EBF5FE;
    color: #0099FF;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
}

.sections h3 {
    display: block;
    background-color: #F4FAEC;
    color: #6F9F0F;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}

.sections h4 {
    display: block;
    color: #6F9F0F;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 2px 0;
}

.sections div.searchform {
    padding: 8px 4px;
}

.sections div.searchform .title {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}



/* Fotogalerije */

.gallery div.thumblist {
    position: relative;
    padding: 25px 0;
    margin: 0 auto;
    width: 560px;
}

.gallery div.gallerylist {
    position: relative;
    clear: both;
    padding: 5px 0;
    margin: 0 auto;
    width: 560px;
}

.gallery div.thumb {
    cursor: default;
}

.gallery .thumblist div.thumb {
    float: left;
    padding: 5px 10px;
}

.gallery .gallerylist div.thumb {
    float: left;
    padding: 10px;
    font-size: 10px;
}

.gallery div.thumb img {
    width: 120px;
    opacity: 1;
    filter: alpha(opacity = 100);
}

.gallery div.hover {
    background-color: #F4FAEC;
    border: 1px solid #6F9F0F;
}

.gallery div.hover img {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.gallery .thumblist div.hover {
    padding: 4px 9px;
}

.gallery .gallerylist div.hover {
    padding: 9px;
}



/* Putopisi */

.putopisi div.putopis {
    position: relative;
    padding: 15px 9px 5px 10px;
    line-height: 14px;
    height: 238px;
}

.putopisi div.putopis div.image {
    float: right;
    margin: 0 0 4px 8px;
}

.putopisi div.putopis div.image img {
    width: 200px;
    height: 150px;
}

.putopisi div.putopis div.text {
    text-align: justify;
}

.putopisi div.list {
    position: relative;
    clear: both;
    padding: 5px 0;
}

.putopisi div.thumb {
    position: relative;
    overflow: hidden;
    padding: 10px;
    font-size: 10px;
    cursor: default;
    height: 90px;
}

.putopisi div.thumb div.image {
    float: left;
    cursor: pointer;
}

.putopisi div.thumb div.image img {
    width: 120px;
    height: 90px;
    opacity: 1;
    filter: alpha(opacity = 100);
}

.putopisi div.hover div.image img {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.putopisi div.thumb div.details {
    position: relative;
    margin-left: 132px;
    height: 100%;
}

.putopisi div.thumb h4 {
    padding-top: 2px;
    padding-bottom: 8px;
}

.putopisi div.thumb div.details a {
    cursor: pointer;
    color: #6F9F0F;
}

.putopisi div.thumb div.title {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}

.putopisi div.thumb div.author {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    padding-bottom: 2px;
    white-space: pre;
}

.putopisi div.hover {
    border: 1px solid #6F9F0F;
    padding: 9px;
}


/* Putopis */

.putopispage {
    position: relative;
    background: none;
    padding-top: 10px;
}

.putopispage h1 {
    display: block;
    text-align: center;
    background: none;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 0 12px 0;
}

.putopispage h2 {
    display: block;
    text-align: left;
    text-indent: 15px;
    color: black;
    background: none;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 0 9px 0;
}

.putopispage h3 {

}

.putopispage h4 {

}

.putopispage p {
    text-align: justify;
    text-indent: 30px;
}




/* Forme */


div.form {
    position: relative;
    padding: 3px;
    margin: 0;
}

table.form {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

table.form td {
    vertical-align: middle;
    padding: 10px 5px;
    white-space: normal;
    overflow: auto;
    border: solid #CCCCCC;
    border-width: 0;
}

table.form td.highlight {
    background-color: #FFD8D8;
    border: solid #FF0808;
    border-width: 0;
}

table.form td.btop {
    border-top-width: 1px;
}

table.form td.bright {
    border-right-width: 1px;
}

table.form td.bbottom {
    border-bottom-width: 1px;
}

table.form td.bleft {
    border-left-width: 1px;
}

table.form input.text,
table.form select, table.form textarea {
	border: 1px solid #CCCCCC; /*#6E92B6;*/
}

table.form label {
    padding: 0 8px 0 4px;
}

table.form input.small {
    width: 60px;
    padding: 2px 3px;
}

table.form select.small {
    width: 60px;
}

table.form input.medium {
    width: 150px;
    padding: 2px 3px;
}

table.form select.medium {
    width: 150px;
}

table.form input.large {
    width: 250px;
    padding: 2px 3px;
}

table.form td.highlight {
/*    padding: 20px 0; */
}

table.form td.info {
    padding: 0;
    font-size: 11px;
    text-align: justify;
}

table.form div.info {
    padding: 2px 5px 10px 5px;
}

table.form span.info {
    font-size: 11px;
}


table.highlight {
    background-color: #FFD8D8;
    border: 1px solid #FF0808;
    padding: 10px 0;
}

table.form div.exchangeable {
    display: none;
}

table.form td.titleabove {
    padding: 10px 5px 0 5px;
}

table.first {
    border-width: 1px 1px 0 1px !important;
}

table.last {
    border-width: 0 1px 1px 1px !important;
}

table.middle {
    border-width: 0 1px !important;
}

div.formsingle {
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
}

div.formfirst {
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    border-width: 1px 1px 0 1px !important;
}

div.formmiddle {
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    border-width: 0 1px !important;
}

div.formlast {
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    border-width: 0 1px 1px 1px !important;
}

p {
    margin: 0px;
}

.bold {
    font-weight: bold;
}

.min {
    width: 1px;
}

.hidden {
    display: none;
}

.indented {
    text-indent: 2em;
}

.lefted {
    text-align: left;
}

.righted {
    text-align: right;
}

.centered {
    text-indent: 0;
    text-align: center;
}

.justified {
    text-align: justify;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clearfix { display: inline-block; }

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/