._kc_hsm_items {
    overflow: hidden;
}
._kc_hsm_image {
    text-align: center;
    position: relative;
}
._kc_hsm_disp {
    width: 50%;
    float: left;
    text-indent: 5px;
    line-height: 1.4em;
}
._kc_hsm_ctrl {
    overflow: hidden;
    margin-top: 10px;
    padding-left: 5px;
}
._kc_hsm_btn {
    width: 50%;
    float: left;
    text-align: center;
    vertical-align: bottom;
}
#hsm-block{
	display:none;
	position:absolute;
	z-index:998;
	left:0;
	top:0;
	background-color:#fff;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#hsm-gallery-box{
	display:none;
	position:absolute;
	z-index:999;
	background-color:#000;
	color:#fff;
	opacity:1.0;
	filter:alpha(opacity=100);
	padding:10px 40px 40px 40px;
	min-width:400px;
	min-height:280px;
}

#hsm-gallery-box a{
	cursor:pointer;
}

#hsm-gallery-head{
	height:20px;
	margin-bottom:10px;
	text-align:right;
}

#hsm-gallery-image{
	width:677px;
	height:500px;
	text-align:center;
	margin-bottom:15px;
}

#hsm-gallery-thumb{
	padding:5px;
	height:110px;
	text-align:center;
	margin-bottom:10px;
}

#hsm-gallery-thumb > img {
	margin-right: 10px;
	width:100px;
	height:100px;
	position:relative;
	z-index:5;
}

#gallery-select{
	position: absolute;
	width: 100px;
	height: 100px;
	border:solid 5px #e61d61;
	opacity: 0.6;
	filter: alpha(opacity=70);
	z-index:4;
}

#hsm-gallery-comment{
	text-align:center;
}
#hsm-gallery-order{
	margin-top:10px;
	text-align:center;
}

#_kc_hsm_order_wrap{
	margin: 50px auto 0px;
	width:720px;
}
#_kc_hsm_order_wrap input,
#_kc_hsm_order_wrap textarea{
    line-height:1.2em;
    padding: 5px;
}
#_kc_hsm_order_wrap table {
    width: 100%;
    margin-bottom: 20px;
}
#_kc_hsm_order_form table td:first-child {
    width: 25%;
}
#_kc_hsm_order_form table td{
	vertical-align:middle;
	padding:5px 20px;
}
#_kc_hsm_order_form table textarea{
	width:100%;
	height:48px;
}

._kc_color_dark{
	color:#871737;
}
#_kc_hsm_ordered td {
    border: solid 1px;
    padding: 5px;
}
#_kc_hsm_ordered td:first-child {
    width: 25%;
}
#_kc_hsm_alert {
    padding: 10px 0;
}
.transaction{
	width: 720px;
	margin:20px auto;
}
.transaction table tr th {
    font-weight: normal;
    width: 25%;
    text-align: left;
    line-height: 1.3em;
}
.transaction table tr td {
    line-height: 1.5em;
}
.transaction table {
    border: solid 1px;
}
.transaction h3 {
    line-height: 2em;
}
.transaction table tr th,.transaction table tr td {
    border: solid 1px #fff;
    padding: 5px;
}
.transaction table table {
    width: 100%;
}
.hsm-new {
    position: absolute;
    top: 0;
    left: 6px;
}