@charset "utf-8";

/* ------------------- Main ID & Class for Item Dtails page (English) --------------------- */
/* Author: Rattha Pringsulaka */
/* Company: NetCreatic Dot Com CO.,LTD. */


/* ------------- =Item Detail ------------- */

#item_det {
	font-size: 13px;
	padding: 0 10px;
}

#item_det h2 {
	font-family: Georgia, serif;
	font-size: 26px;
	color: #9999cc;
}

#item_det p {
	line-height: 18px;
}


/* ------------- =Item Detail Left ------------- */

#paneleft { /* 12px */
	float: left;
	width: 45%;
	display: inline;
	padding-bottom: 20px;
}

#paneleft img {
	display: block;
	margin: 10px auto;
}

/* IE5 Win only \*/
* html #paneleft img {
	text-align: center;
}
/* */

#paneleft ul {
	margin-right: 15px;
}

#paneleft li {
	padding: 6px 0 4px 32px;
	border-bottom: 1px solid #E1E1F8; 
	margin-bottom: 4px;
}

#paneleft li.zoom {
	background: #FFF url(../images/icon_item_zoom.gif) no-repeat 6px 4px;
}

#paneleft li.currency {
	background: #FFF url(../images/icon_item_currency.gif) no-repeat 9px 4px;
}

#paneleft li.tellfriend {
	background: #FFF url(../images/icon_item_tellfriend.gif) no-repeat 6px 4px;
}

#paneleft li.epostcard {
	background: #FFF url(../images/icon_item_epostcard.gif) no-repeat 6px 7px;
}


/* ------------- =Item Detail Right ------------- */

#paneright { /* 12px */
	float: right;
	width: 55%;	
	margin-bottom: 15px;
	display: inline;
}

#paneright .more {
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	padding-left: 10px;
	margin-bottom: 15px;
	background: #FFF url(../images/pic_arrow_4.gif) no-repeat left center;
	float: right;
	display: inline;
}

#paneright div, #paneright div p {
	margin-bottom: 15px;
	line-height: 18px;
}

#paneright div ul, #paneright div ol {
	padding-bottom: 10px;
}

#paneright div ul li {
	padding-left: 12px;
	padding-bottom: 5px;
	background: #FFF url(../images/bul_1.gif) no-repeat 0 6px;
}



/* ------------- =Regular Info Table -------------- */

#reg_info {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #CCC;
	margin-bottom: 30px;
}

* html #reg_info {
	font-size: 12px;
}

#reg_info td {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #CCC;
	padding: 8px;
}

/* --------------- =Ready to Buy --------------- */

#paneright .ready {
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #EDD9E9;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	padding: 5px;
	text-align: center;
	color: #B386A5;
	background: #FFF url(../images/bg_grad_pink.gif) repeat-x 0 -18px;
}

#paneright dl {
	border: 1px solid #EDD9E9;
	padding: 0 8px 8px;
	margin-bottom: 8px;
}

#paneright dt, #paneright dd {
	margin-bottom: 4px;
}

#paneright dt {
	color: #59387A;
	font-weight: bold; 
	margin-top: 12px;
}

#paneright dd {
	margin-left: 15px;
}

#paneright label, #paneright input {
	vertical-align: middle;
}

#paneright dd.special_delivery {
	margin: 5px 0 0 32px;
}

#paneright .special_delivery, #paneright .multiple_province {
	display: none;
}

#paneright input {
	padding: 1px 0 2px;
}

#paneright .ui-datepicker-trigger {
	vertical-align: middle;
	cursor: pointer;
}

/* ---------- currency convert (use in modal) ---------- */

.cur-convert p {
	text-align: left;
	margin-top: 10px;
}

.cur-convert 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;
}

* html .cur-convert table { font-size: 12px; }

.cur-convert caption {
	display: none;
}

.cur-convert  th, .cur-convert  td {
	text-align: center;
	vertical-align: top;
	padding: 4px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #e5eff8;
}

.cur-convert th {
	font-weight: bold;
	color: #678197;
	background-color: #F5F6FC;
}

/* ---------- send e-mail ---------- */

.sendmail {
	text-align: center;
	margin-top: 10px;
}

.sendmail dl {
	margin: 10px 0;
	padding: 0;
}

.sendmail dt {
	float: left;
	margin-right: 10px;
}

.sendmail .down{
	padding-top: 120px;
}

.sendmail fieldset {
	text-align: left;
}

.sendmail label {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 200px;
	margin-right: 10px;
	display: block;
}

.sendmail label, .sendmail input, .sendmail textarea, .sendmail #imgCaptcha, .sendmail a, .sendmail img {
	vertical-align: top;
	margin-top: 10px;
}

.sendmail .extra {
	padding-left: 210px;
}

/* ---------- send e-postcard ---------- */

#postcard {
	font-size: 12px;
	width: 600px;
	margin: 10px auto;
	border: 1px solid #E0B1C9;
	text-align: left;
}

#postcard p.bottom {
	margin-top: 15px;
	padding: 10px 5px;
	text-align: center;
	border-top: 1px solid #E0B1C9;
	background-color: #F7EFF9;
	color: #306;
}

#postcard dt {
	float: left;
	text-align: center;
	margin: 30px 10px 0;
}

#postcard dt .pd-name { /*base 12px*/
	font-family: Georgia, serif;
	font-size: 18px;
	color: #99C;
	padding-top: 10px;
}

#postcard .receipt {
	position: relative;
	width: 355px;
	text-align: left;
	padding-top: 110px;
	margin-left: 245px;
}

*:first-child+html #postcard .receipt { width: 350px; margin: 0px; padding-top: 50px; }
* html #postcard .receipt { width: 350px; margin: 0px; padding-top: 50px; }

#postcard .receipt p {
	margin: 10px 10px 0;
}

#postcard .receipt .message{
	margin-top: 20px;
}

#postcard .receipt label {
	float: left;
	width: 50px;
	font-weight: bold;
}

* html #postcard .receipt label {
	padding-left: 3px;
}

#postcard dl .stamp{
	float: right;
	margin: 10px;
}

.cake_condition {
	text-align: left;
}

.cake_condition h3 {
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	color: #306;
}

.cake_condition dt {
	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;
}

.cake_condition dd {
	line-height: 18px;
	background: #FFF url(../images/bul_1.gif) no-repeat left center;
	padding-left: 12px;
	margin-left: 10px;
}

.pane-social {
	margin-bottom: 10px;
}
.pane-social a {
	display: block; width: 32px; height: 32px; float: left; margin-right: 5px;
}
.pane-social a:hover {background-color: #FFF; }

.facebook {
	background:url(../images/but_share.gif) 32px 0px; no-repeat;
}
.twitter {
	background:url(../images/but_share.gif) left top no-repeat;
}

.like-facebook{
	float: left;
	border: none; 
	overflow: hidden; 
	width: 337px; 
	height: 25px;
	margin: 9px 0 0 5px;
}

