/* <?php
*/

/* Shop Styles here please
*/
.legalinfo {
	background: lightgray;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}
/*
General Formatting
*/
.formLabel {
	float:left;
	width:30%;
	text-align:right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: left;
}

.formField {
	float:left;
	width:60%;
	margin: 2px;
		
}
/**
* Administration Styles
*/
.adminListHeader {
	float:left; height: 48px; background-repeat: no-repeat;
	text-align: left; font-size: 18px; font-weight: bold;
	padding-left: 80px;	
}

.labelcell {
	margin-left: auto;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	width: 30%;
}

/**
* Errors, Warnings and Info formatting
*/
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #FF0000;
  	width: 100%;
  	clear: both;
  	vertical-align: middle;
  	border-collapse: collapse;
  	padding: 0px 0px 0px 0px;
}
.shop_error {
  	background-color: #fff;
	background-repeat:no-repeat;
}
.shop_warning {
  	background-color: #fff;
	background-repeat:no-repeat;
}
.shop_info {

  	background-color: #fff;
	background-repeat:no-repeat;
}
.shop_tip {
	background-color: #fff;
	background-repeat:no-repeat;
}
.shop_debug {
	background-color: #fff;
	background-repeat:no-repeat;
}
.shop_critical {
	background-color: salmon;
	font-weight: bold;
	background-repeat:no-repeat;
}
.related_items_title { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; font-weight: bold; }

