body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	background: #ffffff;
}

/*html, body, #wrapper {height: 100%;}
body > #wrapper {height: auto; min-height: 100%;}*/

h1, h2, h3, h4, h5, h6, dt {
	color: #000000;
	font-weight: 800;
	text-transform: uppercase;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {font-size: 2em;font-style: italic; margin: 0 0 20px 0;}
h1.store { float: left; width: 400px;}
h1.productDetail { margin: 0 0 0 0;}
h2 { font-size: 1.4em; margin: 20px 0 0 0; border-bottom: 1px dotted #cccccc;}
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.1em; }

#pageTitle{
	color: #000000;
	font-weight: 800;
	text-transform: uppercase;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: italic; 
	margin: 0 0 20px 0;
	float: left;
}

blockquote {
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.8em;
	color: #666666;
	padding: 0 0 20px 40px;
	background: url(../images/quotes.gif) 0 8px no-repeat;
}

cite{
	font-size: 0.85em;
	font-weight: bold;
	font-style: italic;
}

.bqFloatLeft {
	float: left;
	width: 225px;
	padding: 0 0 10px 40px;
	margin: 0 20px 10px 0;
}

.bqFloatRight {
	float: right;
	width: 225px;
	padding: 0 0 10px 40px;
	margin: 0 0 10px 20px;
}


#asides h2{
	color: #666666;
	font-size: 1.2em;
	margin: 20px 0 10px 0;
}

p{line-height: 1.8em; margin: 10px 0 10px 0; clear: both;}
a{color: #669933;}
a:hover{	color: #000000;}

.divider{
	clear: both;
	display: block;
	height: 3px;
	border: none;
	margin: 10px 0;
	background: url(../images/divider.gif) repeat-x;
}

.hidden { display: none; }
#loader{
	height: 30px;
	float: left;
	line-height: 30px;
}

#loader img{
	vertical-align: middle;
}

/* bodyWrapper */
#bodyWrapper{
	padding: 0 0 40px 0;
	background: #ffffff url(../images/body.gif) repeat-x;
}

/* wrapper */
#wrapper{
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/* details */
#details {
	width: 680px;
	float: left;
}

#details #left{
	width: 320px;
	float: left;
}

#details #right{
	width: 320px;
	float: right;
}

/* header */
#header{
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}

#header img{
	float: left;
	margin: 40px 0 0 0;
}

#header #utility{
	float: right;
	font-size: 0.95em;
	margin: 8px 0 0 0;
}

#header #utility li{
	float: left;
	margin: 0 10px 0 0;
}

#header #utility a{
	margin: 0 10px 0 0;
	color: #cccccc;
}

#header #utility li.name{
	color: #669933;
	margin: 0 15px 0 0;
	font-weight: 800;
}

#header #utility li#cart a{
	color: #FFEEBF;
}

/* menu */
#menu{
	width: 600px;
	height: 80px;
	float: right;
	margin: 8px 0 0 0;
}

#menu li{
	float: left;
	height: 80px;
	position: relative;
	z-index: 200;
}

#menu li a{
	height: 80px;
	float: left;
	display: block;
	text-indent: -9999em;
	outline: none;
	background: url(../images/menu.png) no-repeat;
}

#menu li#menuMembers a{ width: 92px; background-position: 0 0; }
#menu li#menuRaces a{ width: 81px; background-position: -92px 0; }
#menu li#menuTraining a{ width: 95px; background-position: -173px 0; }
#menu li#menuGallery a{ width: 93px; background-position: -268px 0; }
#menu li#menuMarketplace a{ width: 130px; background-position: -361px 0; }
#menu li#menuResources a{ width: 109px; background-position: -491px 0; }

#menu li#menuMembers a:hover{ width: 92px; background-position: 0 -80px; }
#menu li#menuRaces a:hover{ width: 81px; background-position: -92px -80px; }
#menu li#menuTraining a:hover{ width: 95px; background-position: -173px -80px; }
#menu li#menuGallery a:hover{ width: 93px; background-position: -268px -80px; }
#menu li#menuMarketplace a:hover{ width: 130px; background-position: -361px -80px; }
#menu li#menuResources a:hover{ width: 109px; background-position: -491px -80px; }

#menu li ul{
	display: none;	
	width: 150px;
	position: absolute;
	left: 0;
	top: 80px;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eeeeee;
}

#menu li li{
	width: 150px;
	height: auto;
	border-bottom: 1px solid #cccccc;
}

#menu li li:last-child{
	border-bottom: none;
}

#menu li li a{
	width: 140px;
	height: auto;
	padding: 5px 5px 5px 5px;
	text-indent: 0;
	background: none;
}

#menu li li a:hover{
	font-weight: 800;
	color: #ffffff;
	background: #333333;
}

#menu li#menuMembers li a, #menu li#menuMembers li a:hover,
#menu li#menuRaces li a, #menu li#menuRaces li a:hover,
#menu li#menuTraining li a, #menu li#menuTraining li a:hover,
#menu li#menuGallery li a, #menu li#menuGallery li a:hover,
#menu li#menuMarketplace li a, #menu li#menuMarketplace li a:hover,
#menu li#menuResources li a, #menu li#menuResources li a:hover{
	width: 140px;
}

/* content */
#content{
	width: 680px;
	min-height: 450px;
	float: left;
}

#content a{
	font-weight: bold;
}

#content.full{
	width: 960px;
	float: left;
}

/* asides */
#asides{
	width: 240px;
	float: right;
}

/* equalLeftContent */
#equalLeftContent, .equalLeftContent {
	width: 450px;
	float: left;
}

#equalRightContent, .equalRightContent {
	width: 450px;
	float: right;
}

fieldset#equalLeftContent, fieldset#equalRightContent {
	width: 430px;
	padding: 10px 0;
	margin: 20px 0 0 0;
	border: none;
	border-top: 2px solid #333333;
}

#equalLeftContent fieldset, #equalRightContent fieldset {
	padding: 10px 0;
	margin: 10px 0 20px 0;
	border: none;
	border-top: 2px solid #669933;
}

#equalLeftContent legend, #equalRightContent legend {
	font-weight: 800;
	font-size: 1.2em;
	font-style: italic;
	padding: 5px 15px;
	margin: 0;
	color: #ffffff;
	background: #333333;
}

/* banner */
#banner{
	height: 200px;
	position: relative;
	z-index: 1;
}

#bannerSub {
	height: 200px;
	position: relative;
	z-index: 1;
	border: 1px solid #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f5f5f5 url(../images/banners/bannerPlaceholder.jpg);
}

#banner.ui-tabs{
	padding: 0;
}

#banner .ui-tabs-panel {
	width: 680px;
	margin: 0;
	padding: 0;
}

#banner-1, #banner-2, #banner-3, #banner-4, #banner-5{
	position: absolute;
	top: 0;
	left: 0;
	float: left;
}

#banner ul{		
	float: left;
	position: absolute;
	bottom: 8px;
	right: 20px;
	z-index: 50;
}

#banner ul li{
	float: left;
	background: none;
}

#banner ul li a{
	margin: 0 5px 0 0;
}

#banner ul li.ui-state-default, #banner ul li.ui-tabs-selected, #banner ul li.ui-corner-top{
	border: none;
	margin: 0;
	padding: 0;
	background: none;
}

#banner ul li.ui-state-default a, #banner ul li.ui-tabs-selected a, #banner ul li.ui-corner-top a{
	padding: 0;
	margin: 0;
}

#bannerSub #holder{
	width: 680px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 41px;
	background: url(../images/bannerBg.png) no-repeat;
}

#bannerSub h1{
	position: absolute;
	top: 12px;
	left: 35px;
	margin: 0;
	font-size: 1.6em;
	color: #ffffff;
}

#bannerSub h1 a{
	color: #ffffff;
}

#bannerSub #dates{
	position: absolute;
	left: 0;
	top: 0;
}

#bannerSub h2{
	position: absolute;
	left: 35px;
	top: 20px;
	font-size: 1.6em;
	color: #ffffff;
}

#bannerSub #dates{
	position: absolute;
	left:	35px;
	top: 75px; 
	font-size: 1.2em;
	font-style: italic;
	font-weight: 800;
	color: #8cc63f;
}


/* sponsors */
#sponsors{
	width: 680px;
	overflow: hidden;
	float: left;
}

/*#sponsors ul{
	margin: 10px 0 10px 0;
	height: 100px;
	display: inline;
	clear: both;
	float: left;
}
*/

/* cost */
#cost{
	width: 175px;
	float: right;
	/*position: absolute;
	right: 0;
	top: 0;*/
	padding: 5px;
	text-align: center;
	border: 3px solid #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#ffffff;
	background: #444444;
}

#cost p{
	margin: 0;
	font-weight: 800;
	font-size: 1.3em;
}

/* pageInfo */
#pageInfo{
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}

#pageInfo h1{
	float: left;
	margin: 10px 0 0 0;
}

#pageInfo h1 a{
	font-size: 0.8em;
	text-transform: none;
}

#pageInfo #feed{
	float: right;
	width: 250px;
	height: 40px;
	line-height: 40px;
	font-size: 0.9em;
	font-weight: 800;
	text-align: center;
	color: #333333;
}

#pageInfo #feed img{
	vertical-align: middle;
	padding: 0 0 0 5px;
}

#pageInfo ul{
	float: right;
}

#pageInfo ul li{
	float: left;
	font-size: 1em;
	font-weight: 800;
	margin: 10px 0 0 20px;
}

#pageInfo ul li img{
	vertical-align: middle;
	padding: 0 4px 2px 0;
}

#pageInfo ul li a{
	color: #666666;
}

/* news */
#news{
	width: 680px;
	float: left;
}

#news li{
	width: 680px;
	float: left;
	padding: 20px 0;
	background: url(../images/divider.gif) repeat-x 0 100%;
}

#news dl{
	width: 680px;
	float: right;
}
#news dt{
	width: 180px;
	float: left;
}

#news dd{
	width: 490px;
	float: right;
}

#news dl dt{
	font-size: 1.5em;
}

#news dl dt .date{
	font-weight: 800;
	font-size: 0.7em;
	display: block;
	margin: 0 0 10px 0;
}

#news .readMore{
	float: left;
	clear: both;
	margin: 5px 0 0 0;
}

/* r */
#footer{
	height: 150px;
	clear: both;
	text-align: left;
	color: #999999;
	background:  #ffffff /*url(../images/footerBG.gif) repeat-x bottom left*/;
	
}

#footerContent{
	width: 790px;
	height: 103px;	
	padding: 0 0 0 170px;
	margin: 0 auto;
	background: url(../images/footer.gif) no-repeat;
}

#footer ul{
	float: left;
	font-size: 1.1em;
}

#footer ul li{
	float: left;
	margin: 25px 10px 0 0;
}

#footer a{
	margin: 0 10px 0 0;
	font-weight: 800;
}

#footer ul.social{
	float: right;
	width: 190px;
	margin: 0 30px 0 0;
	display: inline;
	font-size: 1.1em;
}

#footer ul.social li{
	float: left;
	vertical-align: middle;
	margin: 25px 0 15px 10px;
}

#footer ul.social li img{
	vertical-align: middle;
}

#footer ul.social li.newsletter{
	width: 190px;
	clear: both;
	margin: 0;
	text-align: right;
}

#footer p{
	width: 450px;
	float: left;
	font-size: 0.95em;
	margin: 0;
}

#footer #newsletterPopup{
	font-weight: 100;
}

/* aside */
#asides h2{
	clear: both;
}

.aside{
	width: 240px;
	float: left;
}

#asides .aside h2{
	width: 200px;
	height: 24px;
	float: left;
	margin: 0;
	padding: 25px 20px 0 20px;
	border-bottom: none;
	background: url(../images/asideTop.gif) no-repeat;
}

#asides .aside h2 .rss{
	margin: 0 20px 0 20px;
}

.aside .content{
	width: 240px;
	float: left;
	background: url(../images/asideTile.gif) repeat-y;
}

.aside .bottom{
	width: 240px;
	height: 16px;
	clear: both;
	float: left;
	padding: 0 0 40px 0;
	background: url(../images/asideBottom.gif) no-repeat;
}

.aside ul{
	margin: 10px 20px 0 0;
}

.aside ul li{
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}

.aside ul.eventList{
	margin: 10px 20px 0 20px;
}

.aside ul.eventList li{
	padding: 0 0 0 45px;
	margin: 0 0 15px 0;
	font-weight: 800;
	/*background: url(../images/icons/bullet.gif) no-repeat 0 20%;*/
}

.aside ul.eventList li.cctc{
	background: url(../images/icons/icon_cctc.gif) no-repeat 0 10%;
}

.aside ul.eventList li.svbrc{
	background: url(../images/icons/icon_sve.gif) no-repeat 0 10%;
}

.aside .more{
	display: block;
	padding: 10px 0 0 0;
	margin: 0 0 0 20px;
	font-weight: 800;
}

.aside dl{
	margin: 0 20px;
}

.aside dt{
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #cccccc;
}

.aside dd{
	margin: 0 0 10px 0;
}

/* teaser gallery */
#teaserGallery{
	float: left;
}

#teaserGallery li{
	width: 104px;
	height: 80px;
	float: left;
	margin: 0 16px 10px 0;
	background: url(../images/thumbBg.gif) no-repeat;
}

#teaserGallery li img{
	width: 90px;
	height: 65px;
	/*height: 68px;*/
}

#teaserGallery li a{
	display: block;
	width: 90px;
	height: 65px;
	margin: 5px 0 0 6px;
}

/* faq */
#faq{
	margin: 20px 0 20px 0;
	line-height: 1.6em;
}

#faq dt{
	margin: 10px 0 0 0;
	font-size: 1.2em;
	font-weight: 800;
	cursor: pointer;
}

#faq dd{
	margin: 5px 0 15px 0;
}

/* races, shop */
#races, #shop {
	width: 680px;
	float: left;
	margin: 20px 0 0 0;
}

#races li, #shop li {
	width: 210px;
	height: 170px;
	min-height: 145px;
	float: left;
	text-align: center;
	margin: 0 7px 20px 7px;
	padding: 15px 0;
	font-weight: 800;
	vertical-align: top;
	position: relative;
	color: #000000;
	background: transparent url(../images/race.gif);
}

#races li:hover, #shop li:hover {
	background: transparent url(../images/raceHover.gif);
}

#races li a, #shop li a {
	padding: 0 10px;
	display: block;
}

#races li:hover, #shop li:hover {
}

#races li:hover a, #races a:hover, #shop li:hover a, #shop a:hover {
	color: #333333;
	background: none;
}

#races li span, #shop li span { 
	width: 180px; 
	display: block; 
	position: absolute; 
	bottom: 30px; 
	left: 10px; 
	text-align: center;
}

#shop li span.price {
	margin: 10px 0 0 0;
	font-size: 1.4em;
	vertical-align: bottom;
}

#races li img, #shop li img { margin: 0 0 10px 0; }


/* gallery */
#gallery{
	width: 680px;
	float: left;
}

#gallery h1{
	width: 640px;
	height: 35px;
	margin: 0;
	padding: 15px 20px 10px 20px;
	background: url(../images/galleryTop.gif) no-repeat;
}

#gallery #galleryContent{
	width: 640px;
	padding: 0 20px 0 20px;
	background: url(../images/galleryTile.gif) repeat-y;
}

#gallery #galleryContent #preview{
	height: 550px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#gallery #galleryContent #preview #largeImage{
	width: 620px;
	position: absolute;
	left: 0;
	top: 0;
}

#gallery #galleryContent #preview img{
	width: auto;
	height: auto;
	border: 5px solid #333333;
}

#gallery .bottom{
	width: 680px;
	height: 54px;
	clear: both;
	background: url(../images/galleryBottom.gif) no-repeat;
}

#gallery #loader{
	width: 620px;
	display: block;
}


/* tab */
#tabs {
	width: 100%;
	height: 30px;
	float: left;
	font-size: 0.95em;
	margin: 20px 0 0 0;
	background: url(../images/tab.gif) repeat-x;
}

#tabs li {
	height: 30px;
	letter-spacing: 0.01em;
	float: left;
	text-transform: uppercase;
}

#tabs li a {
	float: left;
	height: 27px;
	line-height: 27px;
	color: #000000;
	display: block;
	padding: 0 4px;
	outline: none;
	margin: 0 5px 0 0;
	border: none;
	
	/*background: #444444;*/
}

#tabs li.ui-tabs-selected a, #tabs li a:hover {
	border: none;
	color: #333333;
	background: none;
}

.ui-tabs-hide { display: none; }
.ui-tabs-panel { 
	width: 640px;
	padding: 0 20px; 
	float: left;
	color: #333333;  
	border-radius: 0;
	background: url(../images/tabTile.gif) repeat-y;
}

.ui-widget-content{
	border: none;
}

#details .ui-corner-bottom { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; }

#tabTop{
	width: 680px;
	height: 21px;
	float: left;
	clear: both;
	background: url(../images/tabTop.gif) no-repeat;
}

#tabBottom{
	width: 680px;
	height: 35px;
	float: left;
	background: url(../images/tabBottom.gif) no-repeat;
}

.ui-tabs-nav, .ui-tabs{
	background: none;
	border: none;
}

.ui-tabs-panel ul { margin: 20px 0 0 20px; clear: both; }

.ui-tabs-panel li {
	list-style: square;
	margin: 0 0 10px 0;
}

.ui-tabs-panel table, .display{
	clear: both;
}

.ui-tabs-panel table.display thead th,  table.display thead th{
	text-align: left;
}

.ui-tabs-panel dt{
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	color: #666666;
}

.ui-tabs-panel dd{
	line-height: 1.3em;
	margin:0 0 15px 20px;
}
.ui-tabs-panel dl ul{
	margin: 0;
}

.ui-tabs-panel dl p{
	margin: 0;
}




/* race details */
#raceLinks{
	margin: 0 0 40px 0;
}

#raceLinks a{
	display: block;
	margin: 0 0 10px 0;
}


/*---pager--- */
ul.pager {
	width: auto;
	height: auto;
	float: right;
	margin: 0;
}

.homePager{
	padding: 0 65px 0 0;
}

ul.pager li {
	float: left;
	margin: 8px 0 0 5px;
	border: none;
	list-style: none;
}

ul.pager a {
	text-indent: -9999em;
	outline: none;
}

ul.pager li.first a {
	width: 40px;
	height: 24px;
	display: block;
	background: transparent url(../images/pager/first_on.gif) no-repeat;
}

ul.pager li.first a.disabled { background: transparent url(../images/pager/first_off.gif) no-repeat; }

ul.pager li.prev a {
	width: 50px;
	height: 24px;
	display: block;
	background: transparent url(../images/pager/prev_on.gif) no-repeat;
}

ul.pager li.prev a.disabled { background: transparent url(../images/pager/prev_off.gif) no-repeat; }

ul.pager li.next a {
	width: 50px;
	height: 24px;
	display: block;
	background: transparent url(../images/pager/next_on.gif) no-repeat;
}

ul.pager li.next a.disabled { background: transparent url(../images/pager/next_off.gif) no-repeat; }

ul.pager li.last a {
	width: 40px;
	height: 24px;
	display: block;
	background: transparent url(../images/pager/last_on.gif) no-repeat;
}

ul.pager li.last a.disabled { background: transparent url(../images/pager/last_off.gif) no-repeat; }

ul.pager .disabled{
	border: none;
}


/* .display */
.display {
	width: 100%;
	clear: both;
	margin: 0 0 0 0;
	font-size: 1em;
}

.display caption{
	text-align: left;
	font-weight: 900;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-variant: small-caps;
	
}

.display thead th {
	font-weight: 800;
	color: #ffffff;
	background: #444444;
	padding: 5px 10px;
	border-bottom: 2px solid #333333;
}

.display tbody td { padding: 10px 10px;  vertical-align: top;}

.display tbody tr.alt { background: #3f3f3f; background: #EFEFEF;}

.display tbody tr:hover { color: #333333; background: #fff9ef; }

.display tbody tr:hover a:hover{
	color: #333333;
}

.display tfoot td {
	padding: 5px;
	font-size: 1.1em;
	border-top: 1px solid #666666;
	font-weight: 800;
	text-transform: uppercase;
}


.display tbody th, .display tbody td{
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}

.display thead th{
	font-size: 1.0em;
}

.display tbody tr:hover{
	color: #333333;
}

.display tbody a{
	font-weight: bold;
}

.display tfoot td{
	border-top: 2px solid #444444;
	color: #000000;
	background: #eeeeee;
}




/* form */
.form { width: 100%; position: relative; }

.form label {
	width: 100%;
	display: block;
	color: #333333;
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 2px 0;
	font-weight: 800;
}

.form hr {
	width: 100%;
	float: left;
	clear: both;
	height: 1px;
	border: none;
	margin: 10px 0;
	background: #ffcc66;
}

.form br { clear: both; }

.form ul {
	width: 100%;
	float: left;
}

.form ul li {
	float: left;
	margin: 15px 6px 0 0;
}

.form ul li label {
	display: inline;
	float: none;
}

.form .message {
	padding: 4px 0 0 0;
	display: block;
	color: #FF5000;
}

.form .issue {
	border: 1px solid #EF7777;
	background: #FFEFEF;
}

.form select.issue{
	border: 1px solid #EF7777;
}


.form .radiobutton { float: left; }

.form .radiobutton label {
	width: auto;
	float: none;
	display: inline;
	margin: 0 10px 0 0;
	font-weight: 100;
}

.form .mceEditorContainer table { clear: both; }

.checkboxlist { width: 100%; }

.checkboxlist td { padding: 3px 0; }

.checkboxlist label { padding: 0 0 0 2px; }

.buttons {
	width: 100%;
	clear: both;
	text-align: right;
	margin: 5px 0 10px 0;
	padding: 5px 0 6px 0;
	border-top: 2px solid #cccccc;
}

.mini, .tiny, .short, .medium, .long, .extralong {
	padding: 4px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #333333;
}

.mini:focus, .tiny:focus, .short:focus, .medium:focus, .long:focus, .extralong:focus {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #eeeeee;
}

.mini { width: 50px; }
.tiny { width: 80px; }
.short { width: 120px; }
.medium { width: 190px; }
.long { width: 300px; }
.extralong { width: 350px; }

/* popup dialogs */
#forgot, #newsletter, #tellAFriend{
	display: none;
}

#tellAFriend, #newsletter{
	width: 300px;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 350;
	padding: 10px;
	border: 1px solid #8F8F8F;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#newsletter ul li, #tellAFriend ul li{
	list-style-type: none;
}

#signup, #membership { display: none; }
#signup .error{
	list-style: none;
}
#signup .error li{ background: none; list-style: none;}


.ui-dialog-content ul {
	margin: 0 20px 0 30px;
	line-height: 1.6em;
	text-align: left;
}

.ui-dialog-content ul li {
	list-style: square;
	margin: 0 0 5px 0;
}

.ui-dialog-content .form{
	text-align: left;
}

.ui-dialog-content{
	text-align: left;
}

/* list elements */
ul.bulletList{
	margin: 0 0 0 15px;
	list-style: circle;
}

ul.bulletList li{
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1em;
	padding: 6px 0;
}

ul.related{
	margin: 10px 20px;
}

ul.related li{
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 10px 20px;
	line-height: 1.6em;
	background: url(../images/icons/bullet_black.gif) no-repeat 0 0;
}

/* registration */
#loginInfo{
	padding: 10px;
	float: left;
	border: 3px solid #000000;
	background: #EFEFEF;
}

.loginBox{
	float: left;
	width: 275px;
}

.registerBox{
	float: right;
	width: 300px;
}

/* informational pages */
.teaser{
	font-style: italic;
	float: left;
	/*display: block;*/
	margin: 10px 0 10px 10px;
	padding: 5px 5px 5px 5px;
	border-left: 5px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
}

.tidbit{
	width: 360px;
	float: left;
	font-style: italic;
	margin: 0 0 20px 0;
}

/* shopping  */
#description{
	width: 510px;
	float: left;
	min-height: 300px;
	margin: 0 0 20px 0;
}

#addToCart{
	float: right;
	border: 1px solid #cccccc;
	padding: 10px 20px;
	font-weight: 800;
	color: #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #eeeeee;
}

#addToCart .button{
	margin: 10px 0 0 0;
}

#product{
	float: left;
	padding: 10px;
	margin: 0 10px 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cccccc;
	background: #eeeeee;
}

#description p{
	line-height: 1.7em;
}

#html{
	width: 320px;
	margin: 0 15px 0 0;
	float: right;
}

/* resources */
.resources{
	line-height: 1.6em;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #cccccc;
}

.resources dt{
	font-weight: 800;
	font-size: 1.2em;	
	text-decoration: underline;
}

.resources dd{
	margin: 0 0 20px 0;
}

.resources ul{
	margin: 0 0 0 20px;
}

.resources ul li{
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

.resources p{
	margin: 10px 0 0 0;
}

/* classifieds  */
#classified{
	width: 960px;
	float: left;
	margin: 10px 0 0 0;
}

#classified li{
	width: 278px;
	padding: 0 20px;
	height: 200px;
	overflow: hidden;
	float: left;
	border: 1px dotted #cccccc;
	background: #ffffff;
}

#classified li:hover {
	background: #f5f5f5;
}

#classified h2{
	font-size: 1.1em;
	font-style: normal;
	text-transform: capitalize;
	font-weight: 800;
}

#classified .readMore{
	display: block;
	margin: 5px 0 0 0;
}

#classified .description{
	display: none;
}

#classified .description img{
	float: left;
}

/* trainingDiagram */
#trainingDiagram{
	width: 681px;
	height: 150px;
}

#trainingDiagram li {
	height: 150px;
	float: left;
}

#trainingDiagram li a{
	height: 150px;
	display: block;
	text-indent: -9999em;
	outline: none;
	background: url(../images/trainingDiagram.gif) no-repeat;
}

#trainingDiagram li#trainingBeginner a{
	width: 231px;
	background-position: 0 0;
}

#trainingDiagram li#trainingLong a{
	width: 219px;
	background-position: -231px 0;
}

#trainingDiagram li#trainingPlan a{
	width: 231px;
	background-position: -450px 0;
}

/* sponsorsList */
#sponsorsList{
	width: 100%;
	float: left;
}

#sponsorsList li{
	width: 95%;
	padding: 2% 2%;
	float: left;
	margin: 5px 1% 5px 0;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sponsorsList li img{
	float: left;
}

#sponsorsList li p{
	/*display: inline; */
}

/* plans */
ul.plans{
	width: 100%;
	margin: 10px 0 0 0;
}

ul.plans li{
	width: 45%;
	float: left;
	padding: 0 0 0 3%;
	margin: 0 0 10px 0;
	background: url(../images/icons/bullet_black.gif) no-repeat 0 50%;
}

ul.plans li a{color: #669933; font-weight: 900;}
ul.plans li a:hover{color: #000000;}


/* plans */
#plans h2{
	font-weight: 800;
}

#plans h3{
	font-size: 1em;
	clear: both;
}

