/*

	-- -- -- -- -- -- --
	It's A Mystery To Me
	section-showdetail.css
	section specific styling
	-- -- -- -- -- -- --
	
*/

h2 {
	background: url(../images/ui/h2/list.jpg) no-repeat;
}

.showbox {
	width: 564px;
	height: 260px;
	display: block;
	margin: 20px 0 20px 25px;
}

.showbox div {
	width: 564px;
	height: 260px;
	display: block;
	background: url(../images/ui/showborder.png) no-repeat;
}

.showbox p {
	width: 260px;
	height: auto;
	float: right;
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 1em;
	color: #FFF;
}

a.back, a.info {
	display: block;
	text-indent: -9000px;
	margin: 5px 20px 0px 20px;
	text-align: center;
	float: left;
}

a.back {
	height: 72px;
	width: 130px;
	background: url(../images/ui/back-list-button.jpg) no-repeat;
	margin: 5px 30px 0px 160px;
}

a.info {
	height: 79px;
	width: 78px;
	background: url(../images/ui/more-info-button.jpg) no-repeat;
}

a.back:hover, a.back:focus {
	background: url(../images/ui/back-list-button.jpg) no-repeat;
}

a.info:hover, a.info:focus  {
	background: url(../images/ui/more-info-button.jpg) no-repeat;
}


