@charset "utf-8";
/* CSS Document */

.prodBox
{
	position:relative;
	width:740px;
	margin:2px;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	float:left;
}	
	
.prodImage
{
	position:relative;	
	width:140px;
	padding:5px;
	text-align:left;
	float:left;	
}

.prodThumb
{
	position:relative;
	height:81px;
	width:123px;
	border-width:1px;
	border-color:#dcc;
	}
	
.prodDetail
{
	position:relative;	
	width:570px;
	float:left;	
	}	
	
.prodInformation
{
	position:relative;	
	width:560px;
	padding-left:5px;
	text-align:left;
	}	
	
.prodAction
{
	text-align:center;
	position:relative;	
	text-align:left;
	width:575px;
	float:left;	
	margin:3px;	
	}	
