@charset "UTF-8";

/* Other stylesheets */

@import url("/templates/hsg/css/layout.css");

@import url("/templates/hsg/css/typography.css");

@import url("/templates/hsg/css/navigation.css");



body,html {

	background: #fcfcfc url("/templates/hsg/images/BackgroundGradient.png") repeat-x fixed;

	font: 12px "Arial", Helvetica, sans-serif;

	color: #4c4c4c;

	margin: 0;

	padding: 0;

}


div.aucms_debug {
	background: #FFFFFF;
	border: 4px solid #CCCCCC;
	padding: 10px;
	margin: 40px 0px 0px 20px;
	width: 200px;
	position: fixed;
	float: left;
	top: 0px;
}


img { border: 0px; }

.item img, .item2 img { border: 5px solid #e1e1e1; }

.item a:hover img, .item2 a:hover img { border: 5px solid #ff64d3; }

input {	padding: 3px; }

.hide { display: none; }

.invisible { visibility:  hidden; }

.clear { clear: both; }

.right { float: right; margin: 0px 0px 10px 0px; }

.left { float: left; width: 405px}

div.listing {

	width: 100%;
	float: left;
	clear: left;

}

div.listing ul, div.olisting ul {

	padding: 0px;
	margin: 0px;
	list-style-type:none;

}

div.listing li, div.olisting li {

	margin: 0px;
	list-style-type:none;

}

li.item {

	height: 100%;
	padding: 7px 0px 7px 7px;
	background-image:url(/images/divide.gif);
	background-position: top;
	background-repeat:repeat-x;
	float: left;
	clear: left;

}

li.item_admin {

	height: 20px;
	padding: 7px 0px 7px 7px;
	float: left;
	clear: left;	

}

li.box_item {

	height: 100%;
	padding: 0px 0px 2px 7px;
	float: left;
	clear: left;

	

}

li.title {

	height: 16px;
	padding: 7px 0px 7px 7px;
	font-weight: bold;
	float: left;
	clear: left;

}

div.list_style {

	float: left;

}

div.caption {
	color: #333333;
	padding: 3px;
	font-weight: bold;

}
div.row {
	padding: 3px 3px 10px 3px;

}


.thumbi {
	border: 1px solid #e7e7e7;
	background: #fafafa;
	padding: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	clear: none;
	width: 140px;
	min-height: 120px;
	cursor: pointer;
}
.thumbi_img {
	width: 140px;
	height: 100px;
	float: left;
	clear: left;
	background-repeat: no-repeat;
	background-position: center center;
}
.thumbi h3, .thumbi h3 a {
	font-size: 12px;
	color: #444444;
	text-decoration: none;
}
.thumbi p {
	font-size: 10px;
	float: left;
	clear: left;
	width: 132px;
	color: #535353;
	margin-top: 3px;
	padding: 4px;
	background-color: #FFFFFF;
}
div.error_box {
	border: 2px solid #990000;
	background-color: #F2F2F2;
	width: 96%;
	float: left;
	clear: left;
	padding: 2%;
	color: #333333;
	font-weight: bold;	
}

div.3column_container {
	width: 100%;
	float: left;
	clear: left;
}

/* FORUM */

div.forum_container {
	background-color: #f8f8f8;
	width: 98%; float: left; clear: left; margin-bottom: 15px; border: 1px solid #bbbbbb;
}
div.forum_left_column {
	width: 15%; float: left; text-align: center; padding-top: 10px; font-size: 90%;	line-height: 15px;
}
div.forum_right_column {
	border-left-color: #e3e3e3;
	border-left-width: 1px;
	border-left-style: dotted;
	min-height: 150px;
	width: 84%; float: right; padding-top: 10px;
}
div.forum_desc {
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 90%;
	color: #333333;
}
div.forum_msg {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}
