@charset "utf-8";
/* CSS Document */

.side_cart_container {
	float:right;
	background-image:url(/images/cart_roze.png);
	background-repeat:no-repeat;
	width:106px;
	height:25px;
	margin-right:3px;
	margin-top:-2px;
	cursor:pointer;
	}
.side_cart_title {
	float:left;
	width:60px;
	margin-top:7px;
	margin-left:30px;
	color:#555555;
	font-size:13px;
	font-weight:bold;
	text-shadow:#FFF 1px 1px;
	}
.side_cart_items {
	float:left;
	width:90px;
	margin-left:40px;
	text-align:left;
	color:#63c3e6;
	font-size:22px;
	font-weight:bold;
	}
.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;
}
