/* <?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;
}
.i_button
{
  font-family       : Arial, Verdana, Helvetica, sans-serif;
  font-style        : normal;
  font-size         : 11px;
  font-weight       : bold;
  background-color  : #e8f0df;
  color             : #000000;
  border            : 1px solid #638d15;
}
.customize
{
	width:112px;
	font-size:13px;
}
.custom_form
{
	width:200px;
}
.custom_td
{		
 width:165px;
 color:#333300;	
 }

/*
*	table sa inquiry basket
*	
*/
.basket_heading
{
background-color:#7a8854;
color:#FFFFcc;
font-weight:bold;
text-align:center;
}

.basket_heading2
{
background-color:#7a8854;
color:#FFFFcc;
font-weight:bold;
text-align:center;
border:1px solid #d8c9a5;
line-height:14px;
}

.img_cell
{
width:100px;
text-align:center;
padding:5px;
}
.desc_cell
{
padding:10px;
color:#333300;
width:250px;
}

.inquiry_button
{
  background-color:#7a8854;  
  border:1px solid #d8c9a5;            
  font-weight: bold;
  font-size:14px;
}

a.categoriestxt {
color: #ffffcc;
background: #7a8854;
text-decoration: none;
border:1px solid #d8c9a5;
display : block;
font-size:12px;
font-weight:bold;
line-height:18px;
width:140px;
}

a.categoriestxt:hover, a.categoriestxt#active_menu {
background: #ffffcc;
text-decoration: none;
display : block;
width:140px;
line-height:18px;
color: #3a4820;
border:1px solid #7a8854;
}
.others
{
background-color:#;
padding:5px;
height:50px;
align:center;
}

.white_border {

border:3px solid #ffffcc;

}

.greenbuttons {
font-family:Tahoma;
font-weight:bold;
color:#ffffff;
font-size:11px;
background-color:#697a3b;
line-height:20px;
width:100px;
}

.greenfields {
background-color:#697a3b;
text-indent:2px;
}
