@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');
@import "links.css";
@import url('links.css');

img {
	border: 0;
}

#cartmiddle {
	background: #ef3e35 url('../images/bgfold.gif') no-repeat top right;
}

#logo {
	margin: 0 0 15px 45px;
}

.navtab {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #ef3e35;
	margin: 0 0 10px;
	font-weight: lighter;
	border-bottom: 1px solid #e6e6e6;
	height: 28px;
}

h1#logohead {
	background: url('../images/smalllogo2.gif') no-repeat 115px 0;
	height: 65px;
	line-height: 70px;
}

h3 {
	margin: 0;
	font-size: 13px;
}

.imgright {
	float: right;
	margin: 0 0 8px 10px;
}

.imgleft {
	float: left;
	margin: 0 10px 8px 0;
}

.clear {
	height: 1px;
	clear: both;
}

.cleardotted {
	height: 10px;
	clear: both;
	background: url('../images/dottedline.gif') repeat-x center;
}

.loginboxtxt {
	color: #fff;
	font-size: 10px;
}

.login, .logincart {
	background: url('../images/img_lock.gif') no-repeat left;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
	font-size: 10px;
	margin: 0 0 10px;
}

.logincart {
	background: url('../images/cartpixel.gif') no-repeat left;
}

.topbasket {
	background: url('../images/img_basket.gif') no-repeat left;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
	font-size: 10px;
	margin: 0 0 10px;
}

.alt1 {
	background-color: #f4f4f4;
}

.carttop {
	background-color: #ef3e35;
	font-weight: bold;
	color: #fff;
}

#dhtmltooltip {
	position: absolute;
	padding: 2px 5px 5px 5px;
	background-color: #fff;
	border: 1px solid #6e747b;
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #43505D;
	-moz-border-radius: 5px;
	visibility: hidden;
	z-index: 1000;
	line-height: 17px;
}

#dhtmltooltip h2 {
	font-size: 12px;
	margin: 0 0 5px;
	color: #ef3e35;
}

#notice {
	background-color: #d3e6f8;
	padding: 10px;
	border: 1px solid #9cc7ef;
	color: #125390;
	margin-bottom: 10px;
}

#notice ul {
	margin: 0;
	padding: 0;
}

#notice li {
	margin: 0;
	list-style: none;	
}


.eventdetails h2 {
	font-size: 12px;
	color: #860204;
	font-weight: bold;
	border-bottom: none;
	margin: 0 0 2px;
	padding: 0;
}

.eventdetails p {
	color: #6b6b6b;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	line-height: 16px;
}

.eventdetails h1 a { 
	color: #ef3e35;
	text-decoration: none;
}

.eventdetails h1 a:hover { 
	text-decoration: underline;
}

#eventdetail {
	border-bottom: 1px solid #ef3e35;
	color: #ef3e35;
	padding-bottom: 5px;
	margin: 25px 0 10px;
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 13px;
}

.readmore {
	margin: 7px 0 0;
}

h2 {
	font-weight: bold;
	margin: 2px 0 10px;
	font-size: 13px;
	color: #ef3e35;
}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
	height: 0;                  /* ensure the period is not visible */
	clear: both;               /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */