/*
// CSS style for Subdecay.com
//
*/

body {
	font-family: Arial, Helvetica, sans-serif;
  margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  background-color:#000000;
}

.error {
  color:red;
}

#nav, #nav ul { /* all lists */
	padding: 0px 5px 5px 5px;
	margin: 0px;
	border: 0px;
	list-style: none;
	color: #FFF;
	font-weight: bold;
}

#nav a {
	display: block;
	color:#FFF;
	background:#000;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 30px;
}

#nav a:hover, #nav a.sfhover{ /* lists nested under hovered list items */
	color:#0892C6;
}

#nav li { /* all list items */
	float: left;
	width:auto; 
	/* width needed or else Opera goes nuts */
	line-height: 16px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000;
	font-size: 12px;
	display: block;
	color: #FFF; 	
	left: -999em;/* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-bottom: 5px;
	
}


#nav li ul a {
	padding: 5px;
	width: 100px;
	line-height: 12px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	width: 110px;
	left: auto;
	background: #000;
}

#nav a:hover ul li, #nav a.sfhover li ul{ /* lists nested under hovered list items */
	color:#0892C6;
}



#dropshadow {
	background: url(images/menushadow.png); 
	background-repeat:repeat-x; 
	background-position: top;
}


#connote, .prodnotes {
	font-size: 12px;
}

.title {
	font-size: 25px;
	font-weight: bold;
}
a:hover, a.sfhover{ /* lists nested under hovered list items */
	color:#0892C6;
}

ul {list-style:none;}
.region {padding-left:10px}
.country {padding-left:20px}
.state {padding-left:30px}

.content, .content a, .content a, .content td, .content th {
	font-size: 14px;
}

#tableborder {
  border-color: #865542;
  border-width: 3px 3px 3px 3px;
  border-style: solid;
}

.title {
	font-size: 25px;
	font-weight: bold;
}
.producttitle {
	font-size: 20px;
	font-weight: bold;
}
.buyermessage {
	font-size: 12px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
a:hover, a.sfhover{ /* lists nested under hovered list items */
	color:#0892C6;
}
#tableborder {
    border-color: #865542;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
}

/* registration form */
#form-register fieldset
{
	border:none;
	margin:5px 0;
	font-family:Arial, sans-serif;
}

fieldset.actions
{
	text-align:left;
	padding-left:13.5em;
	padding-top:1em;
}

#form-register label
{
	display:block;
	float:left;
	clear:left;
	width:13em;
  color:#ffffff;
}


#form-register input, #form-register textarea, #form-register select
{
	width:20em;
	font-family:arial;
	font-size:.8em;
}
#form-register textarea {height:10em;}

#form-register label span
{
	font-size:85%;
	display:block;
}

h2.registration
	{margin:0;
	page-break-after:avoid;
	font-size:9.0pt;
	font-family:Tahoma;
}

h2.errors, h2.register-head
{
	font-size:1.2em;
	margin-left:0.2em;
	margin-bottom:1em;
  color:#ffffff;
}

h2.errors {color:red;}
