/* @override 
	http://mojakosmetyczka.pl/themes/KosmRed/default/css/screen.css
	http://www.mojakosmetyczka.pl/themes/KosmRed/default/css/screen.css
*/

/* @group General */

body {
    margin: 0 auto;
	padding: 0;
	color: black;
	background: #d2cfbe url(../gfx/body-bg.gif) repeat 0 top;
	font: 12px Tahoma, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #666;
}

iframe {
  background-color:#fff;
}

a {
	color: #b60000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

ul {
    margin: 0;
	padding: 0;
    list-style-position: inside;
}

li {
    list-style-type: disc;
    line-height: 17px;
}



dl { width: 90%; margin: 15px;}

dt {
    width: 15em;
    padding: .5em;
    float: left;
    margin: 0;
    font-weight: bold;
    clear: both;
}

dd {
    margin-left: 16em;
    padding: .5em;
}

dd.first { }

pre {
	color: #555;
	padding: 5px;
	margin: 10px 20px 10px 20px;
	border: 1px solid black;
	text-align: left;
	font-size: 12px;
}

img {
	border: 0;
}

h1, h2 {
    color: black;
    font: bold 24px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    letter-spacing: -1px;
}


h2 a {
    color: black;
    font-weight: normal;
}

h2 a:hover {
    color: black;
}

h3 {
	color: black;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1 em, h2 em, h3 em {
 /*color: #80c036;*/
 font-style: normal;
}

h1 span, h2 span {
	display: block;
	position: relative;
	z-index: 1;
}

.end {
	clear: both;
}

div.hr,
#article div.hr {
	margin: 10px 10px 10px 0;
	padding: 0px;
	height: 1px;
	background: #c3c3c3;
	clear: both;
}

div.hr hr,
#article div.hr hr {
	display: none;
}

.icon {
    vertical-align: middle;
    margin:0px;
    padding:0px;
}

.yes {
	color: green;
}

.no {
	color: red;
}

.date {
	font-size: 10px;
	/*color: #c0c0c0;*/
	color: #999;
}

.date span {
	color: #000;
}

.date a, .date a:hover {
	color: black;
}

p.date {
	margin: 0px 0px 0px 20px;
	font-size: 10px;
	padding: 0;
	/*color: #c0c0c0;*/
	color: #999;
}

#m-search h3,
#m-search p {
	margin-bottom: 10px;
}

#m-search .paging {
	margin-top: 10px;
}


/* @group Table */

table.data {
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
    margin-bottom:20px;
    table-layout: fixed;
    caption-side: top;
    width: 100%;
    font-size: 11px;
}

table.data caption {
    background:#eee;
    font-size:140%;
    border:1px solid #d3d3d3;
    padding:5px;
    text-align:left;
    border-bottom:0;
}

table.data caption span {
    float: left;
}

table.data caption a {
    float: right;
}

table.data td, table.data th {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-left:0;
    border-right:0;
    border-collapse: collapse;
    padding:5px 10px 5px 10px;
}

table.data th {
    background:#777;
    color: white;
    border: 1px solid #777;
}

table.data th a, table.data th a:hover {
    color: white;
}

table.data tr.promo td {
    font-weight: bold;
    background:#eee;
}

table.data a:visited {
    /*color: #f28206;*/
}

table.data td, table.data th {
    padding:10px 10px 10px 10px;
}

.d-nav  {
    border: 1px solid #d3d3d3;
    background:#e2e2e2;
}

.d-nav .icon_group {
    text-align: right;
}

.data .d-decor {
    padding-bottom: 0;
}

/* @end */

/* @group Messages */
#messages div {
    margin: 10px 0 10px 0;
    background-color: white;
    width: 454px;
    float: left;
}

#messages div p {
    margin: 10px 10px 10px 10px;
    padding: 0;
}

#messages .msg_error {
    border: 3px solid #ff0000;
    color: #ff0000;
}

#messages .msg_info {
    border: 3px solid #3377be;
    color: #3377be;
}

#messages .msg_ok {
    border: 3px solid #189670;
    color: #189670;
}

/* @end */

/* @group Paging */

.paging-ct {
    text-align: center;	
}

.paging {
    list-style-type: none;
    margin: 20px 0 10px 0;
    padding: 0px;
    text-align: center;
    display: inline;
}
.paging li {
    margin: 0px 3px 0px 0px;
    padding: 2px 4px 2px 4px;
    background: #deddd4;
	border: 1px solid #878474;
    display: inline;
    list-style-type: none;
}

.paging .p-next, .paging .p-prev {
	border:0;
	background: transparent;
}

.paging .p-next a, .paging .p-prev a {
    color: #b60000;
}

.paging .p-prev {
    margin-right: 50px;
}

.paging .p-next {
	margin-left: 50px;
}

.paging a {
    margin: 0px;
    padding: 0px;
    color: #878474;
}

.paging li.active {
	background: #b60000;
}

.paging li.active a {
    color: #fff;
}

/* @end */

/* @end */

/* @group Form
 */


#m-center fieldset {
	border: 0;
	margin: 0px;
	padding: 0;
}

#m-center .fieldset {
    position: relative;
    padding-top: 40px;
    background: #efefe7 url(../gfx/m-l-articles-bg.gif) no-repeat right bottom;
    margin-bottom: 5px;
}

#m-center .fieldset-register {
	background: #efefe7;
}

#m-center legend span {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	line-height: 35px;
    font: bold 24px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    letter-spacing: -1px;
	text-indent: 20px;
	padding-top: 10px;
}

label {
	float: left;
	width: 20%;
	margin-right: 1em;
	padding-top: 0.2em;
	text-align: right;
	font-weight: bold;
}

label.checkbox {
    width: 100%;
    text-align: left;
    margin:0;
}

input:focus, textarea:focus, label:focus, button:focus {
	/*background: #fff;*/
	/*border: 1px solid #666666;*/
}

textarea, input, button, select {
	background: #fff;
	border: 1px solid #666666;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
	color: #000;
}   

/* @group General */


#m-center fieldset {
	/*margin: -1px 0px 10px 0px;
	background-color: #efefe7;
	width: 580px;*/
}

#m-center label {
	float: left;
	width: 100%;
	text-align: left;
	font-weight: bold;
}

#m-center label.checkbox {
    width: 100%;
    text-align: left;
    margin:0;
}

#m-center input:focus, textarea:focus, label:focus, button:focus {
	/*background: #fff;
	border: 1px solid #666666;*/
}

#m-center textarea, input, button, select {
	background: #fff;
	border: 1px solid #666666;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 3px 1px 3px 1px;
	padding: 3px;
	color: #000;
	width: 100%;
}

#m-center form fieldset div {
    width: 390px;
    margin: 10px 20px 10px 20px;
    float: left;
    /*clear: right;*/
    display: inline;
}

#m-center form div input { 
    width: 360px;
}

#m-center form div.formdate select {
    width: 50px;
    display: inline;
}

#m-center form div.left {
    width: 170px;
    float: left;
    clear: both;
    display: inline;
}

#m-center form div.formdate {
    width: 180px;
}

#m-center form div.left input, #m-center form div.right input {
    width: 100%;
}

input#file {
	width: auto;
}

#m-center form div.right {
    width: 170px;
    float: right;
    display: inline;
}

#m-center form div.checkbox {
    clear: both;
    display: block;
    /*width: 50%;*/
}

#m-center form div.checkbox input {
    width: 20px;
    float: left;
}

#m-center form div.checkbox label {
    width: 70%;
    float: left;
}

#m-center form div.checkbox .hint {
    clear: both;
	padding-left: 20px;    
}

#m-center form div.checkbox .hint li {
	list-style-position: outside;
}

#m-center form div p {
    margin-left: 0;
}

#m-center .submit-group {
	display: block;
	clear: both;
}

#m-center .submit-group input {
    width: auto;
}

#m-center .errors {
   margin-left: 20px;
   color: red;
}

#map-lat {
    display:none;
}

#map-long {
    display:none;
}

#map, #no-map {
    width: 99%;
    height: 400px;
    border: 3px solid #888;
    text-align: center;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    color: #ccc;
}

#no-map h2 {
    text-align: center; 
    color: #ccc;
    font-weight: bold;
    font-size: 24px;
    padding-top: 190px;
}

#no-map p {
    text-align: center; 
    color: #ccc;
    font-weight: bold;
    font-size: 18px;
}

#user_login .submit-group,
#user_forgotten_password .submit-group,
#user_register .submit-group,
#user_profile_edit .submit-group,
#user_change_password .submit-group,
#user_change_email .submit-group,
#contact_form .submit-group {
	clear: both;
	text-align: center;
}

#user_forgotten_password p.center {
	text-align: center;
}

#user_login .submit-group input, 
#user_forgotten_password .submit-group input,
#user_register .submit-group input,
#user_profile_edit .submit-group input,
#user_change_password .submit-group input,
#user_change_email .submit-group input,
#contact_form .submit-group input {
	clear: both;
	width: 131px;
	/*padding: 3px 4px 6px 4px;*/
}

div#user_login_register {
	margin: 5px 0 0 0;
    padding: 10px 0 20px 0;
	border-top: 0;
	background: #efefe7 url(../gfx/hr.gif) repeat-x left bottom;
}

#user_login_register h2 {
	padding-left: 20px;	
}

#user_login_register p {
	padding: 10px 0 10px 20px;
}

#user_login_register .but {
	width: 390px;
	text-align: center;	
}

#m-center .button-dark, #m-center .button-light {
	/*border: 1px solid #fff;
	background: #709c11;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 3px 1px 3px 1px;
	padding: 3px 4px 3px 4px;
	color: #fff;
	font-weight: bold;
	width: 110px;*/
	border: 0px solid #fff;
    background: #709c11 url(../gfx/form-button.gif) no-repeat;
    width: 131px;
    height: 29px;
    font: 13px Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
}

/* @end */



/* @end */

/* @group Layout */

#ct-2-col, #ct-3-col {
	width: 100%;
	background: url(../gfx/top-bg.jpg) repeat-x center -3px;
	padding: 10px 0 0 0;
}

.ico { padding-left: 20px; }

.ico-details      { background: url(../gfx/ico-sprite.gif) no-repeat -14px -790px;}
.ico-map          { background: url(../gfx/ico-sprite.gif) no-repeat -14px -1178px;}
.ico-promo        { background: url(../gfx/ico-sprite.gif) no-repeat -14px -704px;}
.ico-new-post     {	background: url(../gfx/ico-sprite.gif) no-repeat -14px -421px;}
.ico-comment      {	background: url(../gfx/ico-sprite.gif) no-repeat -14px -501px;}
.ico-comments     {	background: url(../gfx/ico-sprite.gif) no-repeat -14px -544px;}
.ico-video        {	background: url(../gfx/ico-sprite.gif) no-repeat -14px -833px;}
.ico-friend       {	background: url(../gfx/ico-sprite.gif) no-repeat -14px -623px;}
.ico-photos       {	background: url(../gfx/ico-sprite.gif) no-repeat -14px -304px;}

.ico-add-company  {	background: url(../gfx/ico-sprite.gif) no-repeat -15px -13px;}
.ico-edit-profile {	background: url(../gfx/ico-sprite.gif) no-repeat -14px -1221px;}
.ico-change-pass  {	background: url(../gfx/ico-sprite.gif) no-repeat -14px -913px;}
.ico-change-email {	background: url(../gfx/ico-sprite.gif) no-repeat -14px -143px;}
.ico-privacy      {	background: url(../gfx/ico-sprite.gif) no-repeat -14px -1135px;}
.ico-my-companies {	background: url(../gfx/ico-sprite.gif) no-repeat -14px -186px;}
.ico-my-bills     {	background: url(../gfx/ico-sprite.gif) no-repeat -14px -100px;}


/* @group Management */

#management {
    background-color: black;
    color: white;
    text-align: left;
    font-size: 15px;
    position: relative;
}

#management ul {
    margin: 0 20px 0 20px;
}

#management li {
    display: inline;
    line-height: 35px;
}

#management ul li a {
    color: #80c036;
    font-size: 15px;
    padding: 2px;
}

#management ul li a:hover {
    color: black;
    background-color: #80c036;
    text-decoration: none;
}

#management #mng-logo a {
    padding: 0;
}

#management span {
    margin: 0 5px 0 5px;
    display: inline;
}

#management #mng-logo img {
    vertical-align: middle;
}

#management #mng-menu-link {
    position: absolute;
    top: 0px;
    right: 20px;
}

#mng-menu-link a {
    color: white;
}

#mng-menu-link a:hover {
    background-color: white;
    color: black;
}

#mng-menu-link.active a {
    background-color: white;
    text-decoration: none;
    color: black;
}

#management #mng-menu {
    width: 250px;
    position: absolute;
    right: 10px;
    top: 28px;
    z-index: 10;
    display: none;
    padding: 0;
}

#mng-menu-shadow {
    background: url(../../cms/gfx/project_switcher-shadow-top.png) 0 0 no-repeat;
}

#mng-menu-content {
    background-color: white;
    margin-left: 16px;
    padding-bottom: 10px;
}

#mng-menu p a {
    color: black;
}

#mng-shadow-bottom {
    background: url(../../cms/gfx/project_switcher-shadow-bottom.png) 0 0 no-repeat;
    padding-top: 13px;
}

/* @end */

/* @group Header */

#header-ct {
	width: 100%;
	text-align: center;
	margin: 0;
}

#header {
	width: 978px;
	height: 197px;
	margin: 0 auto;
	text-align: left;
	background: url(../gfx/header-bg.gif) no-repeat center top;
	border-top: 1px solid white;
	border-left: 1px solid white;
	position: relative;
}

#h-logo {
	width: 100%;
	height: 158px;
	text-align: center;
	margin: 0;
}

#h-logo img {
	margin-top: 20px;
}

#h-nav {
	height: 39px;
	overflow: hidden;
	clear: both;
	background: url(../gfx/h-nav-bg.gif) repeat-x center top;
	text-align: center;
	padding: 0;
}

#h-nav h2 {
	display: none;
}

#h-nav li {
	display: inline;
	line-height: 30px;
	font-weight: bold;
}

#h-nav li a {
	padding: 4px 14px 4px 14px;
	line-height: 34px;
}

#h-nav li a:hover {
	text-decoration: none;
	background: #b90000;
	color: white;
}

#h-n-hr {
	width: 100%;
	height: 4px;
	background: url(../gfx/hr.gif) repeat-x left top;
	border-top: 1px solid white;
}

#h-decor {
	background: url(../gfx/h-decor.gif) repeat-x left top;	
	width: 146px;
	height: 171px;
	position: absolute;
	left: 130px;
	top: -13px;
}

#h-home {
	width: 25px;
	height: 24px;
	position: absolute;
	left: 30px;
	top: 9px;
}

#h-add-company {
	width: 159px;
	height: 58px;
	background: url(../gfx/button-red.gif) no-repeat left top;
	position: absolute;
	right: 0px;
	top: 20px;
}

#h-log-in {
	width: 159px;
	height: 58px;
	background: url(../gfx/button-grey.gif) no-repeat left top;
	position: absolute;
	right: 0px;
	top: 85px;
}

#h-add-company a, #h-log-in a,
#h-add-company a:hover, #h-log-in a:hover {
    font: bold 24px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: white;
	line-height: 58px;
	padding-left: 20px;
	letter-spacing: -1px;
	text-decoration: none;
}

#h-add-company a:hover, #h-log-in a:hover {
	color: #f4e5be;
}

/* @end */

/* @group Main */

/* @group Datepicker */

.ui-datepicker {
	background: #fff;
	padding: 5px;
	border: 1px solid #666;
}

.ui-helper-hidden-accessible {
	display: none;
}

/* @end */

#main-ct {
	width: 100%;
	text-align: center;
}

#main {
	width: 978px;
	margin: 0 auto;
	text-align: left;
    background: white;
    border-left: 1px solid white;
}

.b-header {
	background: #b80000 url(../gfx/b-header-bg.gif) repeat-x right top;	
	height: 37px;
}

.b-header h2 {
	background: #b80000 url(../gfx/b-header-decor.gif) no-repeat right top;
	color: white;
	padding-left: 10px;
	line-height: 30px;
}

.b-container {
	background: #efefe7;
}

/* @group Left */

#m-left {
	width: 206px;
	margin-top: 1px;
	float: left;
}

#m-l-search {
	background: #a29b93 url(../gfx/m-l-search-bg.gif) no-repeat left top;
	padding: 10px 0 10px 0;
}

#m-l-search h2 {
	color: white;
	padding-left: 10px;
}

#m-l-search form {
	margin: 10px 0 0 0px;
}

#m-l-search fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

#m-l-search input {
	border: 1px solid #665951;
	padding: 5px;
	color: #665951;
	width: 130px;
	margin-left: 10px;
}

#m-l-search .submit {
	background: url(../gfx/button.gif) no-repeat left bottom;
	border: 0px;
	color: white;
	width:  32px;
	height: 27px;
	text-align: center;
	text-indent: -1000px;
}

#m-l-categories {

}

#m-l-categories ul {
	margin: 0;
	padding: 0;
}

#m-l-categories ul li {
	list-style-type: none;
    list-style-position: outside;
	background: url(../gfx/hr-menu.gif) no-repeat left bottom;
}

#m-l-categories ul li a {
	background: url(../gfx/ico-sprite.gif) no-repeat -4px -1008px;
	padding-left: 30px;
	line-height: 30px;
}

#m-l-articles .b-container {
	background: #efefe7 url(../gfx/m-l-articles-bg.gif) no-repeat right bottom;
}

#m-l-articles h3 {
	font-weight: bold;
	padding: 10px 0 0 10px;
}

#m-l-articles h3 a {
	color: #000;
}

#m-l-articles h3 a span {
	color: #b60000;
}

#m-l-articles ul {
	margin: 0 0 0 10px;
}


#m-l-articles ul li {
	list-style-type: none;
	list-style-position: outside;
}

#m-l-newsletter .b-container {
	background: #a19a92 url(../gfx/m-l-newsletter-bg.jpg) no-repeat left top;
	padding-top: 120px;
	padding-bottom: 10px;
}

#m-l-newsletter p {
	color: #fff;
	margin: 0 10px 0 10px;
}

#m-l-newsletter form {
	margin: 10px 0 0 0px;
}

#m-l-newsletter input {
	width: 130px;
	border: 1px solid #665951;
	padding: 5px;
	color: #665951;
	margin-left: 10px;	
}

#m-l-newsletter fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
}

#m-l-newsletter input.submit {
    background: url(../gfx/button.gif) no-repeat left bottom;
    border: 0px;
    color: white;
    width:  32px;
    height: 27px;
    text-align: center;
    text-indent: -1000px;
}

#m-l-adtaily{
    background-color:#efefe7;
    border-top: 6px solid #504136;
}

/* @end */

/* @group Center */

#ct-2-col #m-center {
	width: 742px;
	float: left;
	margin: 10px;
	padding: 0;
}

#ct-3-col #m-center {
	width: 454px;
	float: left;
	margin: 10px;
	padding: 0;	
}

/* @group Article */

#m-c-a-invite {
	margin: 10px 0px 20px 0;
	background: url(../gfx/ico-sprite.gif) no-repeat -14px -583px;
	padding-left: 20px;
}

#article {
	margin: 4px 0 0 10px;
	padding: 0;
}

#article h1,
#article h2,
#article h3,
#article h4,
#article h5,
#article h6 {
    color: black;
    margin: 10px 20px 10px 0px;
    padding: 0px;
}

#article h2 {
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#article h3 {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

#article h4 {
    font-size: 16px;
    font-weight: bold;
    color: #c40000;
}

#article p {
	margin: 10px 20px 10px 0px;
	font-size: 13px;
}
#article p img{
	/*margin: 10px;*/
	border: none;
}

#article table caption {
    font-style: italic;
    margin: 10px 0 0 0;
}

#article table {
	margin: 0px 20px 10px 20px;
	border-collapse: collapse;
}

#article table td, #article table th {
	border-bottom: 1px solid black;
	padding: 0.5em 1.5em 0.5em 1.5em;
}

#article table td+td, 
#article table th+th, 
#article table th+td,
#article table td+th {
    border-left: 1px solid black;
}

#article blockquote {
    font-style: italic;
    margin: 20px 20px 20px 40px;
}

#article ul {
    list-style-position: outside;
    margin: 10px 10px 20px 25px;
} 

#article ol {
    list-style-position: outside;
    margin: 10px 10px 20px 25px;
}

#article ol li {
  list-style-position: outside;
	margin: 0 0 5px 0;
	list-style-type: decimal;
}

#article ol li ol li {
    margin: 0 0 10px 0;
    list-style-type: lower-alpha;
}

#article ul li {
    margin: 0;
}

#article img {
    border: 3px solid #d4d4d4;
}

#article img.fleft {
    float: left;
    margin: 0 10px 2px 0;
}

#article img.fright {
    float: right;
    margin: 0 0 2px 10px;
}

#article .left {
    text-align: left;
}

#article .right {
    text-align: right;
}

#article .center {
    text-align: center;
}

#article .date {
	margin: 10px 20px 10px 0px;	
}

#article .addthis_toolbox {
	padding-bottom: 5px;
}

#article .date, #article .date a {
	font-size: 10px;
	color: #999;
	font-weight: normal;
}

#m-c-a-author {
	background: #ececec;
	margin-bottom: 20px;
	border: 1px solid #c9c9c9;
}

#m-c-a-author img {
	float: left;
}

#m-c-a-author h3,
#m-c-a-author h4,
#m-c-a-author p {
	float: left;
    width: 270px;
}

#m-c-a-author h3 {
	padding: 10px 10px 0px 20px;
}

#m-c-a-author h4 {
	padding-left: 20px;
    color: black;
    font: bold 24px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    letter-spacing: -1px;
}

#m-c-a-author p {
	padding: 20px 10px 0px 20px;
}

#m-c-a-author p.city {
	padding: 10px 10px 0px 20px;
	color: #c0c0c0;
}

#m-c-al-header {
	width: 60%;
	float: left;
	margin: 0;
	padding: 0;
}

#article #m-c-al-feeds {
    text-align: right;
    margin: 0;
    padding: 0;
    width: 40%;
    float: right;
}

#article #m-c-al-feeds a,
#article #m-c-al-feeds a:hover {
	text-decoration: none;
	margin-left: 10px;
}

#m-c-article-list div.end {
	padding-top: 10px;
}

#m-c-article-list .end {
	padding-bottom: 5px;
}

#article #m-c-al-feeds img {
    border: 0;
    margin: 0;
}

#article #a-seealso h3 {
    color: black;
    font: bold 24px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    letter-spacing: -1px;
	background: url(../gfx/hr.gif) repeat-x left top;
	padding-top: 15px;	
	margin-top: 20px;
	margin-bottom: 15px;
}

#article #a-seealso .item img {
	float: left;
	margin-right: 10px;
}

#article #a-seealso .item h4 {
	font-size: 12px;
}

#article #a-seealso .item p {
	font-size: 12px;
}

#article #a-seealso .item p a {
	color: #666;
	font-weight: normal;
}

#article #a-seealso .item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#article #a-seealso .item.last {
	border: none;
}

/* @end */

/* @group Sitemap */

#m-c-sitemap-pages {
	margin-top: 10px;
	width: 45%;
	float: left;
}

#m-c-sitemap-categories {
	margin-top: 10px;
    width: 45%;
    float: right;
}

#m-c-sitemap-pages ul ul, #m-c-sitemap-categories ul ul {
	margin-top: 5px;
	margin-left: 20px;
}

/* @end */

/* @group Featured */

#m-c-featured .tabs-container {
    height: 150px;
}

#m-c-featured .tabs-container img {
	border: 3px solid #ccc;
	float: left;
}

#m-c-featured .tabs-container h3 {
    font: bold 24px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    letter-spacing: -1px;
	margin-left: 15px;
	float: left;
	width: 220px;
	line-height: 23px;
}

#m-c-featured .tabs-container p {
	width: 220px;
	float: left;
	margin: 5px 0 0 15px;
}

.next_nav {
	clear: both;
	margin-top: 0px;
	background: #dedbd2 url(../gfx/hr.gif) repeat-x left bottom;
	height: 32px;
}

.next_nav ul li {
	display: inline;
}

.next_nav a {
	padding: 3px 6px 3px 6px;
}

.next_nav a:hover {
	background: #b90000;
	color: white;
	text-decoration: none;
}

.ui-tabs-hide { display: none; }

.ui-tabs-nav { margin-left: 50px;  float: left; }

.ui-tabs-nav li { list-style-type:none ; 
	color: white;
}

.ui-tabs-nav li a {
    line-height: 28px; 
	border: 1px solid #888;	
}

.ui-tabs-nav a,
.ui-tabs-nav a:visited,
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active {
	display: block;
	width: 15px;
	display: inline;
	color: #888;
}

.ui-tabs-nav a:hover {
	color: white;
}

.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active {
	background: #b90000;
	color: white;
	border: 1px solid #b90000;
}

.prev {
	float: left;
	line-height: 28px;
	margin-left: 10px;
}

.next {
	float: right;
	line-height: 28px;
	margin-right: 10px;
}

/* @end */

/* @group Featured Promos */

#m-promo h2 {
	padding-left: 5px;
}

#m-promo-rot {
    margin: 10px 0 0 0;
    height: 235px;
    position: relative;
}

#m-promo-rot .next_nav {
	width: 750px;
	clear: both;
	margin-top: 0px;
	background: url(../gfx/hr.gif) repeat-x left bottom;
	position: absolute;
	bottom: 0;
	left: 0;
}

#m-promo-rot .next_nav ul{
  float: right;
}

#m-promo-rot .next_nav ul li a {
   line-height: 26px;
}

#m-promo-rot .next_nav p {
	line-height: 27px;
	float: left;
	margin-left: 10px;
}

#m-promo .addthis_toolbox {
	margin: 6px 0 0 10px;
	width: 300px;
	float: left;
}

#m-promo .addthis_toolbox a:hover {
	background: none;
}

#m-promo h3 {
	font-size: 12px;
	margin: 0px 0 5px 5px;
	padding-top: 10px;
}

#m-promo p, #m-promo .date {
	margin-left: 5px;
}

#m-promo .date  {
	margin-top: 5px;
}

#m-promo .desc {
	margin-bottom: 10px;
}

#m-promo .img {
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	margin: 10px 10px 10px 0;
}

/* @end */

/* @group Cities */

#m-c-cities {
	background: url(../gfx/hr.gif) repeat-x left bottom;
	position: relative;
	height: 190px;
}

#m-c-cities h2 {
	margin: 10px 10px 5px 20px;
	z-index: 10;
	position: absolute;
	left: 0;
	top:0;
}

#m-c-cities ul {
	margin: 0px 0px 0px 0px;
	padding: 55px 0 0 0;
	width: 110px;
	float: left;
}

#m-c-cities ul li {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 20px;
}

/* @end */

/* @group Promo */

#m-c-promo {
	margin: 15px 0 0 20px;
}

#m-c-promo .item {
	margin: 10px 0 20px 0;
	clear: both;
	height: 80px;
}

#m-c-promo .item .i-thumb {
	border: 0;
	float: left;
	width: 75px;
	height: 77px;
	line-height: 75px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#m-c-promo .item .i-thumb img {
	vertical-align: middle;
}

#m-c-promo .item h3 {
	float: left;
	width: 330px;
	margin: 10px 0px 5px 15px;
}

#m-c-promo .item p {
	float: left;
	width: 330px;
	margin: 0px 0px 10px 15px;
}

/* @end */

/* @group Comments */

#m-c-comments {
	background: url(../gfx/hr.gif) repeat-x left bottom;
	padding-bottom: 20px;
}

#m-c-comments h2 {
	display: none;
}

#m-c-c-head {
	background: url(../gfx/b-header-decor.gif) no-repeat right top;
	color: white;
	padding-left: 10px;
	line-height: 30px;
	height: 37px;
}

#m-c-c-head a {
	color: white;
}

#m-c-c-h-add {
	background: url(../gfx/ico-sprite.gif) no-repeat -14px -227px;
	padding-left: 17px;
}

#m-c-comments h3 {
	margin: 20px 20px 0px 30px;
}

#m-c-comments p {
	margin: 0px 20px 0px 30px;
}

#m-c-comments .item {
	background: url(../gfx/ico-sprite.gif) no-repeat -14px -1264px;	
}

#m-c-c-first {
	padding-top: 10px;
	text-align: center;
}

#m-c-addthis {
	height: 30px;
	margin-top: 10px;
}

#m-c-addthis p {
	width: 160px;
	float: left;
	line-height: 30px;
	text-indent: 10px;
}

#m-c-addthis .addthis_toolbox {
	width: 200px;
	float: left;
	padding-top: 7px;
}

/* @end */

/* @group Search */


#m-c-search h2 {
	margin-bottom: 10px;
}

#m-c-search .item {
	background: #ececec;
	padding: 3px;
	margin-bottom: 10px;
	height: 96px;
	overflow: hidden;
	position: relative;
}

#m-c-search  h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

#m-c-search .delete-link {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size:10px;
}

#m-c-search .c-promo {
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}

#m-c-search .c-thumb {
	float: left;
	margin: -1px 20px 0px 0;
	width: 116px;
	height: 96px;
	line-height: 96px;
	text-align: center;
}

#m-c-search .c-thumb img {
	vertical-align: middle;
	border: 2px solid white;
}

#m-c-search .item {
	padding-bottom: 5px;
}

#m-c-search .item ul {
	margin-top: 30px;
}

#m-c-search .item ul li {
	display: inline;
}

#m-c-search .item ul li a {
	padding-left: 20px;
	display: block;
	float: left;
	line-height: 16px;
	margin-right: 20px;
}

/* @end */

/* @group Forum */

#m-c-forum h2 {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 5px;
	margin: 0 10px 10px 10px;
}

#m-c-forum h2 a {
	color: #b60000;
	font-weight: bold;
}

#m-c-f-cat {
	padding-bottom: 20px;
	background: url(../gfx/hr.gif) repeat-x left bottom;
}

#m-c-f-cat ul {
	margin: 0 10px 0 10px;	
}

#m-c-f-cat ul li {
	list-style-type: none;
	width: 50%;
	float: left;
	line-height: 24px;
}

#m-c-forum ul li a {
	padding-left: 20px;
	background: url(../gfx/ico-sprite.gif) no-repeat -14px -501px;
}

#m-c-forum ul li span {
	color: #999;
	font-size: 10px;
}

#m-c-f-list {
	border-bottom: 1px solid #c0c0c0;
	margin: 0 10px 10px 10px;
	padding-bottom: 10px;
}

#m-c-f-list ul {
	margin: 0 10px 0 0px;
}

#m-c-f-list ul li {
	list-style-type: none;
	width: 100%;
	float: left;
	line-height: 22px;
}

#m-c-f-nav-top, #m-c-f-nav-bottom {
	border-bottom: 1px solid #c0c0c0;
	padding-top: 5px;
	margin: 0 10px 10px 10px;
	height: 30px;
}

#m-c-f-nav-top .ico-back, #m-c-f-nav-bottom .ico-back {
	width: 50%;
	float: left;
}

#m-c-f-nav-top .ico-new-post, #m-c-f-nav-bottom .ico-new-post {
	width: 140px;
	float: right;
	text-align: right;
	display: block;
	height: 20px;
}

#m-c-f-desc {
	border-bottom: 1px solid #c0c0c0;
	padding-top: 5px;
	margin: 0 10px 10px 10px;	
}

#m-c-f-desc h3 {
	color: #999;
	margin-bottom: 10px;
} 

#m-c-f-desc p {
	padding-bottom: 10px;
}

#comment-add a, #post-reply a {
	padding-left: 20px;
}

#comment-add  {
	text-align: right;
}

#post-reply {
	text-align: right;
}

#m-c-f-desc a.ico-comment {
}

#m-c-f-comment {
	border-bottom: 1px solid #c0c0c0;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0 10px 10px 10px;
}

#m-c-f-comment h3 {
	font-weight: bold;
}

#m-c-f-comment .date {
	margin-left: 0;
}

#m-c-f-comment .desc {
	margin: 20px;
}

#m-c-f-replies {
	margin: 20px 0px 10px 10px;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 10px;
}

#m-c-f-replies p {
	line-height: 20px;
}

#m-c-f-replies .margin0 { margin: 0; }
#m-c-f-replies .margin1 { margin-left: 10px; }
#m-c-f-replies .margin2 { margin-left: 20px; }
#m-c-f-replies .margin3 { margin-left: 30px; }
#m-c-f-replies .margin4 { margin-left: 40px; }
#m-c-f-replies .margin5 { margin-left: 50px; }
#m-c-f-replies .margin6 { margin-left: 60px; }
#m-c-f-replies .margin7 { margin-left: 70px; }
#m-c-f-replies .margin8 { margin-left: 80px; }
#m-c-f-replies .margin9 { margin-left: 90px; }
#m-c-f-replies .margin10 { margin-left: 100px; }

/* @end */

/* @group Packages */

#m-c-p-why  {
	background: #ff0607 url(../gfx/m-c-p-why-bg.jpg) repeat-x bottom left;
	color: white;
	height: 190px;
}

#m-c-p-why div {
	background: url(../gfx/m-c-p-why-decor.jpg) no-repeat bottom right;
	height: 190px;
}

#m-c-p-why h2 {
	color: white;
	font-size: 20px;
	padding: 10px 10px 15px 20px;
}

#m-c-p-why ul {
	margin: 0px 10px 0px 30px;
	padding-bottom: 20px;
}

#m-c-p-why ul li {
	line-height: 20px;
	background: url(../gfx/ico-sprite.gif) no-repeat -14px -872px;
	padding-left: 20px;
	list-style-type: none;
}

#m-c-p-desc h2 {
	font-size: 20px;
	margin: 15px 15px 10px 15px;
}

#m-c-p-desc p {
	margin: 5px 15px 10px 15px;
}

#m-c-packages table {
	border-collapse: collapse;
	margin-bottom: 30px;
}


#m-c-packages table td, #m-c-packages table th {
	border-right: 1px solid #e2e2e2;
}

#package-0 {
	font-size: 20px;
}

#m-c-packages th {
	text-align: right;
	padding: 10px 10px 10px 7px;
}

#m-c-packages td {
	text-align: center;
}

#m-c-packages #package-0, 
#m-c-packages #package-1, 
#m-c-packages #package-2, 
#m-c-packages #package-3, 
#m-c-packages #package-4 {
	border: 0;
}

#m-c-packages table .hr {
	background: url(../gfx/hr.gif) repeat-x left bottom;
	height: 2px;
}

#m-c-packages table .hr hr {
	display: none;
}

#m-c-packages .standard {
	font-weight: bold;
}

#m-c-packages .promo-price {
	color: #bf0000;
	font-weight: bold;
}

#m-c-packages table a {
	background-color: #709c11;
	color: white;
	padding: 5px 20px 5px 20px;
}

/* @end */

/* @group Company Top */

#m-c-companytop {
	width: 770px;
	float:  left;
	margin: 1px;
}

#m-c-ct-path {
	background: #4f4136;
	color: white;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
}

#m-c-ct-path ul {
	width: 40%;
	padding-left: 20px;
	float: left;
}

#m-c-ct-path li {
	list-style-type: none;
	display: inline;
}

#m-c-ct-path a {
	color: white;
	font-weight: normal;
	line-height: 25px;
}

#m-c-ct-path a:hover {
	color: #e5d5a8;
}

#m-c-ct-path p {
	width: 40%;
	float: right;
	text-align: right;
	padding-right: 20px;
	line-height: 25px;
}

#m-c-ct-d-logo {
	width: 170px;
	height: 170px;
	margin: 10px 10px 10px 20px;
	float: left;
	clear: both;
	line-height: 170px;
}

#m-c-ct-d-logo img {
	vertical-align: middle;
}

#m-c-ct-d-contact {
	width: 370px;
	float: left;
	margin: 10px 10px 10px 0;
	padding-left:  20px;
}

#m-c-ct-d-contact h2 a {
	color: #b60000;	
    font: bold 22px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    letter-spacing: -1px;
}

#m-c-ct-d-contact p {
	padding: 5px 0px 5px 0px;
}

#m-c-ct-d-c-links a {
	line-height: 20px;
}

#m-c-ct-d-promo {
	float: right;
	text-align: right;
	margin: 20px 20px 0 0;
}

#m-c-ct-d-zalety {
    float: right;
    text-align: right;
    margin: 1px 0 0 0;
}


#m-c-ct-nav {
	clear: both;
	background: #ececec;
}

#m-c-ct-nav h3 {
	display: none;
}

#m-c-ct-n-promo {
	width: 177px;
	float: left;
	margin: 5px 0 0 20px;
	height: 90px;
	border-right: 1px solid #c3c3c3;
}

#m-c-ct-n-promo a.promo-link {
	float: left;
	display: block;
	width: 112px;
	height: 94px;
	background: url(../gfx/promo-small.jpg) no-repeat center center;
	text-indent: -9999px;
	margin-left: 30px;
}

#m-c-ct-n-promo p {
    line-height: 90px;
    text-indent: 30px;
}

/*

#m-c-ct-n-promo ul li {
	list-style-type: none;
	display: box;
}

#m-c-ct-n-promo ul li a {
	display: box;
	float: left;
	width: 53px;
	height: 56px;
	text-align: center;
	line-height: 50px;
	color: white;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 10px 0 0;
}

#m-c-ct-n-promo ul li a:hover {
	text-decoration: none;
}

#m-c-ct-n-promo .s-promo1 a {
	background: #c6121d url(../gfx/promo-red.gif) no-repeat left bottom;
}

#m-c-ct-n-promo .s-promo2 a {
	background: #86755d url(../gfx/promo-brown.gif) no-repeat left bottom;
}

#m-c-ct-n-promo .s-promo3 a {
	background: #739e10 url(../gfx/promo-green.gif) no-repeat left bottom;
}*/

#m-c-ct-n-nav {
	width: 340px;
	float: left;
	margin: 10px 0 10px 0px;
	height: 80px;
	border-left: 1px solid #fefefe;
}

#m-c-ct-n-nav ul {
	margin-left: 20px;
}

#m-c-ct-n-nav ul li {
	width: 150px;
	float: left;
	list-style-type: none;
	height: 25px;
	margin-right: 10px;
}

#m-c-ct-n-nav ul li a {
	display: block;
	margin-top: 5px;
	padding-left: 25px;
	line-height: 15px;
}

#m-c-ct-n-card {
	width: 160px;
	float: right;
	margin: 10px 0 0px 0px;
}


/* @end */

/* @group Company Center */

#m-c-c-desc h3 {
	display: none;
}

#m-c-c-desc p {
	margin: 15px 0 15px 10px;
}

#m-c-c-photo {
	margin: 10px 0 10px 0;
}

#m-c-c-photo img {
	border: 3px solid #ccc;
}

#m-c-c-gallery img {
	border: 3px solid #a69f97;
}

#m-c-c-gallery p, #m-c-c-map p {
	text-align: center;
	padding: 10px 0 10px 0;
}

#m-c-c-map img {
	border: 3px solid #a69f97;	
}

#m-c-c-promo {
	background: url(../gfx/promo-big.jpg) no-repeat center top;
	padding-top: 160px;
}

#m-c-c-promo .item {
	margin: 0 0 10px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c2c2c2;
	clear: both;
}

#m-c-c-promo h3 {
	display: none;
}

#m-c-c-promo .img {
    text-align: center;
    float: left;
    width: 100px;
    height: 100px;
	margin: 0 10px 10px 0;
}

#m-c-c-promo h4 {
	padding: 0 0 0 20px;
	line-height: 16px;
	margin: 0 0 5px 0;
}

#m-c-c-promo .more {
	text-align: right;
	margin: 10px 15px 0 0;
}

#m-c-c-promo-show {
	margin: 10px;
}

#m-c-c-promo-show .date {
	margin-bottom: 10px;
}

#m-c-c-promo-show h3,
#m-c-c-profile h2 {
    font: bold 22px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

#m-c-c-promo-show h3 {
	margin-bottom: 10px;
}

#m-c-c-promo-show h3 span {
	color: #b60000;	
}

#m-c-c-promo-show .img {
	text-align: center;
}

#m-c-c-profile h3 {
	font-size: 12px;
	font-weight: bold;
	background: #efefe7;
	padding: 10px 20px 10px 20px;
}

#m-c-c-profile h3 span {
	float: right;;
}

#m-c-c-promo .date, 
#m-c-c-promo-show .date {
	margin-left: 0;
	padding-top: 10px;
}

#m-c-c-promo-show .date {
	padding-bottom: 10px;
}

/* @end */

/* @group User */

#m-c-u-info p {
	margin-bottom: 10px;
}

#m-c-u-info .desc {
	clear: both;
	padding-top: 20px;
}

#m-c-u-articles, #m-c-u-comments {
	background: url(../gfx/hr.gif) repeat-x left top;
	padding: 10px;
}

#m-c-u-articles h3, #m-c-u-comments h3 {
    font: bold 22px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    letter-spacing: -1px;
    margin: 5px 0 15px 0;
}

#m-c-u-articles ul li {
	margin: 15px 0 0px 0;
	padding-left: 20px;
	background: url(../gfx/ico-sprite.gif) no-repeat -14px -381px;
	list-style-type: none;
}

#m-c-u-articles ul {
	padding-bottom: 15px;
}

#m-c-u-comments h4 {
	padding-left: 20px;
	background: url(../gfx/ico-sprite.gif) no-repeat -14px -345px;
	margin: 15px 0 0 0;
}

#m-c-u-comments p {
	padding-left: 20px;
	margin: 0;
}

#m-c-usernav h2 {
	display: inline;
	line-height: 28px;
}

#m-c-usernav h2 {
    padding-left: 20px;
    float: left;
    padding-bottom: 10px;
}

#m-c-usernav h2 a {
	font: 12px Tahoma, "Lucida Grande", Lucida, sans-serif;
	letter-spacing: 0;
	font-weight: bold;
	color: #b60000;
	line-height: 28px;
}

#m-c-u-logout {
	float: right;
    padding-left: 20px;
	line-height: 28px;
}

#m-c-u-logout {
		line-height: 28px;
}

#m-c-un-links, .sub-nav {
	background: #efefe7;
	margin: 15px 0 20px 0;
	clear: both;
}

#m-c-un-links {
	height: 90px;
}
.sub-nav p {
	padding: 10px 10px 10px 20px;	
}


#m-c-un-links ul {
	width: 190px;
	float: left;
	margin: 10px;
	display: inline;
	padding: 0;
}

#m-c-un-links ul li {
	list-style-position: inside;
	list-style-type: none;
	width: 190px;
	height: 20px;
}

#m-c-un-links ul li a {
    padding-left: 20px;
    height: 20px;
    display: block;
}

#m-c-u-photo {
	height: 150px;
	float: left;
	position: relative;
	margin-right: 20px;
	border: 3px solid #cecece;
	background: #cecece;
	text-align: center;
}

#m-c-u-photo div {
	border: 1px solid white;
	background: #ccc;
	height: 150px;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

#m-c-u-photo div p {
    padding-top: 45px;
}

#m-c-u-p-del {
	position: absolute;
	left: 20px;
	bottom: 10px;
	background: #ccc;
	padding: 5px;
}


/* @end */

/* @group Error */

#m-c-error  {
	background: #ffe5e4 url(../gfx/hr.gif) repeat-x left bottom;
}

#m-c-error .b-container {
	background: #ffe5e4;
}

#m-c-error p {
	margin: 20px 20px 20px 30px;
	background: #ffe5e4 url(../gfx/ico-error.gif) no-repeat left top;
	padding-left: 50px;
}

/* @end */



/* @end */

/* @group Right */

#m-right {
	width: 298px;
	margin-top: 1px;
	float: right;
}

#m-r-contest {
	margin: 10px;
}

#m-r-contest .item {
	clear: both;
	height: 100px;
	margin: 10px 0 10px 0;
}

#m-r-contest .item img {
	float: left;
	margin-right: 15px;
}

#m-r-contest .item h3 {
	float: left;
	margin: 0 0 5px 0;
	width: 160px;
}

#m-r-contest .item p {
	float: left;
	width: 160px;
}

#m-r-contest p.more  {
	text-align: right;
	padding-bottom: 10px;
}

#m-r-advertising .item {
	background: url(../gfx/hr-menu.gif) repeat-x center bottom;
	padding: 10px 15px 10px 20px;
}

#m-r-advertising .item h3 {
	margin-bottom: 5px;
}

#m-r-advertising .item .further a {
	background: url(../gfx/ico-sprite.gif) no-repeat -14px -462px;
	padding-left: 15px;
}

#m-r-advertising .more {
	padding: 10px;
	text-align: right;
}

#m-r-forum .b-container {
	background: #efefe7 url(../gfx/m-l-articles-bg.gif) no-repeat right bottom;	
	padding-bottom: 20px;
}

#m-r-f-lead {
	background: url(../gfx/m-r-f-lead-bg.jpg) no-repeat left center;
	height: 110px;
	padding-left: 120px;
}

#m-r-f-lead p {
	padding: 10px;
}

#m-r-f-lead .more {
	text-align: right;
}

#m-r-forum h3 {
    font: bold 24px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    letter-spacing: -1px;
	margin: 15px;
}

#m-r-forum ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#m-r-forum ul li {
	list-style-type: none;
	list-style-position: outside;
	background: url(../gfx/ico-sprite.gif) no-repeat -14px -662px;
	padding-left: 17px;
	line-height: 20px;
}

#m-r-forum ul li a {
	text-indent: 0;
	margin: 0;
	padding: 0;
}

#m-r-gallery .b-container {
	background-color: #989189;
	padding: 10px;
}

#m-r-gallery img {
	border: 3px solid white;
	margin: 4px;
}

#m-r-gallery .more {
	text-align: right;
}

#m-r-gallery .more a {
	color: #e5d5ab;
	line-height: 30px;
}

#m-r-keywords ul {
	padding: 20px;
}

#m-r-keywords ul li {
	list-style-type: none;
	display: inline;
}

#m-r-keywords ul li a {
    font-weight: normal;
}

#m-r-reklama img {
	margin-top: 3px;
}

/* @end */


/* @end */

/* @group Facebook */

#facebook-ct {
	width: 100%;
	text-align: center;
}

#facebook {
    width: 978px;
    margin: 0 auto;
    background: white;
    border-left: 1px solid white;
    padding-bottom: 10px;
}

/* @end */

#prolink {
	width: 968px;
	margin: 0 auto;
	text-align: left;
	background: white;
	padding:0 0 8px 10px;
	border-left:1px solid #ffffff;
}
#prolink p{
  font-size:10px;
  color:#5b5b5b;
}
#prolink a{
  font-weight:normal;
}
/* @group Partners */

#partners-ct {
	width: 100%;
	text-align: center;
}

#partners {
	width: 978px;
	margin: 0 auto;
	text-align: left;
	background: white;
	border-left: 1px solid white;
}

#partners h2 {
	background: #e6e6e6;
	line-height: 40px;
	color: #666;
	padding-left: 15px;
}

#partners ul {
    padding-top: 15px;
}

#partners ul li {
	list-style-type: none;
	float: left;
	height: 100px;
	display: table-cell;
    line-height: 100px;
    vertical-align: middle;
}

#partners ul li span {
    display: inline-block;
    width: 1px;
    margin: 0 0 0 -1px;
    padding: 0;
    height: 100%;
    vertical-align: middle;
}

#partners li img {
	vertical-align: middle;
	margin: 0 20px 0 20px;
	padding:0;
}

#partners ul li a {

}

/* @end */



/* @group Footer */

#footer-ct {
	width: 100%;
	height: 50px;
	color: #30383b;
	font-size: 10px;
	text-align: center;
}

#footer {
    text-align: left;
    width: 978px;
    margin: 0 auto;
    color: black;
}

#footer a {
    font-weight: normal;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: underline;
    color: #ff0000;
}

/* @group Footer Copyrights */

#f-copyrights {
    float: left;
	padding: 10px 0 10px 10px;
	font-size: 10px;
}

#f-copyrights h2 {
	display: none;
}

/* @end */

/* @group Footer Navigation */

#f-nav {
	background: #333;
	text-align: right;
	padding-right: 10px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	color: white;
}

#f-nav ul li {
    display: inline;
    font-size: 11px;
    line-height: 30px;
}

#f-nav ul li a {
	color: white;
}

#f-nav ul li span {
    margin: 0 5px 0 5px;
}

#f-nav h2 {
	display: none;
}


/* @end */

/* @end */

/* @group Debug */

#debugging {
	width: 100%;
	height: 100px;
}

#debug {
    display:none;
}

/* @end */

/* @end */

#war
{
  background-color: #ffe7e7; 
  border: 1px solid #b80000;
  padding:15px; 
  width:420px;
}
#war p
{
  color: #000;
}
#war strong
{
  color: #b80000;
}
.youtube-player {
border:0;
}
