

.clear {
clear: both;
}

.floatleft {
float: left;
}

.floatright {
float: right;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}


.linktour{
padding-left:30px;
background:url(images/icon/tour.png) no-repeat 3px 5px;
}

.linktour:hover{
color: black;
background-color: #f1f1f1;
}

.linkcar{
padding-left:35px;
background:url(images/icon/car.png) no-repeat 5px 5px;
}

.linkcar:hover{
color: black;
background-color: #f1f1f1;
}

.linkplane{
padding-left:35px;
background:url(images/icon/plane.png) no-repeat 5px 4px;
}

.linkplane:hover{
color: black;
background-color: #f1f1f1;
}

.linkvisa{
padding-left:35px;
background:url(images/icon/visa.png) no-repeat 5px 4px;
}

.linkvisa:hover{
color: black;
background-color: #f1f1f1;
}

.linkcontact{
padding-left:35px;
background:url(images/icon/contact.png) no-repeat 5px 4px;
}

.linkcontact:hover{
color: black;
background-color: #f1f1f1;
}


.sub-tour{
position: absolute;
z-index:1000;
top: 13.8em;
left: 17em;
background-color: #f1f1f1;
width:423px;
height:210px;
border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
-khtml-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
}

.sub-tour ul{
list-style:none;
margin: 10px 10px 5px 5px;
color: #555;
width:150px;
float:left;
}

.sub-tour ul li{
display:block;
padding-left:15px;
border-bottom: 1px dotted #555;
}

.sub-tour ul li a{
color:#555;
font-weight:bold;
font-size: 0.8em;
}


.sub-tour-li {
float: left;
margin:10px 0px 10px 5px;
border-left: 1px solid #d3d3d3;
width:252px;
height:190px;
}

.show-new-tour{
margin: 0px 10px 10px 10px;
}

.show-new-meta {
width: 277px;
z-index: 10000;
height: 50px;
}

.show-new-meta-info{
color:#555;
font-size: 0.8em;
}

.show-new-price-tour{
color: #FF4500;
font-weight: bold;
}

.show-new-title-tour{
font-size:0.8em;
color:#0095da;
font-weight:bold;
}

.show-new-title-tour:hover,
.show-new-title-tour:active{
text-decoration:underline;
}

.show-new-tour-info img {
width:220px;
height: 155px;
}

 
#primary-content{
width:940px;
padding:10px;
background:#fff;
float:left;
}

#container {
	width:710px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:630px;
	height:420px;
	position:relative;
}

#frame {
	position:absolute;
	z-index:0;
	width:715px;
	height:300px;
	top:-3px;
	left:-80px;
}


#top-news{
float:left;
padding:0px;
margin:0px 0px 10px 0px;
}

#new-tour{
width:715px;
margin: 0px 0px 10px 0px;
float:left;
}

#tour-incountry .title-country{
background-color: #0095da;
height:35px;
}

#tour-incountry .title-country h3{
color: #fff;
padding: 8px 5px 0px 10px;
text-transform:uppercase;
float:left;
}

.title-country a{
padding: 8px 5px 0px 10px;
color:#FFFFFF;
font-size:1.2em;
}

.title-country a:hover{
text-decoration:underline;
}

#tour-outcountry .title-country{
background-color: #0095da;
height:35px;
}

#tour-outcountry .title-country h3{
color: #fff;
padding: 8px 5px 0px 10px;
text-transform:uppercase;
float:left;
}


#tour-incountry{
float:left;
width:352px;
}

#tour-outcountry{
float:left;
width:352px;
margin-left:10px;
}

#tour-incountry .content-tour{
border-left:1px solid #008000;
border-right:1px solid #008000;
border-bottom:1px solid #008000;
padding:5px 5px 5px 5px;
background: #f5f5f5;
float: left;
width: 340px;
}

#tour-outcountry .content-tour{
border-left:1px solid #ff4500;
border-right:1px solid #ff4500;
border-bottom:1px solid #ff4500;
padding:5px 5px 5px 5px;
background: #f5f5f5;
float: left;
width: 340px;
}



.tour{
background:#fff;
padding:0px;
float: left;
width: 340px;
height: 192px;
position: relative;
overflow: hidden;
background-color: white;
margin: 5px 0px 5px 5px;
}

/**.tour:hover{
background: #fff5b4;
}**/

.tour img{
float: left;
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
border: 2px solid #FFFF66;
width:325px;
height:185px;
}


.tour .meta{
display:block;
}



.meta{
background: url(../images/bg_trans.png);
position: absolute;
bottom: 5px;
width: 320px;
left: 5px;
z-index: 10000;
height:50px;
}

.info {
margin:0px 10px 10px 10px;
line-height:2.0em;
}

.info p{
color:#FFFF00;
}

.title-tour{
color:#0095da;
font-weight: bold;
margin-left: 10px;
}

.title-tour:hover{
text-decoration: underline;
}

.pde{
width:175px;
margin:7px 0px 0px 0px;
}

.price-tour{
color: #FFFF00;
font-weight: bold;
}

.departure-tour{
font-weight: bold;
text-transform: uppercase;
}

.readmore-tour{
background: url(../images/readmore-tour.png) 0 26px ;
display:block;
color:#fff;
padding:5px;
height:16px;
width:65px;
margin:15px 0px 0px 0px;
}

.readmore-tour:hover{
background: url(../images/readmore-tour.png) 0 51px ;
}

.readmore-tour:active{
background: url(../images/readmore-tour.png) 0 76px ;
}

