* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #1f1a17;
	font-family: Trebuchet MS, Arial !important;
	font-weight: normal;
	font-size: 16px;
}

p {
	padding: 10px 0 5px 0;
}

.clr {
	clear: both;
}
.fll {
	float: left;
}
.flr {
	float: right;
}

.text-dark {
	color: #1f1a17;
}
.text-orange {
	color: #f89904;
}

a, a:hover {
	color: #f89904;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	padding: 15px 0 20px 0;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 15px 0 10px 0;
}

h3 {
	font-size: 18px; 
	font-weight: bold;
	padding: 0 0 10px 0;
}

.container {
	width: 940px;
	margin: 20px auto;
	background: #ffffff;
}

/* HEADER */

.header {
	border-bottom: 5px solid #000000;
	padding: 0 0 20px 0;
}

.logo {
	display: block;
	width: 216px;
	height: 97px;
	background: url(/assets/templates/sns/images/logo.png) no-repeat 0 0 transparent;
	float: left;
	margin-top: 38px;
}

.header-title {
	width: 710px;
	height: 135px;
	/*background: url(/assets/templates/sns/images/header.png) no-repeat 0 0 transparent;*/
	float: right;
}

.logo, .header-title {
	margin-bottom: 20px;
}

.header-phone {
	float: left;
	font-size: 18px;
	height: 26px;
	padding: 4px 0 0 40px;
	background: url(/assets/templates/sns/images/phone-ico.png) no-repeat left 0 transparent;
	margin-left: 20px;
	font-weight: bold;
}

.header-phone span {
	font-size: 12px;
}

.header-nav {
	float: left;
	margin-left: 70px;
	font-size: 12px;
	color: #f89904;
	padding-top: 4px;
	font-weight: bold;
}

.header-search {
	float: right;
}

.header-search fieldset {
	border: 0px;
}

.header-search .cleardefault {
	padding: 5px 4px;
	
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;

    -moz-box-shadow: 1px 1px 1px rgb(170, 170, 169) inset;
    -webkit-box-shadow: 1px 1px 1px rgb(170, 170, 169) inset;
    box-shadow: 1px 1px 1px rgb(170, 170, 169) inset;

	border: 1px solid rgb(233, 233, 231);
}

.header-search #ajaxSearch_submit {
	background: url(/assets/templates/sns/images/search-button1.png) no-repeat 0 3px;
	display: inline-block;
	text-indent: -99999px;
	width: 33px;
	height: 32px;
	margin-left: -5px;
	border: none;
	cursor: pointer;
	opacity: 0.7;
}

.header-search #ajaxSearch_submit:hover {
	opacity: 1;
}

/* SEARCH RESULT */
.ajaxSearch_resultsInfos {
	font-weight: bold;
}

.ajaxSearch_result {
	padding: 10px 0 0 0;
}

.ajaxSearch_resultLink {
	font-weight: bold;
	font-size: 16px;	
}

.ajaxSearch_paging {
	display: block;
    font-weight: bold;
    margin: 15px 0 0 0;
}

/* CONTENT */
.content {
	border-top: 3px solid #f9b715;
	padding: 20px 0 35px 0;
}

/* LEFT */
.col-left {
	float: left;
	width: 210px;
	padding: 0 10px;
}

.menu-left ul {
	list-style: none;
}

.menu-left ul li {
	padding: 0 0 4px 0;
}

.menu-left ul li a {
	font-size: 16px;
	font-weight: bold;	
}

.menu-left ul li.act a, .menu-left ul li.act a:hover {
	color: #1f1a17;
	text-decoration: none;
}

.menu-left ul li.act ul li a, .menu-left ul li.act ul li a:hover {
	color: #f89904;
	text-decoration: underline;
}

.menu-left ul li.act ul li a:hover {
	text-decoration: none;
}

.menu-left ul li ul {
	margin-left: 30px;
	list-style-image: url(/assets/templates/sns/images/menu-marker.png);
}

.menu-left ul li ul li {
	padding: 4px 0 0 0;
}

.menu-left ul li ul li a {
	font-size: 13px;
}

/* RIGHT */
.col-right {
	margin-left: 230px;
	padding: 0 10px 0 30px;
}

.crumbs {
	color: #f89904;
	font-weight: bold;
}

.crumbs .B_currentCrumb {
	color: #1f1a17;
}

/* FOOTER */
.footer {
	padding: 0 10px 0 10px;
}

.counters {
	float: left;
	padding-right: 10px;
    width: 210px;
}

.copy {
	margin-left: 260px;
}

.copy .copy-left {
	float: left;
	font-size: 13px;
}

.copy p {
	padding: 20px 0 0 0;
}

.webcl, .itcraft {
	display: block;
	float: right;
}

.webcl, .webcl:hover {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	height: 42px;
	width: 111px;
	background: url(/assets/templates/sns/images/cl-logo.png) no-repeat 0 bottom transparent;
}

.itcraft, .itcraft:hover {
	height: 41px;
	padding: 8px 0 0 50px;
	background: url(/assets/templates/sns/images/craft-logo.png) no-repeat 0 0 transparent;
	color: #0f5ca8;
	font-size: 12px;
	text-decoration: none;
	margin-left: 30px;
}

.webcl:hover, .itcraft:hover {
	text-decoration: underline;
}

/* FORM */
.form-left {
	margin-top: 30px;
}

.form-left div,
.form-feedback div {
	margin: 0 0 10px 0;
}

.form-left label,
.form-feedback label {
	display: inline-block;
	padding: 0 6px 3px 0;
}

.form-left label {
	font-size: 14px;
}

.form-left input.text, .form-left textarea, .form-left input.vericode,
.form-feedback input.text, .form-feedback textarea, .form-feedback input.vericode {
	width: 95%;
	padding: 3px 4px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

    -moz-box-shadow: 1px 1px 1px rgb(170, 170, 169) inset;
    -webkit-box-shadow: 1px 1px 1px rgb(170, 170, 169) inset;
    box-shadow: 1px 1px 1px rgb(170, 170, 169) inset;

	border: 1px solid rgb(233, 233, 231);
}

.form-left input.vericode,
.form-feedback input.vericode {
	width: 47%;
	margin-bottom: 5px;
}

.form-feedback input.vericode {
	width: 10%;
}

.form-left textarea,
.form-feedback textarea {
	resize: none;
}

.form-left input.submit,
.form-feedback input.submit {
	float: right;
	background: #ffffff;	
	padding: 3px 12px;
	cursor: pointer;
	margin-top: 10px;

    border:solid 1px #a5a5a5;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    
    -moz-box-shadow: 1px 1px 1px #a5a5a5;
    -webkit-box-shadow: 1px 1px 1px #a5a5a5;
    box-shadow: 1px 1px 1px #a5a5a5;
    
    font-family: Trebuchet MS,Arial;
    font-weight: bold;
}

.form-left input.submit:hover,
.form-feedback input.submit:hover {
	background: #e0e0e0;
}

.form-feedback input.submit {
	float: left;
}

.errors {
    color: red;
}

/* SITE MAP */
.sitemap ul { 
	padding: 10px; 
	list-style-type: none; 
	margin: 10px 20px;
}
.sitemap ul ul,.sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul { 
	padding: 10px; 
	list-style-type: none; 
	margin: 10px 20px; 
	border-left: 3px solid #f9b715;
}
.sitemap ul li {
	padding: 2px;
}
.sitemap a {
	color: #1f1a17;
}
.sitemap a:hover {
	color: #f89904;
}

/* NEWS */
.news-block {
	padding: 0 10px 45px 10px;
}

.news-block h3 a, .news-block h3 a:hover {
	color: #1F1A17;
}

.news-block .news-item {
	float: left;
	width: 275px;
	margin: 0 30px 0 0;
}

.news-list .news-item {
	margin: 20px 0;
}

.news-block .news-item a.news-title,
.news-list .news-item a.news-title {
	font-size: 16px;
    font-weight: bold;
}

.news-block .news-item .date ,
.news-list .news-item .date {
	margin: 10px 0 8px 0;
}

.news-block .news-item .date, .news-block .news-item .intro {
	font-size: 14px;
}

.page-pagination a, .page-pagination .ditto_currentpage {
	padding: 0 7px 0 0;
	font-weight: bold;
}

.rss-link {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: url(/assets/templates/sns/images/rss.png) no-repeat 0 bottom transparent;
	text-indent: -99999px;
}

.rss-news {
	text-align: right;
}

.rss-news a {
	color: #1F1A17;
	text-decoration: underline;
	font-weight: bold;
}

.rss-news a:hover {
	color: #1F1A17;
	text-decoration: none;
}
