/* 
.legalinfo {
background:lightgray;
border:2px solid gray;
margin:10px;
padding:0 0 10px 10px;
}

/*
General Formatting*/

	/*new code starts here*/
table.tableouter
{
  	border:1px solid #DDDCDC;
  	width:100%;
}
table th .shop_title, 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;
                padding:5px;
                font-weight:bold;
}
.shopcatheading {
background:#E9E9E9 none repeat scroll 0%;
border:1px solid #FFFFFF;
border-bottom: 11px solid #FFFFFF;
color:#000000;
font-family:Verdana,Arial,serif,Georgia;
font-size:12px;
font-weight:700;
height:12px;
margin-left:2px;
margin-top:8px;
margin-bottom:8px;
padding:8px;
text-align:center;
white-space:nowrap;
}

table td .tdrow1,.tdrow1 {
	background-color:#f9f9f9;
	color:#333;
	border-bottom:1px solid #DDDCDC;
	border-right:1px solid #DDDCDC;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	/*cursor:pointer;*/
}
table td .tdrow2,.tdrow2 {
	background-color:#F7F7FF;
	color:#333;
	border-bottom:1px solid #DDDCDC;
	border-right:1px solid #DDDCDC;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
}

	/*origional code starts here*/
.formLabel {
float:left;
width:30%;
text-align:right;
font-weight:700;
white-space:nowrap;
clear:left;
margin:2px;
}

.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:700;
padding-left:80px;
}

.labelcell {
margin-left:auto;
text-align:right;
font-weight:700;
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;
background-position:20px 50%;
background-repeat:no-repeat;
padding:15px 20px 15px 80px;
}

.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:#FA8072;
font-weight:700;
background-image:url( ../shop_image/ps_image/log_critical.png );
}
