/* Processed by Shaun Inman's CSS-SSC :: http://www.shauninman.com/plete/css-ssc/ */

/* --------------------------------  Forms -------------------------------- */

form p {
	clear: left;
	}

input, textarea, select, option {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000;
	}

label, span.legend {
	float: left;
	width: 80px;
	}

p.checkbox, p.radio {
	float: left;	/*	needs to float to take up the right amount of space (all the contents floats) 	*/
	width: 100%;	/*	ie needs this	*/
	}

p.checkbox input, p.radio input {
	float: left;
	background: 0 none;
	}

p.checkbox label, p.radio label {
	width: auto;
	padding: 2px;
	font-weight: normal;
	}

label.tip {
	cursor: help;
	background: transparent url(/images/bg-tip.png) no-repeat top right;
	}

input.text {
	width: 100px;
	}

textarea {
	width: 270px;
	height: 80px;
	}

input.button {
	}

#errorbox {
	border-top: 1px dotted #c00;
	border-bottom: 1px dotted #c00;
	margin: 20px 0;
	}

#errorbox p {
	font-size: 14px;
	}

/* -----------------------------  Image Gallery ----------------------------- */

#gallery {
	width: 417px;
	float: right;
	margin-left: 30px;
	}

#gallery p {
	display: none;
	}

.thumb {
	margin: 1px;
	float: left;
	border: 1px solid #ccc;
	}

.thumb img {
	display: block;
	}

.caption {
	display: none;
	}

.tools {
	clear: right;
	float: right;
	margin: 0;
	}

.gallerypages {
	text-align: right;
	}

.clear {
	font-size: 1px;
	}

/*-----------------------------  News List ----------------------------- */

.newslist {
	margin-top: 10px;
	}

.newslist ul {
	clear: both;
	padding: 0;
	margin: 0;
}

.newslist li {
	list-style: none;
	clear: right;
	margin: 0 0 20px 0;
}

.newslist li.short {
	margin-bottom: 10px;
}

.newslist li.divider {
	margin-bottom: 10px;
	border-top: 1px solid #000;
	}

li.archivelink {
	font-weight: bold;
	margin-top: 30px;
	}

.newslist li h4 {
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.newslist li p.teaser {
	margin: 5px 0 0 0;
	padding: 0;
	}

.newslist li p.more {
	text-align: right;
	margin: 0;
	}

.newslist .date {
	float: right;
	width: 100px;
	text-align: right;
	margin: 0;
	font-weight: normal;
	}

.newslist li h2 {
	border-bottom: 1px solid #000;
	padding: 0;
}

li.group, li.group ul {
	padding: 0;
}

/*-----------------------------  Event List ----------------------------- */


ul.eventlist  {
	padding: 0;
	margin: 0;
}

.eventlist li {
	list-style: none;
	clear: right;
	margin: 0 0 20px 0;
}

.eventlist li.short {
	margin-bottom: 10px;
}

.eventlist li.divider {
	margin-bottom: 10px;
	border-top: 1px solid #000;
	}

.eventlist li p.teaser {
	margin: 5px 0 0 0;
	padding: 0;
	}

.eventlist li p.more {
	text-align: right;
	margin: 0;
	}

.eventlist .date {
	float: right;
	margin: 0;
	font-weight: bold;
	}

.eventlist li h4 {
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 0;
}

.eventlist li h4 a {
	text-decoration: none;
}

/* ----------------------------------- Accessible More Links ---------------------------------------*/

/* Hide the span off screen	*/
.more span {
	position: absolute;
	left: -2000px;
	width: 900px;
	}

/* On 'hover' set the anchor to 'position:relative' to get a measuring point.
	Somehow IE doesn't like it when this is in the '.more a' declaration...*/
.more a:hover, .more a:focus, .more a:active {
	position: relative;
	}

/* Take the previously hidden span and display it near the anchor   */
.more a:hover span, .more a:focus span, .more a:active span {
	left: 20px;
	top: 20px;
	width: 100px;
	padding: 5px;
	line-height: 1.1em;
	font-size: 10px;
	background: #fff;
	border: 1px solid #666;
	color: #000;
	text-decoration: none;
	text-align: left;
	}

/* IE doesn't show this - but others do.  */
.more a:hover span:before, .more a:focus span:before, .more a:active span:before {
	content: "Read more about";
	}

/* ----------------------------------- Newsletter Signup ---------------------------------------*/

#supportingcontent .errortitle {
	display: none;
}

#supportingcontent #errorbox {
	border: none;
}

#supportingcontent #errorlist {
	color: red;
	list-style: none;
	padding: 0;
	margin: 0;
}

#supportingcontent li {
	color: red;
	list-style: none;
	font-weight: bold;
}

#newslettersignup .success {
	font-weight: bold;
	margin: 5px 0
}


/* ----------------------------- eCommerce Styles ----------------------------- */


products img {
	display: none;
	}

.viewproduct img {
	/*float: left;
	margin: 0 20px 10px 0;*/
	/*padding-right: 10px;*/
	}

#addcartform {
	/*float: left;*/
	clear: left;
	width: 30em;
	border: 1px solid #111157;
	padding: 0;
	background: #fff url(/images/bgrightfade_blue.jpg) repeat-x;
	margin: 0 auto 20px auto;
	}

#addcartform label {
	width: 15em;
	}

#addcartform h3, #addcartform p {
	padding-left: 5px;
	padding-right: 5px;
	}

#addcartform h3 {
	background-color: #111157;
	color: #fff;
	padding: 3px 5px 1px;
	margin-top: 0;
	}

#addcartform input#quantity {
	width: 2em;
	}


.notice {
	clear: left;
	width: 35em;
	border: 1px solid #111157;
	padding: 10px;
	background: #fff url(/images/bgleftfade.jpg) repeat-x center left;
	margin: 10px auto 20px auto;
	}

#cart.highlight h2 {
	/*color: #090;*/
	}

#cart table
{
	width: 100%;
}

#cart table td {
	vertical-align: top;
}

#cart table td.name
{
	/*font-weight: bold;*/
}

#cart table td.price {
	text-align: right;
}

#cart table td span.attributes
{
	font-size: 85%;
	display: block;
}

#cart td.remove a {
	display: block;
	background-color: #ccc;
	color: #fff;
	text-decoration: none;
	padding: 0 2px 1px;
	text-align: center;
	line-height: 1;
	border-bottom: 1px outset #666;
	border-right: 1px outset #666;
	}



/* ----------------------------- FileBag stuff ----------------------------- */
#filebag {
	border: 1px solid #999;
	padding: 4px;
	margin: 0 0 10px 0;
}
#filebag ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style-position: outside;

	color: #00C;
}
#filebag li {
	float: left;
	clear: both;
	width: 100%;
}
#filebag span {
	float: left;
	clear: none;
	display: block;
	width: 80%;
}
#filebag li a.remove {
	float: right;
	clear: right;
	display: block;
	width: 10%;
	text-decoration: none;
}
#filebag li a.remove:hover {
	color: #C00;
}
