/* GALLERY START */

@font-face {
	font-family: 'forte-custom';
	src: url('fonts/FORTE.TTF'); 
}

@font-face {
	font-family: 'body-custom'; 
	src: url('fonts/MAIAN.TTF'); 
	<!--[if IE]>
		src: url('fonts/MAIAN.eot');
	<![endif]-->
}

@font-face {
	font-family: 'gabriola-custom';
	src: url('fonts/Gabriola.eot'); 
	src: url('fonts/Gabriola.ttf');
}

.srb {
	background: url(images/sr.png) left no-repeat;
}

.eng {
	background: url(images/en.png) left no-repeat;
}

.roundedTop {
	background-color: #18062C;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	opacity: 0.65;
}

.middle {
	background-color: #18062C;
	opacity: 0.65;	
	padding: 10px;
}

.roundedBottom {
	background-color: #18062C;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	opacity: 0.65;
	color: #FFF;
	text-align: center;
}

.mainTitle {
	font-size: 28px;
	font-family: forte-custom, Helvetica;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.actionButton {
	text-align: center;
	font-size: 15px;
	padding: 3px;
	background-color: #171717;
	border: 1px solid #FFF;
	cursor: pointer;
	opacity: 0.75;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.actionButton:hover {	
	opacity: 1;
	border: 2px solid #FFF;
	padding: 2px;
}

.mainImg {
	border: 0px;
	padding: 5px;
	background-color: #FFF;
}

.sold {
	position: absolute;
	margin-bottom: 0px;
	margin-right: 0px;
}
/* GALLERY FINISH */

* html {font-family: body-custom, Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;}

body {
	background: url(images/background2.jpg) center;
	background-attachment: fixed;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
	font-weight: bold;
	font-family: body-custom, Arial, Helvetica, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
}

.clr {
	clear: both;
}

.siteHeader {
	height: 180px;
	width: 900px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

#footer {
	height: 50px;
	font-size: 13px;
	color: #895762;
	text-align: center;
	background-color: #f5f5f5;
	border-top: 2px dotted #d5d5d5;
}

#mainTable {
	height: 100%;
	width: 900px;
	border: 2px solid #d5d5d5;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	padding: 3px;
	background-color: #fff;	
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #757575, #a7a7a7, #f5f5f5); 
    background-image:    -moz-linear-gradient(left, #757575, #a7a7a7, #f5f5f5); 
    background-image:     -ms-linear-gradient(left, #757575, #a7a7a7, #f5f5f5); 
    background-image:      -o-linear-gradient(left, #757575, #a7a7a7, #f5f5f5); 
}

.datepickr {
	cursor: pointer;
	color: a7a7a7;
}

.rounded5 {
	border: 1px solid #e7e7e7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0px;
}

.rounded5 input, textarea, select {
	border: 1px dotted #ADD8E6;	
	background-color: #CFEBF9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	color: #333;
	font-family: Arial, Helvetica, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
}

#categoryList {
	width: 200px;
	border: 0px;	
}

#categoryList th {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: #e7e7e7;
	border: 2px solid #e7e7e7;
	color: #000;
}

#categoryList th:hover {
	background-color: #f5f5f5 !important;
	border: 2px solid #75AFD6 !important;
}

#categoryList a {
	font-size: 16px;	
}

#oldEventsList {
	width: 250px;
	border: 0px;
	font-size: 11px;	
}

#oldEventsList th {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	font-size: 16px;
	font-weight: bold;
	background-color: #FF6347;
	color: #fff;
}

#oldEventsList a {
	font-size: 12px;	
}

#newEventsList {
	border: 0px;
	font-size: 14px;
}

#newEventsList th {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	font-size: 16px;
	font-weight: bold;
	background-color: #75AFD6;
	color: #fff;
	text-align: left;
}

#newEventsList a {
	font-size: 16px;
	text-transform: uppercase;	
}

.categorySelected {
	background-color: #f5f5f5 !important;
	border: 2px solid #75AFD6 !important;
}

a {
	font-weight: bold;
	font-size: 12px;
	color: #8B0000;
	text-decoration: none;
	font-family:  Arial, Helvetica, Lucida Grande, Lucida Sans Unicode, sans-serif;
}

a:hover {
	font-weight: bold;
	font-size: 12px;
	color: #800000;
	text-decoration: underline;
	font-family:  Arial, Helvetica, Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.opacity30 {
	border: 0px;
	cursor: pointer;
	opacity: 0.30;	
}

.opacity30:hover {
	border: 0px;
	cursor: pointer;
	opacity: 1;	
}

#mwrapper {
	
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	border: 0px solid #000;
}

#top {
	width: 980px;
	height: 120px;
	border-bottom: 0px solid #000;
}

#logo {
	width: 228px;
	height: 45px;
}

#userDetailTop {
	width: 100%;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	/*background-color: #f5f5f5; border: 1px solid #CACACA; border-bottom: 0px;*/
	text-align: left;
	padding: 3px;
	/*border-top-right-radius: 5px;	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;	-moz-border-radius-topleft: 5px;*/
}

#userDetailTop a {
	font-size: 12px;
	color: #895762;
	text-decoration: none;
}

#userDetailTop a:hover {
	font-size: 12px;
	color: #895762;
	text-decoration: underline;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
}

#search-container {
	font-size: 12px;
	color: #895762;
	background-color: #A9CFD8;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
}

#search-container a {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 0px;
	color: #895762;
	text-decoration: none;
	padding: 5px;
}

#search-container a:hover {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #895762;
	color: #895762;
	text-decoration: none;
	padding: 4px;
	background-color: #eee;
}

#middle {
	
}

.up {
	vertical-align: top;
}

.tableSubTitle {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}


.rounded12 {
	border: 1px solid #CACACA;
	border-top: 0px solid #fff;;
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	/*-moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px;*/
}

.rounded15Outer {
	border: 5px solid #eee;
	border-top: 0px solid #fff;;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	/*-moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px;*/
}

.rounded15OuterUp {
	border: 0px solid #fff;
	border-top: 5px solid #eee;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	background-color: #fff;
}

.disabledField {
	color: #c7c7c7;
}

#sidebar-wrapper {
	background-color: #eee;
	border: 0px;
	margin-top: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}  /*
#sidebar-wrapper ul {
	border:0px solid red;
	list-style:none outside none;
	margin: 0px;
	padding: 0px;
	width: 230px;
	background-color: #fff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
#sidebar-wrapper ul li.title { 
	display :block;
	padding: 4px 2px;
	color: #895762;
	font-weight: bold; font-size: 13px; font-family:Helvetica, Arial Lucida Grande,Lucida Sans Unicode,sans-serif;
	background-color: #f5f5f5; border-bottom: 1px solid #eee;
		width: 226px !important;
}

ul li {
	position:relative; 
	text-align: left;
	padding: 0px;
}
li ul {
	display:none;
	left:210px;
	position:absolute;
	top:0;
	z-index: 100;
}
ul li a {
	font-family:Helvetica, Arial Lucida Grande,Lucida Sans Unicode,sans-serif;
	background:none repeat scroll 0 0 #FFFFFF;
	xborder-color:#CCCCCC #CCCCCC -moz-use-text-color;
	xborder-style:solid solid none;
	xborder-width:1px 1px 0;
	color:#427082;
	display:block;
	padding:4px 2px;
	text-decoration:none;
	font-size: 12px;
	width: 226px !important;
}
* html ul li {*/ /*float:left;*/ /*
height:1%;
}
* html ul li a {
height:1%;
}
ul li a:hover {
background:none repeat scroll 0 0 #f1f1f1;
color:#27586B;
}
li ul li a {
xpadding:2px 5px;
}
li:hover ul, li.over ul {
display:block;
}*/
.tab {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	background-color: #f5f5f5;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
}

.active {
	border-bottom: 0px;
	background-color: #fff;
}

.offerImg {
	padding: 5px;
	border: 1px solid #ddd;
	max-width: 120px;
	width: expression(this.width >   120 ?   120 :   true);
	max-height: 120px;
	height: expression(this.height >   120 ?   120 :   true);
	cursor: pointer;
}
.lastVisitImg {
	padding: 2px;
	border: 1px solid #ddd;
	max-width: 70px;
	width: expression(this.width >   70 ?   70 :   true);
	max-height: 70px;
	height: expression(this.height >   70 ?   70 :   true);
	cursor: pointer;
}
.offerImg1 {
	padding: 5px;
	border: 1px solid #ddd;
	max-height: 120px;
	cursor: pointer;
}

.price {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #895762;
}
.priceRed {
	font-family:Lucida Grande,Lucida Sans Unicode,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #895762;
}
.istice {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #895762;
}

.istice1 {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #895762;
}

#loginDiv {
	height: 270px;
	width: 410px;
	background-color: #fefefe;
	padding: 10px;
	border: 2px solid #CACACA;
}

#loginTitle {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#loginTitle a {
	font-size: 12px;
	color: #895762;
	text-decoration: none;
}

#loginTitle a:hover {
	font-size: 12px;
	color: #895762;
	text-decoration: underline;
}

#loginFooter {
	border-top: 1px solid #ccc;
	padding: 5px;
}

#loginFooter a {
	font-size: 12px;
	color: #895762;
	text-decoration: none;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
}

#loginFooter a:hover {
	font-size: 12px;
	color: #895762;
	text-decoration: underline;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.loginBody a {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 0px;
	color: #895762;
	text-decoration: none;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.loginBody a:hover {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #895762;
	color: #895762;
	text-decoration: none;
	padding: 4px;
	background-color: #efefef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#thumbWrapper a,#LIC_DODAJ_KOMENTAR a,#button a, #priceBlock a {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #895762;
	text-decoration: none;
	padding: 4px;
	background-color: #ececec;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#thumbWrapper a:hover,#LIC_DODAJ_KOMENTAR a:hover,#button a:hover, #priceBlock a:hover {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #895762;
	color: #895762;
	text-decoration: none;
	padding: 4px;
	background-color: #A9CFD8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#main {
	width: 760px;
	float: right;
	height: 500px;
	border: 0px solid #000;
}

#breadcrumb-wrapper {
	
}

#breadcrumb {
	text-align: left;
	margin-left: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #eee;
	color: #777;
	font-size: 12px;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
}

#breadcrumb a {
	font-size: 12px;
	color: #895762;
	text-decoration: none;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
}

#breadcrumb a:hover {
	font-size: 12px;
	color: #895762;
	text-decoration: underline;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
}

#content-wrapper {
	margin-left: 10px;
	background-color: #eee;
	margin-top: 5px;
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#content {
	background-color: #fefefe;
	border: 1px solid #CACACA;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
}

.w170 {
	width: 170px;
}

.w355 {
	width: 355px;
}

.w540 {
	width: 540px;
}

.lastright {
	margin-right: 0px;
}

.container {
	float: left;
	margin-right: 15px;
	border-right: 1px solid #000;
}

#footerLogo {
	background: url(img/footer/footer_kupissimo_logo.jpg) center center no-repeat;
	border: 5px solid #e7e7e7;
	border-bottom: 0px;
	border-top-right-radius: 15px;	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;	-moz-border-radius-topleft: 15px;
}
#footerLeft {
	border-top: 5px solid #e7e7e7;
	background-color: #A9CFD8;
}
#footerRight {
	border-top: 5px solid #e7e7e7;
	background-color: #A9CFD8;
}
#footerBody {
	border-top: 5px solid #e7e7e7;
	background-color: #A9CFD8;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #895762;
}
#footerBody a {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #303030;
	text-decoration: none;
}

#footerBody a:hover {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #303030;
	text-decoration: underline;
}
#footerKontakt {
	background: url(img/footer/footer_kupissimo_kontakt_b.jpg) center center no-repeat;
}
#footerPomoc {
	background: url(img/footer/footer_kupissimo_help_b.jpg) center center no-repeat;
}
#footerUslovi {
	background: url(img/footer/footer_kupissimo_uslovi_b.jpg) center center no-repeat;
}

.thumbWrapper {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.thumbWrapper td.title {
	border-bottom: 2px solid #895762;
}

.thumb {
	border: 1px dotted #aaa;
	padding: 3px;
}

#thumbHolder a {
	border: 0px;
	padding: 0px;
}

#thumbHolder a:hover {
	border: 0px;
	padding: 0px;
}

#offerHolder a {
	background-color: transparent;
	border: 0px;
	padding: 0px;
	font-width: normal;
	font-size: 12px;
	color: #895762;
	text-decoration: none;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
}

#offerHolder a:hover {
	background-color: transparent;
	border: 0px;
	padding: 0px;
	font-width: normal;
	font-size: 12px;
	color: #895762;
	text-decoration: underline;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.title {
	color: #895762;
	font-size: 16px;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

h1 {
	padding: 0px; margin: 0px; 
	font-size: 16px;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-weight: bold;
}

.subtitle {
	color: #555;
	font-size: 14px;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-weight: bold;
	text-align: left;
}

.comment {
	border: 1px dotted #aaa;
	background-color: #eee;
}

.inputField {
	border: 1px solid #895762;
	padding: 4px;
	color: #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.dropable {
	border: 2px solid #fff;
	padding: 2px;
	color: #555;
}

#searchBlock {
	border: 1px solid #895762;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#priceBlock {
	border: 1px solid #895762;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.uCase {
	text-transform: uppercase
}

.lCase {
	text-transform: lowercase
}

#search-container .inputField {
	border: 1px solid #895762;
	padding: 4px;
	color: #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#detailSearchBlock .inputField {
	border: 1px solid #895762;
	padding: 4px;
	color: #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#normalLink a {
	font-size: 12px;
	color: #895762;
	text-decoration: none;
	border: 0px;
	background-color: transparent;
	padding: 0px;
}

#normalLink a:hover {
	font-size: 12px;
	color: #895762;
	text-decoration: underline;
	border: 0px;
	background-color: transparent;
	padding: 0px;
}

.prometDatum {
	border: 1px solid #895762;
	font-weight: bold;
}

.prometOpis {
	border: 1px solid #895762;
	background-color: #dfdfdf;
}

.prometCena {
	border: 1px solid #895762;
	background-color: #d0d0d0;
	font-weight: bold;
}

#LIC_DODAJ_KOMENTAR {
	border: 2px solid #895762;
	padding: 5px;
	background-color: #fff;
}

.wrn {
	padding: 3px;
	border: 2px solid #ccc;
	background-color: #eee;
	font-family: "Lucida Sans Unicode";
}

.wrn th {
	padding: 2px;
	padding-left: 35px;
	background: #FFCC00 url(img/wrn.png) center left no-repeat;
	text-weight: bold;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
}

.wrn td {
	padding: 2px;
	border: 1px solid ddd;
	text-weight: normal;
	font-size: 12px;
}

.err {
	padding: 3px;
	border: 2px solid #ccc;
	background-color: #eee;
	font-family: "Lucida Sans Unicode";
}

.err th {
	padding: 2px;
	padding-left: 35px;
	background: #FF9999 url(img/err.png) center left no-repeat;
	text-weight: bold;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
}

.err td {
	padding: 2px;
	border: 1px solid ddd;
	background-color: eee;
	text-weight: normal;
	font-size: 12px;
}

.inf {
	padding: 3px;
	border: 2px solid #ccc;
	background-color: #eee;
	font-family: "Lucida Sans Unicode";
}

.inf th {
	padding: 2px;
	padding-left: 35px;
	background: #99CCFF url(img/inf.png) center left no-repeat;
	text-weight: bold;
	font-size: 20px;
	text-align: left;
	vertical-align: middle;
}

.inf td {
	padding: 2px;
	border: 1px solid ddd;
	background-color: eee;
	text-weight: normal;
	font-size: 12px;
}

.hlp {
	padding: 3px;
	border: 2px solid #ccc;
	background-color: #eee;
	font-family: "Lucida Sans Unicode";
}

.hlp th {
	padding: 2px;
	padding-left: 35px;
	background: #FFFFFF url(img/hlp.png) center left no-repeat;
	text-weight: bold;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
}

.hlp td {
	padding: 2px;
	border: 1px solid ddd;
	background-color: eee;
	text-weight: normal;
	font-size: 12px;
}

.aukcijaWrapper {
	background-color: #f5f5f5;
	border: 1px solid #A9CFD8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.aukcijaWrapperSpecial {
	border: 2px solid #895762;
	background-color: #CBEFFA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.aukcijaWrapperHead {
	border-bottom: 1px dotted #777;
	background-color: #eee;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}

.aukcijaWrapperFoot{
	border-top: 1px dotted #777;
	background-color: #A9CFD8;
	height: 25px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
}

td.priceData {
	border-left: 1px solid #A9CFD8;
	border-right: 1px solid #A9CFD8;
	background-color: #eee;
}

td.priceDataFixed {
	border-left: 1px solid #A9CFD8;
	border-right: 1px solid #A9CFD8;
	background-color: #d7d7d7;
}

#DIV_JAVNI_PROFIL {
	height: 400px;
	width: 650px;
	background-color: #fefefe;
	padding: 10px;
	border: 2px solid #CACACA;
}

#licitacijaPrijavaDiv {
	height: 300px;
	width: 650px;
	background-color: #fefefe;
	padding: 10px;
	border: 2px solid #CACACA;
}

.katTitleA {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	background: none repeat scroll 0 0 #FFFFFF;
	xborder-color: #CCCCCC #CCCCCC -moz-use-text-color;
	xborder-style: solid solid none;
	xborder-width: 1px 1px 0;
	color: #427082;
	display: block;
	padding: 5px 17px;
	text-decoration: none;
	font-size: 12px;
	height: 1%;
	background-color: #f5f5f5;
}

.inputTextBig {
	color: #000;
	font-family: 'Arial';
	font-size: 16;
	font-weight: bold;
	background-color: #FFF;
	border: 2px solid #000;
	padding: 2px;
}

.button {
	color: #FFF;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	background-color: #A78530;
	border: 2px solid #EAC853;
	cursor: pointer;
	padding: 2px;
	vertical-align: bottom;
	position: relative;
}

.labelRight {
	color: blue;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.labelLeft {
	color: blue;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.txtB {
	color: #000;
	font-family: 'Arial';
	font-size: 12;
	font-weight: bold;
}

.formValue {
	color: #000;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12;
	font-weight: normal;
	/*text-align: right;*/
}

.formLabel {
	color: #000;
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12;
	font-weight: bold;
}

.inputText {
	color: #000;
	font-family: 'Arial';
	font-size: 12;
	font-weight: normal;
	border: 1px;
	border-color: navy;
	border-style: solid;
	border-width: thin;
}

.selected {
	border: 3px solid #895762;
	cursor: pointer;
	opacity: 1;
}

.unselected {
	border: 3px solid #ddd;
	cursor: pointer;
	opacity: 0.70;
}

/*** PAGING STYLE START ***/
.normal {
	padding: 2px;
	border: 1px solid #fff;
	background-color: #eee;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.pressed {
	padding: 2px;
	border: 1px solid #895762;
	background-color: #fff;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.inner {
	width: 20px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #777;
	font-family: "Lucida Sans Unicode";
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.innerNavL {
	color: #895762;
	width: 10px;
	text-align: left;
}

.innerNavR {
	color: #895762;
	width: 10px;
	text-align: right;
}

/*** PAGING STYLE FINSIH ***/
	/******************** USER PORUKE START **************************/
.ContentBox {
	background-color: #f3f3f3;
	border: 1px dashed #A9CFD8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.FeatureTestimonial {
	padding: 15px 30px 10px 40px;
	margin-top: 20px;
	background-image: none;
}

.FeatureTestimonial .Quote {
	font-size: 14px;
	font-style: italic;
	color: #3B4C54;
}

.FeatureTestimonial .Quote img {
	margin: 0px 10px 5px 0px;
}

.FeatureTestimonial .Source {
	font-size: 13px;
	font-style: italic;
	color: #000000;
	text-align: right;
}

.FeatureTestimonial .Source img {
	vertical-align: middle;
	margin: 5px 0px 0px 10px;
}

/******************** USER PORUKE END **************************/
#imgPreviewId {
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff;
}

#tooltipPreviewId {
	position: absolute;
	border: 1px solid #333;
	background: #f7f5d1;
	padding: 2px 5px;
	color: #333;
	display: none;
}

.slikeScrollbar {
	scrollbar-face-color: #ececec;
	scrollbar-shadow-color: #ececec;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #ececec;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;
}

#socializethis {
	background: white;
	height: 45px;
	width: 160px;
	bottom: 0;
	right: 0;
	padding: 2px 5px;
}

#socializethis a { /*float:left; */
	width: 32px;
	margin: 3px 2px 2px 2px;
	padding: 0;
}

.msg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: normal;
	color: #222;
	z-index: 999;
}

.logoX {
	background: url(img/aukcije_kupissimo_prodaja_srbija.gif) -80px 0px no-repeat;
	cursor: pointer;
}

.bannerX {
	background: url(img/banner1.gif) center center no-repeat;
	width: 450px;
}

.dostavaAKS {
	background: url(img/dostava/aks.jpg) center center no-repeat;
	width: 100px;
	height: 50px;
}

.dostavaCityExpress {
	background: url(img/dostava/city_express.jpg) center center no-repeat;
	width: 100px;
	height: 50px;
}

.dostavaPostExpress {
	background: url(img/dostava/post_express.jpg) center center no-repeat;
	width: 100px;
	height: 50px;
}

.dostavaPtt {
	background: url(img/dostava/ptt.jpg) center center no-repeat;
	width: 100px;
	height: 50px;
}

.dostavaDailyExpress {
	background: url(img/dostava/daily_express.jpg) center center no-repeat;
	width: 100px;
	height: 50px;
}

.dostavaTakeaway {
	background: url(img/dostava/takeaway.jpg) center center no-repeat;
	width: 100px;
	height: 50px;
}

.dostavaPoDogovoru {
	background: url(img/dostava/po_dogovoru.jpg) center center no-repeat;
	width: 100px;
	height: 50px;
}

.placanjePoPrijemu {
	background: url(img/placanje/po_prijemu.jpg) center center no-repeat;
	width: 100px;
	height: 50px;
}

.placanjePreUplate {
	background: url(img/placanje/pre_slanja.jpg) center center no-repeat;
	width: 100px;
	height: 50px;
}

.placanjePouzece {
	background: url(img/placanje/pouzece.jpg) center center no-repeat;
	width: 100px;
	height: 50px;
}

.placanjeLicno {
	background: url(img/placanje/licno.jpg) center center no-repeat;
	width: 100px;
	height: 50px;
}

.placanjePoDogovoru {
	background: url(img/placanje/po_dogovoru.jpg) center center no-repeat;
	width: 100px;
	height: 50px;
}

.placanjeKredit {
	background: url(img/placanje/kredit.jpg) center center no-repeat;
	width: 100px;
	height: 50px;
}

.provereniUser {
	width: 24px;
	height: 32px;
	background: url(img/med.gif) center center no-repeat;
	display: inline-table;
}

h2 {
	color: #DFDFDF;
	font-size: 14px;
}

.dottedBottom {
	border-bottom: 1px dotted #cacaca;
}

.bigH1 {
	font-family: Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

.faq {
	background: url(img/kupissimo_faq3.jpg) center left no-repeat;
}

.msgWrapper {
	border: 2px solid #895762;
	background-color: #eee;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.msgWrapper th {
	padding: 2px;
	background-color: #A9CFD8;
	border-bottom: 2px solid #895762;
	border-right: 2px solid #895762;
	color: #895762;
	font-size: 20px;
	font-weight: bold;
	-moz-border-radius-topleft: 12px;
	-webkit-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	cursor: pointer;
}

/*
.msgWrapper td {
	padding: 5px;
	color: #555;
	font-size: 12px;
	font-weight: normal;
	-moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px;
}*/
.newMsg {
	padding: 2px;
	background-color: yellow;
	border-bottom: 2px solid #895762;
	border-left: 2px solid #895762;
	color: #895762;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius-topright: 12px;
	-webkit-border-radius-topright: 12px;
	border-top-right-radius: 12px;
}

.code {
	text-align: left;
	width: 96%;
	padding: 5px;
	border: 2px dotted #895762;
	background-color: #fff;	
	color: #777;
	font-family: monospace, Lucida Grande, Lucida Sans Unicode, sans-serif;
}

/*
Author: Craig Erskine
Description: Dynamic Menu System - Vertical
*/
ul#navmenu-v,ul#navmenu-v li,ul#navmenu-v ul {
	width: 230px; /* Menu Width */
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul#navmenu-v li {
	/*float: left;*/
	position: relative;
	width: 100%;
}

ul#navmenu-v li.iehover {
	z-index: 1000; /* IE z-index bugfix */
}

ul#navmenu-v ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 9999;
}

/* Root Menu */
ul#navmenu-v a {
	border: 1px solid #FFF;
	padding: 6px;
	display: block;
	background: #EEE;
	color: #777;
	font: bold 12px Helvetica, Arial Lucida Grande, Lucida Sans Unicode, sans-serif;
	text-decoration: none;
	height: 1%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Root Menu Hover Persistence */
ul#navmenu-v a:hover,ul#navmenu-v li:hover a,ul#navmenu-v li.iehover a {
	background: #d7d7d7;
	color: #000;
}

/* 2nd Menu */
ul#navmenu-v li:hover li a,ul#navmenu-v li.iehover li a {
	float: none;
	background: #d7d7d7;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-v li:hover li a:hover,ul#navmenu-v li:hover li:hover a,ul#navmenu-v li.iehover li a:hover,ul#navmenu-v li.iehover li.iehover a
	{
	background: #a7a7a7;
}

/* 3rd Menu */
ul#navmenu-v li:hover li:hover li a,ul#navmenu-v li.iehover li.iehover li a
	{
	background: #a7a7a7;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-v li:hover li:hover li a:hover,ul#navmenu-v li:hover li:hover li:hover a,ul#navmenu-v li.iehover li.iehover li a:hover,ul#navmenu-v li.iehover li.iehover li.iehover a
	{
	background: #979797;
}

/* 4th Menu */
ul#navmenu-v li:hover li:hover li:hover li a,ul#navmenu-v li.iehover li.iehover li.iehover li a
	{
	background: #979797;
}

/* 4th Menu Hover */
ul#navmenu-v li:hover li:hover li:hover li a:hover,ul#navmenu-v li.iehover li.iehover li.iehover li a:hover
	{
	background: #777;
}

/* Hover Function - Do Not Move */
ul#navmenu-v li:hover ul ul,ul#navmenu-v li:hover ul ul ul,ul#navmenu-v li.iehover ul ul,ul#navmenu-v li.iehover ul ul ul
	{
	display: none;
}

ul#navmenu-v li:hover ul,ul#navmenu-v ul li:hover ul,ul#navmenu-v ul ul li:hover ul,ul#navmenu-v li.iehover ul,ul#navmenu-v ul li.iehover ul,ul#navmenu-v ul ul li.iehover ul
	{
	display: block;
}