@import url(reset.css);
@import url(table.css);

body {
	padding: 0;
	margin: 0;
	background: #eee;
	font-family: sans-serif;
	font-size: 13px;
}

a {
	color: #f60;
}
a:hover {
	color: #f90
}

h1 {  
		margin-top: 10px;
		
		color: #e18900;
		font-size: 22px;
}

h2 {
		padding: 8px 0 0 25px ;
		height: 24px; 
		margin:20px 0 20px;
		
		color: #e18900;
		font-size: 18px;
		
		background: url(../images/menu/right.gif) no-repeat left 9px;
}
h3{
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1em;
}

strong {
	color: #f00;
}

#content {
	line-height: 1.5;
}


/* symfony list
---------------------------------------------*/
ul.radio_list, ul.radio_list li,
ul.checkbox_list, ul.checkbox_list li
{
  margin: 0;
  display: inline;
  list-style: none;
  padding: 0 3px;
  color: black;
}



/* container
---------------------------------------------*/
div#container
{
	background-color: white;
  text-align:left;
  width:960px;
  margin:0 auto;
  float: left;
}



div#message
{
	text-align:center;
  border:1px solid red;
  background-color:pink;
  margin:1px;
  padding:3px;
  color:red;
}

/* header & top & topadsense & connect & banner & menu
---------------------------------------------*/
div#header
{
	overflow: hidden;
}


#menu_user {
	background: #666;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	height: 30px;
}

#menu_user ul {
	float: right;
}

#menu_user li{
	display: block;
	float: left;
	padding: 8px 15px 8px 18px;
}

#menu_user li.user{
	background: url(../images/store/female.png) no-repeat left center;
}
#menu_user li.register{
	background: url(../images/store/group.png) no-repeat left center;
}
#menu_user li.how{
	background: url(../images/store/blog.png) no-repeat left center;
}
#menu_user li.profile{
	background: url(../images/store/options.png) no-repeat left center;
}

#menu_user a {
	color: #fff;
	text-decoration: none;
}
#menu_user a:hover {
	text-decoration: underline;
}

div#banner
{
	background-color: #ccc;
  text-align: center;
}


/* footer
---------------------------------------------*/
div#adsense
{
  margin:0;
  clear:left;
  width:100%;
  text-align: center;
  padding-top: 10px;
  height:0px;
}

#footer
{
  margin:0;
  clear:left;
  text-align: center;
  padding-bottom: 30px;
  background-color: #aaa;
  color: #666;
}
#footer-inner
{
	width: 940px;
  margin:0 auto;
  clear:left;
  text-align: center;
  padding: 10px;
  background-color: #ccc;
  color: #666;
}

/* wrapper & content
---------------------------------------------*/
div#wrapper
{
}

div#content
{
	margin: 0 auto;
	padding: 15px;
	background: #fff;
	padding-bottom: 100px;
}
.index #content {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

div#content p
{
  padding-bottom: 10px;
}

/* underside
---------------------------------------------*/
div#underside
{
  margin:0;
  padding: 10px 0px;
  background-color: #FFF0A5;
}

/* menu_navigation 
---------------------------------------------*/

#menu_navigation {
	background: #eee url(../images/background/menu.png)  center;
	overflow: hidden;

	border: 1px solid #ccc;
	z-index: 1000;
	
	min-height: 20px;
	}
#menu_navigation ul{
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;	
	width: 100%;
}
#menu_navigation a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 10px 10px 10px 30px;
	
	border-left: 1px solid #eee;
	border-right: 1px solid #ccc;

	float: left;	
	background: url(../images/menu/right.gif) no-repeat 4px center;
}
#menu_navigation a:hover {
	background: #eee url(../images/menu/right.gif) no-repeat 4px center;
}

#menu_navigation ul {
	overflow: hidden;
	z-index: 1000;
}

#menu_navigation li {
	display: block;
	float: left;	
}

#menu_navigation .3 {
	float: right;
} 

/* menu_navigation���l���
---------------------------------------------*/
#menu_navigation ul ul 
{
  background: bisque;
}
#menu_navigation ul ul li 
{
  float: none;
}
#menu_navigation ul ul li a 
{
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: gray;
  text-decoration: none;
  height: 18px;
  padding: 5px 0px 0px 0px;
  border-top: 1px solid white;
  font-size: 90%;
}
#menu_navigation ul ul li a:hover 
{
  color: white;
  font-weight: normal;
}


#menu_navigation ul li.parent ul 
{
  display: none;
}
#menu_navigation ul li.parentOn ul 
{
  display: block;
}

/* pager
---------------------------------------------*/
#pager 
{
  text-align: center;
  margin:0;
  padding:5px;
}

/* Login
---------------------------------------------*/

.search_order {
	background: #eee;
	padding: 10px;
	
	width: 280px;
	margin: 0 auto;
}

.input_block {
	padding: 10px 0;
}

.input_block input{
	width: 160px;
}

.login #content, #content .how{
	font-size: 15px;
}

.how img {
	margin-bottom: 30px;
}

.login_notice {
	width: 540px;
	float: left;
	margin-left: 30px;
	
}

#login {
	margin-left: 600px;
	width: 240px;
	border-left: 1px solid #ccc;
	
	padding: 1px 0;
	padding-left: 60px;
}



#login h2 {
}

.login_notice ul {
	list-style: square;
}
.login_notice li {
	margin: 1em;
}

/* Option Block
---------------------------------------------*/

.option_block {
	float: left;
	margin: 0 10px 20px 0;
	border: 1px solid #e1b659;
	padding: 0;
	padding-bottom: 30px;
	
	width: 215px;
	background: #fff;
	position: relative;
	min-height: 200px;
}

.option_block h2 {  
		margin: 0;
		padding: 5px 10px;
		border-bottom: 1px solid #f90;
		
		color: #965c01;
		font-size: 15px;
		height: auto;
		background: #e18900 url(../images/background/header.png) center;
		color: #fff;
}
.option_block .tablelist {
	margin: 5px;
}

.option_block .select {
	position: relative;
	bottom: 0;
	right: 5px;
	padding: 6px 24px 6px 10px;
	background: url(../images/menu/right.gif) right center no-repeat;
}



.clear {
	clear: both;
}


.ui-tabs .ui-tabs-hide {
     display: none;
}


label.error,
span.error
{
  color: #C00;
}

input.error,
textarea.error,
select.error
{
  background: #FEE;
  border-color: #C00;
}

.advertising_title{
    margin:5px 5px 5px 5px;
    line-height:1.2;
    width: 185px;
    min-height:10px;
    font-weight:bold;
    border-top:0.5px solid #aca5b9;
    padding-top:5px;
}
.advertising_title a {

    text-decoration: none;
    color:#1989FF;
}

.advertising_message{    
    line-height:1.2;
    font-size: 12px;
    overflow: hidden;
    width: 105px;
    float: left;
    margin:5px 5px 10px 5px;
    

}
.advertising_message_nophoto{
    font-size: 13px;
    margin:10px 5px 10px 7px;
    line-height:1.2;
    overflow: hidden;
    width: 190px;
    float: left; 
}

.advertising_photo{
    margin: 8px 0px 10px 8px;
    overflow: hidden;
    float: left;
    width: 80px;
    height: 80px;
}


.store_advertisings{
    float: right;
    border-right : 1px solid #000;
    border-left : 1px solid #000;
    border-bottom : 1px solid #000;
    background-color: #f5f5dc;

    /*visibility:hidden*/
}
.store_advertising{

    width: 190px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 120px;
    overflow: hidden;

    /*border-bottom: 2px solid #FFFFFF;*/
}

.spliter{
    margin-left: 20px;
    width: 1170px;
}
/*.advertising_p{*/
   /*  background: #eee url(../images/background/header.png)  center;
	overflow: hidden;

	border: 1px solid #ccc;
	z-index: 30;
        width: 100px;
        height: 25px;
	min-height: 20px;*/
 .advertising_p{   /*廣告贊助的底色與文字*/
     /*background: #eee url(../images/background/BG2.png)  center;*/
     z-index: 1;
     margin: 10px 15px 10px 17px;
    background-color: #708090;
    border:1px solid #FFF;
    /*border-top: 5px solid #E2E2E2;*/
    padding: 5px 5px 5px 5px;
    text-align:center;
    color:#FFF;
    font-weight: bold;
}

.advertising_space{
    min-height:10px;
}
.advertising_body{
    height : 100px;
    
}

.show_state {
    width:1px;
    height:1px;
    overflow:hidden;
}


