/* CSS Document */
.slimCartTab {
}
#slimCart {
	font-size: 85%;
}
#tabLeft {
	background-image: url(../../images/green_box_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tabLeft #tabRight {
	background-image: url(../../images/green_box_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: none;
}
#tabContent {
	background-image: url(../../images/green_box_top_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-right: 8px;
	margin-bottom: 0px;
	padding: 4px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #666666;
}

