@charset "UTF-8";
/* CSS Document */
@import'reset.css';
html{
	
}
body {
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    background:#FDFCFC url(../images/bg2.png) no-repeat top center;
	width:100%;
	overflow-x:hidden;
}
h1{
    display:none;
}
h2{
    font-size:12px;
    padding:10px 0 0 15px;
    color:#5e2d02;
    font-weight:bold;
	margin-bottom:10px;
}
.blog h2{
	padding-top:9px;
}
h3{
    color:#005581;
    font-size:14px;
    padding:5px;
}
h4{
    color:#000;
    font-size:12px;
    padding:5px;

}


#container{
    width:1002px;
    margin:0 auto;
}
#header{
    width:1002px;
    height:500px;
}
#content{
    
}

p{
    line-height:1.4;
    font-size:12px;
}
#left{
    display:inline;
    float:left;
    margin:7px;
    width:210px;
    _margin:3px;
}
#center{
    display:inline;
    background:url(../images/center.jpg) no-repeat;
    margin-top:7px;
    width:558px;
    float:left;
	border:1px solid #9e8f56;
	min-height:810px;
	height:auto !important;
	height:810px;
}
#center a{
	color:#602424;
	padding:2px;
}
#center a:hover{
	background:#602424;
	color:#EFEFEF;
	text-decoration:none;
}
#center .url{
    padding:7px 0 0 20px;
    color:#5e2d02;
    font-weight:bold;
}
#center img{
    margin:5px;
}
#center ul{
	padding-left:20px;
	list-style-type:disc;
}
#center ul li{
	margin:5px 0;
	line-height:16px;
}
#right{
    display:inline;
    float:left;
    width:210px;
    margin:7px 0 0 7px;
}
#altin-kuru{
    background:url(../images/altin-bg.png);
    width:210px;
    height:195px;
    margin-bottom:10px;
}
#altin-kuru img{
    margin:3px;
}
#altin-kuru table{
	width:93%;
	margin:0 auto;
}
#altin-kuru table td,#altin-kuru table th{
	padding:3px;
	border-bottom:1px solid #666;
}
#altin-kuru table td img{
	margin:0;
}
#altin-kuru p{
	width:80%;
	margin:0 auto;
}
#altin-kuru a{
	text-decoration:none;
	font-size:13px;
	color:blue;
}
#altin-kuru a:hover{
	text-decoration:underline;
}
#ilan{
    background:url(../images/ilan-bg.png);
    width:210px;
    height:202px;
    margin-bottom:10px;    
}
#ilan img {
    margin:3px;
}
.padding{
    margin-top:30px;
}
#mail {
    background:#9B9785;
    padding:2px;
    margin-bottom:10px;
    width:204px;
    border-left:#877737 1px solid;
    border-right:#8C8C8C 1px solid;
    border-bottom:#8C8C8C 1px solid;
}
.reklam{
    background:url(../images/sol-1.png);
    width:210px;
    margin-bottom:10px;
    height:82px;
}
.reklam img{ 
    width:210px;
    height:82px;
}
.reklam2{
    background:url(../images/sol-2.png);
    width:210px;
    margin-bottom:10px;
    height:130px;
}
.reklam3{
    background:url(../images/sol-2.png);
    width:210px;
    margin-bottom:10px;
    height:113px;
}
#duyurular{
    background:url(../images/duyuru-bg.png);
    width:210px;
    height:201px;
    margin-bottom:10px;
}
#duyurular img{
    margin:3px;
}
#footer{
    background:url(../images/footer_bg.png) repeat-x;
    color:#fff;
    height:52px;
    width:100%;
	margin-top:10px;
}
#footer-in{
	text-align:left;
	font-weight:bold;
	color:#ffbb23;
	width:1002px;
	margin:0 auto;
	font-size:12px;
	padding:15px 0;

}
#footer-in a{
	font-size:11px;
	
	color:#ffbb23;
	text-decoration:none;
}
#footer-in a:hover{
	text-decoration:underline;
	color:#fe9212;
}
#footer-in a.magnet{
	font-style:italic;
	color:#fe9212;
	float:right;
}
#footer-in span{
    padding-left:90px;  
}

.clear{
    clear:both;
}
/* SAYFA */
.page-content-top,.page-content-bottom{
	padding:5px;
}
/* DIKEY MENU */
.glossymenu{
	padding: 0;
	width: 210px; /*width of menu*/
	min-height:240px;
	border-bottom-width: 0;
    background:#9A9684 url(../images/menu_bg.png) no-repeat;
}
.glossymenu a.menuitem{
	color:#5e4132;
	font-weight:bold;
	display: block;
	font-size:16px;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
	border-bottom: 1px solid #5e4132;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.glossymenu div.submenu ul li{
	display:inline;
}

.glossymenu div.submenu ul li a{
    font-size:12px;
    font-family:arial;
	display: block;
	border-bottom:1.2px solid #5e4132 ;
	color:#333;
	text-decoration: none;
	padding:5px 0;
	padding-left: 10px;

}
.glossymenu div.submenu ul li a:hover{
	background:#5e4132;
	color:#FFF;
}
/* CONTACT FORM */
div#contact{
	overflow:hidden;
	font-size:110%;
	margin-bottom:20px;
	margin-top:10px;
}

div#contact br{
	clear:left;
}

div#contact h3{
	border-bottom:1px dashed #666;
	margin:1px;
	padding:0;
}
div#contact label{
	float:left;
	width:100px;
	font-weight:bold;
	color:#333;
	display:inline;
}
.alt{
    display:none;
}
/*BLOG*/
#center .post{
	border-bottom:1px dotted #333;
	margin-top:10px;
	padding:4px 0;
}
#center .post img{
	float:left;
	display:inline;
	margin:5px;
	padding:3px;
	background:#EFECE0;
	border:1px solid #4F482C;
}
#center .post h3 a{
	color:#8F002E;
	font-size:16px;
	text-decoration:none;
}
#center .post h3 a:hover{
	background:none;
}
.post .post-date{
	padding:2px;
	display:block;
	font-style:italic;
	text-decoration:underline;
}
.post p{
	margin:8px 0;
}
.post-read{
	padding:10px;
}
.post-read h2{
	padding:0 0 10px 5px;
}
.post-read p{
	margin:10px 0;
}
.post-read .post-date{
	font-weight:bold;
	display:block;
	text-align:right;
}
/* KAYAN YAZI*/
.cycle{
	height:150px;
	width:160px;
	margin:0 auto;
}
.cycle h6{
	text-align:center;
	color:#8F002E;
}
.cycle .post{
	margin-top:10px;
	border:none;
}
.cycle .post .post-date{
	font-style:normal;
}
.cycle .post img{
	display:none;
}
.cycle h3{
	padding:3px 0;
	font-size:12px;
}
.cycle a{
	color:#8F002E;
}
.cycle p{
	margin:3px 0;
	text-align:left;
}
/* POST READ*/
#center .post-read{
	text-align:center;
}
#center .post-read p{
	text-align:left;
}
#center .post-read h2{
	text-align:left;
}
#center .post-read img{
	margin:5px auto;
	width:350px;
	border:4px solid #EFEFEF;
	padding:0;
}
/* POST GALLERY*/
#center .post-read .post-gallery{
	padding:2px;
	margin-bottom:5px;
}
#center .post-read .post-gallery h5{
	padding:5px 0;
	margin-bottom:5px;
	border-bottom:1px solid #999;
	text-align:left;
}
#center .post-read  .post-gallery .pg-thumb img{
	border:3px solid #CCC;
	padding:0;
	width:95px;
	height:95px;
}
/* KUYUMCU LİSTESİ*/
.kuyumcu-listesi #center .post .post-date,
.kuyumcu-listesi #center .post .read-more{
	display:none;
}
.kuyumcu-listesi #center .post h3 a{
	font-size:14px;
}
.kuyumcu-listesi #center .post p{
	padding:5px;
	margin:0;
}
/* REKLAM */
#post-reklam{
	display:none;
}
.home #post-reklam{
	background:#fff url(../images/river_goldx.jpg) no-repeat center;
	height:120px;
	border-bottom:1px dotted #333;
	display:block;
	text-align:center;
}
/* SAYFALANDIRMA*/
.home .pagination{
	display:none;
}
.altin-fiyat .pagination{
	text-align:center;
}
#center div.pagination {padding: 3px 0;margin: 5px 0;}
#center div.pagination a {padding: 2px 3px 2px 3px;	margin: 2px;border: 1px solid #666;text-decoration: none;color: #666;}
#center div.pagination a:hover, #center div.pagination a:active {border: 1px solid #333;color: #333;background:none;}
#center div.pagination span.current {padding: 2px 3px 2px 3px;margin: 2px;border: 1px solid #333;font-weight: bold;background-color: #333;color: #FFF;}
#center div.pagination span.disabled {padding: 2px 3px 2px 3px;margin: 2px;border: 1px solid #EEE;color: #BBB;}
/* PRICE LIST*/
.price-list{
	width:90%;
	margin:0 auto;
}
.price-list td,.price-list th{
	padding:3px;
	border-bottom:1px solid #999;
}
/* GENERAL */
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.floatleft{
	float:left;
	display:inline;
}
.floatright{
	float:right;
	display:inline;
}
