html, body {
  font-family: arial, verdana, helvetica, san-serif;
	font-size: 11px;
  color: #333;
  margin: 0;
  padding: 0;
  background: #fff url(/img/nav_border_bkgd.gif) repeat-y;
}

a:link, a:visited {
  color:#5780c0;
  text-decoration: none;
  outline: none;
}

a:hover { 
  color: #000;
}

h1 {
  color: #333;
  font-size: 14px;
  margin:  0; 
  padding: 0;
  display: inline;
}

h2 {
  color: #333;
  font-size: 13px;
  margin:  0; 
  padding: 0;;
  display: inline;
}

h3 {
  color: #333;
  font-size: 12px;
  margin:  0; 
  padding: 0;
  display: inline;
}

.head {
  font-size: 12px;
  color:#333;
  font-weight: bold;
}

.button { background:#91a9cf; border:1px solid #000; color:#fff; font-weight:bold; padding:5px; cursor:pointer; }

a.head:link, a.head:visited {
  font-size: 12px;
  color:#333;
  font-weight: bold;
  text-decoration: underline;
}

a.head:hover {
  color: #000;
  text-decoration: underline;
}

.head_copy {
  color: #333;
  font-weight: bold;
  display: block;
}

.blueHead {
  color: #003;
  font-size: 12px;
  font-weight: bold;
}

.blue {
  color: #003;
  font-weight: bold;
}

.blueLink a, .blueLink a:visited {
  color: #5780c0;
  font-weight: bold;
  text-decoration: underline;
}

.blueLink a:hover {
  color: #000;
}

.subHead {
  color: #535353;
  font-weight: bold;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

#wrapper {
	position: relative;
	width: 755px;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: visible;
}

#mainImage {
  position: relative;
  width: 605px;
  margin: 0;
  padding: 0;
  border: 0;
  float: right;
  overflow: hidden;
}

#mainImageBottom {
  position: relative;
  width: 605px;
  height: 3px;
  margin: 0;
  padding: 0;
  background: #ffffff url(/img/main_img_bottom.gif) repeat-x;
  float: right;
  overflow: hidden;
}

#promos_holder {
  position: relative;
  width: 605px;
  margin: 0;
  padding: 0;
  float: right;
  overflow: hidden;
}

#promos {
  position: relative;
  width: 605px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  /*border: 1px solid #ff0000;*/
}

.promo {
  width: 182px;
  height: 122px;
  margin: 10px 5px 0 5px;
  padding-top: 3px;
  background: #FFFFFF url(/img/promos/promo_bkgd.jpg) no-repeat;
  float: left;
  overflow: hidden;
}

.promoImg {
  text-align: center;
  display: inline;
}

.promoText {
  margin: 2px 5px 0 5px;;
  padding: 0;
  text-align: left;
  display: block;
}

#open {
  position: relative;
  width: 755px;
  margin: 0;
  padding: 0;
  clear: both;
}

#open_nav {
  position: relative;
  width: 605px;
  margin: 0;
  padding: 0;
  float: right;
  overflow: hidden;
}

#flashmovie {
  position: relative;
  width: 605px;
  margin: 0;
  padding: 0;
  display: block;
}

.row_left {
  position: relative;
  width: 430px;
  margin: 0;
  padding: 10px 5px 10px 15px;
  float: left;
}

.row_right {
  position: relative;
  padding: 10px 20px 10px 0;
  float: right;
}

.back {
  font-size: 10px;
  margin: 5px 0 0 15px;
  padding-left: 10px;
  background: url(/img/back_arrow.gif) left center no-repeat;
  float: left;
  overflow: hidden;
}

.para {
  margin-top: 10px;
}

.copy {
  position: relative;
  width: 590px;
  padding: 15px 5px 10px 10px;
  display: block;
  float: right;
  overflow: hidden;
  margin:0;
}

.copy p { padding-bottom:10px; margin:0;}


.winClose {
  position: absolute;
  top: 0;
  right: 0;
}

.mfGlass {
  position: absolute;
  bottom: 0;
  right: 0;
  
}

#models_sep {
  width: 605px;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-top: 1px solid #C9C9D1;
  border-bottom: 1px solid #87889C;
}
/***************** lightbox *******************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100000000000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: 0;  }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color:#666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000000000;
	width: 100%;
	height: 1200px;
	background-color:#91a9cf;
	}
	
#m_selected { color: #FF9000; }
.urunborder/***************** lightbox *******************/
/* Accordion jquery class */
#list1b { margin-top:10px;}
#list1b a.listbaslik { display:block; cursor:pointer; text-decoration:none; border-bottom:1px solid #15204A; margin-bottom:8px; } 
#list1c { margin-top:10px;}
#list1c a.listbaslik { display:block; cursor:pointer; text-decoration:none; border-bottom:1px solid #15204A; margin-bottom:8px; padding-bottom:10px; padding-top:10px; } 
/* Accordion jquery class */


.style2 {font-size: 12px}
.style3 {font-size: 11px}
.style4 {font-size: 12}
.style6 {font-size: 11px; font-weight: bold; }
