/**
 * Frontend page CSS styles
 *
 * Project: Tender.pro <br />
 * File: accept.css
 * 
 * @author Igor <igor@altsolution.net>
 * @package css
 */

.article {
	padding: 15px;
	color: #000000;
}
#Content .blockHeader .right {
	width: 29%;
}
.article h1 {
	font-size: 12px;
}
.article h2 {
	font-weight: normal;
	font-size: 12px;
	margin: 12px 0px 5px 0px;
	color: #000000;
}
.article ol {
	list-style-position: outside;
	margin-left: 20px;
	color: #000000;
	line-height: normal;
	text-indent: 0px;
}
.article .acceptWarning {
	border: 1px solid #ED1C24;
	margin: 13px 0px;
	padding: 4px 0px;
	text-indent: 4px;
	font-weight: bold;
}
.blockArticle .article p {
	text-indent: 0px;
	margin: 12px 0px;
	padding: 0;
	font-size: 12px;
	color: #000000;
}
.article .buttonHolder {
	padding: 13px 0px 22px 0px;
	margin-left: -1px;
}
.article .ybutton img {
	margin: 0 5px;
}
#Content .blockHeader .left {
	width: 70%;	
}
#FlashBanner {
	border: 1px solid #D8D8D8;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	width: 350px;
	height: 100px;
}