.foo {}
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* Defaults */
body
{
    margin: 0;
    padding: 0;
    background: #F5FBFB url("Layout/BodyBg.gif") repeat-x;
}

body, div, p, td, input, select, textarea {
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #5B5B5B;
}

h1, h2, h3, h4
{
    font-family: Arial, Tahoma, Sans-Serif;
}

h2 
{
    color: #1AABA8;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3em;
}

h3 
{
    margin-top: 10px;
    color: #1AABA8;
    font-size: 11pt;
    font-weight: bold;
}

p 
{
    margin: 7px 0;
}

dt
{
    font-weight: bold;
    margin-top: 7px;
}

dd
{
    margin-left: 15px;
}

br.clear { 
    clear: both; 
    line-height: 0;
    font-size: 0;
}

ul
{
    list-style-type: square;
    margin: 10px 0;   
}

ul li 
{
    margin: 2px 0 2px 18px;
}

ol 
{
    list-style-type: decimal;
    margin: 10px 0;  
}

ol li 
{
	margin: 0 0 7px 28px;
	list-style-type: decimal;
}

ul.HorizontalMenu li {
	display: inline;
	list-style-type: none; 
	padding: 0 5px 0 4px;
	margin: 0;
}

ul.VerticalMenu li {
	list-style-type: none; 
	padding: 0 5px 0 4px;
	margin: 0;
}

ul.LinkGroup,
ul.LinkGroup  li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div#Page
{
    background: url("Layout/Shine.gif") no-repeat;
    margin: 0 auto;
    padding: 25px 0 0 60px;
    width: 620px;
}

div#Wrapper 
{
    margin: 0 auto;
    width: 550px;
    background: #FFFFFF;
}

/* Header */
div#Header
{
    background: #FFFFFF;
    height: 55px;
}

h1#Logo 
{
    height: 0;
    width: 0;
    line-height: 0;
    text-indent: -10000px;
}

h3#Slogan
{
    float: left;
    margin: 0;
    padding: 0;
    background: url("Layout/Slogan.gif") no-repeat;
    width: 179px;
    height: 55px;
    text-indent: -10000px;
}

div#Flash
{
    height: 305px;
    background: #FFFFFF;
}

/****** Services Menu ******/
ul#ServicesMenu 
{
    float: right;
	margin: 0;
	list-style-type: none;
	padding-top: 29px;
}

ul#ServicesMenu li {
	float: left;
	padding: 0 5px 0 10px;
	margin: 0;
	list-style-type: none;
}

ul#ServicesMenu li a {
	display: block; 
	text-decoration: none; 
	text-indent: -10000px;
}

a#ctl00_HomePageLink
{
    background: url("Layout/ServicesMenu/HomePage.gif") no-repeat;
    width: 75px;
    height: 26px;
}

/* Sub Menu */
h2#SubMenuParent
{
    float: left;
}

ul#SubMenu
{
    float: left;
    margin: 0;
    padding: 5px 0 0 9px;
}

ul#SubMenu li
{
    background: url("Layout/SubMenuSlash.gif") no-repeat 0 2px;
    padding: 0 0 0 13px;
}

ul#SubMenu li a
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    color: #605A5A;
    text-decoration: none;
}

ul#SubMenu li a.Current
{
    color: #1AABA8;
}

.SwitchTitle 
{
	font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    color: #1AABA8;
    text-decoration: none;
}
    
ul#SubMenu li a:hover
{
    color: #1AABA8;
}


/*Sub Menu Alternative*/
ul#SubMenuAlternate
{
	margin: 0;
    padding: 0;
    clear:both;
}

ul#SubMenuAlternate li
{
    padding: 0;
}

ul#SubMenuAlternate li a
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    color: #605A5A;
    text-decoration: none;
}

ul#SubMenuAlternate li a.Current
{
    color: #1AABA8;
}

ul#SubMenuAlternate li a:hover
{
    color: #1AABA8;
}

/* Content */
div#Content
{
   background: #FFFFFF;     
}

div#MainContent
{
    padding: 10px 20px;
    background: #FFFFFF;
}

div#PictureColumnContainer
{
    float:left;
    width: 200px;
}

div#TextColumnContainer
{
    float: right;
    width: 350px;
}

div#TextColumn
{
    padding: 15px 20px;
}

/* Footer */
div#Footer
{
    background: url("Layout/FooterBg.gif") no-repeat;
    height: 64px;
}

div#SupportLine
{
    float: right;
    background: url("Layout/SupportLine.gif") no-repeat;
    width: 190px;
    height: 64px;
    text-indent: -10000px;
}

/***** Panels ****/
.GenericFormPanel .Label,
.GenericFormPanel .Input
{
    padding: 3px 5px;
}

.GenericFormPanel .Label
{
    font-weight: bold;
}

/***** Common Messages *****/
.PositiveMessage 
{
    display: block;
    padding: 5px 10px;
    margin: 5px 0;
    color: #669966;
    background: #EEFFEE;
    font-size: 1.3em;
    font-weight: bold;
}

.ValidationSummary ul li,
.NegativeMessage 
{
    color: #EE6666;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 3px;
}

.NegativeMessage 
{
    display: block;
    padding: 5px 10px;
    margin: 5px 0;
    background: #FFEEEE;
}

a.Button {
	color:#333333;
	font-size:0.9em;
	font-weight:bold;
	padding:3px 3px 3px 20px;
	text-decoration:none;
	background-color: #EEEEEE;
	background-position:3px 50%;
	background-repeat:no-repeat;
	border:2px solid #CCCCCC;
}

a.Icon 
{
    text-decoration: none;
    text-indent: -2000px;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

a.IconWithText,
span.IconWithText
{
    padding: 2px 5px 0 20px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    display: block;
}

h3.RegisterTitle {
	margin: 0 8px 10px 8px;
	padding: 4px;
	background: #D6F0ED;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
/***********************************************************************************************/

/* Icons */
.Edit { background-image: url("../../Content/Images/Icons/Edit.gif"); }
.Delete { background-image: url("../../Content/Images/Icons/Delete.gif"); }
.Active { background-image: url("../../Content/Images/Icons/Active.gif"); }
.Passive { background-image: url("../../Content/Images/Icons/Passive.gif"); }
.Back { background-image: url("../../Content/Images/Icons/ArrowLeft.gif"); }
.Next { background-image: url("../../Content/Images/Icons/ArrowRight.gif"); }
.Up { background-image: url("../../Content/Images/Icons/ArrowUp.gif"); }
.Down { background-image: url("../../Content/Images/Icons/ArrowDown.gif"); }
.Read { background-image: url("../../Content/Images/Icons/Read.gif"); }
.NotRead { background-image: url("../../Content/Images/Icons/NotRead.gif"); }
.Send { background-image: url("../../Content/Images/Icons/Send.gif"); }
.AddMessage { background-image: url("../../Content/Images/Icons/AddMessage.gif"); }
.Male { background-image: url("../../Content/Images/Icons/Male.gif"); }
.Female { background-image: url("../../Content/Images/Icons/Female.gif"); }
.Send { background-image: url("../../Content/Images/Icons/Send.gif"); }
.Magnifier { background-image: url("../../Content/Images/Icons/Magnifier.gif"); }
.Calendar { background-image: url("../../Content/Images/Icons/Calendar.gif"); }
.Search { background-image: url("../../Content/Images/Icons/Search.gif"); }
.Close { background-image: url("../../Content/Images/Icons/Close.gif"); }
.NewMessage { background-image: url("../../Content/Images/Icons/NewMessage.gif"); }
.Transmit { background-image: url("../../Content/Images/Icons/Transmit.gif"); }
.Add { background-image: url("../../Content/Images/Icons/Add.gif"); }
.Update { background-image: url("../../Content/Images/Icons/Update.gif");}
.UserMale {background-image: url("../../Content/Images/Icons/UserMale.gif");}
.UserFemale {background-image: url("../../Content/Images/Icons/UserFemale.gif");}
.Display { background-image: url("../../Content/Images/Icons/Display.gif"); }
.DisplayShow { background-image: url("../../Content/Images/Icons/DisplayShow.gif"); }
.Anchor { background-image: url("../../Content/Images/Icons/Anchor.gif");}
.Relate { background-image: url("../../Content/Images/Icons/Relate.gif");}


/*============== Admin Master Page ==============*/

div#CommonHeader
{
	clear: both;
	height: 109px;
	background-color: #FFFFFF;
}

form.DefaultForm
{
}

div#AdminContent
{
    clear: both;
    background: #FFFFFF;
	padding: 10px 20px 10px 10px;
    /*min-height: 584px;*/
	clear: both;
}

div#AdminContent a.Button{
	color:#333333;
	font-size:0.9em;
	font-weight:bold;
	padding:3px 3px 3px 20px;
	text-decoration:none;
	background-color: #EEEEEE;
	background-position:3px 50%;
	background-repeat:no-repeat;
	border:2px solid #CCCCCC;
}

div#AdminContent a.Icon{
    text-decoration: none;
    text-indent: -2000px;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

div#AdminFooter
{
    height: 37px;
    background-color: #FFFFFF;
}
h2#AdminHeader
{
    float: left;
    padding: 45px 0 0 15px;
    background: none;
}


.FieldGroup label
{
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}

.ButtonGroup
{
    padding:g 4px 0;
}

.Big
{
    font-size: 1.3em;
    font-weight: bold;
}

.TextBox
{
    width: 100%;
    background: #EEEEEE;
    padding: 2px;
    border: 1px solid #999999;
}

.RadioButtonList td
{
    padding: 0 5px 0 0;
}

.RadioButtonList label
{
    display: inline;
    font-weight: normal;
}

.RadioButtonList input
{
}

.Notes 
{
    font-size: 0.8em;
}

.Success
{
    color: #66CC66;
}

.Failed
{
    color: #FF6666;
}

.Centered
{
    text-align: center;
}

.MainPicture 
{
    float: left;
    padding: 0 10px 10px 0;
}

/* Top Menu */
ul#TopMenu {
	float: left;
	margin: 0;
	padding: 3px 5px 10px 0;
}

ul#TopMenu li {
    margin: 0;
	border-right: 1px solid #666666;
}

ul#TopMenu li.Last {
	border: 0;
}

ul#TopMenu li a,
ul#TopMenu li a:link,
ul#TopMenu li a:visited, 
ul#TopMenu li a:active,
ul#TopMenu li a:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #376476;
	text-decoration: none;
	padding-bottom: 3px;
}

/* Data List */
.DataList {
	text-decoration: none;
	width:100%;
}
.DataList tr.head td {
	font-weight: bold;
	padding: 2px 4px;
	border-bottom: solid 2px #999999;
}

.DataList tr.item td {
	padding: 2px 4px;
	border-bottom: solid 1px #cccccc;
	background: #eeeeee;
}

.DataList tr.footer td {
	padding: 12px 0 7px 0;
	border-bottom: solid 1px #cccccc;
}

img {
    border: 0;
}

img.PictureLeft {
    float: left; padding: 0 10px 10px 0;
}

img.PictureRight {
    float: right; padding: 0 0 10px 10px;
}

/* Bayiler */
.Dealers{
	text-decoration: none;
	font-size: 12px;
	color: #818181;
	width:100%;
}

.Dealers tr.head td {
	padding: 2px 4px;
	border-bottom: solid 1px #999999;
}

.Dealers tr.item td {
	padding: 2px 4px;
	vertical-align:top;
	background: #EBFAFA;
}

.Dealers tr.alternative td 
{
	vertical-align:top;
	padding: 2px 4px;
	background: #FFFFFF;
}

.Dealers tr.footer td {
	padding: 12px 0 7px 0;
	border-bottom: solid 1px #999999;
}

/* Reklamlar */
.Adverts
{
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	color: #818181;
	width:100%;
}

.Adverts tr.head td 
{
	font-weight:bold;
	padding: 2px 4px;
	color: #605F5F;
	border-bottom: solid 1px #999999;
}

.Adverts tr.item td {
	padding: 2px 4px;
	vertical-align: middle;
	background: #EBFAFA;
	height: 30px;
}

.Adverts tr.alternative td 
{
	padding: 2px 4px;
	vertical-align:middle;
	background: #FFFFFF;
	height: 30px;
}

.Adverts tr.footer td {
	padding: 12px 0 7px 0;
	border-bottom: solid 1px #999999;
}

.Adverts a,
.Adverts a:link,
.Adverts a:visited, 
.Adverts a:active,
.Adverts a:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #5B5B5B;
	text-decoration: none;
}

/* Referanslar */

.Reference
{
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	color: #8F8F8F;
	width:100%;
}

.Reference tr.head td 
{
	font-weight:bold;
	padding: 2px 4px;
	color: #605F5F;
	border-bottom: solid 1px #999999;
}

.Reference tr.item td {
	padding: 2px 4px;
	vertical-align: top;
	background: #EBFAFA;
	height: 30px;
}

.Reference tr.alternative td 
{
	padding: 2px 4px;
	vertical-align:top;
	background: #FFFFFF;
	height: 30px;
}

.Reference tr.footer td {
	padding: 12px 0 7px 0;
	border-bottom: solid 1px #999999;
}

.Reference a,
.Reference a:link,
.Reference a:visited, 
.Reference a:active,
.Reference a:hover
{
	font-size: 10px;
	font-weight: normal;
	color: #8F8F8F;
	text-decoration: none;
}

/* Showroomlar */

.Showroom
{
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	color: #8F8F8F;
	width:100%;
}

.Showroom tr.head td 
{
	font-weight:bold;
	padding: 2px 4px;
	color: #605F5F;
	border-bottom: solid 1px #999999;
}

.Showroom tr.item td {
	padding: 2px 4px;
	vertical-align: top;
	background: #EBFAFA;
	height: 30px;
}

.Showroom tr.alternative td 
{
	padding: 2px 4px;
	vertical-align:top;
	background: #FFFFFF;
	height: 30px;
}

.Showroom tr.footer td {
	padding: 12px 0 7px 0;
	border-bottom: solid 1px #999999;
}

.Showroom a,
.Showroom a:link,
.Showroom a:visited, 
.Showroom a:active,
.Showroom a:hover
{
	font-size: 10px;
	font-weight: normal;
	color: #8F8F8F;
	text-decoration: none;
}


/* Haberler */

.News
{
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	color: #8F8F8F;
	width:100%;
}

.News tr.head td 
{
	font-weight:bold;
	padding: 2px 4px;
	color: #605F5F;
	border-bottom: solid 1px #999999;
}

.News tr.item td {
	padding: 2px 4px;
	vertical-align: top;
	background: #EBFAFA;
	height: 30px;
}

.News tr.alternative td 
{
	padding: 2px 4px;
	vertical-align:top;
	background: #FFFFFF;
	height: 30px;
}

.News tr.footer td {
	padding: 12px 0 7px 0;
	border-bottom: solid 1px #999999;
}

.News a,
.News a:link,
.News a:visited, 
.News a:active,
.News a:hover
{
	font-size: 10px;
	font-weight: normal;
	color: #8F8F8F;
	text-decoration: none;
}

/* Fuarlar */

.Fair
{
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	color: #8F8F8F;
	width:100%;
}

.Fair tr.head td 
{
	font-weight:bold;
	padding: 2px 4px;
	color: #605F5F;
	border-bottom: solid 1px #999999;
}

.Fair tr.item td {
	padding: 2px 4px;
	vertical-align: top;
	background: #EBFAFA;
	height: 30px;
}

.Fair tr.alternative td 
{
	padding: 2px 4px;
	vertical-align:top;
	background: #FFFFFF;
	height: 30px;
}

.Fair tr.footer td {
	padding: 12px 0 7px 0;
	border-bottom: solid 1px #999999;
}

.Fair a,
.Fair a:link,
.Fair a:visited, 
.Fair a:active,
.Fair a:hover
{
	font-size: 10px;
	font-weight: normal;
	color: #8F8F8F;
	text-decoration: none;
}


/* Press */

.Press
{
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	color: #8F8F8F;
	width:100%;
}

.Press tr.head td 
{
	font-weight:bold;
	padding: 2px 4px;
	color: #605F5F;
	border-bottom: solid 1px #999999;
}

.Press tr.item td {
	padding: 2px 4px;
	font-weight: normal;
	vertical-align: top;
	background: #EBFAFA;
	height: 30px;
}

.Press  tr.alternative td {
	padding: 2px 4px;
	vertical-align:top;
	background: #FFFFFF;
	height: 30px;
}

.Press tr.footer td {
	padding: 12px 0 7px 0;
	border-bottom: solid 1px #999999;
}

.Press a,
.Press a:link,
.Press a:visited, 
.Press a:active,
.Press a:hover
{
	font-size: 12px;
	font-weight: normal;
	color: #8F8F8F;
	text-decoration: none;
}