
/***********************************/
.mo-outer{
	width:100%; 
	height:150px;
	border-bottom:2px solid #F3F3F3; 
	background:#fff;
	}
.mo-outer:hover{
	background:#F3F3F3;
	}
.mo-im{
	float:left;
	width:15%; 
	height:150px;
	}
.mo-im img{
	width:200px; 
	height:150px;
	}
.mo-product-det{
	float:left; 
	width:85%; 
	height:150px;
	}
.mo-product-name{
	width:100%; 
	height:22px; 
	margin-top:4px;
	}
.mo-product-name p{
	margin:0px;
	color:#333;
	text-shadow: 2px 1px 1px #DDDDDD;
	font-size:17px;
	}
.mo-product-price{
	width:100%;
	height:25px;
	}
.mo-product-price-text{
	float:left; 
	width:50%;
	}
.mo-product-price-text p{
	margin:1px;
	font-size:15px;
	}
.link-p-colr{
	color:#333;
	}