.error
{
	color: red;
}
#content table.chkt span.error
{
	display: block;
	font-weight: bold;
}

#cartContainer
{
	background-image: none;
	text-align: center;
	color: #FFE846;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	top: auto;
	left: auto;
	width: 400px;
	height: auto;
	background-repeat: no-repeat;
	padding: 0px 0px;
	line-height: 26px;
	background-color: #A61122;
}

#cartContainer #cartContent
{
	padding-right: 2px;
	margin: 2px 1px 2px 1px;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	color: #007010;
	line-height: normal;
	height: auto;
	width: 396px;
	overflow: auto;
	
	background-color: #FFFFA7;
}

#cartContainer #cartContent ul
{
	padding: 0;
	margin: 0 0 0 2px;
}

#cartContainer #cartContent ul li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#cartContainer #cartContent ul li img
{
	float: left;
	border: 1px solid #A61122;
	margin-right: 5px;
}


#cartContainer #cartContent li.cartItem
{
	padding-bottom: 4px;
	border-bottom: 1px solid #060;
	margin-top: 4px;
}

#cartContainer #cartContent li.cartItem input
{
	float: left;
}

.priceLabel
{
	color: #0690FA;
	font-weight: bold;
	font-size: 110%;
}
#cartContainer #cartContent li.cartItem .price
{
	float: right;
}
#content a#orderButton, #content a#orderButton:VISITED
{
	width: 220px;
	height: 32px;
	background-image: url(img_std/arrowButton_off.gif);
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	margin-top: 1em;
	cursor: pointer;
}
#content a#orderButton:HOVER
{
	background-image: url(img_std/arrowButton_on.gif);
}

.hint
{
	font-size: 90%;
	font-weight: normal;
}

#content table.chkt
{
	width: 400px;
}
#content table.chkt th
{
	background-color: #ccc;
	width: 12em;
}

#checkout
{
	position: absolute;
	top: 153px;
	left: 0px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 220px;
	/*position: relative;*/
}

#checkout li
{
	display: block;
	padding: 0;
	text-align: center;
	margin: 3px 0 0 0;
	height: 24px;
}
* html #checkout li
{
	margin: -1px 0 0 0;
}
#checkout li a, #checkout li a:VISITED
{
	display: block;
	padding-top: 4px;
	text-decoration: none;
	/*background-color: #FF791B;*/
	background-image: url(img_std/buy_off.gif);
	color: #ffffff;
	margin: 0;
	vertical-align: bottom;
	width: 220px;
	height: 24px;
	font-size: 110%;
	font-weight: bold;
	background-repeat: no-repeat;
}
#checkout li a:HOVER
{
	/*background-color: #A61122;*/
	background-image: url(img_std/buy_on.gif);
	color: #ffffff;
}

#checkout li a.inactive, #checkout li a.inactive:VISITED, #checkout li a.inactive:HOVER
{
	background-image: url(img_std/inactive_button.gif);
	color: #aaa;
}

div#loginContainer
{
	border: 1px solid #000;
	background-color: #BEE0FA;
	padding: 0 10px 0 10px;
	width: 600px;
}

#loginError, #createError
{
	color: #ff0000;
	font-weight: bold;
	display: none;
}


