/* CSS Document */

#contentCol {
	float:left;
	margin-left:10px;
	width:582px; min-height:396px; _height:396px;
	background-color:#e8def3;
	display:inline;
}

#contentColPadding {
	padding:10px;
}

.sectionLogo {
	float:right;
	border:0;
	margin:0 0px 10px 20px;
}

h1 {
	font:bold 80% arial,helvetica,sans-serif; color:#8a5cc4;
}

h2 {
	font:bold 80% arial,helvetica,sans-serif; color:#000;
}

p {
	font:80% arial,helvetica,sans-serif; color:#000000;
	line-height:140%;
}

p.highlight {
	font:bold 80% arial,helvetica,sans-serif; color:#000000;
	line-height:140%;
}

ul {
	padding:0;
	margin-left:20px;
	font:80% arial,helvetica,sans-serif; color:#000000;
}

#menuItemHolder ul {font-size:12px; font-weight:bold;}

a.productMenuOn:link {color: #8a5cc4; text-decoration:underline;}
a.productMenuOn:visited {color: #8a5cc4; text-decoration:underline;}
a.productMenuOn:active {color: #8a5cc4; text-decoration:underline;}
a.productMenuOn:hover {color: #8a5cc4; text-decoration:none;}

a.productMenuOff:link {color: #FFFFFF; text-decoration:underline;}
a.productMenuOff:visited {color: #FFFFFF; text-decoration:underline;}
a.productMenuOff:active {color: #FFFFFF; text-decoration:underline;}
a.productMenuOff:hover {color: #FFFFFF; text-decoration:none;}

div.productMenuSpacer {
	float:left;
	line-height:0px; 
	font-size:0.5px;
	width:2px; height:28px;
}

div.productMenuItem {
	float:left;
}

span.productMenuText {
	display:block;
	margin-top:4px;
	font:75% arial,helvetica,sans-serif;
}

div.onLeft {
	float:left;
	width:5px; height:28px;
	border:0;
	background-image:url(../images/EzTable/ezTableOnLeft.gif);
	background-repeat:none;
}

div.onMiddle {
	float:left;
	height:24px;
	border-top:2px solid #8a5cc4;
	/*border-bottom:2px solid #8a5cc4;*/
}

div.onRight {
	float:left;
	width:5px; height:28px;
	border:0;
	background-image:url(../images/EzTable/ezTableOnRight.gif);
	background-repeat:none;
}

div.offLeft {
	float:left;
	width:5px; height:28px;
	border:0;
	background-image:url(../images/EzTable/ezTableOffLeft.gif);
	background-repeat:none;
}

div.offMiddle {
	float:left;
	height:24px;
	border-top:2px solid #8a5cc4;
	border-bottom:2px solid #8a5cc4;
	background-color:#8a5cc4;
}

div.offRight {
	float:left;
	width:5px; height:28px;
	border:0;
	background-image:url(../images/EzTable/ezTableOffRight.gif);
	background-repeat:none;
}

a.content:link {color: #8a5cc4; text-decoration:underline;}
a.content:visited {color: #8a5cc4; text-decoration:underline;}
a.content:active {color: #8a5cc4; text-decoration:underline;}
a.content:hover {color: #8a5cc4; text-decoration:none;}

p.price {color:#8b5cc4; font-weight:bold;}
p.price span {font-size:18px;}

table.specTable {
	width:100%;
	font:70% arial,helvetica,sans-serif;
	margin-bottom:20px;
}

table.specTable thead th {
	background-color:#8b5cc4;
	padding:5px;
	border-left:1px solid #8b5cc4;
	border-right:1px solid #8b5cc4;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

table.specTable tbody th {
	background-color:#9e73d2;
	padding:5px;
	color:#FFFFFF;
	border-left:1px solid #8b5cc4;
	border-bottom:1px solid #8b5cc4;
	border-right:1px solid #8b5cc4;
	text-align:left;
	width:150px;
	font-weight:normal;
}

table.specTable tbody th.section {font-weight:bold;}

table.specTable tbody td {
	background-color:#e4dbee;
	padding:5px;
	color:#000;
	border-bottom:1px solid #8b5cc4;
	border-right:1px solid #8b5cc4;
	vertical-align:top;
}

table.specTable tbody td.section {font-weight:bold;}

span.formLabel {font-weight:bold; color:#8b5cc4; width:160px;}
input.submit {margin-left:270px;}
