@charset "UTF-8";
/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------
     Copyright Rocktech.pl
      Author: rocktech.pl
======================================*/

/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|

.red-1 { background-color: #A72C2C }
.primary-1 { background-color: #063F76 }
.primary-2 { background-color: #1A3A59 }
.primary-3 { background-color: #02284D }
.primary-4 { background-color: #3679BB }
.primary-5 { background-color: #598BBB }
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
@import "font-face.css";

h1 {font-size:2.3em;line-height:1;margin-bottom:10px;}
h2 {font-size:1.6em;line-height:1;margin-bottom:10px;}
h3 {font-size:1.4em;line-height:1;margin-bottom:10px;}

body {
    color:#02284D;
    background:white url(/img/body.png) repeat-x
}
body.mceContentBody {
    background:#FFFFFF !important;
    background-image: none;
}
hr {
    color:#063F76;
    background:#063F76;
}
div.colborder {
    border-right:1px solid transparent;
}

a:link {  color: #3679BB; }
a:visited {  color: #3679BB; }
a:hover { color:#02284D;}
a:active, a:focus {  color: #99CCFF; }

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: #A72C2C !important;
    text-decoration:underline;
}
h1 a:hover ,h2 a:hover ,h3 a:hover , h4 a:hover,h5 a:hover , h6 a:hover {
    color:#02284D !important;
}
strike {color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input[type=submit] {
    background-color:#063F76 !important;
    color:#FFFFFF;
    font-weight:bold;
    border:1px solid #063F76;
    margin:0.5em 0;
    padding:5px;
}
button {
    background-color:#063F76;
    color:#FFFFFF;
    font-weight:bold;
    border:1px solid #063F76;
    margin:0.5em 0;
    padding:5px;
}
.red {
    color: #A72C2C;
    font-size:1.2em;
}
.editor {
    margin-top:0.75em;
    display:block;
}
.validation-advice{
    color: #A72C2C ;
}
.box {
    background: transparent url(/img/box.png) no-repeat top center;
    min-height:190px;
    font-size: 12px;
}
.box a:link{
    color: #A72C2C;
}
.box a:visited
{  color: #A72C2C; }
.box a:hover{
    color: #02284D;
}
.box, box_red,box_blue {
    text-align: left;
    /*min-height: 5em !important;*/
}
.box_red {
    padding:1.5em;margin-bottom:1.5em;
    background-color: #A72C2C;
    color:#FFFFFF;
}
.box_red h4,.box_red h5{
    margin-bottom: 0.5em;
    color: #FFFFFF;
}
.box_red a {
    color:#FFFFFF;
    text-decoration:underline;
}
.box_red a:hover {
    color: #02284D;
    color:#A72C2C;
    text-decoration: none;
    background-color:#fff;
}
.box_blue {
    padding:1.5em;margin-bottom:1.5em;
    background-color: #598BBB;
    color:#FFFFFF;
}
.box_blue h4,.box_blue h5{
    margin-bottom: 0.5em;
    color: #FFFFFF;
    font-weight: bolder;
}
.box_blue a:link ,.box_blue a:visited,.box_blue a:active {
    color:#FFFFFF !important;
}
.box_blue a:hover{
    color: #A72C2C;
}
.box_grey {
    padding:1.5em;margin-bottom:1.5em;
    background-color:#D0D0D0;
    color:#FFFFFF;
}
.box_grey h4,.box_grey h5{
    margin-bottom: 0.5em;
    color: #FFFFFF;
    font-weight: bolder;
}
.box_grey a {
    color:#FFFFFF;
    text-decoration:underline;
}
.box_grey a:hover {
    color: #02284D;
}
.breadcrumb {
        padding:1.5em;
    margin-bottom:1.5em;
        background-color:#ececec;
    color:#063F76 ;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
}
.box_blueish {
    padding:1.5em;
    margin-bottom:1.5em;
    background-color:#ececec;
    color:#063F76 ;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
}
.box_blueish  h3,.box_blueish h4{
    margin-bottom: 0.5em;
    color:#063F76 ;
    padding-left: 18px;
    font-weight: bolder;
    background: url(/img/plus.png) no-repeat 0 50%;
}
.box_blueish  h3:hover,.box_blueish h4:hover{
    color:#A72C2C;
}
.box_blueish  h3.active {
    background: url(/img/minus.png) no-repeat left center;
}
/*
.box_blueish  h3.active:before,.box_blueish h4.active:before{
    content:"\FE63\0020";
}
.box_blueish  h3:before,.box_blueish h4:before{
   content:"\FE62\0020";
}
*/
.box_blueish a ,.breadcrumb a {
    color:#063F76 ;
    text-decoration:underline;
}
.box_blueish  a:hover ,.breadcrumb a:hover{
        color:#A72C2C;
}
.box_blueish ul {
        list-style:none;
        list-style-position: inside;
    margin: 0;
    padding: 0;
}
.box_blueish ul li{
     margin-bottom: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    background-color: #FFF;
    opacity:0.90;
}
.box_blueish ul li:hover{
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
.box_blueish ul li a{
        padding: 0.50em;
     cursor:pointer;
    text-decoration: none;
    color:#063F76 ;
    display: block;
}
.box_blueish  ul li a:hover,.box_blueish  li a.active {
    color:#A72C2C;
    background:none;
    border-left-color: #A72C2C;
}
ul_in_box  {
    font-size:1.2em;
    line-height:2.5em;
    margin-bottom:1.25em;
    text-transform: uppercase;
}
ul.ul_in_box  { 
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul_in_box  li a:first-letter  {
    
}
.ul_in_box  li a {
    color: #FFF;
    display:block;
    border-bottom-style:solid;
    border-bottom-width:1px;
    cursor:pointer;
    text-decoration: none;
    border-left: 5px #063F76  solid;
    padding-left: 10px;
    color:#063F76 ;
    border-bottom-color:#063F76 ;
}
.ul_in_box  li a:hover,.ul_in_box a.active {
    color:#A72C2C;
    background:none;
    border-left-color: #A72C2C;
}

big {font-size:1.3em;line-height:1;margin-bottom:3px;}


/* error class*/
.large .msg {padding-bottom: .6em;}
.msg { background: url(/img/msg.png) no-repeat top right; padding:.8em;margin-bottom:1em;padding-left:27px;margin-left:0;}
.alerts { background-position: 0 0; }
.errors { background-position: 0 -42px; }
.infos { background-position: 0 -84px; }
.notices { background-position: 0 -126px; }
.successs { background-position: 0 -168px; }
.tips { background-position: 0 -210px; }
/*help body*/
#body {
    margin:25px;
    background: url(/img/logo_vikersonn_small.png) no-repeat fixed 100% 0;
}
#links {
    cursor: pointer;
}
/* Client LIST  */

.client {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;text-transform: uppercase;}
ul.client { list-style: none; margin: 0;padding: 0;}
.client li a:first-letter  { font-size:1.2em;}
ul.client li a { display:block; text-decoration:none;color:#A72C2C;color:#063F76 ; background-color:transparent; line-height:30px;
                 border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CCCCCC; border-bottom-style: dashed;padding-left:10px; cursor:pointer; }
ul.client li a:hover {}
ul.client li a strong { margin-right:10px; }

/*submenu */
#submenu {
    background-color: #eee;
    padding-top: 0em;
    margin-bottom: 1.0em;
    position: relative;
}
.user ul,.amb ul {
    list-style: none;
    margin: 1.5em 0 0 1.0em;
}
.user li,.amb li {
    display: inline;
    margin-right: 0.5em;
    color:#063F76 ;
}
.user li a,.amb li  a{
    color:#FFFFFF;
    text-decoration: none;
    font-size: 1.25em;
    background-color:  #598BBB;
    padding: 0.5em;
}
.user li a:hover,.amb li  a:hover{
    background-color:  #02284D;
}
.bar {
    height:28px;
    padding:0;
    position: relative
}
#userbar {
    position: absolute;
    right: 0;
    top:0.5em;
    font-weight: bold;
    font-size: 1.1em;
}
a.login {
    background: transparent url(/img/log_out_off.png) no-repeat left center;

    padding: 5px;
    padding-left: 25px;
    font-weight: bold;
    text-decoration: none;
    min-height: 26px;
    color: #02284D;
}
a.login:hover {
    background: transparent url(/img/log_out_on.png) no-repeat left center;
}
a.logout {
    background: transparent url(/img/log_in_off.png) no-repeat left center;

    padding: 5px;
    padding-left: 25px;
    font-weight: bold;
    text-decoration: none;
    min-height: 26px;
    color: #02284D;
}
a.logout:hover {
    background: transparent url(/img/log_in_on.png) no-repeat left center;
}
a.caddy {
    background: transparent url(/img/caddy_off.png) no-repeat left center;
    padding: 5px;
    padding-left: 25px;
    font-weight: bold;
    text-decoration: none;
    min-height: 26px;
    color: #02284D;
}
a.caddy:hover {
    background: transparent url(/img/caddy_on.png) no-repeat left center;
}
#mapDiv {
    height:450px;
}
/**************************************/
/*              HEADER                */
/**************************************/
#header {
    margin: 0.25em 0 1.0em 0;
    height: 275px;
    background: transparent url(/img/header.png) no-repeat;
    position: relative;
}
#logo {
    position: absolute;
    top:0;
    left:30px;
    width: 386px !important;
    height: 63px !important;
    display: block;
    z-index: 9999;
}
#logo img {
    display: block;
}
#himage {
    position: absolute;
    left:4px;
    top:5px;
}
#facebook {
    /*background: transparent url(/img/Facebook_icon.png) no-repeat right;*/
    position: absolute;
    top:220px;
    left:350px;
    height: 10px;
    font-size: 10px;
    /*padding-left: 35px;*/
    padding-top: 6px;
    vertical-align: middle;
}
#facebook_like {
    /*background: transparent url(/img/Facebook_icon.png) no-repeat right;*/
    position: absolute;
    top:220px;
    left:378px;
    height: 10px;
    font-size: 10px;
    /*padding-left: 35px;*/
    padding-top: 8px;
    vertical-align: middle;
}
#check_price {
    position: absolute;
    top:102px;
    left:30px;
    width: 100%;
    font-size: 17px;
    line-height: 30px;	
    font-weight:bold;
}
#check_price a {
    color: #063F76;
    text-decoration: none;
    display: block;
}
#check_price a:hover {
    color:#A72C2C;
}

#button_top {
    position: absolute;
    top:100px;
    left:270px;
    width: 100%;
    
}
#heat_price {
    background: transparent url(/img/warm_icon.png) no-repeat left;
    top:105px;
    left:30px;
}
#heat_price:hover {
    background: transparent url(/img/warm2_icon.png) no-repeat left;
    cursor: pointer;
}
#pump_price {
    background: transparent url(/img/pomp_icon.png) no-repeat left;
    top:165px;
    left:30px;
}
#pump_price:hover {
    background: transparent url(/img/pomp2_icon.png) no-repeat left;
    cursor: pointer;
}
#top_button {
    background: transparent no-repeat left;
    top:55px;
    left:50px;
}
#contact_us {
    background: transparent url(/img/mail_icon.png) no-repeat left;
    top:185px;
    left:30px;
}
#contact_us:hover {
    background: transparent url(/img/mail2_icon.png) no-repeat left;
}
#office:hover {
    cursor: pointer;
}
#heat_price, #pump_price, #contact_us {
    position: absolute;
    height: 41px;
    padding-left: 60px;
    font-size: 20px;
}
#heat_price a, #pump_price a, #contact_us a{
    background: transparent url(/img/arrow_icon.png) no-repeat left;
    color: #063F76;
    padding-left: 15px;
    text-decoration: none;
    height:41px !important;
    width: 334px;
    display: block;
}
#heat_price a:hover, #pump_price a:hover, #contact_us a:hover{
    color:#A72C2C;
}
#heat_price span, #pump_price span, #contact_us span {
    display: block;
    padding-top:5px;
}
#office {
    position: absolute;
    top:220px;
    left:30px;
    height: 30px;
    font-size: 14px;
    background:transparent url(/img/office_icon.png) no-repeat left;
    padding-left: 35px;
    padding-top: 4px;
}
#office span {
    display: block;
    padding-top:4px;
}
#menu {
    height: 79px;
    background: transparent url(/img/menu.png) no-repeat;
    margin-bottom: 0.5em;
}
#menu_user {
    height: 111px;
    background: transparent url(/img/menu_login.png) no-repeat;
    margin-bottom: 0.5em;
    position: relative;
}
ul.top{
    position: absolute;
    top:38px;
    left:0;
}
ul.one{
    position: absolute;
    top:73px;
    left:0;
}
.one li,.top li {
    background: none !important;
}
.one li a {
    color:#505050 !important;
}
.one li a.active {
    color:#A72C2C  !important;
}
.one li a:hover {
    color:#A72C2C  !important;
}
#userbar p {
    color:#063F76;
    margin:0;
    padding:0.25em 2.0em 0.50em 0;
}
#welcome a {

    text-decoration: none;
    font-weight: bold;
}
/**************************************/
/*             NAVIGATION             */
/**************************************/
/*Flags */
a.ss_sprite {font-family:"Helvetica Neue", Arial, Helvetica, sans-serif !important;}
a.rfl {text-decoration: none;}
.rfl {display:inline;  overflow:hidden; height:18px; font-size: 18px !important; padding-left:18px; padding-bottom:0px; background-repeat:no-repeat;  text-decoration:none;background: url(../img/rounded_flags_small_h.png) no-repeat top left;}
.de_ATs  { background-position: 0 0; }
.de_DEs  { background-position: 0 -24px; }
.pl_PLs  { background-position: 0 -50px; }
.nb_NOs  { background-position: 0 -74px; }
.en_GBs  { background-position: 0 -99px; }

.de_AT{ background-position: 0 -124px; }
.de_DE{ background-position: 0 -149px; }
.pl_PL { background-position: 0 -174px; }
.nb_NO { background-position: 0 -199px; }
.en_GB { background-position: 0 -224px; }

.submenu {

    padding:80px  14px 14px 14px;

}
.submenu .fancy {

}
.submenu ul {
    list-style: none;
    margin: 1.0em 0 1.0em 0;

}
.submenu ul ul,.submenu ul li {
    margin:0;
    padding: 0;
}
.submenu img {
    /*width:330px;*/
}
.submenu hr {
    background-color: #E5ECF9
}
.submenu li {
    padding: 0.5em;
    margin-top: 0.0em;
}
.submenu li a:before {
    content:"\2023\0020";
}
.submenu a {
    font-size: 1.1em;

    text-decoration: none;
    font-weight: bolder;
    /*border-right: 10px solid white;*/
}
.submenu a:hover {
    color:#598BBB;
}

.news{
    width: 300px;
    height: 216px;
    background: transparent url(/img/plate.png) no-repeat center;
    padding:15px 20px 10px 14px;
    font-size: 12px;
    text-align: justify;
    color: black;
    position: relative;
}
.news a.bookmark {
    color:#063F76 !important;
    font-weight: bolder !important;
    font-size: 14px;
}
.news a.bookmark:hover {
    color:#A72C2C !important;
}
.news p {
    margin:10px 0 10px 0;
}
.news a.more {
    display: block;
    width: 53px;
    text-align: center;
    background: url(/img/more.png) no-repeat center;
    color:#063F76 ;
    color:#333;
    font-weight: normal;
    position: absolute;
    right: 20px;
    bottom:20px;
}
.news a.more:hover {
    color:#A72C2C !important;
    color:#000000 !important;
}
/*
a.more:after {
    content:" »";
}
*/
/* foot menu */
ul.foot,
ul.foot li,
ul.foot ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.foot {
    position: relative;
    z-index: 597;
    float: left;
}
ul.foot a {
    text-decoration: none;
    color:#063F76 ;
}
ul.foot a:hover {
    text-decoration: none;
    color:#A72C2C;
}
ul.foot li {
    width:160px;
    max-width: 160px;
    float: left;
    vertical-align: middle;

}
ul.foot ul  {
    margin-top: 14px;
    font-size:12px;
}

ul.foot ul li {
    float: none;

}
ul.foot *.dir {
    min-height: 80px;
    min-width:160px;
    color:#063F76 ;
    font-size:14px;
    line-height:3.10;

}
ul.plain,ul.plain li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a.button_red {
    width:210px;
    height:71px;
    padding-top: 40px;
    display:block;
    color:#FFFFFF;
    font-weight: bold;
    font-size: 1.4em;
    background: transparent url(/img/button_red.png) no-repeat center;
    border: none;
    text-decoration: none;
    text-align: center;
    margin:0 auto;
    cursor: pointer;
}
button.red {
    width:210px;
    height:71px !important;
    padding-top: 0 !important;
    display:block;
    color:#FFFFFF;
    font-weight: bold;
    font-size: 1.4em;
    background: transparent url(/img/button_red.png) no-repeat center;
    border: none;
    text-decoration: none;
    text-align: center;
    margin:0 auto;
    cursor: pointer;
}
a.button_red:hover,button.red :hover {
    background: transparent url(/img/button_red_h.png) no-repeat center;
}
#barchart, #barchart2,.barchart { 
    width: 470px;
    height:230px;
    display: block;
    margin-top:0.50em;
    background: transparent url("/img/image-loader.gif") no-repeat 50% 50%;
}
.barchart p{
    text-align: center;
    font-size: 2.50em;
    text-align: center;
}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#main_img{
    margin-bottom: -5px  !important;
    padding-bottom: 0 !important;
}
#main {
    /*margin-top:1.0em;*/
    /*margin-bottom:1.0em;*/
}
#main table {
    margin:0 auto;
}
.editor table {
    margin:0 0 0 0;
}
form .mceEditor {
    width:98%;
}
fieldset {
    border-color:#063F76;
}
#left_col {
    background-color:#063F76;
    background:#E5ECF9;
    height: 1090px;
    background: transparent url(/img/news_big.png) no-repeat center;
}
#left_col h2, #left_col h3, #left_col h4 {
    /*color:#FFFFFF;*/
}
/* TABLES */

table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; text-align: right;}
thead th  {background-color: #f1f1f2;}
tr.odd {background-color:  #eee;}

#discount_code {
    margin-bottom:0px;
}
.offer div:last-child {margin-right: 0;padding-right:0;}
#slider {
    height: 26px;
    margin-top: -8px;
    background-image: url(/img/slider.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 1.5em;
}
#scale div{
    position:relative;border-bottom:3px solid #063F76;background:url(/img/scale.gif) repeat-x;
}
#smin {
    border-left:1px solid #063F76;padding-left:0.5em;position:absolute;left:0;
}
#smid {
    border-left:1px solid #063F76;padding-left:0.5em;position:absolute;left:50%;
}
#smax {
    border-right:1px solid #063F76;padding-right:0.5em;float:right;
}
.more {
    cursor: pointer;
}
/*PAGINACJA */
.pg {
    background-color: #FFFFFF;
    float:right;
    text-align: center;
    font-size: 10px;
    margin-bottom: 0;
    padding: 0px;
    padding-top:3px;
    padding-bottom:3px;
}
.pg a {
    font-size: 10px;
    text-decoration: none;
    color: #000000;
    border: 1px solid #dddddd;
    padding: 3px;
    margin-right:5px;
}
.pg a:hover {
    font-size: 10px;
    text-decoration: none;
    color: #000000;
    border: 1px solid #A7A7A7;
    background-color: white;
    padding: 3px;
    margin-right:5px;
}
.pg a.current {
    font-size: 10px;
    text-decoration: none;
    color: #000000;
    border: 1px solid #dddddd;
    background-color: #f1f1f2;
    padding: 3px;
    margin-right:5px;
}
.pg span.disabled {
    font-size: 10px;
    text-decoration: none;
    color: #C6C7C7;
    border: 1px solid #C6C7C7;
    background-color: white;
    padding: 3px;
    margin-right:5px;
}
/**************************************/
/*               FORMS                */
/**************************************/
fieldset {
    border: none;
}
legend {
    color: #A72C2C;
}
.tagsArea {
    height:55px;
}
#calc {
    margin-top: 1.5em;
}
#calc label{
    position: relative;
    top:1.0em;
}
#calc legend {
    color: #A72C2C;
    padding: 0;
    margin: 0;
}
#calc fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
#calc select  {
    margin-top:.75em;
}
#calc input[type=checkbox] {
    margin-left: 0;
    margin-top:.75em;
}
#medium {
    margin:0.25em 0 0.25em 0;
}
#medium input {
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    top:0;
}
#link {
    width:450px;
}
/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
    margin-top: 1.0em;
    background:transparent url(/img/footer.png) no-repeat;
    height: 194px;
}

#offer div div {
    margin: 1px; background: #DDD; padding: 7px; border-radius: 12px; -moz-border-radius: 12px;
    box-shadow: 3px 7px 3px #DDD; -webkit-box-shadow: 3px 7px 3px #DDD; -moz-box-shadow: 3px 7px #DDD;
}
#offer div div div {border-radius:0;-moz-border-radius:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;}




