@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/layout/bg.jpg);
	margin-top:-12px;
}

body, span, p, td, th, textarea, input, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.submit {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:15px;
}

.logo-area {
	margin-bottom:0px;
	margin-top:0px;
}

.links {
	height:18px;
	padding:8px;
	padding-top:10px;
	background-image:url(../images/layout/link-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#F4F8B8;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	clear:none;
}

.links a {
	color:white;
	text-decoration:none;
	font-weight:bold;
	-o-transition-duration:0.5s
}

.links a:hover {
	color:#F4F8B8;
	text-shadow:1px 1px 2px #888;
}

div#footer {
	color:#666;
	font-size:11px;
	text-align:center;
	padding:5px;
}

a {
	text-decoration:underline;
	color:black;
}

a:hover {
	color:#051C69;
}

div.turler {
}
div.turler:hover {
}
a.turler {
	display:block;
	padding-left:9px;
	padding-right:9px;
	padding-top:3px;
	padding-bottom:4px;
	color:#2f2c3b;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	-o-transition-duration:0.5s
}

a.turler:hover {
	background-image:url(../images/layout/turler-hover.jpg);
	background-repeat:repeat-y;
	color:black;
	text-shadow:1px 1px 2px #E9B887;
}

a.turler-aktif {
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:9px;
	padding-right:9px;
	padding-top:3px;
	padding-bottom:4px;
	background-image:url(../images/layout/turler-sel.jpg);
	background-repeat:repeat-y;
	color:white;
	-o-transition-duration:0.5s;
}

a.turler-aktif:hover {
	background-image:url(../images/layout/turler-hover.jpg);
	background-repeat:repeat-y;
	text-shadow:1px 1px 2px #C08467;
}

a.altturler {
	display:block;
	padding-left:9px;
	padding-right:9px;
	padding-top:3px;
	padding-bottom:4px;
	color:#2f2c3b;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	-o-transition-duration:0.5s;
	width:190px;
}

a.altturler:hover {
	background-image:url(../images/layout/turler-hover.jpg);
	background-repeat:repeat-y;
	background-position:-20px;
	color:black;
	text-shadow:1px 1px 2px #E9B887;
}

a.altturler-aktif {
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:9px;
	padding-right:9px;
	padding-top:3px;
	padding-bottom:4px;
	-o-transition-duration:0.5s;
	background-image:url(../images/layout/turler-sel.jpg);
	background-repeat:repeat-y;
	color:white;
	background-position:-20px;
	width:190px;
}

a.altturler-aktif:hover {
	background-image:url(../images/layout/turler-hover.jpg);
	background-position:-20px;
	background-repeat:repeat-y;
	text-shadow:1px 1px 2px #C08467;
}

a.loginlinks {
	font-size:12px;
	text-decoration:none;
}

a.loginlinks:hover {
	font-size:12px;
	text-decoration:underline;
}

h1 {
	font-size:18px;
	font-weight:bold;
	margin:0px;
	color:#654201;
	margin-bottom:12px;
	padding-bottom:5px;
	background-image:url(../images/layout/separator.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	margin-bottom:2px;
	color:#100066;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-bottom:2px;
	color:#100066;
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	margin-bottom:2px;
	color:#100066;
}
.separator {
	height:1px;
	background-image:url(../images/layout/separator.png);
	background-repeat:repeat-x;
	margin:8px;
	margin-bottom:12px;
	margin-top:12px;
	overflow:hidden;
}

p {
	margin-top:3px;
	margin-bottom:3px;
}

a.button {
	border:1px solid #999;
	padding:3px 4px;
	margin:3px 4px;
	text-decoration:none;
	border-radius:4px;
	background-color:white;
	-o-transition-duration:0.5s;
	-o-transition-property:all;
}
a.button:hover {
	border:1px solid #666;
	padding:3px 4px;
	text-decoration:none !important;
	border-radius:4px;
	background-color:#eee;
}

table.dialog {
	border-radius:12px;
	overflow:hidden;
	box-shadow:1px 1px 4px hlsa(0,0%,0%,0.8);
	
}

table.dialog img {
	vertical-align:middle;
}

.cover {
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-image:url(../images/store-back.png);
	opacity:0.6;filter:alpha(opacity=60);
}

input, select, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input.fill[type=text], select.fill {
	font-size:12px;
	width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input.large[type=text],input.large[type=file],select.large,input.large[type=password] {
	font-size:12px;
	width:200px;
}
input.medium[type=text],input.medium[type=file],select.medium,input.medium[type=password] {
	font-size:12px;
	width:140px;
}
input.small[type=text],input.small[type=file],select.small,input.small[type=password] {
	font-size:12px;
	width:100px;
}
input.tiny[type=text],select.tiny {
	font-size:12px;
	width:40px;
}
input.number[type=text] {
	text-align:right;
}
input[type=text][error=number], input[type=text][warning=number] {
	text-align:right;
}
.error {
	font-weight:bold;
	color:#a33;
}

textarea.fill {
	font-size:12px;
	width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
textarea.large {
	font-size:12px;
	width:200px;
}
textarea.medium {
	font-size:9px;
	width:120px;
}

input.button {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px
}

.info {
	color:black;
	background-image:url(../images/store-back.png);
	padding:6px;
	border:1px solid #665a47;
	border-right:3px solid #665a47;
	border-bottom:3px solid #665a47;
	border-radius:9px;
	-moz-border-radius:9px;
	border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	font-size:11px;
	box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
	box-shadow: 2px 2px 4px hsla(36,0%,0%,0.4);
	-moz-box-shadow: 2px 2px 4px hsla(36,0%,0%,0.4);
}

.listlink {
	cursor:pointer;
	color:hsla(36,8%,34%,1);
	font-size:11px;
}

.listlink:hover {
	cursor:pointer;
	color:hsla(36,0%,0%,1);
	font-size:11px;
	text-decoration:underline;
}

.dynalist img {
	vertical-align:middle;
}
.listlink img {
	/*float:right;*/
	-o-transition-duration:0.5s;
	border:none;
}

.listlink img:hover {
	-o-transform:scale(1.2) rotate(-8deg);
	-moz-transform:scale(1.1);
	border:none;
}

.listlink img:active {
	-o-transform:scale(1.2) rotate(8deg);
	-moz-transform:scale(1.1);
	border:none;
}

table.dialog>tbody>tr:first-child>td {
	background-image:url(../images/layout/dialog-t.png);
	background-repeat:repeat-x;
	color:white;
	font-size:14px;
	font-weight:bold;
}

table.dialog>tbody>tr:first-child>td:first-child {
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
}

table.dialog>tbody>tr:first-child>td:last-child {
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
}

table.dialog>tbody>tr:last-child>td {
	height:12px;
	background-image:url(../images/layout/dialog-b.png);
	background-repeat:repeat-x;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}

ul.haberlistesi li, div.Haber-list li {
	margin-bottom:5px;
}

div.Haber-list h3 {
	margin-bottom:10px;
}

.Haber img.küçük {
	float:left;
	border:1px solid #808080;
	margin-right:3px;
}
.Haber .tarih {
	text-align:left;
	font-style:italic;
	margin-top:0px;
	margin-bottom:4px;
	font-size:80%
}
.Haber .devam {
	text-align:right;
	font-weight:bold;
	font-size:80%;
	margin-top:4px;
}
.Haber-list a{
	text-decoration:none;
}
.Haber-list a:hover {
	text-decoration:underline;
}

.yazar {
	font-weight:bold;
	font-style:italic;
}
.özet {
	text-align:justify;
	padding-top:10px;
}
.iptal {
	text-decoration:line-through;
	text-align:center;
	margin-top:10px;
}
.indirimli {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
}
.fiyat {
	margin-top:10px;
	text-align:center;
	font-size:14px;
}
.kapak {
	margin-top:8px;
	
}
.navigation {
	padding-top:0px;
}

.navigation a {
	text-decoration:none;
}

.navigation a:hover {
	text-decoration:underline;
}
.Kitap .devam {
	text-align:right;
	font-weight:bold;
	font-size:80%;
	margin-top:4px;
}

.Kitap-list a {
	text-decoration:none;
}

.Kitap-list a:hover {
	text-decoration:underline;
}

#middle .Kitap-list a {
	font-size:14px;
}

#right .Kitap-list a {
	font-size:13px;
}

#left .Kitap-list a {
	font-size:12px;
}

.Kitap img.küçük {
	float:left;
	border:0px solid #808080;
	margin-right:3px;
}

.Kitap-list li {
	margin-bottom:5px;
}

.Kitap-item {
	padding-left:10px;
	margin-top:5px;
	text-align:left;
	line-height:120%;
	list-style-image:url(../images/icons/bullet_book.gif);
	list-style-position:inside;
}
small p, small span {
	font-size:10px;
}
.Sayfa .devam {
	text-align:right;
	font-weight:bold;
	font-size:80%;
	margin-top:4px;
}

.sepet {
	background-image:url(../images/book-pile.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-top:12px;
}
.sepet h3 {
	text-align:center;
	color:#654201;
}
.sepet li {
	font-size:13px;
}
.sepet .yazar, .sepet .yayınevi {
	font-weight:normal;
	font-size:8pt;
}
.sepet a {
	text-decoration:none;
}
.sepet a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
.container {
	width:982px;
	margin-top:-6px;
}
.unit {
	font-size:80%;
	font-weight:bold;
}
.sol {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:4px;
}
div.tarih {
	text-align:right;
	font-style:italic;
}
div.haber {
	text-align:justify;
	margin-top:15px;
}
table.listtable {
	border-collapse:collapse;
}
table.listtable td {
	border-top:1px solid #654201;
}
table.listtable th {
	border-bottom:2px solid #654201;
}
.kitap a {
	font-size:14px;
	text-decoration:none;
}
.kitap-büyük a {
	font-size:15px;
	text-decoration:none;
}
img.küçük {
	float:left;
	border:1px solid #808080;
	margin-right:3px;
}


.kitap-kutu {
}
table.arama td.kitap-kutu {
	border:1px solid #654201;
	cursor:pointer;
	
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	
	box-shadow:2px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.3);
	
	-o-transition-duration:0.5s;
}
table.arama td.kitap-kutu:hover {
	background-color:rgba(101, 66, 1, 0.15);
}
table.arama td.space {
	width:22px;
}
table.arama tr.space {
	height:2px;
}
.içerik {
	text-align:justify;
}

.aktifsayfano {
	font-size:13px;
	font-weight:bold;
}
.sayfano {
	text-decoration:underline;
	padding:0px 3px;
}
.sayfano:hover {
	text-decoration:none;
}
div.bilgiler {
	font-size:13px;
}
div.bilgiler p {
	font-size:13px;
}

.links-bottom a {
	color:#666;
	font-size:11px;
	text-decoration:none;
	-o-transition-duration:0.5s
}

.links-bottom a:hover {
	color:#333;
}

.kitap-linkleri {
	line-height:200%;
}

.kitap-linkleri a {
	text-decoration:none;
	font-size:14px;
}
.text {
	text-align:justify;
}