/* CSS Document : Hifi speakers section styles */

/* FONT DEFINITION */
body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	vertical-align: bottom;
}

/* SUB NAV BAR */

.submenubackground {
	background-color: #CCCC99;
}

.submenu {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-left: 10px;
	line-height: 16px;
}
.submenu a:link {
	color: #000000;
	text-decoration: underline;
}
.submenu a:visited {
	color: #000000;
	text-decoration: underline;
}
.submenu a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.submenu a:hover:focus {
	color: #FF6600;
	text-decoration: underline;
}

/* CONTENT */

hr {
	height: 1px;
}

/* CONTENT COLOURS */

.pagetitle {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.subtitle {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	line-height: 15px;
}
.subtitledownloads {
	font-size: 10px;
	font-weight: bold;
	color: #353A7F;
	letter-spacing: 1px;
	line-height: 15px;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
.quote {
	color: #800000;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
}
.quotecredits {
	color: #800000;
	font-size: 10px;
}
.flashrightspace {
	border-left-width: 10px;
	border-right-color: #FF0000;
}

/* PRODUCTBOXES */

.boxes {
	width: 510px;
	border: 1px solid #D1CBC8
}

/* COLOR OF THE QUESTIONS ON TOP OF THE PAGE LINKING TO... */
#submenufaq {
	line-height: 20px;
}
#submenufaq a:link, a:visited, a:active  {
	color: #000000;
}
#submenufaq a:hover  {
	color: #FF6600;
}
.blue {
	color: #0000CC;
}

