@charset "utf-8";

/* ------------------- ID & Class for Account pages --------------------- */
/* Author: Rattha Pringsulaka */
/* Company: NetCreatic Dot Com CO.,LTD. */


/* ------------- =Global Account -------------- */

#account {
    margin: 0 30px 30px;
}

#account, #history  { /* convert font-size from 16 to 13px */
	font-family: "tahoma" ,"MS Sans Serif", "Microsoft Sans Serif";
	padding: 0 0.77em 0.77em; /*0 10px 10px*/
}

#account .extra {
    margin-top: 0;
    float: left;
    vertical-align: middle;
    padding-left: 210px;
    font-size: 13px;
}

#account label, #account input, #account textarea, #account select {
	float: left;
	margin-bottom: 0.77em; /*10px*/
	font-size:1em;
}

#account br {
	clear: left;
}


#account p.desc {
    font-size: 13px;
    margin-bottom: 1.5em;
    color: #666;
    width: 250px;
    margin-left: 211px;
}
#account label {
    text-align: right;
    font-weight: bold;
    width: 200px;
    margin-right: 10px;
    color: #555;
    padding-top: 3px;
}

#account .extra label {
	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: 21px;
    color: #444;
    margin-bottom: 1em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCC;
    margin-top: 1em;
}

#account .extra2 input { /*class for button indent*/
	margin-left: 14.06em; /*162px*/
}

#account fieldset p {
	margin-left: 14.06em; /*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 {
    color: #704816;
    margin-top: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #E4E4E4;
    background: #FFF url(../images/bg_grad_grey.gif) repeat-x 0 -30px;
    padding: 15px 10px;
    font-family: Droid Sans;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0 #FFF;
	font-size: 21px;
	text-align: center;
}

#history th, #history td {
	text-align: center;
	padding: 0.31em; /*4px*/
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #C9C9C9;
}

#history th {
	font-weight: bold;
	color: #D27005;	
	background-color: #FFFAD7;
}

#history thead th {
    padding: .6em .30em;
    font-weight: bold;
    border: 1px solid #C9C9C9;
    color: #393939;
    line-height: 1.3em;
    text-shadow: .07em .07em .23em #FFF;
    background-color: #F7F7F7;
    text-align: center;
}

#history .sort {
	padding: 0 0 1.15em 0; /*0 0 15px 0*/
}

#history th.text, 
#history td.text {
	text-align: left;
	vertical-align: top;
}

/* ------------- =Receipt Information -------------- */

#sendreceipt {
	padding-left: 6em; /*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;
}

#account .extra.detail {
	margin-left: 12.46em;
}

.secondary_right2 {
    width: 230px;
    margin-top: 3px;
    font-size: 13px;
    border-radius: 3px;
    padding: 1em .3em;
    box-sizing: border-box;
}

#account .hint {
    margin-top: 2em;
}