@import url("common/probox-listgrid.css");
@import url("common/grid.css");
/*#################################### 
WELCOME TEXT CSS
####################################*/
.welcometxt_box {
	margin-bottom:15px;
	min-height:1px;
	background-color:#FFFFFF;
/*	display:none;
*/	}
.welcometxt_box h1 {
	margin-bottom:5px;
	color:#FFA900;
	font-family:"Trebuchet MS";
	font-size:150%;
	font-weight:normal;
	}
.welcometxt_box span{
	color:#2d2d2d;
	font-size:135%;
	}
.welcometxt_content{
	display:block;
	font-size:100%;
	color:#333333;
	padding-bottom:15px;
	padding:10px 10px 10px 10px;
	}
/*#################################### 
PRODUCT CSS
####################################*/
.prod_header{
	margin:0px 0px 10px 0px;	
	padding:6px 10px;
	background-color:#E6E6E6;
	position:relative;
	min-height:20px;
	}
* html .prod_header{
	height:20px;
	}
.prod_title{
	color:#025BBE;
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	font-size:100%;
	font-weight:bold;
	padding-right:70px;
	position:absolute;
	left:10px;
	}
.prod_title a{
	text-decoration:none;
	color:#025BBE;
	}
.prod_title a:hover{
	color:#000000;
	}
.prod_bg .hor_line{
	margin-left:10px;
	margin-right:10px;
	}
#home .morebar{
	border-top:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
	background-color:#E3E3E3;
	}
#home .morebox{
	height:16px;
	width:106px;
	margin:0px;
	padding:0px;
	position:absolute;
	right:10px;
	top:7px;
	}
/*.mostpopularsearch {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;	
	}
.mostpopularsearch  .title{
	font-family:"trebuchet MS";
	font-size:20px;
	color:#FFFFFF;	
	background-image:url(../images/headerbg1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:4px 15px 6px 10px;
	margin-bottom:5px;
	
	}
.mostpopularsearch strong{
	font-size:16px;
	line-height:30px;
	}*/