#shopcontent {
	width: 885px;
}

#shopcontent .shopbackground {

}

#shopcontent * {
	margin: 0px;
	padding: 1px;
}
#shopcontent .errortxt {
	color: #cc0000;
	font-weight: bold;
}

/*
#shopcontent .loginbox form {
	background-color: #8DACEB; /* light blue 
}
*/
#shopcontent .fontbold {
	font-weight: bold;
}

#shopcontent hr {
	border: 1px solid #EB1C24; /* dark red */
}

#shopcontent .shopbutton {
	background-color: #1685c1; /* menu blue */
	color: white;
	border-width: 0px; 
	padding: 2px 6px;
	cursor: pointer;

}

#shopcontent .shopbutton:hover {
	color: #ddf;
}

#shopcontent .catlist_back {
	background-color: #1B4496;
}

#shopcontent .catlist_item {
	color: white;
}

#shopcontent .tableheader {
	color: black;
	font-weight: bold;
	font-size: 13px;
}

#shopcontent .line-item {
}

#shopcontent .order-total {
	color: black;
	font-weight: bold;
	font-size: 13px;
}

#shop-menu a {
	margin: 4px 18px;
	float: right;
}
