body, html {
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../_images/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 10px;
}

p, td, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 10px;
}

h2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	color: #ff9900;
}

h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	margin-top: 0px;
}

a {
	color: #336699;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

hr {
	border: none 0; border-top: 1px dotted #cccccc;
}

/* STYLES */

.artist {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.album {
	font-size: 10px;
	color: #444444;
}

.comments {
	font-size: 10px;
	color: #999999;
}

.header {
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}

.headerlight {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

.orange {
	color: #FF9900;
}

.row1 {
	background-color: #eeeeee;
}

.col1 {
	border-right: 1px dotted #cccccc;
}

.totalprod {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

.total {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}	

/* DIVS */

#frame {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 100%;
	height: 150px;
}

#cart {
	margin-top: 99px;
	float: right;
	background-image: url(../_images/viewcart.gif);
	width: 131px;
	height: 25px;
	padding-top: 26px;
	padding-left: 10px;
	padding-right: 15px;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
	cursor: pointer;
	cursor: hand;
}

#menu {
	float: left;
	width: 100%;
	height: 45px;
}

#categories {
	float: left;
	width: 162px;
}

#menuitem {
	float: left;
	width: 127px;
	min-height: 15px;
	background-image: url(../_images/category.gif);
	padding-left: 35px;
	padding-top: 5px;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

#menuitemover {
	float: left;
	width: 127px;
	min-height: 15px;
	background-image: url(../_images/categoryover.gif);
	padding-left: 35px;
	padding-top: 5px;
	color: #FF7A00;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

#content {
	float: left;
	width: 528px;
	padding: 15px;
	padding-top: 0px;
}

#contentitem0 {
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	float: left;
	width: 528px;
	min-height: 50px;
	margin-bottom: 4px;
}

#contentitem1 {
	background-color: #efefef;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	float: left;
	width: 528px;
	min-height: 50px;
	margin-bottom: 4px;
}

#contentitemtitle {
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width:220px;
	border-right: 1px dotted #cccccc;
	min-height: 50px;
}

#contentitempressing {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width:55px;
	border-right: 1px dotted #cccccc;
	min-height: 50px;
}

#contentitemprice {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width:90px;
	min-height: 50px;
	
}

#left {
	float: left;
}

#footer {
	height: 19px;
	float: bottom;
	background-image: url(../_images/footer.gif);
	width: 100%;
}