/* <?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-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 );
}



/* [START][AC][20080324] */


div.product-browse { margin:0;}
div.product-browse div.image-con { /* display: none; float: left; width: 100px; */ }
div.product-browse div.image-con a {}
div.product-browse div.image-con a img {}
div.product-browse div.product-text-con { /* margin-left: 100px; */ }
div.product-browse div.product-name { margin: 0 0 5px 0; font-weight: bold; }
div.product-browse div.product-name a {
	color: #76AA00;
}
div.product-browse div.product-desc { font-size: 9pt; margin: 0 0 5px 0; }
div.product-browse div.product-desc a {}
div.product-browse div.product-price { float: left; width: 95px; margin: 8px 0 15px 0;}
div.product-browse div.product-add-to-cart { margin-left: 95px; }
div.product-browse div.product-rating { clear: both; font-size: 8pt; }
div.product-browse div.product-rating img { vertical-align: text-bottom; }
div.dealer-reg-for-pricing { color: red; white-space: nowrap; display: inline; }

div.navigation-pathway { font-size: 9pt; }

div.product-fly-page {}
div.product-fly-page div.product-name {
	margin: 10px 0 20px 0;
	font-size: 12pt;
	font-weight: bold;
	color: #76AA00;
}
div.product-fly-page div.image-group {}
div.product-fly-page div.image-group a { text-decoration: none; font-size: 8pt; }
div.product-fly-page div.product-image-con {}
div.product-fly-page div.more-images { font-size: 8pt; }
div.product-fly-page div.manufacturer-link {}
div.product-fly-page div.product-packaging {}
div.product-fly-page div.product-description { margin: 0 0 20px 0; }
div.product-fly-page div.file-list {}
div.product-fly-page div.product-availability {}
div.product-fly-page div.price-cart-con { padding: 10px 0; margin: 10px 0; min-height: 15px; border-top: 1px solid #cccccc; }
div.product-fly-page div.product-price { float: left; width: 200px; margin: 0 0 5px 0; white-space: nowrap; }
div.product-fly-page div.addtocart { float: left; }
div.product-fly-page form#addtocart {}
div.product-fly-page form * { margin: 0px; }
div.product-fly-page div.product-reviews {}
div.product-fly-page div.product-reviewform {}
div.product-fly-page div.related-products {}
div.product-fly-page div.vendor-link {}

div.product-attribute-input-con { margin: 0 0 5px 0; }

/* general fieldset */
fieldset { width: 450px; }

table.cat-child-list {}
table.cat-child-list td.img { padding: 0 10px 10px 0; }
table.cat-child-list td.text { padding: 0 0 5px 0; }



/* [END][AC] */
