@charset "utf-8";
/* CSS Document */



#showcart {
	padding: 10px;
/*	background-color: #FFFFFF;
*/	font-size: .9em;
}
.carttext {
	font-size: 1em;
}

.caption_bkgnd {
	background-color: #005D60;
}

/*#showcart a:link, #showcart a:active, #showcart a:visited, #showcart a:hover {
text-decoration:underline;
}
*/
.mybutton
{
	color: #DCCBB8;
	border: 2px outset #d7b9c9;
	background-color: #005D60;
	font-weight: bold;
	font-size: 0.9em;
} 

.floatleft {
	float:left;
}

.floatright {
	float:right;
}