/*loading*/
.loading
{
	background-color:#CF4342;
	color:#fff;
	top:0px;
	right:0px;
	position:fixed;
}


.addressBook
{
	background-image: url(images/icbg.gif);
	background-repeat: repeat-x;
	background-color: #383838;
}


/* bank accounts */
.bankAccounts
{
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/icbg.gif);
	background-repeat: repeat-x;
	background-color: #383838;
	width:400px;
}
/* bank accounts */



/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(images/star1.gif);

}

.emptyRatingStar {
    background-image: url(images/star2.gif);
}

.savedRatingStar {
    background-image: url(images/star3.gif);
}
/* rating */



/* ModalPopup Picture Viewer */

.modalBackground2 {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup2 {
	background-color:#EEEEEE;
	border-width:3px;
	border-style:solid;
	border-color:Gray;

}
/* ModalPopup Picture Viewer */




/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#747474;
}

 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}

h1 {
	font-size:11px;
	font-weight:bold;
	color: #515151;
}
h2 {
	font-size:11px;
	color:#50707a;
}

h3 {
	font-size:16px;
	color:#FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style:italic;
	padding-left: 10px;
}

div {
margin:0;
padding:0;
border:0;
} 
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
	margin:1em;
	padding:1em 1em 0 1em;
	font-style: italic;
}
 
small {
	font-size:0.85em;
	font-weight:bold;
	color: #999999;
}
 
img {
	border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
a, a:link, a:visited{
	text-decoration:none;
	color:#00afe5;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}

 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select, textarea {
font:1em Trebuchet MS, Trebuchet, Verdana, Arial, Sans-Serif;
}

textarea {
width:100%;
line-height:1.25;
}
 
label {
	cursor:pointer;
	margin-right:5px;
	vertical-align: top;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {

}
 
/***** Wrapper *****/
 
#wrap {
	width:770px;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    {
	float:left;
}
.float-right   {
	float:right;
}
 
.text-left     {
	text-align:left;
	width: 175px;
}
.text-right    {
	text-align:right;
	width: 150px;
}
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.center	{ text-align:center; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


input.text {
	font-size:11px;
	height: 15px;
}
select.text {
	font-size:11px;
}

.no-bullet-uls {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:15px;
}


/***** Gider Classes *****/

body {
	background-color: #FFFFFF;
}
#top-cont {
	height: 165px;
	width: 100%;
	background-image: url(images/bg-top.gif);
}
#logo-and-menu-wrapper {
	height: 118px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#secondary-menu-cont {
	height: 47px;
	width: 100%;
	background-image: url(images/bg-secondary.gif);
	background-repeat: repeat-x;
	background-color: #383838;
}
#secondary-menu-wrapper {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 47px;
}
#search-area-cont {
	height: 47px;
	width: 450px;
	background-image: url(images/bg-search.gif);
	font-size: 11px;
	line-height: 45px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
#search-area-cont input, select {
	margin-right:5px;
}
#search-area-cont .searcharea {
	height: 14px;
	width: 100px;
}
#search-area-cont .selectboxes {
	height: 20px;
	width: 70px;
}
#search-area-cont .selectboxes2 {
	height: 20px;
	width: 140px;
}
#section-1-cont {
	width: 530px;
}
#section-2-cont {
	width: 240px;
}
#kategori-cont {
	/*height: 295px;*/
	height: 355px;
	width: 100%;
	border-bottom: 1px solid #e0e7ef;
}
#kategori-header-cont {
	/*height: 295px;*/
	height: 355px;
	width: 30px;
	background-color: #5c7486;
}

.UrunImageButton
{
    /*margin-left:-6px;*/
}

.kategori-boxes-cont {
	width: 210px;
	padding-top: 10px;
	padding-left: 40px;
	height: 120px;
}
#eniyiler-cont {
	height: 785px;
	width: 530px;
	/*border-bottom: 1px solid #e0e7ef;*/
	margin-top: 5px;
}
#eniyiler-header-cont {
	height: 785px;
	width: 30px;
	background-color: #40bc9f;
}
#checkout-cont {
	width: 530px;
	margin-top: 5px;
	overflow: hidden;
}
#checkout-header-cont 
{
	width: 30px;
	background-color: #40bc9f;
	padding-bottom: 32767px;
	margin-bottom: -32767px;

}
#checkout-boxes-cont 
{
	width: 460px;
	padding-left: 20px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;

}

#others-header-cont {
	height: 760px;
	width: 30px;
	background-color: #40bc9f;
}

#eniyiler-boxes-cont {
	width: 490px;
    
	/*border:solid 1px;*/
}
.eniyi-box 
{
    background-image: url(images/gider1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	/*border:solid 1px red;*/
	width:150px;
	height:225px;
    margin: 10px 5px;
	/*height: 244px;
	width:137px;
	margin-right: 25px;
	margin-top:5px;
	background-image: url(images/gider1.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
}
.eniyi-photo {
	/*height: 90px;
	width: 120px;*/

}
.eniyi-photo img {
	/*margin:5px;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	height: 111px;
	width: 148px;
	border:1px solid #5C7486;
}
.eniyi-details {
	height: 60px;
	width: 130px;
	margin-top: 10px;
	margin-left: 2px;
	color: #50707a;

}
.eniyi-details .urunkod {
	color:#ff7002;
	font-weight: bold;
}
.eniyi-details .fiyat {
	color:#00AFE5;
	font-weight: bold;
}
.eniyi-box .more {
	
	height:15px;
	margin-top: 25px;
	margin-left: 38px;
}
.eniyi-box .more a {
	color: #ff7002;
	font-weight:bold;	
}
	
.eniyi-box .sepete-ekle {
	font-size: 11px;
	font-weight: bold;
	width: 85px;
	height: 15px;
	margin-top: 17px;
	margin-left: 30px;
}
.eniyi-box .sepete-ekle a {
	color:#ff7002;
}
#haberler-cont {
	height: 170px;
	width: 275px;
	margin-top: 5px;
}
#haberler-header {
	background-color: #efc80c;
	height: 170px;
	width: 30px;
}
#haberler-cont .haber-cont {
	height: 70px;
	width: 225px;
	float: left;
	padding: 5px;
	border-bottom: 1px solid #efc80c;
}
#haberler-cont .haber-baslik {
	height: 15px;
	width: 200px;
	font-weight: bold;
	color: #00AFE5;
	padding-left: 25px;
	background-image: url(images/bg-haber-header.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 15px;
}
#haberler-cont .haber-icerik {
	height: 50px;
	width: 200px;
	padding-left: 25px;
}
#haberler-cont .haber-icerik a {
	color:#666666;
	font-weight: normal;
}#anket-cont {
	height: 170px;
	width: 250px;
	margin-top: 5px;
}
#anket-header {
	height: 170px;
	width: 30px;
	background-color: #a9d427;
}
#anket-body {
	height: 125px;
	width: 150px;
	padding: 10px 25px;
}
input.btnoyla {
	/* hide */
background-color: transparent;
	border: 0px;
	padding: 0px;
	overflow: hidden;
	/* new */
background-image: url(images/btn-bg-oyla.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 55px;
	height: 20px;
	cursor:pointer;
}
input.btnara {
	/* hide */
background-color: transparent;
	border: 0px;
	padding: 0px;
	overflow: hidden;
	/* new */
background-image: url(images/btn-bg-search.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 55px;
	height: 20px;
	cursor:pointer;
}
#logo-and-Ad-cont {
	height: 118px;
	width: 770px;
}
#logo-cont {
	height: 90px;
	width: 310px;
	/*border:solid 1px red;*/
}
#logo {
	height: 40px;
	width: 290px;
	padding-top: 15px;
	padding-left: 20px;
}
#slogan {
	height: 23px;
	width: 290px;
	text-align: center;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 10px;
}
#AD {
	height: 70px;
	width: 430px;
	padding-left: 25px;
	padding-top: 0px;
}
#uye-panel {
	height: 175px;
	width: 240px;
	border-bottom: 1px solid #e0e7ef;
	padding-top: 10px;
	background-image: url(images/bg-uye-panel.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#uye-panel li {
	padding-left:30px;
	margin-top:5px;
}
#uye-panel li img {
	padding-right:5px;
}
#uye-panel-btns {
	height: 22px;
	width: 210px;
	padding-left: 30px;
	margin-top: 10px;
}

/*SEPETÝM*/
#shopping-cart {
	/*height: 60px;*/
	width: 240px;
	border-bottom: 1px solid #e0e7ef;
	padding-top: 10px;
}
#shopping-cart .header {
	height: 12px;
	width: 215px;
	background-image: url(images/blt-orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 25px;
	padding-left: 15px;
}
#shopping-cart .body {
	color: #00AFE5;
	/*height: 20px;*/
	width: 215px;
	font-weight: bold;
	font-size: 11px;
	margin-left: 10px;
	padding: 10px 10px 0px 10px;
}
/*SEPETÝM*/

#order-query {
	height: 60px;
	width: 240px;
	border-bottom: 1px solid #e0e7ef;
	padding-top: 10px;
}
#order-query .header {
	height: 12px;
	width: 200px;
	background-image: url(images/blt-orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 25px;
	padding-left: 15px;
}
#order-query .body {
	color: #00AFE5;
	height: 20px;
	width: 200px;
	font-weight: bold;
	font-size: 11px;
	margin-left: 15px;
	padding: 10px;
}
#occasions {
	width: 240px;
	padding-top: 10px;
	border-bottom: 1px solid #e0e7ef;
}
#occasions .header {
	height: 12px;
	width: 200px;
	background-image: url(images/blt-orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 25px;
	padding-left: 15px;
}
#occasions .item {
	height: 160px;
	width: 150px;
	text-align: center;
	margin-left: 45px;
	margin-bottom: 5px;
	margin-top: 13px;
}
#occasions .detail {
	height: 27px;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	color: #ff7002;
	padding-top: 7px;
}
#occasions .detail .price {
	color:#666666;
}
#banners {
	width: 240px;
	border-bottom: 1px solid #e0e7ef;
	text-align: left;
	padding-top: 10px;
	background-image: url(images/ucretsizhizmet.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#banners img{
	margin: 3px 0;
}
#banners .header {
	height: 12px;
	width: 200px;
	background-image: url(images/blt-orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 25px;
	padding-left: 15px;
	margin-bottom: 10px;
}

#secure-banners {
	height: 150px;
	width: 240px;
	text-align: center;
}
#secure-banners img{
	margin: 3px 0;
}
#footer-cont {
	width: 100%;
	border-top: 1px solid #e0e7ef;
	margin-bottom: 10px;
}
#footer-cont #body {
	width: 770px;
	height: 100px;
}
#footer-cont #disclaimer {
	height: 75px;
	width: 520px;
	padding: 5px;
}
#footer-cont #info {
	height: 75px;
	width: 230px;
	background-color: #e0e7ef;
	color: #3b4c66;
	padding: 5px;
}
#footer-cont #designed-by {
	height: 12px;
	width: 235px;
	background-color: #E0E7EF;
	text-align: right;
	padding-right: 5px;
}
#footer-cont #designed-by a {
	color: #3b4c66;
}
#sub-menu-cont {
	width: 305px;
	height: 22px;
	color: #B2B2B2;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
}
#sub-menu-cont li {
	display:block;
	float: left;
}
#sub-menu-cont a {
	color:#FFFFFF;
	font-weight: normal;
	margin-right: 2px;
	margin-left: 2px;
}
#main-menu-cont {
	height: 28px;
	width: 750px;
	padding-left: 20px;
}
#main-menu-cont .menu-item {
	width: 100px;
	float: left;
}
