/*
* Site Name: videolocator.ru
* URI: http://videolocator.ru
* Description: 
* Author: Sergej Kondratjew
* Author URI: sergej@kondratjew.com
* Template: 
* Version: 0.2.2
* */

/* 'import' section
* -------------------------------------------------------------------*/
@import url('reset.css');
@import url('lightbox.css');
@import url('http://stilsoft.ru/css/global.css');

/* 'global' section
* -------------------------------------------------------------------*/
body {
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    background: #7e7e7e;
    color: #595959;
}

#wrapper {
    position: relative;
    background: white;
    width: 1000px;
    min-height: 100%;
    margin: 0 auto;
}

#columns {
    position: relative;
}

/* 'links' section
* -------------------------------------------------------------------*/
a:link, a:visited {
    color: #ff423e;
}
a:hover {
    text-decoration: none;
}

#allnews a:link, #allnews a:visited {
    color: #fff;
}

/* 'header' section
* -------------------------------------------------------------------*/
#header {
    background-image: url(/images/header_bg.gif);
    background-repeat: no-repeat;
    height: 275px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    font-family: Arial, Helvetica, sans-serif;
}

#langbar {
    display: inline;
    padding-left: 20px;
    color: white;
}

#langbar a {
    font-size: 11px;
    color: white;
    padding: 0 5px;
}

#stilsoft {
    display: inline;
    margin-left: 15px;
    padding: 0px 7px 5px 7px;
    background: #6daff9;
}

#stilsoft a {
    font-size: 11px;
    padding: 0;
    color: white;
}

#righttopmenu {
    display: inline;
    margin-left: 625px;
    background: #a6a6a6;
    padding: 0px 7px 5px 7px;
    color: white;
}

#righttopmenu a {
    font-size: 11px;
    color: white;
}

#intro {
    position: absolute;
    top: 50px;
    left: 390px;
    width: 370px;
}

#intro strong {
    font-size: 12px;
    color: #595959;
}

#intro p {
    font-size: 11px;
    margin: 3px 0 0 0;
    color: #595959;
    line-height: 1.2;
}

#intro a {
    font-size: 11px;
}

#cert {
    position: absolute;
    top: 60px;
    left: 820px;
}

#stocks {
    background-image: url(/images/stocks_bg.gif);
    height: 119px;
    width: 962px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 1px;
}

.stock {
    display: inline;
    float: left;
    width: 300px;
    margin: 10px 0 0 14px;
}

.stock_img {
    float: left;
}


.stock_title {
    float: left;
    margin: 0 0 7px 4px;
}

.stock p {
    float: right;
    width: 200px;
    font-size: 11px;
    color: #595959;
    line-height: 1.2;
}
.stock a {
    font-size: 11px;
}

/* 'menus' section
* -------------------------------------------------------------------*/
#topmenu {
    background-image: url(/images/topmenu_bg.gif);
    height: 33px;
    width: 962px;
    margin-left: auto;
    margin-right: auto;
}

#topmenu ul {
    color: white;
    padding: 5px 0 0 63px;
}

#topmenu li {
    float: left;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid white;
}
#topmenu .partners, #bottommenu .partners {
    border-right: 0;
}

#topmenu .contacts {
    float: right;
    padding-right: 12px;
    border-right: 0;
}

#topmenu a {
    color: white;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
}

#topmenu li a:hover {
    text-decoration: none;
}

#bottommenu {
    margin: 5px 0 0 0;
    padding: 0;
}

#bottommenu ul {
}

#bottommenu li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid red;
}
#bottommenu .last_li {
    border-right: 0;
}

#bottommenu a {
    padding: 0 7px 0 7px;
    font-size: 12px;
}

.active {
    font-weight: bold;
}
/* 'left column'
* -------------------------------------------------------------------*/
#leftcolumn {
    float: left;
    width: 200px;
}

#leftcolumn #support {
    margin: 15px 0 15px 50px;
    line-height: 0.9;
}

#leftcolumn #support img {
    float: left;
    margin-top: 8px;
    margin-right: 7px;
}

#leftcolumn #support a {
    font-size: 11px;
    padding: 0;
    margin: 0;
}

#leftcolumn #control {
    margin: 15px 0 15px 55px;
    line-height: 0.9;
}

#leftcolumn #control img {
    float: left;
    margin-left: 2px;
    margin-right: 14px;
}

#leftcolumn #control a {
    font-size: 11px;
}

#promo #promo_img {
    margin: 10px 0 0 35px;
}

#promo .promo_item img {
    margin: 20px 0 10px 25px;
}

#promo .promo_item a {
    float: right;
    margin-right: 25px;
    font-size: 11px;
}

#wherebuy {
    margin: 30px 0 0 25px;
}

#wherebuy a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

#wherebuy p {
    font-size: 11px;
    color: #595959;
}

#medvedev {
    margin: 30px 0 0 25px;
}

#medvedev a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
}

#medvedev img {
    margin: 8px 0 0 15px;
}

#sites {
    margin: 20px 0 0 25px;
}

#sites img {
    margin: 7px 0;
}

/* 'global center column' section
* -------------------------------------------------------------------*/

#centercolumn {
    float: left;
    width: 520px;
    margin: 0 20px 0 20px;
}

#breadcrumb {
    color: #d0d0d0;
    padding: 0px;
    margin-bottom: 10px;
}

#breadcrumb ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
    border: none;
}

#breadcrumb ul li {
    margin-left: 0;
    padding-left: 2px;
    border: none;
    list-style: none;
    display: inline;
    font-size: 11px;
}
#breadcrumb li a {
    color: #d0d0d0;
}

#page_title {
    margin: 10px 0;
}

#page_title h1 {
    font-size: 18px;
    color: #595959;
}

#page_title span {
    font-size: 13px;
    color: #595959;
}

/* 'global content' section
* -------------------------------------------------------------------*/

#content {
    color: #595959;
}

#content p {
    margin: 4px 0;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    line-height: 1.3;
}

#content ul, #content ol {
    margin-left: 3px;
}

#content ol li {
    list-style-type: decimal;
    padding-left: 4px;
    margin: 7px 0 7px 25px;
    font-size: 12px;
    line-height: 1.2;
    text-align: justify;
}

#content ul li {
    list-style-type: disc;
    padding-left: 5px;
    margin: 7px 0 7px 20px;
    font-size: 12px;
    line-height: 1.2;
    text-align: justify;
}

#content .formula {
    font-size: 13px;
    font-style: italic;
    line-height: 1.3;
    text-align: center;
}

/* 'local content' section
 * -------------------------------------------------------------------*/

/* 'tables' section
 * -------------------------------------------------------------------*/

#content table {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
}

#content table th {
    padding: 3px;
    border: 1px solid black;
    font-size: 11px;
    text-align: center;
}

#content table td {
    padding: 3px;
    border: 1px solid black;
    font-size: 11px;
}

#content table td.section_summary p {
    font-size: 11px;
}

#content table td.section_title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#content table td.subsection_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

td.type, td.retail {
    font-weight: normal;
    text-align: center;
}

td.retail {
    width: 10%;
}

/* 1 - main page
 * 2 - products pages
 * 3 - hardware pages
 * 4 - technologies pages
 * 5 - articles pages
 * 6 - price pages
 * 7 - map page
 * -------------------------------------------------------------------*/

/* 'main' page
 * -------------------------------------------------------------------*/

.product_item {
    margin: 50px 0;
}

.product_item h4 {
    margin: 5px 0 5px 106px;
    font-size: 14px;
    color: #fff;
}

.product_item h4 a {
    color: #595959;
}

.product_img  {
    float: left;
}

.product_img img {
    margin-top: 25px;
}

.product_item p {
    margin-left: 106px;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    line-height: 1.3;
}

#allproducts {
    margin-left: 106px;
    width: 90px;
    background: #ff423e;
}

#allproducts a {
    display: block;
    padding: 6px;
    font-size: 11px;
    color: white;
    text-align: center;
}

/* 'products' pages
 * -------------------------------------------------------------------*/

.product {
    margin: 10px;
}

.product a {
    padding-left: 16px;
    font-size: 13px;
    font-weight: bold;
    background: url(/images/point.gif) no-repeat left center;
}

.product p {
    padding: 7px 0 7px 16px;
    font-size: 12px;
    line-height: 1.2;
    text-align: justify;
}

span.product_title {
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
}

/* 'hardware' pages
 * -------------------------------------------------------------------*/

.page_hardware {
    margin: 10px;
}

.page_hardware a, .page_hardware .category_others {
    padding-left: 16px;
    font-size: 13px;
    font-weight: bold;
    background: url(/images/point.gif) no-repeat left center;
}

.page_hardware .category_others {
	color: #ff423e;
}

.page_hardware p {
    margin-top: 5px;
    padding-left: 16px;
    font-size: 12px;
    font-weight: normal;
}

/* 'technologies' pages
 * -------------------------------------------------------------------*/

.page_technology {
    margin: 10px 10px 25px 10px;
}

.page_technology a, .info_page a {
    padding-left: 16px;
    font-size: 13px;
    font-weight: bold;
    background: url(/images/point.gif) no-repeat left top;
}

.page_technology p {
    margin-top: 5px;
    padding-left: 16px;
    font-size: 12px;
    font-weight: normal;
}

/* 'articles' pages
 * -------------------------------------------------------------------*/

.page_article {
    margin: 10px 0px 25px 0px;
}

.page_article a {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
/*    padding-bottom: 5px; */
}

#content .page_article .author {
    padding: 0;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #595959;
}

.article_summary {
    padding: 2px 0 2px 0;
    font-size: 12px;
    line-height: 1.2;
    text-align: justify;
}

.article_summary a {
    font-size: 12px;
    font-weight: normal;
}

#content .author {
    padding: 0 0 10px 0;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #595959;
}

#content .pic_desc {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

/* 'price' pages
 * -------------------------------------------------------------------*/

.page_price {
    margin: 10px;
}

.page_price a {
    padding-left: 16px;
    font-size: 13px;
    font-weight: bold;
    background: url(/images/point.gif) no-repeat left center;
    line-height: 1.2;
}

.page_price p {
    margin: 5px 0 5px 0;
    padding-left: 16px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    text-align: justify;
}

#warning p {
    padding: 0 20px 10px 20px;
    font-size: 11px;
    color: #949494;
}

/* 'map' page
 * -------------------------------------------------------------------*/

.page_map {
    margin: 10px;
}

.page_map a {
    padding-left: 16px;
    font-size: 13px;
    font-weight: bold;
    background: url(/images/point.gif) no-repeat left center;
}

/* 'partners' pages
 * -------------------------------------------------------------------*/

.regions1  {
    float: left;
}

.regions2 {
    float: left;
    margin-left: 5px;
}

#content .country {
    margin-top: 20px;
}

.country h1 {
    float: left;
}
.country img {
    float: left;
    margin-top: -5px;
    margin-right: 5px;
}

.country a {
    padding-left: 16px;
    font-size: 12px;
    font-weight: bold;
    background: url(/images/point.gif) no-repeat left top;
}

#content .country ul li {
    list-style-type: none;
}

#content .partner {
    margin: 25px 0;
}

#content #partners .partner {
    list-style-type: none;
    background: url(/images/point.gif) no-repeat left top;
    padding-left: 20px;
}

#content #partners_url a {
    font-size: 12px;
}

/* 'info' pages
 * -------------------------------------------------------------------*/
.info_page li { list-style-type: none; }

/* 'right column' section
 * -------------------------------------------------------------------*/

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

#search {
    margin-top: 5px;
}

#search .search_text {
    width: 150px;
    border: 1px solid silver;
}

#search .submit {
    background-color: #a9a9a9;
    width: 53px;
    height: 23px;
    border: none;
    color: white;
}

#vldemo {
    margin: 15px 0 0 7px;
}

#news {
    margin-right: 15px;
}

#news img {
	padding: 10px 0 0 0;
}

.lastnews_item {
	padding: 9px 0;
}

.lastnews_item .news_title a {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
}

.lastnews_item .news_date {
    margin: 3px 0;
    font-size: 12px;
    font-style: italic;
    line-height: 1.2;
}

.lastnews_item p {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    color: #595959;
}

.lastnews_item p a {
    font-size: 11px;
}

.news_items {
    padding: 0 0 20px 0;
}

.news_items .news_title a {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
}

.news_items .news_date {
    padding: 5px 0 0 0;
    font-size: 12px;
    font-style: italic;
    line-height: 1.2;
}

.news_items p {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
	color: #595959;
}

.news_items p a {
	font-size: 13px;
}

.news_item .news_date {
    padding: 0 0 8px 0;
    font-size: 12px;
    font-style: italic;
    line-height: 1.2;
}

#allnews {
    width: 90px;
    background: #ff423e;
}

#allnews a {
    display: block;
    padding: 6px;
    font-size: 11px;
    text-align: center;
}
#news_navi {
    display: inline;
    margin-left: auto;
    margin-right: auto;
}

#prevnews {
    float: left;
    vertical-align: middle;
    padding: 2px;
/*    width: 80px;
    background: #5ea0db; */
    font-size: 13px;
/*    color: black; */
}

#nextnews {
    float: left;
    vertical-align: middle;
    padding: 2px;
/*    width: 80px;
    background: #5ea0db; */
    font-size: 13px;
/*    color: white; */
}

.newspage_link {
    float: left;
    width: 18px;
    background: #ff423e;
    border: 1px solid #ff423e;
    margin: 0 2px;
    padding: 2px;
    font-size: 13px;
    text-align: center;
}

.newspage_link a {
    color: white;
    text-decoration: none;
}

.newspage_nolink {
    float: left;
    width: 18px;
    border: 1px solid #ff423e;
    margin: 0 2px;
    padding: 2px;
    font-size: 13px;
    text-align: center;
}

/* 'footer' section
* -------------------------------------------------------------------*/
#footer {
    clear: both;
    height: 260px;
    padding-top: 100px;
    padding-bottom: 25px;
}

#vl_logo {
    float: left;
    padding: 0 10px 0 25px;
    width: 213px;
}

#contacts_info {
    clear: left;
}

#stilsoft_logo {
    float: left;
    width: 103px;
    padding: 50px 0 0 40px;
}

#addresses {
    float: left;
    display: inline;
    padding: 50px 0 0 15px;
    margin: 0 0 0 25px;
}

#addresses address {
    float: left;
    margin-right: 25px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    color: #595959;
}

#copyright {
    clear: left;
    padding: 30px 0 0px 180px;
    font-size: 11px;
    font-weight: normal;
    color: #595959;
}

#copyright a {
    line-height: 1.5;
}

#validrss {
    padding : 10px 0 0 180px;
}
