@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border-width: 0px;
	border-style: none;
}

a {
	color: #00205B;
}


.floatLeft {
	float: left;
}

.clearBoth {
	clear: both;
}

.productPagePrice {
	float: right;
	margin-right: 75px;
	width: 300px;
}

.redText {
	color: #FF0000;
}
.smText {
	font-size: 11px;
}
#headingText {
	text-align: center;
	padding-top: 20px;
}

#catalogNav {
	font-size: 13px;
	height: 26px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	text-align: left;
	position: relative;
	z-index: 2;
}

/* get rid of the default padding - margin and bullets */
#catalogNav ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

/* make menu horizontal */
#catalogNav ul li {
	position:relative;
	float: left;
}

/* set up the default top level links */
#catalogNav ul li a,
#catalogNav ul li a:visited {
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
	padding-right: 10px;
	line-height:20px;
	margin-left: 0px;
	margin-right: 0px;
	left:0;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}



/* hide the drop down menu */
#catalogNav ul li ul {
	display: none;
}

/* remove all table style so that it does not interfere with the menu */
#catalogNav table {
	margin:-1px;
	border-collapse:collapse;
	font-size:1em;
}


/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
#catalogNav ul li:hover a,
#catalogNav ul li a:hover {
	text-decoration: none;
	background-color: #E2E2E2;
	color: #000611;
}

/* make the drop down menu show and correctly position it */
#catalogNav ul li:hover ul,
#catalogNav ul li a:hover ul {
	display: block;
	background-color: #E2E2E2;
	margin-top: 10px;
	position: absolute;
	left:0;
	border-top:0;
	top: 13px;
	width: 240px;
	padding: 3px;
	color: #E2E2E2;
}

/* style the drop down links with no hover */
#catalogNav ul li:hover ul li a,
#catalogNav ul li a:hover ul li a {
	display:block;
	border:0;
	margin:0;
	font-weight:normal;
	font-size:0.9em;
	height:auto;
	line-height:1em;
	padding:5px;
	background-color: #E2E2E2;
	color: #000611;
}


#catalogNav .subCat li {
	display: block;
	width: 240px;
}
#catalogWrap {
	background-color: #000611;
	text-align: center;
}

#bottom {
	background-color: #000611;
	text-align: center;
	height: 20px;
}

#catalogNav li ul li {
	margin-left: 0;
	display: block;
	padding: 0px;
}

#catalogNav li ul{
	margin-left: 0;
	list-style-type: none;
	padding: 0px;
}


/* IE5.5 hack for faulty box model in drop down menu */
#catalogNav ul li a:hover ul li a {
	background:#E2E2E2;
	width:240px; /* for IE5.5 faulty box model */
	w\idth:230px; /* for IE6 */
}

#catalogNav li {
	margin: 0;
	display: block;
}


#catalogNav .subCat li a {
	text-decoration: none;
	border: none;
	display: block;
	padding: 5px;
}

#catalogNav .subCat li a:hover {
	text-decoration: none;
	padding-left: 5px;
	border: none;
	background-color: #F0F0F0;
	color: #000611;
}

#content {
	text-align: center;
	margin-left: 10px;
}

#productContent {
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
}
h1  {
	color: #333333;
	font-size: 18px;
	text-align: left;
}

h3  {
	color: #333333;
	font-size: 14px;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}

#header {
	margin-bottom: 15px;
}


#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
}
#navList {
	text-align: right;
	padding: 10px;
	clear: both;
	font-size: 10px;
}


#navList ul {
	margin: 0;
	padding: 0;
}

#navList li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}


#navList li a {
	text-decoration: none;
	padding: 4px;
}

#navList a:link, #navbar a:visited, #navbar a:active {
	text-decoration: none;
	padding: 4px;
}

#navList li a:hover {
	background-color: #E2E2E2;
}
#categories li {
	margin-top: 4px;
	margin-bottom: 25px;
}
#subCategories   li   {
	margin-bottom: 0px;
}
.colorList a {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 2px;
	margin: 3px;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.colorList a:link, .colorList a:active, .colorList a:visited {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.colorList a:hover {
	background-color: #EBEBEB
}

.colorList {
	width: 245px;
	margin-top: -5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	position: relative;
}
.productHeader {
	float: right;
	width: 510px;
	text-align: left;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.price {
	font-weight: bold;
	color: #FF0000;
}
.productResult h3 {
	margin-bottom: 3px;
	font-size: 14px;
	margin-top: 0px;
}
.productResult {
	width: 780px;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	position: relative;
	text-align: center;
	min-height: 170px;
	height: 200px;
	clear: both;
	z-index: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.buyIt {
	width: 252px;
	height: 40px;
	margin-top: 7px;
}
.productLeft {
	width: 252px;
	height: 140px;
	float: left;
	text-align: center;
}

.productImageSpace {
	width: 252px;
	height: 110px;
	text-align: center;
}

.results  {
	list-style-type: none;
	padding-left: 0px;
}
.results li  {
	display: block;
	list-style-type: none;
}

.catalogEdit ul {
	list-style-type: none;
}
.catalogEdit {
	width: 400px;
}
.catalogEdit h2 {
	font-size: 16px;
}

.catalogEdit ul li {
	margin: 0;
	left: 0;
	display: block;
	width: 300px;
	padding: 5px;
	background-color: #F3F3F3;
	cursor: move;
	border: 1px solid #999999;
}
.indent {
	margin-left: 40px;
}

.catalogEdit ul li:hover {
	background-color: #E0E0E0;
}

.adminNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	left: 0px;
}

.adminNav li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display: inline;
	width: 250px;
}

.adminNav li a {
	text-decoration: none;
}

.adminNav li a:link,
.adminNav li a:active,
.adminNav li a:visited {
	text-decoration: none;
	font-size: 14px;
	background-color: #F2F2F2;
	border: 1px solid #999999;
	width: 250px;
	margin: 10px;
	padding: 10px;
	color: #000099;
	display: block;
}

.adminNav li a:hover {
	color: #FFFFFF;
	background-color: #000099;
}
.productName {
	font-weight: bold;
}

#productPagePic {
	height: 160px;
	width: 350px;
}

#reviewLink {
	background-color: #EEEEEE;
	width: 100%;
	padding: 3px;
	clear: both;
}

#homePage {
	clear: none;
	margin-right: 230px;
	margin-left: 230px;
/*background-image: url(images/ADK_Vienna_Mic_watermark.jpg); 
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
}

.specs td {
	padding: 2px;
}
.specs th {
	padding: 3px;
	background-color: #EFEFEF;
	color: #000066;
}
.box {
	width: 194px;
	color: #ffffff;
	background-color: #000611;
	padding: 10px;
}
.box h3 {
	color: #ffffff;
}

.box a {
	color: #f0f0f0;
}

.boxRight a {
	color: #f0f0f0;
}

.boxRight h3 {
	color: #ffffff;
}

.box li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	left: 0px;
}
.box ul {
	margin-left: 0px;
	padding-left: 0px;
}

.boxRight {
	width: 200px;
	float: right;
	color: #ffffff;
	background-color: #000611;
	padding: 7px;
}
.boxRight li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	left: 0px;
}
.boxRight ul {
	margin-left: 0px;
	padding-left: 0px;
}

.leftColumn {
	width: 200px;
	float: left;
	padding: 0;
	margin: 0;
	position: absolute;
}

.left {
	position: relative;
	left: 0;
}
