/*
 * FUN-TECH
 * Style Sheet for index.html/iframe
 * 20100722
 *
 */

body{
	background-color: transparent;
}

#index_newprod_inner{
	width: 985px;
	margin: 20px 0 0 0;
}

.block_index_newprod{
	float: left;
	width: 225px;
	margin: 0 20px 0 0;
}

.block_index_newprod h3{
	position: relative;
	top: 115px;
	width: 225px;
	height: 10px;
	margin: 0;
	font-size: 77% !important;
	line-height: 10px;
}

.block_index_newprod h3 a:link{
	color: #eb9412;
}

.block_index_newprod h3 a:visited{
	color: #eb9412;
}

.block_index_newprod h3 a:link:hover,
.block_index_newprod h3 a:visited:hover{
	color: #5c5c5c;
}

.block_index_newprod p{
	margin: 0;
	font-size: 77% !important;
}

.block_index_newprod p img{
	vertical-align: bottom;
}

.block_index_newprod p.newprod_photo{
	position: relative;
	top: -10px;
	overflow: hidden;
	width: 225px;
	height: 160px;
	padding: 4px 0 0 0;
	background-color: #ba1018;
}

.block_index_newprod p.newprod_desc{
	overflow: hidden;
	height: 50px;
	padding: 5px 0 0 0;
	line-height: 1.3;
}

.block_index_newprod p.newprod_btn{
	margin: 5px 0 0 0;
}

