@charset "utf-8";

/* ------------------- ID & Class for Wreath item pages --------------------- */
/* Author: Rattha Pringsulaka */
/* Company: NetCreatic Dot Com CO.,LTD. */


/* ------------- =Item Detail ------------- */

#titlemain {
	    padding-bottom: 0;
    text-transform: capitalize;
    font-family: "Droid Sans", "Trebuchet MS", Arial, sans-serif !important;
}

#item_det {
}

#item_det p {
	line-height: 1.5em; 
}

/* ------------- =Item Detail Left ------------- */

#paneleft { /* 13px */
    float: left;
    width: 55%;
    display: inline;
    padding-bottom: 20px;
}

#paneleft .product-photo {
    display: block;
    margin: 10px auto;
    padding: 0 15px 0 0;
    width: 390px;
}

* html #paneleft img {
	text-align: center; /*IE5 only*/
}

#paneleft ul {
	margin-right: 1.15em; /*15px*/
}

#paneleft li {
	padding: 0.31em 0; /*4px 0*/
	border-bottom: 1px solid #CCC; 
	text-align: center;
}

/* ------------- =Item Detail Right ------------- */

#paneright { /* 13px */
float: right;
    width: 44%;
    padding-top: 4em;
    margin-bottom: 15px;
    display: inline;
}

#paneright .hint {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	margin-bottom: -1px;
	margin-right: 1px;
	position: relative;
}

#paneright .percent-sale {
	margin-left: 5px;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  background-color: #FF8C00;
  line-height: normal;
  padding: 0px 2px;
  color: #FFF;
}

#paneright .detail del, #paneright .detail span {
	vertical-align: middle;
}

#paneright .hint .sold {
  position: absolute;
  background-color: #59BC6E;
  text-align: center;
  border-radius: 50%;
  padding: 0.8em .7em;
  text-transform: uppercase;
  left: -30px;
  top: -35px;
}

#paneright .stock {
	font-size: 11px;
  padding: 2px 5px;
  background-color: #FF4500;
  color: #FFF;
  display: inline-block;
  clear: both;
  margin-top: 3px;
  font-weight: bold;
  border-radius: 3px;
  line-height: normal;
}

#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 .sold-out {
	margin-bottom: 2em;
}


#reg_info {
	table-layout: fixed;
	width: 100%
}

#reg_info td {
	border: 1px solid #DDD;
	padding: 8px;
}

#reg_info .subject {
	font-size: 13px;
	color: #666;
	padding-bottom: 0;
	border-bottom: none;
}

#reg_info .detail {
	border-top: none;
	padding-top: 2px
}

#reg_info .detail span {
	padding-top: 0;
	vertical-align: baseline;
}

#reg_info .price {
	font-size: 21px;
}

#reg_info .promo {
	color: red;
}

#reg_info .expire {
	font-size: 13px;
	color: #555;
	font-style: italic;
}

#reg_info .free {
	font-size: 13px;
	color: #FF6B00;
	text-align: center;
	font-weight: bold;
}


#paneright .product-detail {
	margin-top: 2em;
}

#paneright select {
	width: 230px;
}

#paneright .product-remark {
	margin-top: 2em
}

#paneright .product-remark .header {
	color: #555
}

#paneright .number-of {
    background-color: #CF9D42;
    margin-right: .65em;
}

#paneright dl {
clear: both;
    border: 1px solid #E0D9B8;
    margin-bottom: 0.77em;
    padding: 20px 8px 20px 15px;
}

#paneright h3 {
    text-align: center;
    font-size: 1.08em;
    border: 1px solid #E0D9B8;
    color: #613318;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFF;
    background: #FFF url(../images/bg_1_top.gif) repeat-x 0 -1em;
    padding: 8px 2px;
    border-bottom: none;
    margin-top: 2em;
}

#paneright dt {
	font-weight: bold;
	padding: 0;
	margin-bottom: 4px; /*10px*/
	color: #285A17;
}

#paneright dl dt:not(:first-of-type) {
    margin-top: 20px;
}

#paneright dd/*, #paneright dd label, #paneright dd select, #paneright dd input*/ {
	padding: 0;
	margin-bottom: 0.77em; /*10px*/
}

#paneright dt a img {
	background-color: #FFF; 
}

#paneright dd {
	margin-left: 2em; /*36px*/
}

#paneright dd label, #paneright dd input {
	padding: 0;
	margin-right: 0.23em; /*3px*/
}

#paneright dd.desc {
    font-size: 13px;
    margin-left: 2.6em;
    margin-top: 0.7em;
}

.hiddenimage
{
	display:none;
}

.showimage
{
	display:block;
}

/*---------- IE only ----------*/
* html #paneright dd #DivTemple, * html #paneright dd #DivChurch, * html #paneright dd #DivHouse {
	margin-left: -2.77em; /*36px*/
	margin-top: 0.77em; /*10px*/
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size: 12px;
	font-family: "tahoma" ,"MS Sans Serif", "Microsoft Sans Serif";
	color: #333333;
}

#TB_secondLine {
	font: 10px  "tahoma" ,"MS Sans Serif", "Microsoft Sans Serif";
	color:#666666;
}
/*
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 10px 0 0 0;

/*	margin: 10px auto;*/
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding: 3px 5px 2px 0;
	margin: 0;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	color: #006;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	font-weight: bold;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.item-wrapper {
	margin: 5px 15px 30px;
    box-sizing: border-box;
}


.sku {
	font-size: 13px;
	margin-bottom: 2em;
	text-indent: 2px;
	color: #555
}

.sku span,
.sku em {
	vertical-align: middle;
}

.sku em {
	font-weight: bold;
	color: #777;
}