.smartseller.file-button
{
     display: inline-block;
}

.smartseller form
{
	margin: 0;
	padding: 0;
	float: none;
}

.smartseller .seller-form
{
	display: block;
	margin: 10px 0 10px 0;
}

.smartseller.custom .seller-form
{
	display: inline;
}

.smartseller textarea:focus::-moz-placeholder,
.smartseller input[type="text"]:focus::-moz-placeholder
{
    color: #C2C2C2;
    opacity: 0.4;
}

.smartseller input[type="text"]:focus
{
    border-color: #d6d6d6;
    outline: 0 none;
}

.smartseller .copyright
{
	text-align: right;
	font-size: 75%;
	margin: 10px 0 0 0;
}

.smartseller .message-container
{
    background: #f1f1f1;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #444444;
    display: block;
    margin-bottom: 15px;
    opacity: 0.8;
    padding: 5px 10px;
    width: auto;
    overflow: hidden;
}

.smartseller .message-container.success
{
	background: #ecf3ea;
    border: 1px solid #bee3b6;
    color: #3f902e;
}

.smartseller.file-button .message-container.success
{
    margin-bottom: 0;
}

.smartseller .message-container.error
{
	background: #f3eaea;
    border: 1px solid #e3b6b6;
    color: #902e2e;
}

.smartseller .message-container .message-text
{
    float: left;
    line-height: 24px;
    min-height: 24px;
}

.smartseller .message-container .message-icon
{
    float: right;
    opacity: 0.6;
    cursor: pointer;
    margin-left: 10px;
}

.smartseller .message-container .message-icon:hover
{
    opacity: 0.8;
}

/* Pagination */

.smartseller-pagination
{
	margin-top: 20px;
}

.smartseller-pagination ul
{
    list-style: outside none none;
    padding: 0;
    text-align: center;
}

.smartseller-pagination ul::before,
.smartseller-pagination ul::after
{
    content: "";
    display: table;
}

.smartseller-pagination ul::after
{
    clear: both;
}

.smartseller-pagination ul::before,
.uk-pagination::after
{
    content: "";
    display: table;
}

.smartseller-pagination ul > li
{
    display: inline-block;
    vertical-align: top;
}

.smartseller-pagination ul > li:nth-child(n+2)
{
    margin-left: 5px;
}

.smartseller-pagination ul > li > span
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #555555;
    border-radius: 50%;
    box-sizing: content-box;
    display: inline-block;
    line-height: 22px;
    min-width: 18px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.smartseller-pagination ul > li > span:hover,
.smartseller-pagination ul > li > span:focus
{
    background-color: #eeeeee;
    border-color: #555555;
    outline: medium none;
}

.smartseller-pagination ul > li.smartseller-active > span:hover,
.smartseller-pagination ul > li.smartseller-active > span:focus,
.smartseller-pagination ul > li.smartseller-active > span
{
    background: none repeat scroll 0 0 #777777;
    border: 1px solid #555555;
    color: #ffffff;
    cursor: auto;
}

/* Reviews */

.smartseller.file-reviews
{
	margin: 20px 0 20px 0;
}

.smartseller.file-reviews .reviews-title
{
	overflow: hidden;
	margin: 10px 0 10px 0;
}

.smartseller.file-reviews .reviews-title h3
{
   	float: left;
    font-size: 18px;
    margin: 0 5px 0 0;
    padding: 2px;
}

.smartseller.file-reviews .reviews-list
{
    margin: 20px 0 20px 0;
}

.smartseller.file-reviews .review
{
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02);
    margin-top: 20px;
}

.smartseller.file-reviews .review h4
{
	font-size: 125%;
	margin: 0;
}

.smartseller.file-reviews .review .review-meta
{
	font-size: 85%;
	opacity: 0.6;
	margin: 0 0 10px 0;
}

.smartseller.file-reviews .review-meta span
{
    display: inline-block;
    margin-right: 5px;
}

.smartseller.file-reviews .review-meta span.rating
{
    margin-right: 5px;
}

.smartseller.file-reviews .review-meta .rating img
{
    display: inline-block;
    margin-bottom: 3px;
}

.smartseller.file-reviews .review .review-message
{
	margin: 0;
}

.smartseller.file-reviews .reviews-add
{
	overflow: hidden
}

.smartseller.file-reviews .reviews-add h3
{
	font-weight: bold;
	color: #86303c;
	opacity: 0.8;
	cursor: pointer;
	margin: 0;
	line-height: 24px;
	font-size: 18px;
}

.smartseller.file-reviews .reviews-add h3:hover
{
	opacity: 1.0;
}

.smartseller.file-reviews .reviews-add h3 > img
{
    margin: 0 5px 3px 0;
    float: left;
}

.smartseller.file-reviews .reviews-inputbox
{
	display: block;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #e1e1e1;
	background: white;
	border-radius: 2px;
	margin: 5px 0 5px 0;
	width: 450px;
	line-height: 18px;
	height: 18px;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.smartseller.file-reviews textarea.reviews-inputbox
{
	height: 150px;
}

.smartseller.file-reviews select.reviews-inputbox
{
    height: auto;
    padding: 3px;
    width: 100%;
}

.smartseller.file-reviews .reviews-title select.reviews-inputbox
{
    float: left;
    margin: 0;
    width: auto;
}

.smartseller.file-reviews #reviews-captcha
{
	margin: 5px 0 5px 0;
}

.smartseller.file-reviews a.reviews-submit
{
    background: linear-gradient(to bottom, #f9f9f9, #f0f0f0) repeat scroll 0 0 #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    box-sizing: border-box;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 18px;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 462px;
}

.smartseller.file-reviews .rating-title
{
	float: left;
	font-weight: bold;
}

.smartseller.file-reviews .reviews-rating
{
    margin-bottom: 10px;
    overflow: hidden;
}

.smartseller.file-reviews .review-rating
{
	float: left;
	margin: 2px 0 0 10px;
}

.smartseller.file-reviews .reviews-fields
{
    clear: left;
    float: left;
    margin-bottom: 10px;
}

.smartseller .message-purchase
{
    background: #3c608a;
    border: 1px solid #334f70;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
    width: auto;
    margin-top: 10px;
    line-height: 125%;
}

.smartseller .message-purchase a
{
    color: #c5d1df;
}

.smartseller .message-purchase a:hover
{
    color: #dfdcc5;
}

.smartseller.file-reviews .reviews-empty
{
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    display: block;
    padding: 5px 10px;
    width: auto;
    margin-bottom: 20px;
}

/* Price */

.smartseller.custom
{
    margin: 0;
    display: inline;
}

.smartseller .price
{
    display: block;
}

.smartseller.custom .price
{
   	display: inline;
    font-size: 100%;
    margin: 0 10px 0 0;
}

.smartseller .price .title
{
	font-weight: 700;
	margin-right: 5px;	
}

.smartseller .price > .title
{
    color: #ef6e40;
    font-size: 150%;
}

.smartseller.custom .price .title
{
	display: none;
}

.smartseller .price > .figure
{
    color: #ef6e40;
    font-size: 150%;
}

.smartseller.custom .price .figure
{
    font-size: 100%;
}

.smartseller .seller-converter
{
    display: block;
    margin: 10px 0 10px 0;
}

.smartseller .seller-converter a
{
	cursor: pointer;
}

.smartseller .oldprice
{
    margin-bottom: 10px;
    display: block;
    font-size: 100%;
}

.smartseller .oldprice .figure
{
    text-decoration: line-through;
    margin-left: 5px;
}

.smartseller .oldprice .discount
{
    background: #eeeeee;
    border: 1px dotted #cccccc;
    margin-left: 10px;
    padding: 0 5px;
    text-decoration: none;
}

.smartseller .oldprice .dates
{
    display: block;
    margin-top: 10px;
}

.smartseller .oldprice .dates > span
{
    display: block;
    font-size: 90%;
    color: #aaaaaa;
}

.smartseller .oldprice .dates > span > span
{
    font-weight: 700;
}

.smartseller .coupon
{
    display: block;
    margin: 10px 0;
    overflow: hidden;
}

.smartseller .coupon .coupon-inputbox
{
    background: none repeat scroll 0 0 white;
    border-color: #e1e1e1;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    float: left;
    height: 18px;
    line-height: 18px;
    margin: 0;
    padding: 5px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 150px;
}

.smartseller .coupon .coupon-submit
{
    background-image: linear-gradient(to bottom, #4d4d4d, #60605f);
    border-radius: 2px;
    color: #f3ece1;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 18px;
    line-height: 18px;
    margin-left: 5px;
    outline: medium none;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 98px;
}

/* Footer */

.smartseller .seller-footer
{
	margin: 10px 0 10px 0;
}

.smartseller .secure,
.smartseller .payments
{
    display: block;
    margin: 0;
    padding: 0;
}

.smartseller .secure
{
	margin-top: 10px;
	font-size: 85%;
}

.smartseller .secure p,
.smartseller .payments p
{
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
}

.smartseller .secure p
{
	margin-left: 10px;
	line-height: 125%
}

.smartseller .secure img,
.smartseller .payments img
{
    display: inline-block;
    opacity: 0.8;
    margin-right: 5px;
}

.smartseller .secure img
{
	float: left;
}

/* Warning */

.smartseller .seller-warning
{
    display: inline-flex;
}

.smartseller.custom .seller-warning
{
    display: inline-flex;
}

.smartseller .seller-warning .warning-picture
{
    float: left;
}

.smartseller.custom .seller-warning .warning-picture
{
    display: none;
}

.smartseller .seller-warning .warning-text
{
    border: 1px solid #e5db55;
    border-left: none;
    border-radius: 4px;
    border-radius: 4px;
    height: 37px;
    padding: 15px;
    float: left;
    margin: 1px 0 0 -4px;
    background: #fefccb;
}

.smartseller.custom .seller-warning .warning-text
{
	border: none;
	height: auto;
	padding: 0;
	margin: 0;
	background: transparent;
}

.smartseller .seller-warning .warning-text h4
{
	padding: 0;
	margin: 0;
}

.smartseller.custom .seller-warning .warning-text h4
{
	display: none;
}

/* Buttons */

.smartseller .submitorder.text
{
	cursor: pointer;
    background: #c35967;
    border: 1px solid #9c3341;
    border-radius: 3px;
    color: #ffffff;
    padding: 5px 10px;
    width: 150px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.smartseller .submitorder.text:hover
{
	background: #ce6976;
}

.smartseller.custom .submitorder
{
    background: transparent;
    border: none;
    color: #c35967;
    padding: 0;
    width: auto;
    display: inline;
    text-align: left;
}

.smartseller.custom .submitorder:hover
{
	background: transparent;
	color: #ce6976;
}

.smartseller a.downlink,
.smartseller a.downlink:hover,
.smartseller a.downlink:active
{
    background: #5aae49;
    border: 1px solid #439033;
    border-radius: 3px;
    color: #ffffff;
    padding: 5px 10px;
    width: 150px;
    display: block;
    text-align: center;
    margin: 10px 0 10px 0;
    text-decoration: none;
}

.smartseller a.downlink:hover,
.smartseller a.downlink:active
{
	background: #66ba55;
}

.smartseller.custom .downlink,
.smartseller.custom .downlink:hover
{
    background: none;
    border: none;
    border-radius: 0;
    color: #5aae49;
    padding: 0;
    width: auto;
    display: inline;
    text-align: left;
}

.smartseller.custom .downlink:hover
{
	color: #66ba55;
}

/* My Orders */

#smartseller.orders h3
{
	margin: 0 0 10px 0;
}

#smartseller .expiry-date,
#smartseller .downlimit
{
    color: #69bb1e;
}

#smartseller .expiry-date.expired,
#smartseller .downlimit.reached
{
    color: #dd0000;
}

#smartseller .smartseller-category
{
    display: block;
    line-height: 100%;
    font-size: 85%
}

#smartseller .smartseller-version
{
    display: block;
    line-height: 150%;
    font-size: 85%
}

#smartseller .seller-order
{
    border-top: 1px dotted #dddddd;
    margin-bottom: 20px;
    padding-top: 20px;
}

.inputbox .placeholder
{
	margin-top: 30px
	font-size: 85%
	background-color: #299100;
}