﻿/* Zemin Renk ve Resim Ayaraları */


#BB-Container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E5E1D9 url(/skins/bizdebitmez/images/bg.gif) repeat-x scroll 0 0;
text-align:center;
background-attachment:fixed;
}


.mushizmet {
	list-style-type: disk;
}

/*YENI URUN DETAY SAYFASI BANKALAR*/

#UD_TopBank { 
                 clear: both; 
                 display: block;
                 overflow: auto;
                 position: relative;
                 test-aling: center;
                 
}

#UD_Banka {
	background-repeat: no-repeat;
	height: 77px;
	width: 60px;
	float: left;
	text-align: center;
	margin-right: 15px;
}
#UD_Banka #UD_T1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 28px;
}
#UD_Banka #UD_T2 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
                font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1px;
}



/*ANASAYFA BANKALAR*/

.AS_Bankalar {
	background-attachment: scroll;
	background-repeat: no-repeat;
	vertical-align: baseline;
	text-align: center;
	background-position: center;
}
.AS_Bankalar .taksay {
	color: #FFFFFF;
	font-size: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 10px;
}
.AS_Bankalar .taksit {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}

/*NEW FOOTER*/

.footertop {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	width: 980px;
	height: 230px;
	background-image: url(/skins/Shared/Images/Library/footer_img.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}

.footertop .footermenu {
	height: auto;
	width: 160px;
	margin-top: 20px;
	float: left;
}
.footertop .footermenu a {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


.footertop .footermenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 14px;
	list-style-image: url(none);
	list-style-position: outside;
}
.footertop .footermenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-stretch: normal;
	font-variant: normal;
	line-height: 1.3em;
	list-style-type: none;
	font-weight: bold;
}

/* TEK URUN TANITIM */
.tekurun_bg {
	background-image: url(newtekurun.png);
	background-repeat: repeat-x;
}
.tekurunborder {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #33CC33;
	border-bottom-color: #33CC33;
	border-left-color: #33CC33;
}


#apppDiv1 {
	position:absolute;
	left:515px;
	top:205px;
	width:153px;
	height:244px;
	z-index:1;
}
#apppDiv2 {
	position:absolute;
	left:492px;
	top:463px;
	width:214px;
	height:191px;
	z-index:2;
}
#apppDiv3 {
	position:absolute;
	left:493px;
	top:105px;
	width:205px;
	height:76px;
	z-index:3;
}


/* Diğer Stiller */


#AllDepMenu {
position:absolute;
z-index:100;
visibility: hidden;
}

#ADM-Button-Home {
display:none;
position:absolute;
}



.ddsmoothmenu{
font: bold 11px Verdana;
/*background of menu bar (default state)*/
width: 200px;
z-index:98;
}

.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;
background: #fff url(images/alldep_bg.gif) left top repeat-x;
padding: 14px 0 15px 0;
text-decoration: none;
color:#835530;
width: 200px;
border-top: solid 1px #e8d1ae;
border-bottom: solid 1px #e8d1ae;
}

* 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:#835530;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #fff url(images/alldep_over_bg.gif) left top repeat-x;
color: #835530;
}

.ddsmoothmenu ul li a:hover{
background: #fff url(images/alldep_over_bg.gif) left top repeat-x;
color: #333333;
text-decoration: none;
}

.ddsmoothmenu ul li em {
font-style: normal;
color: #835530;
padding: 0 0 0 12px;
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
list-style-type: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
margin-top:-1px;
margin-left:-1px;
border-right: solid 1px #d1e0eb;
border-top: solid 1px #d1e0eb;
border-bottom: solid 3px #999;
border-right: solid 2px #999;
background: #fff url(images/adm-subleft.gif) 0 28px no-repeat;
padding: 5px 0;
}



/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 200px; /*width of sub menus*/
padding: 7px 0;
margin: 0;
border: solid 1px #d1e0eb;
border-top:none;

background: #fff url(images/alldep_catalog_bg.gif) left top repeat-x;
text-decoration: none;
color:#285682;
font-weight: normal;

}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li a:visited{
color:#285682;
}


.ddsmoothmenu ul li ul li a:hover{
background: #fff;
text-decoration: none;
font-weight: bold;
color:#e56c00;
width: 200px;
border-bottom: solid 2px #999;
border-left: solid 1px #999;
border-right:none;
}


.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image:none;
color: #e56c00;
font-weight: bold;
border-bottom: solid 2px #999;
border-left: solid 1px #999;
border-right:none;
}

.ddsmoothmenu ul li ul li strong {
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
padding: 0 0 0 10px;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li ul li a{
width: 170px; /*width of sub menus*/
padding: 5px 5px 5px 15px;
margin: 0;

font:Tahoma;
font-size: 11px;
color:#285682;
font-weight: normal;

background-image: none;
text-decoration: none;
border:none;
background: transparent;
}

.ddsmoothmenu ul li ul li ul li a:link, .ddsmoothmenu ul li a:visited{
color:#285682;
}


.ddsmoothmenu ul li ul li ul li a:hover{
text-decoration: underline;
font-weight: normal;
color:#e56c00;
width: 170px;
border: none;
background: transparent;
}


/* 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: 14px;
right: 15px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 10px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
margin-top:-1px;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}




/* ### TAKSİT SEÇENEKLERİ ### */


.TS-Table {
border: solid 1px #e1e1e1; border-collapse:collapse; text-align:center; font-family:Verdana; font-size:11px;
background: #fff url(/skins/shared/images/taksitsecenekleri/tbl-bg.gif) 0 1px repeat-x;
}

.TS-Table td {
padding: 4px;
}


A.MM-MenuLink:link, A.MM-MenuLink:visited, A.MM-MenuLink:active {
display:block;
background: #fff url(images/mm-normal.gif) 0 1px repeat-x;
font-family: Verdana, Arial, Tahoma;
font-size: 11px;
color: #4e3929;
padding: 8px 0 5px 10px;
border: solid 1px #ddc8a8;
border-top: none;
}

A.MM-MenuLink:hover {
background: #fff url(images/mm-over.gif) 0 1px repeat-x;
text-decoration:none
}


.MM-MenuLink em {
font-style:normal;
padding: 0px 0 0 10px;
}



A.MM-SubMenuLink:link, A.MM-SubMenuLink:visited, A.MM-SubMenuLink:active {
display:block;
background: #fffbf2;
font-family: Verdana, Arial, Tahoma;
font-size: 9px;
color: #4e3929;
padding: 5px 0 3px 10px;
border: solid 1px #ddc8a8;
border-top: none;
}

A.MM-SubMenuLink:hover {
background: #fff;
text-decoration:underline;
}


.MM-SubMenuLink em {
font-style:normal;
padding: 0px 0 0 20px;
}


.MM-PageContent {
font-family: Verdana, Arial, Tahoma;
font-size: 11px;
color: #444;
padding-left:10px;
}

.MM-PageContent h3 {
font-family: Tahoma, Arial, Verdana;
font-size: 12px;
color: #333;
}

.MM-PageContent p {
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
color: #444;
}

@charset "utf-8";
/* CSS Document */

table#landingDG { font:bold 15px "Trebuchet MS", Arial, sans-serif; color:#000;}
span { color:#156fae;}
table#landingDG .bosSutun { background:url(images/landing_bosluk.jpg) no-repeat center; height:1px; line-height:0; }
table#landingDG .hediyeSutunu { font-size:59px; color:#1aa2c9; text-align:center; line-height:59px;}
table#landingDG a.landingLink {font:bold 15px 'Trebuchet MS'; color:#000; text-decoration:none; color:#000;}
table#landingDG a.landingLink span { color:#156fae;}
table#landingDG a.landingLink:hover { text-decoration:underline;}



@charset "UTF-8";

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 200px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 200px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0% 0 0 90%;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 200px;
	left: -1000em;
	top: 0px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 1.1em;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 200px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #CCC;
	color: #339999;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #999999;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a:link, ul.MenuBarVertical a:active, ul.MenuBarVertical a:visited
{
	display: block;
	cursor: pointer;
	background-color: #F9F8F7;
	padding: 0.5em 0.75em;
	color: #333333;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px #CCC;
	border-bottom-style: dashed;
	font-weight: bold;
	text-decoration: none;
}



/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #FF9900;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #FF9900;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(/skins/bizdebitmez/images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #333333;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(/skins/bizdebitmez/images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background: #FFF;
	}
}


/*LIGHTBOX BASINDA BIZ*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../skins/bizdebitmez/store/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../skins/bizdebitmez/store/lightbox/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* #################### BB STYLES ######################## */


body {
background-color: #e5e1d9;
}

img {
border: none;
}

* {
padding: 0px;
margin: 0px;
}


#BB-Container {
text-align: center;
background: #e5e1d9 url(images/bg.gif) 0 0 repeat-x;
}

#BB-Wrapper {
text-align: left;
margin: 0 auto;
width:980px;
}

#BB-MainFrame {
background-color: #fff;
width:990px;
margin: 0 auto;
padding: 5px 0;
}

#BB-Header {
background: #fff url(images/header_bg.gif) 0 0 repeat-x;
}

#BB-Bar {
clear:both;
background-color: #fff;
}

#BB-Bar #UserBar  {
height:40px;
padding: 9px 10px 0 10px;
vertical-align: top;
border-right: solid 1px #d7d7d7;
}

#BB-Bar #UserBar table, td {
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
color: #555;

}

#BB-Bar #UserBar .Field1 {
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
color: #888;
border: solid 1px #c9c9c9;
background: #fff url(images/field1_bg.gif) 4px center no-repeat;
padding: 2px 2px 2px 27px;
height: 15px;
width: 110px;
}

#BB-Bar #UserBar .Field2 {
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
color: #888;
border: solid 1px #c9c9c9;
background: #fff url(images/field2_bg.gif) 4px center no-repeat;
padding: 2px 2px 2px 23px;
height: 15px;
width: 60px;
}

#BB-Bar #UserBar em {
color: #dd3e3e;
font-weight: bold;
font-style: normal;
text-decoration: underline;
}


A.UBLink:link, A.UBLink:visited, A.UBLink:active {
color: #555;
text-decoration: underline;
}

A.UBLink:hover {
color: #0668B0;
text-decoration: none;
}


#BB-Bar .SearchBar {
background: #f2f7fc url(images/searchbar_bg.gif) 0 0 repeat-x;
height:45px;
padding: 0 10px;
}


.SearchLabel {
font-family: Arial, Trebuchet MS, Tahoma;
font-size: 13px;
color: #e0f4ff;
font-style: normal;
font-weight: bold;
}

.SearchField {
border: none;
/*background: #fff url(images/search_text.gif) 0 0 repeat-x;*/
font-family: Arial, Trebuchet MS, Tahoma;
font-size: 13px;
color: #333;
font-style: normal;
width: 260px;
/*padding: 4px 7px 4px 0;*/
margin-top: 2px;
}

#BB-Bar #BasketBar {
background: #f5f5f5 url(images/basketbar_bg.gif) 0 0 no-repeat;
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
text-align: right;
padding: 0 10px 0 5px;
border-left: solid 1px #fff;
}


A.BasketLink:link, A.BasketLink:visited, A.BasketLink:active {
color: #555;
display: block;
width: 170px;
padding: 5px 0;
text-align: right;
vertical-align: center;
text-decoration: none;
}

#BB-Bar #BasketBar a:hover {
color: #0668B0;
text-decoration: underline;
}



#Logo {
float: left;
width: 200px;
}


#BB-Content {
padding: 0 0 20px 0;
}


#BB-Footer {

}



#BB-Footer .ToTopBar {
background: #f2f7fc url(images/totop_bg.gif) 0 0 repeat-x;
width: 110px;
border: solid 1px #c5d4e0;
text-align:center;
}

#BB-Footer A.ToTop:link, A.ToTop:visited, A.ToTop:active {
background: transparent url(images/totop_arr.gif) 75px 8px no-repeat;
text-decoration: underline;
color: #3678b6;
}

#BB-Footer A.ToTop:hover {
text-decoration:none;
}

#BB-Footer .ToTopBar {
background: #f2f7fc url(images/totop_bg.gif) 0 0 repeat-x;
width: 120px;
border: solid 1px #c5d4e0;
text-align: center;
}

#BB-Footer #FootBar {
background: #f2f7fc url(images/footbar_bg.gif) 0 0 repeat-x;
height: 35px;
border-top: solid 1px #dadada;
border-bottom: solid 1px #dadada;
text-align: right;
padding: 0 20px;
}

A.FootLink:link, A.FootLink:active, A.FootLink:visited {
font-family: Verdana, Arial, Tahoma;
font-size: 11px;
color: #333;
}

#BB-Footer #FootBar em {
font-style: normal;
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
color: #999;
margin: 0 10px;
}



#BB-Footer .FootSearch {
background: #f2f7fc url(images/footbar_bg.gif) 0 0 repeat-x;
border: solid 1px #dadada;
padding: 0 7px;
width: 185px;
}

#FootCats {
font-family: Verdana, Arial, Tahoma;
font-size: 11px;
text-align: center;
padding: 20px;
border-bottom: solid 1px #dadada;
line-height: 20px;
}

#FootCats em {
font-style: normal;
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
color: #999;
margin: 0 10px;
}


#CopyRights {
padding: 20px 0 20px 0;
}


#CopyRights p{
padding: 10px 0;
margin: 0;
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: #777777;
width:700px;
clear: both;
}



.ModuleHead
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	color: #555;
	background: #f5f5f5 url(images/dmt_bg.gif) 0 0 repeat-x;
	border: solid 1px #e1e1e1;
	padding: 7px 0;

}



.ModuleHead em
{
	font-style: normal;
	background: transparent url(images/dmt_arr.gif) 6px center no-repeat;
	padding: 3px 5px 3px 27px;
}


.ModuleHead2
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	color: #64442b;
	background: #ffeec5 url(images/dmt2_bg.gif) 0 0 repeat-x;
	border: solid 1px #e7cea9;
	padding: 7px 0;
}

.ModuleHead2 em
{
	font-style: normal;
	background: transparent url(images/dmt2_arr.gif) 6px center no-repeat;
	padding: 3px 5px 3px 27px;
}


.ModuleHead3
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	color: #555;
	background: #fff url(images/dmt3_bg.gif) 0 0 repeat-x;
	border: solid 1px #e1e1e1;
	padding: 10px 0;
}



.ModuleHead3 em
{
	font-style: normal;
	background: transparent url(images/dmt3_arr.gif) 7px center no-repeat;
	padding: 3px 7px 3px 30px;
}

.ModuleHead4
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	color: #285682;
	background: #fff url(images/dmt4_bg.gif) 0 0 repeat-x;
	border: solid 1px #d1e0eb;
	padding: 7px 5px 8px 10px;
}


/***ÜRÜN L?STELER?****/

.NewProductHead {
display: block;
font-family: Verdana, Tahoma, Arial;
font-size: 11px;
color: #3678b6;
}

A.NewProductHead:link, A.NewProductHead:visited, A.NewProductHead:active {
color: #1d65ae;
text-decoration: underline;
}

A.NewProductHead:hover {
color: #111;
}

.NewProductPrice
{
	font-size: 12px;
	color: #da2626;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	padding-bottom: 10px;
}

.NewProductDesc
{
	font-size: 11px;
	color: #666;
	font-family: Tahoma, Arial, Verdana;
	padding-top:5px;
	font-weight:bold;
	}

.NewProductPrice em {
font-weight: normal;
font-style:normal;
font-size:11px; 
color:#666;
font-family: Tahoma;
margin-left:5px;
}

.ProductIcon {
margin: 8px 0;
}

.NewVisitedListItem {
border-top: dashed 1px #d7e5ed;
border-bottom: dashed 1px #d7e5ed;
padding: 5px 0;
}

.ModuleContent
{
	background-color: white;
	border:#dadada 1px solid;
	border-top: none;
	padding: 8px;
}


/**/


#mh-menu {
	/*background: #fff url(images/dmt3_arr.gif) 7px 5px no-repeat;
	padding: 4px 10px 6px 30px;
	border: solid 1px #e1e1e1;
	margin: 12px 15px;*/
	z-index: 9999; /*
	font-family: Verdana, Arial, Tahoma;
	font-size:11px; */
}

#mh-menu-child {
	/*background: #fff url(images/mh-menu-top.gif) -115px 0 no-repeat;*/
	width: 200px;
	margin-left: 0px;
	margin-top: -45px;
	z-index: 9999;
		border: solid 1px #999;
		border-bottom: solid 2px #555;
		border-right: solid 1px #999;
background:#fff;
}

#mh-menu-child ul {
	border: solid 1px #e1e1e1;
			border-top:none;
			padding: 10px 0px;
			
			}

#mh-menu-child li {
list-style-type: none;
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
color:#444;
padding: 1px 10px;
margin: 2px 0;
}

A.mh-menu-link:link, A.mh-menu-link:visited, A.mh-menu-link:active {
background: #fff url(images/orangedot.gif) left center no-repeat;
color:#444;
padding: 5px 5px 5px 20px;
}

A.mh-menu-link:hover {
color: #000000;
}

#fk-menu-child {
margin: -2px 0 0 -1px;
background-color: #FFF;
border-left: solid 1px #999;
border-bottom: solid 2px #999;
border-right: solid 1px #999;
}


#FK-Content {
width:190px;
float:right;
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
border-top: none;
position: relative;
background-color: #FFF;
}



A.FK-Link:link, A.FK-Link:visited, A.FK-Link:active {
display:block;
background: #f5f5f5 url(images/fklink_bg.gif) 0 0 repeat-x;
text-align: right;
border: solid 1px #e1e1e1;
border-top: none;
cursor: pointer;
color: #555;
}

#FK-Content em {
font-style: normal;
padding: 7px 0 4px 16px;
float:left;
}



/* ### BB-CAROUSEL ### */

.BB-Carousel ul {

}

.BB-Carousel li {
width: 45%;
padding: 10px 0 0 0;
text-align: center;
height: 255px;
margin: 0 10px;
}

.BBC-NameTag {
padding: 15px 0 0 0;
height:50px;
font-size: 10px;

}


.BBC-PriceTag {
font-size: 11px;
font-family: Verdana, Tahoma, Arial;
background: transparent url(/skins/shared/images/BB-Carousel/pricetag.jpg) center top no-repeat; 
text-align: center;
height:60px;
color: #684220;
font-weight: bold;
padding: 6px 0 0 0;
margin: 5px 0 0 0;
}

.BBC-PriceTag em {
font-style: normal;
font-weight: normal;
display: block;
font-size: 10px;
padding: 7px 0 0 0;
color: #333;
}

A.BBC-DetailBtn:link, A.BBC-DetailBtn:visited, A.BBC-DetailBtn:active {
display:block;
margin: 5px 0 0 0;
background: transparent url(/skins/shared/images/BB-Carousel/urunincele.gif) center 10px no-repeat; 
height: 30px;
}
A.BBC-DetailBtn:hover {
background: transparent url(/skins/shared/images/BB-Carousel/urunincele_over.gif) center 10px no-repeat; 
}

.NewGroupHead {
background: url(/skins/shared/images/BB-Carousel/head-bg.gif) repeat-x;
height:70px;
}

.NewGroupTitle {
background: url(/skins/shared/images/BB-Carousel/head-left.gif) no-repeat;
height:70px;
font-family: Arial, Trebuchet MS, Helvetica;
font-weight:normal;
font-size:20px;
color: #dc6a16;
text-align: center;
margin: 0px;
padding: 0;
}

.nextBtn {
cursor: pointer;

}

.prevBtn {
cursor: pointer;
margin-right: 5px;
}

.NewGroupTitle em {
float:right;
margin: -20px 10px 0 0;
}

.NewGroupTitle strong {
font-weight: normal;
display: block; 
padding:12px 0 0 0; 
height: 60px; 
background: url(/skins/shared/images/BB-Carousel/head-right.gif) right top no-repeat;
}




/*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;
}


















/* KM TAB */

ul.km-tab-menu {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	height: 28px;
margin-bottom: -1px;
}

ul.km-tab-menu li {
	float: left;
	margin: 0;
	padding: 0;
	height: 28px;
	
margin-right:2px;

	overflow: hidden;
	position: relative;
}

ul.km-tab-menu li a {
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 26px;
	text-decoration: none;
	color: #156fae;
	display: block;
	padding: 0 10px;
	outline: none;

border: solid 1px #e7cea9;

	background: #ffeec5 url(images/dmt2_bg.gif) repeat-x;
}

ul.km-tab-menu li a:hover {

	background: #fff url(images/userbar_bg.gif) 0 -10px repeat-x;
	color:#333;
}	

html ul.km-tab-menu li.active a, html ul.km-tab-menu li.active a:hover  {
	background: #fff url(images/userbar_bg.gif) 0 -10px repeat-x;
	color: #333;
	border: solid 1px #ccc;
	border-bottom: solid 1px #fff;
}

.km-tab-container {
	border: 1px solid #ccc;
	clear: both;
}

.km-tab-content {

}










