@charset "utf-8";
/* CSS Document */

/* GLOBAL CLOCK STYLES ************************************************************************/
#categoryRegion{
	margin:0 50px;
}

/* CATEGORY LISTING ***************************************************************************/
#catDesTL{
	width:49%;
	border-bottom:#bbab9b 1px solid;
	border-right:#bbab9b 1px solid;
}
#catDesTR{
	width:50%;
	border-bottom:#bbab9b 1px solid;
}
#catDesTL, #catDesTR{
	height:60px;
	float:left;
}
#catList{
	float:left;
	width:30%;
	border-right:#bbab9b 1px solid;
	padding:16px 16px 40px 0;
	text-align:right;
	line-height:24px;
}
#catList ul{
	list-style-type:none;
}
#catList a {
	color:#000;
	text-decoration:none;
}
#catList a:hover{
	text-decoration:underline;
}
.catListImage{
	float:left;
}

/* PRODUCTS LIST ***************************************************************************/
.productPreview{
	width:200px;
	display:inline-block;
	text-align:center;
	font-size:10px;
	margin:0 0 50px 0;
}
.productPreview img{
	border:none;
	margin:0;
	padding:0;
}