/**** DODANI STYLI ****/
.noprint {
	display: none;
}
.print {
	display: block;
}

/**** SPREMENJENI STYLI ****/
h1 {
	display: inline;
	text-align: left;
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	display: inline;
	text-align: left;
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

#mainHeader {
	display: none;
	width: 990px;
	height: 170px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
	background-color: #000000;
}
	#mainLeftCol .heading {
		display: block;
		text-align: left;
		color: #000000;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0px 0px 8px 0px;
	}
	#mainRightCol .heading {
		display: block;
		text-align: left;
		color: #000000;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0px 0px 8px 0px;
	}
#footerPrint {
	display: inline;
	text-align: center;
}
#mainFooterExchange {
	display: none;
	position: relative;
	top: -15px;
	left: 0px;
	margin: 0 auto;
	width: 970px;
	color: #999999;
	font-size: 10px;
	text-align: center;
	padding: 0px 10px;
	margin-bottom: 20px;
	background-color: #ffffff;
}



/**** ENAKI STYLI ****/
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
body,div{
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: justify;
}
tr.header {
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #333333;
}
tr.bgLight {
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	background-color: #ffffff;
}
tr.bgDark {
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	background-color: #eeeeee;
}


h3 {
	display: inline;
	text-align: left;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
p{
	margin: 0px;
	padding: 0px;
}

.copyGrey10{
	font-size: 10px;
	color: #999999;
}

.right {
	text-align: right;
}
.posCenter {
	margin: 0px auto;
	padding: 0px;
}
.textCenter {
	text-align: center;
}


#podatki {
	display: inline;
	float: left;
	width: 0px;
	padding: 0px;
	margin: 0px;
}
#p-meni {
	display: block;
	float: right;
	padding: 0px;
	margin: 0px;
}

/************ Calendar ************/
#calendar {
	display: inline;
	float: left;
}

#calendar .calendar {
	width: 175px;
	background-color: #cccccc;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #ffffff;
}
#calendar .calendar-month {
	width: 173px;
	background-color: #ffffff;
	padding: 3px 0px 2px 2px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	border: 1px solid #ffffff;
}
#calendar th {
	background-color: #999999;
	color: #ffffff;
	text-align: center;
	padding: 1px 0px 1px 0px;
	border: 1px solid #ffffff;
	width: 29px;
	font-weight: normal;
}
#calendar td {
	padding: 2px 0px 2px 0px;
	border: 1px solid #ffffff;
	width: 29px;
}


/************ Link Styles ************/
a:link, a:visited {
  color:#000000;
  text-decoration: underline;
  font-weight : normal;
}
a:hover {
  color:#ffcc00;
  text-decoration: underline;
  font-weight : normal;
}
a.noUnder:link, a.noUnder:visited {
  color:#000000;
  text-decoration: none;
  font-weight: normal;
}
a.noUnder:hover {
  color:#ffcc00;
  text-decoration: none;
  font-weight: normal;
}
a.bold:link, a.bold:visited {
  color:#000000;
  text-decoration: underline;
  font-weight : bold;
}
a.bold:hover {
  color:#ffcc00;
  text-decoration: underline;
  font-weight : bold;
}
a.bold_noUnder:link, a.bold_noUnder:visited {
  color:#000000;
  text-decoration: none;
  font-weight: bold;
}
a.bold_noUnder:hover {
  color:#ffcc00;
  text-decoration: none;
  font-weight: bold;
}

#mainHeader a:link, #mainHeader a:visited {
  color:#ffffff;
  text-decoration: none;
  font-weight: normal;
}
#mainHeader a:hover {
  color:#ffcc00;
  text-decoration: none;
  font-weight: normal;
}
#mainHeader a.yellow:link, #mainHeader a.yellow:visited {
  color:#ffcc00;
  text-decoration: none;
  font-weight: normal;
}
#mainHeader a.yellow:hover {
  color:#ffcc00;
  text-decoration: none;
  font-weight: normal;
}
#mainMenu a:link, #mainMenu a:visited {
  color:#ffffff;
  text-decoration: none;
  font-weight: normal;
}
#mainMenu a:hover {
  color:#ffcc00;
  text-decoration: none;
  font-weight: normal;
}
#mainMenu a.yellow:link, #mainMenu a.yellow:visited {
  color:#ffcc00;
  text-decoration: none;
  font-weight: normal;
}
#mainMenu a.yellow:hover {
  color:#ffcc00;
  text-decoration: none;
  font-weight: normal;
}
#mainFooter a:link, #mainFooter a:visited {
  color:#000000;
  text-decoration: none;
  font-weight: normal;
}
#mainFooter a:hover {
  color:#000000;
  text-decoration: underline;
  font-weight: normal;
}
#mainFooterExchange a:link, #mainFooterExchange a:visited {
  color:#999999;
  text-decoration: none;
  font-weight: normal;
}
#mainFooterExchange a:hover {
  color:#999999;
  text-decoration: underline;
  font-weight: normal;
}

a.thSort:link, a.thSort:visited {
  color:#ffffff;
  text-decoration: none;
  font-weight: bold;
}
a.thSort:hover {
  color:#ffcc00;
  text-decoration: none;
  font-weight: bold;
}
a.thSortYellow:link, a.thSortYellow:visited {
  color:#ffcc00;
  text-decoration: none;
  font-weight: bold;
}
a.thSortYellow:hover {
  color:#ffcc00;
  text-decoration: none;
  font-weight: bold;
}




/************ Color Styles ************/
.yellow{
	color: #ffcc00;
}
.white{
	color: #ffffff;
}
.black{
	color: #000000;
}
.grey{
	color: #333333;
}
.lightGrey{
	color: #eeeeee;
}



/************ General Layout Classes ************/
.clear {
	clear: both;
	line-height: 0px;
}
.clearLeft {
	clear: left;
	line-height: 0px;
}
.clearRight {
	clear: right;
	line-height: 0px;
}
img {
	border: 1px solid #333333;
}
img.noborder {
	border: 0px;
}
img.noborder_VAmiddle {
	border: 0px;
	vertical-align: middle;
}
img.floatLeft_Mr7 {
	display: inline;
	float: left;
	margin-right: 7px;
}
img.floatLeft_Mr5b5 {
	display: inline;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.floatLeft_Mb5 {
	display: inline;
	float: left;
	margin-bottom: 5px;
}
img.floatRight_Ml7 {
	display: inline;
	float: right;
	margin-left: 7px;
}
img.Mb4 {
	margin-bottom: 4px;
}
.imgCaptionRight {
	display: block;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
.imgCaptionLeft {
	display: block;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 10px;
	font-style: italic;
	text-align: left;
}


.Mt4 {
	margin-top: 4px;
}
.Pl0 {
	padding-left: 0px;
}
.floatLeft_Mr7 {
	display: inline;
	float: left;
	margin-right: 7px;
}
.floatRight_Ml7 {
	display: inline;
	float: right;
	margin-left: 7px;
}
.colLeft495_MP0 {
	display: inline;
	float: left;
	width: 495px;
	margin: 0px;
	padding: 0px;
}
.colRight202_Ml7P0 {
	display: inline;
	float: right;
	width: 202px;
	margin: 0px;
	margin-left: 7px;
	padding: 0px;
}



ul {
	list-style: square inside;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}
ol {
	list-style-position: inside;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}


/************ Layout ************/
#container {
	margin: 0 auto;
	width: 990px;
	background-color: #ffffff;
}

	#mainHeaderLeft {
		display: inline;
		float: left;
		width: 741px;
		height: 90px;
		font-weight: normal;
		color: #ffffff;
		text-transform: uppercase;
		background: url(images/h_img.jpg) no-repeat top left;
		padding: 80px 0px 0px 9px;
	}
		.mainHeaderLeftMeniBborder {
			width: 300px;
			height: 11px;
			font-weight: normal;
			color: #ffffff;
			text-transform: uppercase;
			padding: 7px 0px 7px 0px;
			border-bottom: 1px dotted #ffffff;
		}
		.mainHeaderLeftMeniNoborder {
			width: 300px;
			height: 11px;
			font-weight: normal;
			color: #ffffff;
			text-transform: uppercase;
			padding: 7px 0px 7px 0px;
		}
	#mainHeaderRight_croatia {
		display: inline;
		float: right;
		width: 207px;
		height: 20px;
		font-weight: normal;
		color: #ffffff;
		text-transform: uppercase;
		background: url(images/h_croatia.jpg) no-repeat top right;
		padding: 150px 33px 0px 0px;
		text-align: right;
	}
	#mainHeaderRight_caribbean {
		display: inline;
		float: right;
		width: 207px;
		height: 20px;
		font-weight: normal;
		color: #ffffff;
		text-transform: uppercase;
		background: url(images/h_croatia.jpg) no-repeat top right;
		padding: 150px 33px 0px 0px;
		text-align: right;
	}
	#mainHeaderRight_mediteran {
		display: inline;
		float: right;
		width: 207px;
		height: 20px;
		font-weight: normal;
		color: #ffffff;
		text-transform: uppercase;
		background: url(images/h_croatia.jpg) no-repeat top right;
		padding: 150px 33px 0px 0px;
		text-align: right;
	}

#mainMenu {
	display: none;
	width: 972px;
	height: 25px;
	padding: 0px 9px 0px 9px;
	color: #ffffff;
	text-align: left;
	background-color: #333333;
}
	.mainMenuText {
		display: inline;
		float: left;
		color: #ffffff;
		text-transform: uppercase;
		text-align: left;
		padding: 6px 0px 8px 0px;
	}
	.mainMenuArrow {
		display: inline;
		float: left;
		color: #ffffff;
		text-align: left;
		padding: 6px 5px 6px 12px;
	}
	.mainMenuSearchText {
		display: inline;
		float: left;
		text-align: left;
		color: #ffffff;
		padding: 6px 0px 8px 0px;
	}
	.mainMenuSearchBox {
		display: inline;
		float: left;
		text-align: left;
		color: #ffffff;
		padding: 3px 0px 3px 0px;
	}
	.mainMenuSearchArrow {
		display: inline;
		float: left;
		text-align: left;
		color: #ffffff;
		padding: 6px 0px 6px 5px;
	}

#mainLeftCol {
	display: inline;
	float: left;
	width: 704px;
	padding: 20px 38px 40px 8px;
}
	.mainLeftCol_col170Mr4 {
		display: inline;
		float: left;
		width: 170px;
		margin-right: 4px;
		margin-top: 4px;
	}
	.mainLeftCol_col170Ml4 {
		display: inline;
		float: left;
		width: 170px;
		margin-left: 4px;
		margin-top: 4px;
	}
	.mainLeftCol_col170Mlr4 {
		display: inline;
		float: left;
		width: 170px;
		margin-left: 4px;
		margin-right: 4px;
		margin-top: 4px;
	}
	
	#mainLeftCol #mainLeftContainer {
		display: inline;
		float: left;
		width: 175px;
		padding: 0px 25px 0px 0px;
		text-align: left;
	}
		#mainLeftCol .mainLeftBox_white {
			float: left;
			width: 175px;
			margin-bottom: 20px;
			text-align: left;
		}
	#mainLeftCol #mainRightContainer {
		display: inline;
		float: right;
		width: 500px;
	}
	
	
#mainRightCol {
	display: inline;
	float: right;
	width: 240px;
	padding: 15px 0px 40px 0px;
	text-align: left;
}
	#mainRightCol .mainRightCol_white {
		float: left;
		width: 230px;
		padding: 5px 5px 0px 5px;
		margin-bottom: 20px;
		text-align: left;
		background-color: #ffffff;
	}
	#mainRightCol .mainRightCol_lightGrey {
		float: left;
		width: 230px;
		padding: 5px 5px 4px 5px;
		background-color: #eeeeee;
		margin-bottom: 20px;
		text-align: left;
		line-height: 22px;
	}
	#mainRightCol .wishListRow{
		float: left;
		text-align: left;
		display: block;
		margin-top: 5px;
		width: 220px;
	}


#mainFooter {
	float: left;
	width: 970px;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
	line-height: 20px;
	background-color: #eeeeee;
}

.floatLeft {
	display: inline;
	float: left;
}
.floatRight {
	display: inline;
	float: right;
}



/************ Forms ************/
.editSearch
{
	width: 120px;
	height: 14px;
	background-color: #ffffff;
    border: 1px solid #000000;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
	margin: 0px;
}
.edit
{
	width: 160px;
	height: 14px;
	background-color: #ffffff;
    border: 1px solid #000000;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
	margin: 0px;
}
.edit60
{
	width: 60px;
	height: 14px;
	background-color: #ffffff;
    border: 1px solid #000000;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
    text-align: left;
	margin: 0px;
    padding-left: 2px;
    padding-right: 2px;
}
.edit300
{
	width: 300px;
	height: 14px;
	background-color: #ffffff;
    border: 1px solid #000000;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
	margin: 0px;
}
textarea
{
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	background-color: #ffffff;
    border: #000000 1px solid;
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
}

select
{
    border: #000000 1px solid;
    font-size: 11px;
    margin: 0px;
    width: 170px;
	background-color: #ffffff;
	color : #000000;
}

form {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}
.Submit {
	height: 18px;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	border: #000000 1px solid;
	padding: 0px 3px 2px 3px;
	background-color: #ffffff;
	color : #000000;
	font-size: 11px;
	font-weight : bold;
	margin: 0px;
	cursor: pointer;
}
.Submit:hover {
	height: 18px;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	border: #000000 1px solid;
	padding: 0px 3px 2px 3px;
	background-color: #ffffff;
	color : #ffcc00;
	font-size: 11px;
	font-weight : bold;
	margin: 0px;
	cursor: pointer;
}
.Submit_greyBg {
	height: 18px;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	border: #000000 1px solid;
	padding: 0px 3px 2px 3px;
	background-color: #eeeeee;
	color : #000000;
	font-size: 11px;
	font-weight : bold;
	margin: 0px;
	cursor: pointer;
}
.Submit_greyBg:hover {
	height: 18px;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	border: #000000 1px solid;
	padding: 0px 3px 2px 3px;
	background-color: #eeeeee;
	color : #ffcc00;
	font-size: 11px;
	font-weight : bold;
	margin: 0px;
	cursor: pointer;
}
