/* Global styles */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: #DDD url(/img/css/background.jpg) repeat-x left top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border:0;
	background: none;
}

a {
	color: #666;
	text-decoration: none;
}
/* End of global styles*/
/*************************************/
/* Top */
#top{
	position: relative;
	width: 1034px;
	height: 233px;
	margin: auto;
	background: url(/img/css/top.jpg) no-repeat left top; /* need to change url after upload to the server */
}

#top a.logo{
	position: absolute;
	display: block;
	width: 120px;
	height: 80px;
	left: 30px;
	top: 20px;
}
#addtofavourite{
    position: absolute;
	right: 255px;
	top: 58px;
    font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
form.search {
	position: absolute;
	right: 42px;
	top: 50px;
	width: 189px;
	height: 40px;
	background: url(/img/css/search.jpg) no-repeat left top;
}
form.search input.button {
	position: absolute;
	left: 0;
	top: 2px;
	height: 22px;
	width: 51px;
	border: 0;
	background: none;
	font-size: 12px;
	color: #FFF;
}
form.search input{
	position: absolute;
	left: 51px;
	top: 7px;
	width: 138px;
	border: 0;
	background: none;
	font-size: 12px;
	color: #999;
}
div.loginlogout{
	position: absolute;
	right: 42px;
	top: 5px;
	width: 400px;
	height: 40px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
}
div.loginlogout input{
	width: 100px;
	font-size:10px;
	color:#999;
}
div.loginlogout .button{
	border: 0;
	background: none;
	font-size:10px;
	width: 60px;
	color: #FFF;
}
div#loginerror, div#loginlinks{
	font-size:10px;
	color: #FFF;
	margin: 5px;
}
div#loginlinks a{
	margin-left: 10px;
}
/* End of top */
/*************************************/
/* Container - box with white backgroud */
#container {
	position: relative;
	margin: 0 auto;
	top: -130px;
	width: 950px;
	height: auto;
	background: #FFF;
}
/* Header */
#header {
	width: 950px;
	height: 37px;
	background: url(/img/css/container/header.jpg) no-repeat top;
	text-align: center;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	display: block;
	height: 13px;
	padding: 10px 0 14px 10px;
	margin-left: 62px;
	background: url(/img/css/container/menuarrow.jpg) no-repeat left;
	color: #363636;
	font-size: 13px;
	font-weight: bold;
}
#header ul li a:hover {
	text-decoration: underline;
}
/* End of header */
/* Top and bottom advert*/
#advert{
    width:750px;
    height: auto;
    margin: 0px auto 10px;
    clear: both;
}
/* End of top and bottom advert*/
/* Left and right content */
#left {
	float: left;
	padding-left: 10px;
	width: 546px;
	background: #FFF;
}
#right {
	float: left;
	padding: 0 10px;
	width: 374px;
	background: #FFF;
}
/* All modules */
div.module {
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
}
div.module div.mheader {
	height: 27px;
	background: url(/img/css/container/module/mheaderc.jpg) repeat-x top; /* need to change url after upload to the server */
	color: #666;
}
div.module div.mheader h1 {
	float: left;
	height: 24px;
	padding: 3px 0 0 7px;
	background: url(/img/css/container/module/mheaderl.jpg) no-repeat left top; /* need to change url after upload to the server */
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
div.module div.mheader h2 {
	float: right;
	height: 20px;
	padding: 7px 7px 0 0;
	background: url(/img/css/container/module/mheaderr.jpg) no-repeat right top; /* need to change url after upload to the server */
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}
div.module div.mcontent {
	position: relative;
	margin-top: 10px;
	padding: 0 7px 0 7px;
	z-index: 10;
}
div.module div.mfooterl{
	position: relative;
	top: -4px;
	height: 24px;
	background: url(/img/css/container/module/mfooterl.jpg) no-repeat left bottom; /* need to change url after upload to the server */
	z-index: 0;
}
div.module div.mfooterr{
	position: absolute;
	right: 0;
	height: 24px;
	width: 50%;
	background: url(/img/css/container/module/mfooterr.jpg) no-repeat right bottom; /* need to change url after upload to the server */
}
div.module div.mcontentg {
	position: relative;
	padding: 0 7px;
	background: #CCC;
	min-height: 200px;
}
div.mcgheaderl {
	margin-top: 10px;
	background: #CCC url(/img/css/container/module/mcgheaderl.jpg) no-repeat left top; /* need to change url after upload to the server */
	height: 7px;
	width: 546px;
}
div.mcgheaderl div.mcgheaderr {
	background: url(/img/css/container/module/mcgheaderr.jpg) no-repeat right top; /* need to change url after upload to the server */
	height: 7px;
}
div.mcgfooterl {
	background: #CCC url(/img/css/container/module/mcgfooterl.jpg) no-repeat left bottom; /* need to change url after upload to the server */
	height: 7px;
	width: 546px;
}
div.mcgfooterl div.mcgfooterr {
	background: url(/img/css/container/module/mcgfooterr.jpg) no-repeat right bottom; /* need to change url after upload to the server */
	height: 7px;
}
div.error {
	text-align: center;
}

div.submitnewsletter {
	padding: 7px;
	width: 532px;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	color: #999;
}

div.submitnewsletter form {
	margin: 10px 0 0 0;
}

div.submitnewsletter form input{
	border: solid 1px #E7E7E7;
	background: #FFF;
	color: #666;
}

div.submitnewsletter table {
	text-align:left;
}

div.submitnewsletter .required {
	color: #666;
}

div.submitnewsletter td {
	width: 200px;
}

div.submitnewsletter .attributename{
	margin: 0 20px 0 0;
	width: 300px;
	display:inline;
}

div.submitnewsletter p {
	margin:0 0 7px 0;
}

div.submitnewsletter p a{
	margin:7px 0;
	color:#393939;
	text-decoration:underline;
	font-size: 11px;
}

div.submitnewsletter p a:hover{
	margin:5px 0;
	color:#393939;
	text-decoration:none;
	font-size: 11px;
}
/* End of all modules */
/* Left modules*/
/* Login module*/
div.notloged{
	text-align: center;
}

div.notloged p{
	margin: 20px 0;
	color: #666;
}
div.notloged input{
	margin: 2px 5px;
	padding: 2px;
	color: #666;
	font-size: 12px;
	background: none;
	border: solid 1px #E7E7E7;
}
/* End of login module*/
/* Articles module ( Artykuły ) */
div.mcontentg.articles img {
	float: right;
	max-width: 288px;
    max-height:200px;
}
div.mcontentg.articles div.genderout {
	float: left;
	width: 237px;
	height: 27px;
	background: #EDEDED;
}
div.mcontentg.articles div.genderin {
	width: 221px;
	height: 17px;
	margin: 4px 7px;
	color: #363636;
	font-size: 13px;
	border: solid 1px #999;
	background: #FFF;
}
div.mcontentg.articles div.genderin ul li {
	float: left;
	width: 110px;
	list-style: none;
	text-align: center;
}
div.mcontentg.articles div.genderin ul li a {
	display: block;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
}
div.genderin ul li a.female {
	background: url(/img/css/container/module/female.jpg) no-repeat 12px 0;
	color: #363636;

}
div.genderin ul li a.male {
	background: url(/img/css/container/module/male.jpg) no-repeat;
	color: #969696;
}
div.genderin ul li a:hover {
	display: block;
	height: 17px;
	color: #363636;
	font-size: 13px;
	font-weight: bold;
}
div.mcontentg.articles div.links{
	float: left;
	margin-top: 7px;
}
div.mcontentg.articles div.links a {
	display: block;
	padding: 2px 7px;
	margin: 5px 0;
	width: 223px;
	font-size: 9px;
	color: #999;
}
div.mcontentg.articles div.links a.actual{
	background: #EDEDED;
	color: #666;
}
div.mcontentg.articles div.links a:hover {
	background: #EDEDED;
	color: #666;
}
div.mcontentg.articles div.links a span {
	font-size: 14px;
	font-weight: bold;
}
div.mcontentg.articles #mcgafooter{
	clear: both;
}
/* End of articles module */
/* One article, one product and one salon module ( Artykuł i produkt) */
div.tags {
    width: 518px;
    margin: 7px;
    padding: 7px;
    color: #999;
    border-bottom: 1px solid #CCC;
}

div.articleproduct div.gender {
	margin-top: 7px;
	padding: 6px 0 7px 0;
	font-size: 12px;
	height: 14px;
	color: #333;
	background: url(/img/css/container/module/mgender.jpg);
}
div.gender div {
	float: left;
	width: 182px;
	text-align: center;
}
div.gender div a {
	display: block;
	height: 17px;
	color: #363636;
	font-size: 13px;
}
div.gender div a.female{
	background: url(/img/css/container/module/female.jpg) no-repeat 45px 0px;
}
div.gender div a.male{
	background: url(/img/css/container/module/male.jpg) no-repeat 35px 0px;
}
div.articleproduct div.content {
	padding: 7px;
}
div.articleproduct div.content img#logo {
	float: right;
	margin: 37px 7px 7px 7px;
	padding: 5px;
}
div.articleproduct div.content p#name{
	margin: 37px 0;
	font-size: 20px;
	color: #999;
}
div.articleproduct div.content p {
	font-size: 12px;
	color: #333;
	text-align: justify;
}
div.articleproduct div.content ul{
	margin-left: 30px;
    color: #333;
}
div.articleproduct div.content p#producer{
	margin: 15px 0 10px 0;
	color: #ccc;
}
div.articleproduct div.content form p label{
	display: block;
	width: 300px;
	font-size: 11px;
	font-weight: bold;
}
div.articleproduct div.content form ul.errorlist{
	list-style: none;
	color: #CC6;
	font-weight: bold;
}
div.articleproduct div.content form p input, div.articleproduct  div.content form p textarea {
	width: 100%;
}
div.articleproduct  div.content form p.button {
	text-align: right;
}
div.articleproduct  div.content form p.button input{
	width: auto;
	border: solid 1px #E7E7E7;
	background: #FFF;
	font-weight: bold;
	color: #666;
}
div.salon div.top{
	height: 200px;
	margin-top: 7px;
	padding: 0 7px;
	border-bottom: 1px solid #999;
}
div.salon div.top img{
	float: right;
	max-height: 180px;
    max-width: 200px;
	margin: 7px;
}
div.salon div.center{
	margin: 7px;
	text-align: justify;
    
}
div.salon div.center img{
	float: right;
	clear: both;
	max-width: 120px;
	margin: 7px;
}
div.salon div.center div{
	clear: both;
	height: 1px;
	width: 100%;
}
div.salon p{
	font-size: 12px;
	color: #333;
}
div.salon p span{
	font-size: 12px;
	font-weight: bold;
}
div.salon span.title{
	font-size: 13px;
	color: #999;
	font-weight: bold;
}
div.salon ul{
	margin-left: 20px;
}
div.salon p span.name{
	font-size: 20px;
    color: #999;
}

div.rate {
	height: 51px;
	background: url(/img/css/container/module/mfooterproducts.jpg) no-repeat bottom left;
}
div.rate p{
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-left: 7px;
}
form#rateform{
	height: 22px;
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
}
form#rateform input{
	border: 0;
	text-align: center;
	height: 22px;
	width: 23px;
	font-size: 10px;
	margin: 0 7px;
	color: #333;
	background: url(/img/css/container/module/star.jpg) center;
}
form#rateform span {
	font-size: 9px;
}
form#rateform span#ratenumber {
	margin-left: 15px;
	font-size: 16px;
	font-weight: bold;
}
form#rateform span#rateby {
	font-size: 12px;
	font-weight: bold;
}
form#rateform span#ratefalse {
	float: right;
	display: none;
	margin-top: 7px;
}
div.nocomments{
	text-align: center;
	margin: 14px 0;
	color:#999;
	font-weight:bold;
}
div.comment{
	text-align: left;
	width: 532px;
	color:#666;
	margin-bottom: 7px;
	border-bottom: 1px solid #BBB;
}
div.comment p.author{
	text-align: right;
	padding: 7px 0;
	width: 532px;
	color:#999;
	font-weight: bold;
}
form#postcomment{
	position: relative;
	height: 106px;
}
form#postcomment textarea{
	width: 528px;
	height: 80px;
	color:#666;
}
form#postcomment input{
	position: absolute;
	top: 87px;
	right: 0;
	border: solid 1px #E7E7E7;
	background: #FFF;
	color: #666;
}

div#article_multimedia{
    width: 544px;
    height: 364px;
    border: #999 1px solid;
    overflow: hidden;
}
div#article_multimedia_see_others{
    position: relative;
    text-align: center;
    left: 40px;
    height: 20px;
    line-height: 20px;
    width: 120px;
    bottom: -1px;
    border: 1px solid #999;
    border-bottom-color: white;
    font-weight: bold;
    background: white;
    color: #666;
    
}

div#article_multimedia div{
    float: left;
    margin: 10px;
    width: 116px;
    height: 101px;
    text-align: center;
}

div#article_multimedia div a{
    font-size: 11px;
}

div#article_multimedia img{
    width: 116px;
    height: 81px;
}

/* End of one article and one product and one salon module */
/* Article recommend module */
div.recommend{
    width: 546px;
    height: 82px;
}

div.recommend hr{
    margin: auto;
    border: solid #999;
    border-width: 1px 0 0 0;
    width: 520px;
}

div.recommend p{
    margin: 0px 13px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    color: #333;
}

div.recommend form{
    margin: 0px 13px;
    line-height: 40px;
}

div.recommend form input{
    width: 215px;
    height:25px;
    color: #666;
    padding: 0 5px;
}

div.recommend form span{
    margin-left: 10px;
    font-size: 10px;
    display: none;
}

div.recommend form input.button{
    margin-left: 10px;
    width: 110px;
    height: 19px;
    font-weight: bold;
    font-size: 11px;
    border:none;
    background: url(/img/css/container/module/articlerecommendbutton.jpg)
}

/* End of article recommend module */
/* Add to module*/
div#addto{
	height: 80px;
	padding: 2px 0 0 0;
}

#addto .addtoelements{
	display:block;
	list-style-type:none;
}

#addto .addtoelements li{
	float:left;
	padding:3px 0 3px 16px;
	width:110px;
}

#addto .addtoelements a{
	color:#999;
	display:block;
	font-family:verdana;
	font-size:11px;
	height:20px;
	line-height:20px;
	padding:0 0 0 23px;
	text-decoration:none;
}

#addto .addtoelements .icon{
	background:transparent url(/media/icon.gif) no-repeat scroll 0 0;
	display:inline;
	float:left;
	height:20px;
	line-height:20px;
	width:20px;
}

#addto .addtoelements .wyczaj{
	background-position:0 -42px;
}

#addto .addtoelements .wykop{
	background-position:0 -21px;
}
#addto .addtoelements .facebook{
	background-position:0 -903px;
}

#addto .addtoelements .ludzie{
	background-position:0 -1197px;
}

#addto .addtoelements .digg{
	background-position:0 -1155px;
}

#addto .addtoelements .twitter{
	background-position:0 -1113px;
}

#addto .addtoelements .delicious{
	background-position:0 -1071px;
}

#addto .addtoelements .blip{
	background-position:0 -210px;
}

#addto .addtoelements .googlebookmarks{
	background-position:0 -882px;
}

#addto .addtoelements .fotka{
	background-position:0 0;
}

#addto .addtoelements .flaker{
	background-position:0 -294px;
}

#addto .addtoelements .pinger{
	background-position:0 -231px;
}

/* End of add to module */
/* Your guide module */
div.yourguidesearch {
	width: 546px;
	height: 17px;
	margin: 5px 0;
	font-size: 13px;
	padding: 5px 0;
	background: url(/img/css/container/module/yourguide.jpg);
	text-align: center;
}

div.yourguidesearch span{
	margin-left: 3px;
	color: #f6f6f6;
	font-weight: bold;
}
div.yourguidesearch select{
	border: none;
	color: #666;
	width: 130px;
}
div.yourguide{
	width: 546px;
	height: 124px;
	position: relative;
	margin: 10px 0;
}
div.yourguidenone{
	width: 526px;
	height: 50px;
	position: relative;
	margin: 10px;
    color: #666;
    text-align:center;
}
div.yourguide div.img{
    position: absolute;
    top:0;
    left:0;
    width:140px;
    text-align: center;
}
div.yourguide img{
	max-height: 100px;
	max-width: 140px;
}
div.yourguide div.name{
	position: absolute;
	height: 50px;
	width: 401px;
	top: 0;
	left: 145px;
	color: #999;
	font-weight: bold;
	font-size: 20px;
	border-bottom: #999 1px solid;
}
div.yourguide div.description{
	position: absolute;
	height: 45px;
	width: 401px;
	top: 55px;
	left: 145px;
	color: #999;
	font-size: 11px;
}
div.yourguide div.description p{
	color: #333;
	font-size: 12px;
}
div.yourguide div.footer{
	position: absolute;
	top: 100px;
	left: 0;
	width: 546px;
	height: 24px;
	background: url(/img/css/container/module/mfooter.jpg);
}
/* End of your guide module*/
/* Newsletter module */
div.newsletter {
	height: 43px;
	background: url(/img/css/container/module/newsletter.jpg) no-repeat 7px;
	font-size: 11px;
	color: #666;
}
div.newsletter form {
	float: right;
	width: 248px;
	margin-top: 12px;
}
div.newsletter form input {
	margin-left: 5px;
}
div.newsletter form input.textarea {
	width: 90px;
	font-size: 11px;
	color: #363636;
}
div.newsletter form input.button {
	border: solid 1px #E7E7E7;
	background: #FFF;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
/* End of newsletter module */
/* New products module */
div.products {
	height: 176px;
	width: 546px;
	background: #FFF url(/img/css/container/module/mfooterproducts.jpg) no-repeat bottom;
}
div.products  div {
	position: relative;
	float: left;
	width: 181px;
	height: 176px;
	text-align: center;
	
}
div.products  div.left {
	background: #FFF url(/img/css/container/module/mfooterl.jpg) no-repeat left bottom;
	border-right: solid 1px #C9C9C9;
}
div.products  div.center {
	border-right: solid 1px #C9C9C9;
	background: #FFF url(/img/css/container/module/mfooterl.jpg) no-repeat -10px bottom;
}
div.products  div.right {
	background: #FFF url(/img/css/container/module/mfooterr.jpg) no-repeat right bottom;
}
div.products  div a img {
	position: absolute;
	left: 7px;
	bottom: 45px;
	max-width: 69px;
}
div.products  div a p {
	position: absolute;
	right: 7px;
	bottom: 45px;
	width: 95px;
	color: #333;
	font-size: 12px;
	text-align: left;
}
div.products  div.right a#newprodall{
	position: absolute;
	bottom: 7px;
	right: 7px;
	font-size: 9px;
	color: #666;
}
/* End of new products module */
/* Articles for man and woman module */
div.mcontent.forman, div.mcontent.forwoman{
	min-height: 184px;
	font-size: 12px;
}
div.mcontent.forman img, div.mcontent.forwoman img{	
	float: right;
	max-height: 184px;
	max-width: 156px;
}
div.mcontent.forman div {
	width: 380px;
}
div.mcontent.forman div a ,div.mcontent.forwoman div a {
	display: block;
	margin-bottom: 7px;
	font-size: 11px;
	color: #999;
}
div.mcontent.forman div a.actual, div.mcontent.forwoman div a.actual{
	text-decoration: underline;
}
div.mcontent.forman div a p, div.mcontent.forwoman div a p {
	color: #666;
}
div.mcontent.forman div a p span, div.mcontent.forwoman div a p span{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
/* End of articles for man and woman module */
/* Slimming module ( Odchudzanie ) */
div.mcontentg.slimming div.links a {
	display: block;
	padding: 2px 7px;
	width: 180px;
	font-size: 9px;
	color: #999;
}
div.mcontentg.slimming div.links a.actual {
	background: #EDEDED;
	color: #666;
}
div.mcontentg.slimming div.links a span {
	font-size: 14px;
	font-weight: bold;
}
div.mcontentg.slimming div.description {
	float: right;
	padding: 7px;
	width: 324px;
	background: #EDEDED;
	height: 186px;
}
div.mcontentg.slimming div.description img {
	float: right;
	margin-left: 5px;
	max-width: 150px;
	max-height: 182px;
}
div.mcontentg.slimming div.description p {
	font-size: 12px;
	color: #999;
} 
div.mcontentg.slimming div.description p span {
	font-size: 14px;
	font-weight: bold;
}
div.mcontentg.slimming div.description a{
	color: #666;
}
/* End of  slimming module*/
/* Partners module */
div.partners{
    position: relative;
    width: 546px;
    height: 100px;
}

div.partners div.left{
    position: absolute;
    width: 89px;
    height: 100px;
    background: #E1E6E9 url(/img/css/container/module/partners-left.jpg) no-repeat left;
}

div.partners div.left p{
    padding-top: 35px;
    margin-left: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #666;
}

div.partners div.center{
    position: absolute;
    left: 89px;
    width: 452px;
    height: 100px;
    overflow: hidden;
    background: url(/img/css/container/module/partners-center.jpg);
    text-align: center;
}

div.partners div.center ul{
    position: relative;
    left: 0px;
    top: 0px;
    list-style: none;
}

div.partners div.center ul li{
    float: left;
    height: 90px;
    width: 103px;
    padding: 5px;
    line-height: 90px;
    text-align:center;
}

div.partners div.center ul li img{
    max-height: 90px;
    max-width: 103px;
}

div.partners div.right{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100px;
    background: url(/img/css/container/module/partners-right.jpg);
}
/* End of partners module */
/* Seemore module */
div.mcontent.seemore div {
	width: 532px;
	text-align: right;
}
div.mcontent.seemore  div a {
	color: #999;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}
div.mcontent.seemore  div a p{
	color: #666;
}
div.mcontent.seemore  div a p span {
	color: #333;
}
/* End of seemore module */
/* We are on module */
div.weareon{
	text-align: center;
	color: #999;
	font-size: 12px;
}
/* End of  we are on module */
/* Pagination module */
div#pagination_menu{
	margin-top: 7px;
	text-align: center;
	min-height: 16px;
	width: 546px;
    display: none;
} 
div#pagination_menu span a, div#pagination_menu a{
	font-size: 11px;
	color: #333;
	text-decoration: none;
	margin: 0 1px;
    cursor: pointer;
}
div#pagination_menu span a.actual_pagination{
	font-weight: bold;
}
/* End of pagination module */
/* Bookmarks module */
div.bookmarks{
	margin-top: 7px;
	text-align: center;
	min-height: 16px;
	width: 546px;
} 

div.bookmarks a{
	font-size: 11px;
	color: #333;
	text-decoration: none;
	margin: 0 1px;
}

div.bookmarks span a{
    vertical-align: 4px;
}

div.bookmarks a.actual{
	font-weight: bold;
}

div.bookmarks a#dots_prev, div.bookmarks a#dots_next{
	display: none;
}


/* End of bookmarks module */
/* Advices module */
div.advices {
	width: 532px;
	padding: 7px 7px 0 7px;
	color: #666;
}
div.advices img {
	float: right;
	padding: 0 7px 7px 7px;
}
div.advices p{
	font-size: 12px;
	margin-bottom: 7px;
}

div.advices form p label{
	display: block;
	width: 300px;
	font-size: 11px;
	font-weight: bold;
}
div.advices form ul.errorlist{
	list-style: none;
	color: #CC6;
	font-weight: bold;
}
div.advices form p input, div.advices form p textarea {
	width: 100%;
}
div.advices form p.button {
	text-align: right;
}
div.advices form p.button input{
	width: auto;
	border: solid 1px #E7E7E7;
	background: #FFF;
	color: #666;
}

/* End of advices module*/
/* Search module */
div.mcontent.search p{
	margin-bottom: 7px;
}
div.mcontent.search p a{
	color: #999;
	font-size: 11px;
	text-decoration: none;
}
div.mcontent.search p a span{
	color: #666;
	font-size: 11px;
	font-weight: bold;
}
div.mcontent.search span {
	color: #999;
	font-size: 13px;
	font-weight: bold;
}
/* End of search module */
/* Dictionary module */
div.mcontent.dictionary p{
	margin-bottom: 7px;
}
div.mcontent.dictionary p a{
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
div.mcontent.dictionary a span{
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
div.mcontent.dictionary span {
	color: #666;
	font-size: 13px;
	font-weight: bold;
}
div.mcontent.dictionary div.letters{
	text-align: center;
	margin-bottom: 10px;
}
div.mcontent.dictionary div.letters a{
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
/* End of dictionary module */
/* Card order module*/
div.cardorder {
	position: relative;
	text-align: right;
	font-size: 12px;
	color: #666;
}

ul.errorlist{
	position: absolute;
	right: 0px;
	display: inline;
    list-style: none;
	height: 16px;
	padding: 3px 0;
	color: #CC6;
	font-weight: bold;
}

div.cardorder p {
	position: relative;
	width: 100%;
	margin: 10px 0;
	height: 16px;
}

div.cardorder p input, div.cardorder p select {
	position: absolute;
	left: 150px;
	height: 16px;
	width: 200px;
	font-size: 12px;
	color: #666;
}

div.cardorder p select {
	height: 18px;
}

div.cardorder p label {
	position: absolute;
	right: 400px;
	display: inline;
	width: 273px;
	text-align: right;
	font-size: 11px;
	margin: 3px 0px;
	font-weight: bold;
}
div.cardorder p a {
	font-weight:bold;
}

div.cardorder div {
	margin: 10px 20px;
	padding: 5px;
	text-align: left;
	border: solid 1px #E7E7E7;
}
div.cardorder #submorder {
	width: auto;
	border: solid 1px #E7E7E7;
	background: #FFF;
	color: #666;
}
#order_button{
	text-align: center;
	margin: 10px 0;
	height: 30px;
}
#order_button a{
	border: solid 1px #E7E7E7;
	padding: 5px 10px;
}

#id_business_postal_code {
	width: 50px;
}
#id_business_street_number1, #id_business_street_number2{
	width: 30px;
}
#id_nip, #id_contact_phone{
	width: 100px;
}
#id_rules, #id_mail_account, #id_hosting{
	width: 20px;
}
table#info {
	border-collapse: collapse;
	text-align: center;
	margin: 10px 20px;
	width: 506px;
}
table#info td{
	border: solid 1px #E7E7E7;
	height: 25px;
	width: 15%;
	padding: 5px;
}
table#info tr#opcja , table#info tr#oplata{
	font-weight: bold;
}
table#info td#lewa{
	width: 55%;
}

/* End of card order module */
/* Contest module */
form#contestform{
	text-align: center;
    margin: auto;
}

div#contestbielenda{
    position: relative;
    margin: 20px auto;
	width: 270px;
    height: 218px;
    background: url(/img/contest/bk-bg.png) no-repeat;
}


div#contestbielenda button{
    width: 70px;
    height: 20px;
    border: none;
    background-color: none;
    cursor: pointer;
}

div#contestbielenda button#b1{
	position: absolute;
    left:65px;
    top:48px;
    background: url(/img/contest/bk-buttonyes.png) no-repeat;
}

div#contestbielenda button#b2{
	position: absolute;
    left:147px;
    top:48px;
    background: url(/img/contest/bk-buttonno.png) no-repeat;
}

div#contestrf{
    color: #666;
    margin: 20px auto;
}

div#contestrf img{
    width: 300px;
    margin-bottom: 10px;
}

div#contestrf p{
    position: relative;
    width: 546px;
    height: 30px;
}

div#contestrf ul{
    position: relative;
    width: 546px;
    padding: 10px;
}

div#contestrf p label{
    position: absolute;
    right: 280px;
}

div#contestrf p input{
    position: absolute;
    left: 280px;
}

div#contestrf #button{
    color: #666;
    font-size: 12px;
    width: 70px;
    border: #CCC 1px solid;
    background: none;
}

div.contest p#info{
	color: #666;
	text-align: center;
	margin: 50px;
}

/* End of contest module */
/* Competition rules*/
div#comprules p {
    margin-top: 15px;
}

div#comprules ul, div#comprules ol{
    margin-left: 30px;
}
/* End of competiton rules*/
/* End of left modules*/

/* Right modules*/
/* Multimedia module ( Multimedia ) */
div.module div.mheader h1.multimedia{
	background: url(/img/css/container/module/mheaderlmultimedia.jpg) no-repeat left top; /* need to change url after upload to the server */
	min-width: 130px;
}
div.mcontent.multimedia{
	position: relative;
	min-height: 100px;
	margin-bottom: 40px; /**/
}
div.mcontent.multimedia img{
	float: right;
	max-height: 70px;
}
div.mcontent.multimedia p {
	color: #333;
	font-size: 12px;
	margin-top: 16px;
	width: 230px;
}
div.mcontent.multimedia p span {
	font-weight: bold;
}
div.mcontent.multimedia a#arrow{
	display: block;
	width: 110px;
	margin: 12px 0;
	height: 14px;
	padding: 5px 0;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background: url(/img/css/container/module/multimediabutton.jpg) no-repeat right; /* need to change url after upload to the server */
}
div.multimedialist{
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 360px;
	height: 25px;
}
div.multimedialist div{
	float:left;
	width: 90px;
	height: 25px;
	text-align: center;
}
div.mcontent.multimedia div.multimedialist img{
	float: none;
	max-height: 25px;
}

/* End of multimedia module*/
/* Advice module */
div.mcontent.advice{
	height: 170px;
}
div.mcontent.advice div {
	width: 354px;
	height: 50px;
	margin: 5px 0;
}
div.mcontent.advice div img {
	float: right;
	max-height: 50px;
	max-width: 70px;
}
div.mcontent.advice div a {
	display: block;
	margin-bottom: 7px;
	font-size: 11px;
	color: #999;
	width: 280px;
}
div.mcontent.advice div a:hover p, div.mcontent.advice div a:hover p span {
	text-decoration: underline;
}
div.mcontent.advice div a p {
	color: #666;
}
div.mcontent.advice div a p span{
	font-weight: bold;
	color: #333;
}

/* End of advice module */
/* Salons module ( Wyszukiwarka salonów )*/
div.mcontent.salons {
	position: relative;
	width: 360px;
	min-height: 180px;
}
div.mcontent.salons p {
	padding: 3px 0 3px 0;
	font-size: 11px;
	width: 230px;
}
div.mcontent.salons p span.salonname {
	color: #333;
	font-weight: bold;
}
div.mcontent.salons p span.salonadress {
	color: #666;
}
div.mcontent.salons p span.salonadress a {
	color: #CC6;
}
div.salonssearch {
	width: 546px;
	height: 17px;
	margin: 5px 0;
	font-size: 13px;
	padding: 5px 0;
	background: url(/img/css/container/module/yourguide.jpg);
	text-align: center;
}
div.salonssearch form{
	display: inline;
}
div.salonssearch span{
	margin-left: 3px;
	color: #f6f6f6;
	font-weight: bold;
}
div.salonssearch select{
	border: none;
	color: #666;
	width: 160px;
	margin: 0 5px;
}
div.salonssearch input{
	border: none;
	color: #666;
	width: 160px;
	padding: 1px;
	margin: 0 5px;
}
/* End of salons module */
/* Last forum module */
div.mcontent.lastforum {
	min-height: 170px;
}

div.mcontent.lastforum div.left{
	width: 80%;
	float: left;
	clear: both;
	margin-bottom: 5px;
	color: #666;
}
div.mcontent.lastforum div.left a {
	color: #666;
	font-size: 11px;
}
div.mcontent.lastforum div.left a.title {
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
div.mcontent.lastforum div.right{
	width: 20%;
	float: right;
	text-align: right;
}
div.mcontent.lastforum div.right a{
	color: #999;
	font-size: 11px;
}
div.mcontent.lastforum div.bottom{
	clear: both;
	min-height: 1px;
}
/* End of last forum module */
/* Main bookmarks module*/
div.mainbookmarks {
	width: 374px;
	margin: 7px 0;
	height: 14px;
}
div.mainbookmarks div {
	width: 187px;
	float: left;
	background: #EEE;
	text-align: center;
	color: #333;
	padding: 1px 0;
	font-size: 12px;
	cursor: pointer;
}
div.mainbookmarks div.actual {
	background: #DDD;
}
/* End of main bookmarks module */
/* End of right modules */
/* End of left and right content  */
/* Footer */
#footer {
	clear:both;
	width: 100%;
	height: 10px;
	background: url(/img/css/container/footer.jpg) no-repeat left bottom;
}
/* End of footer */
/* End of container */
/*************************************/
/* Bottom menu */
#bottom {
	position: relative;
	top: -130px;
	width: 900px;
	margin: auto;
}
#bottom div {
	float: left;
	text-align: left;
	width: 130px;
	margin: 10px 10px 0 10px;
}
#bottom div p {
	font-size: 15px;
	color: #666;
}
#bottom div ul  li{
	list-style: none;
	margin-top: 5px;
}
#bottom div ul li a {
	font-size: 11px;
	color: #999;
}
#bottom div ul li a:hover {
	text-decoration: underline;
}
div#bottdata{
	clear: both;
	width: 900px;
	margin: auto;
	color: #999;
}
div#bottdata a{
	color: #999;
	text-decoration: underline;
}
/* End of bottom menu */

