@charset "utf-8";
/*
                                              `.-:/+osyhdo    
                                          /hdmNNNNNmdhyso+    
                                      `.. .mm/:-..`    `.-:`  
          `              .-:- .osyyhdmNNNd++No+osyyhdmNNNNNo  
          d/.`-/`       sN/ym.ddyso+/:--..myhNmdhysoo+/:--.`  
  `/+osyhdmdhy`om+`    :Nh .mshh          +Noms        ``.-::`
  yhso+//:-.-N- .yd/   dm.  sm/N/          ddomssyhhdmmNNNNNNo
  oy         yh   -yd:+N+   `mysd`         -m+`+yysso++/::-..`
  `m:.-::/+oooN:    :hNd     /y-o-                            
   .ymddhyyss+/:      `            http://designdivine.eu
   
   layout by: DesignDivine.eu

    Probably this really isn't semantically correct etc,
    but atm we don't care as long as it does the right job, 
    and surprisingly validates at w3c.org :)
    feel free to look & learn ;-)
 */


/* BEGIN CSS RESET
    css reset is basically the best way to control
    look and feel of your site, so just use it goddammit.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup, if you wanna use tables that is */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET */

body {
    background: #ade5fe url(/media/ekop/ekop-top-gradient.png) repeat-x top left;
}

.fullwidth { width:100%; margin:0; }
.fleft, .fright { width:49%; float:left; }
.fright { text-align:right; }
.w1000px { width: 1000px; }
.centered { margin:0 auto; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.bg-white {
    background:#fff;
}
div#header {
    background: url(/media/ekop/ekop-top-headerbg.jpg) no-repeat top center;
    height:160px;
}
div#header div#logo {
    padding-left:7px;
    padding-top:27px;
    width:376px;
    float:left;
}
div#searchbox {
    float:left;
    width:304px;
    height:41px;
    background: url(/media/ekop/search-box.png) no-repeat top left;
    margin-left:49px;
    margin-top:96px;
}
div#searchbox form input.searchtext {
    border:0;
    background:transparent;
    color:#fff;
    padding:4px;
    width:296px;
    height:33px;
    font-size:20px;
}
div#middle {
    background: url(/media/ekop/ekop-mid-topbg.jpg) no-repeat top center;
    padding-top:11px;
}
div#middle div#left-menu {
        width:295px;
        float:left;
    }
    
    div#middle div#left-menu a {
        text-decoration:none;
        border-bottom:1px dotted #cdc;
        color:#351;
    }
    div#middle div#left-menu div#left-menu-header {
        background: transparent url(/media/ekop/ekop-menu-topbevel.png) no-repeat top left;
        height:36px;
        padding-right:5px;
    }
    div#middle div#left-menu div#left-menu-mainblock {
        background: #cdff8c;
        margin-right:5px;
        padding:10px;
        font-family:Verdana, Arial, sans-serif;
        font-size:12px;
        line-height:18px;
    }
    div#middle div#left-menu div.bottom-bevel {
        background: transparent url(/media/ekop/ekop-menu-bottombevel.png) no-repeat top left;
        height:10px;
        width:295px;
        float:none;
    }

div#content {
        width:705px;
        float:left;
        margin-bottom:20px;
}
    div#content a {
        text-decoration:none;
        border-bottom:1px dotted #cdc;
        color:#351;
    }
    div#content a:hover {
        border-bottom:1px dashed #bcb;
        color:#462;
    }
    div#content a:visited {
        color:#531;
    }


div#content-pathway {
    background: #fff url(/media/ekop/ekop-mid-contentbg.jpg) no-repeat top left;
    height:38px;
}

div#content-mainblock {
    float:left;
    background:#fff;
    padding:10px;
    width:685px;
    font-family: Verdana, Arial, sans-serif;
    font-size:14px;
    line-height:21px;
}

strong, b {
	font-weight:bold;
}

div#content-mainblock div.body ol,div#content-mainblock div.body ul {
margin-left:40px;
}
div.body ol li {
list-style-type: decimal;
list-style-position: outside;
padding-left:10px;
}

    div#content-mainblock h2 {
        font-size:2em;
        line-height:2em;
    }
    div#content-mainblock p {
        padding:8px 0;
    }
    
    div#content-mainblock img {
        margin:10px;
    }
    div#content-mainblock div.teaser img {

    }
    div#content-mainblock div.readmore a{
        font-weight:bold;
        float:right;
        clear:both;
        display:block;
        background:url(/media/ekop/teaser-readmore.png);
        font-size:14px;
        color:#fff;
        border:none;
        width:172px;
        height:18px;
        line-height:15px;
        letter-spacing:1px;
        padding-bottom:2px;
        text-align:center;
    }
    div#content-relatedblock {
        padding:15px 20px;
        background:#f0f0f0;
        font-family: Verdana, Arial, sans-serif;
        font-size:14px;
        line-height:21px;
    }

div#content-menublock {
    padding:10px;
    float:left;
    width:180px;
    background:#fff;
    font-family:Verdana, Arial, sans-serif;
    font-size:12px;
    line-height:18px;
}

div#content-menublock div,
div#left-menu-mainblock div {
    padding:8px 0;
}

div#content h3 {
    font-size:1.5em;
    line-height:1.6em;
}
div#content-menublock div h4,
div#left-menu-mainblock div h4{
    font-size:1.1em;
    text-align:right;
    padding-right:10px;
    font-weight:600;
}

div#comments {
    margin:20px;    
}

div#comments div.comment {
    margin:5px 0;
    padding:5px;
    border-top:1px solid #ddd;
    background:#ececec;
    font-size:0.9em;
}
div#comments div.comment div.comment-body {
    padding:5px;
}
div#comments div.comment div.comment-header {
    color:#666;
}
div#comments div.comment div.reply-link {
    height:30px;
}
div#comments div.comment div.reply-link a {
    display:block;
    float:right;
    height:20px;
    padding:5px 0;
    background:#f5f5f5;
    font-size:0.9em;
    width:200px;
    text-align:center;
    border-left:1px solid #fff;
    border-top:1px solid #fff;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}
div#comments div.comment div.reply-link a:hover {
    background:#fafafa;
}

div#middle div#content div.bottom-bevel {
    background: transparent url(/media/ekop/ekop-mid-bottombg.png) no-repeat top left;
    height:10px;
}

ul#wybor-typu-konta {
    clear:both;
}
ul#wybor-typu-konta li a {
    display:block;
    float:left;
    padding:10px;
    width:220px;
    border:none !important;
    text-align:center;
    font-size:18px;
    line-height:18px;
    height:20px;
    background-image: url(/media/ekop/ekop-registration-ul-li-bg.jpg);
}

ul#wybor-typu-konta li a.firmowe {
    background-color:#c1d2e0;
    background-position: 240px 0;
    margin-left:4px;
    color:#243847 !important;
}
ul#wybor-typu-konta li a.firmowe.current {
    background-position: 240px 40px;
}
ul#wybor-typu-konta li a.zwykle {
    background-color:#d2e0c1;
    background-position: 0 0;
    color:#384724 !important;
}
ul#wybor-typu-konta li a.zwykle.current {
    background-position: 0px 40px;
}
div#formularze-rejestracji div.pane {
    padding:10px;
    width:464px;
}
div#formularze-rejestracji form input.submit {
    
}
div#formularze-rejestracji div.firmowe {
    background:#c1d2e0;
}
div#formularze-rejestracji div.zwykle {
    background:#d2e0c1
}

div#formularze-rejestracji form div.line {
    clear:both;
}
div#formularze-rejestracji form div.line p {
    float:left;
    display:block;
    width:250px;
    line-height:30px;
    height:30px;
    font-size:12px;
}
div#formularze-rejestracji form div.line > label {
    float:left;
    display:block;
    width:150px;
    line-height:30px;
    height:30px;
    font-size:12px;
}
div#formularze-rejestracji div.line p label.error {
    color:#f00 !important;
    width:250px !important;
    font-size:11px;
    line-height:14px;
    clear:both;
    display:block;
}
div#formularze-rejestracji form div.line p input {
    border-width: 1px;
    border-style: solid;
}
div#formularze-rejestracji form div.line ul {
    float:left;
    display:block;
    width:200px;
}

div#footer {
    background-color:#000;
    height:18px;
    padding:8px 0;
    color:#96b5c1;
    }

span.wyszukiwanie {
	color:#952;
}

