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

