/* Standard Styles */
/* Photo Styles */

.photo_198 {
	border: 4px solid #FFFFFF!important;
}

.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {
	height: 14px;
	width: 14px;
}

.album-frame .top-x--- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-tstretch.gif);
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-tstretch.gif);
	height: 14px;
	width: auto;
}
.album-frame .top---x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-tstretch.gif);
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-lstretch.gif);
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-rstretch.gif);
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-lstretch.gif);
	height: auto;
	width: 14px;
}
.album-frame .mid----x {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-rstretch.gif);
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-lstretch.gif);
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-rstretch.gif);
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-bstretch.gif);
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-bstretch.gif);
	height: 14px;
	width: auto;
}
.album-frame .bot---x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-bstretch.gif);
	text-align: left;
	height: 14px;
	width: auto;
}

.photo-frame
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

.photo-frame TD {
	margin: 0px;
	padding: 0px;
}

.photo-frame .topx-- 
{
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-topx--.gif);
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/frame-top-x-.gif);
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-top--x.gif);
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-repeat: repeat-y;
	background-image: url(images/borders/frame-midx--.gif);
	width: 4px;
	height: auto;
}

.photo-frame .mid--x {
	background-repeat: repeat-y;
	background-image: url(images/borders/frame-mid--x.gif);
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-botx--.gif);
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/frame-bot-x-.gif);
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-bot--x.gif);
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}

/* Lightbox */


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#loading #loadingLink{ width: 32px; height: 32px; background: url(images/lightbox/loading.gif) no-repeat;	}		

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; height: 22px; float: right;  padding-bottom: 0.7em; background: url(images/lightbox/closelabel.gif) no-repeat;	}			
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

.tourList{
	padding: 0px 20px 20px 20px; 
	width: 650px;
	border-bottom: 1px solid #E0DBD5;
	text-align:left;
}

.tourListAlt{
	padding: 0px 20px 20px 20px; 
	width: 650px;
	border-bottom: 1px solid #E0DBD5;
	background:#F2F1EF;
}

.tourListSummary{
	line-height: 1.5em;
}

.tourListImage{
	margin: 10px 10px 10px 0px; 
}

.tourListPrice {	
	text-align:right;
	color:#226CA8;
	font-weight:bold;
	float:right;
	width: 150px;
}

.tourListPrice .price {
	color:#226CA8;
	font-weight:bold;
}

.tourListPrice em{
	font-size:30px;
	font-style:normal;
}

.tourListPrice .btn{
	margin-left:30px;
	height:30px;
	background:transparent url(images/btn_orange.gif) no-repeat scroll left center;
	width:130px;
}


.tourListPrice .btn .text, .tourListPrice .btn .text a{
	padding:4px 0px 0 8px;
	text-align:left;
	width:110px;
	text-decoration:none;
	background-color:transparent;
	color:#FFFFFF;
	font-weight:bold;
}

.tourListTable tr td{
}

.tourListTable .rowOne{
	width: 120px;
}

.tourDetail{

}

.tourDetailContent{
	padding-left: 10px;
}

.tourDetailPrice {
	padding:4px 0px 4px 0px; 
}

.tourDetailPrice .price{
	color: #FF6600; font-size: 16px; font-weight: bold; 
}

.TourDetailLink, .TourDetailLink a{
	color: #666!important;
}


.btn{
	height:30px;
	background:transparent url(images/btn_orange.gif) no-repeat scroll left center;
	width:130px;
}

.btn .text,.btn .text a{
	padding:4px 0px 0 8px;
	text-align:left;
	width:110px;
	text-decoration:none;
	background-color:transparent;
	color:#FFFFFF;
	font-weight:bold;
}

.tourMapTb, .tourMapTb td{
	text-align:center;
	background: #666666!important;
}

.tourMapTb a{
	color:#ffffff!important;
	text-decoration:none!important;
}

.blogComments { 
text-align: left; padding: 0px; margin-bottom: 30px; margin-top: 0px; }

.blogCommentLine{ 
padding: 20px; margin-bottom: 20px; background: url(images/remarks.gif) top center no-repeat; }

.blogComment{ 
margin: 20px 0px; padding: 0px; padding-bottom: 25px;}

.blogCommentRating{ 
float:right;
}

.blogCommentWrap { 
position:relative; margin-left: 110px; width:300px; background-color: #ffffff; border: 1px solid #dcdddd; }

.blogCommentContent { 
padding: 20px; background-color: #ffffff; }

.blogCommentContentOwner { 
padding: 20px; background-color: #f8f8f8;}

.blogCommentDate{ 
margin: 20px 0px 0px 2px; color: #8d8d8d; font-size: 10px; }

.blogCommentArrow{
position: absolute; top: 8px; left: -35px; padding: 20px; background: url(images/comment_arrow_white.png) top center no-repeat; }

.blogCommentArrowOwner { 
position: absolute; top: 8px; left: -36px; padding: 20px; background: url(images/comment_arrow.png) top center no-repeat;}

.blogCommentAuthor { 
float:left; width: 60px; text-align: center;  }

.blogCommentAuthor small { color: #8d8d8d; font-size: 10px; }

.blogCommentGravatar { 
margin: 0px 0px 5px 0px; border:5px solid #DDDDDD; height: 50px; width:50px;}

.blogCommentGravatar img{ 
height: 50px; width:50px;}

.blogCommentIcon{ 
margin-right:30px; font-size: 18px; font-weight: bold; background: url(images/comments.gif) no-repeat; height:46px; width:44px; line-height: 36px;text-align: center;}

.blogCommentIcon a{text-decoration:none!important; }

.postComment {  
margin: 0px;}

.postComment textarea { 
border:3px solid #E9E9E9; padding: 20px; }

.postComment input{ 
border:3px solid #E9E9E9; padding:2px; }

.postComment a{
text-decoration:none!important;
}

.right { 
float: right; }

.ReadMore {
padding:10px 0px 0px 0px;
}

.MoreLink {
text-decoration:none!important;
color:#DA5E2A!important;
font-family:Verdana, Helvetica, sans-serif!important; 
background:url(images/Arrow.png) right 7px no-repeat; padding:5px 15px 5px 0px;
}

a:hover.MoreLink {
background:url(images/ArrowOn.png) right 7px no-repeat; padding:5px 15px 5px 0px;
}

.sIFR-active.tourtitle h1{
	visibility: hidden;
	padding-left:10px;
}

.sIFR-active.tourlisttitle h2{
	visibility: hidden;
	padding-left:10px;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/
.tTip, a:hover.tTip  {width: 200px; cursor: pointer; color:#666666;text-decoration:underline;}
.tip {color: #333; margin-left:100px;}

.tip {
	width: 302px;
	padding-top: 36px;
	display: none;
	background: transparent url(images/tipTop.png) no-repeat top;
}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}

/* the overlayed element for Iframe */ 
.overlayIframe { 
	position:absolute;
	left:-9999px;  
    /* place overlay on top of other elements */ 
    z-index:100; 
     
    /* styling */ 
    background:#ffffff;
     
    border:1px solid #666; 
} 
 
/* close button positioned on upper right corner */ 
.overlayIframe .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* the overlayed element */ 
.overlay { 
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#ffffff; 
     
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.overlay .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}



/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(images/h80.png) repeat-x;		
}


/* the thumbnails */
.thumbs {
	text-align:center;
}

.thumbs img {
}

.thumbsimage img{
	border:1px solid #ccc !important;
	margin:5px 0px 20px 0px;
	padding: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the active thumbnail */
.thumbs a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

#web {}


.onizleme {
	width: 220px;
	height:100px;
	margin-right: 30px;
	margin-top: 30px;
	border:5px #f6f6f6 solid;
	float: left;
	display: block;
  	overflow: hidden;
  	position: relative;
	}
.onizleme span {
  	display: none;
	}
.onizleme img {
	border:none;
	}
.onizleme:hover span {	
  	opacity: 0.80;
	
	/*
	filter: alpha(opacity = 80);
	
	opacity:0.70;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70); 
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; */
	
	background: #FFF;
 	display: block;
 	padding: 5px;
 	position: absolute;
 	width: 220px;
	height:100px;
	font-family:Helvetica, Verdana, Arial, Helvetica;
	color: #999999;
	cursor:pointer;
	font-size: 10px;
	}
.onizleme:hover span strong {
	color: #000;
 	display: block;
	font-size: 18px;
	font-weight:bold;	
	}
.onizleme:hover span b {
	margin-top:10px;
	font-size: 12px;
	display:block;
	font-weight:normal;
	color:#000;
	line-height:14px;
	}
