/* <?php
*/

/* Shop Styles here please
*/
/*
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-size: 110%;
  	margin: 0;
  	width: 83%;
  	clear: both;
  	text-align: justify;
  	vertical-align: middle;
  	border-collapse: collapse;
  	padding: 8px 20px 8px 80px;
  	background-position: 20px 50%;
  	background-repeat: no-repeat;
  	-moz-border-radius: 20px;
  	-khtml-border-radius: 20px;
  	border-radius: 20px;
}
.shop_error {
  	border: 1px dotted #fdd;
	background-image: url( ../shop_image/ps_image/log_error.png );
}
.shop_warning {
  	border: 1px dotted #ffc;
	background-image: url( ../shop_image/ps_image/log_warning.png );
}
.shop_info {

  	border: 1px dotted #eef;
  	background-image: url( ../shop_image/ps_image/log_info.png );
}
.shop_tip {
  	border: 1px dotted #dfd;
	background-image: url( ../shop_image/ps_image/info.png );
}
.shop_debug {
	border: 1px dotted #F0F8FF;
	background-image: url( ../shop_image/ps_image/log_debug.png );

}
.shop_critical {
	border: 1px dotted salmon;
	font-weight: bold;
	background-image: url( ../shop_image/ps_image/log_critical.png );
}
