/*=========================== TAGS ============================*/

*
{
	margin: 0;
	padding: 0;
}

html
{
	min-width: 972px;
}

body
{
	background: url(image/tail-top.gif) repeat-x left top #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	
	color: #8c8c8c;
	min-width: 972px;
}

object
{
	vertical-align: top;
	outline: none;
}

input, textarea, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	font-weight: normal;
}

fieldset
{
	border: 0;
}

p
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol
{
	list-style: none;
}

/*========================== ALIGMENT =========================*/

.fleft
{
	float: left;
}

.fright
{
	float: right;
}

.clear
{
	clear: both;
}

.alignright
{
	text-align: right;
}

.aligncenter
{
	text-align: center;
}

.wrapper
{
	width: 100%;
	overflow: hidden;
}

.container
{
	width: 100%;
}

/*=========================== FORMS ===========================*/

#ClockForm fieldset
{
	border: none;
	float: left;
	text-align: left;
}
#ClockForm fieldset input
{
	border: none;
	background: none;
	color: #747474;
	text-transform: uppercase;
	width: 300px;
	font-size: .92em;
	line-height: 1.2em;
}

/*-----------*/

#search-form div
{
	width: 231px;
	height: 47px;
	background: url(image/form-box-bg.gif) no-repeat left top;
	position: absolute;
	right: 0;
	top: 2px;
}
#search-form span
{
	display: block;
	padding: 11px 0 0 11px;
}
#search-form b
{
	font-weight: normal;
	display: block;
	float: left;
	width: 186px;
	height: 26px;
	background: url(image/input-bg.gif) no-repeat left top;
}
#search-form a
{
	float: left;
}
#search-form input
{
	background: none;
	border: 0;
	margin-left: 5px;
	padding-top: 5px;
	line-height: 1.2em;
	vertical-align: top;
	width: 173px;
}

/*-----------*/

#contacts-form
{
	width: 179px;
}
#contacts-form .field
{
	height: 40px;
	width: 179px;
	background: url(image/input-bg1.gif) no-repeat left top;
}
#contacts-form .field1
{
	height: 164px;
	width: 179px;
	background: url(image/textarea-bg.gif) no-repeat left top;
	margin-bottom: 21px;
}
#contacts-form input
{
	width: 160px;
	background: none;
	padding-top: 5px;
	border: 0;
	vertical-align: top;
	line-height: 1.2em;
	color: #8c8c8c;
	margin-left: 8px;
}
#contacts-form textarea
{
	width: 170px;
	height: 157px;
	overflow: auto;
	color: #8c8c8c;
	background: none;
	border: 0;
	padding: 5px 0 2px 8px;
}

/*========================== LISTS ============================*/

.list li
{
	border-bottom: 1px solid #efefef;
	padding-bottom: 23px;
	margin-bottom: 23px;
	line-height: 1.5em;
}
.list li span
{
	display: block;
	padding-top: 14px;
}
.list li a
{
	background: url(image/marker.gif) no-repeat left top;
	padding: 6px 0 5px 37px;
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
.list li a:hover
{
	text-decoration: underline;
}

.list1 li
{
	border-bottom: 1px solid #efefef;
	padding-bottom: 6px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.list1 li span
{
	display: block;
	padding-top: 14px;
}
.list1 li a
{
	color: #207b17;
	font-weight: bold;
	text-decoration: none;
}
.list1 img
{
	margin-right: 10px;
}
.list1 li a:hover
{
	color: black;
	font-size: 13px;
}

.list2 li
{
	padding: 0 0 14px 20px;
	background: url(image/marker1.gif) no-repeat left 5px;
}

.list3
{
	margin-top: -18px;
}
.list3 li
{
	line-height: 1.5em;
	padding-top: 18px;
}
.list3 li strong
{
	display: block;
	color: #4ebef0;
}

.list4 li
{
	border-bottom: 1px solid #efefef;
	padding-bottom: 23px;
	margin-bottom: 23px;
	line-height: 1.5em;
}
.list4 li span
{
	display: block;
	padding-top: 14px;
}
.list4 li a
{
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
.list4 li a:hover
{
	text-decoration: underline;
}

.list5
{
	width: 100%;
	overflow: hidden;
}
.list5 li
{
	float: left;
	padding-right: 19px;
}
.list5 li.last
{
	padding-right: 0;
}

.list6 li
{
	line-height: 1.5em;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.list6 li.last
{
	margin: 0;
	padding: 0;
	border: 0;
}
.list6 li em
{
	font-style: normal;
	float: right;
	margin-right: 15px;
}
.list6 li a
{
	color: #444444;
}
.list6 li span
{
	color: #444444;
	display: block;
}


/*========================== OTHER ============================*/

.img-indent
{
	padding-bottom: 15px;
}

.img-box1
{
	width: 100%;
	overflow: hidden;
}

.img-box1 img
{
	float: left;
	margin: 0 27px 0 0;
}

p
{
	margin-bottom: 10px;
	line-height: 1.92em;
}
.p0
{
	margin-bottom: 0;
}
.p1
{
	margin-bottom: 20px;
}

.phone
{
	float: right;
	margin-right: 30px;
}

.extra-slogan
{
	font-size: 30px;
	line-height: 1.2em;
	border-top: 1px solid #efefef;
	margin-top: 48px;
}
.extra-slogan span
{
	border-top: 4px solid #f4f4f4;
	display: block;
	padding: 33px 0 0 0;
	width: 100%;
	overflow: hidden;
}
.extra-slogan img
{
	float: left;
	margin-right: 30px;
}
.extra-slogan em
{
	color: #7bb9e0;
	display: block;
	margin-top: -6px;
	font-style: normal;
}

dl
{
	line-height: 1.92em;
	margin-bottom: -20px;
}
dl dt
{
	color: #363636;
}
dl dd
{
	margin-bottom: 20px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a
{
	color: #a70101;
	outline: none;
}
a:hover
{
	text-decoration: none;
}

h3
{
	color: #000;
	font-size: 31px;
	line-height: 1.2em;
	border-bottom: 4px solid #f4f4f4;
	padding-bottom: 5px;
	margin-bottom: 21px;
	letter-spacing: -1px;
}
h4
{
	color: #000;
	font-size: 31px;
	line-height: 1.2em;
	margin-bottom: 12px;
	letter-spacing: -1px;
}
h5
{
	font-size: 20px;
	line-height: 1.2em;
	color: #4ebef0;
	border-bottom: 4px solid #f4f4f4;
	padding-bottom: 5px;
	margin-bottom: 13px;
}
h6
{
	color: #444444;
	font-size: 1em;
	line-height: 1.92em;
}
h6.style1
{
	color: #4ebef0;
	margin-bottom: 10px;
}

.txt1
{
	color: #363636;
	font-weight: bold;
}
.txt2
{
	color: #4ebef0;
	font-weight: bold;
}

.link, .link a
{
	color: #444;
	font-weight: bold;
}

.line-hor
{
	border-bottom: 1px solid #efefef;
	margin: 20px 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

/*============================ BOXES ==========================*/

.nav-box
{
	width: 732px;
	background: url(image/nav-tail.gif) repeat-x left top;
}
.nav-box span
{
	position: absolute;
	left: 0;
	top: 0;
}
.nav-box ul
{
	background: url(image/nav-right.gif) no-repeat right top;
	height: 50px;
	padding-left: 45px;
}
.nav-box ul li
{
	float: left;
	margin-right: -1px;
}
.nav-box ul li.first
{
	position: relative;
	z-index: 2;
}
.nav-box ul li a
{
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
}
.nav-box ul li a em
{
	display: block;
}
.nav-box ul li a b
{
	display: block;
	font-style: normal;
	padding: 17px 20px 17px 20px;
}
.nav-box ul li a:hover, .nav-box ul li a.act
{
	background: url(image/nav-act-tail.gif) repeat-x left top;
}
.nav-box ul li a:hover em, .nav-box ul li a.act em
{
	background: url(image/nav-act-left.gif) no-repeat left top;
}
.nav-box ul li a:hover b, .nav-box ul li a.act b
{
	background: url(image/nav-act-right.gif) no-repeat right top;
}
.nav-box ul li.first a:hover em, .nav-box ul li.first a.act em
{
	background: url(image/nav-act-left1.gif) no-repeat left top;
}

/*-----------*/

.box
{
	width: 100%;
}
.box .border-top
{
	background: url(image/border-top.gif) repeat-x left top;
}
.box .border-bot
{
	background: url(image/border-bot.gif) repeat-x left bottom;
}
.box .border-left
{
	background: url(image/border-left.gif) repeat-y left top;
}
.box .border-right
{
	background: url(image/border-right.gif) repeat-y right top;
}
.box .left-top-corner
{
	background: url(image/left-top-corner.gif) no-repeat left top;
}
.box .right-top-corner
{
	background: url(image/right-top-corner.gif) no-repeat right top;
}
.box .left-bot-corner
{
	background: url(image/left-bot-corner.gif) no-repeat left bottom;
	padding: 9px 8px 9px 8px;
}
.box .right-bot-corner
{
	background: url(image/right-bot-corner.gif) no-repeat right bottom;
}
.box .inner
{
	padding: 24px 14px 26px 15px;
	background: #fbfbfb;
	height: 600px;
}
.box p
{
	line-height: 1.5em;
}


/*========================== HEADER ===========================*/

#header .row-1
{
	height: 34px;
	width: 100%;
	overflow: hidden;
}
#header .row-1 .fleft
{
	padding-top: 9px;
}

#header .row-1 .fleft a
{
		text-decoration: none;
	color: #fff;
	padding-left: 10px;
}
#header .row-1 .fright a
{
	text-decoration: none;
	color: #fff;
	padding-right: 10px;
}
#header .row-1 .fright
{
	padding-top: 8px;
}
#header .row-1 .fright a:hover
{
	text-decoration: underline;
}
#header .row-2
{
	height: 109px;
	width: 100%;
	overflow: hidden;
}
#header .row-2 .fleft
{
}
#header .row-2 .fright
{
	padding: 0 5px 0 0;
}
#header .row-2 .fright ul li
{
	float: left;
	margin-left: 12px;
}
#header .row-3
{
	height: 50px;
	position: relative;
}

/*========================= CONTENT ===========================*/

#content
{
	position: relative;
	padding: 8px 0 35px 0;
}
#content .indent
{
	padding: 18px 15px 0 23px;
}
#content .indent1
{
	padding-bottom: 45px;
}
#content .indent2
{
	padding-bottom: 20px;
}

/*========================= FOOTER ============================*/

#footer
{
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.2em;
}
#footer .indent
{
	padding-top: 30px;
}
#footer a
{
	color: #000;
	text-decoration: none;
}
#footer a:hover
{
	border-bottom: 1px solid #000;
}
#footer ul li
{
	float: left;
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #000;
}
#footer ul li.last
{
	padding: 0;
	margin: 0;
	border: 0;
}

/*=============================================================*/

/*---- image slider ------*/

#ctl00_loopedSlider
{
	width: 731px;
	height: 395px;
	background: url(image/slider-box-bg.gif) no-repeat left top;
	position: relative;
	margin-bottom: 27px;
}
#ctl00_loopedSlider .container
{
	width: 720px;
	height: 395px;
	overflow: hidden;
	position: absolute;
	left: 6px;
	top: 0;
}
#ctl00_loopedSlider .slides
{
	position: absolute;
	top: 7px;
	left: 0;
}
#ctl00_loopedSlider .slides div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 720px;
	height: 321px;
}
#ctl00_loopedSlider .slides div span
{
	position: absolute;
	left: 19px;
	bottom: -45px;
	font-size: 24px;
	color: #444444;
	z-index: 2;
}
#ctl00_loopedSlider ul.pagination
{
	position: absolute;
	right: 12px;
	bottom: 25px;
}
#ctl00_loopedSlider ul.pagination li
{
	float: left;
	margin-left: 3px;
}
#ctl00_loopedSlider ul.pagination li a
{
	width: 18px;
	height: 18px;
	background: url(image/button3.gif) no-repeat left top;
	display: block;
}
#ctl00_loopedSlider ul.pagination li a:hover, #ctl00_loopedSlider ul.pagination li.active a
{
	background: url(image/button3-act.gif) no-repeat left top;
}

/*--- tabs ---*/

.tab_container
{
	overflow: hidden;
	width: 100%;
	float: left;
}
ul.tabs li
{
	font-size: 1.08em;
	font-weight: bold;
	float: left;
	margin-right: -7px;
	letter-spacing: -1px;
}
ul.tabs li a
{
	color: #444;
	text-decoration: none;
	display: block;
	width: 109px;
	text-align: center;
	height: 35px;
	background: url(image/tab-bg.gif) no-repeat left top;
}
ul.tabs li a span
{
	display: block;
	padding-top: 9px;
}
ul.tabs li a:hover
{
	text-decoration: underline;
}
ul.tabs li.active
{
	position: relative;
	z-index: 2;
}
ul.tabs li.active a
{
	background: url(image/tab-bg-act.gif) no-repeat center bottom;
}
ul.tabs li.active a:hover
{
	text-decoration: none;
}

/*==============================================================*/


.shopInfo h3
{
	line-height: 22px;
	text-align: left;
	margin-left: 15px;
	color: #D14B0C;
	font-size: 22px;
}

.image
{
	position: relative;
	float: right;
}
.shopInfo h4
{
	margin-left: 15px;
	color: Red;
	font-size: 18px;
	text-decoration: underline;
}
.shopInfo h5
{
	margin-left: 15px;
	color: Green;
	font-size: 16px;
	text-decoration: blink;
}
.deliveryHours strong
{
	font-size: 11px;
	text-align: center;
	color: green;
}
.deliveryHours p
{
	font-size: 15px;
	text-align: center;
}
.payment
{
	list-style: disc url(bullet.gif) inside;
}

.notePanel li
{
	line-height: 20px;
}

.notePanel ul
{
	list-style: disc url(bullet.gif) inside;
}

.payment li
{
	line-height: 20px;
}
.deliveryHours
{
	color: red;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	float: left;
	width: 78px;
}
.notePanel
{
	color: Red;
	text-decoration: underline;
}

.Category
{
	font-family: "Palatino Linotype" , "Book Antiqua";
	margin: 5px 5px 5px 5px;
}
.baslik
{
	padding: 10px 10px 0 10px;
	color: #666;
	font-size: 25px;
	line-height: 25px;
	font-weight: bolder;
}
.Category .addToCartImage
{
	float: left;
	margin-left: 15px;
	position: static;
	margin-top: 5px;
}
.Category .urunAdi
{
	color: #F60;
	margin-left: 7px;
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
}

.Category .urunDetayi
{
	color: #333;
	margin-left: 10px;
	line-height: 25px;
	font-style: italic;
	font-size: 12px;
}

.Category .urunFiyati
{
	font-size: 14px;
	color: #000;
	font: Arial, Helvetica, sans-serif;
	padding-left: 5px;
}

.urun
{
	cursor:pointer;
}

.urun:hover
{
	background-color: #F3F3F3;
}

.Category .photoImage
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	position: static;
	margin-top: 5px;
}
.icerik
{
	line-height: 10px;
	margin-left: 10px;
}


/*---------*/

.bg1
{
	background-image: url(/image/li-1.gif);
	background-repeat:repeat-x;

}

.bg2
{
	background-image: url(/image/li-2.gif);
}
.bg3
{
	background-image: url(/image/li-3.gif);
}
.bg4
{
	background-image: url(/image/li-4.gif);
}
td
{
	line-height: 1px;
	color: #5D5F60;
	vertical-align: top;
	padding: 0px;
}


/*CART PANEL */

.cartBox
{
	font-size: 11px;
	width: 232px;
	position: relative;
	
	float:left;
	line-height: 15px;
}
.cartBox .title h3
{
	margin-top: 20px;
	margin-left: 10px;
	color: Red;
}
.cartBox .title
{
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	background-image: url(/image/kushopsmall.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 40px;
}

.cartBox .items
{
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/image/kushop.gif);
}

.cartBox .items span
{
	font-family: Verdana, Geneva, sans-serif;
	line-height: 15px;
}

.cartBox .items input:hover
{
	background-color: #f2fa9b;
}

/**************/

.txt
{
	padding-top: 10px;
}

/****CART.ASPX*************/
.cartTable
{
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	table-layout: fixed;
	border-collapse: collapse;
}
.cartTable .header
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
}

.cartTable .header td
{
	color:#FFF;
	
}

.cartTable .urunler
{
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	color: #910000;
}
.cartTable .urunler td
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #D3D3D3;
	border-style: solid;

}

.cartTable .urunler td p
{
	margin:auto auto auto auto;
	padding:auto auto auto auto;
	font-size: 11px;
	font-weight: 700;
	color: #910000;
}

.cartTable .urunler:hover
{
	background-color: #FFFC91;
	border-color: #FFFC91;
}

.cartTable .isim
{
	width: 740px;
}

.cartTable .sayi
{
	width: 52px;
}
.cartTable .fiyat
{
	width: 70px;
}

.cartTable .sil
{
	width: 80px;
}
/*******iLANLARIM ASPX************/

.ilanMain {
	width:200px;
}
.ilanMain .baslik {
	background-color:#333;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight:700;
	font-size:17px;
}
.ilanMain .baslik a
{
	color:#fff;
}
.ilanMain .ilanContent{
	text-align:center;
	margin: 10px 10px 10px 10px;
}

.ilanMain .footer{
	
}
.ilanMain .footer a{
	float:left;
	position:relative;
	color:#999;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

.ilanMain .footer p{
	float:right;
	position:relative;	
	font-size: 15px;
	font-weight: 700;
	color: #910000;
}
.urunayrinti p
{
	line-height:10px;
	font-size:10px;
}


/***ilanver.aspx***/
.date 
{
	font-size:12px;	
	font-weight:bold;
	
}
.date td
{
	height:15px
	;	
	padding-top:5px;
	
}

.confirmTable 
{
	
}

.confirmTable  td
{
	line-height:15px;
	text-align:center;
}


.confirmTable strong
{
	line-height:15px;
}
.anketList
{
	line-height:20px;	
}

.anketList td
{
	margin:5px 5px 5px 5px;
	line-height:20px;	
}
