/* -------------------------------------------------------------- 
   
   forms.css
		- classes to enhance forms
 -------------------------------------------------------------- */
/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .4em;border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

.GetQuote 	{ padding :3px;background: #204298; color: #FFF; border-color: #000; }
/* */

.SquareList {list-style:square;text-decoration:none;}
/* ================== Search box on Product Page =================== */
.PSearchHeader
{	
	width : 168px;
	height : 50px;
	padding-top :13px;
	background:url(../images/SearchBox.gif) bottom left no-repeat;
	border:1px;
}
.PSearchHeader .Caption
{
	color:#204298; 
	font-size:13px;
	font-weight:bold;
}
.PSearchHeader .Search
{
    float: left;
    padding: 0;
    margin: 13px 0 0 22px;
    border:0;
    background: none;
	width:110px;
	outline: none;
}
/* Style for the Search Button */
.PSearchHeader .go {
    float: right;
    margin: 12px 4px 0 0;
    height: 19px;
}
/* =================== END ==================*/

.PSearchType
{
	color:#FFF;
	list-style-type:none;
	list-style-position:outside;
	margin-left:0;
	padding:0px;
}
.PSearchType li
{
	background-color:#204298;
	padding:5px;
	margin:4px;
}

/* DropDown List  */
.DDL
{
	word-spacing:0.1mm;
}

/* For normal lists type */
.NormList li
{ 
	color:#000;
}
.NormList li a
{ 
	color:#000;
}
/* Norms for all */
.Norms
{
	border:1px #666 solid;
	padding:2px;
	font-size:13px;
	
}
/*  For all tables */ 
.ZeroTab tr{padding:0;}
.ZeroTab th{padding:0;}
.ZeroTab td{padding:0;}

.padd4 {	padding:4px;}
.padd5 {	padding:5px;}
.padd6 {	padding:6px;}
.padd7 {	padding:7px;}
.padd8 {	padding:8px;}

/* ============  For the Defalut Box ================== */
.HSection
{
	background-image:url(../images/tab-bg.jpg);
	width:319px;
	height:325px;
	float:left;
}

.HSection .HHeading
{
		background-color:#000;
		color:#FFF;
		padding:5px;
}
.HSection .HAddLine
{
		background:url(../images/border.gif) top right repeat-y;
		height:284px;
		
}

.HSection .HContents
{
	height:135px;
	padding-top:8px;
	line-height:1.2em;
}

.HContents .HImg
{
		float:left;
		padding:3px;
		padding-left:8px;
}
.HContents .HText
{
	float:left;
	width:213px;
	padding:2px;
	padding-left:6px;
}
#HBoxBorder
{
	border:1px #000 solid;
	width:957px;
	height:308px;
	overflow:hidden;
}


/* ============================================================== 
Login Design elements
==============================================================  */

.LoginBgTop 
{
	background:url(../images/LoginBgTop.gif) no-repeat top left;
	height:38px;
	padding:0px;
	margin:0px;
	padding-left:35px;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	background-color:#1f4297;
}

.LoginBgBottom
{
	background:url(../images/LoginBgBottom.gif) no-repeat top left;
	height:38px;
	padding:0px;
	margin:0px;
	background-color:#1f4297;
}

.LoginBg
{
	background:url(../images/LoginBg.gif) repeat-y top left;
	height:38px;
	padding:0px;
	margin:0px;
	background-color:#ededed;
}



