﻿#MainWrap
{
	background: url(../Images/background.gif) repeat-y;
}
.product
{
	float: left;
	width: 315px;
}
.product .picture
{
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
}
.product .info
{
	float:right;
	height:175px;
	width:190px;
	padding-right: 10px;
}
.product .info p
{
	font-size: 1.15em;
	height: 53px;
	overflow: hidden;
}
.product .header a
{
	display: block;
	height: 30px;
}
.product H3 *
{
	font-size: 1em;
	font-weight: bold;
}
.product H3 A
{
	color: #65738E;
}
.product H3 .new_price
{
	color: #CC0000;
}
.product H3 em
{
	color: #696969;
	text-decoration: line-through;
	font-weight: normal;
}
.product span
{
	display: block;
}
.product .btnBuy
{
	color: #F48E36;
	font-weight: bold;
	font-size: 1em !important;
	text-decoration: none;
	padding-left: 1em;
}
.product .btnMore
{
	color: #65738E;
	font-weight: bold;
	font-size: 1.1em;
	background: url(../Images/morearrow.gif) right no-repeat;
	padding-right: 18px;
}
.paging
{
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
}
.paging a
{
	font-weight: bold;
	color: #65738E;
}