@charset "utf-8";
/* CSS Document */

.side_cart_title {
	float:left;
	width:60px;
	margin-top:7px;
	margin-left:30px;
	color:#555555;
	font-size:13px;
}

.side_cart_items {
	margin-top:-5px;
	padding-top:0px;
	text-align:left;
	color:#898989;
	font-size:16px;
	cursor:pointer;
}

.side_cart_msg_container{
	position:absolute;
	right:-148px;
	top:-42px;
	width:200px;
	visibility:hidden;
}

.side_cart_msg_content_l{
	float:left;
	background:url(/images/add_cart_msg_l.png);
	width:24px;
	height:31px;
}

.side_cart_msg_content_c{
	float:left;
	background:url(/images/add_cart_msg_c.png) repeat-x;
	height:26px;
	font-size:10px;
	color:#241d14;
	padding-top:5px;
	padding-right:16px;
}

.side_cart_msg_content_r{
	float:left;
	background:url(/images/add_cart_msg_r.png);
	width:8px;
	height:31px;
}
