﻿/*body
{
	font: 11px/165% 'Lucida Grande' , Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #494949; /*background: #f8f3df url('../images/background3.png') repeat-x; */ /*background: #F0F0F0 url('../images/background2.png') repeat-x center top;*/
	background-image: url('../images/bg1.jpg');
	background-size: 100%;
}*/

h1, h2, h3
{
	font-size: 20px;
	letter-spacing: -1px;
}

/* HEADER START */
/*.header
{
	position: relative;
	border: 0 none #fff;
	width: 100%;
	height: 100px;
	display: block;
	background: url(../images/headerline.png) repeat-x 50% bottom;
}*/

.header-main
{
	width: 910px;
	margin: 5px auto 0px auto;
}
.header-logo
{
	margin-top: 10px;
	float: left;
}

.header-login
{
	float: right;
	width: 440px;
}
.header-login-textbox
{
	float: left;
	width: 160px;
	position: relative;
}
.header-login-button
{
	float: left;
	width: 50px;
	padding: 10px 5px 0px 0px;
	position: relative;
}


.button-login
{
	color: Gray;
	background-color: White;
	height: 25px;
	width: 50px;
	cursor: pointer;
	opacity: 1;
	transition: all 4s;
	box-shadow: 5px 5px 15px #333333;
	font-weight: bold;
	border: 1px solid Gray;
	margin-top: 10px;
}

.button-login:hover
{
	color: Black;
	background-color: LightGray;
	opacity: 0.5;
}

.link-login
{
	margin: 15px 0px 0px 2px;
    color:#cd0000;
	/*color: DarkRed;
	text-shadow: gray 5px 5px 5px;
	transition: all 4s;*/
}

.link-login:hover
{
	opacity: 0.5;
}

/* HEADER END */
/* CONTENT START */
.main
{
	width: 930px;
	margin: 5px auto 0px auto;
}


.main-left
{
	float: left;
	width: 200px;
	margin: 5px 5px 10px 5px;
	position: relative;
}

.main-header
{
	float: left;
background-image: url(../images/BGD-Content-Top.png);
background-repeat: no-repeat;
background-position: center top;
height: 40px;
width: 720px;
}

.main-footer
{
	float: left;
background-image: url(../images/BGD-Content-Btm.png);
background-repeat: no-repeat;
background-position: center top;
height: 41px;
width: 720px;
}

.main-center
{
	float: left;
	width: 720px;
	margin: 0px 0px 0px 0px;
	position: relative;
	padding: 0px 0px 10px;
	
}



.main-center-text
{

	float: left;
	position: relative;
	padding: 0px 0px 0px 10px;
	width: 98%;
	background: url(../images/BGD-Content-Rpt.gif) repeat-y;
}

.main-center-text p
{
	line-height: 13px;
	padding-bottom: 10px;
}
.main-center h1
{
	margin-bottom: 14px;
}

.main-bottom
{
	float: left;
	width: 727px;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
.main-bottom-cover
{
	float: left;
	width: 212px;
	height: 360px;
	margin: 4px 4px 4px 10px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #efefef;
	text-align: center;
}

.main-bottom-cover ul
{
	padding: 5px 0px 10px 40px;
	text-align: left;
}

.main-bottom-cover ul li
{
	list-style-type: circle;
}

/* CONTENT END*/
/* FOOTER START */
.footer
{
	float: left;
	width: 100%;
}

.footer-content
{

	width: 935px;
	margin: 5px auto 0px auto;

	text-align: center;
	padding: 10px 10px 10px 10px;

}

/*FOOTER END*/

.imagelisttable
{
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	width: 135px;
}

.imagelistimage
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}


/* Headers */
h1, h2, h3, h4
{
	font: bold 1em/1.5em 'Lucida Grande' , Verdana, Helvetica, sans-serif;
	color: #444;
	padding: 10px 15px 7px 15px;
}
h1
{
	font-size: 3.7em;
	font-weight: normal;
	letter-spacing: -2px;
}
h2
{
	font-size: 2.8em;
	font-weight: normal;
	color: #663333;
}
h3
{
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -0.5px;
}
h4
{
	font-size: 1.3em;
}


/* start - table */
/*.carttable
{
	border-collapse: collapse;
	margin: 10px;
}
.carttable tr
{
border-bottom:1px solid black;
float:left;
}
.carttable tr.altrow
{
	
}
.carttable th, .carttable td
{
	text-align: left;
	border-width: 1px;
	border-style: solid;
}
.carttable th
{
	color: #7BA857;
	background: #EFFAE6;
	padding: .8em 1em;
	
}
.carttable td
{
	border-width:0px;
	padding: .7em 1em;
}*/



.cartlogintable
{
	border-collapse: collapse;
	margin: 10px;
}
.cartlogintable th, .cartlogintable td
{
	text-align: left;
	border-width: 1px;
	border-style: solid;
}

.cartlogintable td
{
	border-width:0px;
	padding: .7em 1em;
}



.attributeselecttable
{
	margin: 15px;
}

/* end - table */


/*input, select, textarea
{
	margin: 5px 2px 5px 2px;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	font: 11px 'Lucida Grande' , Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus
{
}*/


/* Lists */
ul, ol
{
	margin: 10px 20px;
	padding: 0 20px;
}
ul
{
	list-style: disc;
}
ol
{
	list-style: decimal;
}

dt
{
	font-weight: bold;
	color: #7BA857;
}
dd
{
	padding-left: 25px;
}

p, dl
{
	padding: 10px 15px;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background: url(../images/BGD-Mini-Rpt.gif) repeat;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.gridRow
{
	border-bottom:1px solid;
}

.labelUyari
{
	color:yellow;
	font-weight:bold;
	/*margin-left:30px;*/
}