/* Base styles
 * author: Radosław Szachtsznajder, rszachtsznajder@gmail.com
 * */

/* ============================================================= */
/* =================================================== BASE ==== */
/* ============================================================= */

/* =============== reset */
body, h1, h2, h3, h4, h5, h6, div, p, form, fieldset, ul, ol, li, dl, dt, dd { margin: 0; padding: 0; }
li { list-style: none; }
a, a:visited, a:hover { text-decoration: underline; }
fieldset, img { border: none; }
/* =============== */

html
{
    font-size: small;
}

body
{
    font-size: 85%;
    font-family: Arial, Verdana, Tahoma, "Lucida Grande", sans-serif;
    color: #000;
    background-color: #fff;
}

a
{
    color: #be0000;
}

a:hover
{
    text-decoration: none;
}

.content
{
    margin: 0 auto;
    width: 900px;
}

.clear
{
    clear: both;
    display: block;
}

.hide
{
    display: none;
}

.back
{
	text-align: right;
	margin: 0.5em 10px;
}

/* =============== forms */

input,
textarea,
select
{
    font-size: 100%;
    padding: 1px;
    margin: 0;
    vertical-align: middle;
    border: 1px solid #10387d;
    background-color: #fff;
	font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
}

input.checkbox,
input.radio
{
    padding: 0;
    background-color: transparent;
}

input.radio
{
	border-width: 0;
}

input.submitImg
{
    border-width: 0;
    padding: 0;
    background-color: transparent;
}

input:focus
{
    border-color: #be0000;
}

.formRow
{
    padding-bottom: 4px;
}

.formRow label
{
    float: left;
    width: 130px;
}

.formRow div label
{
    float: none;
    width: auto;
    margin-right: 15px;
}

.formRow div label input
{
    border-width: 0;
    padding: 0;
}

.formRow div
{
    float: left;
}

.formRow div ul li {
    padding-top: 0.3em;
}

.formRow div ul li label input {
    margin-right: 5px;
    vertical-align: bottom;
}

.errorlist
{
    color: #e20000;
}

.formErr input,
.formErr textarea
{
    border-color: #e20000;
    background-color: #fffbfb;
}

.btn
{
    background: transparent url(/imgs/css/btn_blue.png) 0 repeat-x;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.2em 10px;
    border-width: 0;
	text-decoration: none !important;
    -moz-border-radius: 3px 3px;
}

.btn:hover
{
    color: #dce2ec;
}

.btn:focus
{
    border-width: 0;
}


.req
{
    color: #e20000;
}

fieldset.hideLegend legend
{
    display: none;
}

.notFound
{
	border: 1px solid #b8c4d9;
	padding: 1em 10px;
	text-align: center;
	margin: 1em 10px;
}

/* =============== messages */

#messages li,
#stdErr div
{
    border-width: 1px;
    border-style: solid;
    margin-bottom: 0.5em;
    padding: 0.3em 10px;
    font-weight: bold;
}

#messages .msg_0, /* error */
#stdErr .msg_0
{
    border-color: #e20000;
    color: #e20000;
    background-color: #ffecec;
}

#messages .msg_1, /* info */
#stdErr .msg_1
{
    border-color: #73a32b;
    color: #73a32b;
    background-color: #f4fde6;
}

/* =============== content */

span.color_demo
{
    color: #797671;
}

span.color_mini
{
    color: #cba967;
}

span.color_start
{
    color: #73a32b;
}

span.color_standard
{
    color: #6188c8;
}

span.color_business
{
    color: #f57223;
}

.siteHead
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.001em;
    margin-bottom: 1em;
}

.c_navy
{
    color: #10387d;
}

.c_black
{
    color: #000;
}

.contentHead
{
    margin-bottom: 1em;
    font-size: 150%;
    background: transparent url(/imgs/css/head_point.png) 0 no-repeat;
    padding: 0.2em 10px 0 25px;
}

.simplePackage
{
    margin-left: 200px;
}

.simplePackage ul
{
    margin: 0.3em 10px;
}

.simplePackage img
{
    float: left;
}

.simplePackage div
{
   margin-left: 90px;
}

.simplePackage .price
{
    font-size: 160%;
    color: #10387d;
}

.simplePackage .price em
{
    font-style: normal;
}

.simplePackage .price span
{
    font-size: 50%;
    color: #84898f;
}

.simplePackage ul li
{
    padding: 0 0 0.2em 10px;
	background: transparent url(/imgs/css/arr_navy.gif) 0 0.4em no-repeat;
    padding: 0 0 0.5em 10px;
}

/* ===================================================== header */

#headerTop
{
    background: transparent url(/imgs/css/top_border.gif) 0 100% repeat-x;
    padding-top: 1em;
}

#headerTop .content
{
    position: relative;
}

#headerTop .content h1
{
    font-size: 1%;
    text-indent: -10000em;
    line-height: 0.1em;
}

#headerTop #fboxLogo
{
    position: absolute;
    top: 5px;
    left: 50px;
}

#hb1Cont .left ul {
    font-size: 110%;
}

/* ============================= language */

#language ul
{
    float: right;
	margin: 1em 20px 0 0;
}

#language li
{
    float: left;
    padding-right: 7px;
}

#language li.selected a img,
#language li a:hover img
{
    border-color: #be0000;
}

#language li a img
{
    border: 1px solid #e9e9e9;
    vertical-align: middle;
}

/* ============================= partners top menu */

#partnerTopMenu
{
    float: right;
    margin: 0 20px 0 0;
}

#partnerTopMenu li
{
    float: left;
    padding: 0 7px 0 8px;
    background: transparent url(/imgs/css/menu_pipe.png) 0 no-repeat;
}

#partnerTopMenu li.firstChild
{
    background: none;
}

#partnerTopMenu li a
{
    color: #b9c7de;
    text-decoration: underline;
}

#r_newsletter {
    position: absolute;
    top: 0;
    right: 25em;
}

/* ============================= top menu */

#menuTop
{
    float: right;
	margin-top: 1em;
}

#menuTop li
{
    float: left;
    padding: 0 18px 0 19px;
    background: transparent url(/imgs/css/menu_pipe.png) 0 no-repeat;
}

#menuTop li:first-child
{
    background: none;
}

#menuTop li a
{
    display: block;
    padding: 10px 0;
    color: #10387d;
    font-weight: bold;
    text-decoration: none;
    font-size: 120%;
}

#menuTop li a.selected,
#menuTop li a:hover
{
    padding-bottom: 8px;
    border-bottom: 2px solid #10387d;
}

#menuTop li a.selected
{
    color: #000;
}

/* ===================================================== middle */

#mainContent
{
	min-height: 300px;
}

#mainContent,
#footerContent
{
    margin: 0 15px;
}

#mainContent p {
    font-size: 110%;
    line-height: 1.3em;
}

/* ===================================================== footer */

#footerContent
{
    border-top: 1px solid #b8c4d9;
    padding: 0.8em 0;
    margin-top: 1.2em;
}

#footerContent p
{
    float: right;
    color: #84898f;
    padding-right: 15px;
    padding-top: 9px;
}

#footerContent p,
#footerContent p a
{
    color: #84898f;
    text-decoration: none;
}

#footerContent p a:hover
{
    color: #000;
    text-decoration: underline;
}

#footerContent #menuFooter li
{
    float: left;
    padding: 0 15px 0 16px;
    background: transparent url(/imgs/css/menu_pipe.png) 0 no-repeat;
}

#footerContent #menuFooter li:first-child
{
    background: none;
}

#footerContent #menuFooter li a
{
    display: block;
    padding: 10px 0;
    color: #10387d;
    font-weight: bold;
    text-decoration: none;
    font-size: 110%;
}

#footerContent #menuFooter li a.selected,
#footerContent #menuFooter li a:hover
{
    color: #000;
}

/* ==================================== */
/* ==================== BASE OTHER ==== */
/* ==================================== */

#profileForm
{
	margin: 1.5em 0 1.5em 50px;
}

#rightPnl #profileForm {
    margin-left: 0;
}

#profileForm fieldset
{
	padding: 1em 0 1em 20px;
}

#profileForm fieldset legend
{
	font-weight: bold;
	margin-left: -10px;
}

#profileForm #orderPackagePeriods div.formRow div {
    font-size: 110%;
}

#profileForm #id_postcode,
#profileForm #id_postcode1
{
    width: 80px;
}

#profileForm #id_phone,
#profileForm #id_nip,
#profileForm #id_regon
{
    width: 110px;
}

#profileForm #id_username,
#profileForm #id_email,
#profileForm #id_city,
#profileForm #id_street,
#profileForm #id_city1,
#profileForm #id_street1
{
	width: 170px;
}

#profileForm #id_name
{
    width: 200px;
}

#profileForm #newsletterAndRules {
    margin-bottom: 1em;
}

#profileForm #newsletterAndRules label {
    display: block;
    padding-bottom: 5px;
}

#profileForm #newsletterAndRules label input {
    vertical-align: sub;
}

#profileForm .btn
{
	margin-left: 100px;
}


/* login panel */

#loginPanel
{
    margin: 0.4em 0;
}

#loginPanel legend
{
    display: none;
}

#loginPanel label
{
    float: left;
    width: 55px;
    font-weight: bold;
    padding-top: 3px;
}

#loginPanel #lpUser,
#loginPanel #lpPass
{
    width: 105px;
}

#loginPanel fieldset
{
    margin: 0.5em 0;
}

#loginPanel .exception
{
    margin-top: 0.5em;
}

#loginPanel .exception label
{
    float: none;
    width: auto;
    font-weight: normal;
}

#loginPanel #lpForgotPass
{
    float: right;
}

.submitOK
{
    background: transparent url(/imgs/css/btn_ok_blue.png) 0 0 no-repeat;
    width: 37px;
    height: 20px;
    border: none;
}

.submitOK:hover
{
    background-position: 0 -20px;
}

a.packageOrder
{
    background-repeat: no-repeat;
    width: 75px;
    height: 25px;
    float: left;
    margin-top: 1em;
    text-indent: -4000em;
    outline: none;
}

a.po0 {
    background-position: 0 0;
}

a.po0:hover {
    background-position: -75px 0;
}

a.po25 {
    background-position: 0 -25px;
}

a.po25:hover {
    background-position: -75px -25px;
}

a.po50 {
    background-position: 0 -50px;
}

a.po50:hover {
    background-position: -75px -50px;
}

a.po75 {
    background-position: 0 -75px;
}

a.po75:hover {
    background-position: -75px -75px;
}

#mainContent .staticText {
    font-size: 120%;
    line-height: 1.5em;
    text-align: justify;
}

#mainContent .staticText p {
    font-size: 100%;
    margin: 0.5em 10px;
}

#mainContent .staticText h3 {
    font-size: 105%;
    margin: 1.5em 0 1em;
}

#mainContent .staticText ul {
    list-style-type: disc;
    margin: 1em 15px;
}

#mainContent .staticText ul li {
    list-style-type: disc;
    margin-left: 20px;
}

#mainContent .staticText .contentHead {
    font-size: 125% !important;
}

.fastHelp {
    float: right;
    margin-top: 5px;
    position: relative;
}

.fastHelp em {
    display: block;
    cursor: pointer;
    padding: 0 5px;
    border: 1px solid #b8c4d9;
    font-style: normal;
    font-size: 130%;
    background-color: #fff;
    color: #10387d;
}

.fastHelp .fastHelpEmHover {
    background-color: #b8c4d9;
    color: #fff;
}

.fastHelp div {
    background-color: #b9c7de;
    border: 1px solid #b8c4d9;
    display: none;
    text-align: justify;
    line-height: 1.3em;
    opacity: 0.85;
    padding: 8px;
    position: absolute;
    right: -10px;
    top: 20px;
    width: 250px;
    z-index: 20;
}

#comparePackages {
    width: 100%;
    margin: 1em 0;
    border-spacing: 0;
    border-collapse: collapse;
}

#comparePackages td,
#comparePackages th {
    border: 1px solid #edf0f5;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
}

#comparePackages thead th a {
    display: block;
    margin-top: 0.5em;
    margin-left: 15px;
}

#comparePackages tbody th {
    text-align: left;
    padding: 2px 20px;
    font-size: 90%;
}

#comparePackages tfoot td a {
    float: none;
    display: block;
    margin: 0.5em auto;
}

#comparePackages .cpSubhead {
    text-align: left;
    color: #10387d;
    padding-left: 10px;
    background-color: #edf0f5;
}

#comparePackages .comparePackages_business {
    background-color: #fff6ef;
}

#comparePackages .comparePackages_standard {
    background-color: #eff6ff;
}

#comparePackages .comparePackages_start {
    background-color: #f6ffdf;
}

#comparePackages .comparePackages_mini {
    background-color: #fffaef;
}

.rulesSubtitle {
    font-size: 90%;
    color: #9fb0cb;
    font-style: normal;
}

.rulesH1 li {
    list-style-type: upper-roman !important;
}

.rulesH2 li {
    list-style-type: decimal !important;
}

.rulesH3 li {
    list-style-type: lower-alpha !important;
}

.rulesH3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#mainContent address {
    font-style: normal;
    line-height: 1.5em;
}

#mainContent ul#partnersRules {
    margin: 2em 10px 1em;
}

#mainContent ul#partnersRules li {
    list-style-type: none;
    padding: 0.5em 10px 0.5em 90px;
    min-height: 70px;
}

#mainContent ul#partnersRules #partnersRulesFree {
    background: transparent url(/imgs/css/partners_rules_free.png) 0 no-repeat;
}

#mainContent ul#partnersRules #partnersRulesProfit {
    background: transparent url(/imgs/css/partners_rules_profit.png) 0 no-repeat;
}

#mainContent ul#partnersRules #partnersRulesAuto {
    background: transparent url(/imgs/css/partners_rules_auto.png) 0 no-repeat;
}

#mainContent h4#partnersProfits {
    font-size: 150%;
    color: #10387d;
    font-weight: normal;
    line-height: 1.3em;
    margin: 1.8em 0;
    padding-right: 20px;
}

#mainContent h4#partnersProfits span {
    color: #be0000;
}

#mainContent h4#partnersSummary {
    padding: 1em 20px 0 0;
    clear: both;
    font-size: 150%;
    font-weight: normal;
    line-height: 1.3em;
    color: #be0000;
}

#mainContent h4#partnersSummary span {
    color: #10387d;
    display: block;
}

#mainContent dl#partnersOffer {
    margin: 1em 0;
}

#mainContent dl#partnersOffer dt {
    color: #10387d;
    float: left;
    font-size: 100%;
    font-weight: bold;
    padding-top: 1em;
    padding-left: 15px;
    width: 230px;
}

#mainContent dl#partnersOffer dd {
    margin-left: 250px;
    margin-top: 1em;
    padding-right: 15px;
}

#rightPnl #partnersApplyHead {
    font-size: 110%;
    font-weight: bold;
}

#playerEditWrapper {
    background: transparent url(/imgs/css/bg_grad_large.png) 0 0 repeat-x;
    border-top: 1.2em solid #edf0f5;
    text-align: center;
}

#playerEditWrapper div {
    width: 930px;
    text-align: left;
    margin: 0 auto 1em;
}

#playerEditWrapper object {
    background: transparent url(/imgs/css/bg_grad_large.png) 0 0 repeat-x;
    border-top: 1.2em solid #edf0f5;
    text-align: center;
}

#staticContact {
    float: left;
    width: 350px;
}

#staticContactForm {
    float: left;
    width: 500px;
}

#staticContactForm .btn {
    margin-left: 130px;
}

#staticContactForm #id_sender {
    width: 200px;
}

#staticContactForm #id_subject {
    width: 350px;
}

#staticContactForm #id_content {
    width: 350px;
    height: 150px;
}

#profileForm #partnerForm input {
    width: 200px;
}

.rndBox
{
    background-color: #fff;
    margin: 1em 0;
    border-top: 1em solid #fff;
}

.rndBox .rndBoxTL
{
    background: transparent url(/imgs/css/advantages_tl.gif) 0 0 no-repeat;
}

.rndBox .rndBoxRT
{
    background: transparent url(/imgs/css/advantages_rt.gif) 100% 0 no-repeat;
}

.rndBox .rndBoxBR
{
    background: transparent url(/imgs/css/advantages_br.gif) 100% 100% no-repeat;
    padding-top: 7px;
}

.rndBox .rndBoxLB
{
    background: transparent url(/imgs/css/advantages_lb.gif) 0 100% no-repeat;
    padding: 3px 20px 10px 20px;
}

#fboxWhatIs,
#fboxFboxSteps,
#fboxOffers {
    text-align: justify;
}

#fboxRndBoxCol1 {
    float: left;
    width: 400px;
    margin-right: 40px;
    font-size: 100%;
}

#fboxRndBoxCol1 h4 {
    font-size: 100%;
    background-color: #dce2ec;
    padding: 0.5em 15px;
}

#fboxRndBoxCol1 ol {
    margin: 2.5em 0;
    line-height: 1.5em;
}

#fboxRndBoxCol1 ol li {
    margin: 1.3em 0;
    line-height: 1.7em;
    padding-left: 40px;
    background-image: url(/imgs/css/sg_ol_li.png);
    background-repeat: no-repeat;
}

#fboxRndBoxCol1 #fboxRndBoxCol1_1 {
    background-position: 0;
}

#fboxRndBoxCol1 #fboxRndBoxCol1_2 {
    background-position: -600px;
}

#fboxRndBoxCol1 #fboxRndBoxCol1_3 {
    background-position: -1200px;
}

#fboxRndBoxCol2 {
    float: left;
    width: 425px;
}

#packagePreview #fboxRndBoxCol2 {
    float: none;
    width: 500px;
    margin: 1em auto;
}

#packagePreview #fboxRndBoxCol2 table {
    margin-bottom: 1em;
}

#packagePreview #fboxRndBoxCol2 a {
    font-weight: bold;
    float: right;
    text-decoration: none;
}

#packagePreview #fboxRndBoxCol2 a:hover {
    text-decoration: underline;
}

#fboxRndBoxCol2 table {
    width: 100%;
    font-size: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#fboxRndBoxCol2 table thead th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 100%;
    border-bottom: 2px solid #b8c4d9;
    padding: 0.5em 15px;
    background-color: #dce2ec;
}

#fboxRndBoxCol2 table tbody td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #b8c4d9;
    padding: 0.7em 5px;
}

#fboxRndBoxCol2 table tbody th,
#fboxRndBoxCol2 table tfoot th {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #b8c4d9;
    padding: 0.7em 5px;
}

#fboxRndBoxCol2 table tfoot td {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    color: #10387d;
    vertical-align: middle;
    padding: 0.2em 5px;
}

#fboxRndBoxCol2 table tfoot th {
    border-bottom-width: 0;
}

#fboxOffers h4 {
    font-weight: bold;
    font-size: 100%;
    padding: 0.5em 15px;
    margin: 1.5em 0 1em;
    background-color: #dce2ec;
}

#fboxOffers table {
    margin: 1em 0;
    border-spacing: 0;
}

#fboxOffers table tbody th {
    background-color: #edf0f5;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    width: 150px;
}


#fboxOffers table tbody th,
#fboxOffers table tbody td {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b8c4d9;
    padding: 1em 25px;
}

#fboxOffers table tbody td strong {
    color: #10387d;
}

#fboxFboxSteps h4 {
    font-weight: bold;
    font-size: 100%;
    margin: 1.5em 0 1em;
    padding: 0.5em 15px;
    margin: 1em 0;
    background-color: #dce2ec;
}

#fboxFboxSteps p {
    margin: 1em 0;
    text-align: justify;
}

#fboxFboxStepsList {
    width: 640px;
    margin: 0 auto;
}

#fboxFboxStepsList li {
    width: 293px;
    height: 88px;
    padding: 1em 20px 1em 0;
    float: left;
    background-repeat: no-repeat;
    background-position: 0;
    text-indent: -10000em;
}

#mainContent .staticText #fboxWhatIs .rndBox ul {
    margin: 0 0 1em;
}

#mainContent .staticText #fboxWhatIs .rndBox li {
    list-style-type: none;
    margin: 0;
}

#fboxWhatIs1 {
    color: #10387d;
    padding: 1em 20px 1em 100px;
    background: #fff url(/imgs/css/whatisfbox1.png) 15px no-repeat;
}

#fboxWhatIs2 {
    color: #000;
    padding: 1em 20px 1em 100px;
    background: #edf0f5 url(/imgs/css/whatisfbox2.png) 15px no-repeat;
}


#fboxInMedia a {
    display: block;
    float: left;
    width: 260px;
    margin: 1em 10px 1.5em;
    text-align: center;
    text-decoration: none;
    color: #000;
}

#topLogged #fboxInMedia a {
    height: 150px;
}

#fboxInMedia a span {
    display: block;
    height: 50px;
    margin-bottom: 0.7em;
}

#fboxInMedia a small {
    display: block;
    color: #b8c4d9;
    font-size: 90%;
    margin: 0;
}

#fboxInMedia a strong {
    font-size: 100%;
    font-weight: bold;
    display: block;
    padding: 0 10px;
}

#fboxInMedia a:hover strong {
    color: #10387d;
}

#whatVidzeOffers dl dt {
    display: none;
}

#whatVidzeOffers dl dd {
    float: left;
    width: 46%;
    padding: 0 2%;
    min-height: 200px;
}

#whatVidzeOffers dl dd span {
    display: block;
    background-image: url(/imgs/css/vidzeOffers.jpg);
    background-repeat: no-repeat;
    height: 87px;
    margin-bottom: 0.3em;
    text-indent: -5000em;
}

#whatVidzeOffers dl dd#wvoHosting span {
    background-position: 0 0;
}

#whatVidzeOffers dl dd#wvoStats span {
    background-position: 0 -87px;
}

#whatVidzeOffers dl dd#wvoPrivate span {
    background-position: 0 -174px;
}

#whatVidzeOffers dl dd#wvoSecure span {
    background-position: 0 -261px;
}

#whatVidzeOffers dl dd#wvoDistribute span {
    background-position: 0 -348px;
}

#whatVidzeOffers dl dd#wvoIntegration span {
    background-position: 0 -435px;
}

#whatVidzeOffers dl dd strong {
    font-weight: bold;
    color: #09386c;
}

#mainContent #seo_txt  {
	margin:1.7em 0;
	border:1px solid #B8C4D9;
	padding:1em;
	font-size:100%;
	color:#444;
}

#mainContent #seo_txt strong {
	font-weight: normal;
}

.vidzeList li {
    background: transparent url(/imgs/css/arr_navy.gif) 0 0.4em no-repeat;
    padding: 0 0 0.2em 10px;
}

.avarangeViewCost {
    color: #10387d;
    font-size: 160%;
    background: transparent url(/imgs/css/2gr.png) 0 no-repeat;
    display: block;
    padding: 1em 0 1em 85px;
    margin: 1em 0;
    font-weight: normal;
}

.avarangeViewCost strong {
    text-indent: -5000em;
    display: block;
    font-size: 1%;
    line-height: 0pt;
}

