@import "rp_article.css";
@import "uwazam_rze.css";

#midLvl{
/*	display: none;*/
}

#startBox {
	display: none !important;
}

/****************************************************************************************
 																	  add comment form */
.articleCommentInfo, .articleCommentForm {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 13px;
}

.articleCommentInfo h3 {
	margin-bottom: 15px;
}

.articleCommentForm {
	border-top: 0 none;
}

p.userInfo {
	color: #666;
}

p.userInfo a {
	color: #069;
	font-size: 0.9em;
	line-height: 1.5em;
}

p.userInfo a, p.userInfo span.delim {
	display: block;
	float: right;
}

p.userInfo span.delim {
	padding-right: 10px;
	text-indent: -999em;
	border-right: 1px solid #CCC;
	margin-right: 10px;
	line-height: 1.4em;
}

p.charsCounter {
	text-align: right;
	padding: 10px 0 0;
	font-size: 1.1em;
}

.formRow {
	clear: both;
	padding: 15px 0 0;
}

.formRow input {
	width: 210px;
}

.formRow textarea {
	margin: 0;
	width: 571px;
	min-width: 571px;
	max-width: 571px;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
}

.formRow input, .formRow label {
	display: block;
	float: left;
}

.formRow input, .formRow textarea {
	border: 1px solid #CCC;
}

.formRow label {
	line-height: 20px;
	width: 60px;
}

.formRow label.commentEmail {
	margin-left: 20px;
}

.formRow label.commentEmailInfo {
	width: auto !important;
}

.formRow label.agreement {
	width: 500px;
	font-size: 0.85em;
	line-height: 14px;
	padding: 3px 10px 0;
}

.formRow label.agreement a {
	color: #069;
}

.formRow #agreement {
	width: auto;
}

.formRow #addComment, a.showAllComments {
	display: block;
	border: 1px solid #1e1e1e;
	padding: 5px 10px;;
	color: #FFF;
	background-color: #1e1e1e;
	font-size: 13px;
	float: right;
	cursor: pointer;
	width: auto;
}

.formRow #addComment:hover, a.showAllComments:hover {
	background-color: #434340;
	text-decoration: none;
}

/****************************************************************************************
 																	  	  comment tabs */
.articleTabs_Panel {
	border-bottom: 1px dotted #999;
	height: 24px;
}

.articleTabs_Panel h3 {
	color: #B4B4B4;
	cursor: pointer;
	float: left;
	font-size: 1.2em;
	height: 18px;
	padding-bottom: 2px;
	padding-right: 7px;
	padding-top: 4px;
	text-align: left;
	text-transform: uppercase;
}

.articleTabs_Panel h3 a:link, 
.articleTabs_Panel h3 a:visited, 
.articleTabs_Panel h3 a:active, 
.articleTabs_Panel h3 a:hover {
	border-left: 1px dotted #999;
	color: #B4B4B4;
	padding: 0;
	padding-left: 5px;
	text-decoration: none;		
}

.articleTabs_Panel h3.articleTab_Active a:link,
.articleTabs_Panel h3.articleTab_Active a:visited,
.articleTabs_Panel h3.articleTab_Active a:active,
.articleTabs_Panel h3.articleTab_Active a:hover {
	border-left: none medium;
	color:#333333;
	cursor: default;
	text-decoration: none;
}

.articleTabs_Panel h3#articleTab_recommended a:link,
.articleTabs_Panel h3#articleTab_recommended a:visited,
.articleTabs_Panel h3#articleTab_recommended a:active,
.articleTabs_Panel h3#articleTab_recommended a:hover {
	border-left: none medium;
}

.articleTabs_Panel h3.articleTab_noBorder a:link,
.articleTabs_Panel h3.articleTab_noBorder a:visited,
.articleTabs_Panel h3.articleTab_noBorder a:active,
.articleTabs_Panel h3.articleTab_noBorder a:hover {
	border-left: none medium;
}

.articleTabs_Panel h3 a:visited {
	cursor: pointer;
}
.articleTabs_Panel h3 a:hover {
	text-decoration:underline;
}

.articleTabs_Panel h3.articleTab_Active {
	background: #FFFFFF none repeat scroll 0 0;
	border-bottom: none medium;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	border-top: 1px dotted #999;
	color: #333333;
	cursor: default;
	font-weight: bold;
}

.articleTabs_Panel h3.articleTab_Hover {
	background: #FFFFFF none repeat scroll 0 0;
	color: #333333;
	font-weight: bold;
}

/****************************************************************************************
 																	  article comments */
#articleCommentsList {
	margin-top: 15px;
}

#articleCommentsPagination div.articleComments_Navi {
	padding: 0 0 4px;
	border: 0;
}

#articleCommentsContent p.articleNC {
	margin: 10px 0 50px;
	font-size: 1.4em;
}

ul.commentsList li {
	padding: 15px 0;
	border-bottom: 1px dotted #999;
}

ul.commentsList li p.commentInfo {
	color: #666;
	padding-bottom: 15px;
}

ul.commentsList li p.commentText {
	padding-bottom: 15px;
}

ul.commentsList li p.commentInfo strong {
	color: #000;
}

ul.commentsList li p.commentInfo span {
	float: right;
}

ul.commentsList li .addCommentRecommendation span.commentRecommendationButton {
	margin-right: 30px;
}

ul.commentsList li .addCommentRecommendation span.totalCommentRecommendations {
	color: #467F22;
	font-weight: bold;
}

ul.commentsList li .addCommentRecommendation span.commentRecommendationButton img {
	width: 13px;
	height: 13px;
	cursor: pointer;
	padding-right: 5px;
	vertical-align: top;
}
	
a.showAllComments {
	width: auto;
	height: 20px;
	line-height: 20px;
	margin-top: 15px;
}

/**** boxy dla niezalogowanych ****/
.noAccessLoginBox {
	margin: 10px 0;
	border: 1px solid #CCC;
}

.noAccessLoginBox_form {
	background: #FFF none;
}

.noAccessLoginBox_formLeft, .noAccessLoginBox_formRight {
	text-align: center;
}

.noAccessLoginBox_formRight {
	background-position: 0 50%;
	padding-top: 87px;
	height: 70px;
}

.noAccessLoginBox_formLeft a.noAccessLoginBox_btn.accessBuyBtn {
	margin-top: 42px;
}

.noAccessLoginBox_header {
	padding: 10px 15px 10px 45px;
	color: white;
	border: 0;
	font-weight: normal;
	text-align: left;
	background: #8F0100 url('http://static.presspublica.pl/web/uwazam_rze/img/layout/urz_lock_article_box.png') no-repeat scroll 15px 50%;
}

.noAccessLoginBox_footer {
	border-top: 1px solid #CCC;
	background: #FFF none;
	color: #333;
}

.noAccessLoginBox_footer a.noAccessLoginBox_btn:link, .noAccessLoginBox_footer a.noAccessLoginBox_btn:visited {
	margin-top: 0;
}

a.noAccessLoginBox_btn:link, a.noAccessLoginBox_btn:visited, input.articleLoginSubmitBtn {
	display: block;
	margin: 10px auto 0;
	cursor: pointer;
	border: 1px solid #1e1e1e;
	color: #FFF;
	background-color: #1e1e1e;
	font-size: 13px;
	font-family: "Trebuchet MS";
}

a.noAccessLoginBox_btn:hover, input.articleLoginSubmitBtn:hover {
	background-color: #434340;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #1e1e1e;
}

a.subscriptionBtn {
	float: none;
	padding-left: 15px; 
	background: #FFF url('http://static.presspublica.pl/web/uwazam_rze/img/layout/arrow.png') no-repeat scroll 0 50%; 
}