/*  Subscription page   */
.subscribe_page .intro {
	padding: 10px 0;
}
.subscribe_page h2 {
	font-weight: normal;
}
.editions {
	margin: 0 0 50px 0;
}
.email-input {
	margin: 20px 0;
}
.email-input label {
	display: none;
}
.email-input input[type="text"] {
	border: 1px solid #E2E2E2;
	border-radius: 2px 2px 2px 2px;
	font-family: Arial;
	height: 30px;
	padding: 10px 5px 0;
	width: 350px;
}
.edition-checkbox input[type="checkbox"] {
	border: 1px solid #DADADA;
	border-radius: 2px !important;
}
.edition-checkbox-description {
	font-size: 12px;
	margin: 0 0 0 20px;
	line-height: 20px;
}
.language-wrap {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.language-wrap-title {
	margin-bottom: 5px;
	color: #000000;
	font-size: 14px;
	padding: 5px 0 0 20px;
	cursor: pointer;
	border-bottom: 1px dotted #000000;
}
.collapsed .language-wrap-title {
	background: url("http://subscribe.russland-heute.de/assets/images/site_img/expand_arrow.gif") no-repeat 0 60% transparent;
}
.expanded .language-wrap-title {
	background: url("http://subscribe.russland-heute.de/assets/images/site_img/collapse_arrow.gif") no-repeat 0 60% transparent;
	color: #B01016;
}
.subscribe-button-wrap {
	text-align: right;
}
.subscribe-button {
	border: none !important;
	border-radius: 2px;
	background: url(http://subscribe.russland-heute.de/assets/images/site_img/next_arrow.gif) no-repeat 90% 50% #B01016;
	/*	background: -moz-linear-gradient(top, #BD1319, #B01016);
	 background: -webkit-linear-gradient(top, #BD1319, #B01016);
	 background: -ms-linear-gradient(top, #BD1319, #B01016);
	 background: linear-gradient(top, #BD1319, #B01016);     */
	color: #FFFFFF;
	padding: 10px 30px 10px 20px;
	font-weight: bold;
	font-size: 16px;
}
.error_list {
	list-style: none outside none;
	padding: 10px 0 5px;
	color: #D1001A;
	font-weight: bold;
}
.opening-list-title {
	text-transform: uppercase;
}
.opening-list-item-block {
	margin-bottom: 5px;
	color: #000000;
	font-size: 14px;
	padding: 5px 0 0 0;
	cursor: pointer;
	border-bottom: 1px dotted #000000;
}
.opening-list-item-block input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.opening-list-item label {
	font-weight: bold;
	font-size: 14px;
}
.opening-list-item-block {
	display: none;
}
.opening-list-item {
	width: 100%;
	margin: 5px 0;
	border-bottom: 1px dotted #DADADA;
	line-height: 28px;
}
.opening-list-item:last-child {
	border-bottom: none;
}
.opening-list .opening-list-title {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	color: #000;
	padding-left: 20px;
	background: url(http://subscribe.russland-heute.de/assets/images/site_img/expand_arrow.gif) no-repeat left 15px;
	height: 25px;
	padding-top: 10px;
}
.opening-list-title span {
	font-weight: normal;
	color: #6C6C6C;
}
.opening-list .opening-list-title:hover, .opening-list .opening-list-title:hover span {
	color: #b01016;
	cursor: pointer;
}


.page-content.subscribe h1 {
    font-size: 24px;
    line-height: 22px;
    margin: 0 0 15px;	
}


.page-content.subscribe .subscription-info {
    background-color: #FFFDF0;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) inset;
    padding: 15px;
}

.opening-list h2 {
	font-size: 20px;
	margin: 20px 0 0 0;
} 


ul.checkbox_list {
	list-style: none;
}

ul.checkbox_list.ul li{
	list-style: none;
}


.checkController {
	margin: 10px 0 10px 25px;
	color: #000;
}
.checkController span {
	display: inline-block;
	padding: 1px 7px;
	border: 1px solid #fff;
	font-weight: bold;
	color: #aaa;
}
.checkController span:hover {
	color: #B01016;
}
.checkController span:first-of-type {
	border-right: 1px solid #767676;
	padding-right: 10px;
}
.selectAllOn {
	color: #000 !important;
}