/*
* Site Name: stilsoft.ru
* URI: http://stilsoft.ru
* Description: CSS file for 'print' media
* Author: Sergej Kondratjew
* Author URI: sergej@kondratjew.com
* Template:
* Version: 0.0.1
* */

/* 'import' section
 * -------------------------------------------------------------------*/
@import url('reset.css');

body {
	background: white;    
}

a:link, a:visited {
	color: #428fc0;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#breadcrumb {
    display: none;
}

.nonprint {
    display: none;
}

#centercolumn {
    width: auto;
    margin: 5pt;
    padding: 0;
    background: transparent;
}

#page_title h1{
    font-size: 15pt;
    font-weight: bold;
}

#page_title span {
    font-size: 12pt;
}

#content {
    color: black;
}

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

#content h2 {
    font-size: 13pt;
    font-weight: bold;
}

#content h3 {
    font-size: 12pt;
    font-weight: bold;
}

#content ul, ol {
    margin-left: 20pt;
}

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

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

#content img.left {
	float: left;
	margin: 0 7pt 5pt 0;
}

#content img.right {
	float: right;
	margin: 7pt 0 7pt 7pt;
}

#content img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content img.middle {
    vertical-align: middle;
    padding-right: 5pt;
}

#content .center {
    text-align: center;
}

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

.product {
    margin: 20pt 0;
}

.product a {
    font-size: 13pt;
    font-weight: bold;
}

.product p {
    padding: 10pt 0;
    font-size: 12pt;
    line-height: 1.2;
    text-align: justify;
}

.product_title {
    font-size: 18pt;
    line-height: 1.2;
    font-weight: bold;
}

.product_subtitle {
    font-size: 13pt;
    line-height: 1.3;
    font-weight: bold;
}

.product_img {
    float: left;
    margin: 0 15pt 0 0;
}

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

.product_site {
    margin: 15pt 0;
}

.product_site img {
    padding: 0 15pt 0 0;
    vertical-align: middle;
}

.product_site span, .product_site a {
    font-size: 13pt;
    font-weight: bold;
}

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

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

.page_price {
    margin: 10pt;
}

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

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

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

span.product_title {
    font-size: 12pt;
    line-height: 1.5;
    font-weight: bold;
}

span.product_summary {
    font-size: 10pt;
}

/* 'contacts' section
/* -------------------------------------------------------------------*/

.c_address {
    
}

.c_address h2 {
	clear: both;
	font-size: 12pt;
	line-height: 2;
}

.c_address img {
        float: left;
	margin-bottom: 20pt;
}

.c_address address {
	float: left;
	padding-left: 10pt;
	font-size: 12pt;
	font-style: normal;
	line-height: 1.5;
}

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

#content table {
    border: 1pt solid black;    
}

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

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

#content table td.section_summary p {
    font-size: 10pt;
}

#content table td.section_summary li {
    font-size: 10pt;
    margin: 0 0 0 20pt;
}

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

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

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

td.retail {
    width: 10%;
}