/* WP Tutsplus Envato Item Info - CSS Rules*/

/* Main layout and typography */
.wptp_envato_item {
	/*font-family: "Helvetiva Neue", Arial, sans-serif;*/
	margin: 0;
}


.wptp_text { display: block; }

.wptp_num {
	display: block;
	font-size: 24px; 
	/*font-weight: 300;*/
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #DDD;
	/*text-shadow: 0 0 9px white;*/
}

.wptp_num span {
	font-size: 14px; 
	vertical-align: super;
}

.wptp_desc {
	display: block;
	font-size: 12px; 
	/*font-weight: 300;*/
	margin: 0;
	padding: 0;
	line-height: 12px;
	color: #8C8989;
}
.wptp_price .wptp_desc{
	padding-right: 3px;
}

.wptp_not_rating { 
	color: #66696d;
	font-size: 13px;
	font-weight: bold;
}

.wptp_title { font-size: 14px; font-weight: 300; color: #66696d; margin-bottom: 10px;}

/* Stars rating section */

.wptp_rating {
	text-align: center;
	margin: 12px auto 0; 	
}

.wptp_stars { 
	margin: 0;
	padding: 0;
	list-style: none;  
}

.wptp_rating .fa{
	color: #DDD;
	margin: 2px;
}

.wptp_stars li {
	margin-left: 2px;
	display: inline-block; 
	vertical-align: middle;
	width: 13px;
	height: 13px;
	padding: 0 !important;
}

.wptp_stars li.wptp_full_star { background: url(icons-sprite.png) 0px -64px !important; }

.wptp_stars li.wptp_empty_star { background: url(icons-sprite.png) -14px -64px ;}

/* Sales and Price sections */
.wptp_sales, .wptp_thumb, .wptp_price {
	display: inline-block; 
	vertical-align: middle;
}

.wptp_envato{
	display: block;
	margin: 25px auto 0;
}
.wptp_codecanyon
{
	display: block;
	margin: 0 auto 25px;
}
.wptp_thumb{
	margin-bottom: 20px;
	display: block;
}
.wptp_buy{
	display: inline-block;
    background: #282A2B;
    padding: 6px 13px;
    font-size: 13px
}

.wptp_thumb img{
	background: white;
	box-shadow: 0px 0px 45px -18px #FFF;
	display: block;
	margin: 0 auto 15px;
}

.wptp_thumb a{
	display: block;
	border-bottom: none !important;
}

.wptp_sales {
	text-align: right;
	width: 70px;
}

.wptp_sales .wptp_text {
	width: 52px;
}

.wptp_img_sales { 
	background: url(icons-sprite.png) 0px 0px; 
	width: 32px; 
	height: 32px; 
	display: block; 
	margin: 0 0 12px 20px; 
}

.wptp_img_price { 
	background: url(icons-sprite.png) 0px -32px ;  
	width: 32px; 
	height: 32px; 
	display: block; 
	margin: 0 auto 7px;
}

.wptp_price {
	text-align: right;
	width: 70px;
}

.wptp_price .wptp_text {
	width: 34px;
	margin: 0 auto;
}

/* Purchase button section */
.wptp_bottom a { 
	display: none;  
	width: 78px; 
	height: 33px;  
	background: url(icons-sprite.png) -32px 0px;
	margin: 10px auto 0 auto; 
}
.wptp_bottom a:hover { 
	background: url(icons-sprite.png) -32px -32px;
}
/*.wptp_bottom{
	padding-left: 18px;
}*/