﻿html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	font-size: 8pt;
	font-family: Tahoma;
	background-color: #ffffff;
}

INPUT, OPTION, SELECT, TEXTAREA, SUBMIT
{
	font-size: 8pt;
	font-family: Tahoma;
}

a:link, a:visited, a:active
{
	color: #0000ff;
	text-decoration: none;
}

a:hover
{
	color: #ff8c00;
	text-decoration: none;
}

a.loginLink:link, 
a.loginLink:visited, 
a.loginLink:active
{
	color: #000000;
	text-decoration: none;
}

a.loginLink:hover
{
	color: red;
	text-decoration: underline;
}

a.faqLink:link, a.faqLink:visited, a.faqLink:active
{
	color: dimgray;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a.faqLink:hover
{
	color: darkorange;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.navTD
{
	color: #ffffff;	
	background-repeat: no-repeat;	
	background-position: left top;
	background-image: url(Images/Tab0.png);
}

.navTD:hover
{
	cursor: hand;
	color: #ffff66;
}

.navTD:active
{
	color: #ffffff;	
	background-repeat: no-repeat;	
	background-position: left top;
	background-image: url(Images/Tab1.png);
}

a.clientArea:link, 
a.clientArea:visited, 
a.clientArea:active
{
	color: #ffffff;
	text-decoration: none;
}

a.clientArea:hover
{
	color: #000000;
	text-decoration: none;
}

a.footerLink:link, 
a.footerLink:visited, 
a.footerLink:active
{
	color: lightgrey;
	text-decoration: none;
}

a.footerLink:hover
{
	color: #ffffff;
	text-decoration: none;
}

a.headerNav:link, 
a.headerNav:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.headerNav:hover
{
	text-decoration: underline;
}

.centeredTextBox
{
	text-align: center;
}

.basketListHeader
{
	background-position-y: top;
	background-image: url(../Images/BasketListHeader.jpg);
	background-repeat: repeat-x;
}

.priceCell
{
	padding-right: 5px;
}

.mainTable
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	background-image: url(../Images/HeaderBG.jpg);
	background-repeat: repeat-x;
	background-position-y: top;
}

.childTable
{
	height: 100%;
	width: 940px;
	vertical-align: top;
}

/******** Modal Popup ********/

.modalBackground 
{
	background-color:Black;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#e6e6fa;
	border-width:3px;
	border-style:solid;
	border-color:#ccccff;
	padding:3px;
	width:300px;
}

.modalPopupWide
{
	background-color: #e6e6fa;
	border-width: 3px;
	border-style: solid;
	border-color: #ccccff;
	padding: 3px;
	width: 450px;
}
.MailListButton
{
	width: 44px;
	height: 19px;
	vertical-align: top;
	background:url(../images/btn_ekle.jpg);
	background-image: url(../Images/btn_ekle.jpg);
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: left;
	border-width:0px;
	cursor:hand;
}
.btn_ara
{
	width: 63px;
	height: 20px;
	vertical-align: top;
	background:url(../images/btn_ara.jpg);
	background-image: url(../Images/btn_ara.jpg);
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: left;
	border-width:0px;
	cursor:hand;
}
.btn_giris
{
	
	color:#003466;
	background-color:#DFEEF5;
	border-width:1px;
	border-color:#8ABDDA;
	cursor:hand;
}
.txt_box
{
	
	color:#003466;
	width:128px;
	border-width:1px;
	border-color:#8ABDDA;
}
.product_bg {
	background-color:#FFFFFF;
	border:Solid 1px #ffffff;

}
.product_bg:hover{ 
	background-color:#D3E1ED;
	background-image:url(../images/product_bg1.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border:Solid 1px #D3E1ED;
}
/******** Modal Popup ********/
