﻿@charset "utf-8";
/* CSS Document */
.product-content{
	border:10px solid rgb(230,230,230);
	padding:10px;
	margin-bottom:30px;
	}
.product-content img{
	margin-bottom:20px;
	}
.product-content p{
	line-height:24px;
	font-size:12px;
	margin:0;
	}
.product-content:hover{
	border:10px solid rgb(21,100,195);
	}
.productshow-photo img{
	margin-bottom:30px;
	border:10px solid rgb(230,230,230);
	}
.productshow-foot p{
	line-height:24px;
	margin-top:10px;
	}
.productshow-bottom div img{
    max-width:100%;
}