/* Main styles */
@import url("/includes/css/ccie_global.css");

body {
	margin: 0px;
}

body, table, div, span, p, h1, h2, h3, ul, li, td, tr, th, select, option, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #990000;
}

a:hover, a:active, a:visited:hover {
	color: #FF0000;
}

a:visited {
	color: #660000;
}

/* headers */

h1, h1 a, .header1, .header1 a {
	font-size: 17px;
	font-weight: bold;
	color: #003366;
	border: 0px;
}

h2, h2 a, h2 a:visited, .header2, .header2 a, .header2 a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

h2 a:hover, .header2 a:hover {
	text-decoration: underline;
	color: #660000;
}

h3 {
	font-weight: bold;
}

/* boxes */

table.side_nav td {
	font-size: 11px;
	font-weight: bold;
	background-color: #4477AA;
}

table.side_nav td a, table.side_nav td a:visited {
	color: #DDDDDD;
	text-decoration: none;
}

table.side_nav td a:hover {
	color: #FFFFFF;
}

table.side_nav td.header {
	font-size: 13px;
	background-color: #336699;
	border-bottom: 1px solid #FFFFFF;
}

table.side_nav td.header a {
	color: #FFFFFF;
}

table.side_nav td.header a:hover {
	color: #CCCCCC;
}

table.side_nav td.hilite {
	background-color: #6699CC;
}

/* crumbtrail */

#crumbtrail {
	font-size: 11px;
	background-color: #660000;
	color: #999999;
}

#crumbtrail a, #crumbtrail a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#crumbtrail a:hover {
	text-decoration: underline;
	color: #FFF;
}

/* misc */

.footer {
    padding: 15px 0;
    width: 750px;
	color: #CCC;
	font-size: 11px;
	text-align: center;
}

.footer p {
	font-size: 11px;
}

.footer a, .footer a:visited {
	color: #FFF;
}

.footer a:hover {
	color: #FFF;
	text-decoration: none;
}

/* content */

#content {
	background-image: url('/wf/images/content_bg.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

/* form styles */

form, form p, form option, form select, form input {
	font-size: 11px;
}

.error, .error li {
	color: #CC0000;
}

.required {
	color: #CC0000;
}

.field_label, .field_label_required {
	font-weight: bold;
	font-size: 11px;
}

.field_label_required {
	color: #CC0000;
}

.field_note {
	font-size: 11px;
}

table.schedule tr.even_row {
	background-color: #EEEEEE;
}

table.schedule td.event_name {
	font-weight: bold;
}

.stat_label {
  font-weight: bold;
  font-size: 10px;
}

#CatalogOuterContainer {
  min-width: 800px !important;
}

.category_nav, .magazine_box, .best_sellers {
  display: none;
}

/* Comments Form */
.comment_name {
    font-size: 15px;
	font-weight: bold;
}
.comment_name a {
	text-decoration: none;
}
.comment_state {
    font-size: 11px;
    font-weight: bold;
}
.comment_link {
    position: absolute;
    right: 8px;
    width: 150px;
    text-align: right;
}

/* Registration Pages */
.registration_box {
    margin: auto;
    width: 525px;
    text-align: center;
}

.registration_cart {
    width: 195px;
}
.registration_cart ul {
    margin: 0;
    padding: 0;
}
.registration_cart li {
    list-style-type:  none;
    margin: 0 0 10px 0;
    padding: 0;
}
.registration_checkout {
    margin: 15px 0;
}
.registration_checkout .right {
    float: right;
    width: 360px;
}

.registration_checkout .right p {
    margin: 0 0 10px 0;
}
#menu_shopping {
    text-align: center;
}
#menu_shopping .shopcartimg {
    display: none;
}

.message_box {
    margin: 10px auto;
    padding: 10px;
    width: 90%;
	background-color: #f8f8f8;
	border-top: 1px dotted #CC9900;
	border-bottom: 1px dotted #CC9900;
}


