@charset "utf-8";
/* CSS Document */

.feature {
	font-style: normal;
	color: #fff;
	background-color: #666666;
	padding: 5px;
	} 
		
	.price {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
		}
	
	.pricebreak {
		font-size: 12px;
		color: #FF0000;
		text-decoration: line-through;
		text-align: right;
		font-weight: normal;
		}

.red {
	color: #FF0000;
	}
	
.kidback {
	background-image: url(../images/kid-back.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
	
.itemNote {
	position: relative;
	float: left; 
	text-align: left; 
	width: 300px;	
	height: 470px;
}
	.itemNote p {
		position: absolute;
		top: 90%;
	}
	
.itemFrame {
	width: 151px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px #999 solid;
	height: 470px;
	padding-bottom: 5px;
}
	
.item {
	width: 141px;
	/* border: 1px #999 solid;*/
	padding: 0px 5px 5px;
	}
	
	.item:hover {
		/* border: 1px #555 solid; */
		}
	
	.digital {
		border: 1px dotted #72ac23;
		margin: 3px;
		padding: 5px;
		}
		
		.digital h3 {
			margin: 0px;
			font-style: normal;
			border-bottom: 1px #ccc solid;
			}

.itemFrame h1 {
	font-size: 14pt;
	border: 0;
	padding: 0;
	margin: 0;
	color: #999;
	text-transform: uppercase;
	}

.item h3 {
	color: #0051bd;
	}
	
	.itemprice {
	font-size: 12pt;
	font-style: normal;
	text-align: right;
	}
	
div.text {
	padding-right: 0px;
	width: 660px;
	}

h2.catalog {
	font-style:normal;
	color: #000;
	border-bottom: 1px #000 solid;
	font-size: 16pt;
	}
	
.samplelist {
	border-top: 1px #999 dotted;
	}
	
	.l-item {
		border-bottom: 1px #999 dotted;
		padding: 7px 3px;
		}

.tracklist table {
	border: 1px #555 solid;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	}

.tracklist td {
	border-bottom: 1px #555 dotted;
	padding: 5px;
	}
	
	.trackhead {
		background-color: #555;
		font-size: 12pt;
		color: #FFF;
		}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;

	width: 650px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.left-edge
{
	background: #505050 url('../images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.right-edge
{
	background: #505050 url('../images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 3px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 3px;
	border-top: 1px solid #fff;
	color: #000;
}
#rounded-corner tr
{
	background: #E4E4E4;
}
#rounded-corner tr.alternate
{
	background: #F4F4F4;
}
#rounded-corner tfoot td.rounded-foot-left
{
	height: 20px;
	background: #505050 url('../images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	height: 20px;
	background: #505050 url('../images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

#catalog-table td {
	border: 1px #ddd solid; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 5px;
	/*padding: 14px 14px 0px;*/
}
	#catalog-table td.noborder { border: none; }

