/*
	Catalog
*/

#div_catalog_loading, #div_catalog_trans {
	position: 			absolute;
	top:				120px;
	left:				25px;
	width:				920px;
	height:				580px;
	background-color: 	#f7f8ff;
	color: 				#000000;
	text-align:			center;
	z-index:			10;
}

#div_catalog_trans {
	filter:				alpha(opacity=70);
	-moz-opacity:		0.7;
	opacity: 			0.7;
	display:			none;
}

#div_articel_load {
	position: 			absolute;
	top:				155px;
	left:				30px;
	width:				920px;
	height:				580px;
	text-align:			center;
	display:			none;
	z-index:			10;
}

.catalog_loading_item {
	position: 			absolute;
	top:				200px;
	left:				305px;
	width:				300px;
	height:				60px;
	border: 			solid 1px #D4D4D4;
	background-color: 	#FFFFFF;
	color: 				#000000;
	text-align:			center;
	padding:			5px;
	font-size:			14px;
	letter-spacing:		2px;
}

#div_catalog {
	position: 			absolute;
	top:				155px;
	left:				30px;
	width:				1000px;
	height:				590px;
}

.catalog_brand {
	position: 			absolute;
	top:				0px;
	left:				0px;
	width:				160px;
	height:				450px;
	text-align:			center;
	border: 			solid 1px #D4D4D4;
	background-color: 	#FFFFFF;
	color: 				#000000;
}

.catalog_col {
	position: 			absolute;
	top:				40px;
	left:				0px;
	width:				160px;
	height:				540px;
}

.catalog_col_title {
	width:				100%;
	text-align:			center;
	font-weight:		bold;
	height:				40px;
	display:			none;
}

.catalog_cell, .catalog_cell:hover {
	width: 				160px;
	height: 			195px;
	margin: 			0px;
	text-align: 		center;
	font-size: 			10px;
}

.catalog_cell:hover {
	background-color: 	#EFEFEF;
}

#catalog_empty {
	position: 			absolute;
	width: 				100%;
	height: 			145px;
	margin: 			0px;
	padding: 			2px;
	text-align: 		center;
	font-size: 			12px;
	top:				150px;
}

#div_nav {
	position: 			absolute;
	top:				120px;
	left:				290px;
	width:				390px;
	height:				30px;
	border-bottom:		solid 1px #D4D4D4;
	border-top:         solid 1px #D4D4D4;
	background-color: 	#FFFFFF;
	line-height:		30px;
}

#div_nav_left {
	position:			absolute;
	left:				5px;
	line-height:		30px;
	height:				30px;
}

#div_nav_middle {
	position:			absolute;
	left:				125px;
	line-height:		30px;
	text-align:			center;
	width:				150px;
	height:				30px;
	display:			block;
}

#div_nav_right {
	position:			absolute;
	right:				5px;
	line-height:		30px;
	text-align:			right;
}

#div_ctl_title, #div_ctl_search_title {
	position: 			absolute;
	top:				120px;
	left:				30px;
	width:				260px;
	height:				30px;
	border: 			solid 1px #D4D4D4;
	border-right:       none;
	background-color: 	#FFFFFF;
	text-align:			center;
	line-height:		30px;
	font-weight:		bold;
	font-size:			13px;
}

#div_ctl_search_title {
	display:			none;
}

#div_ctl_search, #div_ctl_search_down {
	position: 			absolute;
	top:				120px;
	left:				680px;
	width:				260px;
	height:				30px;
	border: 			solid 1px #D4D4D4;
	border-left:        none;
	background-color: 	#FFFFFF;
	text-align:			center;
	line-height:		30px;
}

#div_ctl_search_down {
	top:				610px;
}

#div_ctl_banner {
	position: 			absolute;
	top:				90px;
	left:				30px;
	width:				910px;
	height:				25px;
	border: 			solid 1px #D4D4D4;
	background-color: 	#F4F4F4;
	color:				#222222;
	text-align:			center;
	line-height:		25px;
	font-weight:		bold;
}

#div_ctl_itemnumber {
	position: 			absolute;
	top:				610px;
	left:				30px;
	width:				650px;
	height:				30px;
	border: 			solid 1px #D4D4D4;
	border-right:       none;
	background-color: 	#FFFFFF;
	text-align:			center;
	line-height:		30px;
}

#div_ctl_itemnumber_failed {
	position: 			absolute;
	top:				300px;
	left:				255px;
	width:				450px;
	height:				130px;
	border: 			solid 1px #D4D4D4;
	background-color: 	#FFFFFF;
	color: 				#000000;
	text-align:			center;
	padding:			5px;
	font-size:			12px;
	letter-spacing:		2px;
	z-index:			20;
	display:			none;
}

#div_ctl_search_form {
	position: 			absolute;
	top:				120px;
	left:				685px;
	width:				255px;
	height:				520px;
	border: 			solid 1px #D4D4D4;
	background-color: 	#FFFFFF;
	text-align:			left;
	z-index:			5;
	display:			none;
}