/* NEW ARRIVAL */
.newArrival{
	display:inline-block;
	font-size: 18px;
}
.newArrivalImage{
	float:left;
	width: 312px;
	height: 220px;
	margin-left: 100px;
}
.newArrivalImage .ribbon {
    background:url(../images/ribbon.png) no-repeat;
    width: 312px;
    height:111px;
	position:relative;
	margin-top: -217px;
	margin-left: -3px;
    z-index:300;
}
.newArrivalImage img{
	width: 300px;
}
.newArrivalDetail{
	float:right;
	width: 300px;
	padding-top: 20px;
	margin-left: 30px;
}
.newArrivalDetail label{
	display: block;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.newArrivalDetail span {
	color:#666666;
	font-weight: normal;
	text-align:left;
	padding-left: 5px;
}
/* HOT PRODUCT */
.hotProduct{
	display:inline-block;
	width: 100%;
	font-size: 11px;
	background-color: #FFF;
	margin-left: 1px;
}
.hotProduct #block_1 { float: left; width: 34%; margin-left: 33%; margin-top: 20px;}
.hotProduct #block_2 { float: left; width: 33%; margin-left: -67%; margin-top: 20px;}
.hotProduct #block_3 { float: left; width: 33%; margin-top: 20px;}

.hotProductBoxImage{
	float:left;
	text-align: right;
	width: 51%;
}
.hotProductBoxImage img{
	width: 130px;
	margin-top: 5px;
}
.hotProductBoxDetail{
	float:right;
	width: 45%;
	margin-left: 5px;
}
.hotProductBoxDetail label{
	display: block;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.hotProductBoxDetail span {
	color:#666666;
	font-weight: normal;
	text-align:left;
	padding-left: 2px;
}
/* CATEGORY */
.category {
	width:760px;
}

/* IMAGE */
.imagedropshadow {
	padding: 5px;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}
.productImageThumb img{
	width: 100px;
}



/* CATEHORY */
.categoryStyle{
	width: 160px; /*  width: 193px; */
	height: 210px; /* height: 155px; */
	/* background: url(../images/categoryFrame.png) no-repeat; */
	display: inline-block;
	text-align: center;
	margin-left: 20px;
	margin-top: 20px;
	
}
.categoryStyle .text{
	width: 165px;
	margin-top: -200px;
	font-size: 16px;
	font-weight: bold;
}


/* STYLE */
.stylePane{
	margin-left: -14px;
}
.styleBox{
	width: 243px;/*287px;*/
	background: url(../images/styleBody.png) repeat-y;
	display: inline-block;
	text-align: center;
	margin-right: 15px;/*39px;*/
	vertical-align: top;
	padding-bottom: 20px;
	height: 157px;/*169px;*/
}
.styleHead{
	background: url(../images/styleHead.png) no-repeat left bottom;
	height: 35px; /*47px;*/
	line-height: 24px;/*36px;*/
	color: #FFF;
	text-align: center;
	font-size: 16px; /*18px;*/
	margin-top: 10px;
}
.styleImage{
	width: 228px;/*272px;*/
	padding-left: 15px;
	text-align: center;
	height: 102px;/*122px;*/
}
.styleImage img{
	height: 102px;/*122px;*/
}

/* COLOR */
.colorFrame25{
	width:25px;
	height:25px;
	background-image:url(../images/colorFrame25.png);
	background-size: 25px;
	display: inline-block;
}
.colorFrame20{
	width:20px;
	height:20px;
	background-image:url(../images/colorFrame20.png);
	background-size: 20px;
	display: inline-block;
}

/* PRODUCT ITEM */
.productItem{
	display:inline-block;
	font-size: 18px;
}
.productItemImage{
	float:left;
	width: 312px;
	height: 220px;
	margin-left: 100px;
}
.productItemImage .ribbon {
    background:url(../images/ribbon.png) no-repeat;
    width: 312px;
    height:111px;
	position:relative;
	margin-top: -217px;
	margin-left: -3px;
    z-index:300;
}
.productItemImage img{
	width: 300px;
}
.productItemDetail{
	float:right;
	width: 300px;
	padding-top: 20px;
	margin-left: 30px;
}
.productItemDetail label{
	display: block;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.productItemDetail span {
	color:#666666;
	font-weight: normal;
	text-align:left;
	padding-left: 5px;
}


.productImageThumb{
	padding-left: 150px;
}

/* tableData */
.tableData table{
	border-collapse:collapse;
}
.tableData th{
	background: url(../images/topic_bg.png) repeat-x;
	height: 28px;
	font-weight: bold;	
	text-align:center;
	line-height: 28px;
}
.tableData table, .tableData th, .tableData td{
	/*border: 1px solid #999;*/
}
.tableData tr.first{
	background-color:#FFF;
}
.tableData tr.second{
	background-color:#EEE;
}
.tableData td{
	text-align:center;
}
.tableData td.alignLeft{
	padding-left: 50px;
	text-align:left;
}
.tableData td.alignRight{
	padding-right: 50px;
	text-align:right;
}
