/* Reset styles
*******************************/
html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
height: 100%;
min-height: 100%;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;


}





/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	background-color: #FFF;
	color: #646464;
	font-size: 75%;
	text-align: left;
	height: 100%;
}

/* Default fonts
*******************************/
body,
input,
select		{ 	font-family: Helvetica, Arial, Verdana; }
textarea,
pre,
code 		  { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
  font-family: Helvetica, Arial, Verdana;
}

h1 {
    font-size: 2.5em;
    color:#fff;
    line-height:1;
}
h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.5em;
    padding-bottom:1em;
    color:#518cb1;
}
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p			  { margin: 0 0 1em 0; text-align: left; line-height:1.2; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

blockquote    {
    margin:0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #B8E0FA;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }

dl {
    line-height:1.2;
    margin-bottom:1.2em;
}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 dotted;
}

/*links*/
a,
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color: #518cb1; text-decoration: none;}

/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

/* Images
*******************************/
img 		{ outline:0;border:0; }

/* Form styles
*******************************/
input,
select,
textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
}

input.text,
input.file { cursor:text; }

input.button {
    cursor:pointer;
    color:#fefefe;
    border:0;
    background:url(../images/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    padding:1px 12px;
    text-align:center;
    height:19px;
}

input.radio,
input.checkbox { border: 0;padding: 0; }

/* Wordpress aligning
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}


/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}

#contact {
	width: 150px;
}
#telephone{
	height: 20px;
	line-height: 20px;
	font-size: 100%;
	font-weight:bold;
	vertical-align:middle;
}

/* Main styles
 *******************************/
#root {
    width: 980px;
    margin: 24px auto 0 auto;
    padding-bottom: 24px;
}

/* Header
 *******************************/
#header {
    overflow: hidden;
}

#header .menu,
#header .search {
    background:url(../images/header-menu-back.gif) 0 0 repeat-x #5B94BE;
}

#header .logo {
    float:left;
    width:145px;
    height:48px;
    padding:0px;
    background:url(../images/header-menu-back.gif) 0 0 repeat-x #5B94BE;
}
#header .menu {
    float:left;
    width:560px;
    height:28px;
    padding:10px 0px;
}
#header .menu li {
    float:left;
    background:url(../images/header-menu-delim.gif) 100% 0 no-repeat;
}

#header .menu li.last {
    background:none;
}

#header .menu a {
    color:#fefefe;
    font-weight:bold;
    padding:0px 10px;
    display:block;
    line-height:2.2;
}

#header .menu a:hover {
    text-decoration:none;
}

#header .search {
    width:264px;
    height:33px;
    float:right;
    padding-top:14px;
    font-size:0.92em;
	margin-right:4px;

}

#header .search label {
    color:#fff;
    padding-right:8px;
}
#header .search input.text {
    width:122px;
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
    margin-right:4px;
    margin-left:5px;
}

#header .search input.button {
    color:#fefefe;
    border:0;
    background:url(../images/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    width:51px;
    padding:1px 0;
    text-align:center;
    height:19px;
}


#header2 {
	padding: 0 0 0 0;
}

#header2 .menu {
    float:left;
    width:705px;
    height:70px;
	color: #FFF;
    background-color: #5B94BE;
	margin-bottom: 5px;
	padding-top: 30px;
}

#header2 .menu  marquee{ 
	font-size: 14px;
}

#header2 .search {
    width:264px;
    height:100px;
    float:right;
	color: #FFF;
    font-size:0.92em;
    background-color: #5B94BE;
	margin: 0 0 0 0;
}
#header2 .search  img{
	padding-top:5px;
	padding-left: 5px;
}


#heading {
    margin-top:4px;
    width:551px;
    float:left;
    clear:both;
    height:134px;
	font-weight:normal;
}

#about {
    margin-top:4px;
    width:232px;
    height:164px;
    overflow:hidden;
    float:right;
    background:url(../images/header-about-back.gif) 0 0 repeat-y #f9fdff;
    padding:18px;
}

#about .signature {
    text-align:right;
    margin:0;
}

#main {
    margin-top:4px;
    clear:both;
    overflow:hidden;
}

#left-block {
    width:276px;
    float:left;
	font-family: Helvetica, Arial, Verdana;
	line-height: 18px;
	background-color: #dff4ff;
}
#cat_hover{
    background:#000000;
}
#cat_div img {
	position: right top;
}
#left-block .box {
    padding:18px;
    margin-bottom:4px;
	
}

#left-block .box h2 {
    padding-bottom:16px;
}

#left-block .box a {
    text-decoration: none;
}

#left-block .box ul {
    font-size:1.17em;
}

#left-block .box ul.children {
    padding-top:8px;
    font-size:1em;
}

#left-block .box li {
    padding:4px 0;
    padding-left:20px;
    background-repeat:no-repeat;
    background-position:0 6px;
    background-image:url(../images/arrow.png);
}

#left-block .box li.current-cat {
    font-weight:bold;
}

#left-block .categories li {

}

#left-block .archive li {
    background-image:url(../images/cal.gif);
}

#left-block .blogroll li,
#left-block .meta li {
    background-image:url(../images/arrow.gif);
}


.box input.text {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
    width:110px;
    font-size:.92em;
}

.box input.button {
    font-size:.92em;
    width:48px;
}

.box .tags {
    line-height:1.4;
}

.box .textwidget {
    font-size:.92em;
    line-height:1.4;
}

#left-block #recentcomments {
    font-size:.92em;
}

#left-block #recentcomments li {
    background:none;
    padding-left:0;
}


#wp-calendar {
    width:180px;
    font-size:.92em;
}

#wp-calendar caption {
    padding:0 0 4px 0;
    font-weight:bold;
}

#wp-calendar th,
#wp-calendar td {
    padding:2px;
    text-align:center;
}

#wp-calendar thead th {
    background:#eee;
}

#wp-calendar #prev {
    text-align:left;
    padding-top:4px;
}

#wp-calendar #next {
    text-align:right;
    padding-top:4px;
}

/* Content
 *******************************/
#main-block {
    width:700px;
    float:right;
    border:0px solid black;
}

#content {
    padding:18px;
    background:#fff;
    min-height:200px;
    height:auto!important;
    border:0px solid black;
}

#content .post {
    overflow:hidden;
    margin-bottom:18px;
    clear:both;
    border:0px solid black;
}

#content .entry a, #content .entry a:link, #content .entry a:visited, #content .entry a:focus, #content .entry a:hover, #content .entry a:active {
	color: #518cb1; 
	text-decoration: none;
	border:0px solid black;
}

#content .date {
    float:left;
    width:54px;
    height:43px;
    padding-top:11px;
    background:url(../images/post-date.gif) 0 0 no-repeat;
    color:#669abb;
    font-size:1.67em;
    text-align:center;
    margin: 0 0 20px 0;
    text-transform:uppercase;
}

#content .date span {
    font-size:0.65em;
    display:block;
}

#content .title,
#content .postdata {
    margin-left:0px;
    border:0px solid black;
	
}

#content .page .title {
    margin-left:0;

}

#content .title h2 {
    background:url(../images/post-title-border.gif) 0 100% repeat-x;
    padding-bottom:8px;
    margin-bottom:8px;
    
}

#content .title a {
    text-decoration:none;
    color:#265a8b;
    
}

#content .title a:hover {
    color:#518cb1;
    
}

#content .postdata {
    font-size:0.92em;
}

#content .category {
    background:url(../images/cat.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: left;

}

#content .comments {
    background:url(../images/comment.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: right;
}

#content .category,
#content .category a {
    color:#91adc1;  
}

#content .entry {
    clear:both;
	padding-top: 10px;

}

#content .entry .more-link {
    font-weight:bold;
    color:#518cb1;
    
}

#recent {
    margin-top:4px;
    background:#e7f5fe;
    overflow:hidden;

}

#recent .posts,
#recent .comments {
    width:312px;
    padding:24px 32px;

}

#recent .posts {
    float:left;
}

#recent .comments {
    float:right;
}

#recent .posts ul,
#recent .comments ul {
    font-size:.92em;
    line-height:1.2;
}

#recent .posts li,
#recent .comments li {
    margin-bottom:1.1em;
}

#recent .posts li a {
    font-weight:bold;
}

#recent .comments li .author {
    font-size:0.91em;
    line-height:1.4;
}

#recent .comments li a {
    text-decoration:none;
}

#leavecomment {
    padding-top:1em;
}

.comments-list .avatar {
    margin-bottom:4px;
}

.comments-list li {
    padding:18px;
    line-height:1.2;
}

.comments-list li.graybox {
    background:#f5f5f5;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
    font-size:.83em;
}

.comments-list .comment {
    margin-top:8px;
}

#commentform input.text,
#commentform textarea {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
}

#commentform input.text {
    width:200px;
}

#commentform textarea {
    width:600px;
}

/* Footer
 *******************************/
#footer {
    margin-top:4px;
    padding:4px 32px;
    font-size:.92em;
    overflow:visible;
    line-height:1.2;
}


/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии */
.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide-image {
	border: 2px solid #FFFFFF;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-dimming {
	background: black;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
}
.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-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 12px;
	width: 11px;
	background: url(../dleimages/resize.gif);
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-caption {
	display: none;
	padding: 5px;
	background: white;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

/*
DIMA
*/

.tplink_content{
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	width: 660px;	
	border:0px solid black;
}
.tplink_content_hr{
	border-bottom: 1px dotted black;
}
.tplink_content_title{
	text-align: center;
	margin-bottom: 5px;
}
.tplink_content_header{
	padding-top: 5px;
}
.tplink_content_header_img{
    width: 200px;
	float: left;
	text-align: center;
	padding-top: 40px;
}
.tplink_content_header_img img{
	margin-bottom: 10px;
}
.tplink_content_header_pro {
	float: left;
	width: 660px;
	padding-bottom: 10px;
}
.tplink_content_header_pro span{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.tplink_content_header_pro li{
	float: left;
}
.tplink_content_header_list{
	width: 460px;
	float: right;
	padding-bottom: 10px;
}
.tplink_content_header_list span{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
#link_set_product{
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;	
	text-decoration: none;
}
#link_set_product_det li{
	margin:0 0 0 0;
    padding:4px 0;
    padding-left:20px;
    background-repeat:no-repeat;
    background-position:0 4px;
    background-image:url(../images/arrow_det.png);
}

#link_set_product2{
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;	
	text-decoration: none;
}
#link_set_product_det2 li{
	margin:0 0 0 0;
    padding:5px 0;
    padding-left:15px;
	padding-right:15px;
    background-repeat:no-repeat;
    background-position:0 4px;
    background-image:url(../images/arrow_grey_right.png);
}
#table_set_product{
	text-align: left;
	vertical-align: top;
}
#tplink_tabs{
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	border: none;
	width: 660px;
	line-height:14px;
	padding-top: 15px;
}
#tplink_tabs h3{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#tplink_tabs a{
	text-decoration: none;
}

#tplink_tabs  td{
	padding-left: 5px;
	padding-bottom: 15px;
	border: none;
}

#tplink_tabs p{
	font-size: 12px;
}
#tplink_hr{
	border-bottom: 3px solid blue;
	height: 5px;
	width:660px;
}


#div_auth_box
{
   	position: absolute;
	width: 24%;
	left: 38%;
  	top: 85px;
  	background: #fff;
	border:solid #eee 5px;
	display: none;
  	z-index: 99;
    overflow: hidden;
}

#div_auth_box #border
{
   border:1px solid #c4c4c4;
   padding:15px;
   padding-left:65px
}

#div_auth_box a
{
	font:11px Tahoma, Verdana;
	text-decoration: none;
	color:#2887c3;
}

#div_auth_box a { text-decoration: underline; }
#div_auth_box a:hover { text-decoration: none; }