@charset "UTF-8";
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 100%;
	background-image: url(../images/headerstripe_loop.jpg);
	background-repeat: repeat-x;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	list-style-image: url(../images/arrow.gif);
}
#cart {
	width: 800px;
	margin: 0 auto;
}
.carttext a:link {
	color: #FFFFFF;
}
.carttext {
	color: #FFFFFF;
}
#checkoutcontainer {
	width: 800px;
	margin: 0 auto;
}
#failure {
	width: 800px;
	margin: 0 auto;
}
#confirm {
	width: 800px;
	margin: 0 auto;
}
#checkoutsucces {
	width: 800px;
	margin: 0 auto;
}
.image {
	padding: 10px;
	border: 1px solid #ccc;
}
.footertext  {
	color: #333333;
}
.footertext  a:link  {
	color: #333333;
	text-decoration: underline;
}
.text a:link {
	color: #333333;
	text-decoration: underline;
}
.textheader {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.button {
	background-color: #252525;
	height: 30px;
	width: 120px;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 3px solid #000000;
}
.shipping {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #353C48;
	font-weight: bold;
}
