	.module {

		width:100%;

	}

.boxTop
{
    height: 27px;
    background: url(/assets/images/wdgt/search/box-top-middle.gif) repeat-x;
}
.boxTopLeft
{
    float: left;
    width: 6px;
    height: 27px;
    background: url(/assets/images/wdgt/search/box-top-left.gif) no-repeat;
}
.boxTopMiddle
{
    float: left;
    height: 27px;
    background: url(/assets/images/wdgt/search/box-top-middle.gif) repeat-x;
}
.boxTopRight
{
    float: right;
    width: 6px;
    height: 27px;
    background: url(/assets/images/wdgt/search/box-top-right.gif) no-repeat;
}
.boxBottom
{
    background: #FEFEFE url(/assets/images/wdgt/search/box-bottom-middle.gif) repeat-x bottom;
    height: 67px;
}
.boxBottomLeft
{
    float: left;
    width: 6px;
    height: 67px;
    background: url(/assets/images/wdgt/search/box-bottom-left.gif) no-repeat bottom;
}
.boxBottomMiddle
{
    float: left;
    height: 67px;
    background: url(/assets/images/wdgt/search/box-bottom-middle.gif) repeat-x bottom;
}
.boxBottomRight
{
    float: right;
    width: 6px;
    height: 67px;
    background: url(/assets/images/wdgt/search/box-bottom-right.gif) no-repeat bottom;
}

	#search {

		width:100%;

		background-color:#fff;

		z-index:10;

	}

	.search_cell {

		width:100%;	

	}

	

	.search_base {

		background-image:url(/assets/images/wdgt/search/box_08.jpg);
		background-repeat: repeat-x;
		background-position: bottom left;
		padding:10px;
	}

	
	.search_field {

		width: 600px;

		height:32px;

		color: #ccc;

		font-size:18px;

		vertical-align:middle;

		

	}

	#header_bar .search_field
    {
        width: 435px;
    }

	.search_button {

		vertical-align:top;

	}

	

	.adv_btn_open {

		background-image: url(/assets/images/wdgt/search/bg_advanced.jpg);

		background-repeat: no-repeat;

	}

	

	#adv_btn_close {

		background-color:#e3e3e3;

		display:none;

	}



	.adv_btn {

		width:118px;

		height:16px;

		text-align:center;

		

		padding-top:2px;

		font-size:11px;

		line-height:1;

	}

	

	#adv_form {

		width:100%;

		padding-top:15px;

		position:relative;

		overflow:hidden;

		background-color:#fff;

		background-image:url(/assets/images/wdgt/search/bg_adv.jpg);

		background-repeat: repeat-x;

		display:none;

	}

	

	.search_tab_off {

		height:27px;

		padding-right:10px;

		padding-left:10px;

		line-height:1.5;

		height: 27px;
        background: url(/assets/images/wdgt/search/box-top-middle.gif) repeat-x;

	}

	

	.search_tab_on {

		background-image: url(/assets/images/wdgt/search/tab-on-middle.gif);

		background-repeat: repeat-x;

		background-color: #fff;

		

		height:27px;

		padding-right:10px;

		padding-left:10px;

		line-height:1.5;

	}

	

	.s_on {

		color:#333;

		font-weight:bold;

		margin:0px auto;

		text-align:center;

		background-color:#fff;

	}

	

	.s_on:hover {

		cursor:pointer;

	}

	

	.s_off {

		margin:0px auto;

		text-align:center;

		color:#3333ff;



	}

	.s_off:hover {

		text-decoration:underline;

		cursor:pointer;

	}

	

	.s_outer_off {

		padding-left:6px;
		cursor:pointer;
        width: 150px;
	

	}

	.s_inner_off {

		padding-right:6px;

	}

	

	.s_outer_on {

		background-image:url(/assets/images/wdgt/search/tab-on-left.gif); 

		background-repeat:no-repeat; 

		padding-left:6px;

	    width: 150px;

	}

	.s_inner_on {

		background-image:url(/assets/images/wdgt/search/tab-on-right.gif); 

		background-position:top right; 

		background-repeat:no-repeat; 

		padding-right:6px;

		

	}

	

	

	.adv_check {

		position:relative; 

		left:-20px; 

		top:17px;

	}

	

	.directory td {

		padding-bottom:3px;

	}
