body{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 10px;
}

#main{
	width:1000px;
	margin:auto;
}

#header{
	background:url('image/bimellogo_top.jpg') no-repeat left center;
	height:60px;
	font-size:1.2em;
	text-align:right;
	padding:5px 25px 0 0;
}

#bimelLogoPrint{
	display:none;
}

#topmenu{
	 background:url('image/menucubuk.jpg') repeat-x left top; 
	 height:31px;
	 margin:0 0 6px 0;
}

#content{
	font-size:1.2em;
}

#footer{
	border-top:1px solid #777777;
	padding-top:10px;
	margin:auto;
	margin-top:30px;
	color:#777777;
}
#footer table{
	width:auto;
	font-size:1.1em;
	margin:auto;
	border:0px;
}
#footer table tr td{
	width:10.5em;
	border:0px;
	text-align:left;
	padding:0px;
}
#footer table tr th{
	width:10.5em;
	text-align:left;
	font-weight:bold;
	padding:0px;
}

#footer a{
	color:#777777;
	text-decoration: none;
}

#companylink{
	text-align:right;
	float:right;
}

.altrow {
	background: #f4f4f4;
}

/****************/
h1{
	margin:0px;
	padding:0px;
	font-size:1.6em;
	color:#E21534;
	margin-bottom:0.5em;
}
h2{
	margin:0px;
	padding:0px;
	font-size:1.4em;
	color:#1D64A1;
	margin-bottom:0.5em;
}
h3{
	margin:0px;
	padding:0px;
	font-size:1.2em;
	font-weight:bold;
	color:#397DAD;
	margin-bottom:0.5em;
}
h4{
	margin:0px;
	padding:0px;
	font-size:1.2em;
}
h5{
	margin:0px;
	padding:0px;
	font-size:1.1em;
}

p{
	text-align:justify;
}

a{
	color:#527990;
}

a img{
	border:0px;
}

/***** paging ***/
div.paging {
	text-align:center;
}
div.paging div{
	display:inline;
}

div.producers p{
	margin-top:0.5em;
	margin-bottom:0.5em;
}
div.producers table tr td{
	vertical-align:top;
}

/*** TOP MENU ***/

ul#topnav {
	margin: 0; padding: 0;
	list-style: none;
	font-size: 12px;
  	list-style: none;
  	text-align: center;
}
ul#topnav li {
	
	text-align: center;
	display:inline-block;
	/*height:28px;*/
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	padding-top:4px;
	/*ie7 and worst*/
	zoom:1; *display: inline; 
	height: 26px;
	z-index: 999;
}
ul#topnav li a {
	font-size:1.3em;
	padding-left:2em;
	padding-right:2em;
	color:white;
	text-decoration: none;
	font-weight: normal;
	
}
ul#topnav li a:hover {
	color:#394E01;
	color:white;
	
} /*--Hover State--*/

ul#topnav li .sub {
	
	position: absolute; /*--Important--*/
	top: 31px; left: 0;
	z-index: 99999;
	background-color: #073c70; /*--Background gradient--*/
	padding: 7px 7px 7px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
	float: left;
}
ul#topnav .sub ul li {
	/*height: 11px;*/
	height: auto;
	padding:0;
	width: 100%; /*--Override parent list item--*/
	text-align: left;
	padding-top:4px;
	padding-bottom:4px;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0 0 0 10px;  
	margin: 0;
	background-image:url("image/navlist_arrow.gif");
	background-repeat:no-repeat;
	background-position:0px 5px;
	height:1em;
	width:100%;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	
	padding: 0;
	background-image: none;
	color: white;
	/*font-weight: bold;*/
	font-size: 12px;
}
ul#topnav .sub ul li h2 a:HOVER{
	color:white;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 0px;
	display: block;
	text-decoration: none;
	font-weight:normal;
	font-size:11px;
	color:white;
	padding-left:10px;
}

ul#topnav .sub ul li a:HOVER{
	/*color: #01322A;*/
	color: white;
}

div.blueboxWB h4 a{
	color:#03305e;
}

/********question******/

div.question label, div.serviceRecords label
{
width: 9em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}
div.question input, div.serviceRecords input{
	border: 1px solid #8CA4DE;
	margin:2px;
	width:200px;
}
div.question .required, div.serviceRecords .required{
	color:red;
	font-weight:bold;
}
div.question select, div.serviceRecords select{
	border: 1px solid #8CA4DE;
	margin:2px;
	background-color:white;
}
div.question textarea, div.serviceRecords textarea{
	border: 1px solid #8CA4DE;
	margin:2px;
	width:200px;
}
.message{
	background-color:orange;
	padding: 5px;
	text-align: center;
	font-size:12px;
	clear:both;
}
.error-message{
	background-color:red;
	text-align:center;
	color:white;
	font-weight:bold;
}
div.question .forminformation{
	 background-color:#cddafa;
	 padding:4px;
}
div.question fieldset, div.serviceRecords fieldset{
	border: 1px solid black;
	margin-top:10px;
}

fieldset legend{
	margin-left:10px;
	padding:0 4px 0 4px;
}


/****** products ********/
div.products ul{
	padding: 0px 0px 0px 1.4em;
	margin: 0px 0px 1em 0px;
}

div.products ul li{
}


div.products table {  
  width: 95%;
  color:#333; 
  background-color: #fff;
  clear:both;    
  padding: 0;
  margin: auto;
  white-space: normal;
  border-top: 1px dashed #D8D8D8;
  text-align:center;
}

div.products table tr {
}

div.products table td {
	border-bottom: 1px dashed #D8D8D8;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align:top;
}

div.productsHud{
	border:1px solid #DEDEDE;clear:both;padding:2px;margin-bottom:5px;background-color:#DEDEDE;
}

div.productsHud table{
	border:0px;margin:auto;width:100%;
}
div.productsHud table tr td{
	border:0px;
	padding:0px;
}

.bluebox{
	border:1px solid #cddafa;padding:10px;
}

.blueboxWB{
	border:1px solid #cddafa;padding:10px;
	background-color:#e7f3fb;
}

.altrow, .altpara{
	background: #f4f4f4;
}

/******* altsayfa *****/
div.leftmenu{
	
}
div.leftmenu ul{
	margin:0.3em 0 0.3em 0;
	padding:0px 0px 0px 1.1em;
}
div.leftmenu ul li{
	padding-bottom:0.3em;
	
}
div.leftmenu li.selected ul li a{
	color:#527990;
}
div.leftmenu li.selected a,
div.leftmenu li.selected ul li.selected a{
	color:#E21534;
}


/******** news *********/
div.news div.newsitem{
	padding:10px;
	clear:both;
}

/******** top search box ***********/
#homePageLink{
	float:left;
	display:block;
	width:450px;
	height:60px;
}
div.topLinks{
	width:500px;
	float:right;
}
div.topSearchBox{
	width:300px;
	float:right;
	margin-top:16px;
}
div.topSearchBox input[type=text]{
	border:1px solid #777777;
	border-right:0px;
	background-color:white;
	float:right;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-left:8px;
	font-size:1.1em;
	width:15em;
	-webkit-box-shadow: inset 0px 0px 2px 0px #AAAAAA;
	-moz-box-shadow: inset 0px 0px 2px 0px #AAAAAA;
	box-shadow: inset 0px 0px 2px 0px #AAAAAA; 
	line-height:normal !important;
	margin-right:0px;
	margin-left:0px;
	
}
div.topSearchBox input[type=submit]{
	border:1px solid #777777;
	background-color:white;
	float:right;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size:1.1em;
	background:url('image/menucubuk.jpg') repeat-x left top;
	color:white;
	line-height:normal !important;
	font-weight:bold;
	margin-right:0px;
	margin-left:0px;
}
div.topSearchBox input[type=button]{
	border:1px solid #777777;
	border-right:0px;
	background-color:white;
	float:right;
	font-size:1.1em;
	background:url('image/menucubuk.jpg') repeat-x left top;
	color:#171796;
	line-height:normal !important;
	font-weight:bold;
	width:20px;
}

/************ producerscroll ************/
		#producerScroll
		{
			width:1000px;
			height: 35px;
			position: relative;
			margin: 1em 0 1em 0;
		}
		
		#producerScroll div.scrollableArea img
		{
			position: relative;
			float: left;
			margin: 0 20px 20px 0;
			padding: 0;
		}
		
		/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{	
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

#slider {
    position:relative;
    overflow:hidden;
    text-align:center;
}
#slider a{
	height: 100%;
	text-align:center;
	vertical-align: middle;
}

/********newProducts***********/
#newProducts{
	border-top: 1px solid #CCDAFA;
	border-bottom: 1px solid #CCDAFA;
	padding:6px;
	margin-bottom:10px;
}
#newProducts h2{
	margin:0px;
}
#newProducts div.product{
	width:450px;
	height:80px;
	float:left;
	padding:6px 5px 0 5px;
	margin:0;
}
#newProducts div.product p{
	float:left;
	width:100%;
	height:80px;
	padding:0px;
	margin:0px;
}

#newsBox h2{
	float:left;
	margin:0px 6px 0px 0px;
	padding:0px;
	font-size:1.1em;
}

#newsText{
	position: relative;
	width: 680px;
	height: 1.4em;
	overflow: hidden;
	float:left;
}

#newsBox p{
	white-space:nowrap;
	display: block;
	width: 680px;
	height: 1.4em; 
	padding:0px;
	margin:0px;
	font-size:1.1em;
}
#newsBox .newsDate{
	color:#E21534;
	font-weight:bold;
	margin-right:6px;
}
#newsBox #allNews{
	text-align:right;
	float:right;
	width:100px;
	margin:0px;
	padding:0px 0px 0px 6px;
	font-size:1.1em;
	color:#1D64A1;
	font-weight:bold;
	border-left:1px solid #E21534;
}

#videoBox #videoPlayerOverlay{
	width:500px;
	height:215px;
	position:relative;
	cursor: pointer;
}

div.productView dl dt{
}

div.productView dl dt{
	font-weight: bold;
	padding:3px;
}

div.productView dl dd{
	margin:0px;
	padding:3px 3px 3px 30px;
}

div.productView div.productImageThumb{
	border: 1px solid #cddafa;
	width:55px;
	height:37px;
    margin-right:4px;
	margin-top:1px;
	float:left;
}

div.productView div.productImageThumb a{
	width:55px;
	height:37px;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

div.productView #productImagesBox{
	float:left;
	width:310px;
}

div.productView #productImages{
	border: 1px solid #cddafa;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	height:200px;
	width:300px;
}

div.productView #productImagesBox p{
	font-size:10px;
}
div.productView #productImagesBox #otherImages{
	clear:both;
	margin-top:3px;
	height:55px;
}

div.productView #productOverview{
	width:auto;
	position:relative;
	right:0px;
	margin-left:340px;
}

div.productView p.notSold{
	width:70%;margin-left:auto;margin-right:auto;
}

div.productView p.notSold img{
	vertical-align:middle;
}

div.productView div.related{
	padding:10px;
}

div.productView div.productDetails{
	margin:0 10px 0 0;
	clear:both;
}


/*** big images ***/

div.productView #productImages{
	border: 1px solid #cddafa;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	height:200px;
	width:300px;
}

div.productView #productImagesBox p{
	font-size:10px;
}
div.productView #productImagesBox #otherImages{
	clear:both;
	margin-top:3px;
	height:55px;
}

div.productView div.bigProductImageThumb{
	border: 1px solid #cddafa;
	width:75px;
	height:75px;
    margin-right:4px;
	margin-bottom:4px;
	float:left;
}

div.productView div.bigProductImageThumb a{
	width:75px;
	height:75px;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

div.productView div.otherBigImages{
	width:75px;
	height:450px;
	float:left;
	margin:0 4px 0 0;
}


/***** tabber ******/

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0px;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/***** tooltip****/
.tooltipAllPages {
	display:none;
	padding:4px 4px 4px 4px;
	width:100%;
	border:1px solid grey;
	font-size:.9em;
	background-color: white;
	text-align: left;
	z-index: 199;
	top:20px;
}

.tooltipHUD {
	display:none;
	padding:4px 4px 4px 4px;
	width:600px;
	border:1px solid grey;
	font-size:.9em;
	background-color: white;
	text-align: left;
	z-index: 199;
	top:-5px;
}
.web_notes{
	background: #D0F6FF;
}
.banner {
    background: #7AAED5 none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 24px;
    overflow: auto;
    position: relative;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
    width: 100%;
}
.banner ul {
    list-style: outside none none;
    width: 300%;
    margin:0px;
    padding:0px;
}
.banner ul li {
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1) no-repeat fixed center;
    display: block;
    float: left;
    min-height: 150px;
    padding: 10px 0 0 0;
    width: 33%;
}

.banner h1 a, .banner h2 a{
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
}
.titleBackg{
	background: rgba(1, 90, 172, 0.5) none repeat scroll 0 0;
	text-decoration: none;
}
.banner .btn {
    border: 2px solid rgba(1, 90, 172, 0.4);
    background: rgba(1, 90, 172, 0.5) none repeat scroll 0 0;
    border-radius: 5px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    margin-top: 35px;
    margin-left:330px;
    padding: 7px 11px 5px;
    text-decoration: none;
    text-transform: uppercase;
}
.banner .btn:hover {
    background: rgba(44, 82, 129, 0.5) none repeat scroll 0 0;
}
.banner .btn:active {
    filter: drop-shadow(0px -1px 2px rgba(44, 82, 129, 0.5));
}
.banner .btn, .banner .dot {
    filter: drop-shadow(0px 1px 2px rgba(44, 82, 129, 0.3));
}
.banner .dots {
    bottom: 0px;
    left: 0;
    position: absolute;
    right: 0;
}
.banner .dots li {
    border: 1px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    height: 5px;
    margin: 0 4px;
    opacity: 0.4;
    text-indent: -999em;
    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 5px;
}
.banner .dots li.active {
    background: #fff none repeat scroll 0 0;
    opacity: 1;
}