* {
	margin: 0; padding: 0;
}
body {
    background: #fcfcfc;
}
a img {
	border: 0;
}
a {
	text-decoration: none;
}

span.button,
a.button {
	display: inline-block;
	#display: inline;
	zoom: 1;
	height: 22px;
	overflow: hidden;
	padding-right: 10px;
	position: relative;
	}
span.button input,
a.button span {
	height: 22px;
	border: 0;
	background: url(../i/icon.button.png) no-repeat 0 0;
	padding-left: 20px;
	font: 11px/22px Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-left: -10px;
	padding-bottom: 2px;
	width: auto;
	overflow: visible;
	display: inline-block;
	#display: inline;
	zoom: 1;
	}
span.button i,
a.button i {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -10px;
	width: 10px;
	height: 22px;
	background: url(../i/icon.button.png) no-repeat 0 0;
	}

div.layout-wrapper {
	width: 970px;
	margin: 0 auto;
	position: relative;
	}

/*** carousel ***/
div.carousel-wrapper {
	clear: both;
	background: #f1f0f0;
	padding: 0 40px;
	position: relative;
	zoom: 1;
	}
div.carousel-wrapper a.back,
div.carousel-wrapper a.forward {
	height: 120px;
	width: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../i/icon.carousel.actions.gif) no-repeat 0 50%;
	}
div.carousel-wrapper a.forward {
	right: 0;
	left: auto;
	background-position: -18px 50%;
	}
div.carousel-wrapper div.carousel-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 120px;
	}
div.carousel-wrapper ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0;
	height: 120px;
	}
div.carousel-wrapper ul li {
	float: left;
	display: inline;
	width: 160px;
	height: 120px;
	margin-right: 22px;
	position: relative;
	overflow: hidden;
	}
div.carousel-wrapper ul li div.text {
	position: absolute;
	top: 80px;
	height: 110px;
	width: 150px;
	padding: 5px;
	left: 0;
	background: #848484;
	opacity: 0.85;
	filter: alpha(opacity=85);
	font: 12px Arial, Helvetica, sans-serif;
	}
div.carousel-wrapper ul li div.text a {
	color: #fff;
	}
/*** \\ carousel \\ ***/


/*** head ***/
div.head {
	overflow: hidden;
	padding-top: 5px;
	}

div.head div.media-house {
	overflow: hidden;
	zoom: 1;
	padding: 2px 0 3px;
	}
div.head ul.media-house {
	float: right;
	list-style: none;
	}
div.head ul.media-house li {
	float: left;
	display: inline;
	margin-left: 30px;
	}

div.head div.top {
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
	}
div.head div.top a.logo {
	float: left;
	}
div.head div.top div.carousel-wrapper {
	float: right;
	clear: none;
	width: 654px;
	padding: 0 20px;
	}
div.head div.top div.carousel-wrapper a.back,
div.head div.top div.carousel-wrapper a.forward {
	height: 80px;
	}
div.head div.top div.carousel-wrapper div.carousel-container {
	height: 80px;
	}
div.head div.top div.carousel-wrapper ul li {
	margin-right: 6px;
	height: 80px;
	}
div.head div.top div.carousel-wrapper ul li div.text {
	top: 40px;
	height: 70px;
	}

div.head div.submenu {
	border-top: 5px solid #a3a3a3;
	overflow: hidden;
	width: 100%;
	background: #f0f0f0;
	margin-bottom: 8px;
	padding-bottom: 3px;
	position: relative;
	}
div.head div.submenu ul {
	float: left;
	display: inline;
	font: 11px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	position: relative;
	/*z-index: 1;*/
	margin-left: -7px;
	padding-top: 2px;
	}
div.head div.submenu ul a {
	color: #000;
	}
div.head div.submenu ul li {
	float: left;
	display: inline;
	padding-left: 6px;
	margin-left: 5px;
	padding-top: 6px;
	background: url(../i/menu-divider.png) no-repeat 0 6px;
	}
div.head div.submenu ul li.rss a {
	float: left; display: inline;
	width: 16px;
	height: 16px;
	background: url(../i/icon.rss.png) no-repeat 0 0;
	position: relative;
	top: -1px;
	}
div.head div.submenu ul li.rss a:hover {
	background: url(../i/icon.rss.active.png) no-repeat 0 0;
	}
div.head div.submenu ul li.pda a {
	float: left; display: inline;
	width: 14px;
	height: 16px;
	background: url(../i/icon.pda.png) no-repeat 0 0;
	position: relative;
	top: -1px;
	}
div.head div.submenu ul li.pda a:hover {
	background: url(../i/icon.pda.active.png) no-repeat 0 0;
	}
div.head div.submenu ul li.iphone a {
	float: left; display: inline;
	width: 10px;
	height: 16px;
	background: url(../i/icon.iphone.png) no-repeat 0 0;
	position: relative;
	top: -1px;
	}
div.head div.submenu ul li.iphone a:hover {
	background: url(../i/icon.iphone.active.png) no-repeat 0 0;
	}


div.head div.submenu form.search {
	float: right;
	padding: 3px;
	}
div.head div.submenu form.search input {
	font: 11px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	}
div.head div.submenu form.search span.input-text-wrapper {
	float: left; display: inline;
	background: url(../i/top.search.text.input3.png) no-repeat 0 0;
	padding-left: 4px;
	margin-right: 15px;
	margin-top: 3px;
	width: 116px;
	}
div.head div.submenu form.search span.input-text-wrapper input {
	border: 0;
	background: none;
	float: left; display: inline;
	padding: 2px 4px 2px 0;
	width: 110px;
	}
div.head div.submenu form.search span.input-submit-wrapper {
	float: left; display: inline;
	background: url(../i/input-submit-bg.gif) no-repeat 0 0;
	padding-left: 3px;
	margin-left: 15px;
	}
div.head div.submenu form.search span.input-submit-wrapper input {
	border: 0;
	background: url(../i/input-submit-bg.gif) no-repeat 100% 0;
	float: left; display: inline;
	padding: 2px;
	font: 11px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 1px 3px 2px 0;
	overflow: visible;
	width: auto;
	}
/*** \\ head \\ ***/

/*** footer ***/
div.footer {
	border-top: 4px solid #FC8833;/*#939393*/
	margin-top: 15px;
	padding-top: 3px;
	overflow: hidden;
	width: 100%;
	}
div.footer ul.menu {
	list-style: none;
	font: 11px Tahoma, "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 12px;
	}
div.footer ul.menu li {
	display: inline;
	margin-right: 5px;
	}
div.footer ul.menu a {
	color: #282828;
	}
div.footer ul.top-menu {
	padding-bottom: 6px;
	background: url(../i/horizontal-divider.png) repeat-x 0 100%;
	margin-bottom: 4px;
	}
div.footer ul.top-menu a {
	color: #000;
	}

div.footer div.outro {
	float: left;
	width: 650px;
	font: 10px Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #8d8c8c;
	}
div.footer div.outro p {
	margin-bottom: 10px;
	}
div.footer div.outro p.disclaimer {
	color: #282828;
	}

div.footer div.banners-and-law {
	float: right;
	width: 290px;
	}
div.footer div.banners-and-law ul.counters {
	list-style: none;
	}
div.footer div.banners-and-law ul.counters li {
	display: inline;
	margin-right: 7px;
	}
div.footer div.banners-and-law p {
	font: 10px Tahoma, "Trebuchet MS", Arial, sans-serif;
	}



/*** content ***/
/**** common content things ****/
div.content-columns {
	overflow: hidden;
	zoom: 1;
	padding-bottom: 25px;
	}
div.content-columns div.aside {
	width: 300px;
	padding-left: 11px;
	background: url(../i/vertical-divider.png) repeat-y 0 0;
	float: right;
	}
div.content-columns div.content-with-aside {
	overflow: hidden;
	zoom: 1;
	}
div.content-columns div.content-with-aside div.aside {
	float: left; display: inline;
	width: 160px;
	padding-right: 11px;
	padding-left: 0;
	background: url(../i/vertical-divider.png) repeat-y 100% 0;
	}
div.content-columns div.content {
	overflow: hidden;
	zoom: 1;
	padding: 0 10px 0 0;
	}
div.content-columns div.content-with-aside div.content {
	padding: 0 10px;
	}
/** headers **/
div.header {
	position: relative;
	background: url(../i/content-header-bg.png) no-repeat 0 100% #f0f0f0;
	padding: 2px 5px 7px;
	height: 26px;
	line-height: 26px;
	border-top: 5px solid #c6062f;
	}
div.header h2 {
	font: 11px/26px Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #282828;
	text-transform: uppercase;
	height: 26px;
	position: relative;
	}
div.header h2 a {
	color: #282828;
	}
div.header div.subheader {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 26px;
	padding: 2px 0;
	background: url(../i/subheader-bg.gif) repeat-x 0 0;
	}
div.header div.subheader h2 {
	padding: 0 5px;
	color: #282828;
	}
div.footheader {
	background: #f0f0f0 url(../i/horizontal-divider.png) repeat-x 0 100%;
	padding: 8px 6px;
        clear: both;
        border-top: 2px solid #8C8C8C;
	}
div.footheader h3 {
	font: 11px Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #2a2a2a;
	text-transform: uppercase;
	background: url(../i/footheader-bg.png) no-repeat 0 50%;
	padding-left: 8px;
	display: inline;
	}
div.footheader h3 a {
	color: #2a2a2a;
	}

div.header ul.actions {
	position: absolute;
	left: 180px;
	top: 9px;
	height: 15px;
	list-style: none;
	}
ul.actions li {
	width: 15px;
	height: 15px;
	float: left;
	display: inline;
	margin-right: 4px;
	}
div.header ul.actions a {
	width: 15px;
	height: 15px;
	display: block;
	}
div.header ul.actions a.disabled {
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: default;
	}
div.header ul.actions li.add a {
	background: url(../i/icon.actions.gif) no-repeat 0 0;
	}
div.header ul.actions li.remove a {
	background: url(../i/icon.actions.gif) no-repeat -19px 0;
	}
div.header ul.actions li.fold a {
	background: url(../i/icon.actions.gif) no-repeat -38px 0;
	}

div.with-multiple-headers {

	}
div.with-multiple-headers div.header {
	border-top: 3px solid #c6062f;
	background: url(../i/content-header-bg.png) no-repeat 0 100%;
	zoom: 1;
	padding: 0;
	margin-bottom: 5px;

	background: none;
	}
div.with-multiple-headers div.header h2 {
	float: right;
	border-top: 3px solid #b4b4b4; /* HDR-3 */
	height: auto;
	line-height: normal;
	padding-top: 3px;
	padding-bottom: 10px;
	margin-top: -3px; /* HDR-3 */
	text-align: center;
	overflow: hidden;

	background: url(../i/horizontal-divider.png) repeat-x 0 19px;
	}
div.with-multiple-headers div.header h2 a {
	padding-left: 5px;
	color: #7f7f7f;
	padding-right: 5px;
	}
div.with-multiple-headers div.header h2.active {
	border-top: 0;
	padding-top: 6px;
	text-align: left;
	float: left;

	background: url(../i/content-header-bg.png) no-repeat 0 22px;
	}
div.with-multiple-headers div.header h2.active a {
	color: #202020;
	border: 0;
	}

div.with-two-headers div.header h2 {
	width: 50%; clear: right;
	float: left;
	}
div.with-three-headers div.header h2 a,
div.with-four-headers div.header h2 a {
	border-left: 1px solid #7f7f7f;
	}
div.with-three-headers div.header h2:last-child a,
div.with-four-headers div.header h2:last-child a {
	border: none;
	}
/** \\ headers \\ **/

/*** item preview ***/
div.item-preview {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	}
div.item-preview div.footheader {
	padding: 4px 6px;
	}
div.item-preview div.header {
	position: relative;
	z-index: 2;
	}
div.item-preview div.header img {
	position: absolute;
	left: 72px;
	top: 8px;
	}
div.item-preview p {
	background: #f1f0f0;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px;
	position: relative;
	z-index: 2;
	color: #272727;
	}
div.item-preview p a {
	color: #272727;
	}
div.item-preview p.suggest {
	background: #656565;
	color: #fff;
	opacity: 0.85;
	filter: alpha(opacity=85);
	position: absolute;
	z-index: 1;
	width: 154px;
	left: 0;
	top: -999px;
	}
div.with-opinion p {
	background: #f1fdf6;
	}
div.with-opinion div.footheader {
	background: #f1fdf6;
	}

div.in-topic,
div.aside-menu {
	margin-bottom: 10px;
	background: #f0f0f0;
	}
div.in-topic div.news-list,
div.aside-menu div.list {
	height: 191px;
	overflow: hidden;
	padding: 3px 8px 0;
	margin-bottom: 6px;
	position: relative;
	}
div.in-topic div.news-list ul,
div.aside-menu div.list ul {
	font: 12px Arial, Helvetica, sans-serif;
	list-style: none;
	color: #272727;
	position: relative;
	}
div.in-topic div.news-list ul li,
div.aside-menu div.list ul li {
	margin-bottom: 15px;
	}
div.in-topic div.news-list ul a,
div.aside-menu div.list ul a {
	color: #272727;
	}
div.in-topic div.news-list ul span.date {
	color: #c90909;
	display: block;
	padding-left: 16px;
	}
div.in-topic div.news-list ul a.news span.date {
	background: url(../i/icon.small.news.png) no-repeat 0 2px;
	}
div.in-topic div.news-list ul a.photo span.date {
	background: url(../i/icon.small.photo.png) no-repeat 0 2px;
	}
div.in-topic div.news-list ul a.video span.date {
	background: url(../i/icon.small.video.png) no-repeat 0 2px;
	}
div.in-topic div.news-list ul span.date:before {
	content: " | ";
	color: #272727;
	}
div.in-topic div.footheader {
	border-top: 5px solid #b4b4b4;
	padding-top: 4px;
	}

div.banner_300x250 {
	margin-bottom: 10px;
	}

div.read-discuss {
	margin-bottom: 10px;
	}
div.read-discuss div.header {
	background-color: #f0f0f0;
	margin-bottom: 0;
	}
div.read-discuss div.header ul.actions {
	left: 110px;
	}
div.read-discuss ul.feed {
	list-style: none;
	font: 12px Arial, Helvetica, sans-serif;
	clear: both;
	}
div.read-discuss ul.feed li {
	padding: 4px 4px;
	background: url(../i/horizontal-divider.png) repeat-x 0 100% #F7F6F6/*#f1f1f0*/;
	color: #2a2a2a;
	}
div.read-discuss ul.feed a {
	color: #2a2a2a;
	}
div.read-discuss ul.feed a span {
	color: #929393;
	}

div.poll {
	background: #f0f0f0;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	}
div.poll h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding-right: 90px;
	padding: 5px 90px 5px 3px;
	background-position: 98% 5px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	}
div.poll ul {
	list-style: none;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../i/horizontal-divider.png) repeat-x 0 100%;
	}
div.poll ul li {
	background: url(../i/horizontal-divider.png) repeat-x 0 0;
	padding: 5px 6px;
	overflow: hidden;
	}
div.poll ul input {
	margin-right: 3px;
	#margin-right: 0;
	}
div.poll form span.input-submit-wrapper {
	float: right; display: inline;
	background: url(../i/poll-submit.png) no-repeat 0 0;
	width: 88px;
	height: 22px;
	margin-bottom: 2px;
	margin-top: 2px;
	}
div.poll form span.input-submit-wrapper input {
	border: 0;
	font: 11px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	width: 88px;
	height: 22px;
	text-align: center;
	background: none;
	}
div.poll ul p.comment {
	font: italic 11px Arial, Helvetica, sans-serif;
	color: #c6062f;
	clear: both;
	padding-top: 5px;
	}

div.aif-common {
	margin-bottom: 10px;
	background: #f0f0f0;
	overflow: hidden;
	width: 100%;
	position: relative;
	}
div.aif-common div.header {
	margin-bottom: 2px;
	}
div.aif-common ul {
	float: right;
	clear: right;
	height: 144px;
	width: 140px;
	overflow: hidden;
	}
div.aif-common ul li {
	height: 36px;
	background: url(../i/horizontal-divider.png) repeat-x 0 100%;
	}
div.aif-common ul li a {
	display: block;
	width: 100px;
	padding: 2px 4px 0 36px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	height: 34px;
	overflow: hidden;
	position: relative;
	}
div.aif-common ul li a.header-active {
	background-color: #656565 !important;
	color: #fff;
	}
div.aif-common ul li a img {
	position: absolute;
	left: 4px; top: 6px;
	}
div.aif-common ul li a img.active,
div.aif-common ul li a.header-active img.inactive {
	display: none;
	}
div.aif-common ul li a.header-active img.active {
	display: block;
	}

div.aif-common p.announce {
	position: absolute;
	left: 0;
	top: 42px;
	width: 160px;
	height: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 5px;
	color: #282828;
	}
div.aif-common div.block-to-show {
	height: 124px;
	width: 160px;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 62px;
	}
div.aif-common div.block-to-show a {
	display: block;
	height: 144px;
	}
div.aif-common div.block-to-show p {
	background: #7b7b7b;
	opacity: 0.85;
	filter: alpha(opacity=85);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 154px;
	padding: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	}


div.photo-video {
	margin-bottom: 10px;
	overflow: hidden;
	background: #f0f0f0;
	width: 100%;
	}
div.photo-video ul {
	overflow: hidden;
	zoom: 1;
	padding-top: 15px;
	margin-right: -8px;
	list-style: none;
	}
div.photo-video ul.active-1 {
	background: url(../i/switcher-slider-bg.gif) no-repeat -280px 4px;
	}
div.photo-video ul.active-2 {
	background: url(../i/switcher-slider-bg.gif) no-repeat -203px 4px;
	}
div.photo-video ul.active-3 {
	background: url(../i/switcher-slider-bg.gif) no-repeat -126px 4px;
	}
div.photo-video ul.active-4 {
	background: url(../i/switcher-slider-bg.gif) no-repeat -49px 4px;
	}
div.photo-video ul li {
	float: left;
	margin-right: 7px;
	}
div.photo-video div.pv-block-to-show {
	height: 200px;
	position: relative;
	clear: both;
	}
div.photo-video div.pv-block-to-show a {
	display: block;
	height: 200px;
	}
div.photo-video div.pv-block-to-show p {
	position: absolute;
	bottom: 0;
	width: 292px;
	padding: 4px;
	background: #707070;
	opacity: 0.85;
	filter: alpha(opacity=85);
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	}


div.actual-topics {
	margin-bottom: 10px;
	background: #f0f0f0;
	}
div.actual-topics ul {
	list-style: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #282828;
	margin-bottom: -8px;
	}
div.actual-topics li {
	margin-bottom: 5px;
	padding: 0 3px 5px;
	background: url(../i/horizontal-divider.png) repeat-x 0 100%;
	overflow: hidden;
	zoom: 1;
	}
div.actual-topics a.image {
	float: left; display: inline; margin-right: 5px;
	}
div.actual-topics p {
	overflow: hidden;
	}
div.actual-topics ul a {
	color: #282828;
	}
/**** \\ common content things \\ ****/
/**** zoom ****/
div.zoom-container {
	position: absolute;
	border: 1px solid #7f7f7f;
	padding: 2px;
	background: url(../i/icon.loader.gif) no-repeat 50% 50% #fff;
	z-index: 800; /*keep it up*/
	}
div.zoom-container a.close {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 2px 23px 2px 5px;
	background: #fff;
	background: url(../i/icon.close.zoom.png) no-repeat 95% 50% #fff;
	color: #282828;
	font: 12px Arial, Helvetica, sans-serif;
	}

.zoom-backgound{
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    display: block;
    cursor: pointer;
    text-decoration: none;
    z-index: 600;
}


div.part-slider {
	zoom: 1;
	overflow: hidden;
	width: 100%;
	}
div.adwrapper {
	zoom: 1;
	overflow: hidden;
	width: 100%;
}

	 /* Social plugin tab (START) */
.socsetytab{
position: relative;
}

.socsetytabchek li{
float: left;
margin-right: 4px;
list-style: none;
}

.socsetytabchek a{
border: 1px solid #999;
-webkit-border-radius: 7px 7px 0px 0px;
border-radius: 7px 7px 0px 0px;
display: block;
text-decoration: none;
padding-bottom: 1px;
padding: 1px 8px 5px 8px;
height: 14px;
margin-bottom: 0px;
margin-top: 3px;
border-bottom: none;
width:15px;
}

.socsetytabchek a:hover{
text-decoration: none;
}

.socsetytabchek .activchekbox a{
padding: 5px 8px;
margin-top:0;
margin-bottom: -1px;

}

.strscheck{
border-left: 1px solid #999;
position:absolute;
width:10px;
height:10px;
}

.activchekbox .strscheck{
background-color:#fff; 
}

.scheckfb{
background: #fff url(/i/img/social/social-plugin-tabs-fb.jpg) no-repeat center center;
}

.scheckvk{
background: #fff url(/i/img/social/social-plugin-tabs-vk.jpg) no-repeat center center;
}

.schecktv{
background: #fff url(/i/img/social/social-plugin-tabs-tv.jpg) no-repeat center center;
}

.scheckok{
background: #fff url(/i/img/social/social-plugin-tabs-ok.jpg) no-repeat center center;
}

.soctad{
border:1px solid #999;
-webkit-border-radius: 7px 7px 7px 7px; 
border-radius: 7px 7px 7px 7px;
width:298px;
overflow: hidden;
height:370px;
clear:both;
}

.socboxfb{
margin: -1px 0 0 -1px;
}

.socbutton{
border-bottom: 1px solid #E8E8E8;
padding: 7px;
text-align: left;
height: 20px;
position: relative;
}

.fb-subscribe, #vk_subscribe {
position: absolute;
right: 7px;
top: 7px;
}

#vk_subscribe{
right: -70px;
}

.socboxok{
padding: 15px 0 0 15px;
}
/* Social plugin tab (END) */

div.content-columns div.content-with-aside div.aside {
    background: none;
}

div.content-columns div.content{padding:0;}


/* --- Для баннера справа от курса валют --- */
.b-incut-divider{
	position: relative;
}
.right_plate_course{
	position: absolute;
	right: 0;
	top: 0;
	max-height: 23px;
	max-width: 685px;
	text-align: right;
	font-size: 12px;
}
/* -- Для баннера в попапе -- */
.adv_ban_pop{
	margin-left: 5px;
	max-width: 380px;
	max-height: 200px;
}

.purple_button{
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f40c3d), to(#a90729));
	background-image: -webkit-linear-gradient(top, #f40c3d, #a90729);
	background-image: -moz-linear-gradient(top, #f40c3d, #a90729);
	background-image: -o-linear-gradient(top, #f40c3d, #a90729);
	background-image: -ms-linear-gradient(top, #f40c3d, #a90729);
	background-image: linear-gradient(to bottom, #f40c3d, #a90729);
	color: #ffffff;
	text-decoration:none;
	float: left;
	border-radius: 4px;
	padding: 2px 3px;
	font-size: 12px;
}

.article-meta .purple_button{
 margin-bottom: 10px;
}
