img{border: 0;}
a img{border: 0;}
a.info{
    position:relative;
    text-decoration:none
}
a.info span{display: none;}
a.info:hover span{
    display:block;
    position:absolute;
    top:2em; left:0; width:15em;
	padding: 1em;
    border:1px solid #88bbff;
    background-color:#ffffff; color:#000000;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	z-index: 900;
}
a.info:focus{outline: none;}
body{
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	background-image:url('/images/bg_co.jpg');
	background-repeat:repeat;
}
h3 a{
	text-decoration: none;
	color: #3b5998;
}
h3 a:hover{
	text-decoration: underline;
}
.co_well{
	width: 400px;
	padding: 10px;
}
#co_body{
	text-align:left;
	line-height:140%;
	min-width:420px;
	max-width:840px;
	margin:10px auto;
	padding:30px;
	background: -moz-linear-gradient(-45deg,  rgba(254,252,234,0.9) 0%, rgba(247,238,173,0.9) 50%, rgba(241,218,54,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(254,252,234,0.9)), color-stop(50%,rgba(247,238,173,0.9)), color-stop(100%,rgba(241,218,54,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(254,252,234,0.9) 0%,rgba(247,238,173,0.9) 50%,rgba(241,218,54,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(254,252,234,0.9) 0%,rgba(247,238,173,0.9) 50%,rgba(241,218,54,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(254,252,234,0.9) 0%,rgba(247,238,173,0.9) 50%,rgba(241,218,54,0.9) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(254,252,234,0.9) 0%,rgba(247,238,173,0.9) 50%,rgba(241,218,54,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fefcea', endColorstr='#e6f1da36',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 3px solid #000000;
	border-radius: 16px;
}
#co_body .ad-gallery{
	width: 840px !important;
}
#co_body .ad-gallery .ad-nav{
	width: 840px !important;
}
#co_body .ad-gallery .ad-nav .ad-thumbs{
	width: 840px !important;
}
#co_summary{
	float: left;
	width: 420px;
	margin: 0 auto;
}
#co_desc{
	float: left;
	min-width: 420px;
}
#co_footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 96%;
	height: 24px;
	margin: 0;
	padding: 8px 2%;
	background-color: #88aadd;
	color: #F8F8D0;
}
#co_footer a{
	text-decoration: none;
	color: #F8F8D0;
}
#co_footer a:hover{
	text-decoration: underline;
}
.clearer{
	clear: both;
}
.img_b2px{
	border: 0;
	padding: 2px;
	background-color: #ffffff;
}
.img_b3px{
	border: 0;
	padding: 3px;
	background-color: #ffffff;
}
.no_select{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}