/* <?php
*/

/* Shop Styles here please
*/
.legalinfo {
	background: lightgray;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}
table.factor td { padding-top: 5px; padding-bottom: 5px }
body         { font-family: Tahoma }
.input.cart  { font-family: Tahoma; color: #FFFFFF }
cart.input   { padding-top: 10px; padding-bottom: 10px }
img.pd_img   { cursor: pointer; }
/*
General Formatting
*/
.formLabel {
	float:right;
	width:30%;
	text-align:left;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: right;
}

img.vm_more_image {
cursor: pointer;
height: 90px;
width: 90px;
} 

.formField {
	float:right;
	width:60%;
	margin: 2px;
		
}
/**
* Administration Styles
*/
.adminListHeader {
	float:right; height: 48px; background-repeat: no-repeat;
	text-align: right; font-size: 11px; font-weight: bold;
	padding-right: 80px;	
}

.labelcell {
	margin-right: auto;
	text-align: left;
	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 : Tahoma;
	font-weight: bold;
	font-style: italic;
	font-size : 11px;
	
	text-align: right;
	vertical-align: middle;
	
	margin: 10px 0px 0px 20px;
	padding-right: 20px;

	line-height: 20px;
}
.shop_error {
        color:          red;
        background-image: url('../shop_image/ps_image/log_error.png');
        background-repeat: no-repeat;
        background-position:  right top;
        background-color: white
}
.shop_warning {
        color:          #993300;
        background-image: url('../shop_image/ps_image/log_warning.png');
        background-repeat: no-repeat;
        background-position:  right top;
}
.shop_info {

        color:          #003399;
        background-image: url('../shop_image/ps_image/log_info.png');
        background-repeat: no-repeat;
        background-position:  right top;
}
.shop_tip {
        background-image: url('../shop_image/ps_image/info.png');
        background-repeat: no-repeat;
        background-position:  right top;

}
.shop_debug {

        color:          #003399;
        background-image: url('../shop_image/ps_image/log_debug.png');
        background-repeat: no-repeat;
        background-position:  right top;

}
.shop_critical {
	color:		red;
        font-weight: bold;
        background-image: url('../shop_image/ps_image/log_critical.png');
        background-repeat: no-repeat;
        background-position:  right top;
        background-color: white
}