/* CSS Document */
 A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
}
  A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
}
  A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
  A:hover 

{
	text-decoration: underline;
	color:	#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.title {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: oblique;
	color: #CC0000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textxsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.titleitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #006699;
}
.bbtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
/* specific divs */

#login .login{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

#login a:link {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
	
#login a:visited {
		font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	}

#login a:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #003399;
	}
	
#sidebar {
font-size: 14px;
}

#navlist {
margin: 0;
padding: 0;
list-style-type: none;
}

#navlist a, #navlist a:visited {
display: block;
padding: 6px 2px 6px 26px;
background-color: #ffffff;
background-image:  url(l1_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #000000;
text-decoration: none;
font-weight: bold;
}

#navlist a:hover {
background-color: #ffffff;
background-image:  url(l1_over.jpg);
color: #cc0000;
}

#sidebar #navlist .uberlink {
background-color: #ffffff;
background-image:  url(l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #cc0000 !important;
font-weight: bold;
cursor: default;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 9px 0px;
}
.pic-pad {
	padding: 0px 5px 5px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;

}
.listprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px dashed #999999;
	padding: 5px 0px 0px 0px;
}
.listprice .instock{
	font-size: 16px;
	font-weight: bold;
	color: #009900;
}
.dash {
	background-image: url(../store/images/dash.jpg);
	background-repeat: repeat-x;
}
.shadow_left {
	background-image: url(../img-main/shadow_left.jpg);
	background-repeat: repeat-y;
}
.shadow_right {
	background-image: url(../img-main/shadow_right.jpg);
	background-repeat: repeat-y;
}
.footnote {
	background-color: #999999;
	margin-left: 0px;
}
body{
margin: 16px 0px 0px 0px; }
