* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url("/images/bg_top.jpg") repeat-x;
	font: Normal 12px verdana;
}

a {
	color: #a50000;
	text-decoration: none;
}

.listing a:visited {
        color: #ff5a00;

}

a:hover {
	color: #ff5a00;
	text-decoration: none;
}

ul, ol {
	list-style-type: none;
}

table.list {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

th {
	text-align: left;
}

#header {
	overflow: hidden;
	width: 100%;
}

#header table {
	margin: 0 auto;
}

#wrapper {
	width: 100%;
	background: url("/images/bg_page.jpg") repeat-x;
}

#container {
	width: 980px;
	height: 650px;
	margin: 0 auto;
	text-align: left;
	background: url("/images/bg_content.jpg") no-repeat 0 100%;
}

#content {
	float: left;
	width: 750px;
}

#content .path {
	background: #fafafa;
	margin: 5px 5px;
	height: 18px;
}

#content .path li {
	background: #fafafa url(/images/path.gif) no-repeat 2px 6px;
	padding: 2px 5px 2px 8px;
	display: inline;
	color: #b3adad;
	font-size: 11px;
}

#content .path li.active {
	background: #fafafa url(/images/path_active.gif) no-repeat 2px 6px;
	color: #877d7d;
}

#content .content {
	margin: 15px 10px 15px 10px;
}

.news_item p,.comment_item p {
	clear: both;
}

.comment_item {
	border-bottom: 1px solid #AAA;
	margin-bottom: 10px;
}

.details {
	height: 14px;
	margin-bottom: 10px;
}

.details .left,.details .right {
	float: left;
	width: 50%;
	font: Normal 10px verdana;
}

.details .right {
	text-align: right;
}

.adsFull {
	background: url("/images/banner_full.jpg") no-repeat;
	width: 472px;
	height: 74px;
	margin: 15px auto;
	padding: 12px 2px 2px;
}

.adsSky {
	width: 100%;
	margin: 0 0 0 20px;
}

.adsSky img {
	border: 2px solid #313031;
}

.details {
	width: 100%;
	color: #a60000;
}

.box {
	width: 350px;
	float: left;
	color: #0063a9;
}

.even {
	background: #fbfbfb;
}

.odd {
	background: #f6f6f6;
}

.box .info {
	float: left;
	width: 20%;
	padding: 2px 5px;
	height: 18px;
	font: Bold 10px verdana;
	background: #ffffff;
}

.box .value {
	float: left;
	width: 70%;
	padding: 2px 5px;
	height: 18px;
}

.listing .rank {
	float: left;
	width: 25px;
	padding: 5px 0;
	line-height: 18px;
	font: Bold 10px verdana;
	background: #ffffff;
	text-align: center;
}

.listing table {
	width: 100%;
}

.listing .value {
	float: left;
	width: 330px;
	padding: 2px 5px;
	line-height: 18px;
}

.listing .buns {
	float: left;
	width: 350px;
	padding: 2px 5px;
	font: Normal 10px verdana;
	/** color: #cbc6c6; **/
	text-align: right;
	line-height: 18px;
}

#download {
	width: 302px;
	height: 70px;
	background: url("/images/download_red.jpg") no-repeat;
	cursor: pointer;
}

#download.active {
	background: url("/images/download_blue.jpg") no-repeat !important;
}

.break {
	clear: both;
	height: 3px;
	background: #CDCDCD;
	line-height: 3px;
	margin: 10px 0;
}

#content .space {
	height: 30px;
}

h1 {
	color: #fc803d;
	font-weight: 500;
	font-size: 20px;
}

h2 {
	color: #fc803d;
	font-weight: 900;
	font-size: 14px;
	margin: 10px 0 5px;
}

#footer {
	background: url("/images/bg_foot.jpg") repeat-x;
	clear: both;
	height: 211px;
}

#footer>ul {
	background-color: #373737;
	
	height: 211px;
	width: 980px;
	margin: 0 auto;
	display: block;
	font: Normal 11px verdana;
}

#footer a {
	color: #FEFEFE;
}

#footer>ul>li {
	margin: 5px;
    width: 23%;
    float: left;
    color: #FEFEFE;
}

#footer>ul>li ul {
	height: 211px;
}

input,select,textarea {
	margin: 2px 0;
	background: #adaeae;
}

#area {
	float: left;
	width: 230px;
}

#area h1 {
	margin: 20px 0 15px 0;
}

#area div {
	margin: 45px 0 15px 15px;
}

#area ul {
	border-top: 2px solid #CDCDCD;
}

#area li {
	border-bottom: 2px solid #CDCDCD;
	background: #ffffff;
}

#area a {
	width: 207px;
	height: 18px;
	display: block;
	padding: 6px 4px;
}

#area a:hover,#area a:active,#area a.active {
	background-color: #CDCDCD;
}

.cl {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

.backgroundHead {
	background: url("/images/bg_head.jpg") repeat-x;
}

.backgroundNav {
	background: url("/images/bg_nav.jpg") repeat-x;
}

#downloadBack,#downloadArea {
	display: none;
}

#downloadBack,#downloadArea {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	background: #ffffff;
	height: 100%;
	width: 100%;
}

#downloadArea {
	height: 500px;
	left: 25%;
	top: 20%;
	width: 550px;
}

#downloadArea div {
	margin: 15px;
	text-align: left;
}

.button {
	background: url("/images/button_bg.jpg") no-repeat;
	width: 100px;
	padding: 5px 5px;
	color: #ffffff;
}

.sbutton {
	background: url("/images/button_bg.jpg") no-repeat;
	width: 45px !important;
	padding: 0px 3px;
	color: #ffffff;
}

#footer div.footer .fbutton {
	background: #1c1b1b;
	color: #fefefe;
	font-size: 11px;
	padding: 5px;
}

.nav_1 {
	background: url("/images/nav_1.jpg") no-repeat;
	width: 141px;
	line-height: 30px;
	height: 31px;
}

.nav_2 {
	background: url("/images/nav_2.jpg") no-repeat;
	width: 141px;
	line-height: 30px;
	height: 30px;
}

.nav_3 {
	background: url("/images/nav_3.jpg") no-repeat;
	width: 141px;
	line-height: 30px;
	height: 30px;
}

.nav_4 {
	background: url("/images/nav_4.jpg") no-repeat;
	width: 141px;
	line-height: 30px;
	height: 30px;
}

.nav_5 {
	background: url("/images/nav_5.jpg") no-repeat;
	width: 141px;
	line-height: 30px;
	height: 30px;
}

.nav_6 {
	background: url("/images/nav_6.jpg") no-repeat;
	width: 141px;
	line-height: 29px;
	height: 29px;
}

.nav {
	color: #ffffff;
	padding: 1px 0 0 10px;
}

.hover {
	background: #CDCDCD !important;
	cursor: pointer;
}



.hght {
	margin: 5px 0 30px;
}

.subnav {
	width: 141px;
	position: absolute;
	top: 104px;
}

.subnav li {
	background: transparent url(/images/nav.jpg) repeat-y scroll 0 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
}

.subnav li a {
	color: #ffffff;
}

.subnav li a:hover {
	color: #ff5a00;
}

.subnav {
	padding: 0;
}

#hnav_login, #hnav_signup, #hnav_lostpw, #hnav_search {
    background: #dfdfdf;
    padding: 5px 2px;
    display: none;
}

#hnav_login input {
	border: 1px solid #CDCDCD !important;
	width: 100px;
	padding: 2px 1px;
}

#hnav_login input:focus {
	border: 1px solid #ff5a00 !important;
}

#hnav_signup input {
	border: 1px solid #CDCDCD !important;
	padding: 2px 1px;
}

#hnav_signup input:focus {
	border: 1px solid #ff5a00 !important;
}

#hnav_signup input.lenght {
	width: 100px;
}

#hnav_lostpw input {
	border: 1px solid #CDCDCD !important;
	width: 100px;
	padding: 2px 1px;
}

#hnav_lostpw input:focus {
	border: 1px solid #ff5a00 !important;
}

#hnav_search input {
	border: 1px solid #CDCDCD !important;
	width: 180px;
	padding: 2px 1px;
}

#hnav_search input:focus {
	border: 1px solid #ff5a00 !important;
}

.small {
	font: Normal 10px verdana;
}

.hnav_login, .hnav_logout, .hnav_signup, .hnav_lostpw, .hnav_search {
	background: #f6f6f6 url("/images/hnav_login.gif") no-repeat 0 0;
	margin: 1px 0 0 0;
	padding: 8px 10px;
	font: Normal 11px verdana;
}

.hnav_logout {
	padding: 0;
}

.hnav_logout a {
	width: 40px;
	height: 15px;
	color: #000;
	padding: 8px 10px;
}

.hnavHover, .hnav_logout a:hover {
	background: #dbdbdb url("/images/hnav_login_act.gif") no-repeat 0 0;
	cursor: pointer;
}

.hnavAct {
	background: #dbdbdb url("/images/hnav_login_act.gif") no-repeat 0 0;
	cursor: pointer;
}

.showThis {
	display: block !important;
}

.noBg:hover, .noBg :hover, .noBg:active, .noBg :active {
	background-color: transparent !important;
}

.star-rating,.star-rating a:hover,.star-rating a:active,.star-rating a:focus,.star-rating .current-rating {
	background: url('/images/rate_on.jpg');
}

.star-rating {
	position: relative;
	width: 80px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url('/images/rate_off.jpg');
}

.star-rating li {
	display: inline;
}

.star-rating a,.star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 20px;
	line-height: 20px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover,.star-rating a:active,.star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.star-1 {
	width: 20%;
	z-index: 6;
}

.star-rating a.star-2 {
	width: 40%;
	z-index: 5;
}

.star-rating a.star-3 {
	width: 60%;
	z-index: 4;
}

.star-rating a.star-4 {
	width: 80%;
	z-index: 3;
}

.star-rating a.star-5 {
	width: 100%;
	z-index: 2;
}

.star-rating .current-rating {
	z-index: 1;
	background: url('/images/rate_on.jpg');
}


.pagination {
}

    .pagination .pager {
        float: left;
    }

        .pagination .pager a {
            background-color: #F7F7F7;
            border: 1px solid #CCC;
            color: #555;
            margin: 2px;
            padding: 2px 5px;
        }
        
        .pagination .pager a:hover, .pagination .pager a:active {
            border: 1px solid #AAA;
            color: #111;
        }
        
        .pagination .pager span.current {
            background-color: #555;
            border: 1px solid #444;
            color: #FFF;
            font-weight: bold;
            margin: 2px;
            padding: 2px 5px;
        }
        
        .pagination .pager span.disabled {
            border: 1px solid #EEE;
            color: #AAA;
            margin: 2px;
            padding: 2px 5px;
        }

    .pagination .pagination_desc {
        float: right;
    }
    


.flash {
    width: 700px;
    margin-bottom: 10px;
}

.failure, .error_list li {
    border-bottom: 1px solid #fa601d;
    padding: 9pt 9pt 9pt 33pt;
    color: #484554;
    //color: #996600;
    font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
    font-size: 8pt;
    background: #FDDDD9 url("/images/icons/action-error.gif") 6pt 6pt no-repeat;
    margin: 1em 0px 0em 0px;
}

.error_list li, .error_list {
	width: auto;
}

.error_list {
	margin: 10px 0;
}

.error_list li {
	display: inline;
}

.notice, .error_list {
	background-color: #F8FEA5;
    border-bottom:1px solid #EBFA1D;
    color:#484554;
    padding: 10pt;
}

.success {
    background:#DFEF7A url(/images/icons/action-success.gif) no-repeat scroll 6pt;
    border-bottom:1px solid #A9C500;
    color:#484554;
    font-size:8pt;
    margin:1em 0px 0em;
    padding:9pt 9pt 9pt 33pt;
}

.help {
    border-bottom: 1px solid #1d4efa;
    padding: 9pt 9pt 9pt 33pt;
    color: #484554;
    font-size: 8pt;
    background: #DFF5FE url("/images/icons/action-help.gif") 6pt 6pt no-repeat;
    margin: 1em 0px 1em 0px;
}


  form.bb {font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;}
  form.bb input, form.bb select, form.bb textarea {
    color: #333;
    border-bottom:1px solid #ddd;
      border-left:1px solid #c3c3c3;
      border-right:1px solid #c3c3c3;
      border-top:1px solid #7c7c7c;
    padding: 2px;
    width: 75%;
    font-size: 1em;
    background-color: transparent;
  }
  /* işaretleme kutucukları için */
  form.bb input.chk_box {position: relative; top: 4px;}
  
  form.bb li {
    clear: left;
    margin: 2px 0 5px 0;
    padding: 0;
    padding: 5px;
  }
  form.bb .focus {background:#FEFE99;}
  form.bb li label {
    display:block;
    font-size: .9em;
    font-weight:bold;
    color: #333;
    margin-bottom: 3px;
  }
  form.bb li label.inline {display: inline;}
  
  /* BUTTONS */

  form.bb input.form_btn {
        background:#f5f5f5;
        margin:0 7px 0 0;
        border:1px solid #dedede;
        border-top:1px solid #eee;
        border-left:1px solid #eee;
    
        font-size: .9em;
        line-height:130%;
        text-decoration:none;
        font-weight:bold;
        color:#565656;
        cursor:pointer;
        padding:5px 10px 5px 25px; /* Links */
    }
  form.bb input.form_btn:hover {background-color: #DEF3FE;}
  form.bb input.btn_save {background:#f5f5f5 url("/images/icons/accept.png") no-repeat 10% 50%; width: auto; padding-left: 20px; font-weight: bold;}
  
  form.bb input.btn_hover {background-color: #DEF3FE;}
  
  #user_birthdate_day, #user_birthdate_month, #user_birthdate_year, #user_captcha, #dl_captcha {
    width: auto;
  }

  
#notifyPm {
	background-color:#FFCC00;
	border-bottom-style:solid;
	border-bottom-width:1px;
	left:0px;
	padding-bottom:4px;
	padding-top:4px;
	position:absolute;
	top:0px;
	width:100%;
}
