#redux-promotion-field .theme-button li {
	float:left;
	margin-right: 10px;
}
#redux-promotion-field .theme-button a {
	text-decoration:none;
}
#redux-promotion-field .theme-button h4 {
    font-size: 14px;
	line-height: 1.5;
    font-weight: 300;
	text-align: center;
    height: auto;
    display: block;  
	color: #FFF;  
    margin: 10px 0 0;  
    padding: 7px 10px;  
    width: 150px;      
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	-ms-box-sizing: border-box;  
	-o-box-sizing: border-box;  
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(0, 0, 0, 0.3)
}
#redux-promotion-field .theme-button a.blue h4 {
	text-shadow: 0 -1px 0 #0A64A4;
	background-color: #3E94D1;
	background-image: -moz-linear-gradient(top, #3E94D1, #0A64A4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3E94D1), to(#0A64A4) );
	background-image: -webkit-linear-gradient(top, #3E94D1, #0A64A4);
	background-image: -o-linear-gradient(top, #3E94D1, #0A64A4);
	background-image: linear-gradient(to bottom, #3E94D1, #0A64A4);
	background-repeat: repeat-x;
	border-color: #0A64A4 #0A64A4 #0A64A4;
}
#redux-promotion-field .theme-button a.green h4 {
	text-shadow: 0 -1px 0 #1CA40A;
	background-color: #50D13E;
	background-image: -moz-linear-gradient(top, #50D13E, #16A40A);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#50D13E), to(#16A40A) );
	background-image: -webkit-linear-gradient(top, #50D13E, #16A40A);
	background-image: -o-linear-gradient(top, #50D13E, #0A64A4);
	background-image: linear-gradient(to bottom, #50D13E, #16A40A);
	background-repeat: repeat-x;
	border-color: #10A40A #23A40A #1CA40A;
}

#redux-promotion-field #current-theme {
	margin: 40px 0 40px;
	padding-bottom: 40px;
}
#redux-promotion-field #current-theme img {
	border: 2px solid #DDD;
	padding: 2px;
}
#redux-promotion-field #promotion-header {
	border-bottom: 1px solid #DFDFDF;
}
#redux-promotion-field #promotion-header img {
    display: block;
    margin: 0 auto;
}

#redux-promotion-field .main-title {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}
#redux-promotion-field #promotion-popular .main-title {
	padding-bottom: 30px;
	border-bottom: 1px solid #DFDFDF;
}

#redux-promotion-field .secondary-title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
    color: #999;
}

#redux-promotion-field #promotion-footer .theme-button h4 {
	margin: 0;
}