﻿/* --- p_template1 --------------------------------------------------- */

.p_template1
{
	background-color: #efefef;
	background-image: url(../img/panel/back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom: 20px;
	overflow: hidden;
}

.p_template1 div
{
	overflow: hidden;
}

.p_template1 hr
{
	height: 1px;
	border: 0;
	background-color: #bbbbbb;
	margin-top: 3px;
	margin-bottom: 3px;
}

.p_template1 .p_body
{
	padding: 3px 10px 3px 10px;
	text-align: left;
}

.p_template1 .p_top .c_left
{
	background: url(../img/panel/tmp1-t-l.gif) 0 0 no-repeat;
	height: 4px;
}

.p_template1 .p_top .c_right
{
	background: url(../img/panel/tmp1-t-r.gif) 100% 0 no-repeat;
	height: 4px;
}

.p_template1 .p_bot .c_left
{
	background: url(../img/panel/tmp1-b-l.gif) 0 0 no-repeat;
	height: 4px;
}

.p_template1 .p_bot .c_right
{
	background: url(../img/panel/tmp1-b-r.gif) 100% 0 no-repeat;
	height: 4px;
}

/* --- p_template2 --------------------------------------------------- */

.p_template2
{
	background-color: #ffffff;
	overflow: hidden;
}

.p_template2 div
{
	overflow: hidden;
}

.p_template2 .p_body
{
	padding: 3px 10px 3px 10px;
	text-align: left;
}

.p_template2 .p_top .c_left
{
	background: url(../img/panel/tmp2-t-l.gif) 0 0 no-repeat;
	height: 5px;
}

.p_template2 .p_top .c_right
{
	background: url(../img/panel/tmp2-t-r.gif) 100% 0 no-repeat;
	height: 5px;
}

.p_template2 .p_bot .c_left
{
	background: url(../img/panel/tmp2-b-l.gif) 0 0 no-repeat;
	height: 5px;
}

.p_template2 .p_bot .c_right
{
	background: url(../img/panel/tmp2-b-r.gif) 100% 0 no-repeat;
	height: 5px;
}

/* --- p_template3 --------------------------------------------------- */

.p_template3
{
	background-color: #ffffff;
	overflow: hidden;
}

.p_template3 div
{
	overflow: hidden;
}

.p_template3 .p_body
{
	padding: 3px 10px 3px 10px;
	text-align: left;
}

.p_template3 .p_top .c_left
{
	background: url(../img/panel/tmp3-t-l.gif) 0 0 no-repeat;
	height: 4px;
}

.p_template3 .p_top .c_right
{
	background: url(../img/panel/tmp3-t-r.gif) 100% 0 no-repeat;
	height: 4px;
}

.p_template3 .p_bot .c_left
{
	background: url(../img/panel/tmp3-b-l.gif) 0 0 no-repeat;
	height: 4px;
}

.p_template3 .p_bot .c_right
{
	background: url(../img/panel/tmp3-b-r.gif) 100% 0 no-repeat;
	height: 4px;
}


