#left_content {
	position: relative;
	float:left;
	padding: 30px 0px 30px 30px;
	width:640px;
}

#shop_logos{
	float:right;
	width:450px;
}


.shop_logo{
	float:left;
	margin: 0 0 10px 10px;
	width:100px;
	height:90px;
	text-align:center;
	border: 1px solid #d1d1d1;
	font-size:9px;
	line-height:10px;
	cursor:pointer;
}

.shop_logo:hover{
	border: 1px solid #00a4e7;
}

select{
	width:180px;
}

#type_menu{
	float:left;
	width:180px;
	text-align:right;
}

#type_menu H1{
	font-size:24px;
	line-height: 24px;
	font-weight:normal;
	margin-bottom:20px;
	letter-spacing:1px;
	color:#979797;
}

#type_menu ul{
	border-bottom:1px solid #e1e1e1;
}

#type_menu li{
	padding: 4px 0px 4px 0;
	margin: 0 0 0 0;
	list-style: none;
	background: none;
	border-top:1px solid #e1e1e1;
	font-size:14px;
}

#type_menu li a{
	color:#686868;
}

#type_menu li a:hover, #type_menu li.current_type a{
	color: #00a4e7;
	text-decoration:none;
}