/* <?php
*/

/* Shop Styles here please
*/
.roundcont {
	width: 100%;
	background-color: #f8f8f8;
	color: #fff;
	margin-bottom:3px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../shop_image/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../shop_image/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.tableouter2
{
  	width:95%;
  	margin-left:10px;
	color:#000000;
}
.tableouter
{
  	width:100%;
}
.shop_title {
	background-color:#DDF3D2;
	color:#252525;
	border-bottom:1px solid #DDDCDC;
	border-right:1px solid #DDDCDC;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	height:45px;
}
a.shop {
text-decoration:none;
}
.tdrow1 {
	background:url(../../../templates/fishshop/images/td_bg.gif) no-repeat;
	color:#333;
	height:200px;
	padding:5px 0 0 5px;
	margin:0;
	/*cursor:pointer;*/
}
.catname {
	text-align:center;
}
.bigboxtop {
	padding:0;
	margin:0;
	background:url(../../../templates/fishshop/images/bigboxtop.gif) no-repeat;
	width:530px;
	height:9px;
}
.bigboxmid {
	padding:0;
	margin:0;
	width:528px;
	border-left:1px solid #333;
	border-right:1px solid #333;
}
.bigboxbtm {
	padding:0;
	margin:0;
	background:url(../../../templates/fishshop/images/bigboxbtm.gif) no-repeat;
	width:530px;
	height:9px;
	margin-bottom:5px;
}
.legalinfo {
	background: lightgray;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}
.related h3{
	color:black;
}
/*
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 );
}

