*{
	font-family:"Arial", "Times New Roman";
	font-size: 12px;
}

html{
}

body{
	text-align:center;
	background-color: #00233C;	
	margin:0px;
	padding:0px;
}

hr{
	border:none;
	height:1px;
	/*background-color:#95A9B9;*/
	background-color:#CCCCCC;
	margin: 3px 0px 3px 0px;
}

#engine h1 {
	font-size:16px;
	border: none;
	padding: 10px 0px 10px 0px;
}

h1, h2, h3{
	color:#0B1560;
	font-family: Trebuchet MS;	
	margin-top:10px;
}

h1{
	font-size:24px;
	color:#2E5C8B;
	margin:0px;
	font-family: Trebuchet MS;
}

h2{
	color:#2E5C8B;
	font-size:18px;
	font-weight: normal;
	border-bottom:1px dotted #2E5C8B;
	padding-bottom:5px; 
}

h2 span{
	color:#96ADC5;	
	font-size:18px;
	font-weight: normal;
}

h3{
	color:#999999;
	font-size: 12px;
}

.heading-underline{
	background-image:url(../images/heading-underline.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding-bottom:9px;
	border:none;
}

a{
	color:#0B1560;
	text-decoration:none;
}

a img{
	border:none;
}

.input{
	width:300px;
}



form{
	margin:0px;
	padding:0px;
	display:inline;
}

#main{
	text-align:left;
	margin: auto;
	width:990px;
	background-color:#FFFFFF;
	bbackground-color:skyblue;
}

#header{		
	text-align:right;
	background-color: #00233C;	
	overflow: :hidden;	
	margin:0px;	
}

#header span.textLinks{
	float:right;
	margin-left:5px;
	text-transform:lowercase;
	padding-top:15px;
	color:#FFFFFF;
}

#header span.textLinks a{
	color:#FFFFFF;
	text-decoration: none;
}

#header a.flags{
	float:right;
	margin-left:15px;
	margin-top:10px;
	color:#FFFFFF;
}

#main_menu2{
	background-color: #00233C;	
	height:27px;
	overflow:hidden;
	margin:0px;	
}

#main_menu2 a{
	float:left;
	height:27px;
	text-decoration: :none;	
	
}

#main_menu2 span, #main_menu2 a span{
	text-decoration: none;
}

#main_menu2 .search .left, #main_menu2 .searchDisabled .left{	
	float:left;
	width:3px;
	height:27px;
	background-image: url(../images/menu-left-search.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#main_menu2 .search .center, #main_menu2 .searchDisabled .center{	
	float:left;	
	height:27px;
	background-image: url(../images/menu-center-search.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	line-height:27px;
	white-space: nowrap;
	font-family: Ms Trebuchet;
	size: 12px;
	padding-right:5px;
	padding-left:5px;
}

#main_menu2 .search .right, #main_menu2 .searchDisabled .right{
	float:left;	
	width:24px;	
	height:27px;
	background-image: url(../images/menu-right-search.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

#main_menu2 .searchDisabled .left{	
	background-image: url(../images/menu-left-search-disabled.png);
}

#main_menu2 .searchDisabled .center{	
	background-image: url(../images/menu-center-search-disabled.png);
}

#main_menu2 .searchDisabled .right{
	background-image: url(../images/menu-right-search-disabled.png);
}



#main_menu2 a.main_menu_active_false .left{	
	float:left;
	width:3px;
	height:27px;
	background-image: url(../images/menu-left.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	margin-left:5px;
}

#main_menu2 a.main_menu_active_false .center{
	float:left;	
	height:27px;
	background-image: url(../images/menu-center.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	line-height:27px;
	white-space: nowrap;
	font-family: Ms Trebuchet;
	size: 12px;	
	padding-right:5px;
	padding-left:5px;
}

#main_menu2 a.main_menu_active_false .right{	
	float:left;
	width:3px;
	height:27px;
	background-image: url(../images/menu-right.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

#main_menu2 a.main_menu_active_true .left, #main_menu2 a.main_menu_active_false:hover .left {	
	float:left;
	width:3px;
	height:27px;
	background-image: url(../images/menu-left-selected.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	margin-left:5px;
}

#main_menu2 a.main_menu_active_true .center, #main_menu2 a.main_menu_active_false:hover .center{
	float:left;	
	height:27px;
	background-image: url(../images/menu-center-selected.png);
	background-repeat:repeat-x;
	color:#001932;
	text-decoration:none;
	line-height:27px;
	white-space: nowrap;
	font-family: Ms Trebuchet;
	size: 12px;
	padding-right:5px;
	padding-left:5px;
}

#main_menu2 a.main_menu_active_true .right, #main_menu2 a.main_menu_active_false:hover .right{	
	float:left;
	width:3px;
	height:27px;
	background-image: url(../images/menu-right-selected.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

#main_menu2 span{
	cursor:pointer;
}

#pageHeading{
	padding: 10px 0px 10px 0px;	
	margin: 0px 20px 0px 20px;
	border-bottom:2px solid #96ADC5;
	margin-bottom:1px;	
}

#pageHeading h1{
	margin:0px;
}

#pageHeadingSeparator{
	height:1px;
	background-color: #96ADC5;
	overflow: hidden;
	margin:0px 20px 20px 20px;	
}



.columnBox{
	margin-bottom:5px;
	padding-bottom:15px;
	background-image:url(../images/box-shadow.png);
	background-repeat: no-repeat;
	background-position: 0% 100%
	
}

.columnBox b{
	font-size:13px;
	font-weight:bold;
}

.columnBoxImage{
	background-repeat: no-repeat;
	background-position: 100% 50px;
}

.columnBox h3{
	background-image:url(../images/box-header.png);
	height:27px;
	line-height:27px;
	padding-left:13px;
	font-size:12px;
	color:#FFFFFF;
	margin:0px;		
}

.columnBox .boxlinks{
	margin: 5px 0px 5px 0px;
	color: #001932;
	display:block;
}

.columnBoxContent{
	margin:0px;
	padding: 5px;
	border:1px solid #96ADC5;
	border-width: 0px 1px 1px 0px;	
	overflow: hidden;
}

a.submenu{
	display:block;
	color:#001932;
	text-decoration:none;
	padding:3px 0px 3px 10px;
	background-image:url(../images/submenu-li.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
}

.submenuSeparator{
	display:block;
	height:5px;
	overflow: hidden;
	background-image:url(../images/submenu-separator.png);
	background-repeat: repeat-x;
	background-position: 0% 50%;	
}

a.submenu:hover{
	background-image:url(../images/submenu-li-hover.png);
}

#content,#content_expanded{
	float:left;
	width:690px;
	overflow:hidden;
	padding:0px 20px 0px 20px;
	background-color: #FFFFFF;
	bbackground-color:yellow;
}

#content_expanded{
	float:none;
	width:auto;
	margin: 0px;
	bborder:1px solid #96ADC5;
	bborder-top-width: 0px;	
}



#content_body{
	width:100%;
	
	background-color:#FFFFFF;
	bbackground-color:red;
}


#left_column{
	float:left;
	width:240px;
	padding-left:20px;
	overflow: hidden;
}



#left_column_body{
		
}

#shareThisText{
	float:right;
	height:16px;
	line-height: 16px;
	color:#999999;
}

#shareThis{
	float:right;
	height:16px;
	line-height: 16px;
}




#navbar{	
	height:16px;
	line-height: 16px;
}



#navbar, #navbar a{font-size:11px;color:#999999;}

#home{
	
}

.homeTopHolder{
	background-color:#F2F2F2;
}

#miniSearchForm{
	float:left;
	padding:10px 0px 0px 10px;
}

#miniSearchFormContent{
	width:255px;
	height:300px;
	overflow:hidden;
}

#rightToMiniSearchForm{
	float:right;
	width:690px;
	overflow:hidden;
}

/*
#home #rightToMiniSearchForm{
	float:left;
	width:705px;
	margin-left:0px;
}
*/

DIV.title{
	font-weight:bold;
	text-transform:uppercase;
	background-color:#E2EDEF;
	border-bottom:1px solid #D7DCDD;
	padding:5px;
}

/* box */
div.boxBorderer{
	float:left;
	background-color: #96ADC5;
	padding:1px;
	width:220px;
	height:280px;
}

div.box{
	
	text-align:center;
	margin-bottom:10px;
	background-color: #FFFFFF;
	padding:4px;
	height:272px;
	overflow: hidden;	
}

div.box div{
	text-align:left;
	margin:auto;
}

div.boxContent{
	padding: 17px 12px 12px 12px;
	background-image:url(../images/box-content-shaddow.png);
	background-repeat: repeat-x;
}

.boxImageLink{
	display:block;
	height:109px;
	overflow:hidden
}

div.box div h1{	
	color:#0B1560;
	border:none;
	font-size:14px;
	text-transform:uppercase;
}

div h1.boxHeading{
	color: #2E5C8B;
	font-family: Trebuchet MS;
	font-size: 18px; 
	border-bottom:2px solid #96ADC5;
	font-weight: normal;
	margin-top:20px;
	margin-bottom:1px;
}

div.box div h2{
	margin:0px;
	border:none;
}

div.box div img{
	
}

div.box div p{
	margin-top:5px;
	margin-bottom:5px;
}

.boxlinks{
	display:inline-block;	
	text-decoration:underline;
	background-image:url(../images/li2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:10px;
	width:auto;
	color:#2E5C8B;
}

.boxlinks:hover{	
	bbackground-image:url(../images/submenu-li-hover.png);	
}

/* box home */
#home div.box{
	float:left;
	width:235px;
	text-align:center;
	margin-bottom:10px;
}

#home div.box div{
	width:210px;
	text-align:left;
	margin:auto;
}

#home div.box div h1{
	
	
	color:#0B1560;
	border:none;
	text-transform:uppercase;
}

#home div.box div h2{
	margin:0px;
	border:none;
}

#home div.box div img{
	border:1px solid #95A9B9;
}

#home div.box div p{
	margin-top:5px;
	margin-bottom:5px;
}

#home .boxlinks{
	display:block;
	ffloat:left;
	fclear:left;
	text-decoration:underline;
	background-image:url(../images/boxlinks.jpg);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:10px;
	width:auto;
	llline-height:120%;
}


#aboveFooter{
	height:10px;
	overflow:hidden;
	background-image:url(../images/body-bottom.png);	
}

#footer{
	margin:10px 10px 15px 10px;
	text-align:center;
	font-size: 12px;
	color:#FFFFFF;
}

#footer a{
	font-size: 12px;
	text-decoration:none;
	text-transform:lowercase;
	color:#FFFFFF;
}

#thumblist, #documents{
	float:right;
	padding-left:20px;
	background-color:#FFFFFF;
	padding-bottom: 10px;
}

#thumblist a{
	display:block;
	margin-bottom:10px;	
}

#thumblist a img{
	display:block;	
	border:1px solid #2E5C8B;	
}

#documents .document{
	margin-bottom:3px;
}

#documents .document img{
	vertical-align: middle;
}

#smallthumblist{
	
}


#smallthumblist p{
	background-color: #D6E5E8;
	margin:0px;
	padding:5px;
}
#smallthumblist a{
	display:block;
	float:left;
	margin:0px 5px 5px 0px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

#smallthumblist a img{
	margin:3px;
}


img.big_image{
	border-bottom:2px solid #0B1560;
	margin-top:15px;
}


/* CSS FOR SPECIFIC TEMPLATES */



/* order brochure */
#order_brochure {}
#order_brochure div.left{clear:left;float:left;width:150px;height:23px;margin-bottom:5px;}
#order_brochure div.right{float:left;margin-bottom:5px;}
#order_brochure div.right input, #order_brochure div.right select, #order_brochure div.right textarea{width:200px;}

#order_brochure input.submit{margin:5px 0px 0px 300px;}


/* pricelist */
TABLE.pricelist { border: 1px solid #150858; border-width: 1px 1px 1px 1px; background-color: #ffffff; width: 960px; font-size:12px;border-collapse: collapse; }

TABLE.pricelist TD.title_left,TABLE.pricelist TH.title_left { border: 1px solid #150858; bborder-width: 0px 1px 1px 1px;}
TABLE.pricelist TD.title, TABLE.pricelist TH.title { border: 1px solid #150858; border-width: 1px 0px 1px 1px;}
TABLE.pricelist TD.title_right,TABLE.pricelist TH.title_right { border: 1px solid #150858; border-width: 1px 0px 1px 1px;}

TABLE.pricelist TD.title2_left, TABLE.pricelist TH.title2_left { border: 1px solid #150858; border-width: 1px 1px 1px 1px;}
TABLE.pricelist TD.title2,TABLE.pricelist TH.title2 { border: 1px solid #150858; border-width: 1px 0px 1px 1px;}
TABLE.pricelist TD.title2_right, TABLE.pricelist TH.title2_right { border: 1px solid #150858; border-width: 1px 0px 1px 1px;}
TABLE.pricelist TH{background-color: #FFFFFF;font-weight:bold;}
TABLE.pricelist TD.row_left { border: 1px solid #150858; border-width: 1px 1px 0px 1px;}
TABLE.pricelist TD.row { border: 1px solid #150858; border-width: 1px 0px 0px 1px;}
TABLE.pricelist TD.row_right { border: 1px solid #150858; border-width: 1px 0px 0px 1px;}

TABLE.pricelist tr:hover{background-color: #E1E1E1;}


.hideme {visibility:hidden;height:1px;padding:2px;}


/*new yachts*/
a.tab, a.tabSelected{
	display:block;
	float:left;
	background-color: #FFFFFF;
	text-decoration: none;
	padding:3px 5px 3px 5px;
	border: 1px solid #CCCCCC;
	border-bottom-width:0px;
	margin-right:3px;
	margin-top:3px;
	position: relative;
	top:0px;
}

a.tabSelected{
	padding-bottom: 6px;
	color:#000000;
	margin-top:0px;
	background-color:#EFEFEF; 
	top: 1px;
}

.tabContent{	
	border: 1px solid #CCCCCC;
	padding:10px;
	background-color:#EFEFEF; 
	overflow:hidden;
}

p.overviewImage{
	text-align: center;
}

table.table{
	width:100%;
	background-color: #CCCCCC;
}

table.table td,table.table th{
	padding:3px 5px 3px 5px;
}

table.table th{
	background-image: url(../images/backgrounds/mainmenu.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	text-align: left;
}

#topRightCorner{
	background-image: url(../images/body-right-top-corner.png);
	width:9px;
	height:9px;
	float:right;
}



table.table td.leftTd{
	background-color: #DEDEDE;
	width:40%;
}

table.table td.rightTd{
	background-color: #FFFFFF;
	width:60%;
	font-weight: bold;
}

#smallSearchFormDiv{
	display:none;
	clear:both;
	position: absolute; 
	z-index: 100;
	background-color: #FFFFFF;	
	border:1px solid #97ADC5;
	border-width: 0px 1px 1px 0px;
	background-image: url(../images/small-search-bg.png);
	background-position: 100% 0%;
	width:240px;
	margin:0px;
	height:264px;
	overflow: hidden;
}

.button{
	background-image: url(../images/button-bg.png);
	background-position: 100% 0%;
	height:22px;
	line-height: 22px;
	color:/*#2E5C8B*/ #FFFFFF;
	font-weight:bold;
	padding: 0px 10px 0px 8px;	
	border:none;
	border-left:1px solid white;	
	cursor:pointer;
}

#closeSmallSearchFormDiv{
	text-align:right;
	padding:7px;	
}

#smallSearchFormDivContent{
	padding:5px 5px 5px 15px;
}


#homeTopBox{
	
}

#homeBoxTopRight{
	float:left;
	background-color: #96ADC5;
	height:280px;
	padding: 1px 1px 1px 0px;
}
#homeBoxTopRightContent{
	background-color:#FFFFFF;
	padding:4px;
	height:272px;
}

/*prodaja novih plovila start*/
.newYachtsSaleMainBox{
	border-bottom:2px solid #96ADC5; 
	margin-bottom:1px;
	overflow:hidden;
	padding-top:20px;
}

.newYachtsSaleCategoryLinks,.newYachtsSaleCategoryLinksSelected{
	font-size:14px;
	color:#96ADC5;
	text-decoration:none;
	margin-left:5px;
	font-family: Trebuchet MS;
}
.newYachtsSaleCategoryLinksSelected,.newYachtsSaleCategoryLinks:hover{
	color:#2E5C8B;
}
/*prodaja novih plovila end*/


div  h1.lastMinute{
	background-image: url(../images/last-minute-header.png);
	height:27px;
	line-height: 27px;	
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #FFFFFF;
	text-align:left;
	padding-left:10px;
	margin:0px;
}

div.box .lastMinuteScrollerHolder{
	padding:5px 0px 5px 0px;
	text-align: right;	
}

div.tinyShadow{
	background-image: url(../images/tiny-shadow.gif);
	background-repeat: repeat-x;
	height:3px;
	margin-bottom:10px;	
	clear:both;
}


/*listing box*/
.listingBox{

}

.listingBox h2{
	background-image: url(../images/our-fleet-heading-bg.gif);
	background-repeat: repeat-x;
	height:22px;
	line-height: 22px;
	border:1px solid #96ADC5;
	border-bottom:none;
	margin:0px;
	padding-left:5px;
	font-size:12px;
	font-weight:bold;
}

.listingBox h2 a{	
	line-height: 22px;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color:#0B1560;
}

.listingBox .info{border:1px solid #96ADC5;padding:10px;background-image: url(../images/listing_info_bg.jpg);background-position: 0% 100%}
.listingBox .listingImage {float:left;margin-right: 10px;}
.listingBox .listingImage img{}
.listingBox .info a{color:#505050; font-weight:bold;text-decoration:none;}

.listingBox .info span.link{
	display:block;
	padding-top:5px;
	text-align: right;
}

.new_yachtlist_box{
	/*
	float:left;	
	wwidth:335px;
	text-align:left;
	margin-bottom:20px;
	*/
	
	float:left;
	width:20%;
	text-align:center;
	margin-bottom:2px;
		
}

.new_yachtlist_info{
	margin-bottom:10px;
}

.new_yachtlist_info a{color:#505050; font-weight:bold;text-decoration:none;}


.dummy{
	height:0px;
	overflow:hidden;
}

.defaultContent{
	padding-top:20px;
}

a.AnchorButton{
	display:inline-block;
	text-decoration: none;	
}
a.AnchorButton .AnchorButtonLeft, a.AnchorButton .AnchorButtonRight{
	float:left;
	width:6px;
	height:23px;
	overflow:hidden;
	background-image: url(../images/button_left.png);
	background-repeat: no-repeat;	
}
a.AnchorButton .AnchorButtonRight{
	background-image: url(../images/button_right.png);
}
a.AnchorButton .AnchorButtonMiddle{
	float:left;
	height:23px;	
	background-image: url(../images/button_middle.png);
	background-repeat: repeat-x;
	text-decoration: none;
	white-space: nowrap;
}

a.AnchorButton .AnchorButtonText{
	float:left;
	height:23px;
	text-decoration: none;
	white-space: nowrap;	
	line-height: 20px;
	padding:0px 5px 0px 5px;
	color:#FFFFFF;
	font-weight: bold;
}
a.AnchorButton .AnchorButtonArrow{
	float:left;
	background-image: url(../images/button-arrow.gif);
	background-repeat:no-repeat;
	background-position:50% 40%;	
	width:8px;
	height:23px;
}
a.AnchorButton .AnchorButtonClear{
	clear:both;
	height:0px;
	overflow: hidden;
}

#guestbook_entries{width:100%}

#guestbook_entries td{padding:2px 10px 2px 0px;}
#guestbook_entries td.noPadding{padding:0px;}

.guestbookFormHolder{
	border:1px solid #96ADC5;
	border-top:none;
	padding:10px;	
}

.guestbookFormHolder b{
	color:#2E5C8B;
}

.guestbookFormHolder .commentNumber{
	width:41px;
	height:32px;
	line-height:23px;
	overflow:hidden;
	background-image: url(../images/comment.gif);
	background-repeat:no-repeat;
	background-position:3px 0px;
	font-weight:bold;
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}


.googlemap{
	width:100%;
	height: 300px;
	border:1px solid #96ADC5;	
}
