.content
{
	position:relative
}
.content .header_logo
{
	position:absolute;
	z-index:20;
	right:20px;
	top:14px;
}
.content .header_text
{
	z-index:0;
	width:100%;
}

.content .title
{
	font-weight:	bolder;
	font-size:		x-large;
	color:			#904;
	border-bottom:	solid #000000 1px;
	height:			30px;
}

.content .sub_title
{
	font-family:sans-serif;
	font-weight:bold;
	font-size:large;
}

.note
{
	float:right;
	width:280px;
	margin:10px 0px 10px 5px;
}

.note > div
{
	border-left:solid #6c7393 1px;
	border-right:solid #6c7393 1px;
	border-top:none;
	border-bottom:none;
	background-color:#FFFFFF;
	position:relative;
}

.note h1 > a, .note h1
{
	padding-bottom:5px;
	text-align:center;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
	color:#060c27;
}

.note h1 > a:hover
{
	color:#ee9c00;
}

.note > div > div
{
	position:relative;
	clear: both;
	border-top:solid #000000 1px;
	margin:10px 10px 0px 10px;
	padding:10px 0px 0px 0px;
}

.note > div > div > div.image
{
	float:left;
	width:100px;
	margin:0px 5px 5px 0px;
}

.note > div > div > div > img
{
	max-width:100px;
}

.note img
{
	border:none;
}

.note > div > div > div > p
{
	text-align:justify;
}


.note .note_header, .note .note_footer
{
	background-color:transparent;
	border:none;
}

.note .note_heading
{
	background-color:#eaeaea;
	height:33px;
	border: none;
	margin: 0px 10px;
	padding: 0px;
	font-size:larger;
	font-weight:bold;
}

.note .note_heading span.image
{
	width:auto;
}

.note .note_heading span
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:large;
	width:100%;
}

.note .clear
{
	clear:left;
	margin:0px;
	padding:0px;
	border:none;
	height:0px;
}

.miniproducts
{
	text-align:center;
}

.miniproducts > h1,
.miniproducts > h1 > a
{
	color: 				#E4E9F1;
	font-size: 			x-large;
	font-weight: 		bold;
	text-decoration: 	none;
	text-align:			center;
	padding:			5px;
	background:			#A3A9BB;
	width:				90%;
	margin:				5px auto;
}

.miniproducts > h1 > a:hover
{
	color:				#C4C9D1;
}

/* Generic Panel Formatting */

.miniproducts a
{
	text-decoration:	none;
	cursor:				pointer;
}

.miniproducts a
{
	text-decoration:	none;
	cursor:				pointer;
}

.miniproduct
{
    display:			inline;
    margin:         	5px;
    border-color:   	#A3A9BB;
    border-style:   	solid;
    border-width:   	2px;
	background-color:	#d4d9e1;
	position:			relative;
}
.miniproduct > a
{
	display:			block;
	padding:			5px;
}
.miniproduct:hover
{
	background-color:	#ccd;
}
.miniproduct > legend
{
	display:			none;
}

.miniproduct > a,
.miniproduct > a > span
{
	background-color:	inherit;
}
.miniproduct > a > span,
.miniproduct > span
{
	display:			block;
	overflow:			hidden;
    text-align:			justify;
	font-size: 			small;
	font-weight: 		normal;
	text-decoration: 	none;
	overflow:			hidden;
}

.miniproduct h1
{
	width:				100%;
	text-align:			left;
	color: 				#660000;
	font-size:			large;
	font-weight:		bold;
	margin-bottom:		0px;
}

.miniproduct span.info
{
	display:			block;
	float: 				left;
	width: 				80px;
	padding:			0px 2px 0px 0px;
	text-align:			center;
}

.miniproduct span.info span
{
	display:			block;
	width:				80px;
}
.miniproduct span.info img
{
	border-style:		none;
	border-width:		0px;
	max-width: 			80px;
	max-height: 		100px;
}

.miniproduct span.more
{
	position:			absolute;
	background-color:	inherit;
	bottom:				0px;
	right:				0px;
	font-weight:		bold;
	color:				#555555;
}

.miniproduct > a > span
{
	width:				350px;
	height:				90px;
}

