/*
	Stylesheet for showing Acem online enrolment and user registration
	This stylesheet works together with
	- core.css - main elements
	- course.css - elements related to the display of course information	
	- <site name>.css - site spedific stylesheet
*/


/* acem_shop_basket.tpl */

.basketList	{
	width: 100%;
}

.basketList	th {
	font-weight: bold;
	font-size: small;
	padding: 0 4px;
	vertical-align: bottom;
}

.basketList	td {
	padding: 0 6px; 
}

.bglight	{
	background: #eee;
}

.bgdark	{
	background: #dedede;
}

/* shipping_address_check.tpl */
.shippingAddressField	{
	margin: 15px 0 20px 0;
}

/* user_login.tpl 
	user_register.tpl
*/

.loginField	{
	float: right;
	width: 365px;
	margin-top: 0px;
	clear: right;
	padding-left: 6px;
}

.newProfileField {
	float: left;
	width: 365px;
	clear: left;
}

.loginField h2, .newProfileField h2	{
	background-color: #ccc;
	padding: 2px 0 2px 4px;
	margin-left: 0 0 4px -6px;
	font-size: small;
	font-weight: bold;
}

.warning, .feedback {
		margin-top: 6px;
}

.warning	strong {
	color: red;
}

.feedback strong	{
	color: green;
}

label	{
	font-weight: bold;
	margin: 1px 0;
	display: block;
}

.labelbreak	{
	clear: none;
	margin: 1px 0;
}

.break	{
	clear: none;
	margin: 1px 0;
}

.block	{
	margin: 1px 0 10px 0;
	width: 400px;
	display: block;
}

.buttonblock	{
	margin-top: 4px;
	margin-bottom: 2px;
	clear: left;
}

.element	{
	margin: 5px 0;
	clear: both;
}

.element input	{
	clear: both;
}

.date	{

}

.loginHelp	{
	float: right;
	width: 250px;
	margin: 5px 0 7px 2px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #ccc;
}

.userProfileInfo dl {
	font-size: small;
}

.userProfileInfo dt	{
	font-weight: bold;
	margin-top: 7px;
}

.userProfileInfo dd	{
	font-weight: normal;
	margin-left: 0px;
}

/* ezpaynetdirect_cc_management.tpl */

table#cc tr:hover	{
	background-color: transparent;
}