﻿/* 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: 38px;
}

/*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; }


