/*----------- Album Download ---------*/

table.album {
	margin: 0;
	border: 0;
	padding: 0;
}

table.album td {
	border-top-style: solid;
	border-top-width: 1px;
}

table.album td.info {
	border: none !important;
}

table.album th {
	padding: 3px !important;
	font-size: 15px;
}

table.album .action a.button {
	font-size: 10px;
	padding: 4px 7px !important;
	white-space:nowrap;
	display: block;
	text-align: center;
}

table.album p.description {
	margin: 0 0 15px 0 !important;
}

table.album h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

table.full h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

table.album p.cost {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0;
}

table.full .info p {
	margin: 0 0 10px 0;
}

table.full .info {
	padding: 0 0 15px 0;
}

table.album p.name-price {
	padding: 3px;
	font-size: 12px;
}

table.album p.name-price input {
	padding: 3px;
	font-size: 12px;
}

table.album td.cover {
	border: none !important;
	
}

table.album td.cover img {
}

table.album .play {
	width: 5%;
	padding: 10px 3px;
	font-size: 11px;
	text-align: center;
}

table.album .title {
	width:45%;
	padding: 10px 3px;
	font-size: 11px;
}

table.full .title {

	padding: 10px 3px;
	font-size: 11px;
}

table.album .track-description {
	margin: 5px 0 0 0;
	font-size: 11px;
	}

table.album .price {
	width: 10%;
	padding: 10px 3px;
	font-size: 10px;
}

table.album .price input {
	width: 30px;
}

table.album .action {
	width: 15%;
	padding: 10px 7px;
	font-size: 11px;
}

table.full .action {

	padding: 10px 7px;
	font-size: 11px;
}

/*----------- Album Cart ---------*/

table.cart {
	margin: 15px 0 0 0;
	padding: 7px;
	width: 100%;
}
	
table.cart .header {
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 7px 7px;
	text-align: left;
}

table.cart td.item_quantity,
table.cart td.item_quantity input
 {
	text-align: center;
}

span#international-shipping {
	margin-left: 20px;
}

table.cart .header p {
	padding: 0;
	margin: 0;
}
	
table.cart th {
	padding: 7px;
	text-align: left;
	font-size: 12px;
	cursor: pointer;
}

table.cart td.info,
table.cart th.info {
	width: 50%;
}

table.cart textarea {
	width: 35px;
	height: 20px;
	padding: 3px;
	text-align: center;
}

table.cart td.price,
table.cart th.price {
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

table.cart td.action,
table.cart th.action {
	width: 30%;
	text-align: right;
	vertical-align: middle;
}

table.cart td.item-info img {
	margin-right: 7px;
}
	
table.cart td {
	padding: 7px 12px 7px 7px !important;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table.cart td img {
	vertical-align:middle;
}

.zoom {
	font-size: 9px;
	font-weight: bold;
	background: url(/common/usersite/css/features/skins/images/zoom.gif) 0 0 no-repeat;
	padding: 0 0 5px 20px;
}