#left {
	float:left;
	padding-top:25px;
}
#left a {
	width:104px;
 	height:112px;
 	background-image:url('../images/artshop_cat_out.jpg');
 	display:block;
 	color:#ADADAD;
 	text-decoration:none;
 	line-height:112px;
}

#left a:hover {
 	 background-image:url('../images/artshop_cat_over.jpg');
 	 color:#FFF;
 	 text-align:right;
} 
#left a.current {
 	 background-image:url('../images/artshop_cat_current.jpg');
 	 color:#FFF;
 	 text-align:right;
 }

#main {
	float:right;
	width:776px;
	display:inline;
	margin-bottom:15px;
}
#category_wrapper {
	height:330px;
	overflow:hidden;
	position:relative;
}
#category_list {
	position:absolute;
}
#main #category_list a {
	margin-top:8px;
	background-image:none;
	height:102px;
	width:98px;
	margin-left:12px;
	display:inline;
 	float:left;
 	text-decoration:none;
 	text-align:center;
 	color:#9FA371;
 	line-height:13px;
 	overflow:hidden;
}
#main #category_list a:hover {
	 background-image:none;
 	 color:#9FA371;
 	 text-align:center;
}
#main #category_list a span {
	background-color:#F6F6F6;
	height:87px;
	width:98px;
	display:block;
	cursor:pointer;
}
#category_list div {
	background-image:url(../images/artshop_bumped.jpg);
	background-repeat:none;
	width:780px;
}
#category_top, #category_bottom {
	height:25px;
	cursor:pointer;
	background-position:center center;
	background-repeat:no-repeat;
}
#category_top {
	background-image:url('../images/arrowup.jpg');
}
#category_bottom {
	background-image:url('../images/arrowdown.jpg');
	background-position:center 15px;
}

#infos {
	margin-top:15px;
	float:right;
	width:777px;
	margin-left:0px;
	background-image:url('../images/boxmid.jpg');
	background-position:left;
}
#infos_inner {
	background-image:url('../images/boxmid.jpg');
	background-repeat:repeat-y;
	text-align:center;
	background-position:left;
	padding:30px;
	padding-top:20px;
	padding-bottom:20px;
	min-height:100px;
}
#infos_boxtop {
	background-image:url('../images/boxtop.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	background-position:left;
	height:10px;
}
#infos_boxbottom {
	background-image:url('../images/boxbtm.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	background-position:left;
	line-height:10px;
	position:relative;
	height:10px;
}
#infos h2 {
	color:#A0A65C;
	margin-bottom:5px;
}
#infos h3 {
	text-align:left;
	margin-bottom:10px;
}
