/* Template01
*****************************************************/
h2.temp_h2 {
    clear: both;
    background-color:#99957c;
    margin: 20px 0;
    padding: 10px 20px 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    text-shadow: rgba(0,0,0,0.2) -1px -1px;
    font-weight: bold;
}

.Template01{
	border-bottom:1px solid #9f9f9f;
        padding-bottom:15px;
}

.Template01 p{
	display:inline-block;
	vertical-align:middle;
}
.temp01_text{
	width:380px;
	margin-left:15px;
        font-size:16px;
}

.temp01_text .temp01_mtit{
	display:block;
	font-weight:bold;
	font-size:18px;
	padding-bottom:5px;
	border-bottom:1px dashed #aeaeb0;
	color:#313131;
}

.temp01_text .temp01_btn{
	display:block;
	padding-top:10px;
	width:80%;
	text-align:center;
	margin:auto;
}

.temp01_text .temp01_btn a{
	display:block;
	padding:10px;
	background-color:#79c360;
	border-radius:3px;
	color:#fff;
	font-size:30px;
	text-decoration:none;
	text-shadow: rgba(0,0,0,0.2) 2px 2px;
}

.temp01_text .temp02_btn{
	display:block;
	padding-top:10px;
	width:80%;
	text-align:center;
	margin:auto;
}

.temp01_text .temp02_btn a{
	display:block;
	padding:10px;
	background-color:#e30b05;
	border-radius:3px;
	color:#fff;
	font-size:30px;
	text-decoration:none;
	text-shadow: rgba(0,0,0,0.2) 2px 2px;
}

.temp01_text .temp01_btn a:hover{
	opacity:0.8;
}

/* Template02
*****************************************************/

h3.temp_h3{
    clear:both;
    z-index: 1;
    position: relative;
    background-color:#f9f7f2;
    font-size: 15px;
    padding: 8px 15px;
    color: #000;
    border: 1px solid #eadfcb;
    border-radius: 5px;
    margin: 20px 0;
    font-weight: bold;
}

.Template02{
	border-bottom:1px solid #9f9f9f;
        padding-bottom:15px;
}

.Template02 p{
	display:inline-block;
	vertical-align:middle;
}

.temp02_text{
	width:380px;
	margin: 0 15px;
        font-size:16px;
}

.temp02_text .temp02_mtit{
	display:block;
	font-weight:bold;
	font-size:18px;
	padding-bottom:5px;
	border-bottom:4px double #aeaeb0;
	color:#313131;
}

.temp02_text .temp02_btn{
	display:block;
	padding-top:10px;
	width:80%;
	text-align:center;
	margin:auto;
	font-size:30px;
}

.temp02_text .temp02_btn a{
	display:block;
	padding:10px;
	background-color:#7ecef3;
	border-radius:3px;
	color:#fff;
	font-size:30px;
	text-decoration:none;
	text-shadow: rgba(0,0,0,0.2) 2px 2px;
}

.temp02_text .temp02_btn a:hover{
	opacity:0.8;
}

/* Template03
*****************************************************/

h4.temp_h4{
    font-size: 16px;
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    color: #222;
    font-weight: bold;
    padding: 8px 0 5px 3px;
}

.Template03 p{
	display:inline-block;
	vertical-align:middle;
        padding:5px;
}
.Template03 p img{
	padding:5px;
	border:1px dashed #aeaeb0;
}

.temp03_text{
	width:580px;
	vertical-align:middle;
}

.temp03_left{
        border-bottom:1px solid #aeaeb0;
        text-align:left;
}

.temp03_right{
        border-bottom:1px solid #aeaeb0;
        text-align:right;
}


/* Template05
*****************************************************/
.temp05_box {
    background: #f7f6f1;
    border: 1px solid #f1ebde;
    padding: 20px;
    margin: 5px 0;
    border-radius: 5px;
    color:#99957c;
}

/* Template06
*****************************************************/
ul.temp06_list {
    margin: 0;
    padding: 15px 0 20px 0;
}
ul.temp06_list li {
    margin: 0px;
    list-style: none;
}
ul.temp06_list li a {
    display:block;
    padding: 5px 0 5px 2px;
    border-bottom: 1px dotted #ddd;
    text-decoration:none;
}

ul.temp06_list li a:hover {
    background-color:#f0f0f0;
}
/* Template07
*****************************************************/
.temp07_box{
margin-top:20px;
margin-bottom:20px;
margin-left:10px;
float:left;
}

.temp07_box a{
display:block;
text-align:center;
padding:30px 65px;
border:1px dashed #aeaeb0;
}

.temp07_box a:hover{
border:2px dashed #99957c;
}

hr.temp07_hr{
clear:both;
}

/* Template08
*****************************************************/
.temp08_box{
margin-top:20px;
margin-bottom:20px;
margin-left:10px;
float:left;
}

.temp08_box a{
display:block;
text-align:center;
padding:60px 158px;
border:1px solid #aeaeb0;
}

.temp08_box a:hover{
border:1px solid #cc0033;
}

hr.temp08_hr{
clear:both;
}

/* Template09
*****************************************************/
.temp09_col{
background-color:#effce2;
}
.temp09_hane_col{
background-color:#FDFAD1;
}

.temp09_box{
width:200px;
margin:15px 22px;
float:left;
}

.temp09_img{
margin:5px;
color:#a19c78;
padding:5px;
background-color:#9ec56a;
}

.temp09_hane_img{
margin:5px;
color:#f4a460;
padding:5px;
background-color:#f4a460;
}

.temp09_img a:hover{
opacity:0.8;
}

.temp09_text{
margin:5px 0;
}
.temp09_btn{
	display:block;
	padding-top:10px;
	text-align:center;
	margin:auto;
}

.temp09_btn a{
	display:block;
	padding:2px;
	background-color:#8baa61;
	border-radius:3px;
	color:#fff;
	font-size:16px;
        font-weight:bold;
	text-decoration:none;
	text-shadow: rgba(0,0,0,0.2) 2px 2px;
}

.temp09_btn a:hover{
        opacity:0.8;
}

hr.temp09_hr{
clear:both;
}

/* Template10
*****************************************************/
.Template10 p{
	display:inline-block;
	vertical-align:middle;
        padding:5px;
}
.Template10 p img{
	padding:5px;
	border:1px solid #aeaeb0;
}

.temp10_text{
   width: 200px;
   border:1px solid #aeaeb0;
   //background: #f7f6f1;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
   display:block;
background-color: #fff; 
background-image: 
linear-gradient(90deg, transparent 79px, #eee 79px, #eee 81px, transparent 81px),
linear-gradient(#eee.1em, transparent .1em);
background-size: 100% 1.2em;
margin-left:15px;
}

.temp10_text:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 8px solid transparent;
   border-right: 20px solid #aeaeb0;
   border-bottom: 8px solid transparent;
}


.temp10_left{
   float:left;
   margin-left:10px;  
}

/* Template11
*****************************************************/
.Template11{
text-align:center;
}
.temp11_btn{
	font-family: Arial, Helvetica, sans-serif;
        margin-bottom:10px;
	background: -moz-linear-gradient(
		top,
		#ff9eb6 0%,
		#cc3f57 50%,
		#b0111e 50%,
		#8a0404);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9eb6),
		color-stop(0.50, #cc3f57),
		color-stop(0.50, #b0111e),
		to(#8a0404));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b03d5a;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
}

.temp11_btn a{
        display:block;
        text-align:center;
        font-size:30px;
	padding: 20px 150px;
        color:#fff;
        text-decoration:none;
}
.temp11_btn a:hover{
opacity:0.8;
}
/* Template12
*****************************************************/
.Template12{
text-align:center;
}
.temp12_btn{
	font-family: Arial, Helvetica, sans-serif;
        margin-bottom:10px;
	background: -moz-linear-gradient(
		top,
		#4abd20 0%,
		#3cb82e 50%,
		#41a31d 50%,
		#227a0c);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#4abd20),
		color-stop(0.50, #3cb82e),
		color-stop(0.50, #41a31d),
		to(#227a0c));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(204,250,195,1),
		1px 1px 0px rgba(000,000,000,1);
}
.temp12_btn a{
        display:block;
        text-align:center;
        font-size:30px;
	padding: 20px 150px;
        color:#fff;
        text-decoration:none;
}
.temp12_btn a:hover{
opacity:0.8;
}
/* Template13
*****************************************************/
.Template13{
text-align:center;
}
.temp13_btn{
	font-family: Arial, Helvetica, sans-serif;
        margin-bottom:10px;
	background: -moz-linear-gradient(
		top,
		#f5c996 0%,
		#422c12);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f5c996),
		to(#422c12));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #f7fafc;
	-moz-box-shadow:
		0px 1px 3px rgba(066,044,018,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(066,044,018,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(066,044,018,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

.temp13_btn a{
        display:block;
        text-align:center;
        font-size:30px;
	padding: 20px 150px;
        color:#fff;
        text-decoration:none;
}

.temp13_btn a:hover{
opacity:0.8;
}
/* Template14
*****************************************************/
.Template14{
text-align:center;
}
.temp14_btn{
	font-family: Arial, Helvetica, sans-serif;
        margin-bottom:10px;
	background: -moz-linear-gradient(
		top,
		#136aad 0%,
		#03121a);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#136aad),
		to(#03121a));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}
.temp14_btn a{
        display:block;
        text-align:center;
        font-size:30px;
	padding: 20px 150px;
        color:#fff;
        text-decoration:none;
}

.temp14_btn a:hover{
opacity:0.8;
}

/* Template15
*****************************************************/
.temp15_anker ul{
display:table;
}

.temp15_anker ul li{
display:table-cell;
padding:3px;
}

.temp15_anker ul li a:hover:{
opacity:0.8;
}

/* Template16
*****************************************************/

h4.temp2_h4 {
font-size: 16px;
    margin: 20px 0;
    color: #b32825;
    font-weight: bold;
}

.temp16_col{
background-color:#effce2;
}

.temp16_hane_col{
background-color:#FDFAD1;
}

.temp16_box{
width:350px;
margin:20px 8px;
text-align:center;
float:left;
}

.temp16_hane_img{
margin-bottom:10px;
}

.temp16_img{
margin:5px;
color:#a19c78;
padding:5px;
background-color:#9ec56a;
}

.temp16_img a:hover{
opacity:0.8;
}

.temp16_nt{
    font-size: 20px;
    font-weight: bold;
    background-color:#ddd;
}
.temp16_text{
margin:5px 0;
}
.temp16_btn{
	display:block;
	padding-top:10px;
	text-align:center;
	margin:auto;
}

.temp16_btn a{
	display:block;
	padding:8px;
	background-color:#eb6100;
	border-radius:3px;
	color:#fff;
	font-size:16px;
        font-weight:bold;
	text-decoration:none;
	text-shadow: rgba(0,0,0,0.2) 2px 2px;
}
.temp16_hane_img a:hover{
opacity:0.8;
}
.temp16_btn a:hover{
        opacity:0.8;
}

.temp16_price{
font-size:18px;
}

.temp16_saleprice{
    font-size: 24px;
    color: #cc301c;
}