@charset "UTF-8";
/* FSHL - Layout */

/* Mozilla dotted-border fix */
:focus
{
	-moz-outline-style: none;
}

body { 
	margin:0; 
	padding:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	background:#CBDAAA url(../images/tiles/tile_01.gif);  
}

a:link, a:active, a:visited, a:hover {
	color: #33671F;
}

#container { 
	width:1024px;
	border:1px solid #999999;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

#subContainer { 
	float: left;
	background: url(/images/faux_columns.gif) top left repeat-y #ffffff;
	margin-top: 20px;
	margin-bottom: 0px;
	width:1024px;
}

#header { 
	width:1024px;
	float:left; 
}

/* right column (image links) */

#rightColumn { 
	width:194px;
	padding-top:10px;
	padding-left:10px;
	text-align:center; 
	float:right; 
}

#rightColumn ul {
	margin:0px;
	padding:0px;
}

#rightColumn ul li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

/* center column (news) */

#centerColumn { 
	width:586px;
	margin: -10px 0 0 10px;
	padding-top:0px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:0;
	float:left; 
}

#centerColumn span.title {
	color:#006600; 
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px; 
}

#detailsImg {
	float:left;
	width: 175px;
	margin: 0 10px 0 0;
}

#detailsInfo {
	float: left;
	width: 345px;
}

#centerColumn span.detailsTitle {
	color:#006600; 
	font-size:20px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px; 
}

#centerColumn span.instructor {
	color:#333333; 
	font-size:11px;
	font-weight:bold;
}

#centerColumn span.detailsInstructor {
	color:#333333; 
	font-size:12px;
	font-weight:bold;
}

#centerColumn span.date {
	font-size:11px;
	font-weight:bold;
	color:#33671F;
}

#centerColumn span.detailsDate {
	font-size:12px;
	font-weight:bold;
	color:#33671F;
}

#centerColumn span.price {
	font-size:11px;
	font-weight:bold;
}

#centerColumn span.detailsPrice {
	font-size:12px;
	font-weight:bold;
}

#centerColumn span.location {
	color:#33671F; 
	font-size:11px;
	font-weight:bold;
}

#centerColumn span.detailsLocation {
	color:#33671F; 
	font-size:12px;
	font-weight:bold;
}

#centerColumn span.note {
	font-style:italic;	
}

#centerColumn span.mats {
	font-style: italic;	
}

#centerColumn span.detailsMats {
	font-style: italic;
	font-size: 12px;	
}

#centerColumn span.url {
	color:#33671F;	
}

#centerColumn span.detailsUrl {
	color:#33671F;
	font-size: 12px;	
}

#centerColumn span.update {
	color:#CC0000;
	font-weight: bold;	
}

#centerColumn hr {
	margin-top:20px;
	margin-bottom:20px;
	color:#33671F;
	size:1px ;		
}

#centerColumn h2
{
	font-size: 16px;
}

#centerColumn li {
	list-style:none;		
}

#centerColumn p {
	font-size: 12px; 
	margin-top:0px;
 	margin-bottom:10px;
}

#centerColumn .register {
	border-top: 1px solid #33671F;
	border-bottom: 1px solid #33671F;
	margin: 18px 0 18px 0;
	padding: 8px 0 8px 0;
	text-align: center;
}
 
a.more:link, a.more:active, a.more:visited, a.more:hover {
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}

a.register:link, a.register:active, a.register:visited, a.register:hover {
	text-decoration:none;
	font-weight:bold;
	color:#CC0000;
}

#centerColumn #pages {
	width:570px;
	margin-top: 20px;
	margin-bottom: 0;
	color:#84B461;
	text-align:right;
	font-size: 10px;
	font-weight:bold;
	padding: 4px 10px 20px 0;
	background-color: #33671F;
}

#pages a:link, #pages a:active, #pages a:visited, #pages a:hover {
	color:#FFF;
	text-decoration: none;
}

#centerColumn img.courseImg {
	padding: 2px 6px 2px 0;
}

#registerButton {
	font-weight: bold;
	background: #33671F;
	color: #fff;
	border: 0;
	padding: 0 6px 2px 6px;
}

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

#relatedCourses li {
	margin: 0 0 4px 0;
	font-size: 12px;
}

.registerLabel {
	font-size: 12px;
	color: #33671f;
}

/* left column (search area) */

#leftColumn { 
	width:220px;
	margin-left:20px;
	margin-top:6px;
	padding-top:32px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 0;
	margin-bottom:4px;
	/*border:solid 1px #33671F;*/
	/*background: #CCDAAA;*/
	float:left;
}

#leftColumn h1 {
	color:#006600; 
	font-size:13px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px; 
}

#leftColumn a {
	text-decoration: none;
}

.category {
	width: 210px;
	height: 32px;
	background: white;
	border: 1px solid #33671F;
	color: #33671F;
	font-size: 17px;
	font-family: verdana;
	padding-left: 8px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#leftColumn br {
 	line-height:20px;
}

#leftColumn form {
	width:100%;
	border-bottom:1px #33671F solid;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	vertical-align: middle;
}

#leftColumn form #search {
	border:1px #33671F solid;
	text-indent: 2px;
	color: #BBB;
}

#leftColumn form #search:focus {
	color: #333;
	border:1px solid #FF6600;
}


/* sub heading / menus */

#subHeader {
	width:586px;
	border-bottom:1px #33671F solid;
	color: #222;
	font-size: 24px;
	margin: 10px 0 0 0;
}

#subMenu {
	width:580px;
	margin-top:4px;
	margin-bottom:20px;
	color:#84B461;
	text-align:right;
	font-size: 10px;
	font-weight:bold;
	padding: 2px 6px 6px 0;
	background-color: #33671F;
}

#subMenu a:link, #subMenu a:active, #subMenu a:visited, #subMenu a:hover {
	color:#FFF;
}

/* footer */

#footer { 
	width:1024px;
	border-top:4px solid #33671F;
	margin-top:4px; 
	float:left;
	font-size:9px;
	color:#999999;
	text-align:center; 
	padding-top:4px;
	padding-bottom:20px;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	text-decoration:none;
	font-size:10px;
	color:#999999;
}

#return {
	width:194px;
	text-align:center;
	position:fixed;
}

#return a:link, #return a:active, #return a:visited, #return a:hover {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#33671F;
}


/* additional tags */

img {
	border:0px;
}


/* tabular */
table {
	margin: 0;
	padding: 0;
	border: solid 0px white;
}
table td {
	margin: 0;
	padding: 0;
	border: none;
}

table.productList {
	color: black;
	text-align: left;
}

table.productList td {
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	overflow: hidden;
	white-space: nowrap;
}

table#courseList {
	border-top: solid 4px #c4df9b;
	border-bottom: solid 1px #c4df9b;
	font-size: 12px;
}

table#courseList td {
	padding-bottom: 8px;
}

table#courseList td.courseName {
}

table#courseList td.coursePrice {
	text-align: right;
	padding-right: 10px;
}

table#courseList td.courseAction {
	width: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table#courseList td.headerCell {
	padding: 0;
	display: none;
	background-color: #c4df9b;
	font-weight: bold;
}

td.courseAction form {
	margin: 0;
}

em.inBasketMsg {
	color: #646464;
	font-style: italic;
}

input.addToCart_btn {
	text-indent: -3000px;
	width: 110px;
	height: 20px;
	border: none;
	padding: 0;
}

input.addToCart_btn_over {

}



/*::::::::::::CLEARFIX::::::::::::::::*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}