@charset "iso-8859-1";
/* CSS Document */
body
	{
	margin: 0px;
	padding: 0px;
	background-image:url(../images/rightBg.gif);
	background-repeat:repeat-x;
	font: "Courier New", Courier, monospace;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color:#FFFFFF;
	background-color: #fa00ca;
	}

a
	{
	color: #ffffff;
	text-decoration: none; 
	}

a:active
	{
	}
	
a:hover
	{
	color: #00FF00;
	}

a:link
	{
	}

a:visited
	{
	}

h1
	{
	padding:10px 10px 0px 10px;
	margin:0px;
	font-size: 24px;
	font-weight: bold;
	}

h2
	{
	padding:0px 0px 10px 0px;
	margin:0px;
	font-size: 14px;
	font-weight: bold;
	}

img
	{
	border: none;
	}

input
	{
	font: "Courier New", Courier, monospace;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	}

table
	{
	border-collapse: collapse;
	width:100%;
	}

td
	{
	vertical-align:top;
	}

th
	{
	text-align: left;
	}

.top
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 141px;
	margin: 0px;
	padding: 0px;
	}

.left
	{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 850px;
	width: 326px;
	float: left;
	margin: 141px 0px 0px 0px;
	padding: 0px;
	background-color:#000000;
	}

.right
	{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 850px;
	right: 0;
	float: left;
	margin: 0px 0px 0px 326px;
	padding: 141px 0px 0px 0px;
	background-repeat: no-repeat;
	}

.text
	{
	padding: 10px;
	}

.cartOverview
	{
	padding: 10px;
	margin: 0px 10px 0px 10px;
	border-top: 1px dashed white;
	border-bottom: 1px dashed white;
	}
	
.productOverview
	{
	padding: 10px;
	}

.productOverview ul
	{
	margin: 0px;
	padding: 0px;
	}

.productOverview li
	{
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}

.right .productOverview li
	{
	float: left;
	width: 30%;
	padding: 10px;
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
	}

.right .productOverview .image
	{
	width: 150px;
	height: 150px;
	padding: 0px;
	margin: 0px auto 0px auto;
	clear: both;
	background-color: #f5f5f5;
	}

.productOverview li.first
	{
	font-size: 16px;
	font-weight: bold;
	}

.productDetails
	{
	padding: 10px 0px 10px 0px;
	}

.highlight
	{
	font-size: 16px;
	font-weight: bold;
	}

.ffFix
	{
	clear: both;
	}
	
.error
	{
	border: 1px solid red;
	background-color: #f99d9d;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	clear: both;
	margin: 10px;
	color: #000000;
	}
	
.success
	{
	border: 1px solid #33FF00;
	background-color: #CCFFCC;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	clear: both;
	margin: 10px;
	color: #000000;
	}

