/*
=============================================================
This Skin for DataLife Engine Developed by DLETemplates.com
Copyright © 2005-2007 DLETemplates.com All Rights Reserved.

File 'engine.css' - Cascading Style Sheet (CSS) Document
=============================================================
*/

/*loading*/
#loading-layer { line-height: 14px; }

/* ==================== Цитата и скрытый текст */
.title_quote {
 color: #636363;
 background-color: #f2f2f2;
 border: 1px dotted #bebebe; 
 border-bottom: 0;
 font-weight: bold;
 padding: 5px;
}

.quote {
 color: #757575;
 background-color: #f2f2f2;
 border: 1px dotted #bebebe;
 text-align: justify;
 padding: 5px;
}

/* ==================== Информационное оконо загрузки AJAX */
#loading-layer {
 display:none;
 font-family: Verdana;font-size: 11px;
 background:#000;padding:10px;
 text-align:center;
 border:1px solid #000;
 color: #FFF;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
}

/* ==================== Tэг CODE */

.scriptcode {
 color: #757575;
 background-color: #f2f2f2; 
 border: 1px dotted #bebebe;
 text-align: left;
 padding: 5px;
}

/* ==================== Календарь */

.weekday-active-v {
 color: #000000;
}
.day-active-v {
 color: #000000;
}
.calendar { width: 100%; color: #8c8c8c; }
.calendar td, .calendar th {
 text-decoration: none;
 text-align: center;
 padding-top: 3px;
 padding-bottom: 4px;
 border-left: 1px solid #fff;
 border-top: 1px solid #fff;
}
.weekday {
 color: #ac3615;
}

.calendar th { background-color: #92c5e0; color: #000; }
.calendar th.weekday { background-color: #5caad2; color: #ac3615; }
.weekday-active {
 color: #804040;
}
td.day-active, td.day-active-v { background-color: #fed87e; }
td.day-active a { color: #ac3615; }

.day-active a, .weekday-active a, .day-active-v a, .weekday-active-v a {}
.monthlink {
 color: #c14813;
 text-decoration: none;
}
.calendar td.day-current {
 background-color: #fed87e;
 padding: 0;
 font-weight: bold;
 color: #000;
}
.calendar td.day-current center {
 border: 1px solid #b60600;
 padding-top: 3px;
 padding-bottom: 4px;
 display: block;
}

.calendar .monthselect { 
 background-color: #fff;
 line-height: normal;
 padding-top: 0;
 padding-bottom: 6px;
}

/* ==================== Рейтинг статьи */

.rating { width: 85px; height: 16px; }
.userinfo .rating { float: left !important; }

.unit-rating {
 list-style: none;
 margin: 0; padding: 0;
 width: 85px; height: 16px;
 position: relative;
 background: url("../dleimages/rating.png") repeat-x left top;
}

.unit-rating li {
 text-indent: -90000px;
 padding: 0; margin: 0;
 float: left;
}

.unit-rating li a {
 display: block;
 width: 17px; height: 16px;
 text-decoration: none;
 text-indent: -9000px;
 z-index: 17;
 position: absolute;
 padding: 0px;
}

.unit-rating li a:hover {
 background: url("../dleimages/rating.png") left -17px;
 z-index: 2;
 left: 0px;
}

.unit-rating a.r1-unit {left: 0px;}
.unit-rating a.r1-unit:hover {width:17px;}
.unit-rating a.r2-unit {left:17px;}
.unit-rating a.r2-unit:hover {width: 34px;}
.unit-rating a.r3-unit {left: 34px;}
.unit-rating a.r3-unit:hover {width: 51px;}
.unit-rating a.r4-unit {left: 51px;} 
.unit-rating a.r4-unit:hover {width: 68px;}
.unit-rating a.r5-unit {left: 68px;}
.unit-rating a.r5-unit:hover {width: 85px;}
.unit-rating li.current-rating {
 background: url("../dleimages/rating.png") left -34px;
 position: absolute;
 height: 16px;
 display: block;
 text-indent: -9000px;
 z-index: 1;
}

.ui_rate .unit-rating { background: url("../dleimages/rating2.png") repeat-x left top; }
.ui_rate .unit-rating li a:hover { background: url("../dleimages/rating2.png") left -17px; }
.ui_rate .unit-rating li.current-rating { background: url("../dleimages/rating2.png") left -34px; }


/*=====Лучшие пользователи*/
.userstop { }
.userstop td, .pm td.pm_list, .pm td.pm_head { border: 1px solid #eee; padding: 2px; }
.userstop thead td, .pm td.pm_head { background-color: #f5f5f5; height: 22px; padding: 0; font-weight: bold; text-align: center; }

/*---BB коды---*/
 /* различие bbcodes и bbcodes_poll исключительно в длине кнопки */
/* класс bbcodes используем в списке персональных сообщений (pm.tpl) и по умолчанию в модуле редактора сообщений*/
.bbcodes, .bbcodes_poll {
 background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
 text-shadow: 0 1px 0 #fff;
 border: 1px solid #b3b3b3;
 color: #383838;
 padding: 2px 9px 5px 9px;
 margin-bottom: 2px !important;
 height: 24px;
 font-weight: bold;
 cursor: pointer;
 -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
 -moz-box-shadow: 0 1px 4px -3px black;
 -webkit-box-shadow: 0 1px 4px -3px black;
 box-shadow: 0 1px 4px -3px black;
}
.bbcodes:hover, .bbcodes_poll:hover { background-position: 0 10px; }
.bbcodes_poll { width: 100px; }

.editor textarea { background: #fff url("../images/fields.png") repeat-x; border: 0 none; }
.editor input[type="text"] { padding: 2px; background: #fff url("../images/fields.png") repeat-x; border: 1px solid #bcc0c2; }
.editor_button {
 float: left;
 cursor: pointer;
 padding-left: 0;
 padding-right: 0;
}
.editor_buttoncl {
 float: left;
 cursor: pointer;
 padding-left: 1px;
 padding-right: 1px;
 border-left: 1px solid #bbb;
 border-right: 1px solid #bbb;
}
.editbclose { float: right; cursor: pointer; display: none; }
.editor_button select { font-size: 11px; }

.editor_button img { margin: 0; padding: 0; }
.editbclose img { margin: 0; padding: 0; }
.editor_button_brk img { margin: 0; padding: 0; }

/* ==================== Дополнительные поля новостей */
.xfields textarea, .xfields input, .xfields select,
.xprofile textarea, .xprofile input {
 color: #466f9d;
 background: #fff url("../images/fields.gif") repeat-x left top;
 border: 1px solid #bcbcbc;
}

.xfields textarea {width: 400px; height: 86px; }
.xfields input { width: 250px; height: 14px; }
.xfields select { }

.xfields_table td { vertical-align: top; }

/* ==================== Дополнительные поля профиля пользователей */

.xprofile textarea { width: 316px; height: 86px; }
.xprofile input { width: 250px; height: 14px; }

/* ==================== Персональные сообщения */ 

.pm_head {font-weight: bold;}

/* ==================== Выпадающее меню */

#dropmenudiv {
 border: 1px solid #ffffff;
 border-bottom-width: 0;
 font-size: 10px;
 background-color: #958a83;
 line-height: 20px;
 margin: 2px;
}

#dropmenudiv a {
 display: block;
 text-indent: 3px;
 text-decoration: none;
 color: #ffffff;
 background-color: #bcbcbc;
 border: 1px solid #ffffff;
 padding: 1px 0;
 margin: 1px;
 font-weight: bold;
}

#dropmenudiv a:hover { 
 background-color: #337fab;
 color: #ffffff;
}

/* ==================== Опрос пользователей */
.vote { }

/* ==================== Ссылка на скачивание прикрепленного файла */
.attachment { color: #808080; }

/* ==================== Поиск по сайту и результаты поиска */

.search {
 color: #757575;
 text-decoration: none;
}

.sresult {
 text-align: justify;
 font-weight: normal;
 line-height: 16px;
 font-size: 12px;
 color: #757575;
}

/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии */
.highslide-active-anchor img { visibility: hidden; }
.highslide-image-blur { }
.highslide-html { background-color: white; }
.highslide-loading {
 display: block;
 color: white;
 font-size: 9px;
 font-weight: bold;
 text-decoration: none;
 padding: 3px;
 border: 1px solid white;
 background-color: black;
}
a.highslide-full-expand {
 background: url(../dleimages/fullexpand.gif) no-repeat;
 display: block;
 margin: 0 10px 10px 0;
 width: 34px;
 height: 34px;
}
.highslide-display-block {
 display: block;
}
.highslide-display-none {
 display: none;
}

/* ======= ========== === Тег SP OILER */
.title_spoiler {
 color: #636363;
 background-color: #f2f 2f2;
 border: 1px dotted #bebebe; 
 font-weight: bold;
 padding: 5px;
}

.text_spoiler {
 color: #757575;
 background-color: #f2f2f2;
 border: 1px dotted #bebebe;
 border-top: 0;
 text-align: justify;
 padding: 5px;
}

.lastcomm {
 border-bottom:1px solid #E6E6E6;
}

.lastcomm_over {
 padding: 3px 2px 3px 2px;
 border-bottom:1px solid #E6E6E6;
 background:#F5F5F5;
 cursor: hand;
}
#hintbox {
 text-align:left;
 width:150px;
 font-size: 11px;
 border: 1px solid #000000;
 background-color: #FFFFFF;
 filter:alpha(opacity="95");
 font-family: tahoma;
 layer-background-color:#a396d9;
 color:#000;
 z-index: 3;
 margin: 0px 15px 0px 0px;
 -moz-opacity : 0.9;
 -moz-border-radius : 5px;
 margin: 10px 0 0 10px;
 padding:3px 5px;
 position:absolute;
 visibility:hidden;
 z-index: 3;
}

.mass_comments_action {
 text-align: right;
 width:542px;
 border:1px solid #C0C2C4;
 background-color:#F3F3F3;
 padding:5px;
 padding-bottom:5px;
 margin-bottom:7px;
 float:left;
 height:auto;
}

/* ==================== Etiketler */

.clouds_xsmall {
 color:#ffffff;
 font-size: x-small;
}
.clouds_small {
 color:#FF7600;
 font-size: small;
}
.clouds_medium {
 color:#87A800;
 font-size: medium;
}
.clouds_large {
 color:#039FAF;
 font-size: large;
}
.clouds_xlarge {
 color:#FF0000;
 font-size: x-large;
}

/* ==================== Быстрый поиск на сайте */
#searchsuggestions { border-width:1px; border-color:#919191; border-style:solid; width:300px; background-color:#5c9ccc; font-size:10px; line-height:14px; }
#searchsuggestions a { padding:5px;display:block; background-color:#ffffff; clear:left; height:70px; text-decoration:none; }
#searchsuggestions a:hover { background-color:#fdd08b; color:#ffffff; }
#searchsuggestions a span.searchheading { background: #5c9ccc; display:block; font-weight:bold; padding:5px; color:#ffffff; }
#searchsuggestions a:hover span.searchheading { color:#ffffff; }
#searchsuggestions a span {color:#555555; }
#searchsuggestions a:hover span { color:#0000; }
#searchsuggestions span.seperator { float:right; padding-right:15px; margin-right:5px;}
#searchsuggestions span.seperator a { background-color:transparent; display:block; height:auto; color:#ffffff; }
#searchsuggestions span.notfound { padding:5px;background-color:#ffffff; display:block; height:auto; color:#00000; }

/* ==================== Диалоговые и всплывающие окна jQuery UI */
.ui-helper-clearfix:after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
.ui-helper-clearfix {
 display: inline-block;
}
* html .ui-helper-clearfix {
 height: 1%;
}
.ui-helper-clearfix {
 display: block;
}
.ui-icon {
 background-repeat: no-repeat;
 display: block;
 overflow: hidden;
 text-indent: -99999px;
}
.ui-widget {
 font-family: Tahoma, Lucida Sans, Arial, sans-serif;
 font-size: 11px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
 font-family: tahoma, Arial, sans-serif;
 font-size: 11px;
}
.ui-widget-content {
 background: #fcfdfd 50% bottom repeat-x;
 border: 1px solid #a6c9e2;
 color: #222222;
}
.ui-widget-content a {
 color: #222222;
}
.ui-widget-header {
 background: #5c9ccc url(../images/ui-bg_gloss-wave.png) 50% 50% repeat-x;
 border: 1px solid #4297d7;
 color: #ffffff;
 font-weight: bold;
}
.ui-widget-header a {
 color: #ffffff;
}
.ui-state-default, .ui-widget-content .ui-state-default {
 background: #dfeffc url(../images/ui-bg_glass_85.png) 50% 50% repeat-x;
 border: 1px solid #c5dbec;
 color: #2e6e9e;
 font-weight: bold;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
 color: #2e6e9e;
 text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
 background: #d0e5f5 url(../images/ui-bg_glass_75.png) 50% 50% repeat-x;
 border: 1px solid #79b7e7;
 color: #1d5987;
 font-weight: bold;
}
.ui-state-hover a, .ui-state-hover a:hover {
 color: #1d5987;
 text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
 background: #f5f8f9 50% 50% repeat-x;
 border: 1px solid #79b7e7;
 color: #e17009;
 font-weight: bold;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
 color: #e17009;
 text-decoration: none;
}
.ui-widget :active {
 outline: none;
}
.ui-state-error {
 background: #fef1ec 50% 50% repeat-x;
 border: 1px solid #cd0a0a;
 color: #cd0a0a;
}
.ui-widget-header .ui-icon {
 background-image: url(../images/ui-icons.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
 background-image: url(../images/ui-icons_h.png);
}
.ui-icon-close {
 background-position: -80px -128px;
}
.ui-icon-closethick {
 background-position: -96px -128px;
}
.ui-button .ui-button-text {
 display: block;
 line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
 padding: .4em .8em;
}
input.ui-button {
 padding: .4em 1em;
}
.ui-button-set {
 margin-right: 7px;
}
.ui-button-set .ui-button {
 margin-left: 0;
 margin-right: -.3em;
}
button.ui-button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.ui-dialog {
 overflow: hidden;
 padding: .2em;
 position: absolute;
 width: 300px;
 -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
 -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.ui-dialog .ui-dialog-titlebar {
 padding: .5em 1em .3em;
 position: relative;
}
.ui-dialog .ui-dialog-title {
 float: left;
 margin: .1em 16px .2em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
 height: 18px;
 margin: -10px 0 0 0;
 padding: 1px;
 position: absolute;
 right: .3em;
 top: 50%;
 width: 19px;
}
.ui-dialog .ui-dialog-titlebar-close span {
 display: block;
 margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
 padding: 0;
}
.ui-dialog .ui-dialog-content {
 background: none;
 border: 0;
 overflow: hidden;
 padding: .5em 1em;
 position: relative;
 zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
 background-image: none;
 border-width: 1px 0 0 0;
 margin: .5em 0 0 0;
 padding: .3em 1em .5em .4em;
 text-align: left;
}
.ui-dialog .ui-dialog-buttonpane button {
 cursor: pointer;
 float: right;
 line-height: 1.4em;
 margin: .5em .4em .5em 0;
 overflow: visible;
 padding: .2em .6em .3em .6em;
 width: auto;
}
.ui-dialog .ui-resizable-se {
 bottom: 3px;
 height: 14px;
 right: 3px;
 width: 14px;
}
.ui-draggable .ui-dialog-titlebar {
 cursor: move;
}

/* ==================== Автозаполнение облака тегов */
.ui-autocomplete {
 position: absolute;
 cursor: default;
}

* html .ui-autocomplete {
 width: 1px;
}/* without this, the menu expan ds to 100% in IE6 */

.ui-menu {
 list-style: none;
 padding: 2px;
 margin: 0;
 display: block;
 float: left;
}

.ui-menu .ui-menu {
 margin-top: -3px;
}

.ui-menu .ui-menu-item {
 margin: 0;
 padding: 0;
 zoom: 1;
 float: left;
 clear: left;
 width: 100%;
}

.ui-menu .ui-menu-item a {
 text-decoration: none;
 display: block;
 padding: .2em .4em;
 line-height: 1.5;
 zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
 font-weight: normal;
 margin: -1px;
}

/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background:url("../images/body-bg.gif") center top repeat-y #1A1C1C;
}
p{
margin:5px 0px;
} 
body {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: 13px;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 text-decoration: none;
 color:#4b4b4b;
}
#container {
 margin:0px auto;
 padding: 0px;
 
 width:955px;
 border-left:3px solid #FFF;
 border-right:3px solid #FFF;
 text-align:center;
 background-color:#FFF;
 }
 
#header
{
width:955px;
margin:0px auto;
padding:0px;
background: #FFF;
text-align:left;
}
#header-top
{
width:955px;
height:95px;
}
#logo
{
width:313px;
float:left;
padding-left:10px;
padding-top:10px;
}
#logo-right
{
width:936px;
height:140px;
padding-right:10px;
padding-top:3px;
float:right;
}
#top-link
{
padding-top:10px;
padding-bottom:30px;
color:#1A1C1C;
white-space:pre;
}


#main-menu
{
width:955x;
height:30px;
margin:0px auto;
}
/* Menu */

#menu {
 width: 100%;
 height: 32px;
 margin: 0px auto;
 clear:both;
}

#menu ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
}

#menu li {
 display: inline;
 height:30px

}

#menu a {
 display: block;
 float: left;
 width: 105px;
 padding:0px;
 text-align: center;
 text-decoration: none;
 font-weight: bold;
 border-right:1px solid #CCCCCC;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: 30px;
 font-variant: normal;
 text-transform: none;
 color: #FFF;
 text-decoration: none;
 background: #000000;
 }

#menu a:hover {
background: #005B8E;
}
-->
#body
{
width:950px;
margin:0px auto;
padding:0px;
height:auto;
text-align:left;
padding: 8px 5px;
}
#body-right
{
width:180px;
height:auto;
text-align:left;
float:left;
}
#body-left
{
width:180px;
height:auto;
margin-right:5px;
text-align:left;
float:right;
}
#shopping-box
{
width:180px;
height:auto;
margin-bottom:10px;
background-color:#F3F3F3;
}

#member-box-top
{
width:160px;
height:38px;
background:url("../images/left-menu-top-member.gif") left top no-repeat;
padding-left:20px;
line-height:38px;
}
#menu-top
{
width:160px;
height:10px;
background:url("../images/menu-top.gif") left top no-repeat;
padding-left:20px;
line-height:38px;
}

.shopping-box-nav{
 padding-left:16px; 
 color: #4b4b4b;
 margin:0px auto;
 background-color:#F3F3F3;
}

#box-title
{
width:150px;
height:24px;
padding-left:10px;
}

#left-menu
{
width:180px;
height:auto;
margin-bottom:10px;
}
#left-menu-top
{
width:160px;
height:38px;
background:url("../images/left-menu-top.gif") left top no-repeat;
padding-left:20px;
line-height:38px;
}
#right-menu
{
width:180px;
height:auto;
margin-bottom:10px;
}
#right-menu-top
{
width:160px;
height:38px;
background:url("../images/left-menu-top.gif") left top no-repeat;
padding-left:20px;
line-height:38px;
}
#card-bg
{
background:url("../images/card-bg.gif") left top no-repeat;
width:160px;
height:51px;
padding:10px;
margin-bottom:10px;
}


#newsletter-bg, .newsletter-bg
{
background:url("../images/newsletter-bg.gif") left repeat;
height:51px;
padding:10px;
margin-bottom:10px;
table-layout:auto;
}
/* sub-navigation */
.subnav{
 color: #FFFFFF;
 font: normal 11px/23px Tahoma, Verdana, Arial, Helvetica, sans-serif;
 line-height: 23px;
 padding-left:0px;
 margin-bottom:10px;
 width:160px;
 padding:0px 10px;
 margin:0px auto;
 background-color:#1A1C1C;
}
.subnav4{
 color: #CC3300;
 font: normal 11px/23px Tahoma, Verdana, Arial, Helvetica, sans-serif;
 line-height: 23px;
 padding-left:0px;
 margin-bottom:10px;
 width:160px;
 padding:0px 10px;
 margin:0px auto;
 background-color:#1A1C1C;
}

.subnav ul {margin: 0; padding: 0;}
.subnav li {
 list-style: none;
}

.subnav li a {
 color: #FFFFFF;
 display: block;
 padding: 0px 0 0px 5px;
 width: 155px;
 text-decoration: none;
 color: #FFFFFF;
 font-weight: bold;
 background:url("../images/border_bottom.jpg") left bottom repeat-x;
}
.subnav lu a {
 color: #FFFFFF;
 display: block;
 margin: 0px 0 0px 15px;
 padding-left:10px;
 width: 135px;
 text-decoration: underline;
 color: #FFFFFF;
 font-weight: bold;

}
.subnav li a:hover {
 color: #005B8E;
 background:url("../images/border_bottom.jpg") left bottom repeat-x #FCFCFC;
}
.subnav lu a:hover {
 color: #005B8E;
 background:url("../images/border_bottom.jpg") left bottom repeat-x #FCFCFC;
}

#left-menu-bottom
{
background:url("../images/left-menu-bottom.gif") left top no-repeat;
height:16px;
width:180px;
}

#right-menu-bottom
{
background:url("../images/left-menu-bottom.gif") left top no-repeat;
height:16px;
width:180px;
}

#body-center{
width:558px;
height:auto;
text-align:left;
float:left;
padding-left:16px;
}
#body-tam{
width:748px;
height:auto;
text-align:left;
float:left;
padding-left:16px;
}
#welcome
{
width:558px;
height:auto;
margin-bottom:9px;
font-size:12px;
}
#welcome-image
{
width:558px;
height:161px;
margin-bottom:10px;
}
#banner-box
{
width:558px;
height:auto;
margin-bottom:10px;
height:106px;
}
#banner1
{
width:184px;
height:106px;
float:left;
}
#banner2
{
width:184px;
height:106px;
float:right;
margin:0px auto;
}
#banner3
{
width:184px;
height:106px;
float:right;
}
#featur-product-box, .dataform-box
{
width:558px;
height:auto;

}
#featured-title, .dataform-box-top
{
width:548px;
height:24px;
margin-bottom:6px;
background:url("../images/featured-bar.gif") left top no-repeat;
padding-left:10px;
}
#yorum-top
{
width:548px;
height:24px;
margin-bottom:6px;
background:url("../images/featured-bar.gif") left top no-repeat;
padding-left:10px;
float:right;
}
#arama-top, .dataform-box-top2
{
width:738px;
height:24px;
margin-bottom:6px;
background:url("../images/aramabar.gif") left top no-repeat;
padding-left:10px;
}
.product-box
{
width:250px;
border:1px dotted #C0C2C4;
background-color:#F3F3F3;
padding:9px;
padding-bottom:5px;
margin-bottom:7px;
margin-left:5px;
float:left;
height:auto;
}
#video-box
{
width:535px;
border:1px dotted #C0C2C4;
background-color:#F3F3F3;
background:url("../images/filmarka.jpg") left top no-repeat;
padding:9px;
padding-bottom:5px;
margin-bottom:7px;
float:left;
height:auto;
}
#video-box3
{
margin-bottom: 15px;
width:535px;
height:auto;
}
.home_etiket a { text-decoration: none; }
.home_etiket a:hover { text-decoration: underline; }

#video-box2
{
width:535px;
border:1px dotted #C0C2C4;
background-color:#F3F3F3;
background:url("../images/filmarka.jpg") left top no-repeat;
padding:9px;
padding-bottom:5px;
margin-bottom:7px;
float:left;
height:auto;
}

#categori-image {
 float:right; margin-top:-62px;
}

.product-image
{
width:100px;
height:auto;
float:left;
}
.product-disc
{
width:140px;
height:auto;
float:right;
margin-bottom:2px;
}
#product-disc2
{
width:105px;
height:auto;
float:right;
margin-bottom:2px;
}
#product-list, .product-list
{
width:260px;
padding:0px;
height:20px;
text-align:left;
margin-top:-20px;
float:right;
}
#pagination
{
width:558px;
height:20px;
text-align:right;
white-space:pre;
}

#footer
{
width:955px;
margin:0px auto;
margin-top: 20px;
padding:7px 0px;
height:20px;
background-color:#1A1C1C;
text-align:center;
line-height:15px;
clear:both;
color:#FFF;
}



.input-box, .input-box-search,.input-box-standard {
width:150px;
height:18px;
background-color:#FFF;
border:1px solid #7F9DB9;
padding-left:3px;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: 18px;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #EB0589;
 text-decoration: none;
 margin-right:10px;
}

.information-link, .information-link-newsletter, .information-link-search, .information-link-standard, .information-link-return, .information-link-next{
 margin-right:5px;
 padding:1px 10px;
 background-color:#ECE9D8;
 border:1px solid #998B7E;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: 18px;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #1A1C1C;
 text-decoration: none;
}

.top-link {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: 18px;
 font-weight: bold;
 font-variant: normal;
 text-transform: none;
 color: #014C86;
 text-decoration: none;
}
.top-link:hover
{
color:#005B8E;
text-decoration:underline;
}

.mail-link {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-style: normal;
 line-height: 18px;
 font-weight: bold;
 font-variant: normal;
 text-transform: none;
 color: #005B8E;
 text-decoration: none;
}
.mail-link:hover
{
color:#005B8E;
text-decoration:underline;
}
.read-more
{
color:#005B8E;
text-decoration:underline;
}
.read-more:hover
{
color:#FF0000;
text-decoration:underline;
}
.red-link
{
color:#000;
text-decoration:none;
font-weight:bold;
font-size: 13px
}
.tag-link
{
color:#000;
text-decoration:none;
}
.tag-link:hover
{
color:#FF0000;
text-decoration:none;
}
.red-link:hover
{
color:#FF0000;
text-decoration:underline;
font-size: 13px
}
.white-text {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: 24px;
 font-weight: bold;
 font-variant: normal;
 text-transform: none;
 color: #fff;
 text-decoration: none;
}

.mavi-text {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: 24px;
 font-weight: bold;
 font-variant: normal;
 text-transform: none;
 color: #CC3300;
 text-decoration: none;
}
.grey-text {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: 24px;
 font-weight: bold;
 font-variant: normal;
 text-transform: none;
 color: #656565;
 text-decoration: none;
}
.pagination-link
{
color:#0000ff;
text-decoration:none;
font-weight:normal;
line-height:20px;
}
.pagination-link:hover
{
color:#BC1200;
text-decoration:underline;
}
.footer-link {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: 15px;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #FFF;
 text-decoration: none;
}
.footer-link:hover
{
color:#FFD1ED;
text-decoration:underline;
}

/*added rules*/
/*global site rules*/
H2 { text-align:left; color:#000000; font-size:16px;font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}
H3 { text-align:left; color:#000000; font-size:12px;font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}
A {color:#005B8E;text-decoration:underline;}

/*link button rules*/
.information-link-newsletter {float:right; margin-top:4px;}
.information-link-search{margin:0px; padding-top:4px; padding-bottom:4px; margin-top:6px;}
.information-link-standard{ line-height:40px; padding-top:5px; padding-bottom:5px;}
.information-link-return{ line-height:40px;padding-top:5px; padding-bottom:5px;}
.information-link-next{ line-height:40px; padding-top:5px; padding-bottom:5px;}

/*input textbox rules*/
.input-box-search{width:96px; margin-right:1px;}
.input-box-standard{height:16px; width:350px;}

/* smart pager rules*/
.smartpager-link{color:#005B8E;text-decoration:none;}
.smartpager-link:hover{color:#FF0000;text-decoration:underline;}
logo-right
.product-detail-box{
border:1px dotted #C0C2C4;
background-color:#F3F3F3;
padding:5px;
}

#featured-title, .dizi-top
{
width:225px;
height:24px;

background:url("../images/dizitop.gif") left top no-repeat;
padding-left:10px;
}
#dizi-box
{
width:215px;
border:1px dotted #C0C2C4;
background-color:#F3F3F3;
padding:5px;
padding-bottom:5px;
margin-bottom:7px;
float:left;
height:auto;
}
h3
{ background-color:#9FA090;
 color: #ff;
 font-size: 1.5em;
 margin-top:100px;
}



.link
{
text-decoration:none;
font-weight:bold;
}
.link:hover
{
text-decoration:underline;
}


.sublist{
 color: #4b4b4b;
 font: normal 11px/23px Tahoma, Verdana, Arial, Helvetica, sans-serif;
 line-height: 23px;
 padding-left:0px;
 margin-bottom:10px;
 width:530px;
 padding:0px 10px;
 margin:0px auto;
 background-color:#F3F3F3;
}
.sublist ul {margin: 0; padding: 0;}
.sublist li {
 list-style: none;
}
.sublist li a {
 color: #4b4b4b;
 display: block;
 padding: 0px 0 0px 5px;
 width: 520px;
 text-decoration: none;
 color: #4b4b4b;
 background:url("../images/border_bottom.jpg") left bottom repeat-x;
}
.sublist li a:hover {
 color: #005B8E;
 background:url("../images/border_bottom.jpg") left bottom repeat-x #FCFCFC;
}

#list-box
{
width:530px;
border:1px dotted #C0C2C4;
background-color:#F3F3F3;
padding:9px;
padding-bottom:5px;
margin-bottom:7px;
float:left;
height:auto;
}
#list-image
{
width:200px;
height:auto;
float:left;
}
#list-disc
{
width:320px;
height:auto;
float:right;
margin-bottom:2px;
}





/* sub-navigation */
.subnav2{
 color: #4b4b4b;
 font: normal 11px/23px Tahoma, Verdana, Arial, Helvetica, sans-serif;
 line-height: 23px;
 padding-left:0px;
 margin-bottom:10px;
 width:160px;
 padding:0px 10px;
 margin:0px auto;
 background-color:#1A1C1C;
}
.subnav2 ul {margin: 0; padding: 0;}
.subnav2 li {
 list-style: none;
}
#left-menu-bottomx
{
background:url("../images/left-menu-bottomx.gif") left top no-repeat;
height:16px;
width:180px;
}
#menu-topx
{
width:160px;
height:10px;
background:url("../images/menu-topx.gif") left top no-repeat;
padding-left:20px;
line-height:38px;
}

#sub-menu
{
width:955x;
height:27px;
margin:0px auto;
}
/* Menu */

#submenu {

 height: 27px;
 margin: 2px auto;
 margin-left:0px;
 margin-top:3px;
 border-top:1px #ccc solid;
 clear:both;
}

#submenu ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
}

#submenu li {
 display: inline;
 height:30px

}

#submenu a {
 display: block;
 float: left;
 width: 105px;
 padding:0px;
 text-align: center;
 text-decoration: none;
 font-weight:bold;
 border-right:1px solid #CCCCCC;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: 30px;
 font-variant: normal;
 text-transform: none;
 color: #FFF;
 text-decoration: none;
 background: #0097ca;
 }

#submenu a:hover {
background:#1A1C1C;
}

.sublist2{
 color: #4b4b4b;

 background-color:#F3F3F3;
}
.sublist2 ul {margin: 0; padding: 0;}
.sublist2 li {
 list-style: none;
}
.sublist2 li a {
 color: #4b4b4b;
 display: block;
 padding: 0px 0 0px 5px;
 width: 520px;
 text-decoration: none;
 color: #4b4b4b;
 background:url("border_bottom.jpg") left bottom repeat-x;
}
.sublist2 li a:hover {
 color: #1A1C1C;
 background:url("border_bottom.jpg") left bottom repeat-x #FCFCFC;
}

.kisim-top
{
width:55px;
height:24px;
margin-bottom:6px;
background:url("../images/kisimbar.gif") left top no-repeat;
padding-left:7px;
float:left;
}
.kisim-selected
{
width:55px;
height:24px;
margin-bottom:6px;
background:url("../images/kisimbarcurrent.gif") left top no-repeat;
padding-left:7px;
float:left;
}
.right {
 color : #fff;
 float: right;
}
.yorum-top
{
width:548px;
height:24px;
margin-bottom:6px;
background:url("../images/featured-bar.gif") left top no-repeat;
padding-left:10px;
float:right;
}


.yorumlist p {
margin:0; padding:0;
}
.sayfalama {
float:right;
padding:7px
}

.page_icerik {

padding: 2px 0 0 5px;
font: normal 11px Trebuchet MS;
line-height: 17px
}

.subnav li.alt a {
 display: block;
 padding: 0px 0 0px 15px;
 font-weight:normal;
 width: 145px; 
 font: normal 11px/23px Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 color: #fff;
 background:url(../images/border_bottom.jpg) left bottom repeat-x;
}

.etiket{text-align: justify; font-size: 12px; color:#666666;}
.etiket a:hover{background:#CAFF28 none repeat scroll 0 0; color:#666666;}
.etiket a:visited{}

.boyutlama img {
 border-width: 0px;
 height: 140px;
 width: 100px;
 margin:0px 0px 5px 0px;
 border:2px #eee solid;
}

/*lastcomments block*/
.lcommbox {
 display: none;
 position: absolute;
 z-index: 3;
 right: 297px;
 top: 0px;
 padding:10px;
 border: 1px solid #ccc;
 background: #fff;
 font-size: 12px;
}

.lcomment.hover div[class="lcommbox"] {display: block;}
.lcommbox p {color: #2d9dff; background: #F5F5F5; 
margin: -9px -9px 10px -9px; padding: 5px 9px; font-size: 12px;}
.lcommbox p:first-child { margin-bottom: 0;}
.lcomment a {color: #000; font-size: 11px;}
.lcomment b a {color: #2d9dff; font-size: 13px;}

.ans { background: url("../images/linepoint.gif") repeat-x left bottom; padding:6px; }

span.red{color:#FF0000;}

/* Tab Sistemi */
 ul.tabs {margin: 0; padding: 0; float: left; list-style: none;}
 ul.tabs li {float: left;}
 ul.tabs li a {color: #eeeeaa;}

 html ul.tabs li.active a {
 text-decoration: none;
 width:40px;
 height:24px;
 margin-bottom:7px;
 background:#000;
 padding-left:6px;
 float:left;}
.tab_content {
 width:535px;
 border:1px solid #C0C2C4;
 background-color:#F3F3F3;
 padding:9px;
 padding-bottom:5px;
 margin-bottom:7px;
 float:left;
 height:auto;
}

.kisim-top {
 width:55px;
 height:24px;
 margin-bottom:6px;
 background:url(../images/kisimbar.gif) left top no-repeat;
 padding-left:7px;
 float:left;
}

.video-box {
 width:535px;
 border:1px solid #C0C2C4;
 background-color:#F3F3F3;
 padding:9px;
 padding-bottom:5px;
 margin-bottom:7px;
 float:left;
 height:auto;
}

.puanla {
 width:150px;
 float:right;
 overflow:hidden;
 margin:0px 0px 0px 20px;
}

.video-box-addnews {
 width:725px;
 border:1px solid #C0C2C4;
 background-color:#F3F3F3;
 padding:9px;
 padding-bottom:5px;
 margin-bottom:7px;
 float:left;
 height:auto;
}

/* Вид комментарий v.2.0 
------------------------------------------*/ 
.cell_comment_os { 
 float:left; 
 width:100%; 
 background:#fff; 
 border:1px solid #CAD1DB; 
 padding-bottom:3px; 
 margin-bottom:15px; 
} 

.comment_p { 
 float:right; 
 width:80px; 
} 

.comment_v { 
 margin: 5px 0px 5px 10px; 
} 

.comment_c { 
 overflow: hidden; 
 text-align:justify; 
 margin: 0px 0px 0px 10px; 
 padding: 5px 0px; 
 border-top: 1px solid #e7e7e7; 
} 

.comment_n { 
 text-align:right; 
 margin: 3px 78px 0px 10px; 
} 
.vcc_otvet {overflow:hidden!important; border: 1px solid #eccece; padding: 10px;background:#fcf6f6; } 

.comment_avatar { 
 width:40px; 
 height:40px; 
 padding: 4px; 
 margin: 8px 10px 0px 15px; 
 border: 1px solid #CAD1DB; 
 background:#F6F6F6; 
 -webkit-border-radius:5px; 
 -moz-border-radius:5px; 
 border-radius:5px; 
} 

.red {color: #d20000;} 
.gren {color: #429e1e;} 
.grey {color: #999;} 
.text_9 {font: 9px Verdana,Arial,Helvetica, sans-serif;} 
.right {float:right;}

/* PageSelector */ 
.catPages1 {color:#cccccc;border:0px;margin-bottom:10px;margin-top:10px;} 
.catPages1 a:link, 
.catPages1 a:visited, 
.catPages1 a:hover, 
.catPages1 a:active {text-decoration:none;color: #636363;background:#F9F9F9;padding:0px 10px;font-size:11px;font-weight:bold;} 
.catPages1 a:hover {background:#cccccc;color:#FFFFFF;font-weight:bold;} 
.catPages1 b {text-decoration:none;background:#FFF;padding:0px 10px;color:#ccc;font-size:11px;} 

.pagesBlockuz1 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlockuz1 a:link, 
.pagesBlockuz1 a:visited, 
.pagesBlockuz1 a:hover, 
.pagesBlockuz1 a:active {text-decoration:none;color: #636363;background:#F9F9F9;padding:0px 10px;font-size:11px;font-weight:bold;} 
.pagesBlockuz1 a:hover {background:#cccccc;color:#FFFFFF;font-weight:bold;} 
.pagesBlockuz1 b {text-decoration:none;background:#FFF;padding:0px 10px;color:#ccc;font-size:11px;} 

.pagesBlock1 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlock1 a:link, 
.pagesBlock1 a:visited, 
.pagesBlock1 a:hover, 
.pagesBlock1 a:active {text-decoration:none;color: #636363;background:#F9F9F9;padding:0px 10px;font-size:11px;font-weight:bold;} 
.pagesBlock1 a:hover {background:#cccccc;color:#FFFFFF;font-weight:bold;} 
.pagesBlock1 b {text-decoration:none;background:#FFF;padding:0px 10px;color:#ccc;font-size:11px;} 
/* ---------------- */ 

/* PageSelector1 */ 
.catPages2 {color:#cccccc;border:0px;margin-bottom:10px;margin-top:10px;} 
.catPages2 a:link, 
.catPages2 a:visited, 
.catPages2 a:hover, 
.catPages2 a:active {text-decoration:none;color: #636363;background:#F9F9F9;padding:0px 10px;font-size:11px;font-weight:bold;} 
.catPages2 a:hover {background:#cccccc;color:#FFFFFF;font-weight:bold;} 
.catPages2 b {text-decoration:none;background:#FFF;padding:0px 10px;color:#ccc;font-size:11px;} 

.pagesBlockuz2 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlockuz2 a:link, 
.pagesBlockuz2 a:visited, 
.pagesBlockuz2 a:hover, 
.pagesBlockuz2 a:active {text-decoration:none;color: #636363;background:#F9F9F9;padding:0px 10px;font-size:11px;font-weight:bold;} 
.pagesBlockuz2 a:hover {background:#cccccc;color:#FFFFFF;font-weight:bold;} 
.pagesBlockuz2 b {text-decoration:none;background:#FFF;padding:0px 10px;color:#ccc;font-size:11px;} 

.pagesBlock2 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlock2 a:link, 
.pagesBlock2 a:visited, 
.pagesBlock2 a:hover, 
.pagesBlock2 a:active {text-decoration:none;color: #636363;background:#F9F9F9;padding:0px 10px;font-size:11px;font-weight:bold;} 
.pagesBlock2 a:hover {background:#cccccc;color:#FFFFFF;font-weight:bold;} 
.pagesBlock2 b {text-decoration:none;background:#FFF;padding:0px 10px;color:#ccc;font-size:11px;} 
/* ---------------- */


.eKartaka {height:90px; width:120px; background:url('http://web-pc.net.ru/images/adsense.jpg') center no-repeat; padding:10px 15px 10px 10px;}