@charset "utf-8";

/* ------------------- ID & Class for Account pages --------------------- */
/* Author: Rattha Pringsulaka */
/* Company: NetCreatic Dot Com CO.,LTD. */


/* ------------- =Global Account -------------- */

#account, #history  { /* convert font-size from 16 to 13px */
	font-family: "tahoma" ,"MS Sans Serif", "Microsoft Sans Serif";
	font-size: 0.81em; /*13px*/
	padding: 0 0.77em 0.77em; /*0 10px 10px*/
}

#account p {
	margin-bottom: 0.77em; /*10px*/
	line-height: 1.5em;
}

#account label, #account input, #account textarea, #account select {
	float: left;
	margin-bottom: 0.77em; /*10px*/
	font-size:1em;
}

#account br {
	clear: left;
}

#account label {
	text-align: right;
	width: 11.54em; /*150px*/
	margin-right: 1em; /*13px*/
	font-weight: bold;
}

#account .extra label {
	width: auto;
	margin-left: 0.38em; /*5px*/	
	margin-right: 0; /*clear normal Label's margin value*/
	text-align: left;
	font-weight: normal;
}

/* IE6 & below */
* html #account .extra label {
	margin-left: 0.31em; /*4px*/
	padding-top: 0.31em; /*4px*/
}

#account h3 {
	font-size: 1.23em; /*16px*/
	font-weight: bold;
	color: #613318;
	padding-top: 0.5em; /*8px*/
	padding-bottom: 0.19em; /*3px*/
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.62em; /*10px*/
}

#account .extra2 input { /*class for button indent*/
	margin-left: 12.46em; /*162px*/
}

#account fieldset p {
	margin-left: 12.46em; /*162px*/	
}

#account ul {
	margin-bottom: 0.77em; /*10px*/
}

#account li {
	margin-left: 3.69em; /*48px*/
	padding: 0 0 0 0.92em; /*0 0 0 12px*/
	background: url(../images/bul_1.gif) no-repeat 0 0.6em;
	line-height: 1.5em;
}


/* ------------- =Order History -------------- */

#history { /*base 13px*/
	text-align: center; /*IE5win Centering Hack*/
}

#history table {
	width: 90%;
	margin: 0 auto 2.15em auto; /*0 auto 28px auto*/
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #CFC79D;
	text-align: left; /*Fix IE5win Centering Hack*/
	border-collapse: collapse;
}

#history caption {
	margin: 0 auto;
	text-align: center;
	font-size: 1.08em; /*14px*/
	padding-bottom: 1.15em; /*15px*/
	font-weight: bold;
	color: #6A1A4A;
}

#history th, #history td {
	text-align: center;
	padding: 0.31em; /*4px*/
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #CFC79D;
}

#history th {
	font-weight: bold;
	color: #D27005;	
	background-color: #FFFAD7;
}

#history thead th {
	color: #59387A;
	background: #D8C5A1 url(../images/bg_1_top.gif) repeat-x left top;
}

#history .sort {
	padding: 0 0 1.15em 0; /*0 0 15px 0*/
}


/* ------------- =Receipt Information -------------- */

#sendreceipt {
	padding-left: 0.69em; /*9px*/ 
}

#sendreceipt label {
	width: auto;
	margin-left: 0.69em; /*9px*/
}

/* IE6 & below */
* html #sendreceipt {
	padding-left: 1em; /*13px*/ 
}

* html #sendreceipt label {
	margin-left: 0.31em; /*4px*/
	padding-top: 0.23em; /*3px*/
}

div.center{
	text-align:center;
	width:600px;
	margin:0 auto;
}

