/* CSS Document */

body  {
	font:normal 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background:url(../images/bg.gif) repeat-y center center #e6e7e8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow: -moz-scrollbars-vertical; /* Always show scrollbar */
}
#container {
	position:relative;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
img.left{
	float:left;
	padding-right:10px;
	padding-bottom:5px;
}
img.right{
	float:right;
	padding-left:10px;
	padding-bottom:5px;
}
a{
	color:#947f03;
	text-decoration:none;
}
a:hover{
	color:#000;
}
h2, h3, h4, h5, h6{
	padding:0;
	margin:0px;
}
h2{
	font-size:20px;
}
h3{
	font-size:18px;
	margin-bottom:10px;
}
h4{
	font-size:14px;
}
h4.urunBaslik{
	font-size:12px;
	padding:2px 0 0 26px;
}
h4.duyurular{
	font-size:12px;
	margin:10px 25px 0 25px;
	border-bottom:5px solid #fcd804;
}
h4.sagKisim{
	font-size:12px;
	padding:2px 0 0 15px;
}
h5{
	font-size:12px;
}
h5.dotted{
	background:url(../images/dotted.gif) repeat-x bottom;
	padding-bottom:5px;
}
h5.left{
	background:url(../images/ok.gif) no-repeat left center;
	padding:5px 0 0 17px;
	margin:0px 0 0 0;
	width:305px;
	text-align:justify;
}
p{
	font-size:12px;
	padding:5px 5px 0 0;
	margin:0;
	text-align:justify;
}
/*//////////////////////burası navigation bölümü///////////////////////*/
#nav{
	position:absolute;
	display:block;
	left: 0px;
	top: 143px;
	z-index:1501;
}
#nav .menu{
	background:url(../images/bg-menu.png) no-repeat;
	position:absolute;
	display:block;
	width: 960px;
	height: 62px;
	padding-top:10px;
	padding-left:15px;
	z-index:10;
}
#nav .linkler{
	position:absolute;
	left: 465px;
	width: 400px;
	z-index:20001;
	padding:15px 0 0 0;
}
#nav .linkler a{
	border-right:1px solid #d5b603;
	padding:4px 10px 4px 8px;
	color:#000;
	font-weight:bold;
	font-size:12px;
}
#nav .linkler a:hover{
	color:#947f03;
}
.aramaS {
	position:absolute;
	top:149px;
	left: 774px;
	width: 200px;
	z-index:20001;
}
.aramaS .input{
	display:inline-block;
	width:140px;
	border:1px solid #c0a400;
	font-size:11px;
	padding:5px 0;
}
.aramaS .input:focus{
	background:url(../images/pencil.gif) no-repeat right #c0a400;
	border:1px solid #f1ce01;
	padding-right:20px;
	width:120px;
}
.aramaS .btnAra{
	display:inline-block;
	border:1px solid #c0a400;
	background-color:#fff;
	background-image:none;
	color:#000;
	cursor:pointer;
	width:30px;
	padding:2px 0;
}

.aramaS .btnAra:hover {
	border:1px solid #c0a400;
	background-color:#c0a400;
	background-image:none;
	color:#000;
	cursor:pointer;
	width:30px;
}
/*//////////////////////burası navigation bölümü sonu///////////////////////*/

#header {
	position:relative;
	display:block;
	background:url(../images/bg-banner.png) no-repeat center;
	width:940px;
	height:143px;
	z-index:0; 
	margin-left:10px;
	top:0;
}
#header h1 {
	margin: 0; 
	padding: 0;
	text-indent:-9999px;
}
#header img {
	border:0px;
}
#header .logo {
	position:absolute;
	display:block;
	background:url(../images/kama-opel-logo.png) no-repeat;
	top:15px;
	width:915px;
	height:76px;
	left: 13px;
}

.telefon {
	position:absolute;
	background:url(../images/bg-telefon.png) no-repeat;
	width:960px;
	height:32px;
	left: 0px;
	top: 104px;
	padding:5px 0 0 0;
	z-index:1;
	float:left;
	text-align:center;
}
span.kalin {
	font-weight:bold;
	font-size:13px;
	padding-left:30px;
}
span.kalin2 {
	font-weight:bold;
	font-size:11px;
	padding-left:5px;
}
span.ince {
	font-size:10px;
	padding-left:0px;
}
span.right {
	position:relative;
	text-align:right;
	float:right;
	top:-20px;
	right:-10px;
	z-index:20000;
}
span.right a {
	text-align:right;
}
div.ozet {
	font-weight:normal;
	background:#e6e7e8;
	border:1px dotted #000;
	border-top:0px;
	padding:2px 10px 2px 10px;
	margin-bottom:10px;
}
#mainContent {
	display:block;
	width:960px;
	margin:70px 0 0 0;
}
#content {
	display:table;
	width:645px;
	float:left;
} 
/*////////////////////bu kısım sol bölümdeki kampanya bölümünü kontrol eder*/
#content .sol{
	float:left;
	display:block;
	width:360px;
	height:370px;
}
#content .sol p.sayfalandirici{
	padding:0 0 0 25px;
}
/*///////////////////////////////////////sayfalandırıcı//////////////////*/
#content table.sayfalandirici{
	z-index:3500;
	float:left;
	width:50px;
}
#content table.sayfalandirici td{
	border:0px;
	padding:1px 0 8px 0;
}
#content p.sayfalandirici{
	font-weight:bold;
	color:#1f5da8;
	padding:0 0 0 5px;
	margin-top:5px;
	float:left;
}
#content .sayfalandirici a{
	background:#e5f0f5;
	font-weight:bold;
	padding:2px 5px;
}

#content .sol .kampanyaBaslik{
	background:url(../images/bg-kampanya.png) no-repeat;
	display:block;
	width:360px;
	height:32px;
}

#content .sol .arkaplan{
	background:url(../images/bg-kampanya-paragraf2.png) no-repeat;
	display:block;
	width:328px;
	height:66px;
	margin:0 0 0 25px;
	padding:0px 0 0 0px;
}
#content .sol .arkaplanTum{
	background:url(../images/bg-kampanya-paragraf2.png);
	display:block;
	width:328px;
	height:66px;
	margin:0 0 0 25px;
	padding:0px 0 0 0px;
}
#content .sol .arkaplan p.right{
	text-align:right;
	padding:4px 8px 0 0;
	font-size:11px;
} /*////////////////////////////////////kampanya sonu////////////////////////*/

/*//////////////////////content sağ bölüm/////////////*/
#content .sag{
	float:right;
	display:block;
	width:280px;
}
#content .sag p{
	font-size:12px;
	margin:10px 25px 0 26px;
	width:225px;
}
/*///////////////////content sağ bölüm sonu///////////*/

/*//////////////////////content orta bölüm/////////////*/
#content .orta{
	float:left;
	display:block;
	margin:20px 0 0 1px;
	padding:0;
}
#content .orta .gau{
	position:relative;
	background:url(../images/gau_back.png) no-repeat bottom;
	display:block;
	width:612px;
	height:393px;
	padding:0px 0 0 25px;
}
#content .orta .gau img{
	position:absolute;
	top:70px;
}/*///////////////////content orta bölüm sonu///////////*/

/*//////////////////////////////////burası bayi girişi yapıldıktan sonraki bölüm//////////////////////*/
#sidebarRight .bayi {
	position:absolute;
	/*background:url(../images/bg-bayi.gif) repeat-x;*/
	display:block;
	left: -290px;
	float:left;
	top:0px;
	width:265px;
}

#sidebarRight .bayi h4.bg{
	background:#e4e4e4;
	margin:33px 0 0 10px;
	padding:5px 0 5px 10px;
	height:18px;
	display:block;
}/*//////////////////////////////////burası bayi girişi yapıldıktan sonraki bölüm//////////////////////*/

#sidebarRight {
	position:relative;
	display:block;
	float:right;
	top:-27px;
	right:11px;
	
}
#sidebarRight p{
	padding:15px 17px 0 17px;
	font-size:11px;
	
}
#sidebarRight span{
	font-size:11px;
	padding:15px 0 0 17px;
}
#sidebarRight span a{	
	color:#947f03;
	text-decoration:none;
}
#sidebarRight span a:hover{
	color:#000;
	text-decoration:underline;
}
#sidebarRight span.dotted{
	background:url(../images/dotted.gif) repeat-x;
	display:block;
	width:256px;
	height:1px;
	margin:10px 0 0 18px;
}
#sidebarRight .sagBolumler {
	background:url(../images/bg-bayi.gif);
	/*background:url(../images/bg-bayi.png) no-repeat;*/
	display:table;
	width:296px;
	height:810px;
}

#sidebarRight .sagBolumler .hakkimizda {
	display:block;
	float:left;
	margin:158px 0 0 0;
	padding-left:8px;
}
#sidebarRight .sagBolumler .hakkimizda .foto {
	margin:15px 0 0 0;
}
#sidebarRight .sagBolumler img.border{
	border:0px solid #ccc;
	margin-left:3px;
}
#sidebarRight .sagBolumler .group {
	display:block;
	float:left;
	margin:10px 0 0 0;
	padding-left:20px;
}
#sidebarRight .bgBaslik{
	position:absolute;
	display:block;
	background:url(../images/bg-sag-basliklar.png) no-repeat;
	width:310px;
	height:32px;
	left: -5px;
	top: 27px;
}
#sidebarRight .bgBaslik2{
	position:absolute;
	display:block;
	background:url(../images/bg-sag-basliklar.png) no-repeat;
	width:310px;
	height:32px;
	left: -5px;
	top: 360px;
}
#sidebarRight .bgBaslik3{
	position:absolute;
	display:block;
	width:310px;
	left: 8px;
	top: 155px;
}
#sidebarRight .bayiGiris{
	position:absolute;
	top:50px;
	left: 10px;
}
#sidebarRight .bayiGiris .input{
	width:190px;
	height:18px;
	border:1px solid #f1ce01;
}
#sidebarRight .bayiGiris td{
	font-size:10px;
}
#sidebarRight .bayiGiris th{
	text-align:right;
}
/*/////////////////////////////////arama bölümü////////////////////////////////////////////*/	
#content td{
vertical-align:top;
}
#content table.arama{
	width:100%;
}
#content table.arama td{
	border:0px;
	padding:5px;
}

#content table.secenekler td{
	background:url(../images/dotted-horizontal.gif) repeat-x bottom;
	padding:5px;
}
#content table.arama .btnAra{
	width:80px;
	margin-top:5px;
	margin-left:2px;
}
#content table.arama .btnAra:hover {
	border:1px solid #7bb2d0;
	background-color:#7bb2d0;
	color:#404040;
	cursor:pointer;
}
#content table.arama input{
	border:1px solid #87b8d3;
}
#content #ctl00_ContentPlaceHolder1_gvSonuclar table{
	border:0px;
	padding:5px;
	width:20px;
	
}
#content #ctl00_ContentPlaceHolder1_gvSonuclar td{
	border:1px solid #87b8d3;
}
#content #ctl00_ContentPlaceHolder1_gvSonuclar th{
	background:#e5f0f5;
}

/*/////////////////////////////////arama bölümü////////////////////////////////////////////*/

/*/////////////////////////////////////iletişim bölümü/////////////////////////////////*/
#content table.wucForm{
	width:650px;
}
#content table.wucForm td{
	border:0px solid #000;
}
#content table.wucForm input{
	border:1px solid #87b8d3;
	width:350px;
} 
#content table.wucForm input:hover{
	background:url(../images/pencil.gif) no-repeat right;
	border:1px solid #87b8d3;
	width:350px;
}
#content table.wucForm .IletisimTextArea{
	border:1px solid #87b8d3;
	width:350px;
	height:100px;
}
#content table.wucForm .IletisimSelectBox{
	border:1px solid #87b8d3;
	width:350px;
}

#content table.wucForm .IletisimSelectBox.ufak{
	border:1px solid #87b8d3;
	width:150px;
}
#content table.wucForm .IletisimBox.ufak{
	border:1px solid #87b8d3;
	width:196px;
}
#content table.wucForm .btnAra{
	width:80px;
	background-image:none;
}

#content table.wucForm .btnAra:hover {
	border:1px solid #7bb2d0;
	background-color:#7bb2d0;
	background-image:none;
	color:#404040;
	cursor:pointer;
	width:80px;
}
/*/////////////////////////////////////iletişim bölüm sonu/////////////////////////////////*/

/*///////////////////////////////////////footer bölümü////////////////////////////////////////*/

#footer2 #ctl00_Belge2{
	position:relative;
	display:table;
	background:url(../images/bg-footer.png) no-repeat;
	padding: 25px 10px 0 20px;
	margin:0 auto;
	width:930px;
	height:33px;
	text-align:center;
} 
#footer {
	display:table;
	z-index:100;
}
#footer #ctl00_Belge2{
	display:table;
	background:url(../images/bg-footer.png) no-repeat;
	padding: 25px 10px 0 20px;
	margin:-25px 0 0 0;
	width:930px;
	height:33px;
	text-align:center;
} 
#footer #ctl00_Belge2 p {
	font-size:11px;
	text-align:center;
	margin: 0; 
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.printerWord{
	float:left; 
	display:block; 
	width:100%; 
	text-align:right; 
	padding:20px 0 0 0; 
	margin:0;
	cursor:pointer;
}


#ctl00_wucUyeGiris_wucSepet_rgSepet {
	display:block !important;
	position:relative;
	clear:both;
	
	
	
	}


