/* --------------------------------

	���i�ꗗ MODULE:catalog-category

-------------------------------- */

.cList_nav {
	margin-bottom: 10px;
}

.cList_nav ul:after {
	display: block;
	clear: both;
	content: '';
}

.cList_nav ul li {
	float: left;
	width: 75px;
	padding: 0;
	background: none;
	font-size: 12px;
	text-align: center;
}

.cList_nav ul li a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

.cList_nav ul li a.selected {
	font-weight: normal;
}

.cList_nav ul li:first-child a {
	border-left: none;
	-webkit-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.cList_nav ul li:last-child a {
	-webkit-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


/* --------------------------------

	���i�ڍ� catalog_detail.htm

-------------------------------- */

.itemMainImage {
	margin: 0 0 10px;
}

.itemThumb {
	overflow: hidden;
	width: 300px;
}

.itemThumb ul {
	width: 312px;
}

.itemThumb ul:after {
	display: block;
	clear: both;
	content: '';
}

.itemThumb ul li {
	float: left;
	width: 92px;
	margin: 0 12px 5px 0;
	padding: 0;
	background: none;
}

.itemThumb ul li img {
	width: 92px;
}

.itemTable table th {
	width: 100px;
}

.soldOut {
	margin: 0 0 10px;
	text-align: center;
	font-size: 114%;
}

.purchasePrice {
	font-size: 114%;
}

.buBuy {
	margin-bottom: 30px;
	text-align: center;
}

.buBuy input[type="submit"] {
	width: 80%;
	padding: 10px 0;
}


/* --------------------------------

	���i�������� catalog_search.htm

-------------------------------- */

/* Disable EC message
-------------------------------------*/

.disable_ec {
	text-align: center;
}
.disable_ec_message > p{
	display: inline-block; 
	text-align: left;
	color:#FF0000;
}
