body {
    background:#DADBDD;
    margin-top:15px;
}
#wrapper {
    background:#FFFFFF;
}
.hide {
    display:none;
}

/* komunikaty o błędzie i powodzeniu */
.failure, .success {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 18px;
	padding: 8px 10px 8px 60px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.failure {
	background: #fbe3e4 url(/img/common/error.gif) no-repeat 18px 50%;
	border: 1px solid #dc1919;
	color: #dc1919;
}

.failure a {
	color: #ff7348 !important;
	border: 0 none !important;
}

.failure a:hover { text-decoration: underline; }

.success {
	background: #e6efc2 url(/img/common/success.gif) no-repeat 18px 50%;
	border: 1px solid #c6d880;
	color: #264409;
}

.pagination {
	padding: 3px;
	margin: 3px;
	text-align: right;
}

.pagination a, .pagination span {
	padding: 1px 6px 1px 6px;
	margin: 2px;
	border: 1px solid #cacdd0;
	text-decoration: none !important;
	color: #c12e14 !important;
	display: inline-block;
	height: 18px;
	overflow: hidden;
    background:#FFFFFF;
}

.pagination a:hover {
	background: #c23017;
	color: #fff !important;
	border-color: #c23017;
}

.pagination span.current {
	padding: 1px 6px 1px 6px;
	margin: 2px;
	border: 1px solid #c23017;
	font-weight: bold;
	background: #c23017;
	color: #fff !important;
}

.pagination .prev, .pagination .next {
	font-variant: small-caps;
}

.pagination .prev {
	background: #fff url(/img/common/prev03.gif) no-repeat 0 0;
	padding-left: 14px;
}

.pagination .prev:hover {
	background: #c23017 url(/img/common/prev03.gif) no-repeat 0 -20px;
}

.pagination .next {
	background: #fff url(/img/common/next03.gif) no-repeat 100% 0;
	padding-right: 14px;
}

.pagination .next:hover {
	background: #c23017 url(/img/common/next03.gif) no-repeat 100% -20px;
}

.pagination .disabled {
	border: 1px solid #eee !important;
	color: #ddd !important;
}

html > body .pagination .prev.disabled {
	background: #fff url(/img/common/prev03.gif) no-repeat 0 -40px !important;
	color: #ddd !important;
}

html > body .pagination .next.disabled {
	background: #fff url(/img/common/next03.gif) no-repeat 100% -40px !important;
	color: #ddd !important;
}



.flashContainer .flash .failure,
.flashContainer .flash .success{
    margin: 18px 5px 0 5px;
}

.frmSection .rules h2.bigger {
    font-size:20px;
}

.rules h3 {
	font-size:18px;
	font-weight: bold;
    padding:18px 0 10px;
}

.rules p {
	font-size:14px;
	margin: 4px 0;
    padding-bottom:8px;
}

.rules p strong {
	font-size:16px;
}

#rules {
	text-align: right;
	width: 468px;
	display:none;
}

#rules.open {
	display:block;
}
#rules .rules {
	border: 1px solid #666666;
	height: 300px;
	overflow: scroll;
	text-align: left;
	padding:5px;
	margin-bottom:10px;
	overflow-x:hidden;
}


.avatar-form {
	display:none;
	position: relative;
	clear: both;
	float: left;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}


.avatar-form div {
    margin-left:0;
}

.avatar-form .delete-avatar {
    margin-bottom:5px;
}

.avatar-form .cancel {
	float: left;
	bottom:0;
	margin: 3px 15px 0 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	position:absolute;
	right:0px;
}



.avatar-form.open {
	display:block;
    width:297px;
    margin:10px 0 5px 0;
}

.avatar-form.open form{
    margin:0;
}

.loginRegisterInfo {
    font-size:2em;
    margin-top:42px;
    text-align:center;
    width:308px;
}

/* nowy layout */

.mediaListing li span a.videoImg  {
    background:none;
    border:none;
    margin:0;
    padding:0;
    position:static;
}

.multicol-listing li em {
    margin-left:0;
}

.albumDetails ol li a, .rel ol li a {
    color:#F14434;
    font-weight: normal;
}

.albumDetails ol li a.noLyrics, ol li a.noLyrics {
color:#888888;
font-weight:normal;
}

#artistSearch  {
height:38px;
float:none;
}

.recFrm label[for] {
	display: none;
}

.recFrm p {
	margin-bottom: 18px;
}

.recFrm label {
	display: none;
}

.recFrm li  {
    clear:both;
    position:relative;
}

.recFrm label {
    cursor:pointer;
    display:block;
}

.recFrm textarea.textInput {
	width: 350px;
	height: 300px;
}


.recFrm li div {
    position:relative;
}

.butSave {
	background: #f14434 url(../img/common/but-save.gif) no-repeat 0 0;
	height: 33px;
	padding: 0 0 3px;
	width: 116px;
}

.butSave:hover {
	background: #f14434 url(../img/common/but-save.gif) no-repeat 0 -33px;
}

.butSend {
	background: #f14434 url(../img/common/but-send.gif) no-repeat 0 0;
	height: 33px;
	padding: 0 0 3px;
	width: 116px;
}

.butSend:hover {
	background: #f14434 url(../img/common/but-send.gif) no-repeat 0 -33px;
}


#masthead .nav .active a {
    cursor:pointer;
}

#masthead .nav .active a:hover {
background:#FFFFFF;
color:#F14434;
}

.butLogOn {
	background: #f14434 url(../img/common/but-log.gif) no-repeat 0 0;
	height: 33px;
	padding: 0 0 3px;
	width: 116px;
}

.butLogOn:hover {
	background: #f14434 url(../img/common/but-log.gif) no-repeat 0 -33px;
}

/* formularz wyszukiwania */
#cse-search-box {
	float: right;
	padding: 6px 0 0;
}

#cse-search-box label {
	display: none;
}

#cse-search-box input {
	float: left;
}

#q {
/*	background: #fff url(../img/common/search-bg.png) no-repeat 5px 50%; */
	border: 1px solid #ccc;
	color: #999;
	font: normal 12px/17px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 18px;
	line-height: 18px !important;
	margin: 0 3px 0 0;
	padding:3px;
	width: 190px;
}


#q:focus {
/*	background: #f9f9f9 url(../img/common/search-bg.png) no-repeat 5px 50%;*/
	border-color: #999;
	color: #000;
}


#cse-search-box .button {
	background: #f14434 url(../img/common/but-arr.gif) no-repeat 0 0;
	height: 25px;	
	width: 22px;
}

#userDetails {
        float: right;
}


input.textInputFile {
	height: 27px;
	width: 360px;
}

input.textInputURL {
	width: 350px;
}

.listing  ol li a.current, .rel ol li a.current {
	font-weight: bold;
	color: #888;
}

.box.container.tracks {
    margin-top: 22px;
}

.listing li span + span em {
    color:#888888;
    font-style: normal;
}

/*  Ranking użytkowników  */

.ranking_content .tabsNav {
    width: 400px;
    float: left;
}

.ranking_content .tabsContent {
    clear: both;
}

#masters {
    float: right;
    width: auto;
    font-size: 12px;
    margin-top: -5px;
    height: 25px;
}

.ranking_masters li {
    height: 26px;
}

#ranking_more {
    float: right;
    padding: 10px;
}

/* strona główna ------ box statystyk */

table.stats {
   border: 1px dotted #cacdd0;
   width: 100%;
}

.stats td+td {
    text-align: right;
    font-weight: bold;
}

#iw_comment_post {
    height:120px;
    width:98%;
}



#tabsNavBottom li {
	background: none; /*url(../img/common/tab-arr-bottom.gif) no-repeat 0 0;*/
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 7px;
}

#tabsNavBottom.tabsNav li.active {
	background: url(../img/common/tab-arr-bottom.gif) no-repeat 50% 0%;
}

#tabsNavBottom {
    margin-top:-7px;
    position:relative;
    top:-7px;
}

#tabsNavBottom li {
    padding:7px 0 0;
}

.listing.links li span:first-child {
    width:0;
}

/* reklama */
#contentWrapper {
    padding-top: 0px;
}

#breadcrumbs {
    padding-bottom: 22px
}
.advertisement.billboard {
    overflow: hidden;
    padding: 14px 0 4px;
    position: relative;
    width: 960px;
}

.advertisement.billboard div{
    margin: auto;
    width: auto;
    position: relative;
    text-align: center;
}

.adsenseBannerAlbum300 {
    margin-top: 15px;
}

.adsenseBannerLyrics300 {
    margin-top: 12px;
    width: auto;
}

.headerAdv {
    position:relative;
}

.rules h1 {
    font-size: 38px;
}

.rules ol {
    font-size: 38px;
    font-weight: bold;
    list-style: decimal outside none;
    margin-left:40px;
    padding: 0px;
    -webkit-padding-start: 20px;
    color: #000000;
    margin-top:30px;
}

.rules ol li {
    font-weight:normal;
}

.rules ol li h2 {
font-weight:normal;
}

.rules ol li p {
    font-size:14px;
    font-weight:normal;
}

.rules ol li li span,
.rules ol li strong {
    font-size: 14px;
    font-weight: bold;
    margin-right: 4px;
}
.rules ol li li span {
    margin-left: 12px;
}

.rules ol li li em {
    margin-left:20px;
}

.rules ol li ul {
    list-style-type: none;
    margin-left: 0;
}

.rules ol li ul li {
    font-size:14px;
    line-height: 1.6em;
    margin-bottom: 10px;
}
