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

.product_container{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}
.product_container h1{
	font-size: 18px;
}
.product{
	margin: 3px;
	float: left;
	width:130px;
	background-color: #F3F3F3;
	text-align: center;
	height: 120px;
	padding: 7px;
}
.product a{
	background-color: #F3F3F3;
	display: block;
	padding: 3px;
	text-decoration: none;
	height: 115px;
}

.product a:hover{
	background-color: #E4E4E4;
	text-decoration: none;
	color: #FF0000;
}

.product img{
	padding: 1px;
	border: 2px solid #E5E5E5;
	height: 70px;
	width: 100px;
}

.product .title{
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
}

.product_detail{

}
.product_detail a{
	color: #000000;
	text-decoration: none;
}
.product_detail a:hover{
	color: #FF0000;
	text-decoration: none;
}

.product_detail h3{
	background-color: #FFCC00;
	padding: 5px;
}

.product_detail img{
	padding: 1px;
	border: 2px solid #F2F2F2;
}
.product_detail .tag{
	font-weight: bold;
	background-color: #E9E9E9;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.product_detail .desc{
	padding: 5px;
}
.product_cat{
	color: #000000;
	background-color: #FFCC00;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E1B500;
	border-bottom-color: #FFCC00;
}
.product_cat_title{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
