﻿/******************************** main menu ***************************************/
.mainmenu-container
{
   width:170px;
   margin-left:10px;
   float:left;
}
.mainmenu
{
   width:170px;
}
.mainmenu-row a
{
   font-weight:bold;
	background-image:url('i/bullet.gif');
	background-repeat:no-repeat;
	background-position:center left;
	width:150px;
	display:inline-block;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
}
.mainmenu-row a:hover
{
	background-color:#f0f0f0;
	text-decoration:none;
	background-image:url('i/bullet_hl.gif');
	background-repeat:no-repeat;
}

.mainmenu-sub
{
   width: 180px;
   border: 1px solid #CCCCCC;
   z-index:1000;
}
.mainmenu-sub-row a
{
	background-image:url('i/bullet.gif');
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
	display:inline-block;
	width:160px;
	padding-top:4px;
	padding-bottom:4px;
}
.mainmenu-sub-row a:hover
{
	background-color:#f0f0f0;
	text-decoration:none;
	background-image:url('i/bullet_hl.gif');
	background-repeat:no-repeat;
}

/************************** Tüketici Hizmetleri ********************************/
.carousel-container
{
   width:190px;
   float:left;
}
.carousel-container .title
{
   width:190px;
   height:27px;
   background-image:url(i/consumer.png);
   display:block;
}

/******************************** SERVICES ********************************/
.services-container
{
   width:190px;
   float:left;
}
.services-container .title
{
   width:190px;
   height:27px;
   background-image:url(i/services.png);
   display:block;
}
.services-container .content
{
   width:170px;
   margin-left:10px;
}
