/*     DIV COLOR AND SIZING                     */ 
/*     work with ID attributes in HTML          */

/*The HTML <body>...</body>*/

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	/*background-image: url(/images/bg-3.jpg); */
}

/* Global parameters */


p {
	font-size: 12px;
	font-family: Verdana; 
	margin: 10px 10px;
}

a {
	font-size: 12px;
	font-family: Verdana;
    background: transparent;
    text-decoration: none;  
    border: 0px;
}

a:link {  
	color: white;
	background-color: transparent;
}

/* a:active {
	color: #FF0000;
} */

 a:visited {
	color: white;
	background-color: transparent;
} 


a:hover {
	color: black; 
	background-color: #96D2F3;
}

/* Special List Control */

#navigation ul li {
	list-style-type: none;
	border-bottom: 2px solid #777777;
}	

#content ul li {
	font-size: small;
	font-family: Georgia; 
	list-style-type: disc;
	border-bottom: 0px;
}

#rcard {
	border-color: #006699;
	border-style: solid dashed dashed dashed;
	border-width: 20px 1px 1px 1px;
}

#lcard {
	border-color: #006699;
	border-style: solid dashed dashed dashed;
	border-width: 20px 1px 1px 1px;
}

/* Box Area Control */

#header {
	background: transparent;
}

#topnav {
	border-top: 1px solid black;
	border-right: 1px solid black;
	font-family: Georgia;
	font-size: x-small;
	color: white;
	background: #006699;
}

#corner {
	
	background: #006699;
}

#leftnav {
	color: white;
	background-color: #006699;
}

#leftlower {
	color: white;
	background-color: #006699;
	font-size: xx-small;
}

#leftlower a {
	color: white;
	background-color: #006699;
	font-size: xx-small;
}

#leftlower a:hover {
	color: black; 
	background-color: #96D2F3;
}

#container {
	background-color: #006699;
	border: 1px solid black;
}

#content {
	color: black;
	background-color: white;
	border-left: 1px solid black;
}

#content a{
	color: #006699;
}

#footer {
	color: white;
	font-size: xx-small;
}

#bottomnav {
	color: white;
	font-size: xx-small;
}

#bottomnav a {
	font-size: 11px;
}

.output1{
	color: #000000;
	font-family: Courier New, Courier, mono;
	font-weight: bold;
}
.solditem {
	color: #F00;
	font-size: 16px;
}

.hotdealsred a{
	color: #F30;
	font-weight: bold;
	font-style: italic;
}
.announcement {
	font-weight: bold;
	color: #C00;
	text-align: center;
}
