/*
.single_product_display .wpsc_buy_button {
	padding-left:38px!important;
	bottom:-22px!important;
}

.wpsc_product_quantity input {
}

.checkout_cart td.wpsc_product_name {
    text-align: left;
    width: 35% !important;
}
.checkout_cart td.wpsc_product_quantity {
    text-align: center;
    width: 28% !important;
}

#shipping-box {
    bottom: 160px;
    position: absolute;
}
*/
#checkout_page_container .wpsc_checkout_table.table-1 {
	margin-left:0!important;
	float:none!important;
}
#wpsc_shopping_cart_container {
	float:none!important;
}
#content table.wpsc_checkout_table {
	text-align:left!important;
	float:none!important;
	margin:0!important;
}


#content #checkout_page_container .wpsc_checkout_table label {
	margin:0!important;
	padding:0!important;
}

#checkout_page_container table.checkout_cart tr.wpsc_coupon_row td.coupon_code input#coupon_num {
	float:left;
	width:70%;
	padding:0.6em 0.4em;
	background:#f1f1f1;
	margin-top:4px;
}


#payment-section .custom_gateway input, 
#payment-section .custom_gateway img {
	float: left;
	display: block;
	border: none;
	background: #fff;
}

#toggle-btn {
	display:block;
	width:163px;
	height:31px;
	position:absolute;
	z-index:999999!important;
	top:0px;
	left:0px;
}

.video-js-box{overflow:hidden!important;}
.video-js-box object{left:1px;position:relative!important;}
