﻿/* GENERIC */

/* background color for the content part of the pages */
Body
{
	font-size: 11px;
	line-height: 15px;
	font-family: Tahoma, Helvetica, sans-serif;

}


/* ustmenu */

div_wrapper {
        padding: 0;
	margin: 0;
}


ul.mainMenu li { float: left; list-style: none; }


ul.mainMenu li a {
	display: block;
	height: 15px;
	padding: 8px 5px;
	text-decoration: none;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
}
/*ul.mainMenu li a:hover {
	color: #222;
	background: url(images/menu_over.gif) repeat-x;
}*/








/* �ST NAV?GASYON TABLAR */

#HeaderRow {
background: transparent url(images/new_main.gif) center top repeat-x;
padding-top:50px;
}


#MainTable {
background: #fff url(images/new_main.gif) center top no repeat;
}


/* �ST menu */

/*
=======================================================================
	Search Rules
=======================================================================
*/
.search {
	width:160px;
	padding:0px 10px;
	height:24px;
	float:right;
	background-image:url(/other/2010menu/images/search_bar.gif);
	background-repeat:no-repeat;
	margin-top:8px;
	margin-right:10px;
}
.search input.bar{
	width:140px;
	border:none;
	height:19px;
	line-height:19px;
	float:left;
	margin-top:2px;
	background-color:transparent;
	color:#666666;
	font-size:10px;
}
.search a.go{
	width:16px;
	height:16px;
	float:left;
	background-image:url(/other/2010menu/images/go.gif);
	background-repeat:no-repeat;
	margin-top:5px;
}


.navigation {
	width:990px;
	height:41px;
	float:left;
	background-image:url(/other/2010menu/images/navigation.png);
	z-index:999 !important;
}
.ddsmoothmenu{
	font-size:11px;
	width: 768x;
	float:left;
	text-transform:uppercase;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	color: white;
	padding: 13px 17px 0px 15px;
	height:28px;
	background-image:url(/other/2010menu/images/navi_sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	color: #af272e;
	text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color:white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-color:#9c0b0b;
	color: white;
}

.ddsmoothmenu ul li a:hover{
background-color:#9c0b0b;
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background-color:#983636;
	padding:5px 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 151px !important;
	background-image:url(/other/2010menu/images/navi_arow.gif);
	background-position:12px 10px;
	background-repeat:no-repeat;
	margin: 0;
	border-top-width: 0;
	padding:6px 12px 0px 25px;
	height:20px;
	background-color:#983636;
}
.ddsmoothmenu ul li ul li a:hover{
	background-color:#c76e6e;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}


/* �ST menubitis */


/* Slider */

.slider
{
	margin:0px auto;
	width:560px;
	height:345px;
}

/*
hides the images and text from within the slider;

this style will be applied only before the 
slider is instantiated or if the user doesn't have
javascript enabled;

feel free to replace this style with your own
*/
.slider img, .slider .caption
{
	position:absolute;
	left:-9999px;
}

/*this is for example_api.html*/
#custom_controls
{
	width:200px;
	margin:0px auto;
}

.advanced-slider
{
	position:relative;
	overflow:visible;
	background-color:#f4f4f4;
	border:4px solid #f4f4f4;
	-moz-box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	box-shadow: 0px 0px 10px #CCC;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#CCCCCC')";
}


.advanced-slider .slide
{
	position:absolute;
	width: 100%;
	height: 100%;
	z-index:10;
}


.advanced-slider .slice
{
	display:block;
	position:absolute;
}


.advanced-slider .preloader
{
	background:url(/other/slider/slider-assets/images/preloader2.gif) no-repeat;
	width:62px;
	height:14px;
	position:absolute;
	z-index:15;
}


.advanced-slider .arrow-navigation a
{
	background:url(/other/slider/slider-assets/images/arrows.png) no-repeat;
	position:absolute;
	z-index:30;
	cursor:pointer;
	width:38px;
	height:38px;
	top:156px;
}


.advanced-slider .arrow-navigation .left-arrow
{
	left:20px;
}


.advanced-slider .arrow-navigation .right-arrow
{
	right:20px;
	background-position:-38px 0px;
}


.advanced-slider .slideshow-controls
{
	background:url(/other/slider/slider-assets/images/playpause.png) no-repeat;
	position:absolute;
	z-index:40;
	width:38px;
	height:38px;
	cursor:pointer;
	top:156px;
	left:356px;
}


.advanced-slider .slideshow-pause
{
	background-position: 0px 0px;
}


.advanced-slider .slideshow-play
{
	background-position: -38px 0px;
}


.advanced-slider #timer-animation
{
	position:absolute;
	top:20px;
	right:20px;
	z-index:60;
}


.advanced-slider .buttons-navigation
{
	position:absolute;
	z-index:50;	
	top:105%;
}


.advanced-slider .buttons-navigation a
{
	background:url(/other/slider/slider-assets/images/buttons.png) no-repeat;
	background-position:0px 0px; 
	position:relative;
	cursor:pointer;
	float:left;
	width:14px;
	height:14px;
	margin: 0px 2px;
}


.advanced-slider .buttons-navigation .out
{
	background-position:0px 0px; 
}


.advanced-slider .buttons-navigation .over
{
	background-position:-14px 0px; 
}


.advanced-slider .buttons-navigation .select
{
	background-position:-28px 0px; 
}


.advanced-slider .buttons-navigation .thumbnail
{
	background-image:url(/other/slider/slider-assets/images/preloader.gif);
	background-color:#FFF;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	overflow:hidden;
	width:80px;
	height:50px;
	border:solid 3px #333;
	margin-bottom:10px;
}


.advanced-slider .caption-container
{
	overflow:hidden;
	position:absolute;
	z-index:20;
}


.advanced-slider .caption-wrapper
{
	position:absolute;
}


.advanced-slider .caption-background
{
	background-color:#000;
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
}


.advanced-slider .caption-container .caption-content
{	
	position:absolute;
	color:#FFF;
	margin:0px;
	padding:10px;
	z-index:20;
}


.advanced-slider .caption-container .caption-content a
{
	color:#FFF;
}


.advanced-slider .caption-container .caption-content u
{
	font-size:16px;
}


#bottom_seciton1 {
	width:auto;
}
#footer1 {
	width:850px;
	margin:auto;
	padding-top:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


#footer1 h5 {
	color: #999;
	padding-bottom:5px;
	font-weight:bold;
}
#footer1 ul {
	float:left;
	padding-bottom:5px;
	list-style-type:none;
	list-style-image:none;
}
#footer1 li {
	background:url(../images/listarrow.png);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-bottom:4px;
	list-style-type:none;
	list-style-image:none;
}
#footer1 li a {
	font-size:10px;
	font-weight:bold;
	color:#818181;
}
#footer li a:hover {
	text-decoration:underline;
}
.find_your_way {
	width: 150px;
	padding-left:10px;
	margin-right:30px;
	float:left;
}
.help_support {
	width: 140px;
	float:left;
	margin-right:30px;
}
.quick_links {
	width: 120px;
	float:left;
	margin-right:30px;
}
.Addmissoin {
	width: 140px;
	float:left;
	margin-right:30px;
}
.ahmet {
	width: 100px;
	float:left;
	margin-right:30px;
}

.newh5{
	font-size:14px;
	font-weight:normal;}

.item7 .product-image {
	padding:5px 10px 5px 0;
	}

.item7 {
	padding-right:0;
	}

.item7 td * {
	padding:0;
	margin:0;
 }

.item7 td {
	vertical-align: middle;
 }

.item7 .product-price * {
	display: inline;
	}

.item7 .product-price em {
	display:none;
	}

.item7 .product-image img {
	width:40px;
	}

.product-percentage {
	width:95px;
	}

.product-percentage .percentage-bar {
	width:60px;
	border: solid 1px #ddd;
	float:left;
	margin-right:5px;
}

.product-percentage .percentage-bar span {
	display:block;
	width:2px;
	height:8px;
	border: solid 1px #fff;
	background: #85ae35;
}

.product-percentage .percentage-text {
	float:right;
	font-size:11px;
	color:#999;
line-height:12px;
}

.pd-save span { 
display:block;
margin-left:50px;
}

.pd-save .save-rate {
font:bold 20px Arial, Helvetica, sans-serif;
color:#fd5714;
}



/* kategori */
.diger {
	
	}
.yan_column {
	float: left;
	width: 200px;
	
}

.yan_column ul{
	margin:0;
	padding:0;
}

.yan_column ul li{
	margin:0;
	padding:0;
}

.yan_column a {
	color: #ed1c24;
	text-decoration:underline;
	outline: none;
}
.yan_column a:hover {
	color: #999999;
}



/* Product Menu */
.yan_product_menu {
	border-bottom: 2px solid #f7f7f7;
	margin-bottom: 20px;
}

.yan_product_menu ul {
	margin:0;
	padding:0;
}

.yan_product_menu li {
	margin:0;
	padding:0;
}
.yan_product_menu h2 {
	background: #d7d7d7 url (other/ideal_kategori/pg.png) no-repeat left top;
	height: 30px;
	border: 1px solid #d7d7d7;
	border-bottom: 0;
	margin:0;
	padding:0;
}

/* Hide Text From Element */
 .yan_product_menu h2 span,- {
	position: absolute;
	left: -50000px;
}



/* Clear Fix Hack for Firefox */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }
/* End Clear Fix Hack for Firefox */

/* Main Menu */

/* Category Menu */

#prod_nav {
	position: relative;
	z-index: 300;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 2px solid #d7d7d7;
}

#prod_nav li.top {
	display: block;
	float: left;
	width: 198px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #fbfbfb;
	height: 31px;
}

#prod_nav li a.top_link {
	display: block;
	width: 187px;
	padding-left: 11px;
	font-size: 11px;
	line-height: 31px;
	color: #252525;
	text-decoration: none;
	font-weight: bold;
	cursor:pointer;
	background: #f0f0f0;
}

#prod_nav li a.top_link span, #prod_nav li a.top_link span.down {
	display: block;
	padding-right: 20px;
	background: url(../other/ideal_kategori/images/productmenu-arrow.gif) no-repeat right center;
}

#prod_nav li:hover a.top_link {
	color:#ed1c24;
	background: #fff;
}

#prod_nav li:hover a.top_link span, #prod_nav li:hover a.top_link span.down { background: url(../other/ideal_kategori/images/productmenu-arrow-hover.gif) no-repeat right center; }

/* Default list styling */

#prod_nav li:hover {
	position:relative;
	z-index:200;
}

#prod_nav li:hover ul.sub {
	left: 198px;
	top: -1px;
	background: #fff url(../other/ideal_kategori/images/productmenu-leftborder.gif) no-repeat left top;
	border: 1px solid #e2e2e2;
	border-left: 0;
	white-space: nowrap;
	width: auto;
	height: auto;
	z-index: 300;
}

#prod_nav li:hover ul.sub li {
	display: block;
	position: relative;
	float: left;
	width: 370px;
	font-weight: normal;
	background: url(../other/ideal_kategori/images/productmenu-section-bg.png) no-repeat right bottom;
	padding: 0 0 0 15px;
}

#prod_nav ul, #prod_nav li:hover ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

/* Overwrite the above settings */
#prod_nav li:hover ul.sub ul {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	float: left;
	width: 100px;
	padding-right: 18px;
	background: none;
}

#prod_nav li:hover ul.sub ul li {
	background: none;
	padding: 1px 0;
	padding-right: 16px;
	width: 132px;
}

#prod_nav li:hover ul.sub ul li img {
	background: none;
	padding: 5px 0;
	padding-right: 16px;
}

#prod_nav li:hover ul.sub ul li a {
	color: #363636;
	text-decoration: none;
	white-space: normal;
}

#prod_nav li:hover ul.sub li a:hover {
	color: #ed1c24;
	text-decoration: underline;
}

#prod_nav li:hover li:hover a.fly, #prod_nav li:hover li:hover li:hover a.fly, #prod_nav li:hover li:hover li:hover li:hover a.fly, #prod_nav li:hover li:hover li:hover li:hover li:hover a.fly { 
	background: none;
}

#prod_nav li:hover li:hover li a.fly, #prod_nav li:hover li:hover li:hover li a.fly, #prod_nav li:hover li:hover li:hover li:hover li a.fly { 
	background: none;
}


