/* CSS Document */

body {
	background-color: #FFFFFF;
	width:900px;
	margin:0px auto;
	font-family:"trebuchet MS";
	color:#46413C;
	font-size:13px;
}

a, a:hover {
	color:#006699;
	text-decoration:none;
}

#header {
	width:900px;
	height:80px;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:#E7E6E2 1px dashed;
}

#header .logo {
	width:130px;
	height:80px;
	float:left;
	margin-right:20px;
}

#header .menu {
	width:750px;
	height:50px;
	float:left;
	padding-top:30px;
	text-align:right;
}

#content {
	float:left;
	padding:15px;
	width:870px;
}
#content li {
	padding-bottom:15px;
}
strong {
	font-size:15px;
}


#footer {
	float:left;
	width:890px;
	padding:5px;
	background:#F4F3F2;
	border:#E7E6E2 1px solid;
	margin-bottom:10px;
	margin-top:10px;
}
#footer img {
	margin:5px;
}

.fiyat {
	font-size:24px;
	color:#006699;
	font-weight:bold;
}

.hata {
	font-size:11px;
	color:#CC0000;
}



.input {
	padding:2px;
	background:#F4F3F2;
	border:#E7E6E2 1px solid;
	width:300px;
	font-family:"trebuchet MS";
	font-size:13px;
}
.input2 {
	padding:2px;
	background:#F4F3F2;
	border:#E7E6E2 1px solid;
	font-family:"trebuchet MS";
	font-size:13px;
}

.button {
	width:151px;
	height:48px;
	background:url(images/gonder.jpg) no-repeat;
	border:0px;
}
.buttonode {
	width:151px;
	height:48px;
	background:url(images/odemeyap.jpg) no-repeat;
	border:0px;
}
.formhata {
	color:#990000;
	font-size:11px;
}







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
width: 100%;
font-family: arial,sans-serif;
font-size: 14px;
font-weight: bold;
letter-spacing: -0.2pt;
word-spacing: -0.6pt;
}

.underlinemenu ul{
padding: 5px 0 5px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #000000;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom: 5px solid #00CCFF; /*bottom border is 3px*/
}

