/* CSS Document */
/* For the store */
p, a, td, th, h1, h2, h3, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	margin: 0px;
	padding: 2px;
	border: 0;
	line-height: normal;
}

/* Typography and colors */
h2.category, th.itemname {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
margin-bottom: 3px;
}

h2.category {
text-transform:uppercase;
font-size: 13pt;
color: #3366CC;
font-style: italic;
border-bottom: 3px solid #3366CC;

}
			
th.itemname, th.specialOffer { 
font-size: 10pt; 
border-bottom: 4px solid lightgrey;
}

th.itemname {
color: #4682b4;
}

th.specialOffer {
color:#FFFF00;
background-color: #ff0000;
}

td.itemdesc, td.priceqty {
	vertical-align: top;
	font-size: 9pt;
}

/* Table formatting */
td.itemdesc, td.priceqty {

}

table.itempane {
	background-color: #f0f8ff;
	border: 1px solid gray;
	margin: 0px 5px 3px 5px;
	width: 550px;
}
				
td.itemimg {
	vertical-align: center;
	text-align: center;
}

td.itemdesc {
	padding: 0px 5px 0px 5px;
	width: 540px;
}

td.priceqty {
	border-top: 1px solid lightgrey;
	padding: 8px;
}

th.inputColumn {
	width: 80px;
}

.albumPadding {
	padding: 10px;
}
 

