/* CSS Document */
#dialog p{
   padding:0; 
   }
table.tableProductGold{
	border:none;
}

table.tableProductGold th,table.tableProductGold td{
	height:40px;
}

table.tableProductGold th,table.tableProductGold td img{
    cursor:pointer;
}

table.tableProductGold th{
    height:25px;
	border-right:1px solid #FFFFFF;
	text-align:center;
	background:url(../images/list_bg.jpg) 0 50% repeat-x;
	color:#FFFFFF;
	font-size:11px;
}

table.tableProductGold tr.trProductGoldNormal td.tdProductGoldProductName,table.tableProductGold tr.trProductGoldAlter td.tdProductGoldProductName{
	text-align:left;
    font-weight:bold;
	padding-left:5px;
	}

table.tableProductGold tr.trProductGoldNormal td{
	text-align:center;
	background-color:#efefef;
}

table.tableProductGold tr.trProductGoldAlter td{
	text-align:center;
	background-color:#FFFFFF;
}

/*Mouse over style*/
table.tableProductGold tr.trProductGoldMouseOver td{
	background-color:#dddddd;
}

/*shipping time description div style*/
table.tableProductGold div.shippingTimeDescription{
    margin:2px 0px 2px 6px;
	font-size:10px;
	font-weight:normal;
}

/*div#divProductGoldCharacterNavigate*/
div#divProductGoldCharacterNavigate{
    margin:10px 2px 10px 2px;
	}
div#divProductGoldCharacterNavigate span{
   background-color:#fff;
   cursor:pointer;
   width:35px;
   height:25px;
   border:#000000 solid 1px;
   margin:3px 1px 3px 1px;
   padding:3px 1px 3px 1px;
}


div#divProductGoldCharacterNavigate span.disable{
   color:#999999;
   cursor:text;
}

span.selected{
font-weight:bold;
}
 
div#divProductGoldServerListContainer h2{
    border:2px solid #c1c1a9;
	padding-left:10px;
	}

div#productGoldSigle{
	padding-left:0;
}
ul#ulFormListGoldSigle li{
  list-style:none;
  border-bottom:1px dashed #CCCCCC;  
  width:100%;
  height:20px;
  padding:4px 0px 4px 0px;
  margin-left:5px;
  margin-right:15px;
  }
  
ul#ulFormListGoldSigle li#liSelectLoginMethod{
  height:87px;
  }  
  
ul#ulFormListGoldSigle p{
  padding:0;
  }
  
ul#ulFormListGoldSigle h2{
width:25%; float:left; font-size:100%; font-weight:bold; text-align:right; padding-right:10px;
}
ul#ulFormListGoldSigle span{
  width:70%;
  float:left;
  }
  
ul#ulFormListGoldSigle li.product_gold_single_page_li_in_delivery_method{
 height:0px;padding:0; margin:0;
 }
 
ul#ulFormListGoldSigle #divTradeTypeInputInfo{
  border-bottom:1px dashed #CCCCCC;  
}
#liAddToCart{
   text-align:center;
   }
#liAddToCart span{
   width:100%;   
   }
   
