﻿.ebul_cbmenu, .ebul_cbmenu ul {
  background-color: #FFFFFF;
  border: 1px solid #C5C5C5;
  display: block;
  font-size: 1px;
  margin: 0px;
  overflow: auto;
  padding: 1px;
  position: absolute;
  visibility: hidden;
}

.ebul_cbmenu_shadow {
  background-color: #777777;
  display: block;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.ebul_cbmenu table {
  border-collapse: separate;
}

.ebul_cbmenu tr {
  background-color: #FFFFFF;
  cursor: pointer;
  font-size: 1px;
}

.ebul_cbmenu td {
  border: 1px solid #FFFFFF;
  padding: 3px;
  text-align: left;
}

.ebul_cbmenu td a {
  color: #000000;
  font-family: "Tahoma", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.ebul_cbmenu tr.hot, .ebul_cbmenu tr.expanded {
  background-color: #FFEEB7;
}

.ebul_cbmenu tr.hot td, .ebul_cbmenu tr.expanded td {
  border-color: #DBCE99;
}
.ebul_cbmenu tr.hot a, .ebul_cbmenu tr.expanded a {
  color: #000000;
  font-family: "Tahoma", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

ul.ebul_cbmenu {
  position: absolute;
  visibility: hidden;
}




/*KOBIMASTER 2010*/

/*Modal Popup*/
.ModalBackground
{
	background-color: #C0C0C0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.ModalPopup
{
	background-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	border-color: #C0C0C0;
	padding: 3px;
	width: 250px;
}

.ModalPopup p {
    padding: 5px;
}



A.BtnImage
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 10px;
	background: #fefefe url(/images/_btn_back.gif) repeat-x;
	color: #5b5b85;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0dc;
	text-decoration: none;
	height: 10;
}

A.BtnImage:link, A.BtnImage:active, A.BtnImage:visited
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	color: #555555;
	background-color: #ceceea;
	text-decoration: none;
}

A.BtnImage:hover
{
	border: #bebebe 1px solid;
	padding: 2px 5px 2px 5px;
	background: url(/images/btn_back.gif) #dcdcdc repeat-x;
	color: #303030;
	text-decoration: none;
}



.Bold
{
	font-weight: bold;
}


.Underline
{
	text-decoration: underline;
}

.Red
{
	color: #FF0000;
}


.HeadLine
{
	border-bottom: solid 1px #aaaaaa;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

.LightBorder
{
	border-bottom: solid 1px #e1e1e1;
}



.ListImage
{
	border: 1px solid #DADADA;
	margin: 2px;
}


.SelectedListImage
{
	border: 1px solid #FFA86F;
	margin: 2px;
}

.RightPaneStyle
{
	background-color: #ffffff;
	padding-left:10px;
}


.ContentPaneStyle
{
	background-color: #ffffff;
}


.LeftPaneStyle
{
	background-color: #ffffff;
	padding-right:10px;
}

.ModuleContent
{
	padding: 5px;
	background-color: white;
	border-right:#c6c6c6 1px solid;
		border-left:#c6c6c6 1px solid;
			border-bottom:#c6c6c6 1px solid;
}


.formboxhead
{
	border: #e1e1e1 1px solid;
	padding: 1px;
	font-weight: bold;
	color: #333333;
	line-height: 21px;
	background-color: #F5F5F5;
	font-size: 12px;
}
.formbox
{
	border: #e1e1e1 1px solid;
	padding: 5px;
	margin-top:-1px;
}



A.PagerBtn
{
	border: #c5c5c5 1px solid;
	padding: 1px  3px 1px 3px;
	font-weight: bold;
	font-size: 10px;
	background: #ceceea url(/images/_btn_back.gif) repeat-x;
	color: #5b5b85;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0dc;
	text-decoration: none;
	height: 10;
	margin: 0 1px 0 1px;
}


/* Ürün Listesi Sayfalama Linkleri */

.paging  a {
	display:inline-block;
	border: solid 1px #ddd;
	margin-left:4px;
	font: normal 11px Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	}
	
.paging a span {
	display:inline-block;
	padding: 3px 5px;
	cursor: pointer;
	}


.paging a.selected {
	font-weight: bold;
	border-color: #e65331; 
	}

.paging  a:hover {
	text-decoration: none;
	border-color: #aaa; 
	}

.paging a.selected:hover {
	text-decoration: none;
	border-color: #e65331;
	}

.paging .first span {
background: url(/skins/shared/images/paging-first.gif) center center no-repeat;
padding: 3px 6px;
}

.paging .last span {
background: url(/skins/shared/images/paging-last.gif) center center no-repeat;
padding: 3px 6px;
}

.paging .previous span {
background: url(/skins/shared/images/paging-previous.gif) center center no-repeat;
padding: 3px 6px;
}

.paging .next span {
background: url(/skins/shared/images/paging-next.gif) center center no-repeat;
padding: 3px 6px;
}


A.formbtn
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 10px;
	background: #fefefe url(/images/_btn_back.gif) repeat-x;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0dc;
	text-decoration: none;
	height: 10;
	display:inline-block;
}

A.formbtn:link, A.formbtn:active, A.formbtn:visited
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	color: #555555;
	background-color: #ceceea;
	text-decoration: none;
}

A.formbtn:hover
{
	border: #1d7cab 1px solid;
	padding: 2px 5px 2px 5px;
	background: url(/images/btn_back.gif) #dcdcdc repeat-x;
	color: #333333;
	text-decoration: none;
}

A.FormBtn
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 10px;
	background: #fefefe url(/images/_btn_back.gif) repeat-x;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0dc;
	text-decoration: none;
	height: 10;
	display:inline-block;
}

A.FormBtn:link, A.FormBtn:active, A.FormBtn:visited
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	color: #555555;
	background-color: #ceceea;
	text-decoration: none;
}

A.FormBtn:hover
{
	border: #1d7cab 1px solid;
	padding: 2px 5px 2px 5px;
	background: url(/images/btn_back.gif) #dcdcdc repeat-x;
	color: #333333;
	text-decoration: none;
}

A.PagerBtn:link, A.PagerBtn:active, A.PagerBtn:visited
{
	color: #64677d;
	background-color: #ceceea;
	text-decoration: none;
}

A.PagerBtn:hover
{
	border: #6ab94b 1px solid;
	background: #fefefe url(/images/btn_back.gif) repeat-x;
	color: #4d4d4d;
	background-color: gainsboro;
	text-decoration: none;
}




A.SelectedPagerBtn
{
	border: #6ab94b 1px solid;
	padding: 1px  3px 1px 3px;
	font-weight: bold;
	font-size: 10px;
	background: #ceceea url(/images/btn_back.gif) repeat-x;
	color: #4d4d4d;
	background-color: gainsboro;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 10;
	margin: 0 1px 0 1px;
}

A.SelectedPagerBtn:link, A.SelectedPagerBtn:active, A.SelectedPagerBtn:visited
{
	color: #64677d;
	background-color: #ceceea;
	text-decoration: none;
}

A.SelectedPagerBtn:hover
{
	border: #c5c5c5 1px solid;
	color: #5b5b85;
	background: #fefefe url(/images/_btn_back.gif) repeat-x;
	background-color: #c0c0dc;
	text-decoration: none;
}

.dmt {
background:url(images/dmtn-bg.gif) 0 0 repeat-x #2cccfc;
border:1px solid #c6c6c6;
color:#fff;
}

.product-btn {

}

img {
border:0;
}

/* tel box styles */

.tel-formbox-cont {
	background:url(images/tel-form-bg.jpg) center center no-repeat;
	width:530px;
	height:78px;
margin-top:20px;	
}

.tel-form-content {
	float:right;
	width:342px;
	height:78px;
	position:relative;	
}

.tel-form-content .tel-form-name {
	width:125px;
	position:absolute;
	left:5px;
	top:34px;
}

.tel-form-content .tel-form-number {
	width:125px;
	position:absolute;
	left:139px;
	top:34px;
}

.tel-form-content .tel-form-name span,
.tel-form-content .tel-form-number span {
	display:none;
	/*display:block;*/
	padding:3px 0 3px 3px;
	font:normal 14px Tahoma, Geneva, sans-serif;
	color:#615f5f;
}

.tel-form-content .tel-form-box {
	/*background:url(images/tel-form-box.png) no-repeat; */
	width:123px;
	height:22px;
	line-height:15px;
	padding:3px 0 0 3px;
}

.tel-form-content .tel-form-box input {
	background:none;
	border:0;
	text-indent:3px;
	width:120px;
}

.tel-form-content .tel-form-send-btn {
	position:absolute;
	right:5px;
	bottom:18px;	
}

.form-box-after {
color:#fff;
background:#0097de;
width:330px;
float:right;
margin-top:18px;
margin-right:10px;
margin-left:10px;
}


