/* переопределяем некоторые стили */

/* если спонсор не стоит - переопределять не нужно
#innerPage h1
{
	border-bottom: 0;
	margin-bottom: 0;
	margin-top: 10px;
	padding-bottom: 0;
}
*/
#innerPage h2
{
	font-size: 23px;
	font-weight: normal;
	margin: 30px 0;
}
#innerPage h3
{
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0;
}
.pageText
{
	margin-top: 10px;
}

/* Спонсор. Блок на главной */

a.sponsorHeaderBlock
{
	float:right;
	display: block;
	margin-top: -55px;
	height: 50px;
	width: 200px;
	color: #505050;
	text-decoration: none;
}
.sponsorHeaderBlock .spTitle
{
	float:right;
	height: 50px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 16px;
}
.sponsorHeaderBlock .spLogo
{
	float:right;
	height: 50px;
	width: 75px;
	margin-left:15px;
	text-align: right;
}

.sponsorZakaz
{
	margin-top: 30px;
	background-color: #f2f2f2;
}
.sponsorZakaz .sponsorZBody
{
	margin: 20px;
}
.sponsorZakaz h2.sponsorZTitle
{
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0;
}

.sponsorZInput input,
.sponsorZInput textarea{
    line-height: 19px;
    border: 1px solid #d4d4d4;
    width: 90%;
	height: 35px;
    padding: 3px 10px;
    margin: 0 0 15px 0;
    color:#808080;
    background: #ffffff;
    font-size: 16px!important;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}
.sponsorZInput textarea{
    height: 75px;
}

.sponsorZInput input[type="submit"]
{
	background: #ff6600;
	width: 100%;
	height: 40px;
    border: 1px solid #ff6600;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}

/* главная страница раздела */
#infoWrapper .infoDefinition
{
	width: 100%;
	height: 250px;
	background-color: #f2f2f2;
	margin-top: 30px;
}
#infoWrapper .infoDefinition .pic
{
	float: left;
	width: 200px;
	height: 250px;
}
#infoWrapper .infoDefinition .text
{
	height: 250px;
	padding: 20px 25px 20px 225px;
	color: #000000;
}
#infoWrapper .infoDefinition h2
{
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #505050;
}
#infoWrapper h2
{
	font-size: 23px;
	font-weight: normal;
	margin: 30px 0;
	color: #505050;
}

#infoWrapper .infoLinkBlock
{
	width: 49%;
	height: 120px;
	background-image: url('/rc2012/img/element-coner.png');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #ffede1;
	margin: 10px 0 30px 0;
}
#infoWrapper .infoLinkBlock img
{
	display: block;
	/*float: left;*/
	margin: 20px 30px 0 40px;
}
#infoWrapper .infoLinkBlock .infoLinkRight
{
	float: right;
	width: 100%;
	margin: 20px 0 20px -140px;
}
#infoWrapper .infoLinkBlock a.infoLinkTitle
{
	display: block;
	/*float: right;*/
	height: 80px;
	/*width: 55%;
	margin: 20px 0 20px 0px;*/
	/*width: 100%;*/
	padding: 0 0 0 145px;

	display: table-cell;
	vertical-align: middle;

	font-size: 14px;
	font-weight: normal;
	color: #505050;
	text-transform: uppercase;
	text-decoration: none;
}
#infoWrapper .infoLinkBlock a.infoLinkTitle:hover
{
	color: #ff6600;
	text-decoration: underline;
}
.blockLeft
{
	float: left;
}
.blockRight
{
	float: right;
}

/* Логотипы 150x150 */

#innerPage .cLogo150
{
	float: left;
	position: relative;
	overflow: hidden;
	width: 152px;
	height: 200px;
	margin: 0 18px 25px 0;
	padding: 0 0 0 5px;
	text-align: center;
}
#innerPage .cLogo150 img
{
	border: 1px solid #e6e6e6;
}
#innerPage .cLogo150 .cName
{
	font-size: 14px;
	font-weight: bold;
}
#innerPage .cLogo150 a
{
	color: #888888;
	text-decoration: none;
}
#innerPage .cLogo150 a:hover
{
	color: #ff6600;
}
#innerPage .cLogo150 a:hover img
{
	border: 1px solid #ff6600;
}

#innerPage .cLogoSponsor a
{
	color: #0079c2;
}
#innerPage .cLogo150 .cLogoLabel
{
	position: absolute;
	z-index: 10;
	top: 10px; left: 0px;
	width: 120px;
	height: 30px;
	background-image: url("/rc2012/img/element-label.png");
	background-position: left top;
	background-repeat: no-repeat;

	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 5px 7px 5px;
}
#innerPage .cLabelRight
{
	background-image: url('/rc2012/img/element-label-r.png');
	background-position: right top;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	right: -5px;
	padding: 3px 5px 7px;
	position: absolute;
	top: 10px;
	width: 120px;
	z-index: 10;
}

/* спонсорский блок на внутренних */
#infoSponsorInner
{
	width: 100%;
	height: 152px;
	background-color: #ffede1;
	margin-top: 25px;
	margin-bottom: 30px;
}
#infoSponsorInner .pic
{
	float: left;
	width: 155px;
	height: 152px;
	background-color: #ffffff;
}
#infoSponsorInner .pic img
{
	border: 1px solid #e6e6e6;
}
#infoSponsorInner .text
{
	height: 152px;
	padding: 15px 20px 15px 175px;
	color: #000000;
}
#infoSponsorInner h2
{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #505050;
}
#infoSponsorInner p
{
	margin: 0 0 10px 0;
}
#infoSponsorInner .nav
{
	margin: 0 20px 10px 0;
}
#infoSponsorInner .nav img
{
	position: relative;
	top: 4px;
	margin-right: 10px;
}

/* Разное */

#innerPage .hLine2
{
	width: 100%;
	height: 7px;
	margin: 30px 0;
	background-image: url('/rc2012/img/element-bgpoint.png');
	clear: both;
}
#innerPage .hLine3, .hLine3
{
	width: 100%;
	height: 6px;
	margin: 0;
	background-image: url('/rc2012/img/element-bgtape.png');
	clear: both;
}
