/* <?php
*/

/* Shop Styles here please
*/

img.vm_more_image {
height: 90px;
cursor:pointer;
margin-right: 40px;
margin-top: 20px;
}

.legalinfo {
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	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: 14px; font-weight: bold;
	padding-left: 80px; padding-right:10px
}

.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 {
  	padding-top: 5px;
}
.shop_error {
    color:#999999;
}
.shop_warning {
	color:#999999;
}
.shop_info {
	color:#999999;
}
.shop_tip {
	color:#999999;
}
.shop_debug {
	color:#999999;
}
.shop_critical {
	color:#999999;
}

