

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{

/* width: 90%; width of menu. Uncomment to change to a specific width */
width:608px;
margin-left:22px;
margin-bottom: 0em;
height:27px;
vertical-align:middle;
margin-top:14px;
padding-top:3px;
background-image:url(http://www.touristica.com.tr/img/urundetay_menu_bg.gif);
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 14px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 16px;
margin-right: 3px;
cursor: pointer; 
cursor: hand;

color: #ffffff;

}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
cursor: pointer; 
cursor: hand;

}

.shadetabs li.selected{
position: relative;
top: 1px;


}

.shadetabs li.selected a{ /*selected main tab style */
  color:Black;
 
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;

}


        .title
        {
         color:#666666;
         font-size:10pt;
          font-family:Tahoma,Arial;
          font-weight:bold;
        	}
        	.detay
        {
         color:#444444;
         font-size:10pt;
          font-family:Tahoma;
          font-weight:normal;
        	}
        	
        	        .hoteltitle
        {
         color:#ffffff;
         font-size:20pt;
          font-family:Tahoma,Arial;
          font-weight:normal;
        	}