/* Part 1 - General elements */
* {
	font-family: Verdana, Helvetica, sans-serif;
	color: MidnightBlue;
}
body {
	text-align: center;
	background-color: #eeeee6; /*#dddefd;*/
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
}
body * {
	text-align: left;
}
select {
	background: LightGoldenRodYellow; /*#8fb4eb;*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
form {
	display: inline;
	margin:10px auto;
	font-size:12px;
}
.boxshadow {
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.formdiv{
	width: 650px;
	margin: 0 auto;
	padding: 6px 0;
	text-align:center;
}
input {
	text-align: center;
	font-size:12px;
}
div, li, p, a, td, th, textarea {
	font-size: 13px; /* 8pt; */
}
h1 {
	font-size: 21px;
	margin: 0;
	color: #466389;
	font-family: "Trebuchet MS", sans-serif;
}
h2 {
	font-size: 18px;
	color: Crimson; /* #CF8300;*/
	font-family: "Trebuchet MS", sans-serif;
}
h3 {
	color: Crimson; /* #CF8300;*/
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 5px 0;
	font-family: "Trebuchet MS", sans-serif;
}
h4 {
	color: #af6300; /*FireBrick;*/
	font-size: 17px;
	font-weight: bold;
	margin: 2px 0 0;
	font-family: "Trebuchet MS", sans-serif;
}
h4 span{
	color: DarkRed;
	font-size: 17px;
	font-weight: bold;
	margin: 2px 0 0;
	font-family: "Trebuchet MS", sans-serif;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
ul.page {
	margin:0 0 2px 0;
}
.draggable-header .highslide-heading {
	color: #CF8300;
}
#xroot {
	min-width: 992px;
	max-width: 1178px;/*1630px;*/
	margin: 0 auto;
	background-color: LightSteelBlue; /* =#b0c4de; #CCCDEC;*/
	border: 1px solid MidnightBlue;
	-moz-border-radius: 7px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
#xroot-inner {
}
#xlogo {
	margin: 4px auto;
	width: 223px;
	height: 32px;
}
#xlogo img {
	border:0;
}
#xtop {
	background:none;
}
#xtop h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	text-align:center;
	color: MidnightBlue;
	margin:8px 0 4px 0;
}
#xtop div {
	margin:6px auto 12px auto;
	text-align: center;
}
.divpods {
	position:relative;
	top:2px;
	text-align: center;
	width:187px;
	padding: 0 2px;
	margin: 0;
}
.divpods img, .divpods:hover img {
	width:144px;
	border: 1px solid #505050;
	padding:0;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
.divpods:hover img {
	border: 1px solid OrangeRed;/*LightSkyBlue;*/
}
.divpods div {
	margin-left: 20px;
	padding: 2px 0;
}
.tbsign{
	width: auto;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 16px;
	padding: 7px 10px;
	background: LightGoldenRodYellow;  /* #daeaf5;*/
	border: 1px solid MidnightBlue;
	-moz-border-radius: 7px;
	-webkit-border-radius: 6px;
}
.tbsign tr, td{
	padding:2px 6px;
}
.divsign{
	text-align: center;
	margin:6px 0 0;
}
.divsign span {
	font-weight: bold;
	color: MidnightBlue;
}
.divsign div, form {
	color: black;
	text-align: center;
	margin-bottom: 4px;
}
.divsign div {
	font-size: 11px;
}
.psign {
	padding:0;
	margin:10px 14px 0 16px;
}
.psign span {
	margin: 6px 0 0;
	font-weight: bold;
	color: #3062c1;
}
#xtable {
	position:relative;
	top:0;
	width:100%;
}
#xtable td {
	vertical-align: top;
}
#xcol-left {
}
#xcol-left-content {
	width: 137px;
}
#xcol-left-content-inner {
	margin:0 0 2px 2px;
	padding:0;
}
#xcol-right {
	padding: 8px 10px 0 0;
}
#xcol-center h2 {
	margin: 0;
	background: url(design/section-header-middle.png) repeat-x 0 -9px;
}
#xcol-center h2 span {
	display: block;
	background: url(design/section-header-left.png) no-repeat 0 -9px;
}
#xcol-center h2 span span {
	background: url(design/section-header-right.png) top right no-repeat;
	display: block;
	padding: 3px 0px 4px 18px;
}
#xcol-center h2 span span, #xcol-center h2 span span a  {
	color: #3062c1; /* #CF8300;RoyalBlue;MidnightBlue,*/
	font-family: "Trebuchet MS", sans-serif;
	font-size:22px;
	height: 22px;
	margin:0px;
}
#xcol-center h2 span span a {
	text-decoration:none;
}
div#copyright,div.subcopyright{
	position:relative;
	bottom:4px;
	text-align: center;
	margin:8px 0;
}
div.subcopyright{
	font-size: 11px;
	margin: 4px 0;
}
#getcookies {
	position:absolute;
	right: 5px;
	top: 10px;
}
#getcookies-inner {
	float:right; 
	width: auto;
	max-width: 280px;
	padding:3px 6px;
	margin:10px;
	border: 1px solid silver;
	font-size: 12px; 
}
#bottom {
	clear: both;
}
#bottom div {
}
#bottom div div {
	height: 19px;
}
.testimonial {
	margin: 0 0 0 0;
	font-weight: bold;
	color: green;
	font-style: italic;
}
#sysbutton {
	background:url(design/box.png) no-repeat;
	float:right;
	width:172px;
	height:119px;
	margin:8px 0 0 9px;
}
#sysbutton h4 {
	color:white;
	font-style:italic;
	font-size:20px;
	margin:4px 0 4px 10px;
}
#sysbutton a {
	color: #191940;
	font-size:12px;
}
#sysbutton a:hover {
	color: #3149d1;
}
#systeminf {
}
#systeminf body {
	max-width:800px;
	min-width:400px;
	margin:10px;
	min-height:200px;
}
#systeminf table {
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid silver;
	margin: 4px 8px;
	max-width: 780px;
	min-width: 380px;
}
#systeminf td {
	vertical-align:top;
	text-align: left;
	top:2px;
	left:5px;
	font-family:"Trebuchet MS", sans-serif;
	font-size: 13px;
	padding: 2px 10px 4px 5px;
}
#systeminf div {
	margin:14px 20px 10px 20px;
	font-family:"Trebuchet MS", sans-serif;
	font-size: 12px;
}
.leftbanner  img  {
	border:1px solid MidnightBlue;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
.leftbanner  img:hover{
	border-color:white;
}
.imgleft {
	width:115px;
	height:170px;
}
.colright {
	margin: 5px 8px 7px 14px;
	padding:0;
}
.colright li {
	position:relative;
	top: 0;
	left: 14px;
	margin: 0;
	padding: 0;
}
.colright a {
	font-size: 13px;
	font-style: italic;
	color: navy;
	text-decoration: none;
}
.colright a:hover {
	color: blue;
}
.section {
	background: #f5f5f5 url(design/section-bg-left.png) repeat-y;
	min-width: 420px;
}
.section-inner {
	background: url(design/section-bg-right.png) repeat-y top right;
	padding: 4px 20px;
}
.section-bottom {
	margin-bottom:10px;
	background: url(design/section-bottom-middle.png);
}
.section-bottom div {
	background: url(design/section-bottom-left.png) no-repeat;
}
.section-bottom div div {
	background: url(design/section-bottom-right.png) top right no-repeat;
	height: 10px;
}
table#compat {
	background: #f7f7ee;
	border: 1px solid #444444;
	border-collapse: collapse;
	margin-bottom:1px;
}
table#compat td {
	margin: 0;
	border: 1px solid #bcb99c;
	padding: 0 20px 0 10px;
}
table.visible {
	border-collapse: collapse;
}
table.visible td, table.visible th {
	margin: 0;
	border: 1px solid #CFCCB5;
	padding: 2px 2px;
}
tr.alt {
	background: #F6F3E6;
}
p.for-button {
	margin: 7px auto 0 auto;
	width:139px;
}
p.for-text {
	width:160px;
	margin: 2px auto 10px auto;
}
p.for-text i {
	color: DarkBlue;
}
div.for-select {
	margin: 4px auto 4px;
	padding: 8px 0 12px;
	background: #90a4be;
	border: 1px solid MidnightBlue;
	text-align: center;
	width: 144px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 5px;
}
a.button, .button{
	display: block;
	height: 26px;
	width: 139px;
	background: #a0a070 url(design/button-olive.png); /*SteelBlue*/
	text-decoration: none;
	font-size: 16px;
	color: white;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
	text-align: center;
	border: none;
	padding: 0;
}
.context-header {
	margin: 2px 0 0;
	width: 193px;
	height: 12px;
	background: url(design/rightbox-top.png) no-repeat;
}
.context-box {
	margin: 0;
	padding: 0;
	width: 193px;
	background: #f5f5f5 url(design/rightbox-middle.png);
}
.context-box h3 {
	margin: 0 14px;
	color: FireBrick;
}
.context-box h3 a {
	text-decoration: none;
	color: FireBrick;
}
.context-box  span h3 {
	margin-top:6px;
	background:none
}
.context-box .forumline {
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
}
.context-box h4 {
	border-top: 1px solid silver;
	margin: 0 10px;
	padding-top: 5px;
	color: #5F3806;
}
.context-box h4 a {
	text-decoration: none;
}
.context-box h4 a:hover {
	text-decoration: underline;
}
.context-box .time {
	padding: 0 2px 2px 2px;
	font-size: 0.8em;
	color: gray;
}
.context-box .text {
	padding: 0 2px 5px 2px;
}
.context-box .comments, .context-box .comments a {
	padding: 0 2px 5px 2px;
	font-size: 7pt;
	color: gray;
}
.context-box .footer {
	margin-top: 8px;
	height: 9px;
	background: url(design/rightbox-bottom.png) 0 -9px;
}
.warning {
	border: 1px solid gray;
	background: url(design/info.png) no-repeat 1em 1em;
	min-height: 80px;
	padding-left: 120px;
}
.contact,.contact a,.contact a:hover{
	margin:12px auto 0 auto;
	width:350px;
	font-size:12px;
	text-align:center
}
/* *************************** */
/* Part 2 - Highslide elements */
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide img {
	border: 1px solid #302f27;
}
.highslide:hover img {
	border-color: #ffffff;
}
a.highslide  {
	color: navy;
    font-weight: bold;
}
a.highslide:hover {
	color: blue;
}
.highslide-active-anchor img {
	visibility: visible;
	border-color: #808080 !important;
}
.highslide-dimming {
	background: #000000;
}
.highslide-image {
	border: 1px solid #FFFFFF;
}
.highslide-number {
	color: #404040;
	font-weight: bold;
	font-size: 12px !important;
}
.highslide-caption {
	color: #505050;
	font-weight: bold;
	background: white;
	padding: 1px 2px;
	font-size: 12px !important;
}
.highslide-loading {
	color: MidnightBlue;
	border: 1px solid black;
	background-color: white;
	background-image: url(highslide/graphics/loader.white.gif);
}
.highslide-controls {
	position: static !important;
	margin-bottom: 0;
}
.highslide-controls .highslide-move {
	display: none; 
}
.highslide-controls .highslide-close {
	display: none; 
}
.highslide-gallery a {
	text-align: center;
}
.highslide-gallery ul li {
	float: left;
	width: 180px;
	height: 180px;
	margin: 4px 4px 4px 4px;
	border: 1px solid #9f9b7e;
	background:#d3d9c4;
	-moz-border-radius: 7px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.highslide-gallery ul img {
	border: 1px solid #504f47;
}
.highslide-gallery ul img:hover {
	border: 1px solid #ffffff;
}
.upd-gallery {
}
.upd-gallery a {
	text-align: center;
}
.upd-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.upd-gallery li {
	list-style-type: none;
	display: block;
	position: relative;
	float: left;
	width: 181px;
	margin: 5px 5px 4px 4px;
	min-height: 160px;
	border: 1px solid #9f9b7e;
	background:#d3d9c4; /*#dfdfbf;*/
	padding:0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.upd-gallery ul li div {
	padding: 2px 0 2px 3px;
	white-space: nowrap;
}
.upd-gallery ul li div div{
	font-size: 11px;
	color: #005;
}
.upd-gallery ul li div div span{
	color: #005;
}
.upd-gallery ul li div img{
	margin: 2px auto 0 auto;
	border: 1px solid #6a4f58; /*#58582e;*/
	width: 170px;
}
.upd-gallery ul li div img:hover{
	border: 1px solid #ffffff;
}
.upd-gallery span li {
	width:568px;
	min-height:327px;
}
.upd-gallery ul span li div img {
	width: 560px;
}
.model-gallery {
}
.model-gallery a {
	text-align: center;
}
.model-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.model-gallery li {
	list-style-type: none;
	display: block;
	position: relative;
	float: left;
	width: 142px;
	height: 203px;
	margin: 5px 5px 4px 4px;
	text-align:center;
	border: 1px solid #9f9b7e;
	background:#d3d9c4;
	-moz-border-radius: 7px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.model-gallery li  img{
	margin: 8px 0 1px;
}
.model-gallery ul li div {
	text-align: center;
	margin: 0;
	white-space: nowrap;
}
.memtable{
	text-align: center;
	border-collapse: collapse;
}
.memtable td{
	padding: 0 3px;
	vertical-align: middle;
}
.xbuton a{
	text-decoration:none;
}
.xbuton div{
	background: url(design/button22-mid.png) repeat-x 0 0;
	margin: 0 auto;
}
.xbuton  div:hover {
	background-position: 0 -22px;
}
.xbuton  div span {
	background: url(design/button22-left.png) no-repeat 0 0px;
	display: block;
}
.xbuton div span span {
	background: url(design/button22-right.png) top right no-repeat;
	display: block;
	height: 22px;
	line-height: 20px;
	margin:0px;
	padding: 0px 10px 0;
	white-space:nowrap;
	text-align: center;
	font-size:12px;
}
.xbuton  div span:hover {
	background: url(design/button22-left-h.png) no-repeat;
}
.xbuton  div span span:hover {
	background: url(design/button22-right-h.png) top right no-repeat;
}
.arrows{
	border:0;
	width: 44px;
	height: 17px;
}
.closepage {
	float: right;
	margin: 0 0 0 0;
	width: 30px;
	height: 30px;
	background: url(highslide/graphics/close.png);
}

/* styl pre menu */
.na {
	background:lightSteelBlue;/*#bac8da #d9eef7;lightSteelBlue;*/
	padding:1px;
}
.na * {
	margin:0px;
	padding:0px;
}
.na .n-li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height:0px;
	font-size:11px;
}
.na .n-in,.na .n-left,.na .n-right,.na .n-bul {
	display:block;
}
.na .n-a {
	text-decoration:none;
	color:#F4F4F4;
	font-family:verdana,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.na .n-a:focus {
	outline: none;
}
/*Childbox*/
.na .n-childbox {
	overflow:hidden;
}
.na .n-childbox .n-cbb {
	padding:1px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px; 
}
html>body .na .n-childbox .n-cbb {
	padding:1px;
	padding-left:3px;
	padding-right:3px;
}
.n-ul {
	display: block;
}
.na .n-collapse .n-childbox,.na .n-effect .n-collapse .n-childbox {
	display:none;
	overflow:hidden;
}
.na .n-effect .n-childbox {
	display:block;
}

/*Parent*/
.na .n-parent {
	line-height:23px;
	cursor:pointer;
	white-space:wrap;
}
.na .n-collapse .n-parent {
	line-height:23px;
}
.na .n-parent .n-in {
	overflow:hidden;
	background:url(design/menu_mid.png);
	font-weight:bold;
	color:#5e5d53;
	line-height:23px;
	height:23px;
	margin-bottom:1px;
}
.na .n-parent .n-in .n-Text {
	margin-left:0px;
	line-height:20px;
}
.na .n-collapse .n-parent .n-in {
	background:url(design/menu_mid.png);
	font-weight:bold;
	color:#5e5d53;	
}
.na .n-parent .n-in img {
	border:none;
}
.n-in {
	font-family:sans-serif,arial;
}
.na .n-parent .n-left {
	float:left;
	width:9px;
	height:23px;
	background-image:url(design/menu_left.png);
}
.na .n-collapse .n-parent .n-left {
	height:23px;
	background-image:url(design/menu_left.png);
}
.na .n-parent .n-right {
	float:right;
	width:11px;
	height:23px;
	background-image:url(design/menu_right.png);
}
.na .n-collapse .n-parent .n-right {
	height:23px;
	background-image:url(design/menu_right.png);
}
.na .n-collapse .n-parent .n-in {
	line-height:23px;
	height:23px;
}
/*Child*/
.na .n-child {
	line-height:20px;
	color:#191970;
}
.na .n-child .n-in {
	background:url(design/arrow.gif) no-repeat 5pt 5pt;
	margin-bottom:1px;
}
.na .n-child .n-in .n-bul {
	float:left;
	width:20px;
}
.na a.n-child:hover .n-in {
	background:#dbdbc8;
}
.na a.n-child:hover .n-in .n-bul {
}
.na a.n-child:focus {
	-moz-outline-style: none;
}
.na .n-child .n-in img {
	border:none;
}
/*Add*/
.na .n-child .n-bul {
	float:left;
	width:20px;
	height:20px;
}
/*Child Selected*/
.na .n-selected .n-in {
	background:#dbdbc8;
}
.na .n-selected .n-in .n-bul {
}
.na a.n-selected:hover .n-in {
	background:#dbdbc8;
	text-decoration:none;
	cursor:default;
}
/*Panel*/
.na .n-panel {
	line-height:normal;
}
.na .n-panel .n-in {
	clear:both;
	color:#333333;
	font-family:tahoma,verdana,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	white-space:wrap;
}
.na a:focus  {
	outline:none;
}
.votebig{
	height: 100px;
	margin: 4px 6px;
	padding: 8px;
	border: 1px solid #9f9b7e;
	background:#d3d9c4;
	-moz-border-radius: 7px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.votebig div{
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	padding: 0 20px 0 5px;
	background:white;
	width: 320px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 6px;
}
/*
h4:after {
content:url(design/smiley.gif);
opacity:0.95;
filter:alpha(opacity:95);
}
*/