/* <?php
*/

/* Torque specific styles here
*/



div.productlistrob {


}

div.productlistmick {
float:left;
margin-right:8px;
}


div.productlistrobpic {
background-image:  url(../shop_image/ps_image/productlist_bg_top.jpg) ;
background-repeat: no-repeat;
background-position:left top;
background-color:#CCCCCC;
width: 180px;
padding-right: 10px;
padding-left: 10px;
padding-top:10px;
}

div.productlistrobpicrel {
background-image:  url(../shop_image/ps_image/productlist_bg_top.jpg) ;
background-repeat: no-repeat;
background-position:left top;
background-color:#CCCCCC;
width: 200px;
padding-right: 50px;
padding-left: 10px;
padding-top:10px;
float:left;
}

div.productlistrobimg {margin-left:-1px; padding-right: 1px;}

div.productlistrobpicBottom {
background-image:  url(../shop_image/ps_image/productlist_bg_bottom.jpg) ;
background-repeat: no-repeat;
background-position:left bottom;
margin-bottom:12px;
height:10px;
}

div.productlistrobdesc, div.productlistrobprice{
color:#333;
font-weight:normal;
}

/* see also hard code in browse_1.php
*/
div.productlistrobh3 { text-decoration:none;}


/* 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-color: #7ebc30; 
	background-image: url( ../shop_image/ps_image/log_error.png );
	color:#FFFFFF;
}
.shop_warning {
  	/* background-color: #ffc;*/
	background-color: #7ebc30; 
	background-image: url( ../shop_image/ps_image/log_warning.png );
	color:#FFFFFF;
}
.shop_info {

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

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