@charset "UTF-8";
/* CSS Document */

body {
	background: #CCC url(images/body_bg.gif) repeat-y center;
	}

#header {
	}

.buttonBox {
	background:url(images/buttonBox_bg.gif);
	margin-bottom: 20px;
	padding:20px 0;
	}
.button-details {
	background:url(images/button_details.gif) no-repeat;
	height: 75px;
	width: 330px;
	}
.button-details:hover {
	background-position: 0 -75px;
	}

.itemBox .item-Next a {
	background:url(images/icon_next.gif) no-repeat right center;
	color: #F00;
	padding-right: 18px;
	} 
.itemBox .item-Next a:hover {
	color: #F99;
	}
