@charset "utf-8";
/* CSS Document */


.right_bg {
	border: 2px solid #ddd;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 0 5px #eaeaea;
	-webkit-box-shadow: 0 0 5px #eaeaea;
	box-shadow: 0 0 5px #eaeaea;
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding: 3px;
	top: -2px;
}

.right_title {
	color: #10151c;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	text-shadow: 0px 1px 0px rgba(239, 239, 239, 1);
	display: block;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #d2d2d2;
	background-image: url("../img/right_title_bg.1200f8ca1ad3.png");
	background-position: center center;
	background-repeat: no-repeat;
	
}

.cup, .new {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d6d6d6;	
}

.cup {
	padding-left: 30px;
	background-image: url("../img/calendar_cup.0180c8564e15.png");
	background-position: 7px 14px;
	background-repeat: no-repeat;
}

.cup .date {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	color: #42494f;
}


.new {
	padding-left: 15px;
}

.new a, .new a:visited {
	display: block;
	position: relative;
	overflow: hidden;
}

.new .date {
	margin-left: 5px;
	margin-top: 5px;
	display: block;
}


