
/* your search - homemade  */
#yoursch_homemade_title {
	position:absolute;
	left:160px;
	top:110px;
	width:530px;
	height:31px;
	z-index:0;
	background-image: url(/system/images/title_blank.png); 
	/*background-image: url(/system/images/channel-headings1-template.png);*/
	background-repeat: no-repeat;			
}

/* your search - homemade  */
#yoursch_channellist_advance_title {
	position:absolute;
	left:160px;
	top:135px;
	width:530px;
	height:40px;
	
}

#search_channel_select {
	position:absolute;
	left:160px;
	top:142px;
	width:528px;
	height:18px;
	text-align:center;
	background: #EFF2F3;
	border:1px solid #ccc;
	z-index:0;
	padding-top:5px;
}
#search_channel_select h1 {
	display:inline;
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;	
}
	#search_channel_select a {
		color:#000;
		text-decoration:none;
	}
	#search_channel_select a:hover {
		color:#974694;
	}

	/* search box content */
#search {
	position:absolute;
	left:160px;
	top:174px;
	width:528px;
	height:23px;
	background: #FFF;
	border:1px solid #FAC1E2;
	z-index:0;
}

#search img {
	padding:0px 0px 0px 14px;
}
#search p {
	height:10px;
	font-weight: normal;
	color: #000;
	font-size: 1em;
	letter-spacing:0.1em;
	font-family:  Arial, Geneva, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
}
#search input {
	float:left;
	height:12px;
	font-weight: normal;
	color: #000;
	font-size: 1em;
	font-family:  Arial, Geneva, Helvetica, sans-serif;
	padding:0px;margin:4px 20px 0px 3px;
}
#search a{
	float:left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:normal;	
	color:#000;	
	text-decoration:none;
}
#search a:hover {
	float:left;
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:normal;	
	color:#fff;	
	text-decoration:none;
}
#search_res_container {
	position:relative;
	left:160px;
	top:180px;
	width:530px;
	z-index:0;
}

	/* search result inner */
#yoursch_hm_res_inner {
	height:157px;
	width:530px;
}
#yoursch_hm_res_inner img{
	border:1 px solid #999;
	padding:2px 0px 6px 3px;
}
#yoursch_hm_res_inner p {
	font-weight: normal;
	color: #000;
	font-size: 1.1em;
	font-family: Arial, Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
}
#yoursch_hm_res_inner a{
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;	
	color:#000;	
	text-decoration:none;
}
#yoursch_hm_res_inner a:hover {
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;	
	color:#974694;	
	text-decoration:none;
}
.yoursch_hm_res_noitem {
	PADDING-RIGHT: 0px;	
	PADDING-LEFT: 5px;	
	FONT-WEIGHT: normal;	
	FONT-SIZE: 1.1em;	
	PADDING-BOTTOM: 0px;	
	MARGIN: 0px;	
	COLOR: #000;	
	PADDING-TOP: 0px;	
	FONT-FAMILY: Arial, Verdana, Arial, Geneva, Helvetica, sans-serif
}	
#yoursch_hm_res_item {
	float:left;
	
	/*background:#D5DAF8;*/
	background:#F6F6F6;
	
	border:1px solid #CCCCCC;
	width:126px;
	height:150px;
	margin-right:3px;
	margin-bottom:3px;
}
#yoursch_hm_res_item:hover {
	float:left;
	/*background:#D5DAF8;*/
	background:#EADAEA;
	border:1px solid #CCCCCC;
	width:126px;
	height:150px;
	margin-right:3px;
	margin-bottom:3px;
}
#yoursch_hm_res_item_end {
	float:left;
	background:#D5DAF8;
	border:1px solid #CCCCCC;
	width:126px;
	height:150px;
}
#yoursch_hm_res_item_end:hover {
	float:left;
	background-image: url(/system/images/hover.png);
	background-repeat: repeat;		
	border:1px solid #CCCCCC;
	width:126px;
	height:150px;
}
	/* search results & filters paging */
#search_res_pg {
	position:absolute;
	left:160px;
	top:160px;
	width:528px;
	height:23px;
	background: #FFF;
	text-align:right;
	z-index:0;
}

#search_res_pg p {
	font-weight: normal;
	color: #000;
	font-size: 1.1em;
	font-family: Arial, Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
}
#search_res_pg a {
	font-weight: normal;
	color: #000;
	font-family: Arial, Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-decoration:none;
	padding:4px 5px 0px 3px;
	margin:0px 0px 0px 0px;
}
#search_res_pg a:hover {
	font-weight: normal;
	color:#974694;	
	font-family: Arial, Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-decoration:underline;
	padding:4px 5px 0px 3px;
	margin:0px 0px 0px 0px;
}


#chanlst_pging {
    text-align:center;
    position:relative;
    z-index:99;
}
#chanlst_pg_item {
	padding-top:30px;
	text-align:center;
}
#chanlst_pg_item img{
	position:relative;
	top:5px;
}
#chanlst_pg_item a{
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	font-size:1.1em;
	font-weight:bold;	
	color:#000;
	padding:0px 6px 0px 6px;
	margin-right:2px;
	margin-left:2px;	
	background:#FFF;
	border:1px solid #c0c0c0;
	text-decoration:none;	
}
#chanlst_pg_item a:hover {
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	font-size:1.1em;
	font-weight:bold;	
	color:#000;
	padding:0px 6px 0px 6px;
	margin-right:2px;
	margin-left:2px;		
	background:#FCDAEE;
	border:1px solid #FFB3FF;
	text-decoration:none;	
}


/* home foot nav */
    /* top line */
    #fnav_line_chanlst {
	    position:relative;
	    left:160px;
	    top:300px;
	    width:840px;
	    height:25px;
	    background-image: url(/system/images/template/fnav_line2.jpg); 
	    background-repeat: no-repeat;	
	    padding-top:5px;padding-left:20px;
    }
    #fnav_line_chanlst ul {
	    float:left;
	    margin:0px 0px 0px 0px;
	    padding:0px 0px 0px 0px;
	    list-style:none;
    }
    #fnav_line_chanlst li {
	    list-style:none;	
	    width:100px;
    }
    #fnav_line_chanlst b {
	    height:10px;
	    font-weight: bold;
	    color: #333;
	    font-size: 1.1em;
	    font-family:  Arial, Geneva, Helvetica, sans-serif;
	    padding:0px;margin:0px;
	    text-decoration:none;
    }
    #fnav_line_chanlst b:hover {
	    height:10px;
	    font-weight: bold;
	    color: #999;
	    font-size: 1.1em;
	    font-family:  Arial, Geneva, Helvetica, sans-serif;
	    padding:0px;margin:0px;
	    text-decoration:none;
    }
    #fnav_line_chanlst a {
        font-size: 1.1em;    
	    text-decoration:none;
    }    
    /* main line */
    #fnav_main_chanlst {
	    position:relative;
	    left:160px;
	    top:305px;
	    width:840px;
	    height:230px;
	    background-image: url(/system/images/template/fnav_main.jpg); 
	    background-repeat: no-repeat;
	    padding-top:5px;padding-left:20px;
    }
    #fnav_main_chanlst b {
	    height:10px;
	    font-weight: bold;
	    color: #333;
	    font-size: 1.1em;
	    font-family:  Arial, Geneva, Helvetica, sans-serif;
	    padding:0px;margin:0px;
	    text-decoration:none;
    }
    #fnav_main_chanlst b:hover {
	    height:10px;
	    font-weight: bold;
	    color: #999;
	    font-size: 1.1em;
	    font-family:  Arial, Geneva, Helvetica, sans-serif;
	    padding:0px;margin:0px;
	    text-decoration:none;
    }
    #fnav_main_chanlst a {
	    height:10px;
	    font-weight: normal;
	    color: #666;
	    font-size: 1.1em;
	    font-family:  Arial, Geneva, Helvetica, sans-serif;
	    padding:0px;margin:0px;	
	    text-decoration:none;
    }
    #fnav_main_chanlst a:hover {
	    height:10px;
	    font-weight: normal;
	    color: #999;
	    font-size: 1.1em;
	    font-family:  Arial, Geneva, Helvetica, sans-serif;
	    padding:0px;margin:0px;
	    text-decoration:none;
    }
    #fnav_main_chanlst ul {
	    float:left;
	    margin:0px 0px 0px 0px;
	    padding:0px 0px 0px 0px;
	    list-style:none;
    }
    #fnav_main_chanlst li {
	    list-style:none;	
	    width:100px;
    }
    
    /* copyright */
    #foot_chanlst {
	    position:relative;
	    left:160px;
	    top:300px;
	    width:840px;
	    height:60px;
	    padding-top:5px;
	    padding-left:20px;
    }
    #foot_chanlst p {
	    float:right;
	    font-weight: normal;
	    color: #c0c0c0;
	    font-size: 1.1em;
	    font-family:  Arial, Geneva, Helvetica, sans-serif;
	    padding:0px;
	    margin:0px 17px 0px 0px;	
    }
    #foot_chanlst a {
	    height:10px;
	    font-weight: normal;
	    color: #666;
	    font-size: 1.1em;
	    font-family:  Arial, Geneva, Helvetica, sans-serif;
	    padding:0px;margin:0px;	
	    text-decoration:none;
    }
    #foot_chanlst a:hover {
	    height:10px;
	    font-weight: normal;
	    color: #999;
	    font-size: 1.1em;
	    font-family:  Arial, Geneva, Helvetica, sans-serif;
	    padding:0px;margin:0px;
	    text-decoration:none;
    }
    #foot_chanlst ul {
	    float:left;
	    margin:0px 30px 0px 0px;
	    padding:0px 0px 0px 0px;
	    list-style:none;
    }
    #foot_chanlst li {
	    list-style:none;	

    }


.advsearch_pging {
    text-align:center;
    position:relative;
    z-index:99;
}

.advsearch_pging img{
	position:relative;
	top:5px;
}
.advsearch_pging a{
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	font-size:1.1em;
	font-weight:bold;	
	color:#000;
	padding:0px 6px 0px 6px;
	margin-right:2px;
	margin-left:2px;	
	background:#FFF;
	border:1px solid #c0c0c0;
	text-decoration:none;	
}
.advsearch_pging a:hover {
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	font-size:1.1em;
	font-weight:bold;	
	color:#000;
	padding:0px 6px 0px 6px;
	margin-right:2px;
	margin-left:2px;		
	background:#FCDAEE;
	border:1px solid #FFB3FF;
	text-decoration:none;
		
}
  
.advsearch_pg_item {
	padding-top:30px;
	text-align:center;
	display:inline;
}
.advsearch_pg_item img{
	position:relative;
	top:5px;
}
.advsearch_pg_item a{
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	font-size:1.1em;
	font-weight:bold;	
	color:#000;
	padding:0px 6px 0px 6px;
	margin-right:2px;
	margin-left:2px;	
	background:#FFF;
	border:1px solid #c0c0c0;
	text-decoration:none;	
}
.advsearch_pg_item a:hover {
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	font-size:1.1em;
	font-weight:bold;	
	color:#000;
	padding:0px 6px 0px 6px;
	margin-right:2px;
	margin-left:2px;		
	background:#FCDAEE;
	border:1px solid #FFB3FF;
	text-decoration:none;	
}

.advsearch_pg_item_selected {
	padding-top:30px;
	text-align:center;
	display: inline;
}

.advsearch_pg_item_selected a{
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	font-size:1.1em;
	font-weight:bold;	
	color:#000;
	padding:0px 6px 0px 6px;
	margin-right:2px;
	margin-left:2px;	
	background:#FCDAEE;
	border:1px solid #c0c0c0;
	text-decoration:none;	
}
.advsearch_pg_item_selected a:hover {
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	font-size:1.1em;
	font-weight:bold;	
	color:#000;
	padding:0px 6px 0px 6px;
	margin-right:2px;
	margin-left:2px;		
	background:#FCDAEE;
	border:1px solid #FFB3FF;
	text-decoration:none;	
}

