/* Stylesheet by Matt Hinchliffe > www.forum-design.co.uk */

a {
	text-decoration: none;
	color: #1156BD;
	}

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

p {
	margin: 0.5em 0 0.5em 0;
	}

img {
	border: none;
	}

h1 {
	color: #000000;
	font-weight: bold;
	font-size: 15pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10pt 0 12pt 40px;
	}

h2 {
	color: #3B3E43;
	font-weight: bold;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10pt 0 12pt 20px;
	}

h3, h4, h5 {
	font-weight: bold;
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10pt 0 12pt 10px;
	}
	
#thumbs h1,#thumbs h2,#thumbs h3,#thumbs h4 {
	margin: 10pt 0 12pt 0;
	}

blockquote {
	border: 1px solid #ccc;
	border-left: 3px solid #0D6AA5;
	padding: 8px;
	margin: 0.5em 0 1em 0;
	}
	
fieldset {
	clear: both;
	width: auto;
	border:solid 1px #ccc;
	background-color:#f8f8f8;
	margin-bottom:10px;
	padding:10px;
	}
	
legend {
	font-size: 1em;
	font-weight: 400;
	letter-spacing:0;
	margin-left: 40px;
	}

/* --- tables --- */
table {
	clear: both;
	width: 100%;
	margin: 0.5em 0 1em 0;
	text-align: left;
	}
thead {
	background-color: #1156BD;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	}
th, td {
	padding: 5px;
	}
tr.item {
	background-color: #f8f8f8;
	}
tr.item button {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	color: #555;
	}


.price1 { width: 60%; text-align: right; padding: 0 10px 0; }
.price2 { font-weight: bold; padding-left: 5px; }

.float-left img		{ display: block; }
.float-right img	{ display: block; }




/* WYMeditor */

/* ALIGN: Center */
.align-center /* p[@class!="align-center"] */ { 
	text-align: center;
	/* text-align: center */
	}
/* ALIGN: Right */
.align-right /* p[@class!="align-right"] */ { 
	text-align: right;
	/* text-align: right */
	}

/* P: Hidden note */
.hidden-note p /* p[@class!="important"] */ {
     display: none;
    /* color: #999; border: 2px solid #ccc; */
}

/* P: Important */
.important p /* p[@class!="hidden-note"] */ {
    color: red; font-weight: bold;
    /* color: red; font-weight: bold; border: 2px solid red; */
}

/* IMG: Float left */
.float-left /* p[@class!=float-left"] */ {
	float: left; margin: 0 8px 8px 0;
	/* float: left; margin: 0 10px 10px 0; border: 3px solid #ccc; */
	}
	
/* IMG: Float right */
.float-right /* p[@class!=float-right"] */ {
	float: right; margin: 0 0 8px 8px;
	/* float: right; margin: 0 0 10px 10px; border: 3px solid #ccc; */
	}
/* Force new line */
.force-new-line	 /* p[@class!=force-new-line"] */{
	clear: both;
	/* clear: both; border-top: 3px solid #ccc; */
	}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */