@charset "utf-8";
.Container {
	height: auto;
	width: 922px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.Title {
	clear: both;
	float: left;
	height: 300px;
	width: 922px;
	margin-top: 2px;
	border: none;
}


.MainTable {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #FFF;
}

table.MainTable tr td a {
    display: block;
    text-decoration: none;
} 

table {
	border-collapse: collapse;
	width: 922px;
 }
 
.MainTable td {
	padding: 5px;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 25%;
	border: 1px dotted #DDD;
}

.ItemImg img {
	border: 0px;
	vertical-align: middle;
}


h4 {
	text-align: center;
	height: 34px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: center;
	margin: 0px;
}

h6 {
	color: #EA0000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

.OldPrice {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: center;
}
.FinalPrice {
	color: #EA0000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666;
	width: 922px;
	padding-top: 2px;
	line-height: 18px;
	float: left;
}

.ItemImg {
	text-align: center;

}
.Items {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
.Items li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 212px;
	float: left;
	height: 148px;
	padding: 4px;
	margin: 4px;
	display: inline;
	background-image: url(img/bg_gridline.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left -1px;
}

.Items li a {
	display: block;
}
.Items li img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Items sup {
	font-size: 14px;
}
.Items .ItemName {
	font-size: 12px;
	display: block;
	clear: both;
	padding-top: 2px;
}

.Items li .RegPrice {
	font-size: 12px;
	color: #666;
	padding-top: 15px;
	padding-left: 15px;
	display: block;
	float: left;
}
.Items li .SalePrice {
	padding-left: 15px;
	font-size: 24px;
	display: block;
	float: left;
	width: 90px;
}
.Items li .MirPrice {
	clear: right;
	display: block;
	font-size: 11px;
	font-style: italic;
}
