/* override the root element to enable scrolling */

#adarea
{
    width: 960px;
    height: 366px;
    margin-left: auto;
    margin-right: auto; 
	margin-bottom:60px;
	clear:both;

}
div#linktitle
{
    position:relative;
    font-size:18pt;
    font-weight:bolder;
    color:#000;
    float:left;
    width:180px;
    height:31px;
    line-height:31px;
    overflow:hidden;
    }

/* root element for tabs */
div#adtitle ul#flowtabs
{
    /* dimensions */
    display:block;
    float:left;
    width: 590px;
    height: 31px !important;
    margin: 0 !important;
    padding: 0; /* IE6 specific branch (prefixed with "_") */
    _margin-bottom: -2px;
	white-space:nowrap;
}
div#adtitle
{
    position:relative;
    float:left;
    z-index:10; 
    
    }
/* single tab */
div#adtitle ul#flowtabs li,div#adnumber ul#flowtabs li
{
    display:block;
    float:left;
    width:auto;
    height:31px;
    margin: 0;
    padding: 0;
    text-indent: 0;
    text-align:center;
    list-style-type: none;
    line-height:31px;
    vertical-align:middle;
    background-position:right bottom;
    background-repeat:no-repeat;  
	margin-left:10px;
	padding-right:10px;
}

/* a- tag inside single tab */
div#adtitle ul#flowtabs li a
{
    display:inline;
    /* font decoration */
    color: #000;
    font-size: 9pt;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;

}

/* mouseover state */
div#adtitle ul#flowtabs a:hover
{
    color: #0066CC;
}

/* currently selected tabs */
div#adtitle ul#flowtabs li.current
{
    cursor: default;
    color: #0066CC;
    background-color:#000;
}
/*show number list*/
div#adnumber
{
    position:relative;
    z-index:100;
    width:auto;
    height:30px;
    margin-top:-40px;
    margin-right:30px;
    float:right;
    text-align:left;
   padding-right:30px;
    }
div#adnumber ul#flowtabs2
{
    margin:0;
    padding:0;
}
div#adnumber ul#flowtabs2 li
{
    display:block;
    list-style:none;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    vertical-align:middle;
    float:left;
	background-color:#EEE;  
	margin-left:4px; 
    }
div#adnumber ul#flowtabs2 li.current
{
    cursor: default;
    color: #0066CC;
    background-color:#999;
}	
div#adnumber ul#flowtabs2 li a
{
    display:inline;
    background-position:center center;
    background-repeat:no-repeat;
    line-height:20px;
    text-decoration:none;
    color:#FFF;
    
    /*modify link style*/
    font-weight:bolder;
    font-size: 9pt;
    text-align:center;
    }
   
/* panes */
#flowpanes
{
    width: 960px;
    height: 366px;
    background-color:#FFF;
    overflow:hidden;
    margin-top:-1px;
    position:relative;
    float:left;
    border:1px solid #eee;
}


/* single pane */
#flowpanes div
{
    display: none;
    color: #000;    
}


/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
div#flowpanes div {
	float:left;
	display:block;
	width:960px;
	height:366px;
	overflow:hidden;
	cursor:pointer;
	font-size:14px;
}
div#flowpanes div img
{
    width:960px;
    }
/* our additional wrapper element for the items */
div#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
div#header-wrap{
	margin-bottom:60px;
	}
div#storemsg{
	position:absolute;
	top:120px;
	left:0;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	clear:both;
	text-align:center;
	width:100%;
	}
div#storemsg div#msgwrapper{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}	
div#storemsg div#msgwrapper div#storeclosed{
	float:left;
	text-align:left;
	margin-left:15px;
	}	
div#storemsg div#msgwrapper div#business_hour{
	float:right;
	text-align:left;
	}		
div#storemsg div#msgwrapper div#business_hour b,div#storemsg div#msgwrapper div#storeclosed b{
	color:#099;
	font-weight:bolder;
	font-size:11pt;
}
div#search{
	float:right;
	text-align:left;
	width:250px;
	margin-top:40px;
	}
input.frontsearch{
	border:1px solid #999;
	height:14px;
	line-height:14px;
	padding:4px;
	}
span.txtSearch{
	font-size:12pt;
	font-weight:bolder;
	}	
input.btnsearch{
	border:1px solid #CCC;
	min-height:14px;
	vertical-align:middle;
	margin:0;
	padding:0;
	padding:4px;
	background-color:#333;
	font-weight:bolder;
	color:#FFF;
	}	
