@charset "utf-8";
/*
::::::::::::::::::::::::
STORE STYLING
for GSO Clothing (gso-clothing.com)
Created with Happy Happy Joy Joy by
Eagles and Cobras (eaglesandcobras.com)
::::::::::::::::::::::::
*/

/*::::::::::::::::::::::::
Shopping Cart Section
::::::::::::::::::::::::*/
#shopping-cart {
	position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index: 100;
}

.cart-container {
	width:975px;
    margin:auto;
}

#cartarea {
	float: right;
}

.cartDetailsTotals_Payvment {
	display: none;
}

.topCartSTATIC {
	border:0px solid #000;
	background: white;
	padding:0px;
}