/* CSS
Authors: Scott Thomas, Walker Hamilton, Cameron Corda
*/

/* Browser-specific styles
=====================================================================*/

/* Global Defaults
=====================================================================*/





/* Global Classes
=====================================================================*/


/* Global Elements
=====================================================================*/


	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */







/* List Elements
=====================================================================*/

ul li 
{
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

li a {
	padding-top: 0px;
	padding-bottom: 0px;
}





/* Navigation 2.0
-------------------------------------------------------------- */
#navChange {
  line-height: 1;
  z-index: 998; 
  width: 15px; 
  background: url(cart_default.png) no-repeat; 
  height: 34px;
  position: relative;
} 
/* apply background to underlying nav to prevent old IE flicker http://www.alistapart.com/articles/sprites */

#navChange a {
	background: url(cart_hover.png) no-repeat 0 0;
	display: block;
	height: 34px;
	text-indent: -999em;
	overflow: hidden;
	margin-right: 1px;
}

#navChange a:hover {
  border-bottom: 5px solid lim;
}

#navChange li { float: left; position: relative;}
* html #navChange li * { position: relative; }
#navChange li, #navChange ul { margin: 0; padding: 0; }
	
/*--- Default ---*/

#nav-sepet a { background-position: 15px 0px; width: 15px; }

#nav #nav-filler a { background: #fff url(images/nav_filler.jpg) repeat-x 0 0; width: 217px; }
    
/*--- Hovering ---*/

#nav-sepet a:hover { background-position: 0px 0px; width: 15px; }

	
/*--- Dropdowns ---*/
#navChange li.over ul { right: 0; display: block;}
#navChange li li {
  float: none; 
  position: static; 
  padding: 0px 5px;
  width: 190px;
}

#navChange li li a, #navChange li li a:hover, #navChange li li a:active {
  background: none;
  height: auto;
  padding: 4px 7px;
  text-indent: 0;
  font-size: 12px; 
  width: 176px;
  
}



#navChange li ul {
  background: #fff url(images/bg_dropdown.jpg) repeat-x;
  border: 1px solid #ccc;
  display: none;
  line-height: 1.5;
  padding: 5px 0;
  position: absolute;
  top: 34px;
  width: 200px;
  z-index: 9999;
}

li#nav-sepet ul { line-height: 1.4; width: 300px; }
li#nav-sepet ul  ul { background: none }
li#nav-sepet ul li { width: 100%; }
li#nav-sepet ul li li a, li#nav-sepet ul li li a:hover { width: 120px; }
li#nav-sepet .col { font-size: 0.95em; float: left; }
li#nav-sepet #firsticol { width: 95% }
li#nav-sepet #secondicol { width: 46%; margin-left: 0px; }
li#nav-sepet .col ul { border: 0; position: static; width: 100%; }
li#nav-sepet .col ul li#bpfcpdf { margin-left: 0px !important; white-space: nowrap; }
li#nav-sepet .col ul li#bpfcpdf img { margin: 0 -17px 0 0;  float: left;}
#name li#nav-sepet ul { display: block; }


