

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	/*background:url('../image/back22.png')  repeat;*/
}
body {background: url(../image/bg.png) no-repeat top;
	
	color: #000000;
	 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
.absolute_left {
position:absolute;
left:0;
width:140;
height:900;
}
.absolute_left a:hover {background-color:yellow;
opacity:0.3;
filter:alpha(opacity=30);
}
.absolute_left .a1 { left:0; top:292px; position:absolute; width:170px; height:196px;}
.absolute_left .a2 { left:0; top:488px; position:absolute; width:170px; height:191px;}
.absolute_left .a3 { left:0; top:679px; position:absolute; width:170px; height:160px;}
.absolute_left .a4 { left:0; top:839px; position:absolute; width:170px; height:210px;}
.absolute_left .a5 { left:0; top:1049px; position:absolute; width:170px; height:176px;}

.absolute_rigth {
position:absolute;
right:0;
width:140;
height:900;
}
.absolute_right .a1 { right:0; top:282px; position:absolute; width:170px; height:225px;}
.absolute_right .a2 { right:0; top:507px; position:absolute; width:170px; height:235px;}
.absolute_right .a3 { right:0; top:742px; position:absolute; width:170px; height:240px;}
.absolute_right .a4 { right:0; top:982px; position:absolute; width:170px; height:210px;}
.absolute_right a:hover {background-color:yellow;
opacity:0.3;
filter:alpha(opacity=30);
}
.temizle {
	clear:both;
}
h1, .welcome {

	font-family: calibri;
	margin-top: 0px;
	font-size: 38px;
	font-weight: 300;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color:#CC0033;
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: white;
	border: 1px solid #CCCCCC;
	
}
select {
	background:#fff;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	
	
	width: 1020px;
	padding:10px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#wrapper {
border:1px solid #e7e7e7;
 background:white;
 -moz-box-shadow: 0px 0px 5px white;
    -webkit-box-shadow: 0px 0px 5px white;
    box-shadow: 0px 0px 5px white;
	 border-radius:3px;
}
#column-left {
	float: left;
	width: 190px;
}
#column-right {
	float: right;
	width: 190px;

}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	width:%100;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 205px;
}
/* #column-right + #content {
	margin-right: 205px;
}
/* header */
#header {
margin-top:10px;
	height: 80px;
	margin-bottom: 3px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	left: 15px;
	float: left;
	bottom:-16px;
}
#language {
	position: absolute;
	top: 15px;
	left: 335px;
	width: 75px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 135px;
	position: absolute;
	top: 115px;
	right: 0px;
	color: #000000;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #000000;
	color: #999;
   border-radius:15px;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #000000;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header .cart_content {
	width:200%;
	clear: both;
	display: none;
	position: absolute;
	top: 20px;
	right:1px;
	z-index:100;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header .cart_content .active .heading {
	margin-top: 0px;
	background-color:#FFCC66;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header .links .active {
	display: block;
}
#header .cart_content .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header.cart_content .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header .cart_content .cart .image {
	width: 1px;
}
#header .cart_content .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header .cart_content .cart .name small {
	color: #666;
}
#header .cart_content .cart .quantity {
	text-align: right;
}
#header .cart_content .cart tr {
	width:100%;
	height:50px;
}

#header .cart_content .cart td.total {
	text-align: right;
	max-width: 80px;
}
#header .cart_content .cart .remove {
	text-align: right;
}
#header .cart_content .cart .remove img {
	cursor: pointer;
}
#header .links .cart_content table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header .links .cart_content table.total td {
	color: #000;
}
#header .links .cart_content .checkout {
	text-align: right;
	clear: both;
}
#header .links .cart_content .checkout a{
	height:24px;
}
#header .links .cart_content .empty {
	padding-top: 50px;
	text-align: center;
}
 
#header #search {
/*background: url('../image/arama.png') no-repeat;*/
    border: 1px solid #e0a62a;
    height: 26px;
    padding-left: 10px;
    padding-top: 5px;
    position: absolute;
    right: 250px;
    top: 54px;
    width: 400px;
    z-index: 8;

}
#header #social {
/*background: url('../image/arama.png') no-repeat;*/
	position: absolute;
	top: 58px;

	height:42px;
	padding-top:0px;
	width: 304px;
	margin-left:500px;
	z-index: 15;
}
#facebookconnect{
/*background: url('../image/arama.png') no-repeat;*/
	position: absolute;
	top: 25px;
	height:42px;
	padding-top:0px;
	width: 304px;
	margin-left:832px;
	z-index: 15;
}
#header #basin {
/*background: url('../image/arama.png') no-repeat;*/
	position: absolute;
	top: 65px;
	right: 545px;
	height:42px;
	padding-top:0px;
	width: 150px;
	padding-left:15px;
	z-index: 15;
}

#header .button-search {
background-image: url("../image/search-bar.png");
    background-repeat: no-repeat;
    border-right: 1px solid #E7E7E7;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 27px;
    left: 10px;
    margin-top: -1px;
    padding-right: 10px;
    position: absolute;
    width: 52px;
	
}
#header .button-search-ara {
padding-left:35px;
padding-top:5px;
color:#000;
	
}
#header #search input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 solid #CCCCCC;
    height: 21px;
    margin-left: 85px;
    width: 295px;
	font-size:14px;
	 
}
#header #welcome {
    width:161px;
    border-bottom: 1px solid #E7E7E7;
    bottom: 84px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
	top:0px;
    right: 345px;
    text-align: center;
    z-index: 5;
}

#header #uretici{
	font-size: 12px;
	position: absolute;
	bottom: 55px;
	right: 520px;
	z-index: 5;
	width: 298px;
	text-align: center;
	color: #666;
	border-bottom:1px solid #e7e7e7;
	top:-16px; 
	width:220px;
	height:15px;
}
#header #bizi-arayin{
	font-size: 12px;
	position: absolute;
	bottom: 55px;
	right: 520px;
	z-index: 5;
	width: 298px;
	text-align: center;
	color: #000;
	left:840px;
	width:170px;
	top:51px;
}

#header #yeni-yil {
    bottom: 55px;
    color: #666666;
    font-size: 12px;
    left: 307px;
    position: absolute;
    right: 520px;
    text-align: center;
    top: 1px;
    width: 170px;
    z-index: 5;
}



#header #welcome a {
	text-decoration:none;
	color: #000;
	font-size:12px;
}
#header #welcome a:hover {
	color: #000000;
}
#header .links {
	position: absolute;
	right: 0px;
	top: -18px;
	font-size: 10px;
	border-bottom:1px solid #e7e7e7;
	
}
#header .links a {
    height:14px;
    border-right:1px solid #CCCCCC;
	float: left;
	display: block;
	padding: 2px 5px 2px 5px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	background:;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
#header .links a.selected {
/*	background: #cccccc; */
}

#header .links a:hover{
background: #e7e7e7;
}
#header .links a + a {
	margin-left: 8px;
}
#header .links a#arama_buton {
	padding:2px 4px 1px 4px;
}
/* menu */
#menu {
	 
	height: 37px;
	margin-bottom: 15px;
	 
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	

}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	border-right:1px solid white;

}

#menu > ul > li:hover {
	background: #FAFAFA;
}
#menu > ul > li > a {
	font-size: 13px;
	color: #000000;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 12px 15px 11px 15px;
	z-index: 6;
	position: relative;
}
#menu > ul > li > a:hover {
	color: black;
}
#menu > ul > li > div {
	display: none;
	background: #FAFAFA;
	opacity:0.95;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid gray;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #000000;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	
	color: red;
}
#menu > ul > li > div > ul > li > a {
	color: #C79A25;
	font-size:medium;
}
#menu > ul > li > div > ul > li {
	border-bottom:solid 2px #C79A25;
}
.breadcrumb {
	color: #e0a62a;
	margin-bottom: 10px;
	font-family:century gothic;
	padding-left: 10px;
}
h1, .breadcrumb{
font-family:calibri;
color: #000; /* Old browsers */
margin-top: 10px;
}
.breadcrumb, a{
font-family:century gothic;

}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/*anasayfa buttonlar */
.anasayfabutton {
background-image:url('../image/incele-button.png');
width:95;
height:30;
background-repeat:no-repeat;
}
a.anasayfabutton {
background-image:url('../image/incele-button.png');
width:95;
height:30;
background-repeat:no-repeat;
}
a.anasayfabutton hover{
background-image:url('../image/incele-button-hover.png');
width:95;
height:30;
background-repeat:no-repeat;
}


a.anasayfabutton span {
background-image:url('../image/incele-button.png');
width:95;
height:30;
background-repeat:no-repeat;
}

/*anasayfa buttonlar */
/* button */
a.button {
    background-repeat: no-repeat;
    background-size: 120px 40px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    padding-top: 5px;
    text-decoration: none;
    width: 120px;
    background-color: #000;
    border-radius: 5px;
    overflow: hidden;
    width: auto;
    padding-right:10px;
	padding-left:10px;
}
a.button span {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 12px;
    padding: 5px;
    text-align: center;
    width: auto;
}
a.button:hover {
	
    color: #e0a62a;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 12px;
    padding: 5px;
    text-align: center;
    width: auto;
	padding-right:10px;
	padding-left:10px;
}
a.button:hover span {
    color: #e0a62a;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 12px;
    padding: 5px;
    text-align: center;
    width: auto;

}



a.hemenal-1 {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 26px;
    margin-left: 30px;
    padding-left: 10px;
    padding-right: 14px;
    text-decoration: none;

}

a.hemenal-1:hover {
    background-color: #E0A62A;
    border: 1px solid #E0A62A;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 26px;
    margin-left: 30px;
    padding-left: 10px;
    padding-right: 14px;
    text-decoration: none;
}

a.hemenal-1-stok {
   background-color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 17px;
    height: 50px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 14px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;

}

a.hemenal-1-stok:hover {
    background-color: #E0A62A;
    border: 1px solid #E0A62A;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 17px;
    height: 50px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 14px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
}






/* Sepete ekle */

a.sepeteekle-1 {
background-color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    height: 26px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 5px;
    text-decoration: none;
    margin-top: 5px;
}

a.sepeteekle-1:hover {
    background-color: #E0A62A;
    border: 1px solid #E0A62A;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    height: 26px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 5px;
    text-decoration: none;
}



a.tel-ile-sipars-1 {
    background-color: #000;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    height: 25px;
    margin-left: 3px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 3px;
    text-decoration: blink;
}

a.tel-ile-sipars-1:hover {
    background-color: #E0A62A;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    height: 25px;
    margin-left: 3px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 3px;
    text-decoration: blink;
}


a.karsilastir-1 {
    color: #000000;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 13px;

    padding-top: 17px;
    text-decoration: none;
 
}

a.karsilastir-1:hover {
    color: #E0A62A;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 13px;

    padding-top: 17px;
    text-decoration: none;
}



a.hediye-istiyorum-1 {
    color: #000;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-left: 16px;
    padding-left: 25px;
    padding-right: 17px;
    text-decoration: none;

}

a.hediye-istiyorum-1:hover {
    color: #E0A62A;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-left: 16px;
    padding-left: 25px;
    padding-right: 17px;
    text-decoration: none;
}




a.hediye-et-1 {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 10px;
    text-decoration: none;

}

a.hediye-et-1:hover {
    color: #E0A62A;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 10px;
    text-decoration: none;
}




a.buttonHemen {
	display: inline-block;
	padding-left: 6px;
	background: top left no-repeat;
	background-image:url('../image/kasayagit.png');
	color:#FF4070;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	height:28px;
	width:135px;
}
a.buttonHemen span {
	color: #FF5353;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	padding: 6px 12px 8px 50px;
}
a.buttonHemen:hover {
	background:top left no-repeat;
	background-image:url('../image/kasayagit2.png');
	height:28px;
	width:135px;
}
a.buttonHemen:hover span {
	color:#FF5353;
	background:top right no-repeat;
	padding: 6px 12px 8px 50px;
	line-height: 20px;
	font-size: 15px;

}



/* Hemen Al */




/* Karşılaştır Butonu  */

a.buttonKarsilastir {
	display: inline-block;
	padding-left: 6px;
	background: top left no-repeat;
	background-image:url('../image/karsilastir-buton.png');
	color:#FF4070;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	height:28px;
	width:135px;

}
a.buttonKarsilastir span {
	color: #FF5353;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	padding: 6px 12px 8px 40px;
}
a.buttonKarsilastir:hover {
	background:top left no-repeat;
	background-image:url('../image/karsilastir-buton2.png');
	height:28px;
	width:135px;

}
a.buttonKarsilastir:hover span {
	color:#FF5353;
	background:top right no-repeat;
	padding: 6px 12px 8px 40px;
	line-height: 20px;
	font-size: 15px;

}



/* Karşılaştır Butonu  */





.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 32px;
	line-height: 18px;
	border-bottom: 1px solid #DDDDDD;
	padding-left:80px;
}
.htabs a {
	border-top: 1px solid #E2BF62;
	border-left: 1px solid #E2BF62;
	border-right: 1px solid #E2BF62;
	/*background: #FFFFFF url('../image/tabb.png') repeat-x;*/
	padding: 7px 11px 6px 15px;
	float: left;
	font-family: calibri;
	font-size: 14px;
	/*font-weight: bold;*/
	text-align: center;
	text-decoration: none;
	color: #e0a62a;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 6px;
	/*background: url("../image/ark.png") repeat-x scroll 0 0 */
	background: #FFFFFF url('../image/tabb.png') repeat-x;
	color:#000;
	font-family: calibri;
	font-size: 14px;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
/*	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	padding: 8px 10px 7px 10px;
	background: #E7CA7C;*/
	border-bottom:1px solid gray;

	font-family: century gothic;
	font-size: 15px;
	line-height: 14px;
	color: #333;
	text-align:center;
}
.box .box-headingg {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
    font-family: century gothic;
    font-size: 17px;
    line-height: 14px;
    padding: 8px 10px 7px;
    text-align: center;
    width: 204px;
}

.box .box-content {
	background: white;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
#column-left .box .box-content, #column-right .box .box-content {
	background: white;
	border:1px solid #CCC;
	margin-left:7px;
	margin-right:8px;
	list-style:disc outside;
}
#column-left .box .box-info ul li, #column-right .box .box-info ul li {
	list-style:disc outside url('../image/li_yildiz.png');
	margin-left:-20px;
}
#column-left .box .box-hesap ul li, #column-right .box .box-hesap ul li {
	list-style:disc outside url('../image/li_hesap.png');
	vertical-align:middle;
	margin-left:-20px;
}
/* box products */
.box-product {
	width: 100%;
	/*overflow: auto;*/
}
.box-product > div {
	width: 140px;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	margin-left:4px;
	margin-bottom: 10px;
}
#column-left + #column-right + #content .box-product > div {
	width: 123px;
}
#column-left .box-product, #column-right .box-product {
	text-align:center;
}
#column-left .box-heading, #column-right .box-heading {
	/*background: url('../image/box_top.png') no-repeat;
	background-color:#DDC88E; */
	padding:6px 10px 14px 5px;
	
	color:#e0a62a;
	width:170px;
	height:6px;
	font-family:calibri;
	/*border:none;*/
}
#column-left .box-product > div, #column-right .box-product > div {
	margin-right:3px;
	margin-left:0;
}

/* Ana sayfa ürünleri için*/
#content .box-product > div {
	text-align:center;
margin-top:3px;
background:#fff;
	padding:10px 5px;
	border:1px solid #fff;
/* -moz-box-shadow: 0px 0px 4px #ccc;
    -webkit-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #CCCCCC;
	 border-radius:3px;
	 width:90px;*/
	 border-right:1px solid #CCCCCC;
	 border-top:1px solid #CCCCCC;

}
/* Kategori sayfası kategoeriler için*/
#content .box-product2 > div { 
	text-align:center;
margin-top:3px;
background:#fff;
	padding:10px 2px;
	border:1px solid #fff;
/*-moz-box-shadow: 0px 0px 4px #ccc;
    -webkit-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #CCCCCC;
	 border-radius:3px;
	 width:90px;*/
	 border-right:1px solid #CCCCCC;
	 border-top:1px solid #CCCCCC;
	 height: 90px;
	 width:95px;

}


#column-left .box-product2 > div, #column-right .box-product2 > div {
	margin-right:3px;
	margin-left:0;
}

#column-left .box-product2, #column-right .box-product2 {
	text-align:center;
}

#column-left + #column-right + #content .box-product2 > div {
	width: 123px;
}

.box-product2 > div {
	width: 140px;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	margin-left:4px;
	margin-bottom: 10px;
}

.box-product2 {
	width: 100%;
	/*overflow: auto;*/
}

.box-product2 .rating {
	display: block;
	margin-bottom: 4px;
}

.box-product2 .image {
	display: block;
	margin-bottom: 0px;
}
.box-product2 .image img:hover, .product-grid .image img:hover, .product-list .image img:hover {
	opacity:0.8;
}
.box-product2 .image img {
	padding: 3px;
      
	 border-radius:3px;
	/*border: 1px solid #Fff;
	border-bottom:1px solid #A88C42;*/
}
.box-product2 .name a {
	color:black;
	font-weight: bold;
    height:25px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product2 .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product2 .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product2 .price-new {
	font-weight: bold;
}



/* Kategori sayfaları için */
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img:hover, .product-grid .image img:hover, .product-list .image img:hover {
	opacity:0.8;
}
.box-product .image img {
	padding: 3px;
      
	 border-radius:3px;
	/*border: 1px solid #Fff;
	border-bottom:1px solid #A88C42;*/
}
.box-product .name a {
	color: #000;
	font-family: calibri;
	font-size:14px;
	height:50px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
	width:126px; /* fiyatların aşağı düşmemesi için */
}
.box-product .price-old {
	color: red;
	text-decoration: line-through;
	font-size:13px;
	font-family:calibri;
}
.box-product .price-new {
	font-size:13px;
	font-family:calibri;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
.contentCategory {
		
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	width:%100;
}

#content .content {
	
padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	width:%100;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.headcnt {
padding-left: 10px;
	width: 1000px;
	height: auto;

}
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 190px;
	height:305px;
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	margin-bottom: 10px;
	border:1px solid #CCCCCC;
	text-align:center;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
}
.product-grid .name a {
	color: #000000;
	font-family:calibri;
	font-size:14px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	height:17px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
	margin-top:23px;
}
.product-grid .price-old {
	color: red;
	text-decoration: line-through;
	font-family:calibri;
	font-size:13px;
}
.product-grid .price-new {
	font-family:calibri;
	font-size:14px;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {

	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	
}
.product-info > .left + .right {
	float:left;
	margin-right:0px;
	border:1px solid #E7E7E7;
	margin-left:3px;
	width:450px;

}
.Kutular{
    background-repeat: no-repeat;
    border: 1px solid #E7E7E7;
    float: left;
    margin-bottom: 30px;
    text-align: center;
    width: 350px;
/*background-image:url(../image/kutular.png);*/


}

.urunDetayHeader{
width:805px; 
height:80px; 
background-image:url(../image/urun-detay-header.png);
background-repeat:no-repeat; 
float:left;
margin-bottom:1px;
/* border:1px solid #E7E7E7; */

}
.urunDetayBaslik{
margin-left:10px;
}
.urunDetaytektas{
width:150px; 
height:148px; 
background-image:url(../image/tektas-yuzukler.png);
background-repeat:no-repeat; 
float:left;
margin-bottom:12px;
}



.urunDetayKart{
width:150px; 
height:136px; 
background-image:url(../image/urun-detay-kart.png);
background-repeat:no-repeat; 
float:left;
margin-bottom:12px;
}
.urunDetayTeslimat{
width:150px; 
height:135px; 
background-image:url(../image/urun-detay-odeme.png);
background-repeat:no-repeat; 
float:left;
margin-bottom:12px;
}

.urunDetayAlyansKampanya{
width:170px; 
height:160px; 
background-image:url(../image/urun-detay-alyans.png);
background-repeat:no-repeat; 
float:left;
margin-bottom:12px;
margin-left:5px;
}

.urunDetayPaveKampanya{
width:170px; 
height:148px; 
background-image:url(../image/urun-detay-pave.png);
background-repeat:no-repeat; 
float:left;
margin-bottom:12px;
margin-left:5px;
}

.urunDetaysetkampanya{
border:1px solid #e7e7e7;
width:150px; 
height:500px; 
background-image:url(../image/guven-urun-detay.png);
background-repeat:no-repeat; 
float:left;
margin-bottom:12px;
}


.urunDetayKolyeKampanya{
width:150px; 
height:168px; 
background-image:url(../image/urun-detay-kolye.gif);
background-repeat:no-repeat; 
float:left;
margin-bottom:5px;
margin-left:5px;
}

.tektaskutu{
width:350px; 
height:150px; 
background-image:url(../image/kutu.jpg);
background-repeat:no-repeat; 
float:left;
border-top:1px solid black;
}

.productReklam{
width:179px; 
height:365px; 
background-image:url(../image/urun-detay-reklam.png);
background-repeat:no-repeat; 
float:left;
margin-bottom:10px;
margin-left:10px;
}
.productReklam3{
width:179px; 
height:257px; 
background-image:url(../image/gram-urun-detay.png);
background-repeat:no-repeat; 
float:left;
margin-bottom:10px;
}

.productReklam2{
width:185px; 
height:141px; 
background-image:url(../image/yilbasi-indirimi.gif);
background-repeat:no-repeat; 
float:left;
margin-bottom:10px;
border-right:1px solid #E7E7E7;
border-left:1px solid #E7E7E7;
border-top:1px solid #E7E7E7;
}

.telsiparis{
width:720px; 
height:164px; 
background-image:url(../image/telsiparis.png);
background-repeat:no-repeat; 
float:left;
margin-bottom:5px;
}


.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px 14px 30px 0px;
	text-align: center;
}
.product-info .image-additional {
	width: 350px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 5px 0px 10px 5px;
	line-height: 20px;
	color: #4D4D4D;
	width:230px;
	font-family:calibri;
	font-size:15px;
	padding-left:10px;
	float:left;
	border-bottom:1px solid #e7e7e7;

	
}
.product-info .description span {
	color: #000000;
}
.product-info .description a {
	
	text-decoration: none;
	font-family:calibri;
	font-size:15px;
}
.product-info .price {
	
	overflow: auto;
	padding: 5px 0px 0px 10px;
	font-size: 15px;
	color: #333333;
	font-family:century gothic;
	width:373px;
}

.price-baslik{
	
margin-top:6px;
width:auto;
height:20px;
float:left;
font-size:14px;
color:#000;
border-bottom:1px solid #e7e7e7;
font-weight:bold;

}
.price-left{
width:100px;
height:35px;
float:left;
font-weight:normal;
font-size:20px;
color:#000;

}
.price-right{
float:left;
height:15px;
color:#000;
font-size:12px;

}




.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	padding-left:5px;
	font-size: 16px;
	font-weight: normal;
	color: #222;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
/*	border-top: 1px solid #E7E7E7; */
	border-bottom: 1px solid #E7E7E7; 
	border-bottom:0px;
	width:358px;
	color: #000;
	margin-left:2px;
	padding:0px 0 5px 10px;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
   border-bottom: 0 none;
    border-left: 1px solid #E7E7E7;
    color: #4D4D4D;
    float: left;
    margin-left: 20px;
    overflow: auto;
    padding: 8px 5px 0px;
    width: 175px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	margin-left:2px;
	width:378px;
}
.product-info .review > div {
	padding: 8px;
	line-height: 20px;
	width:260px;
	float:left;
	
}
.product-info .review > div > span {
	color: #000000;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border-left: 1px solid #E7E7E7;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: white;
}
.footerCard{
	background-image:url('../image/footer-card.png');
    background-repeat: no-repeat;
	height:80px;
	width:980px;
	float:left;
	
}
.footerHakkinda{
	font-family:calibri;
	font-size: 14px;
	text-align:center;
}

#footer h3 {
	color: #000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-family:calibri;
	margin-left:5px;
}
#footer .column {
	float: left;
	width: 20%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	font-family:calibri;
	font-size:13px;
	color: #000;
}
#footer .column a:hover {
	text-decoration: none;
	color: #e0a62a;
	font-family:calibri;
	font-size:13px;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}
.ucretsiz_hemen {
	position:relative;
	width:100px;
	float:right;
}
.ucretsiz, .hemen {
	position:absolute;
	right:0;
}
.ucretsiz {
	margin-right:95px;
}
.menu_alti {
	float:left;
	height:44px;
	width:234px;
}
.menu_alti a {
	text-decoration:none;
}
#menu_alti {
  border-bottom: 1px solid #E7E7E7;
    float: left;
    height: 24px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-top: 4px;
}
#menu_alti_1 {
	background-image:url('../image/guven-sorunu.png');
    background-repeat: no-repeat;
    border-right: 1px solid #E7E7E7;
    color: #000000;
    font-weight: bold;
    height: 18px;
    margin-left: 40px;
    padding-right: 65px;
    padding-top: 6px;
    width: 128px;
}
#menu_alti_2 {
	background-image:url('../image/kargo-secenekleri.png');
     background-repeat: no-repeat;
    border-right: 1px solid #E7E7E7;
    color: #000000;
    font-weight: bold;
    height: 18px;
    margin-left: 40px;
    padding-right: 70px;
    padding-top: 6px;
    width: 158px;

}
#menu_alti_3 {
   background-image: url("../image/odeme-secenekleri.png");
    background-repeat: no-repeat;
    border-right: 1px solid #e7e7e7;
    color: #000000;
    font-weight: bold;
    height: 18px;
    margin-left: 40px;
    padding-right: 65px;
    padding-top: 6px;
    width: 160px;

}
#menu_alti_4 {
	background-image:url('../image/kampanyalar-ust.png');
     background-repeat: no-repeat;
    color: #000000;
    font-weight: bold;
    height: 18px;
    margin-left: 20px;
    padding-top: 6px;
    width: 174px;

}
#menu_alti_5 {
	background-image:url('../image/menu_alti_55.png');
	background-repeat:no-repeat;
	height:29px;
	width:118px;
	color:#B7B7B7;
	padding-top:5px;
	margin-right:10px;
}
#menu_alti_6 {
	background-image:url('../image/face-icon.png');
	background-repeat:no-repeat;
	height:38px;
	width:30px;
	font-family:Candara;
	font-size:14px;
	color:#B7B7B7;
	padding-top:5px;
	padding-left:20px;
	padding-right:0px;
}

#menu_alti_7 {
	background-image:url('../image/twit-icon.png');
	background-repeat:no-repeat;
	height:38px;
	width:30px;
	font-family:Candara;
	font-size:14px;
	color:#B7B7B7;
	padding-top:5px;
	padding-left:20px;
	padding-right:0px;
}
#menu_alti_8 {
	background-image:url('../image/kampanyalar.png');
	background-repeat:no-repeat;
    height:31px;
	width:192px;
	color:#B7B7B7;
	padding-top:5px;
	margin-right:10px;
}


/** RAWKON **/

.table_sol, .table_sag{
	font-size: 13px;
}

.rawkon-filtre ul {
	margin:0;
	padding:0;
}

.rawkon-filtre ul li{
	list-style:none;
	display:block;
	margin:15px 5px;
}

.rawkon-filtre ul li a{
	padding:5px 10px;
	text-decoration:none;
	border:1px solid #C0FFFF;
	background-color:#F0F0F0; 
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px #999 inset;
	
}
.fiyatBul{
border:1px solid #EACB4D;
 padding:2px; margin-bottom:15px;

}
.fiyatBul span{
text-align:center;
 font-family: trebuchet MS;
}
.markaBul{
border:1px solid #EACB4D;
 padding:2px;
}
.markaBul span{
text-align:center;
 font-family: trebuchet MS;
}
/** RAWKON **/
.yetisenAliyor{
background:url('../image/duyuru.png') no-repeat;
font-size:15px;  
padding-left:50px; 
padding-top:9px; 
text-decoration:blink; 
height:40px;
float:left;
width:100px;
}
.yetisenAliyor2{

font-family: trebuchet MS; 
font-size:14px; 
color:DarkMagenta;
}
.product-info .marka {
    float:left;
	overflow: auto;
	color: #000;
	font-weight:bold;
	font-size: 15px;
	width:135px;
	 font-family: calibri;
}
.reklam{
background: url(../image/rk.jpg) no-repeat top;
 color: #000000;margin: 0px;
	padding: 0px;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/
	
	.tTip {
	width: 80px;
	position: absolute;
	cursor: pointer;
	color: #666;
	font-family: century gothic;
}
	.tip {color: #333;}
	
		#cloud1 {top: 93px; left: 230px;}
		#cloud2 {top: 168px; left: 440px;}
		#cloud3 {top: 228px; left: 100px;}
		#cloud4 {top: 350px; left: 370px;}
		#cloud5 {top: 370px; left: 60px;}
				

.tip {
	width: 212px;
	padding-top: 20px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	font-family: century gothic;
	background: transparent url(../image/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(../image/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(../image/tipBtm.png) no-repeat bottom; height: 32px;}.headerkutular {
	float: left;
	height: 80px;
	width: 80px;
}
input.large-field, select.large-field {
width: 150px;
	font-weight: bold;
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f9f9f9 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f9f9f9 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f9f9f9 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom, #f9f9f9 0%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border:solid 1px #D4D4D6;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
 outline:none
}


input.large-field:hover {
 border:solid 1px #5cd053;
 background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top, #ededed 0%, #fcfcfc 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(47%,#fcfcfc), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ededed 0%,#fcfcfc 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ededed 0%,#fcfcfc 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ededed 0%,#fcfcfc 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom, #ededed 0%,#fcfcfc 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
 outline:none
}	


input.large-field:focus {
 border:solid 1px #5cd053;
 background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top, #ededed 0%, #fcfcfc 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(47%,#fcfcfc), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ededed 0%,#fcfcfc 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ededed 0%,#fcfcfc 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ededed 0%,#fcfcfc 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom, #ededed 0%,#fcfcfc 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
 outline:none
}	


input.secim, select.secim {
width: 175px;
}
	
	
.kayitolsepet {
font-size: 14px;
}
	



#headericonKısaNot {
    background-image:url('../image/bayram-notu.png');
		background-repeat:no-repeat;
	height: 80px;
	width: 800px;
	margin-top: 10px;
	text-align:center;
	font-size:10px;
}
#headericon {
	height: 80px;
	width: 800px;
	margin-top: 10px;
	text-align:center;
	font-size:10px;
}

#headerkutu1 {
	height: 68px;
	width: 79px;
	float: left;
	font-size:10px;
border:1px solid #e7e7e7;

}

#headerkutu2 {
	height: 68px;
	width: 79px;
	float: left;
	margin-left: 80px;	
	border:1px solid #ccc;
	border-right:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
}
#headerkutu3 {
	height: 68px;
	width: 79px;
	float: left;
	margin-left: 160px;	
	border:1px solid #ccc;
	border-right:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
}

#headerkutu4 {
	height: 68px;
	width: 79px;
	float: left;
	margin-left: 240px;	
border:1px solid #ccc;
border-right:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
}

#headerkutu5 {
	height: 68px;
	width: 79px;
	float: left;
	margin-left: 320px;	
border:1px solid #ccc;
border-right:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
}

#headerkutu6 {
	height: 68px;
	width: 79px;
	float: left;
	margin-left: 400px;	
	border:1px solid #ccc;
	border-right:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
}

#headerkutu7 {
	height: 68px;
	width: 79px;
	float: left;
	margin-left: 480px;	
border:1px solid #ccc;
border-right:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
}

#headerkutu8 {
	height:68px;
	width:79px;
	float:left;
	margin-left: 560px;	
border:1px solid #ccc;
border-right:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
}

#headerkutu9 {
	height: 68px;
	width: 81px;
	float: left;
	margin-left: 640px;	
	border:1px solid #ccc;
	border-right:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
}

#headerkutu10 {
	height: 68px;
	width: 79px;
	float: left;
	margin-left: 722px;	
	border:1px solid #ccc;
	border-right:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
}
.temizle {
	clear: both;
}
.social {
	height: 80px;
	width: 100px;
	margin-right: 15px;
	float: right;
	margin-bottom: 50px;
}
.socials {
	
	float: left;

}
.facebook{
		display: inline-block;
	
	background: top left no-repeat;
margin-left: 4px;
	
	cursor: pointer;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	height:28px;
border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffadad;
	border-right-color: #ffadad;
	border-bottom-color: #ffadad;
	border-left-color: #ffadad;
	float: left;
	width: 141px;
	
}


.twitter{
		display: inline-block;
	
	background: top left no-repeat;
margin-left: 36px;
	
	cursor: pointer;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	height:28px;
border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffadad;
	border-right-color: #ffadad;
	border-bottom-color: #ffadad;
	border-left-color: #ffadad;
	float: left;
	width: 136px;
	
}
.accountbir{
height:150px;
width:250px;
float:left;
}
.uyegirisisol{
height:276px;
width:550px;
float:left;
background:url('../image/uyegirisi.png') no-repeat;
background-color:#e5e5e5; 
margin-left: 20px;
margin-bottom: 20px;
margin-top: 20px;
	-webkit-border-radius: 14px 1px 14px 1px;
	-moz-border-radius: 14px 1px 14px 1px;
	-khtml-border-radius: 14px 1px 14px 1px;
	border-radius: 14px 1px 14px 1px;
		border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d8d7d7;
	border-right-color: #d8d7d7;
	border-bottom-color: #d8d7d7;
	border-left-color: #d8d7d7;
}
.uyegirisisolic{
height:270px;
width:500px;
float:left;
margin-left: 20px;
margin-top: 10px;


}

.uyegirisisagic{
height:270px;
width:250px;
float:left;
margin-left: 20px;
margin-top: 10px;


}
.uyegirisisag{
height:276px;
width:300px;
float:right;
background-color:#f0f0f0; 
margin-right: 20px;
margin-bottom: 20px;
margin-top: 20px;
	-webkit-border-radius: 14px 1px 14px 1px;
	-moz-border-radius: 14px 1px 14px 1px;
	-khtml-border-radius: 14px 1px 14px 1px;
	border-radius: 14px 1px 14px 1px;
		border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d8d7d7;
	border-right-color: #d8d7d7;
	border-bottom-color: #d8d7d7;
	border-left-color: #d8d7d7;
}

.fbc {
	color:#FF4070;
	text-decoration: none;
	cursor: pointer;
	height:25px;
	width:152px;
	margin-top: 10px;

}
.fbc2 {
	color:#FF4070;
	text-decoration: none;
	cursor: pointer;
	height:25px;
	width:152px;
	margin-top: 10px;
margin-left: 200px;	
}

input {

	background: #dddada;
	background: -moz-linear-gradient(top, #fff 0%, #dddada 50%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#dddada)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;

	
}
	

textarea {
	width: 150px; height: 100px; margin: 0 0 20px 0; 
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #fff 50%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#dddada); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #dddada;-webkit-box-shadow: 0px 1px 0px #dddada;

}
	textarea::-webkit-input-placeholder  {
    	color: #000; text-shadow: 0px -1px 0px #000;  
	}
	textarea:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #ffbfbf; 
	}
	
input:focus, textarea:focus {
	background: #ffbfbf;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbfbf), color-stop(20%,#ffbfbf)); /* webkit */
}

.menu{
    width:288px;
    padding-left: 10px;
    padding-top: 10px;
}
h2.ustoge {
    background: url(ustoge.png) no-repeat;
    height: 35px;
    line-height: 35px;
    width: 288px;
    font-size: 16px;
    font-weight: normal;
    float: left;
    padding-left: 6px;
    margin-bottom:6px;
}
h2.active {background-position: left bottom;}
.ustoge a{
    font-size: 16px;
    color: #666;
    text-decoration: none;
    display:block;
}
.ustoge a:hover{
    color:#333;
}
.icerik{
    clear: both;
    padding: 6px;
    background-color: #FCFCFC;
    margin-bottom: 6px;
    border: 1px solid #F5F5F5;
    color: #666;
    overflow: hidden;
    text-align: justify;
}
.icerik a{
    color: #F60;
    padding:6px;
}
.icerik ul {
    padding:0px;
}
.icerik ul li {
    list-style:none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #F2F2F2;
}
.icerik ul li:hover {
    border-bottom-color: #FF0000;
}
.icerik ul li a{
    display:block;
    text-decoration:none;
    color:#66859D;
    font-weight:bold;
    font-size: 14px;
}
.icerik ul li a:hover{
    color:#FF6600;
}
/* Main toggle */
.toggle { 
	font-size: 13px;
	line-height:20px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #ffffff; /* Main background */
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;	
}

/* Toggle Link text */
.toggle a.toggle-trigger {
	display:block;
	padding: 10px 20px 15px 20px;
	position:relative;
	text-decoration: none;
	color: #666;
}

/* Toggle Link hover state */
.toggle a.toggle-trigger:hover {
	opacity: .8;
	text-decoration: none;
}

/* Toggle link when clicked */
.toggle a.active {
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
	color: #000;
}

/* Lets add a "-" before the toggle link */
.toggle a.toggle-trigger:before {
	content: "-";	/* You can add any symbol, font icon, or graphic icon */
	margin-right: 10px;
	font-size: 1.3em;	
}

/* When the toggle is active, change the "-" to a "+" */
.toggle a.active.toggle-trigger:before {
	content: "+";
}

/* The content of the toggle */
.toggle .toggle-content {
	padding: 10px 20px 15px 20px;
	color:#666;
}
