/*	CSS-Framework

	Version		: 0.3
	File name	: cssf-base.css
	Author		: 
	License		: Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/)
	
------------------------------ */

/* Core
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container { width: 100%; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }


/* Main styles
------------------------------ */

html { font-size: 100%; height: 100%; background: white; overflow-y: scroll; overflow-x: auto;}
body { height: auto !important; height: 100%; min-height: 100%; position: relative; font: .675em/1.5 Verdana, Arial, Helvetica, sans-serif;  } /* body height 100% */
p {color: #666666; }
a {color: orange; text-decoration: none;}
a:visited {  }
a:hover { color: orange; text-decoration: underline;}
a:active {  }
a.bold {font-weight: bold;}
a.caption {text-transform: uppercase; font-weight: bold;}

h1, h2, h3, h4 {font: 1.4em Verdana, Arial, Helvetica, sans-serif; margin: 1.5em 0 1em 0; font-weight: bold;}
h1.caption {text-transform: uppercase; font-weight: bold;}
h2 {}
h3 {}
h4 {}


/* Footer
------------------------------ 
p.footer , a.footer {color: #999999; text-decoration: none; font-size: .8em;}

a.footer:hover {color: orange; text-decoration: underline;}*/

/* Layout Boxs
------------------------------ */

.page-layout { margin-right: -30px; background: white; }
/*.container {margin: 0 0 20px 0;}*/
.layout-box { float: left; margin: 0 30px 20px 0; background: white;  }

.lb-1 { width: 674px; } /* main-image&header */
.lb-2 { width: 322px; } /* newsblock */
.lb-3 { width: 236px; } /* banners */
.lb-4 { width: 940px; } /* 100% */
.lb-5 { width: 455px; } /* 50% page */
.bkgr-grey {background: #F1F1F1;}

/* Demo Template
------------------------------ */

#page { width: 940px; margin: 0 auto; background: white; padding: 20px 30px 0 30px; }
#header { padding-bottom: 1em; border-bottom: 2px solid #ccc; margin-bottom: 1em; }
#col-left { float: left; width: 25%; }
#content { width: 73%; float: right; }
#footer { clear: both; padding-top: .5em; border-top: 1px solid #999999; margin-top: 20px; }

/* Box Z
------------------------------ */
.z0 {z-index: 0; position: relative;  margin: 0; padding: 0;}
.z1 {z-index: 1; position: absolute; top: 0px; left: 0px; margin: 0; padding: 0;}
.z2 {z-index: 2; position: absolute; margin: 0; padding: 0; border: 1px solid #F1F1F1; display: block;}
a.z2:hover {border: 1px solid orange;}
.z3 {z-index: 3; position: absolute; margin: 0; padding: 0; }
.z4 {z-index: 4; position: absolute; margin: 0; padding: 0; border: 1px solid orange;}
.flag {height: 16px;  margin: 0 1px 0 0;  border: 0px solid white; background: #3300ff; display: block; float: left; }
.flagblue {height: 16px;  margin: 0 1px 0 0;  border: 0px solid white; background: #3300ff; display: block; float: left; }
.flaggreen {height: 16px;  margin: 0 1px 0 0;  border: 0px solid white; background: #33cc33; display: block; float: left; }

.flagstock {width: 7px; height: 30px; top: 0px; left: 0px; display: block;}
.poinumber { top: 3px; left: -18px; display: block;}
a.poinumber {font-size: 8px; color: white;}
a.poinumber:hover {color: orange;}
a.flag:hover {background: orange;}
a.flagblue:hover {background: orange;}
a.flaggreen:hover {background: orange;}
.flagselected {background: orange;}

/* Horizontal Menu
------------------------------ */
.h-menu {position: absolute; overflow: visible; left: 76px; top: 44px; z-index: 1;}
/*.h-menu {position: relative; overflow: visible; left: 0px; top: 0px;  float: left; width: 10px;}*/
.menu-h { overflow: visible; padding: 0;}
.menu-h li { float: left; list-style: none; padding-right: 18px;}
.menu-h a { text-decoration: none;  color: #666666; font-weight: bold; font-size: 12px;}
.menu-h a:hover { text-decoration: none; color: orange;}
.menu-h a.selected { text-decoration: none; color: orange;}



/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d { min-height: 25px; border: 0; }
.menu-h-d ul { display: none; position: absolute; top: 30px; left: 0px;  background: #fff; border: 0; width: 236px; }
.menu-h-d li { float: right; display: block; position: relative; border: 0; list-style: none; margin: 10px 0 0 7px; padding: 0;}
.menu-h-d li.last {margin-left: 0; padding: 0;}
.menu-h-d li.selected {background: orange;}
.menu-h-d a { text-decoration: none; padding: 2px 8px; display: block; font-weight: bold; font-size: 17px; color: #999999;}
.menu-h-d a.selected {color: #fff;}

/*.menu-h-d ul { display: none; position: absolute; top: 22px; left: -1px; width: 160px; background: #fff; border: 0; border-bottom: 1px solid #ccc; }*/
.menu-h-d ul ul { left: 100%; top: -1px; }

.menu-h-d li li { float: none; border-width: 1px 1px 0px 1px; }

.menu-h-d li:hover {background: orange;}
.menu-h-d a:hover {color: #fff;}

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }

/* Horizontal Drop Down Menu 1
------------------------------ */

.menu-h-i { min-height: 20px; border: 0; }
.menu-h-i ul { display: none; background: #999999; border: 0; }
.menu-h-i li { float: left; display: block; width: 100%;  border: 0; list-style: none; margin: 0 0 20px 0; padding: 0; background: #999999;}
.menu-h-i li.last {margin-bottom: 0; padding: 0;}
.menu-h-i a.caption {position:relative; left: -2px; top: -5px; text-decoration: none; font-weight: normal; font-size: 17px; color: #fff; padding: 0; line-height: 20px; text-transform: uppercase;}
.menu-h-i a.caption-bold {position:relative; left: -2px; top: -5px; text-decoration: none; font-weight: bold; font-size: 17px; color: #fff; padding: 0; line-height: 20px; text-transform: uppercase; }
.menu-h-i span.caption {position:relative; left: -2px; top: -5px; text-decoration: none; font-weight: normal; font-size: 17px; color: #fff; padding: 0; line-height: 20px; text-transform: uppercase;}
.menu-h-i span.caption-bold {position:relative; left: -2px; top: -5px; text-decoration: none; font-weight: bold; font-size: 17px; color: #fff; padding: 0; line-height: 20px; text-transform: uppercase; }
/*.menu-h-i a {font-size: 17px; position:relative; left: -2px; top: -5px; text-decoration: none; padding: 2px 8px; display: block; font-weight: bold; font-size: 17px; color: #999999;}*/

/* Horizontal Drop Up Menu
------------------------------ */

.menu-h-d.d-up ul { bottom: 22px; }
.menu-h-d.d-up ul ul { bottom: -1px; }

/* Vertical Menu
------------------------------ */

.menu-v { border: 0px; padding: 0; }
.menu-v li { padding: 0; list-style: none; border: 0px; margin: 0 0 10px 0; }
.menu-v li.li-last { padding: 0; list-style: none; border: 0px; margin: 0; }
/* .menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }*/
.menu-v a { color: white; text-decoration: none; display: block; }
.menu-v a:hover { text-decoration: none; }

/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d { border-top: 1px solid #ccc; }
.menu-v-d li { padding: 2px 0; display: block; position: relative; border: 1px solid #ccc; border-width: 0px 1px 1px 1px; list-style: none; }
.menu-v-d li a { display: block; position: relative; text-decoration: none; padding-left: 10px; }

.menu-v-d li:hover { background: #ccc; }
.menu-v-d a:hover { color: #fff; }

.menu-v-d li ul { display: none; position: absolute; top: -1px; border-top: 1px solid #ccc; left: 100%; width: 100%; background: #fff; }
.menu-v-d li ul li { background: #fff; }

.menu-v-d li:hover ul ul,
.menu-v-d li:hover ul li:hover ul ul { display: none; }

.menu-v-d li:hover ul,
.menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul { display: block; }

.menu-v-d ul ul { left: 100%; }

/* Corners (em)
------------------------------ */

.corners { position: relative; overflow: hidden; }
.corners em.tl, .corners em.tr, .corners em.bl, .corners em.br { position: absolute; font-size: 1px; }

.corners-2 em.tl, .corners-2 em.tr, .corners-2 em.bl, .corners-2 em.br { width: 4px; height: 4px; background-image: url(../i/corners/corners-2.png); }
	.corners-2 em.tl { left: -2px; top: -2px; } .corners-2 em.tr { right: -2px; top: -2px; } .corners-2 em.bl { left: -2px; bottom: -2px; } .corners-2 em.br { right: -2px; bottom: -2px; }
.corners-3 em.tl, .corners-3 em.tr, .corners-3 em.bl, .corners-3 em.br { width: 6px; height: 6px; background: url(../i/corners/corners-3.png); }
	.corners-3 em.tl { left: -3px; top: -3px; } .corners-3 em.tr { right: -3px; top: -3px; } .corners-3 em.bl { left: -3px; bottom: -3px; } .corners-3 em.br { right: -3px; bottom: -3px; }
.corners-4 em.tl, .corners-4 em.tr, .corners-4 em.bl, .corners-4 em.br { width: 8px; height: 8px; background: url(../i/corners/corners-4.png); }
	.corners-4 em.tl { left: -4px; top: -4px; } .corners-4 em.tr { right: -4px; top: -4px; } .corners-4 em.bl { left: -4px; bottom: -4px; } .corners-4 em.br { right: -4px; bottom: -4px; }
.corners-5 em.tl, .corners-5 em.tr, .corners-5 em.bl, .corners-5 em.br { width: 10px; height: 10px; background: url(../i/corners/corners-5.png); }
	.corners-5 em.tl { left: -5px; top: -5px; } .corners-5 em.tr { right: -5px; top: -5px; } .corners-5 em.bl { left: -5px; bottom: -5px; } .corners-5 em.br { right: -5px; bottom: -5px; }
.corners-6 em.tl, .corners-6 em.tr, .corners-6 em.bl, .corners-6 em.br { width: 12px; height: 12px; background: url(../i/corners/corners-6.png); }
	.corners-6 em.tl { left: -6px; top: -6px; } .corners-6 em.tr { right: -6px; top: -6px; } .corners-6 em.bl { left: -6px; bottom: -6px; } .corners-6 em.br { right: -6px; bottom: -6px; }
.corners-7 em.tl, .corners-7 em.tr, .corners-7 em.bl, .corners-7 em.br { width: 14px; height: 14px; background: url(../i/corners/corners-7.png); }
	.corners-7 em.tl { left: -7px; top: -7px; } .corners-7 em.tr { right: -7px; top: -7px; } .corners-7 em.bl { left: -7px; bottom: -7px; } .corners-7 em.br { right: -7px; bottom: -7px; }
.corners-8 em.tl, .corners-8 em.tr, .corners-8 em.bl, .corners-8 em.br { width: 16px; height: 16px; background: url(../i/corners/corners-8.png); }
	.corners-8 em.tl { left: -8px; top: -8px; } .corners-8 em.tr { right: -8px; top: -8px; } .corners-8 em.bl { left: -8px; bottom: -8px; } .corners-8 em.br { right: -8px; bottom: -8px; }
.corners-9 em.tl, .corners-9 em.tr, .corners-9 em.bl, .corners-9 em.br { width: 18px; height: 18px; background: url(../i/corners/corners-9.png); }
	.corners-9 em.tl { left: -9px; top: -9px; } .corners-9 em.tr { right: -9px; top: -9px; } .corners-9 em.bl { left: -9px; bottom: -9px; } .corners-9 em.br { right: -9px; bottom: -9px; }
.corners-10 em.tl, .corners-10 em.tr, .corners-10 em.bl, .corners-10 em.br { width: 20px; height: 20px; background: url(../i/corners/corners-10.png); }
	.corners-10 em.tl { left: -10px; top: -10px; } .corners-10 em.tr { right: -10px; top: -10px; } .corners-10 em.bl { left: -10px; bottom: -10px; } .corners-10 em.br { right: -10px; bottom: -10px; }

/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4, p.header1, p.header2, p.header3,  p.header4 {font: 1.4em Verdana, Arial, Helvetica, sans-serif;  margin-bottom: .5em; color: #666666;}
.content h1, p.header1 {margin-top: 0em; margin-bottom: .7em; text-transform: none;}
.content h1.inverse-bold {font-size: 17px; position:relative; left: -2px; top: -5px; margin-bottom: 0; text-transform: uppercase;}
.content h1.caption {text-transform: uppercase; font-weight: bold;}
.content h1.inverse {font-size: 17px; position:relative; left: -2px; top: -5px; margin-bottom: 0; font-weight: normal; text-transform: uppercase;}
.clearleft {clear: left;}
.content h2, p.header2 {font-size: 1.2em;  margin-bottom: .5em; margin-top: 0; }
.content h3, p.header3 { font-size: 1.1em; color: #666666; position:relative; font-weight: bold;}
.content h4, p.header4 { font-size: 1em; margin-bottom: .5em; margin-top: 0; font-weight: bold; color: #666666;}

p.blockquote { margin-left: 5em; padding-left: 1em; border-left: 2px solid #ccc; }
p.pad { margin-left: 5em; padding-left: 1em;}
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #ccc; background-color: #ccc; height: 1px; border-width: 0px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

ul.intext { color: #666666; margin-left: 2em; line-height: 1.3em; list-style-position: outside; overflow:hidden;}
ol.intext { color: #666666; margin-left: 2em; line-height: 1.3em; list-style-position: outside;}
ul.intext li, ol.intext li { margin-bottom: .2em; }


.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.icons a, .icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

/*.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, .content img, hr { margin-bottom: 11px; }*/

.box { margin: 0; padding: 0;}
.m-left50px {margin-left: 50px;}
.m-left30px {margin-left: 30px;}
.m-left20px {margin-left: 20px;}
.advert {margin: 10px 0 0 0; }
.box-img {width: 240px; float: left;}
.line {width: 100%; height: 0; border-bottom: 1px solid #898989; }

.box-img-230px {margin: 0 10px 10px 0; padding: 0; float: left; text-align: center; width: 230px;}
/*.box-img-230px img {vertical-align: top; margin: 0; padding: 0px; border: 0;}*/
.box-img-70px { margin: 0 10px 10px 0; padding: 0; float: left; text-align: center; width: 70px; height: 70px;  overflow: hidden;}
.box-img-81px { margin: 0 10px 10px 0; padding: 0; float: left; text-align: center; width: 81px; height: 61px; background:#F1F1F1; overflow: hidden;}
/*.box-img-70px img {vertical-align: top; margin-bottom: 0; padding: 0px; border: 0;}*/
.box-img-70px-last { margin: 0 10px 0 0; padding: 0; float: left; text-align: center;}

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns,  hr { margin-bottom: 10px; }
.content p {color: #666666; }
.content p.footer, .content a.footer {color: #898989; text-decoration: none;}
.content a.footer:hover {color: orange;}

.content span {color: #898989;}


/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }
 p.withimage br{clear: left;}

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; font-size: 1em;  }
table th, table td, td.tableheader { border: 1px solid #ccc; padding: 2px 3px; vertical-align: top; }
table th, td.tableheader { background: #f4f4f4; font-weight: bold; }
table td {  }

/*	Columns
------------------------------ */

.columns {  }
.w-2, .w-224px, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 30px; margin-top: 0px; }
.col-first { padding-right: 30px; padding-left: 0!important; }
.col-last { padding-right: 0!important; }
.col-image {padding: 0; margin: 0; text-align: center; height: 60px;}
.col-route-icons {margin: .5em 0 0 10px;}


.w-2 { width: 322px; }
.w-224px { width: 224px; }
.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 0px; border: 0px solid #ccc!important; margin-bottom: 0px; vertical-align: top;}
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 10px; }
img.f-left-last { margin-right: 0; }
img.f-right { margin-left: 10px; }
img.m-bottom10px {margin-bottom: 10px;}
img {vertical-align: top; margin-bottom: 0px;}
.icons {margin-right: 1px;}


/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }