.cartRight
{
	width:40%;
	top:77px;
	left:450px;
	position: absolute;
}
#dp1
{
	width:40px;
}
#dp2
{
	width:40px;
}
#dp3
{
	width:50px;
}
#s_dp1
{
	width:40px;
}
#s_dp2
{
	width:40px;
}
#s_dp3
{
	width:50px;
}
#card_number
{
	width:300px;
	height:30px;
}
#expiry_date
{
	width:50px;
	height:30px;
}
#cvv
{
	width:50px;
	height:30px;
}
#name_on_card
{
	width:300px;
	height:30px;
}
#delete_item
{
	background-image: url(http://www.gunauction.com/images/delete-icon.png);
	background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle;
}
#confirmMiddle
{
	text-align:center;
}
#confirmTopLeft
{
	width:40%;
}
#confirmTopRight
{
	width:40%;
	top:125px;
	left:450px;
	position: absolute;
}
.vertical
{
	padding-top:10px;
}

#submitCart
{
	position:absolute;
	left:100px;
	width:100px;
	height:50px;
	visibility:hidden;
}
#submitCartAct
{
	position:absolute;
	left:100px;
	width:100px;
	height:50px;
}
form input.valid {
  background: url(http://www.gunauction.com/images/tick.png) 250px center no-repeat;
}
.cards {
  overflow: hidden;
}
.cards li
{
	-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(http://www.gunauction.com/images/card_logos_final.png);
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}
.cards li:last-child {
  margin-right: 0;
}
.cards .mastercard {
  background-position: 153px 0;
}
.cards .discover {
  background-position: 102px 0;
}
.cards .amex {
  background-position: 51px 0;
}
.cards .visa.off {
  background-position: 0 32px;
}
.cards .mastercard.off {
  background-position: 153px 32px;
}
.cards .discover.off {
  background-position: 102px 32px;
}
.cards .amex.off {
  background-position: 51px 32px;
}
#cartorderresult{
	display:none;
}