/* <?php
*/

/* Shop Styles here please
*/
.legalinfo {
	background: lightgray;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}
/*
General Formatting
*/
.formLabel {
	background:#d2d2d2;
	clear:left;
	float:left;
	font-weight:bold;
	line-height:20px;
	margin:10px 0px 0px;
	padding:2px 4px;
	width:100%;
}

.formField {
	float:left;
	width:100%;
	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%;
}

fieldset .formField {
	background:#f2f2f2;
	float:right
	line-height:20px;
	margin:0px;
	min-height:20px;
	padding:2px 4px;
	width:100%;
}

/**
* Errors, Warnings and Info formatting
*/
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
	font-size: 120%;
  	margin-top: 0.8em;
  	margin-left: auto;
  	margin-right: auto;
  	width: 70% !important;
  	clear: both;
  	text-align: justify;
  	vertical-align: middle;
  	border-collapse: collapse;
  	padding: 15px 20px 15px 80px;
  	background-position: 20px 50%;
  	background-repeat: no-repeat;
  	-moz-border-radius: 20px;
  	-khtml-border-radius: 20px;
  	border-radius: 20px;
}
.shop_error {
  	background-color: #fdd;
	background-image: url( ../shop_image/ps_image/log_error.png );
}
.shop_warning {
  	background-color: #ffc;
	background-image: url( ../shop_image/ps_image/log_warning.png );
}
.shop_info {

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

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





/*	***************************************************************************
*	CSS for virtuemart from dekofix.com
*	author:		projeknetz.ch – daniel hoehn
*	date:		2008-02-02
**************************************************************************** */


/* ------------- flypage.php ----------------------------------------------- */

table.vm_det_product-detail {
	border:0px #000000 solid;
	width:100%;
	}

td.vm_det_product-image {
	text-align:center;
	vertical-align:top;
	width:150px;
	}

td.vm_det_product-image a {
	text-decoration:none;
	}

td.vm_det_manufacturer-link {
	height:10px;
	visibility:hide;
	}

td.vm_det_product-price {
	/* align:left; */
	padding-bottom:10px;
	vertical-align:top;
	width:auto;
	}

td.vm_det_product-price strong {
	font-weight:normal;
	}

td.vm_det_product-packaging {
	vertical-align:top;
	}

tr.vm_det_product-description {
	}

td.vm_det_product-description {
	}

span.vm_det_product-filelist {
	}

td.vm_det_product-aviability {
	text-align:left;
	width:150px;
	}

td.vm_det_product-adtocart {
	text-align:right;
	width:auto;
	}

td.vm_det_product-type {
	}

td.vm_det_product-reviews {
	}

td.vm_det_product-reviewform {
	}

td.vm_det_product-relatedprod {
	}

td.vm_det_product-vendorlink {
	}

td.vm_det_sped-info {
	}


/* ------------- browse_1.php ----------------------------------------------- */

div.browse_product-container {
	border:#f2f2f2 1px solid;
	margin:5px 0px;
	padding:5px 0px;
	width:100%;
	}

div.browse_product-image {
	float:left;
	text-align:center;
	width:150px;
	}

h3.browse_product-name {
	margin:10px 0px;
	}

h3.browse_product-name a {
	font-weight:bold;
	text-decoration:none;
	}

div.browse_product-description {
	width:100%;
	}

div.browse_product-description a {
	/* display:block; */
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	/* width:100%; */
	}

div.browse_product-price {
	float:left;
	margin:-5px 0px 10px 0px;
	padding:0px 0px 0px 150px;
	/* width:100%; */
	}

div.browse_product-addtocart {
	/* clear:both; */
	float:right;
	margin:-13px 0px 0px 0px;
	text-align:right;
	width:50%;
	}

div.browse_product-rating {
	clear:both;
	width:100%;
	}

