/* <?php
*/

/* Shop Styles here please
*/

/*
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-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size : 14px;
	
	text-align: left;
	vertical-align: middle;
	
	margin: 10px 0px 0px 20px;
	padding-left: 20px;

	line-height: 20px;
}
.shop_error {
        color:          red;
        background-image: url( ../shop_image/ps_image/log_error.png );
        background-repeat: no-repeat;
        background-position: left;
        background-color: white;
}
.shop_warning {
        color:          #993300;
        background-image: url( ../shop_image/ps_image/log_warning.png );
        background-repeat: no-repeat;
        background-position: left;
}
.shop_info {

        color:          #003399;
        background-image: url( ../shop_image/ps_image/log_info.png );
        background-repeat: no-repeat;
        background-position: left;
}
.shop_tip {
        background-image: url( ../shop_image/ps_image/info.png );
        background-repeat: no-repeat;
        background-position: left;

}
.shop_debug {

        color:          #003399;
        background-image: url( ../shop_image/ps_image/log_debug.png );
        background-repeat: no-repeat;
        background-position: left;

}
.shop_critical {
	color:		red;
        font-weight: bold;
        background-image: url( ../shop_image/ps_image/log_critical.png );
        background-repeat: no-repeat;
        background-position: left;
        background-color: white;
}
.tableouter
{
  	border:0px solid #DDDCDC;
  	width:100%;
}
.shop_title {
	background-color:#D7DCE6;
	color:#252525;
	border-bottom:0px solid #DDDCDC;
	border-right:0px solid #DDDCDC;
	border-top:0px solid #FFF;
	border-left:0px solid #FFF;
	height:25px;
}
.tdrow1 {
	background-color:#ffffff;
	color:#333;
	border-bottom:0px solid #DDDCDC;
	border-right:0px solid #DDDCDC;
	border-top:0px solid #FFF;
	border-left:0px solid #FFF;
	
	/*cursor:pointer;*/
}
.tdrow2 {
	background-color:#f9f9f9;
	color:#333;
	border-bottom:0px solid #DDDCDC;
	border-right:0px solid #DDDCDC;
	border-top:0px solid #FFF;
	border-left:0px solid #FFF;
}
.tdrow3 {
	background-color:#ffffff;
	color:#333;
	border-bottom:0px solid #ff9900;
}
.tdrow4 {
	background-color:#D7DCE6;
	color:#333;
	border-top:1px solid #00579F;
}
.hidden {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}