@charset "utf-8";
/* CSS Document */

/*===============*/
/*=== General ===*/
/*===============*/
body{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	text-align:center;
}
a{
	text-decoration:none;
	color:inherit;
	outline:none;
}
a img{
	border:none;
	outline:none;
}
p{
	margin:0;
}
#page{
	width:960px;
	margin:0 auto;
	text-align:left;
}
.thassos-color{
	color:#00a2b1;
}
small{
	color:#999;
	line-height:11px;
}
input, select, textarea{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
}
/*==============*/
/*=== Floats ===*/
/*==============*/
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.clear{
	clear:both;
}
.inline{
	display:inline-block;
}
/* --- VISIBILITY --- */
.hidden {
	display: none; 
	visibility: hidden;
}
.visible {
	display: block; 
	visibility: visible;
}
/*=========================*/
/*=== Header & Elements ===*/
/*=========================*/
#header{
	width:960px;
	height:130px;
	position:relative;
}
#header div#logo{
	display:block;
	width:191px;
	height:50px;
	position:absolute;
	top:26px;
	left:0;
	margin:0;
}
#header div#logo a{
	background:url(../images/thassos.png) top left no-repeat;
	display:block;
	width:191px;
	height:40px;
}
#header div#logo a span{
	visibility:hidden;
}
.search-box{
	display:block;
	width:246px;
	height:28px;
	position:absolute;
	top:26px;
	right:0;
}
.search-box form{
	padding:0;
}
.search-box form input[type="text"]{
	display:inline-block;
	width:150px;
	height:18px;
	background:url(../images/thassos-search-text.png);
	border:0px solid #fff;
	margin:0;
	padding:5px 6px 5px 7px;
	vertical-align:top;
	font-family:inherit;
	color:#666;
}
.search-box form input[type="submit"]{
	display:inline-block;
	width:83px;
	height:28px;
	background:url(../images/thassos-search-submit.png);
	border:0px solid #fff;
	margin:0 0 0 -4px;
	padding:0;
	vertical-align:top;
	font-family:inherit;
	color:#fff;
	cursor:pointer;
}
#languages-container{
	position:relative;
}
.languages{
	width:49px;
	height:14px;
	position:absolute;
	top:-465px;
	right:0; 
}
.languages a{
	width:21px;
	height:14px;
	display:inline-block;
}
.languages a[title=romana]{
	background:url(../images/thassos-romana.png) top left no-repeat;
}
.languages a[title=english]{
	background:url(../images/thassos-english.png) top left no-repeat;
	margin:0 0 0 3px;
}
.languages a span{
	visibility:hidden;
	display:none;
}
span.romana{
	width:21px;
	height:14px;
	display:inline-block;
	background:url(../images/thassos-romana.png) top left no-repeat;
}
span.english{
	width:21px;
	height:14px;
	display:inline-block;
	background:url(../images/thassos-english.png) top left no-repeat;
}
span.romana span,
span.english span{
	visibility:hidden;
	display:none;
}
/*=================*/
/*=== Main Menu ===*/
/*=================*/

#menu{
	display:block;
	position:absolute;
	top:95px;
	left:0;
	color:#666;
	font-size:15px;
	z-index:40;
	line-height: 16px;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	20px;
	font-size:		13px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
	background: #00a2b1
}
.sf-menu a {
	padding: 		5px 14px 5px 5px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#00a2b1;
}
.sf-menu li ul{
	border:			1px solid #00a2b1;
}
.sf-menu li li {
	background:		#00a2b1;
}
.sf-menu li li li {
	background:		#00a2b1;
}
.sf-menu li.sfHover a{
	color:#00a2b1;
}
.sf-menu li.sfHover ul a{
	color:#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active,
.sf-menu li.sfHover ul a:focus, .sf-menu li.sfHover ul a:hover, .sf-menu li.sfHover ul a:active {
	background:		#fff;
	outline:		0;
	color:			#00a2b1;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*=========================*/
/*=== Slider & Elements ===*/
/*=========================*/
#slider{
	width:960px;
	position:relative;
    height:420px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider-wrapper.small #slider{
	width:345px;
	height:150px;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
#slider-wrapper.small .nivoSlider img{
	width:345px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-controlNav {
	position:absolute;
	width:24px;
	height:123px;
	padding:6px 0 0 6px;
	right:0;
	bottom:0;
	background:url(../images/slider-nav.png) top left no-repeat;
	z-index:30;
}
#slider-wrapper.small .nivo-controlNav {
	background:none;
	left:920px;
	bottom:4px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/slider-bullet.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 0 3px 0;
}
.nivo-controlNav a:hover {
	background:url(../images/slider-bullet-selected.png) no-repeat;
}
.nivo-controlNav a.active {
	background:url(../images/slider-bullet-selected.png) no-repeat;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	background:none;
    text-shadow:none;
}
#slider-wrapper.small .nivo-caption {
	width:600px;
}
#slider-wrapper.small .nivo-caption{
	left:345px;
}
.nivo-caption div{
	background-image:url(../images/slider-caption-2.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#slider-wrapper.small .nivo-caption div{
	background:none;
}
.nivo-html-caption {
    display:none;
}
.nivo-caption .slider-content{
	display:inline-block;
	background:none;
}
#slider-wrapper {
    width:960px;
	height:420px;
}
#slider-wrapper.small {
    width:960px;
	height:150px;
	background:url(../images/thassos-slider-bg.png);
}
.slider-container{
	position:relative;
	display:block;
	width:0;
	height:0;
}
.slider-frame1,
.slider-frame2,
.slider-frame3,
.slider-frame4{
	position:absolute;
	width:3px;
    height:3px;
	display:block;
	z-index:31;
}
.slider-frame1{
	top:0;
	left:0;
	background:url(../images/slider-frame.png) top left no-repeat;
}
.slider-frame2{
	top:0;
	left:957px;
	background:url(../images/slider-frame.png) top right no-repeat;
}
.slider-frame3{
	top:418px;
	left:0;
	background:url(../images/slider-frame.png) bottom left no-repeat;
}
#slider-wrapper.small .slider-frame3{
	top:147px;
	left:0;
	background:url(../images/slider-frame.png) bottom left no-repeat;
}
#slider-wrapper.small .slider-frame4{
	top:147px;
	left:957px;
	background:url(../images/slider-frame.png) bottom right no-repeat;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:960px;
	height:420px;
}
#slider-wrapper.small #slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:345px;
	height:150px;
}
#slider a {
	border:0;
	display:block;
}
.slider-content h1{
	margin:0;
	padding:0;
	font-size:33px;
}
.slider-content h1 a{
	display:block;
	width:727px;
	margin:0 0 0 0;
	padding: 20px 0 0 15px;
}
#slider-wrapper.small .slider-content h4{
	font-size:24px;
	margin: 0;
}
#slider-wrapper.small .slider-content h4 a{
	width:355px;
	padding:10px 0 0 15px;
	color:#fff;
	text-align: center;
}
.slider-content p{
	margin:0;
}
.slider-content p a{
	margin:0 0 0 0;
	padding:0 0 0 15px;
	display:block;
	width:727px;
	overflow:hidden;
}
#slider-wrapper.small .slider-content p a{
	width:355px;
	color:#fff;
	text-align: center;
    font-size: 2rem;
    margin-top: 20px;
}
.nivo-caption .slider-price{
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin:0 0 0 5px;
	background:none;
}
#slider-wrapper.small .nivo-caption .slider-price{
	margin:0;
}
.slider-price a{
	width:189px;
	height:129px;
}
#slider-wrapper.small .slider-price a{
	width:189px;
	height:150px;
	background:url(../images/thassos-slider-bg-price.png) top right no-repeat;
	color:#fff;
}
.price-intro,
.price-value,
.price-currency{
	position:absolute;
}
.price-intro{
	top:5px;
	left:57px;
	font-size:20px;
}
.price-value{
	top:22px;
	right:16px;
	font-size:68px;
	font-weight:bold;
}
.price-currency{
	bottom: 8px;
	right:16px;
	font-size:20px;
	text-transform:uppercase;
}
#slider-wrapper.small .price-intro{
	top:15px;
	left:50px;
}
#slider-wrapper.small .price-value{
	top:30px;
	right:20px;
}
#slider-wrapper.small .price-currency{
	bottom: 15px;
	right:20px;
}
/*=====================*/
/*=== Offers Scroll ===*/
/*=====================*/
#scroller{
	list-style-type:none;
	margin:0 0 0 -20px;
	overflow:hidden;
	position:relative;
}
#scroller li{
	float:left;
	margin:0 5px 30px 0;
}
#offers-scroll{
	width:960px;
	/*background:url(../images/thassos-offers-lf.png) top left no-repeat;*/
	background:#00a2b1;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	margin:1px 0 30px 0;
	height:37px;
	position:relative;
}
.offers-scroll-links{
	height:27px;
	margin:0 15px;
	padding:10px 0 0 0;
	/*background:url(../images/thassos-offers-bg.png) top left repeat-x;*/
}
.offers-scroll-links a{
	color:#fff;
}
.offers-scroll-links a:hover{
	font-weight:bold;
}
#offers-scroll span{
	height:37px;
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:15px;
	/*background:url(../images/thassos-offers-rh.png) top right no-repeat;*/
}
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}
/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}
/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:center;
}	
.simply-scroll-list li img {
	border: none;
	display: block;
}
/* Custom class modifications - adds to / overrides above
.simply-scroll is default base class */
/* Container DIV */
.simply-scroll { 
	width: 930px;
	height: 27px;
	margin-bottom: 1em;
}
/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 930px;
	height: 27px;
}
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 140px;
	height: 27px;
}
/*=================*/
/*=== Site Path ===*/
/*=================*/
#site-path{
	width:960px;
	height:27px;
	background:#933;
	background:url(../images/thassos-path.png) top left no-repeat;
	color:#666;
	padding:10px 17px 0 17px;
	overflow:hidden;
	margin:0 0 30px 0;
}
#site-path a{
	color:#00a2b1;
}
/*======================*/
/*=== Content Layout ===*/
/*======================*/
#content{
	width:960px;
	vertical-align:top;
}
#left-column{
	width:693px;
	display:block;
	vertical-align:top;
	letter-spacing: -4px;
    word-spacing: -4px;
	float:left;
}
#right-column{
	width:250px;
	display:block;
	vertical-align:top;
	letter-spacing: normal;
    word-spacing: normal;
	float:right;
}
/*======================*/
/*=== Index Articles ===*/
/*======================*/
.article-box.big{
	width:325px;
	height:350px;
	display:inline-block;
	letter-spacing: normal;
    word-spacing: normal;
	margin:0 0 0 30px;
	position:relative;
	vertical-align:top;
}
#left-column .article-box.big:first-child{
	margin:0;
}
.article-box.big .article-category{
	position:absolute;
	top:0;
	right:17px;
	z-index:30;
}
.article-box.big .article-category a,
.article-box.big .article-category a:hover{
	background:url(../images/thassos-article-category.png) top left no-repeat;
	width:auto;
	height:32px;
	margin:0;
	padding:8px 4px 0px 8px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	font-size:14px;
}
.article-box.big .article-category .a-end{
	height:32px;
	width:4px;
	display:inline-block;
	background:url(../images/thassos-article-category.png) top right no-repeat;
}
.big-img-a span{
	background:url(../images/thassos-article-big-img.png) top left no-repeat;
	width:325px;
	height:200px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.big-img-a img{
	width:325px;
	height:200px;
}
.article-box.big h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:27px;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#000;
}
.article-box {
	display:inline-block;
	letter-spacing: normal;
    word-spacing: normal;
	width:160px;
	height:310px;
	overflow:hidden;
	position:relative;
	margin:55px 13px 0 0;
	vertical-align:top;
}
.article-box .article-category a{
	background:url(../images/thassos-article-category-s.png) top left no-repeat;
	width:160px;
	height:20px;
	display:block;
	padding:2px 0 0 5px;
	color:#fff;
	font-size:10px;
}
.article-box .article-category a:hover{
	background:url(../images/thassos-article-category-s-h.png) top left no-repeat;
}
.s-img-a span{
	background:url(../images/thassos-article-s-img.png) top left no-repeat;
	width:160px;
	height:140px;
	display:block;
	position:absolute;
	top:22px;
	left:0;
}
.s-img-a img{
	width:160px;
	height:140px;
}
.article-box h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	margin:10px 0 5px 0;
	color:#000;
}
.article-box h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	margin:10px 0 5px 0;
	color:#000;
}
.content-ad-frontpage{
	display:inline-block;
	letter-spacing: normal;
    word-spacing: normal;
	vertical-align:top;
	margin:55px 0 0 0;
}
.article-block{
	width:650px;
	vertical-align:top;
	letter-spacing: 0;
    word-spacing: 0;
	font-size:15px;
}
.article-block.left{
	float:left;
	width:450px;
}
.article-block h1{
	font-size:32px;
	margin:0 0 40px 0;
	color:#00a2b1;
}
.article-block p{
	margin: 0 0 20px 0;
	text-align:justify;
}
.article-block .article-intro{
	font-size:16px;
	padding:0 0 0 50px;
	color:#00a2b1;
	margin:0 0 40px 0;
}
.article-content-img{
	width:300px;
	float:left;
	margin:4px 0 10px 0;
}
.article-content-ad{
	width:300px;
	float:right;
	margin:4px 0 10px 10px;
}
.article-content-ad-alone{
	margin: 0 0 10px 57px;
}
.ilustratie{
	float:right;
	/*background:#aaa;*/
	margin:4px 0 10px 10px;
}
.ilustratie img{
	/*margin:5px;
	border:1px solid #fff;*/
}
.ilustratie div{
	font-size:12px;
	font-style:italic;
	color:#00a2b1;
	margin: 5px 0;
}
.article-navigation{
	width:650px;
	vertical-align:top;
	letter-spacing: 0;
    word-spacing: 0;
	text-align:right;
	margin:0 0 20px 0;
}
.article-navigation span.selected{
	background:url(../images/thassos-nav-link-selected.png) top left no-repeat;
	width:24px;
	height:18px;
	padding:2px 0 0 0;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	color:#fff;
}
.article-navigation a{
	background:url(../images/thassos-nav-link.png) top left no-repeat;
	width:24px;
	height:18px;
	padding:2px 0 0 0;
	display:inline-block;
	text-align:center;
	vertical-align:baseline;
	color:#fff;
}
.article-navigation a:hover{
	background:url(../images/thassos-nav-link-selected.png) top left no-repeat;
}
.list-spaced li{
	margin:0 0 10px 0;
}
/*====================*/
/*=== Right Column ===*/
/*====================*/
.right-section{
	margin:0 0 15px 0;
	position:relative;
}
.right-section.narrow{
	margin:0;
}
.right-section h4{
	margin:0;
	background:url(../images/thassos-col-section.png) top left no-repeat;
	padding:10px 15px;
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
.right-section.narrow h4{
	background:url(../images/thassos-col2-section.png) top left no-repeat;
}
.right-frame{
	position:absolute;
	bottom:0;
	left:0;
	width:250px;
	height:180px;
	display:block;
	background:url(../images/thassos-col-frame.png) bottom left no-repeat;
	z-index:20;
}
.right-frame.narrow{
	position:absolute;
	bottom:0;
	left:0;
	height:225px;
	width:205px;
	background:url(../images/thassos-col2-frame.png) bottom left no-repeat;
}
.right-white{
	position:absolute;
	bottom:0;
	left:0;
	width:145px;
	height:180px;
	background:url(../images/thassos-col-white-bg.png) top left repeat;
}
.right-section h5{
	font-weight:bold;
	margin:0;
	padding:15px 10px 0 10px;
	color:#00a2b1;
	font-size:16px;
}
.right-section p{
	margin:0;
	padding:10px 10px 0 10px;
}
.right-section a img{
	width:250px;
	height:180px;
}
.right-section.narrow a img{
	width:205px;
	height:225px;
}
.right-column-banners{
	margin:0 0 15px 0;
}
/*====================*/
/*=== Wide Content ===*/
/*====================*/
#content-wide{
	margin:0;
	padding:0;
	width:960px;
	position:relative;
}
.content-wide-banners{
	width:728px;
	display:inline-block;
	margin:0 23px 0 0;
}
/*.content-wide-column{
	width:205px;
	height:250px;
	display:inline-block;
	margin:0;
	vertical-align:top;
}*/
.content-wide-column{
	width:205px;
	height:250px;
	display:block;
	margin:0;
	position:absolute;
	top:0;
	right:0;
}
/*==============*/
/*=== Footer ===*/
/*==============*/
#footer{
	width:960px;
	margin:0 0 60px 0;
	background:url(../images/thassos-footer-parteneri.png) top left no-repeat;
	color:#fff;
}
.footer-bottom-left{
	padding:10px;
	float:left;
}
.footer-bottom-right{
	padding:10px;
	float:right;
}
#parteneri{
	clear:both;
	text-align:center;
	height:90px;
}
#parteneri a{
	border:4px solid #ccc;
	width:57px;
	height:57px;
	display:inline-block;
	margin:0 5px 0 0;
}
#parteneri a:hover{
	border:4px solid #666;
}
#parteneri a:last-child{
	margin:0 0 0 0;
}
#footer span{
	color:#b7b7b7;
	font-size:10px;
}
/*========================*/
/*=== Category Entries ===*/
/*========================*/
.category-articles{
	width:310px;
	margin:0 0 20px 0;
}
.article-block .category-articles h3{
	background:url(../images/thassos-entry-h3.png) top left no-repeat;
	margin:0;
	font-size:18px;
	font-weight:normal;
	color:#fff;
	display:inline-block;
	float:right;
}
.article-block .category-articles h3 a{
	margin:0;
	width:200px;
	height:60px;
	display:block;
	padding:10px 28px 0 10px;
	background:url(../images/thassos-entry-h3-end.png) top right no-repeat;
	overflow:hidden;
}
.article-block .category-articles>h3:hover{
	background:url(../images/thassos-entry-h3-b.png) top left no-repeat;
}
.category-articles>a{
	position:relative;
	width:70px;
	height:70px;
	display:block;
	margin:0 1px 0 0;
	vertical-align:top;
	float:left;
}
.category-articles>a>span{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/thassos-entry-frame.png);
	z-index:20;
	width:70px;
	height:70px;
}
.category-articles>a img{
	width:70px;
	height:70px;
	display:block;
}
/*=========================*/
/*===== Photo Gallery =====*/
/*=========================*/
a[rel="group"]{
	position:relative;
	width:120px;
	height:120px;
	display:block;
	float:left;
	margin:0 10px 10px 0;
}
a[rel="group"] span{
	width:120px;
	height:120px;
	display:block;
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/thassos-gallery-frame.png);
}
/*=========================*/
/*===== Article Block =====*/
/*=========================*/
.article-block h3{
	margin:35px 0 17px 0;
	color:#000;
}
.article-link{
	color:#00a2b1;
}
/*====================*/
/*===== Hoteluri =====*/
/*====================*/
.hotel-group{
	clear:both;
}
.hotel-group h3{
	background:url(../images/thassos-impresie-user-bg.png) top left no-repeat;
	width:113px;
	height:67px;
	padding:3px 5px 5px 7px;
	position:relative;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:10px 0 0 0;
}
.hotel-group h3 span{
	position:absolute;
	bottom: 8px;
	right: 7px;
	font-size:12px;
	font-weight:normal;
}
.hotel-details{
	float:left;
	background:url(../images/thassos-hotels_bg.png) top left no-repeat;
	padding:10px 15px 15px 0;
	margin:10px 0 0 10px;
	font-size:13px;
	max-width:500px;
}
.hotel-details p{
	margin:0 0 5px 0;
}
.hotel-details p strong{
	color:#00a2b1;
}
.hotel-details ul{
	list-style-position:outside;
	margin:0 0 15px 15px;
	padding:0;
}
.hotel-details ul li{
	margin:0;
	padding:0;
}
.hotel-block{
	display:block;
	margin:0 0 0 20px;
	width:100px;
}
.hotel-block3{
	display:block;
	margin:0 0 0 20px;
	width:500px;
}
.parteneri p{
	margin:5px 2px 2px 2px;
	border-bottom:1px dotted #DDD;
}
.parteneri p span{
	display:inline-block;
	width:92px;
	height:32px;
	vertical-align:middle;
	margin: 0 10px 0 0;
}


/* Rezervare/Contact */
#osx-modal-content, #osx-modal-data {
	display:none;
}
/* Overlay */
#osx-overlay {
	background-color:#000; 
	cursor:wait;
}
/* Container */
#osx-container {
	background-color:#fff; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333; 
	text-align:left;
	padding-bottom:4px; 
	width:468px; 
}
#osx-container a {
	color:#ddd;
}
#osx-container #osx-modal-title {
	color:#fff; 
	background-color:#00a2b1;
	font-weight:bold; 
	padding:6px 8px;
}
#osx-container .close {
	display:none; 
	position:absolute; 
	right:0; 
	top:0;
}
#osx-container .close a {
	display:block; 
	color:#fff; 
	font-weight:bold; 
	padding:6px 12px 0; 
	text-decoration:none; 
}
#osx-container .close a:hover {
	color:#000;
}
#osx-container #osx-modal-data {
	font-size:12px; 
	padding:6px 12px;
}
#osx-container h2 {
	margin:10px 0 6px;
}
#osx-container p {
	margin-bottom:10px;
}
#osx-container span {
	color:#777;
	width:120px;
	display:inline-block;
	vertical-align:middle;
	text-align:right;
	padding:0 10px 0 0;
}
#osx-modal-title{
	font-size:20px;
}
#osx-container input,
#osx-container textarea{
	width:300px;
	height:20px;
	background:#EFEFEF;
	border: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000; 
	padding:0 5px;
	vertical-align:middle;
}
#osx-container textarea{
	height:100px;
}
#osx-container input[name="submit"]{
	color:#fff;
	background:#00a2b1; 
	float:right;
	width:100px;
	margin:0 0 7px 0;
	cursor:pointer;
}
#osx-container input[name="submit"]:hover{
	background:#003d6e;
}

/*==========================*/
/*===== Newsletter Form =====*/
/*==========================*/
#newsletter{
	margin:0 0 20px 0;
}
#newsletter h4{
	margin:0 0 10px 0;
	font-size: 20px;
	font-weight: normal;
}
#newsletter p{
	margin:0 0 10px 0;
}
#newsletter input{
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	display:inline-block;
	padding:0;
	color:#888888;
}
#newsletter input[type="text"]{
	background:url(../images/thassos-news-text-input.png) no-repeat;
	width:204px;
	height:24px;
	padding:2px 0 2px 4px;
}
#newsletter input[type="submit"]{
	background:url(../images/thassos-news-submit-input.png) no-repeat;
	width:42px;
	height:28px;
	color:#fff;
}
/*=========================*/
/*===== Sticky Footer =====*/
/*=========================*/
#pageFooterOuter{
	bottom: 0;
 	left: 50%;
 	margin: 0 auto 0 -480px;
	position: fixed;
 	width:950px;
	height:45px;
	display:block;
	z-index:50;
	padding:15px 0 0 10px;
	background:url(../images/thassos-bottom-stickyfloat.png) top left no-repeat;
}
#pageFooterOuter .rezerva_acum{
	width:190px;
	height:37px;
	display:block;
	padding:13px 0 0 0;
	background:url(../images/thassos-bottom-rezervare.png) top left no-repeat;
	float:right;
	color:#01a2b2;
	font-size:20px;
	text-align:center;
	position:absolute;
	top:5px;
	right:5px;
}
/*====================*/
/*===== Comments =====*/
/*====================*/
.filters{
	font-size:13px;
	margin:6px 0 0 0;
}
.filters input{
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	display:inline-block;
	padding:0;
	color:#888888;
}
.filters input[type="text"]{
	background:url(../images/thassos-search-text-input.png) no-repeat;
	width:150px;
	height:24px;
	padding:2px 0 2px 4px;
}
.filters input[type="submit"]{
	background: #01a2b2; /* Old browsers */
	background: -moz-linear-gradient(top, #01a2b2 14%, #73b2ec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#01a2b2), color-stop(100%,#73b2ec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #01a2b2 14%,#73b2ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #01a2b2 14%,#73b2ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #01a2b2 14%,#73b2ec 100%); /* IE10+ */
	background: linear-gradient(top, #01a2b2 14%,#73b2ec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a2b2', endColorstr='#73b2ec',GradientType=0 ); /* IE6-9 */
	width:42px;
	height:28px;
	color:#fff;
	border-radius:2px;
}
div.paginate{
	width:650px;
	z-index:50;
}
span.paginate > span,
span.paginate > a{
	font-size:13px;
	color:#fff;
	padding:2px 7px 4px 7px;
	margin:0 2px 0 0;
	border-radius:2px;
	background: #01a2b2; /* Old browsers */
	background: -moz-linear-gradient(top, #01a2b2 14%, #73b2ec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#01a2b2), color-stop(100%,#73b2ec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #01a2b2 14%,#73b2ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #01a2b2 14%,#73b2ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #01a2b2 14%,#73b2ec 100%); /* IE10+ */
	background: linear-gradient(top, #01a2b2 14%,#73b2ec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a2b2', endColorstr='#73b2ec',GradientType=0 ); /* IE6-9 */
}
span.paginate > span.current,
span.paginate > a:hover{
	background:#ddd;
	color:#333;
}
span.paginate > span.disabled{
	background:#efefef;
	color:#bbb;
}
.impresie_user{
	background:url(../images/thassos-impresie-user-bg.png) top left no-repeat;
	width:113px;
	height:67px;
	padding:3px 5px 5px 7px;
	position:relative;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.impresie_user span{
	position:absolute;
	bottom: 8px;
	right: 7px;
	font-size:12px;
	font-weight:normal;
}
.comments_list .impresie_continut{
	border:1px solid #efefef;
	border-radius:2px;
	margin:-1px 0 0 0;
	font-size:13px;
	background: url(../images/thassos-impresie-user-bg-3.png) -1px -10px no-repeat;
	padding:10px 15px 35px 15px;
	position:relative;
}
.impresie_continut.short{

}
.impresie_continut_options{
	position:absolute;
	bottom:0px;
	right:0px;
	width:100%;
	height:35px;
	display:block;
	background:#fff;
	z-index:30;
	border-radius:2px;
	padding:7px 0 0 0;
}
span.comment_view_all{
	background:#01a2b2;
	border-radius:2px;
	color:#fff;
	margin:2px 15px 0 0;
	padding:3px 8px;
	cursor:pointer;
	float:right;
}
.comment_reply_open{
	background:#01a2b2;
	border-radius:2px;
	color:#fff;
	margin:2px 0 0 15px;
	padding:3px 8px;
	cursor:pointer;
	float:left;
}
.impresie_continut h3{
	margin:0 0 5px 0;
	/*color:#00a2b1;*/
}
.impresie_continut p a{
	color:#00a2b1;
}

.comments_list{
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
	font-size:13px;
}
.comments_list ul{
	list-style-type:none;
	margin:0 0 0 40px;
}
.comments_list li{
	margin:0 0 10px 0;
}
.comments_list .impresie_user{
	width:300px;
	height:30px;
	font-size:13px;
	color:#fff;
	padding:2px 7px 4px 7px;
	margin:0;
	float:none;
	border-radius:2px;
	background: #01a2b2 url(../images/thassos-impresie-user-bg-3.png) 0px 26px no-repeat; /* Old browsers */
	z-index:2;
}

.impresie_continut p{
	margin:5px 0;
}
.impresie_continut p.message strong{
	color:#069;
}
.comments_list .impresie_user .insertdate{
	font-size:10px;
	width:120px;
	height:15px;
	float:right;
	text-align:right;
}
.comments_list .impresie_user .category{
	float:right;
}
.new_comment h3{
	margin: 5px 0 15px 0;
	color: #fff;
}
.comment_reply,
.new_comment{
	background:#01a2b2;
	border-radius:2px;
	color:#fff;
	margin:2px 0 30px 0;
	padding:10px 15px;
}
.new_comment{
	margin:20px 0 30px 0;
}
.comment_reply label,
.new_comment label{
	display:inline-block;
	font-size:12px;
	margin:0 0 8px 0;
	width:100px;
}
.comment_reply label.extra,
.new_comment label.extra{
	width:180px;
}
.comment_reply div.extra,
.new_comment div.extra{
	display:inline-block;
	width:70px;
}
.comment_reply div.extra label,
.new_comment div.extra label{
	margin:0;
	width:50px;
}
.comment_reply input,
.new_comment input{
	width:140px;
	margin:0 0 8px 0;
	padding:2px 5px;
}
.comment_reply input[type="radio"],
.new_comment input[type="radio"]{
	width:13px;
	margin:0;
	padding:0;
	vertical-align:middle;
}
.comment_reply textarea,
.new_comment textarea{
	height:140px;
	margin:0 0 10px 0;
	padding:3px;
	width:309px;
}
.comment_reply input,
.comment_reply textarea,
.new_comment input,
.new_comment textarea{
	border:none;
	border-radius:2px;
	font-size:12px;
}
.comment_reply input[type="submit"],
.new_comment input[type="submit"]{
	float:right;
	margin:8px 0 0 0;
}
.comment_reply_details_group,
.new_comment_details_group{
	float:left;
	width:255px;
}
.comment_reply_message_group,
.new_comment_message_group{
	float:right;
	width:315px;
}
.comment_reply_note,
.new_comment_note{
	float:left;
	font-size:11px;
	font-style:italic;
	margin:8px 0 0 0;
}
.comments_list li + ul {  

}
.comments_list form{
}
p.error,
p.success{
	padding:3px 3px 3px 30px;
	margin:3px 0 12px 0;
	border-radius:2px;
	color:#333;
	font-size:13px;
}
p.error{
	background:#ffea98 url(../images/icon_warning.png) center left no-repeat;
}
p.success{
	background:#dcff98 url(../images/icon_ok.png) center left no-repeat;
}
p.error span,
p.success span{
	font-weight:bold;
	text-transform:uppercase;
}
.opt_out_email_notifications{
	font-size:12px;
	background:#01a2b2;
	border-radius:2px;
	color:#fff;
	margin:2px 0 30px 0;
	padding:10px 15px;
}
.opt_out_email_notifications p{
	margin:0;
}
.opt_out_email_notifications span{
	width:300px;
	display:inline-block;
	vertical-align:top;
}
.opt_out_email_notifications span.email{
	width:100px;
	display:inline-block;
	vertical-align:top;
}
.opt_out_email_notifications input{
	width:190px;
	margin:0 0 8px 0;
	padding:2px 5px;
	border:none;
	border-radius:2px;
	font-size:12px;
}
.opt_out_email_notifications input[type="checkbox"]{
	width:13px;
	margin:0 8px 8px 0;
	border:none;
	border-radius:2px;
}
.opt_out_email_notifications [type="submit"]{
	float:right;
	margin:8px 0 0 0;
}