@charset "utf-8";
/* CSS Document */

#box_body {padding:15px 0;}
.table {display:table; width:100%;}
.table .td {display:table-cell; vertical-align:top;}
#box_left {width:300px; border-right:1px solid #999; text-align:center;}
#box_left img {max-width:280px;}
#box_left h3.curr a {color:#CC0000;}
#box_left h3:hover a {color:#EE9A16;}

.product-list {position:relative; width:750px; margin:0 auto;}
.product-list .btn_left,
.product-list .btn_right {position:absolute; top:50%; margin-top:-25px;}
.product-list .btn_left {left:-50px;}
.product-list .btn_right {right:-50px;}
#layer-photos-demo {font-size:0;}
.product-list dl {display:inline-block; width:250px; text-align:center; vertical-align:middle;}
.product-list dl dt {display:table-cell; vertical-align:middle; text-align:center; width:250px; background-color:#F1F1F1;}
.product-list dl dt img {max-width:220px; max-height:350px;}
.product-list dl dd {line-height:30px; height:40px; font-size:14px;}

.form {}
.form dl {display:table;}
.form dl dt {line-height:34px; font-size:18px; font-weight:bold;}
.form dl dt,
.form dl dd {display:table-cell; vertical-align:top; padding:5px;}
.form dl dt {width:120px; text-align:right;}
.form dl dd textarea,
.form dl dd input[type=text] {
	width:440px;
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	text-indent:1em;
}
input[type=reset],
input[type=submit]{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
input[type=reset]:hover,
input[type=submit]:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.map {float:right; margin-right:30px;}