﻿/* charset declaration /*
@charset "utf-8";

/* RESET */

div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0px; padding: 0px; }
h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
/*table { border-collapse: collapse; border-spacing: 0; }*/

/* html, body  declaration */ 
html {
	background:url(/static_files/images/background_general_stripe.jpg) repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
html, body {
	height: 100%;
}

body {
	width:960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.wrapper {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}

.nav {color: #CBCBCC; text-decoration:none; font-weight: bold;}
a.nav:hover {color: #ff8415; text-decoration:none; font-weight: bold;}


.wrapper #header
{
    margin-top:10px;
    margin-bottom:10px;
	width: 960px;
	display: block;
}
/* flash areea */
.flash {
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	z-index: 10;
}

/*
 * footer style
 */

.footer, .push {
	height: 4em; /* .push must be the same height as .footer */
}
.footer {
	width: 960px;
	height:60px;
	background:url(/static_files/images/footer_full.gif) no-repeat;
	text-align: center;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: none;
}

.footer ul
{
	display: block;
	height: 30px;
	text-align: center;
	list-style: none;
}

.footer ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e97311;
	line-height: 30px;
	height: 30px;
	text-align: center;
	display: inline;
}
.footer ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	text-align: center;
}
.footer ul li a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.footer #footer_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	line-height: 15px;
	height: 60px;
	display: block;
	margin: 0px;
	clear: both;
}

.footer a
{
    color: #FF6600;
	text-decoration: none;    
}


#footer_terms  a
{
	color: #FF6600;
	text-decoration: none;
} 

#footer_map  a
{
   color: #545454;
}
#footer_map2  a
{
   color: #545454;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    line-height: 0px;
    font-size: 0px;
}

.clearfix {
    display: block;
    line-height: 0px;
    font-size: 0px;
}

html[xmlns] .clearfix {
    display: block;
    line-height: 0px;
    font-size: 0px;
}

* html .clearfix {
    height: 1%;
    line-height: 0px;
    font-size: 0px;
}

/* main content areea - just for dimensions */
.content {
	padding: 0px;
	width: 960px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.box_wrapper
{
	/*margin-bottom: 10px;*/	
}	

.box
{
	display: block;
	text-align: left;
	background: url(/static_files/images/box/right-background.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
.box_left
{
	display: block;
	text-align: left;
	background: url(/static_files/images/box/box-background.gif) no-repeat;
	z-index: 1000;
}
.box_content
{
	/*margin: 10px;*/
	font-size: 11px;
	font-family: Verdana, Tahoma, arial, sans-serif;
}

.box_content_left
{
	margin: 0px;
	/* margin-left: 10px;*/
	padding: 0px;
	float: left;
	width: 313px;
}
.box_content_right
{
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 20px;
	width: 10px; 
	line-height: 0px; 
	height: 0px; 
	font-size: 0px;
}

.box_bottom
{
	height: 10px;
	display: block;
	text-align: left;
	background: url(/static_files/images/box/bottom-right_corner.gif) no-repeat;
	margin: 0px;
}
.box_left_bottom
{
	height: 10px;
	display: block;
	background: url(/static_files/images/box/bottom-background.gif) no-repeat;
	z-index: 1000;
}

.normal_btn
{
    height: 25px;
    font-size: 12px;
	text-align: center;
	border: 1px solid #C8C8C8;
	background: url(/static_files/images/buttonbg.gif) repeat-x top #E6E6E6;
	cursor:pointer;
}

textarea
{
    font-family:Tahoma, Arial, Verdana ;
    font-size: 11px;
}

.FormFields
{
}

.FormFields tr.AlternatingRow td
{
    padding: 4px 4px 4px 4px;
}

.FormFields tr.CommandRow td
{
    padding: 4px 0px 4px 4px;
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    background-color: #F5F5F5;
}

.FormFields tr.CommandRow td a
{
    margin-right: 4px;
}

.FormFields .FieldHeader
{
    color: #696969;
    padding: 4px;
    font-weight: normal;
    vertical-align:top;
    white-space:nowrap;
}

.FormFields .FieldHeaderRequired
{
    color: #CC3300;
    padding: 4px;
    font-weight: normal;
    vertical-align: top;
    white-space: nowrap;
}


.FormFields tr.Row td
{
    padding: 4px 4px 4px 4px;
}

.FormFields .Required
{
    font-weight: bold;
}

.FormFields .required_star
{
    color: #FF3300;
    padding-left: 2px;
}
.required_info
{
    line-height:25px;
    color:#CC3300;
}

/* smsform section */ 
	
#smsform {
	padding: 0px;
	width: 260px;
	min-height:240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #8F8F8F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	background-position:top;
}
#smsform h3 {
	font-size: 12px;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	color:White;
}
#smsform p {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color:White;
}

#smsform .FieldHeaderRequired {
	color:White;
	font-weight:bold;
	text-align:right;
}

#smsform table {
	color:Red;
}


ul.items {
list-style-image:none;list-style-position:outside;list-style-type:none;margin:0pt 0pt 20px;padding:0pt;}
ul.items li {
list-style: none;background: url(/static_files/images/icon_square-bullet.gif) no-repeat 0 50%;background-position: 0 .4em;padding-left: 10px; margin: 5px 0 0 0px; font-size: 11px;}
ul.items ul {
 margin-bottom: 1.5em; }
ul.items ul li {
 list-style: circle; background: none; margin-left: 10px; padding-left: 0; }
  .thelines{position:absolute; top:85px;left:235px;}
  
  
 /* turuncu tablolar  */
table.orng { margin:20px 0 20px 0;}
table.orng td, table.orng th { padding:8px 10px; text-align:left; font-size:11px; }
table.orng th { background-color:#ff8415; color:#fff;}
table.orng td { background-color:#e5e5e5; color:#666;}
table.orng td.numb {text-align:right;}
table.orng td.totalnumb {font-weight:700; text-align:right;}
table.orng td.total {font-weight:700;}

.pricelist p{font-size:10px;}
.pricelist strong {font-weight:bold;}

.pic { margin:0 30px 10px 0; float:left;}

.normal_link
{
	font-family: verdana;
	font-size: 12px;
	color: #ff6600;
	text-decoration:none;
}

.normal_link a
{
	font-family: verdana;
	font-size: 12px;
	color: #ff6600;
	text-decoration: none;
}

.normal_link a:hover
{
	font-family: verdana;
	font-size: 12px;
	color: #ff6600;
	text-decoration: underline;
}


.gray_link a
{
	color: #545454;
	font-size: 11px;
	text-decoration: none;
}
.gray_link a:hover
{
	color: #545454;
	text-decoration: underline;
}
.gray_link_selected a
{
	color: #FF6600;
	font-size: 11px;
	text-decoration: none;
}
.gray_link_selected a:hover
{
	color: #FF6600;
	text-decoration: underline;
}
