/**
 * COMMON
 */
html {
    background: #EEF0F2 url("../img/background.jpg") left top repeat-x;
    background-attachment: fixed;
    border: 0;
    font-family: 'Frutiger', 'Univers', 'Arial', 'Helvetica', sans-serif;
    font-size: 100%;
    line-height: 125%;
    margin: 0;
    padding: 0;
}

body {
    background: white url('../img/jvc-logo-w.png') 13px 40px no-repeat fixed;
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 131px;
    width: 990px;
}
body.x-fluid {
    background: white;
    min-width: 990px;
    width: 100%;
}

/**
 * INLINE ELEMENTS
 */

abbr, acronym {
    cursor: help;
}
code {
    font-size: 100%;
}

/* links (see http://dbaron.org/css/1999/09/links) */
:link,
:visited {
}
:link {
/*    color: #0000BF;*/
}
:visited {
/*    color: #7F007F;*/
}
:link:hover,
:visited:hover {
/*    color: black;*/
}
:link:active,
:visited:active {
/*    color: #DFDFFF;*/
}
:link[href^='#'] {
/*    border-bottom: 1px dotted;
    color: black;
    text-decoration: none;*/
}


/**
 * BLOCK ELEMENTS
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 160%;
}
h2 {
    font-size: 150%;
    margin: 18px;
}
h3 {
    font-size: 140%;
    margin: 18px;
}
h4 {
    font-size: 130%;
    margin: 18px;
}
h5 {
    font-size: 120%;
    margin: 18px;
}
h6 {
    font-size: 110%;
    margin: 18px;
}
h2.hidden,
h3.hidden {
    position: absolute;
    left: -8192px;
}
hr {
    position: absolute;
    left: -8192px;
}
div.hr {
    border-bottom: 2px dotted #A29489;
    margin: 6px 18px 18px 16px;
}
p {
    text-indent: 1em;
    margin: 18px;
}

fieldset {
    border: 2px solid #ECEAE7;
    border-radius: 8px;
    padding: 8px 0;
    margin: 0;
}
form {
    margin: 16px auto;
    padding: 0;
    width: 80%;
}
form.full {
    margin: 0;
    width: auto;
}
fieldset {
    -moz-border-radius: 8px;
}
legend {
    font-weight: bold;
    margin: 0 1em;
    padding: 0 .25em;
}
label {
    cursor: pointer;
}
form img {
    background-color: white;
    border: 0;
    display: inline;
}
form label {
    clear: left;
    float: left;
    min-width: 160px;
    _width: 160px; /* FOR IE (gnagnagna) */
}
form select,
form input {
    margin: 0 0 .125em 0;
}
form input.nolabel {
     margin-left: 180px;
}
/**
 * must use span because the worst browser doesn't understand correctly the
 * <br /> tag... gniiiiii !! if at least those n00bs at Micro$oft could program
 * correctly... but there is no hope... we should just drop IE support...
 * So please when a country has less that 50% visitors with IE, pleeeaaase just
 * drop that browser and priviledge the better ones !!! you will help the world
 * by doing so !
 * The only way IE you can see how funny IE is is there :
 *     http://video.google.com/videoplay?docid=8493972693429097365
 */
form span {
    clear: left;
    display: block;
    margin: .5em 0;
    padding: 0;
}
form br {
    clear: left;
    display: block;
    padding: 0;
    margin-bottom: .5em;
}
img {
    background-color: #F1F1F1;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
}
ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.list {
    list-style-type: circle;
    margin: 18px;
    padding-left: 2em;
}
ol.list {
    list-style-type: decimal;
    margin: 18px;
    padding-left: 2em;
}
ul.list li,
ol.list li {
    margin: 0.5em 0;
    text-indent: 0;
}
ul.list p,
ol.list p {
    margin: 0.25em 0;
    text-indent: 0;
}
li {
    margin: 0;
    padding: 0;
}
.clear {
    display: block;
    clear: both;
}
span.clear {
    height: 0;
    overflow: hidden;
}

.center {
    text-align: center;
}

/* common styles */
.lfloat {
    float: left;
}
.rfloat {
    float: right;
}
.nfloat {
    float: none;
}
.lclear {
    clear: left;
}
.rclear {
    clear: right;
}
.bclear {
    clear: both;
}
.nclear {
    clear: none;
}
.nindent {
    text-indent: 0em;
}
.lalign {
    text-align: left;
}
.ralign {
    text-align: right;
}
.calign {
    text-align: center;
}
.jalign {
    text-align: justify;
}
.bdisplay {
    display: block;
}
.idisplay {
    display: inline;
}
.ndisplay {
    display: none;
}
.red {
    color: red;
}

/* style the text selection :) Gecko browser only at the moment *
::-moz-selection {
    background-color: black;
    color: yellow;
}
::selection {
    background-color: black;
    color: yellow;
}

/**
 * FORM COMPARE
 */
form.compare {
    margin: 0;
    width: auto;
}
form.compare label {
    clear: none;
    float: none;
    min-width: auto;
    _width: auto; /* FOR IE */
}

/**
 * OUTER CONTAINER
 */
#outer {
    width: 990px;
}
/************************************************************************************
TO CHECK
************************************************************************************

.tblChart
{
	border-style : none none none none;
	border : thin Gray;
	border-bottom : 1px solid Gray;
	border-top : 1px solid Gray;
	border-left : 1px solid Gray;
	border-right : 1px solid Gray;
	line-height : 1em;
}

.tblChart .tblMainTitleChartData {
	font-size:12px;
	font-weight:bold;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	vertical-align : top;
	text-align : left;
	border-style : none none none none;
	border : thin Gray;
	border-bottom : 1px solid Gray;
	border-top : 0px solid Gray;
	border-left : 1px solid Gray;
	border-right : 0px solid Gray;
}
.tblChart .tblTitleChartData
{
	font-size: 10px;
	font-weight:normal;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 2px;
	border-style : none none none none;
	border : thin Gray;
	border-bottom : 1px dotted Gray;
	border-top : 0px solid Gray;
	border-left : 0px solid Gray;
	border-right : 0px solid Gray;
 	width : 200px;
 	min-width : 200px;
 	max-width : 200px;
}
.tblChart .tblTitleChartDataLevel2
{
	font-size: 10px;
	font-weight:bold;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 2px;
	border-style : none none none none;
	border : thin Gray;
	border-bottom : 1px dotted Gray;
	border-top : 0px solid Gray;
	border-left : 0px solid Gray;
	border-right : 0px solid Gray;
 	width : 200px;
 	min-width : 200px;
 	max-width : 200px;
}
.tblChart .tblTitleChartDataLevel3
{
	font-size: 10px;
	font-weight:normal;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 2px;
	border-style : none none none none;
	border : thin Gray;
	border-bottom : 1px dotted Gray;
	border-top : 0px solid Gray;
	border-left : 0px solid Gray;
	border-right : 0px solid Gray;
 	width : 200px;
 	min-width : 200px;
 	max-width : 200px;
}
.tblChart .tblTitleChartDataEmpty
{
	font-size: 10px;
	font-weight:normal;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 5px;
	border-style : none none none none;
	border : thin Gray;
	border-bottom : 1px dotted Gray;
	border-top : 0px solid Gray;
	border-left : 0px solid Gray;
	border-right : 0px solid Gray;
 	width : 10px;
 	min-width : 10px;
 	max-width : 10px;
}
.tblChart .tblTitleChartMain
{
	font-size: 10px;
	font-weight:bold;
	text-align: left;
	border-style : none none none none;
	border : thin Gray;
	border-bottom : 1px solid Gray;
	border-top : 0px solid Gray;
	border-left : 1px solid Gray;
	border-right : 0px solid Gray;
	background-color:#ededed;
}
.tblChart .tblTitleChart
{
	font-size: 10px;
	font-weight:normal;
	text-align: left;
	border-style : none none none none;
	border : thin Gray;
	border-bottom : 1px solid Gray;
}
.tblChart .tblDataChart
{
	font-size: 10px;
	font-weight:normal;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	border-style : none none none none;
	border : thin Gray;
	border-bottom : 1px solid Gray;
	border-top : 0px solid Gray;
	border-left : 1px solid Gray;
	border-right : 0px solid Gray;
 	width : 200px;
 	min-width : 200px;
 	max-width : 200px;
}

.tblChart .tblTranslate
{
	font-size: 10px;
	font-weight:normal;
	color:#ff0000;
	text-align: right;
}
.tblChart .tblRight
{
	font-size: 10px;
	font-weight:normal;
	text-align: right;
}*/

/**
 * HEADER
 */
#logo {
    background-color: black;
    border-right: 1px solid #666666;
    color: white;
    height: 131px;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 149px;
    z-index: 102;
}
#logo a {
    display: block;
    height: 131px;
    overflow: hidden;
    width: 149px;
}
#logo img {
    height: 59px;
    width: 123px;
    position: relative;
    top: 40px;
    left: 13px;
}


/**
 * SHORTCUT
 */
#shortcut {
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 0;
    top: 0;
    left: -8192px;
    z-index: 102;
    width: 100%;
}
#shortcut a {
    background: url('../img/content-arrow.png') center top no-repeat;
    color: black;
    cursor: pointer;
    display: block;
    font-size: 75%;
    font-weight: bold;
    line-height: 150%;
    padding-bottom: 6px;
    text-decoration: none;
    text-align: left;
    width: 100%;
}
#shortcut a:hover,
#shortcut a:focus {
    background: url('../img/content-arrow.png') center bottom no-repeat;
    color: white;
    text-align: center;
}
#shortcut span {
    display: block;
    width: 100%;
}
#shortcut a:hover span,
#shortcut a:focus span {
    background-color: #DF130E;
}

/**
 * TOP BANNER
 */
#banner {
    background-color: black;
    color: white;
    height: 131px;
    left: 150px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 840px;
    z-index: 101;
}
body.x-fluid #banner {
    left: 0;
    min-width: 990px;
    width: 100%;
}
#banner a {
    display: block;
    height: 131px;
    overflow: hidden;
    width: 840px;
}
body.x-fluid #banner a {
    width: auto;
}
#banner img {
    height: 131px;
}
body.x-fluid #banner img,
body.x-fluid #banner object {
    margin: 0;
    left: 150px;
    position: absolute;
}


/**
 * MENU
 */
#menu {
    background: white url('../img/menu.png') left bottom repeat-x;
    border-top: 1px solid #666666;
    min-height: 16px;
    position: relative;
    overflow: auto;
    width: 990px;
}
body.x-fluid #menu {
    width: 100%;
}
#menu li {
    float: left;
    text-align: right;
    min-height: 16px;
    min-width: 188px;
}
#menu li.products {
    min-width: 150px;
}
#menu li.icon {
    clear: left;
    float: right;
    margin-right: 1px;
    min-width: 0;
}
#menu a {
    border-bottom: 7px solid black;
    border-right: 1px solid black;
    color: black;
    display: block;
    font-size: 95%;
    text-align: center;
    font-variant: small-caps;
    text-decoration: none;
    min-height: 16px;
    min-width: 188px;
    outline: none;
    white-space: nowrap;
}
#menu li.products a {
    padding-left: 26px;
    min-width: 122px;
}
#menu li.products span {
    background: #333333 url('../img/arrow.png') 0 .5em no-repeat;
    padding-bottom: 7px;
    height: 1.25em;
    left: 0;
    min-height: 16px;
    min-width: 26px;
    position: absolute;
}
#menu li.icon a {
    border: none;
    min-width: 0;
}
#menu li.icon img {
    background: none;
    height: 1em;
    padding: 2px;
    margin-bottom: 1px;
    min-height: 16px;
    min-width: 16px;
    vertical-align: bottom;
    min-width: 1em;
}
/* open/close state */
#menu li.open span {
    background-position: 0 .5em;
}
#menu li.open a:hover span,
#menu li.open a:focus span {
   background-position: -26px .5em;
}
#menu li.close span {
   background-position: -26px .5em;
}
#menu li.close a:hover span,
#menu li.close a:focus span {
   background-position: 0 .5em;
}
/* colors */
#menu li.orange a:hover,
#menu li.orange a:focus {
    border-color: #EBA90B;
}
#menu li.red1 a:hover,
#menu li.red1 a:focus {
    border-color: #ab0f0b;
}
#menu li.red2 a:hover,
#menu li.red2 a:focus {
    border-color: #910d09;
}
#menu li.red3 a:hover,
#menu li.red3 a:focus {
    border-color: #780b07;
}
#menu li.red4 a:hover,
#menu li.red4 a:focus {
    border-color: #5e0906;
}
#menu li.blue a:hover,
#menu li.blue a:focus {
    border-color: #35B9FC;
}
#menu li.red a:hover,
#menu li.red a:focus {
    border-color: #DF130E;
}
#menu li.yellow a:hover,
#menu li.yellow a:focus {
    border-color: #EDE016;
}
#menu li.green a:hover,
#menu li.green a:focus {
    border-color: #76BD19;
}


/**
 * NAVIGATION
 */
#navigation {
    background: #333333 /*url('../img/flag-uk.png') top right no-repeat*/;
    border-top: 1px solid #666666;
    border-bottom: 7px solid black;
    clear: left;
    color: white;
    font-size: 80%;
    overflow: hidden;
    padding-left: 150px;
    width: 840px;
    white-space: nowrap;
}
body.x-fluid #navigation {
    min-width: 990px;
    padding: 0;
    width: auto;
}
#navigation ol {
    border-bottom: 1px solid #666666;
    padding-left: 4px;
}
#navigation li {
    display: inline;
    white-space: nowrap;
}
#navigation li a {
    padding: 2px;
}
#navigation li.last a {
    font-weight: bold;
}
#navigation :link,
#navigation :visited {
    color: white;
    text-decoration: none;
}
#navigation :link:hover,
#navigation :visited:hover,
#navigation :link:focus,
#navigation :visited:focus {
    background-color: #666666;
}


/**
 * LEFT PART
 */
#left {
    /*background-color: #A29489;*/
    background-color: #a5a8ad;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    clear: both;
    float: left;
    min-height: 361px;
    margin-top: -1.25em;
    margin-bottom: -7px;
    padding-bottom: 1.25em;
    position: relative;
    top: -9px;
    width: 149px;
}
#left h2 {
    background-color: black;
    border-top: 1px solid #666666;
    clear: left;
    color: white;
    font-size: 110%;
    letter-spacing: 0.0625em;
    line-height: 150%;
    margin: 0;
    overflow: hidden;
    padding: 0 4px;
    width: 141px;
}


/**
 * CATEGORIES
 */
#categories {
    font-size: 75%;
    line-height: 1.2;
    position: relative;
    width: 149px;
    min-height: 300px;
}
#categories li {
    background-color: ThreeDFace;
    border-style: solid;
    border-width: 1px 0;
    border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
    clear: both;
    float: left;
    position: relative;
    width: 149px;
}
#categories li.container {
    background: ThreeDFace;
}
#categories li.open {
    background: Highlight;
    border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow;
}
#categories a {
    color: WindowText;
    display: block;
    overflow: hidden;
    padding: 1px 2px 1px 2px;
    position: relative;
    text-decoration: none;
    width: 132px;
}
#categories a.open {
    color: HighlightText;
}
#categories a.iconic {
    text-indent: 16px;
}
#categories img {
    background: none;
    display: block;
    left: 2px;
    margin-top: .5em;
    position: absolute;
    vertical-align: bottom;
}
#categories ul {
    border-style: solid;
    border-width: 1px;
    border-color: ThreeDLightShadow ThreeDDarkShadow ThreeDDarkShadow ThreeDLightShadow;
    left: -8192px;
    top: 0;
    position: absolute;
}
#categories ul li {
    border-width: 1px;
    width: auto;
}
#categories ul a {
    overflow: visible;
    white-space: nowrap;
    width: auto;
}
#categories ul ul {
    margin-left: 2px;
}
/* red, luminosity = 31% */
#categories.red li {
    background-color: #DF130E;
    border-color: #F7C4C3 #6F0907 #6F0907 #F7C4C3;
}
#categories.red li.container {
    background: #DF130E url('../img/menu-arrow-white.png') right center no-repeat;
}
#categories.red li.open {
    background: white url('../img/menu-background-red.png') center bottom repeat-x;
    border-color: #6F0907 #F7C4C3 #F7C4C3 #6F0907;
}
#categories.red a {
    color: white;
}
#categories.red a.open {
    color: black;
}
#categories.red ul {
    border-color: #EF8987 #380504 #380504 #EF8987;
}
/* red1, luminosity = ??% */
#categories.red1 li {
    background-color: #ab0f0b;
    border-color: #e9c2c1 #550705 #550705 #e9c2c1;
}
#categories.red1 li.container {
    background: #ab0f0b url('../img/menu-arrow-white.png') right center no-repeat;
}
#categories.red1 li.open {
    background: white /*url('../img/menu-background-orange.png') center bottom repeat-x*/;
    border-color: #550705 #e9c2c1 #e9c2c1 #550705;
}
#categories.red1 a {
    color: white;
}
#categories.red1 ul {
    border-color: #d48684 #2a0302 #2a0302 #d48684;
}
#categories.red1 a.open {
    color: black;
}
/* red2, luminosity = ??% */
#categories.red2 li {
    background-color: #910d09;
    border-color: #e3c2c1 #480604 #480604 #e3c2c1;
}
#categories.red2 li.container {
    background: #910d09 url('../img/menu-arrow-white.png') right center no-repeat;
}
#categories.red2 li.open {
    background: white /*url('../img/menu-background-orange.png') center bottom repeat-x*/;
    border-color: #480604 #e3c2c1 #e3c2c1 #480604;
}
#categories.red2 a {
    color: white;
}
#categories.red2 ul {
    border-color: #c78583 #240302 #240302 #c78583;
}
#categories.red2 a.open {
    color: black;
}
/* red3, luminosity = ??% */
#categories.red3 li {
    background-color: #780b07;
    border-color: #ddc1c0 #3c0503 #3c0503 #ddc1c0;
}
#categories.red3 li.container {
    background: #780b07 url('../img/menu-arrow-black.png') right center no-repeat;
}
#categories.red3 li.open {
    background: white /*url('../img/menu-background-orange.png') center bottom repeat-x*/;
    border-color: #3c0503 #ddc1c0 #ddc1c0 #3c0503;
}
#categories.red3 a {
    color: white;
}
#categories.red3 ul {
    border-color: #bb8482 #1e0201 #1e0201 #bb8482;
}
#categories.red3 a.open {
    color: black;
}
/* red4, luminosity = ??% */
#categories.red4 li {
    background-color: #5e0906;
    border-color: #d6c1c0 #2f0403 #2f0403 #d6c1c0;
}
#categories.red4 li.container {
    background: #5e0906 url('../img/menu-arrow-black.png') right center no-repeat;
}
#categories.red4 li.open {
    background: white /*url('../img/menu-background-orange.png') center bottom repeat-x*/;
    border-color: #2f0403 #d6c1c0 #d6c1c0 #2f0403;
}
#categories.red4 a {
    color: white;
}
#categories.red4 ul {
    border-color: #ae8382 #2a0302 #2a0302 #ae8382;
}
#categories.red4 a.open {
    color: black;
}
/* orange, luminosity = 61% */
#categories.orange li {
    background-color: #EBA90B;
    border-color: #FAE9C2 #755405 #755405 #FAE9C2;
}
#categories.orange li.container {
    background: #EBA90B url('../img/menu-arrow-black.png') right center no-repeat;
}
#categories.orange li.open {
    background: white url('../img/menu-background-orange.png') center bottom repeat-x;
    border-color: #755405 #FAE9C2 #FAE9C2 #755405;
}
#categories.orange a {
    color: black;
}
#categories.orange ul {
    border-color: #F5D485 #3B2A03 #3B2A03 #F5D485;
}
/* blue, luminosity = 56% */
#categories.blue li {
    background-color: #35B9FC;
    border-color: #CCEDFE #1A5C7F #1A5C7F #CCEDFE;
}
#categories.blue li.container {
    background: #35B9FC url('../img/menu-arrow-black.png') right center no-repeat;
}
#categories.blue li.open {
    background: white url('../img/menu-background-blue.png') center bottom repeat-x;
    border-color: #1A5C7F #CCEDFE #CCEDFE #1A5C7F;
}
#categories.blue a {
    color: black;
}
#categories.blue ul {
    border-color: #9ADCFE #0D2E3F #0D2E3F #9ADCFE;
}
/* pink, luminosity = 32% */
#categories.pink li {
    background-color: #D33960;
    border-color: #F4CDD7 #691C30 #691C30 #F4CDD7;
}
#categories.pink li.container {
    background: #D33960 url('../img/menu-arrow-white.png') right center no-repeat;
}
#categories.pink li.open {
    background: white url('../img/menu-background-pink.png') center bottom repeat-x;
    border-color: #691C30 #F4CDD7 #F4CDD7 #691C30;
}
#categories.pink a {
    color: white;
}
#categories.pink a.open {
    color: black;
}
#categories.pink ul {
    border-color: #E99CB0 #350E18 #350E18 #E99CB0;
}
/* yellow, luminosity = 81% */
#categories.yellow li {
    background-color: #EDE016;
    border-color: #FAF7C5 #76700B #76700B #FAF7C5;
}
#categories.yellow li.container {
    background: #EDE016 url('../img/menu-arrow-black.png') right center no-repeat;
}
#categories.yellow li.open {
    background: white url('../img/menu-background-yellow.png') center bottom repeat-x;
    border-color: #76700B #FAF7C5 #FAF7C5 #76700B;
}
#categories.yellow a {
    color: black;
}
#categories.yellow ul {
    border-color: #F6F08B #3B3806 #3B3806 #F6F08B;
}
/* green, luminosity = 55% */
#categories.green li {
    background-color: #76BD19;
    border-color: #DDEEC5 #3B5E0C #3B5E0C #DDEEC5;
}
#categories.green li.container {
    background: #76BD19 url('../img/menu-arrow-black.png') right center no-repeat;
}
#categories.green li.open {
    background: white url('../img/menu-background-green.png') center bottom repeat-x;
    border-color: #3B5E0C #DDEEC5 #DDEEC5 #3B5E0C;
}
#categories.green a {
    color: black;
}
#categories.green ul {
    border-color: #BBDE8C #1E2F06 #1E2F06 #BBDE8C;
}


/**
 * QUICK SEARCH
 */
#search {
    font-size: 90%;
    /*background-color: #A29489;*/
    background-color: a5a8ad;
    border: none;
    margin: 0;
    margin-bottom: -1.25em;
    overflow: hidden;
    padding: 4px;
    width: auto;
}
#search fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    text-indent: 0;
    vertical-align: bottom
}
#search legend {
    display: none;
}
#search input.field {
    border: 1px solid #333333;
    margin: 0;
    width: 139px;
}
#search input.button {
    border: 1px solid #333333;
    float: right;
    margin-top: 2px;
}


/**
 * CONTENT
 */
#content {
    float: left;
    font-size: 90%;
    margin-bottom: 2px;
    overflow: hidden;
    margin-top: 2px;
    width: 660px;
}
body.x-fluid #content {
    min-width: 990px;
    overflow: visible;
    width: auto;
}
#content .rounded-borders {
    border: 2px solid #ECEAE7;
    border-radius: 8px;
    margin: 0 8px 16px 8px;
    padding: 4px 8px;
}
#content .rounded-borders {
    -moz-border-radius: 8px;
}

/**
 * CONTENT > Categories (products, articles, ...)
 */
#categories-content {
    background: url('../img/background-categories.png') right bottom no-repeat;
    min-height: 327px;
    padding: 12px 12px 12px 12px;
}
#categories-image {
    background: url('../img/categories.jpg') left top no-repeat;
    display: block;
    height: 327px;
    margin: 0;
    width: 219px;
}
#categories-title {
    color: white;
    font-size: 200%;
    font-weight: normal;
    line-height: 1.5em;
    font-variant: small-caps;
/*    text-transform: uppercase; */
    margin: -327px 0 0 243px;
    min-height: 48px;
}
#categories-list {
    background-color: white;
    margin: 0 0 0 243px;
    min-height: 279px;
}
#categories-list ul {
    background-color: white;
    float: left;
    overflow: hidden;
    padding: 0 0 0 8px;
    width: 184px;
}
#categories-list li {
    background: url('../img/categories-list1.png') 0 .8em no-repeat;
    line-height: 1.5em;
    margin: 8px 0;
    width: 184px;
}
#categories-list a {
    color: black;
    display: block;
    font-weight: bold;
    padding-left: 32px;
    text-decoration: none;
    text-indent: -16px;
    width: 151px;
}
#categories-list a:hover,
#categories-list a:focus {
    text-decoration: underline;
}
#categories-list ul ul {
    float: none;
    font-size: 90%;
    margin-left: 16px;
    padding: 0;
    width: 168px;
}
#categories-list ul ul li {
    background: url('../img/categories-list2.png') 0 .8em no-repeat;
    line-height: 1.375em;
    margin: 0;
    padding: 0;
    width: 168px;
}
#categories-list ul ul a {
    font-weight: normal;
    padding-left: 28px;
    width: 140px;
}

/**
 * CONTENT > Product List
 */
#productlist-name {
    color: #3F484D;
    letter-spacing: 0.125em;
    text-transform: uppercase;
}
#productlist-list {
    margin: -9px 9px 0 9px;
}
#productlist-list li {
    overflow: hidden;
    padding: 9px 18px 0 18px;
    width: 285px;
}
#productlist-list li.left {
    clear: both;
    float: left;
}
#productlist-list li.right {
    clear: right;
    float: right;
}
#productlist-list h3 {
    border-bottom: 1px solid #E78E0C;
    color: #E78E0C;
    font-size: 100%;
    line-height: 1.5em;
    margin: 0;
}
#productlist-list p {
    margin: 9px 0 0 0;
    padding-bottom: 18px;
    text-indent: 0;
}
#productlist-list a {
    color: black;
    display: block;
    text-decoration: none;
}
#productlist-list a:hover,
#productlist-list a:focus {
    text-decoration: underline;
}
#productlist-list br {
    display: none;
}
#productlist-list img {
    margin: 9px auto;
    display: block;
}
#productlist-list span {
    display: block;
    color: #655D56;
    font-size: 90%;
}
#productlist-list a:hover span,
#productlist-list a:hover span {
    color: #655D56;
    text-decoration: underline;
}
#productlist-list span br {
    display: block;
}

#compare-form fieldset {
		margin: 0 auto 18px auto;
		width: 80%;
}
#compare-form fieldset p {
		margin: 0 1em;
}
#compare-form label {
		float: none;
}

/**
 * CONTENT > Product
 */
#product-shortcuts {
    float: right;
    font-size: 90%;
    text-indent: 0;
    margin: 4px 9px;
}
#product-shortcuts a {
    padding: 0;
    text-decoration: none;
}
#product-shortcuts span {
    text-decoration: underline;
}
#product-name {
    color: #3F484D;
    letter-spacing: 0.125em;
}
#product-title {
    font-weight: bold;
    letter-spacing: 0.0625em;
    margin: -16px 18px 0 18px;
    text-indent: 0;
    word-spacing: 0.25em;
}
#product-pictures {
    font-weight: bold;
    margin: 18px 18px 0 18px;
    padding-bottom: 18px;
}
#product-intro {
    margin: 0;
    text-indent: 0;
}
#product-original-outer {
    float: left;
    margin-right: 18px;
    width: 400px;
}
#product-original-outer br {
    display: none;
}
#product-original {
    margin: 0 auto;
    display: block;
}
#product-previews {
    margin-top: 9px;
}
#product-previews li {
    float: left;
    margin: 0 4px 4px 0;
}
#product-previews a {
    display: block;
    border-radius: 5px;
    padding: 3px;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
}
#product-previews a {
    -moz-border-radius: 5px;
}
#product-previews a.selected {
    border: 2px solid #ECEAE7;
    padding: 1px;
    opacity: .999;
    -moz-opacity: .999;
    -khtml-opacity: .999;
}
#product-previews :link:hover,
#product-previews :visited:hover {
    border: 1px solid #ECEAE7;
    padding: 2px;
    opacity: .999;
    -moz-opacity: .999;
    -khtml-opacity: .999;
}

#product-logos {
    margin: 0 11px 11px 18px;
}
#product-logos:after {
    clear: both;
    content: '\00A0';
    display: block;
    height: 0;
    overflow: hidden;
}
#product-logos li {
    float: left;
    margin: 0 10px 7px 0;
}

#product-announce {
    border: 2px solid #ECEAE7;
    border-radius: 8px;
    margin: 0 8px 16px 8px;
    padding: 4px 8px;
    text-indent: 0;
}
#product-announce {
    -moz-border-radius: 8px;
}

#product-tabs {
    margin: 0 18px 11px 18px;
    overflow: auto;
}
#product-tabs li {
    float: left;
    margin: 0 5px 5px 0;
    min-width: 100px;
    /*max-width: 130px;*/
}
#product-tabs a {
    background-color: #AFA9A5;
    border: 1px solid #AFA9A5;
    border-radius: 3px;
    color: black;
    display: block;
    font-variant: small-caps;
    font-weight: bold;
    padding: 0 8px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}
#product-tabs a {
    -moz-border-radius: 3px;
}
#product-tabs li.selected a {
    background-color: #78726E;
    border-color: #78726E;
    color: white;
}
#product-tabs :link:hover,
#product-tabs :visited:hover {
    background-color: #ECEAE7;
    color: black;
}

#product-description {
    background-color: white;
    border: 2px solid #ECEAE7;
    border-radius: 8px;
    clear: both;
    margin: 0 8px 8px 8px;
    padding: 4px 8px;
}
#product-description {
    -moz-border-radius: 8px;
}
#product-description h3 {
    font-size: 100%;
    margin: 9px 18px
}
#product-description ul {
    list-style-type: disc;
    list-style-position: inside;
}
#product-description ul ul {
    margin-left: 1.5em;
}

/**
 * CONTENT > Product > Compare List
 */
#comparelist-name {
    color: #3F484D;
    letter-spacing: 0.125em;
    text-transform: uppercase;
}
#comparelist-list {
    margin: -9px 9px 0 9px;
}
#comparelist-list li {
    overflow: hidden;
    padding: 9px 18px 0 18px;
    width: 280px;
}
#comparelist-list li.left {
    clear: both;
    float: left;
}
#comparelist-list li.right {
    clear: right;
    float: right;
}
#comparelist-list h3 {
    border-bottom: 1px solid #E78E0C;
    color: #E78E0C;
    font-size: 100%;
    line-height: 1.5em;
    margin: 0;
}
#comparelist-list p {
    margin: 9px 0 0 0;
    padding-bottom: 18px;
    text-indent: 0;
}
#comparelist-list a {
    color: black;
    display: block;
    text-decoration: none;
}
#comparelist-list a:hover,
#comparelist-list a:focus {
    text-decoration: underline;
}
#comparelist-list br {
    display: none;
}
#comparelist-list img {
    margin: 9px auto;
    display: block;
}
#comparelist-list span {
    display: block;
    color: #655D56;
    font-size: 90%;
}
#comparelist-list a:hover span,
#comparelist-list a:hover span {
    color: #655D56;
    text-decoration: underline;
}
#comparelist-list span br {
    display: block;
}

/**
 * CONTENT > Product technical specifications
 */
#ts {
    background-color: white;
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 0;
    color: black;
    empty-cells: show;
    font-family: sans-serif;
    font-size: 90%;
    margin: 4px 6px;
    padding: 0;
    table-layout: fixed;
}
#ts td,
#ts th {
    border: 1px solid black;
    padding: 1px 2px;
}
#ts td {
    text-align: center;
}
#ts td.level1 {
    background-color: #DFDFDF;
    font-weight: bold;
    text-align: center;
}
#ts td.highlight {
    background-color: #FFFFBF;
    color: black;
}
#ts th {
    vertical-align: top;
}
#ts th.level0 {
    background-color: #BFBFBF;
    text-align: left;
    vertical-align: top;
}
#ts th.level1 {
    background-color: #DFDFDF;
    text-align: left;
}
#ts th.level2 {
    text-align: left;
}
#ts th.level3 {
    padding-left: 1.5em;
    text-align: left;
}
#ts th.level4 {
    font-weight: normal;
    padding-left: 3em;
    text-align: left;
}
#ts th.model {
    text-align: center;
    vertical-align: middle;
}
#ts th.span {
    background-color: #EFEFEF;
}
#ts th.highlight {
    background-color: #FFDFBF;
    color: black;
}
#ts thead th,
#ts tfoot th {
    color: black;
    vertical-align: bottom;
}
#ts :visited,
#ts :link {
    display: block;
    margin: 2px 0 1px 0;
}
#ts :visited:focus,
#ts :link:focus,
#ts :visited:hover,
#ts :link:hover {
    background-color: #FFFFBF;
}
#ts img,
#ts img {
    display: block;
    margin: 2px auto;
}
p.ts-footnotes {
    font-size: 75%;
    line-height: 1.25em;
    margin: 4px 6px;
    text-indent: 0;
}

/**
 * CONTENT > Articles List
 */
#articlelist-name {
    color: #3F484D;
    letter-spacing: 0.125em;
    text-transform: uppercase;
}
#articlelist-list {
    margin: -9px 9px 0 9px;
}
#articlelist-list li {
    overflow: hidden;
    padding: 9px 18px 0 18px;
}
#articlelist-list h3 {
    border-bottom: 1px solid #E78E0C;
    color: #E78E0C;
    font-size: 100%;
    line-height: 1.5em;
    margin: 0;
}
#articlelist-list p {
    margin: 9px 0 0 0;
    padding-bottom: 18px;
    text-indent: 0;
}
#articlelist-list a {
    color: black;
    display: block;
    text-decoration: none;
}
#articlelist-list a:hover,
#articlelist-list a:focus {
    text-decoration: underline;
}
#articlelist-list br {
    display: none;
}
#articlelist-list img {
    margin: 0 8px 2px 0;
    text-align: left;
    float: left;
}
#articlelist-list span {
    clear: left;
    display: block;
    color: #655D56;
    font-size: 90%;
    letter-spacing: 0.0625em;
    text-align: right;
}
#articlelist-list a:hover span,
#articlelist-list a:hover span {
    color: #655D56;
    text-decoration: underline;
}
#articlelist-list span br {
    display: block;
}

/**
 * CONTENT > Article
 */
#article-shortcuts {
    float: right;
    font-size: 90%;
    text-indent: 0;
    margin: 4px 9px;
}
#article-shortcuts a {
    padding: 0;
    text-decoration: none;
}
#article-shortcuts span {
    text-decoration: underline;
}
#article-name {
    color: #3F484D;
    letter-spacing: 0.125em;
}
#article-title {
    font-weight: bold;
    letter-spacing: 0.0625em;
    margin: -16px 18px 0 18px;
    text-indent: 0;
    word-spacing: 0.25em;
}
#article-content {
    margin: 9px;
    padding: 9px;
}
#article-content img {
		display: inline;
}
#article-date {
    color: #655D56;
    font-size: 90%;
    letter-spacing: 0.0625em;
    margin: 0;
    text-align: right;
}
#article-related {
    border: 2px solid #ECEAE7;
    border-radius: 8px;
    margin: 0 8px 16px 8px;
    padding: 4px 8px;
    text-indent: 0;
}
#article-related {
    -moz-border-radius: 8px;
}
#article-related h3 {
    font-size: 100%;
    margin: 9px 18px 9px 9px;
}
#article-related ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 18px;
}
#article-related li p {
    margin: 0;
    padding: 0;
    text-indent: 0;
}


/**
 * CONTENT > FAQs
 */
#faq-name {
    color: #3F484D;
    letter-spacing: 0.125em;
}
#faq-questions-title {
    color: #3F484D;
    font-weight: normal;
    letter-spacing: 0.125em;
    margin-left: 2em;
}
#faq-questions {
    border: 2px solid #ECEAE7;
    border-radius: .5em;
    list-style-type: decimal;
    margin: 0 .5em 1em .5em;
    padding: 0 .5em .25em .5em;
    text-indent: 0;
}
#faq-questions {
    -moz-border-radius: .5em;
}
#faq-questions li {
    margin: .75em 0 .75em 2em;
}
#faq-answers-title {
    color: #3F484D;
    font-weight: normal;
    letter-spacing: 0.125em;
    margin-left: 2em;
}
#faq-answers {
    border: 2px solid #ECEAE7;
    border-radius: .5em;
    list-style-type: decimal;
    margin: 0 .5em 1em .5em;
    padding: 0 .5em .25em .5em;
    text-indent: 0;
}
#faq-answers {
    -moz-border-radius: .5em;
}
#faq-answers li {
    font-weight: bold;
    margin-left: 2em;
    padding: 0;
}
#faq-answers h4 {
    border-top: 0.125em solid #ECEAE7;
    font-size: 100%;
    margin: 1.5em 2em 0 0;
    padding: 1.5em 0 0 0;
}
#faq-answers li.first h4 {
    border: none;
    margin-top: 1em;
    padding: 0;
}
#faq-answers p {
    font-weight: normal;
    margin: 1em 1em 1em -1em;
    padding: 0;
    text-align: justify
}
#faq-answers p.top {
    font-variant: small-caps;
    text-align: center;
}


/**
 * CONTENT > Download List
 */
#downloadlist-name {
    color: #3F484D;
    letter-spacing: 0.125em;
    text-transform: uppercase;
}
#downloadlist-list {
    margin: -9px 9px 0 9px;
}
#downloadlist-list li {
    overflow: hidden;
    padding: 9px 18px 0 18px;
    clear:left;
}
#downloadlist-list h3 {
    border-bottom: 1px solid #E78E0C;
    color: #E78E0C;
    font-size: 100%;
    line-height: 1.5em;
    margin: 0 0 18px 0;
}
#downloadlist-list p {
    margin: -9px 0 0 0;
    padding-bottom: 18px;
}
#downloadlist-list span {
    clear: left;
    display: block;
    color: #655D56;
    font-size: 90%;
    letter-spacing: 0.0625em;
    text-align: right;
}
#downloadlist-list img {
    margin: 0 8px 2px 0;
    text-align: left;
    float: left;
}

/**
 * CONTENT > Dealer List
 */
#dealerlist-name {
    color: #3F484D;
    letter-spacing: 0.125em;
    text-transform: uppercase;
}
#dealerlist-list {
    margin: -9px 9px 0 9px;
}
#dealerlist-list li {
    overflow: hidden;
    padding: 9px 18px 0 18px;
}
#dealerlist-list h3 {
    border-bottom: 1px solid #E78E0C;
    color: #E78E0C;
    font-size: 100%;
    line-height: 1.5em;
    margin: 0 0 18px 0;
}
#dealerlist-list p {
    margin: -9px 0 0 0;
    padding-bottom: 18px;
}
#dealerlist-list span {
    clear: left;
    display: block;
    color: #655D56;
    font-size: 90%;
    letter-spacing: 0.0625em;
    text-align: right;
}
#dealerlist-list img {
    margin: 0 8px 2px 0;
    text-align: left;
    float: left;
}

/**
 * CONTENT > Template
 */
#template-name {
    color: #3F484D;
    letter-spacing: 0.125em;
    text-transform: uppercase;
}
#template-title {
    font-weight: bold;
    letter-spacing: 0.0625em;
    margin: -16px 18px 0 18px;
    text-indent: 0;
    word-spacing: 0.25em;
}

/**
 * CONTENT > Search
 */
#search-result .shortcuts {
    margin: 18px;
}
#search-result .shortcuts {
    margin: 18px;
}
#search-result .shortcuts li {
    margin: 2px 0;
}
#search-result .products {
    border: 2px solid #ECEAE7;
    border-radius: .5em;
    -moz-border-radius: .5em;
    margin: 8px;
    padding: 4px 8px;
}
#search-result .products h3 {
    font-size: 100%;
}
#search-result .products h3 :visited,
#search-result .products h3 :link {
    font-weight: bold;
}
#search-result .products li {
    overflow: hidden;
    padding: 9px 8px 0 18px;
    width: 285px;
}
#search-result .products li.left {
    clear: both;
    float: left;
}
#search-result .products li.right {
    clear: right;
    float: right;
}
#search-result .products h4 {
    border-bottom: 1px solid #E78E0C;
    color: #E78E0C;
    font-size: 100%;
    line-height: 1.5em;
    margin: 0;
}
#search-result .products p {
    margin: 9px 0 0 0;
    padding-bottom: 18px;
    text-indent: 0;
}
#search-result .products li a {
    color: black;
    display: block;
    text-decoration: none;
}
#search-result .products li a:hover,
#search-result .products li a:focus {
    text-decoration: underline;
}
#search-result .products br {
    display: none;
}
#search-result .products img {
    background-color:  #F1F1F1;
    margin: 9px auto;
    display: block;
}
#search-result .products span {
    display: block;
    color: #655D56;
    font-size: 90%;
}
#search-result .products li a:hover span,
#search-result .products li a:hover span {
    color: #655D56;
    text-decoration: underline;
}
#search-result .products span br {
    display: block;
}

/**
 * CONTENT > Search > FAQs
 */

#search-result .faqs {
    border: 2px solid #ECEAE7;
    border-radius: .5em;
    -moz-border-radius: .5em;
    margin: 8px;
    padding: 4px 8px;
}
#search-result .faqs h3 {
    font-size: 100%;
}
#search-result .faqs h3 :visited,
#search-result .faqs h3 :link {
    font-weight: bold;
}
#search-result .faqs li {
    overflow: hidden;
    padding: 9px 8px 0 18px;
}

#search-result .faqs h4 {
    border-bottom: 1px solid #E78E0C;
    color: #E78E0C;
    font-size: 100%;
    line-height: 1.5em;
    margin: 0;
}
#search-result .faqs p {
    margin: 9px 0 0 0;
    padding-bottom: 18px;
    text-indent: 0;
}
#search-result .faqs li a {
    color: black;
    text-decoration: none;
}
#search-result .faqs li a:hover,
#search-result .faqs li a:focus {
    text-decoration: underline;
}
#search-result .faqs br {
    display: none;
}
#search-result .faqs img {
    background-color:  #F1F1F1;
    margin: 9px auto;
    display: block;
}
#search-result .faqs span {
    display: block;
    color: #655D56;
    font-size: 90%;
}
#search-result .faqs li a:hover span,
#search-result .faqs li a:hover span {
    color: #655D56;
    text-decoration: underline;
}
#search-result .faqs span br {
    display: block;
}
/**
 * RIGHT PART
 */
 /*
#right {
    background-color: white;
    border-left: 1px solid #666666;
    float: right;
    font-size: 80%;
    margin: 2px 0;
    overflow: hidden;
    width: 179px;
}
#right li {
    border-bottom: 1px solid #666666;
}
#right h3 {
    color: #80766D;
    font-family: 'Lucida Bright', 'Lucidabright', 'Georgia', 'Bitstream Vera Serif', serif;
    font-size: 125%;
    margin: 3px 6px;
}
#right p {
    color: #655D56;
    margin: 3px 6px;
    text-indent: 0;
}
#right img {
    display: block;
    margin: 3px auto;
}
*/
/**
 * RIGHT MODULES
 */
#right {
    /*border-top: 0px solid white;*/
    float: right;
    font-size: 80%;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 2px 0;
    width: 179px;
}
#right li {
    background-color: white;
    border-left: 1px solid #666666;
    /*border-bottom: 1px solid #666666;*/
}
#right h3 {
    background: url("../img/right-header.jpg") left top no-repeat;
    color: #80766D;
    font-family: "Lucida Bright", "Lucidabright", "Georgia", "Bitstream Vera Serif", serif;
    font-size: 125%;
    margin: 0 0 0 -1px;
    padding: 3px 0 3px 6px;
    width: 174px;
}


/**
 * RIGHT MODULES > Product Feature
 */
#right p {
    background: url("../img/right-footer.jpg") left bottom no-repeat;
    font-size: 100%;
    text-indent: 0;
    padding: 0 3px 5px 4px;
    margin: 0 0 -1px -1px;
}
#right p :visited,
#right p :link {
    display: block;
    color: #655D56;
    text-decoration: none;
    padding: 0 3px;
}
#right p :visited:focus,
#right p :link:focus,
#right p :visited:hover,
#right p :link:hover {
    color: black;
    text-decoration: underline;
}
#right p br {
    display: none;
}
#right p img {
    display: block;
    margin: 3px auto;
    /*-moz-opacity: .75;
    opacity: .75;*/
}
#right p :visited:focus img,
#right p :link:focus img,
#right p :visited:hover img,
#right p :link:hover img {
    -moz-opacity: .999;
    opacity: .999;
}
#right p strong {
    display: block;
    text-align: center;
    margin: 3px;
}
#right p span.flash-module {
    display: block;
    margin: 0 auto;
    width: 120px;
}

/**
 * BOTTOM MODULES
 */
#bottom {
    background: white url("../img/bottom.jpg") left top repeat-x;
    clear: left;
    float: left;
    font-size: 80%;
    list-style: none;
    margin: 0;
    max-width: 810px;
    min-height: 119px;
    padding: 0 9px 9px 0;
}
#bottom:after {
    content: "\00A0";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#bottom li {
    float: left;
    margin: 0;
    padding: 9px 0 0 9px;
    width: 258px;
}
#bottom h3 {
    color: #80766D;
    font-family: "Lucida Bright", "Lucidabright", "Georgia", "Bitstream Vera Serif", serif;
    font-size: 125%;
    margin: 0;
    padding: 3px 6px 3px 6px;
}
#bottom p {
    color: #655D56;
    margin: 3px 6px;
    overflow: visible;
    text-indent: 0;
    font-size: 100%;
}
#bottom img {
    display: inline;
    float: left;
    margin-right: 6px;
}

#right br,
#bottom br {
    display: none;
}
#right strong,
#bottom strong {
    display: block;
}
#right li a,
#bottom li a {
    color: #655D56;
    display: block;
    text-decoration: none;
}
#right li a:hover,
#bottom li a:hover,
#right li a:focus,
#bottom li a:focus {
    text-decoration: underline;
}

/**
 * FOOTER
 */
#footer {
    background: white url('../img/footer.png') left top repeat-x;
    border-top: 1px solid #666666;
    clear: both;
    color: #666666;
    font-size: 80%;
    margin: 0;
    overflow: hidden;
    padding: 2px 4px;
    text-indent: 0;
    text-align: right;
    width: 982px;
}
body.x-fluid #footer {
    width: auto;
}
#footer .left {
    float: left;
    font-variant: small-caps;
    margin-right: 1em;
}
#footer .right {
    float: right;
}
#footer .capitals {
    text-transform: uppercase;
}

#footer .designsnotice {
	display: block;
	font-size: 85%;
}


/* Products map */
#content ul.products-map {
    margin: 1em;
    list-style: disc;
    font-weight: bold;
}
#content ul.products-map li {
    margin: 0 0 0 2em;
}
#content ul.products-map ul {
    list-style: circle;
}
#content ul.products-map ul ul {
    list-style: square;
}
#content ul.products-map ol {
    list-style: decimal;
    font-weight: normal;
}

/**
 * Error pages
 */
body.error {
    border: 1px solid #B0B0B0;
    margin: 55px auto 0 auto;
    padding: 0;
    width: 750px;
}
body.error #header {
    background: #000000;
    height: 72px;
}
body.error #content {
    background: #FFFFFF url('/skin/ru/img/banner-products.jpg') center bottom no-repeat;
    padding: 50px 135px 115px 135px;
    margin: 0;
    width: auto;
    float: none;
}
body.error #error {
    background: #F0F0F0;
    border: 1px solid #808080;
    padding: 10px 10px 10px 60px;
}
body.error #error h2 {
    background: url('/skin/ru/img/icon-warning.png') left center no-repeat;
    font-size: 140%;
    line-height: 36px;
    margin: 0 0 0.3571em -48px;
    min-height: 36px;
    padding: 0 0 0 48px;
}
body.error #error p {
    background: none;
    margin: 0.5em 0;
    padding: 0;
    text-indent: 0;
}
body.error #error p.code {
    font-weight: bold;
    margin: 0.5em 0 0 0;
}
body.error #error ol {
    list-style: disc;
    margin: 0.5em 0;
    padding: 0 0 0 2em;
}
body.error #error ol li {
    margin: 0;
    padding: 0;
}
body.error h2 {
    font-size: 100%;
    margin: 50px 0 0.5em 0;
}
body.error p {
    background: url('/skin/ru/img/error-arrow.png') left center no-repeat;
    margin: 0;
    padding: 0 0 0 10px;
    text-indent: 0;
}
body.error p :visited,
body.error p :link {
    font-weight: bold;
}
body.error #footer {
    text-align: center;
    width: auto;
}

/**
 * Margin & Padding classes. Used by Mobile Bluetooth pages
 */
#mobilebluetooth .pd5{padding:5px;}
#mobilebluetooth .pd10{padding:10px;}
#mobilebluetooth .pd20{padding:20px;}
#mobilebluetooth .pd30{padding:30px;}
#mobilebluetooth .pd40{padding:40px;}
#mobilebluetooth .pd50{padding:50px;}
#mobilebluetooth .pdtb5{padding:5px 0;}
#mobilebluetooth .pdtb10{padding:10px 0;}
#mobilebluetooth .pdtb20{padding:20px 0;}
#mobilebluetooth .pdtb30{padding:30px 0;}
#mobilebluetooth .pdtb40{padding:40px 0;}
#mobilebluetooth .pdtb50{padding:50px 0;}
#mobilebluetooth .pdlr5{padding:0 5px;}
#mobilebluetooth .pdlr10{padding:0 10px;}
#mobilebluetooth .pdlr20{padding:0 20px;}
#mobilebluetooth .pdlr30{padding:0 30px;}
#mobilebluetooth .pdlr40{padding:0 40px;}
#mobilebluetooth .pdlr50{padding:0 50px;}
#mobilebluetooth .pdt1{padding:1px 0 0;}
#mobilebluetooth .pdt2{padding:2px 0 0;}
#mobilebluetooth .pdt3{padding:3px 0 0;}
#mobilebluetooth .pdt4{padding:4px 0 0;}
#mobilebluetooth .pdt5{padding:5px 0 0;}
#mobilebluetooth .pdt10{padding:10px 0 0;}
#mobilebluetooth .pdt20{padding:20px 0 0;}
#mobilebluetooth .pdt30{padding:30px 0 0;}
#mobilebluetooth .pdt40{padding:40px 0 0;}
#mobilebluetooth .pdt50{padding:50px 0 0;}
#mobilebluetooth .pdb1{padding:0 0 1px;}
#mobilebluetooth .pdb2{padding:0 0 2px;}
#mobilebluetooth .pdb3{padding:0 0 3px;}
#mobilebluetooth .pdb4{padding:0 0 4px;}
#mobilebluetooth .pdb5{padding:0 0 5px;}
#mobilebluetooth .pdb6{padding:0 0 6px;}
#mobilebluetooth .pdb7{padding:0 0 7px;}
#mobilebluetooth .pdb8{padding:0 0 8px;}
#mobilebluetooth .pdb9{padding:0 0 9px;}
#mobilebluetooth .pdb10{padding:0 0 10px;}
#mobilebluetooth .pdb15{padding:0 0 15px;}
#mobilebluetooth .pdb20{padding:0 0 20px;}
#mobilebluetooth .pdb30{padding:0 0 30px;}
#mobilebluetooth .pdb40{padding:0 0 40px;}
#mobilebluetooth .pdb50{padding:0 0 50px;}
#mobilebluetooth .pdl5{padding:0 0 0 5px;}
#mobilebluetooth .pdl10{padding:0 0 0 10px;}
#mobilebluetooth .pdl20{padding:0 0 0 20px;}
#mobilebluetooth .pdl30{padding:0 0 0 30px;}
#mobilebluetooth .pdl40{padding:0 0 0 40px;}
#mobilebluetooth .pdl50{padding:0 0 0 50px;}
#mobilebluetooth .pdr1{padding:0 1px 0 0;}
#mobilebluetooth .pdr2{padding:0 2px 0 0;}
#mobilebluetooth .pdr3{padding:0 3px 0 0;}
#mobilebluetooth .pdr4{padding:0 4px 0 0;}
#mobilebluetooth .pdr5{padding:0 5px 0 0;}
#mobilebluetooth .pdr10{padding:0 10px 0 0;}
#mobilebluetooth .pdr20{padding:0 20px 0 0;}
#mobilebluetooth .pdr30{padding:0 30px 0 0;}
#mobilebluetooth .pdr40{padding:0 40px 0 0;}
#mobilebluetooth .pdr50{padding:0 50px 0 0;}
#mobilebluetooth .pdrb5{padding:0 5px 5px 0;}
#mobilebluetooth .pdrb10{padding:0 10px 10px 0;}
#mobilebluetooth .pdrb20{padding:0 20px 20px 0;}
#mobilebluetooth .pdrb30{padding:0 30px 30px 0;}
#mobilebluetooth .pdrb40{padding:0 40px 40px 0;}
#mobilebluetooth .pdrb50{padding:0 50px 50px 0;}
#mobilebluetooth .mg5{margin:5px;}
#mobilebluetooth .mg10{margin:10px;}
#mobilebluetooth .mg20{margin:20px;}
#mobilebluetooth .mg30{margin:30px;}
#mobilebluetooth .mg40{margin:40px;}
#mobilebluetooth .mg50{margin:50px;}
#mobilebluetooth .mgtb5{margin:0 5px;}
#mobilebluetooth .mgtb10{margin:0 10px;}
#mobilebluetooth .mgtb20{margin:0 20px;}
#mobilebluetooth .mgtb30{margin:0 30px;}
#mobilebluetooth .mgtb40{margin:0 40px;}
#mobilebluetooth .mgtb50{margin:0 50px;}
#mobilebluetooth .mglr5{margin:0 5px;}
#mobilebluetooth .mglr10{margin:0 10px;}
#mobilebluetooth .mglr20{margin:0 20px;}
#mobilebluetooth .mglr30{margin:0 30px;}
#mobilebluetooth .mglr40{margin:0 40px;}
#mobilebluetooth .mglr50{margin:0 50px;}
#mobilebluetooth .mglb5{margin:0 0 5px 5px;}
#mobilebluetooth .mglb10{margin:0 0 10px 10px;}
#mobilebluetooth .mglb20{margin:0 0 20px 20px;}
#mobilebluetooth .mglb30{margin:0 0 30px 30px;}
#mobilebluetooth .mglb40{margin:0 0 40px 40px;}
#mobilebluetooth .mglb50{margin:0 0 50px 50px;}
#mobilebluetooth .mgt5{margin:5px 0 0;}
#mobilebluetooth .mgt10{margin:10px 0 0;}
#mobilebluetooth .mgt15{margin:15px 0 0;}
#mobilebluetooth .mgt20{margin:20px 0 0;}
#mobilebluetooth .mgt30{margin:30px 0 0;}
#mobilebluetooth .mgt40{margin:40px 0 0;}
#mobilebluetooth .mgt50{margin:50px 0 0;}
#mobilebluetooth .mgb5{margin:0 0 5px;}
#mobilebluetooth .mgb10{margin:0 0 10px;}
#mobilebluetooth .mgb15{margin:0 0 15px;}
#mobilebluetooth .mgb20{margin:0 0 20px;}
#mobilebluetooth .mgb30{margin:0 0 30px;}
#mobilebluetooth .mgb40{margin:0 0 40px;}
#mobilebluetooth .mgb50{margin:0 0 50px;}
#mobilebluetooth .mgl5{margin:0 0 0 5px;}
#mobilebluetooth .mgl10{margin:0 0 0 10px;}
#mobilebluetooth .mgl20{margin:0 0 0 20px;}
#mobilebluetooth .mgl30{margin:0 0 0 30px;}
#mobilebluetooth .mgl40{margin:0 0 0 40px;}
#mobilebluetooth .mgl50{margin:0 0 0 50px;}
#mobilebluetooth .mgr1{margin:0 1px 0 0;}
#mobilebluetooth .mgr2{margin:0 2px 0 0;}
#mobilebluetooth .mgr3{margin:0 3px 0 0;}
#mobilebluetooth .mgr4{margin:0 4px 0 0;}
#mobilebluetooth .mgr5{margin:0 5px 0 0;}
#mobilebluetooth .mgr10{margin:0 10px 0 0;}
#mobilebluetooth .mgr20{margin:0 20px 0 0;}
#mobilebluetooth .mgr30{margin:0 30px 0 0;}
#mobilebluetooth .mgr40{margin:0 40px 0 0;}
#mobilebluetooth .mgr50{margin:0 50px 0 0;}

/**
 * Styles for Mobile Bluetooth pages
 */

#mobilebluetooth {
	width: 640px;
	margin: 0 auto 30px auto;
	padding-bottom: 15px;
}

#mobilebluetooth.modelselect {
	color: #333;
	background: url("/site/ru/mobilebluetooth/img/bg-640.gif") no-repeat 0 100%;
}

#mobilebluetooth.bluetooth {
	border: 1px solid #B6BAC5;
}

#mobilebluetooth img {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
}

#mobilebluetooth h2 {
	margin: 0;
	padding: 0;
}

#mobilebluetooth h3.h3_headunit {
	margin: 0;
	font-size: 100%;
	padding: 20px 28px;
	color: #1762a5;
	font-weight: bold;
}

#mobilebluetooth dl.dl_top {
	margin: 0 28px 10px;
	padding: 0;
	display: block;
	clear: left;
}

#mobilebluetooth dl.dl_top dt {
	padding: 10px 0;
	margin-bottom: 5px;
	font-weight: bold;
	background: url("/site/ru/mobilebluetooth/img/line.gif") repeat-x 0 100%;
}

#mobilebluetooth dl.dl_top dd {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}

#mobilebluetooth div.scroll_table {
	height:550px;
	overflow:scroll;
	width:567px;
}

#mobilebluetoothcontent {
	text-align: left;
	font-size: 75%;
	padding: 30px 35px 0 35px;
}
#mobilebluetoothcontent p,
#mobilebluetoothcontent h3,
#mobilebluetoothcontent h4 {
	margin:0 ;
	padding: 0;
	text-indent: 0;
	font-size: 100%
}

/* tbl00 */
#mobilebluetoothcontent table {
	border-collapse:collapse;
	border-spacing:0;
	line-height: 1.25;
}

#mobilebluetoothcontent table td p {
	margin: 0;
	padding: 0;
}

#mobilebluetoothcontent .tbl00 th {
	text-align: center;
	color: #005796;
	font-weight: bold;
}

#mobilebluetoothcontent .tbl00 th,
#mobilebluetoothcontent .tbl00 td {
	padding: 5px;
	background-color: #F1F1F3;
	border-right: 1px solid #F1F1F3;
	vertical-align: middle;
}

#mobilebluetoothcontent .tbl00 td.border-none {
	border-right: none;
}

#mobilebluetoothcontent .tbl00 td.text {
	padding-left: 30px;
}

#mobilebluetoothcontent table.tbl01 {
	border-collapse: collapse;
	width: 560px;
	border: 2px solid #fff;

}
#mobilebluetoothcontent table.tbl01 th {
	text-align: center;
	color: #005796;
	font-weight: bold;
	height: 4em;
	white-space: nowrap;
	border: 1px solid #fff;
}
#mobilebluetoothcontent table.tbl01 th.level01 {
	height: 3.5em !important;
}
#mobilebluetoothcontent table.tbl01 th.level02 {
	height: 2.5em !important;
}
#mobilebluetoothcontent table.tbl01 td {
	height: 2em;
	border-right: 1px solid #F1F1F3;
	white-space: nowrap;
	text-align: center;
}
#mobilebluetoothcontent table.tbl01 th,
#mobilebluetoothcontent table.tbl01 td {
	padding: 0 10px;
	background-color: #F1F1F3;

}
#mobilebluetoothcontent table.tbl01 td.border-none {
	border-right: none;
}
#mobilebluetoothcontent table.tbl01 td.text {
	padding-left: 30px;
}
#mobilebluetoothcontent table.tbl01 tr.odd td {
	background-color: #fff;
}

#mobilebluetoothcontent .odd td {
	background-color: #fff;
}

#mobilebluetoothcontent .table-caption td {
	background-color: #b6b9c5;
	font-weight: bold;
}

#mobilebluetooth .gray {
	color: #333;
}

#mobilebluetooth .blue a,
#mobilebluetooth .blue a:hover,
#mobilebluetooth .blue a:visited {
	color: #005796;
}

#mobilebluetooth .bottom-border {
	background: url("/site/ru/mobilebluetooth/img/bt_line.gif") bottom left no-repeat;
}

#mobilebluetooth .float-left {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#mobilebluetooth .float-center {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#mobilebluetooth .float-right {
	display: block;
	float: left;
}
/* caption */
#mobilebluetooth .caption {
	padding-left:1em;
	text-indent:-1em;
	font-size: 100%;
}

#mobilebluetooth .no-cap {
	padding-left: 1em;
}

#mobilebluetooth .no-cap dt {
	padding-top: 0.2em;
}

#mobilebluetooth .caption-list {
	padding-left: 1.4em;
	list-style: outside;
	list-style-type: disc;
}

#mobilebluetooth .caption-p,
#mobilebluetooth .caption-list li {
	font-size: 100%;
	color: #666;
}

#mobilebluetooth .caption-num {
	list-style-image:none;
	list-style-position:outside;
	padding-left:1.4em;
}
#mobilebluetooth ul.ind {
	margin-left:15px;
}
#mobilebluetooth ul.ind li {
	text-indent:-15px;
}

/* clearfix */
#mobilebluetooth .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mobilebluetooth .clearfix {
	display: inline-block;
}

#mobilebluetooth .ver{
	background: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
}
