body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	background-color: #FFFFFF;
	background-image: url(elements/dubaldomusicbkg.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-size: 12px;
	color: #006666;
}

A IMG {
	border: 0px;
}

strong,
.strong {
	font-size: 14px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	/**  color: #CC9933; **/
}

a:hover {
	text-decoration: underline;
	color: #006666;
}

a:active {
	text-decoration: none;
	color: #006666;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}

h1 {
	font-size: 15pt;
	color: #CC9933;
	margin: 0px;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	color: #006666;
}

.style2 {
	font-size: 12px;
	color: #666666;
}

.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #CC9933;
}

.style4 {
	color: #006666;
	font-weight: bold;
}

/*********************************************
* sku display - mostly sued by Html.php
**********************************************/
DIV.skuFloat {
	float: left; 
	width: 200px; 
	text-align: center; 
	margin-bottom: 10px;
	margin-top: 10px;
}
DIV.skuFloat DIV.description {
	margin-top: 4px;
}
DIV.skuFloat DIV.description A {
	font-weight: bold;
	font-size: 10pt;
}


DIV.skuPreview {
	float: left;
	width: 300px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

DIV.skuLink A {
	font-weight: bold;
	font-size: 10pt;
}

SPAN.listPrice {
	color: red;
	text-decoration: line-through;
}
SPAN.ourPrice {
	/** font-weight: bold; **/
}

DIV.categoryDrillDown {
	margin: 5px 0 10px 0px;
}

.bread A {
	font-weight: bold;
	color: #006666;
}

HR {
	color: #e8e8e8;
	background-color: #e8e8e8;
	height: 1px;
	border: 0px;
	margin: 10px 0 10px 0;
}

TABLE.altTable {
	border: 1px solid #ccc;
}
TABLE.altTable TR.alt TD {
	background-color: #fafafa;
}


TABLE.altTable TH {
	background-color: #e8e8e8;
	border-left: 1px solid white;
	font-size: 14px;
}

TABLE.altTable TD {
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

TABLE.altTable TD, TABLE.altTable TH {
	padding: 6px;
	text-align: left;
}

.bold {
	font-weight: bold;
}

.tiny {
	font-size: 10px;
}