#site_header {  background: #fff; }                 /* header background */
#header {
	background: #eee;
/*	border-bottom: solid 1px #999; */
}                       /* site header background */

#site_nav_wrapper {
	width:100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background: #fff;
	} /* navagation background */
/*#tabs li a { background: #246499; }                    /* non selected tab background */
#tabs li a:link, #tabs li a:visited { color: #fff; }   /* tab link colors */

#header_right a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.add_cab a {
    display:block;
	width:140px;
	margin-left:auto;
	margin-right:auto;
    background-color:#000;
	background:url('../images/chg.gif');
    border:1px solid #093;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#000;
    cursor:pointer;
    padding:3px 8px 3px 4px; /* Links */
}
.add_cab a:hover{

    background-color:#000;
	background:url('../images/chgl.gif');
/*    border:1px solid #c2e1ef;
    color:#336699;
*/
    text-decoration:none;
}

/*

div.simple_dashboard fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid}
div.simple_dashboard legend { font-weight: bold; color: #666; }
div.simple_dashboard fieldset div { padding: 0.25em 0; }

#table_quote_add_cabinet_simple{
	display:none;
	}


div.form_container form fieldset {
margin:0;
padding: 0 0 0 0;
border:none;
background:url('../images/chbs.gif') repeat-x;


}

div.form_container form legend {

	height:28px;
	line-height: 28px;

	padding-top:28px;
	padding-left:10px;
	font-size:14px;
	font-weight: bold;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:1px;

	color:#fff;

	}
*/
	/*
 IE ONLY HACK BELOW
*/
/*
	div.form_container form legend {
	padding-bottom:10px\9;
	padding-top:0\9;
	}
*/



