﻿

.container
{
	width: 565px;
	margin: 10px auto;
}
ul.tabs
{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 24px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li
{
	float: left;
	margin: 0;
	padding: 0px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background-image: url(tabpagebg.png);
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
}
ul.tabs li a
{
	text-decoration: none;
	color: #000;
	display: block;
	font-size: small;
	font-family: Tahoma;
	color: #5e783c;
	font-weight: bold;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover
{
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover
{
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container
{
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content
{
	padding: 10px;
	font-size: medium;
}
.tab_content h2
{
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content p
{vertical-align:top;
	color:Black;
	font-size: small;
	float: left;
	font-weight:normal;
	text-align:left;
	font-family: Tahoma;
	width:170px;
	margin:0px 0px 0px 0px;

}
.tab_content p.baslangic
{ vertical-align:top;
	font-weight:bold;
	color:Gray;
	font-size:x-small;
	margin:0px 0px 0px 0px;
	width:90px;
	 text-align:left;
}
.tab_content p.fiyat
{vertical-align:top;
	font-weight:bold;
	color:#bf0200;
	font-size:x-small;
	margin:0px 0px 0px 0px;
	width:70px;
	 text-align:right;
}
.tab_content td.hucre
{
 height:150px;
 vertical-align:top;
}
.tab_content img
{
	vertical-align:top;
	float: left;
	margin: 0 5px 2px 0;
	border: 1px solid #ddd;
	padding: 5px;
	width: 159px;
	height: 74px;
}
.turlartab
{
	width: 580px;
	margin-left: 3px;
}

