@charset "utf-8";
/* CSS Document Copyright Minting Design*/

/*Single sidebar style sheet */


/*sidebar two*/

#mtgSidebarRight {

	width: 0;
}
/*Bulk area*/

#silver-bulk {
	width: 718px;
	background:url("silver-theme-bulk-bg.gif") repeat scroll 0 0 transparent;
}


#silver-bulk-top {
	background:url("silver-theme-bulk-top.gif") no-repeat scroll center top transparent;
	padding:10px;
}
#silver-bulk-bottom {
	background:url("silver-theme-bulk-bottom.gif") no-repeat scroll center bottom transparent;
}

/*Cart and Checkout*/

table.idCheckoutProgress {
	width:650px;
}
table.checkout th {

    width: 525px;
}
table.checkout {
	width:650px;
}

table.checkout-cart {
	width:650px;
}

div.checkout-buttons {
	margin:20px 0 0 20px;
	width:600px;
}

/*recently viewed*/
.recenththeader {
	width:540px;
}


#recenthtlist {
	text-align:center;
	width:560px;
}


#recenthtitem td {
	width: 120px;
}

/* Minting Inner Content */

#mtgInnerContent {
	width:650px;
	overflow:hidden;
}



