@charset "utf-8";

/* ------------------- ID & Class for Your Account pages --------------------- */
/* Author: Rattha Pringsulaka */
/* Company: NetCreatic Dot Com CO.,LTD. */


/* ----------------- =Your Account ------------------- */

#account {
	font-size: 13px;
	margin: 0 30px 30px;
}

#account div {
	clear: left;
}

#account h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	color: #6A1A4A;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding-top: 20px;
	border-bottom: 1px solid #CCC;
}

#account p {
	margin-bottom: 10px;
	line-height: 18px;
}

#account ul {
	margin-top: 24px;
	padding-left: 30px;
}

#account li {
	padding-left: 12px;
	background: #FFF url(../images/pic_arrow_4.gif) no-repeat left center;
	line-height: 18px;
}

#account label, #account input, #account textarea, #account select, #account .extra, #secure_code, #check_code {
	float: left;
	vertical-align: middle;
	margin-top: 10px;
}

#account label {
	text-align: right;
	font-weight: bold;
	width: 200px;
	margin-right: 10px;
}

#account #inpCaptcha {
	width: 135px;
}

#account .extra {
	padding-left: 210px;
} 

/* IE6 & below */
* html #account .extra label { padding-top: 4px; }

/* IE7 only */
*:first-child+html #account .extra label { padding-top: 4px; }

#account .extra2 {
	padding-left: 0;
}

#account .extra2 p {
	float: left;
	padding: 10px 25px 0;
}

#account .extra3 {
	margin-top: 0;
	float: left;
	vertical-align: middle;
	padding-left: 210px;
} 

#account .extra3 label {
	float: none;
	text-align: left;
	font-weight: normal;
	width: auto;
	margin-right: 0;
	margin-left: 20px;
	display: block;
}

/* IE6 & below */
* html #account .extra3 label { padding: 4px 0 0 4px; }

/* IE7 only */
*:first-child+html #account .extra3 label { padding: 4px 0 0 5px; }

/* ----------------- =Order History ------------------- */

#history { /*base 16px*/
	text-align: center; /*IE5win Centering Hack*/
	font-size: 12px;
}

#history h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #59387A;
}

#history table {
	width: 90%;
	margin: 0 auto 28px auto; 
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #E7EAF5;
	text-align: left; /*Fix IE5win Centering Hack*/
	border-collapse: collapse;
}

#history caption {
	display: none;
}

#history th, #history td {
	text-align: center;
	padding: 4px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #e5eff8;
}

#history th {
	font-weight: bold;
	color: #678197;
	background-color: #F5F6FC;
}

#history .sort {
	margin-bottom: 16px;
}

#history .sort li {
	display: inline;
	border-left: 1px solid #646451;
	padding: 0 3px 0 5px;
}

#history .sort .title {
	padding: 0;
	border-left: 0;
	color: #006;
	font-weight: bold;
}

#history .sort .leftmust {
	border-left: 0;
}

#history .opacity {
	color: #999999;
}

#history .opacity img {
	filter: Alpha(Opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#history .alternate{
	background-color: #FCFCFC;
}

#history .opacity a:hover img {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#history .align-left {
	text-align: left;
}

#history a.viewcard {
	font-style: italic;
	color: #080;
}

/* ----------- thank you pay -----------*/

#thank-pay { /*base 16px*/
	font-size: 12px;
}

#thank-pay h2 {
	text-align: left;
	font-size: 14px;
	padding: 15px 10px 5px 20px;
	font-weight: bold;
	color: #59387A;
}

#thank-pay p {
	padding: 0 10px 15px 20px;
}

#thank-pay .sender {
	width: 95%;
	margin: 0 auto 28px;
	border-color: #E7EAF5;
	border-style: solid;
	border-width: 0 01px 1px 1px;
}

#thank-pay .sender label {
	display: block;
	font-weight: bold;
	padding: 4px;
	background-color: #F5F6FC;
	color: #678197;
	border-bottom: 1px solid #E7EAF5;
}

#thank-pay .sender p {
	padding: 5px;
}

#thank-pay .sender dt {
	text-align: left;
	float: left;
	width: 550px;
	border-color: #E7EAF5;
	border-style: solid;
	border-width: 1px 0 0 0;	
}

#thank-pay .sender dd {
	text-align: left;
	margin-left: 550px;
	border-color: #E7EAF5;
	border-style: solid;
	border-width: 1px 0 0 1px;
}

#thank-pay .order-no {
	font-size: 14px;
	font-weight: bold;
}

#thank-pay table {
	width: 95%;
	margin: 0 auto 28px auto;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #E7EAF5;
	text-align: left; /*Fix IE5win Centering Hack*/
	border-collapse: collapse;
}

#thank-pay .alternate{
	background-color: #FCFCFC;
}

#thank-pay caption {
	display: none;
}

#thank-pay th, #thank-pay td {
	text-align: center;
	padding: 4px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #e5eff8;
}

#thank-pay th {
	font-weight: bold;
	color: #678197;
	background-color: #F5F6FC;
}

#thank-pay .money{
	text-align: right;
}

#thank-pay .discount {
	text-align: right;
	font-weight:bold;
	color:#CC0000;
}

#thank-pay .total{
	text-align: right;
	color:#FF6600;
	font-weight:bold;
}

#thank-pay table .align-left{
	text-align: left;
}

#thank-pay table .align-right{
	text-align: right;
	padding-right: 10px;
}

#thank-pay table img{
	padding: 0 10px;
}

#thank-pay .box-err {
	padding: 4px;
	margin: 0 auto 10px;
	text-align: center;
}


/* ----------- Order Details (use in modal) -------- */

.order-detail table {
	width: 100%;
	margin:  25px auto 0 auto;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #E7EAF5;
	text-align: left; /*Fix IE5win Centering Hack*/
	border-collapse: collapse;
}

.order-detail caption {
	display: none;
}

.order-detail th, .order-detail td {
	text-align: center;
	vertical-align: top;
	padding: 4px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #e5eff8;
}

.order-detail th {
	font-weight: bold;
	color: #678197;
	background-color: #F5F6FC;
}

.order-detail .sender-info th {
	text-align: left;
	background-color:#FFFFCC;	
}

.order-detail .sender-info td {
	text-align: left;
}

.order-detail .money{
	text-align: right;
}

.order-detail .discount {
	text-align: right;
	font-weight:bold;
	color:#CC0000;
}

.order-detail .total{
	text-align: right;
	color:#FF6600;
	font-weight:bold;
}

.order-detail .align-left {
	text-align: left;
}

.order-detail .align-right {
	font-weight: bold;
	text-align: right;
}

/*---------- preview photocard history ----------*/

.preview { margin: 20px 10px 30px; padding: 0; text-align: left; list-style: none; }
.preview li { background: url(../images/expand.png) left top no-repeat; margin-top: 15px; }
.preview li.expand { background: url(../images/unexpand.png) left top no-repeat; }
.preview li.first { margin-top: 0; }
.preview span { 
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	color: #6A1A4A;
	padding-left: 25px;
	border-bottom: 1px solid #CCC;
	display: block;
	cursor: pointer;
}
.preview p { margin: 0; padding: 10px 25px 0; }
.preview p img { border: 1px solid #CDCDCD; display: inline; }
