/* html selectors */
body {
	margin: 0;
	background: #1f3d4b;
}
body, td, th {
	font-family: Arial;
	font-size: 12px;
}
p {
	margin: 0;
	margin-bottom: 1em;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	margin: 0px;
}
a img {
	border: none; 
}
.category_group .category_group {
   margin-left: 12px;
}
.category_group a { 
  padding-left: 15px; 
}

table#top_content_text {
	margin: 4px;
}

table#top_content_text td {
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	
}
#content_l {
	width:60%;
	color: #FFF;
	padding: 10px;
}
#content_r {
	width:40%;
	color: #FFF;
	padding: 4px;
}
#content_h {
	color: #FFF;
	padding: 0px;
}
#content_sl {
	width:30%;
	color: #FFF;
	padding: 4px;
}
#content_sr {
	width:70%;
	color: #FFF;
	padding: 10px;
}

/* forms */
fieldset {
	border: 1px solid #bbb;
}
form table th {
	text-align: right;
}
form table td {
	text-align: left;
}
legend {
	font-weight: bold;
	color: #a0fefe;
}
form input, 
form select,
textarea {
	background-color: #FFF;
	color: #010066;
	font-size: 12px;
}
form .error {
	padding: 3px;
	color: #F00;
}


/* structure */
#all {
	margin: 0 auto;
	width:760px;
	border: 1px solid #FFF;
	background: #FFF;
}

#footer {
	padding: 8px;
	color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color: #a0fefe;
}
#footer .links a {
	font-weight: bold;
}
#footer .copyright a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #ffffff;


/* breadcrumbs */
#breadcrumbs {
	font-weight: bold;
}
#breadcrumbs a:link, 
#breadcrumbs a:visited,
#main_content a:link,
#main_content a:visited {
	color: #a0fefe;
}
#breadcrumbs a:hover,
#main_content a:hover {
	color: #FFF;
	text-decoration: none;
}
#breadcrumbs .current_category {
	font-weight: normal;
}



/* category thumbnails */
#category_thumbs {
	margin: 8px 8px;
	width: 100%;
}
#category_thumbs td {
	padding: 16px;
}
#category_thumbs a:link img,
#category_thumbs a:visited img {
	float: left;
	margin-right: 4px;
}
#category_thumbs td a:link,
#category_thumbs td a:visited {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
#category_thumbs td a:hover {
	color: #a0fefe;
	text-decoration: none;
}