
.btn_Kirmizi{
    color:#050;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
   background-color: #FFD2EB;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
	height:20px;
	width:80px;	
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffffaaaa');}

		
.btn_Yesil{
    color: #050;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
   background-color: #CAFFD0;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
	height:20px;
	width:80px;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaddaa');}

.btn_Mavi{
    color:#050;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
   background-color: #D4D6FF;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
	height:20px;
	width:80px;	
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaaaff');}
		
.btn_Gri{
    color:#050;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
   background-color: #F0F0F0;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
	height:20px;
	width:80px;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffcccccc');}
	
.btn_Mor{
    color:#050;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
   background-color: #FFE1FF;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
	height:20px;
	width:80px;	
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffddbbee');}
						
.form_liste_button{
   color: #050;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
   background-color: #CAFFD0;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaddaa');}

.button_arama{
	border: 1px solid Black;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight: normal;
	color: Black;
	background-color: #91FEFF;
	height:20px;
	width:80px;
	vertical-align: middle;
}

.button_blue{
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight: normal;
	height:20px;
	width:80px;
	background: url(Resim/btn_Nav/btn_blue_bg.gif) repeat;
	border: 0;
	color: #2d373e;
	}
	
.button_blue_tam{
	font-family: Verdana, Arial;
	font-size:11px;
	height:20px;
	width:80px;
	background: url(Resim/btn_Nav/btn_blue_tam.gif) no-repeat;
	border: 0;
	color: #2d373e;
	}	
	
.button_3d_Turuncu
{
	border: 0px;
	background: url(Resim/btn_Nav/btn_3d_truncu.gif) no-repeat;
	width: 103px;
	height: 23px;
	font-weight: bold;
	font-size: 11px;
	color: #423304;
}

/* Button Siyah için yapılan tanımlamalar. Kullanım Şekli
        <a class="boldbuttons_siyah" href="http://www.dynamicdrive.com/style/" style="z-index: 102;
        left: 55px; position: absolute; top: 202px"><span>Dynamic Drive CSS Library</span></a>
*/
a.buttonsbold_siyah{
background: transparent url('Resim/btn_Nav/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
color: white; /*button text color*/
}
a.buttonsbold_siyah span{
background: transparent url('Resim/btn_Nav/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.buttonsbold_siyah{ /* Hover state CSS */
text-decoration: underline;
}

/* Button Mavi için yapılan tanımlamalar. */
a.buttonsbold_mavi{
background: transparent url('Resim/btn_Nav/roundedge-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
color: white; /*button text color*/
}
a.buttonsbold_mavi span{
background: transparent url('Resim/btn_Nav/roundedge-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.buttonsbold_mavi{ /* Hover state CSS */
text-decoration: underline;
}

/* Button Kırmızı için yapılan tanımlamalar. */
a.buttonsbold_kirmizi{
background: transparent url('Resim/btn_Nav/roundedge-red-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
color: white; /*button text color*/
}
a.buttonsbold_kirmizi span{
background: transparent url('Resim/btn_Nav/roundedge-red-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.buttonsbold_kirmizi{ /* Hover state CSS */
text-decoration: underline;
}

/* Button Yeşil için yapılan tanımlamalar. */
a.buttonsbold_yesil{
background: transparent url('Resim/btn_Nav/roundedge-green-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
color: white; /*button text color*/
}
a.buttonsbold_yesil span{
background: transparent url('Resim/btn_Nav/roundedge-green-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.buttonsbold_yesil{ /* Hover state CSS */
text-decoration: underline;
}

/* Button Kahverengi için yapılan tanımlamalar. */
a.buttonsbold_kahverengi{
background: transparent url('Resim/btn_Nav/roundedge-brown-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
color: white; /*button text color*/
}
a.buttonsbold_kahveregi span{
background: transparent url('Resim/btn_Nav/roundedge-brown-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.buttonsbold_kahverengi{ /* Hover state CSS */
text-decoration: underline;
}

/* Button oval  Gri için yapılan tanımlamalar. */
a.buttonoval_gri{
background: transparent url('Resim/btn_Nav/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonoval_gri span{
background: transparent url('Resim/btn_Nav/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.buttonoval_gri:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonoval_gri:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button oval  Gri için yapılan tanımlamalar. */
a.buttonoval_gri{
background: transparent url('Resim/btn_Nav/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonoval_gri span{
background: transparent url('Resim/btn_Nav/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.buttonoval_gri:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonoval_gri:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button oval  blue için yapılan tanımlamalar. */
a.buttonoval_blue{
background: transparent url('Resim/btn_Nav/oval-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonoval_blue span{
background: transparent url('Resim/btn_Nav/oval-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.buttonoval_blue:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonoval_blue:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button oval  green için yapılan tanımlamalar. */
a.buttonoval_green{
background: transparent url('Resim/btn_Nav/oval-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonoval_green span{
background: transparent url('Resim/btn_Nav/oval-green-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.buttonoval_green:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonoval_green:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button oval  red için yapılan tanımlamalar. */
a.buttonoval_green{
background: transparent url('Resim/btn_Nav/oval-red-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonoval_red span{
background: transparent url('Resim/btn_Nav/oval-red-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.buttonoval_red:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonoval_red:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button oval  orange için yapılan tanımlamalar. */
a.buttonoval_orange{
background: transparent url('Resim/btn_Nav/oval-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonoval_orange span{
background: transparent url('Resim/btn_Nav/oval-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.buttonoval_orange:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonoval_orange:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button square  orange için yapılan tanımlamalar. */
a.buttonsquare_gri{
background: transparent url('Resim/btn_Nav/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonsquare_gri span{
background: transparent url('Resim/btn_Nav/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.buttonsquare_gri:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonsquare_gri:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button square green için yapılan tanımlamalar. */
a.buttonsquare_green{
background: transparent url('Resim/btn_Nav/square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonsquare_green span{
background: transparent url('Resim/btn_Nav/square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.buttonsquare_green:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonsquare_green:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button square red için yapılan tanımlamalar. */
a.buttonsquare_red{
background: transparent url(Resim/btn_Nav/square-red-left.gif) no-repeat left top;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonsquare_red span{
background: transparent url(Resim/btn_Nav/square-red-right.gif) no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.buttonsquare_red:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonsquare_red:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button square blue için yapılan tanımlamalar. */
a.buttonsquare_blue{
background: transparent url(Resim/btn_Nav/square-blue-left.gif) no-repeat left top;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonsquare_blue span{
background: transparent url(Resim/btn_Nav/square-blue-right.gif) no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.buttonsquare_blue:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonsquare_blue:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button square orange için yapılan tanımlamalar. */
a.buttonsquare_orange{
background: transparent url(Resim/btn_Nav/square-orange-left.gif) no-repeat left top;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonsquare_orange span{
background: transparent url(Resim/btn_Nav/square-orange-right.gif) no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.buttonsquare_orange:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonsquare_orange:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}