.QSForm {	float:left;	margin:0;}
.sampleArea {	/*	*/ }
.cartRemove:hover {	background: url(../images/minus.png) no-repeat right;	}
.closePreview {	display: none;}
.merchantSubmit {	width:32% !important;	border:0px;}
.merchantDialog {	text-align: center;}
.merchantDialog h1 {	margin-top:20px;	margin-bottom:60px;}

.quicksell_div_termsAgree {
    display: inline-block;
    width: 100%;
    padding-top: 6px;
    border-top: 1px solid #00FA7D;
}

.quickSellCouponsForm {
	text-align: center;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.quickSellCouponsForm input {
	width: 100%;
}
.has-error input {	border-color: red;	color: red;}


#sbox-window iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:800px){

}
#sbox-window {
/*overflow-y:hidden;*/
}
.quicksell_buttons {
	margin:10px;
}
.item-page .quicksell_buttons {
	float: right;
}
.item .quicksell_buttons {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.items-leading .quicksell_buttons {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.sampleArea div[id^="player"] {
	margin-bottom: 10px;
}
.appliedDiscountRate {
background:red;
color:white;
font-size:20px;
padding:23px;
padding-left:10px;
padding-right:10px;
border-radius:100px;
position:absolute;
margin-left:-10px;
}

@media (min-width: 480px) and (max-width: 979px) {

#sbox-window  {
	position: fixed; 
	height: 40% !important;
	width: 60% !important;
	top: 20% !important;
	right: 20% !important;
	left: 20% !important;
	margin: auto !important;
}
}

/* iPhone [portrait + landscape] */
@media (max-width: 480px) {
#qsModalWindow.modal { 
    position: fixed; 
    top: 3%; 
    right: 3%; 
    left: 3%; 
    width: auto; 
    margin: 0; 
}
#qsModalWindow.modal-body { 
    height: 60%; 
}

#sbox-window {
	height:80% !important;
}
}


.ccFormButtons {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}