﻿@charset "UTF-8";

/* Community Header
---------------------------------------- */
#communityHeader {
	border: 1px solid #CCC;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#communityHeader #communityHeaderTitle {
	border-bottom: 1px solid #CCC;
}

#communityHeader #communityHeaderTitle #communityheaderTitleInner {
	padding-right: 10px;
}

#communityHeader #communityHeaderTitle #communityHeaderTitleContent {
	padding-top: 10px;
	min-height: 60px;
}

#communityHeader #communityHeaderTitle #communityHeaderTitleContent h1 {
	margin-bottom: 5px;
	font-size: 170%;
}

#communityHeader #communityHeaderTitle #communityHeaderTitleContent img {
	vertical-align: middle;
}

#communityHeader #communityHeaderTitle #communityHeaderTitleContent h1 .communityFig {
	top: 10px;
}

#communityHeader #communityHeaderTitle #communityHeaderTitleContent h1 a {
	text-decoration: none;
}

/*
#communityHeader #communityHeaderTitle #communityHeaderTitleContent h1 a:hover,
#communityHeader #communityHeaderTitle #communityHeaderTitleContent h1 a:active {
	text-decoration: underline;
}
*/

#communityHeader #communityHeaderTitle #communityHeaderTitleContent ul li {
	display: inline;
	margin-right: 5px;
	font-size: 95%;
	color: #666;
}

#communityHeader #communityHeaderNav {
	padding: 1px 10px;
}

#communityHeader #communityHeaderNav ul {
	padding-left: 100px;
}

#communityHeader #communityHeaderNav ul li {
	display: inline;
	line-height: 20px;
	list-style: none; 
	margin-right: 6px;
	font-weight: bold;
}

#communityHeader #communityHeaderNav ul li a {
	text-decoration: none;
}

/*
#communityHeader #communityHeaderNav ul li a:hover {
	text-decoration: underline;
}
*/

#communityHeader #communityHeaderNav ul.function {
	float: right;
}

#communityHeader #communityHeaderNav ul.function li {
	margin-right: 0;
	margin-left: 2px;
}

#communityHeader #communityHeaderNav ul.function li img {
	vertical-align: middle;
}

/* Community Content
---------------------------------------- */
#communityContent .colA h2 {
	font-size: 140%;
	margin-bottom: 10px;
}

/* Community Infomation
---------------------------------------- */
#communityContent .information {
	margin: 10px 10px 0;
}

#communityContent .information p {
	line-height: 1.5;
}

/* Community Content List
---------------------------------------- */
#communityContent .communityContentList {
	margin-bottom: 40px;
}

#communityContent .communityContentList .listHead {
	margin-bottom: 10px;
}

#communityContent .communityContentList .listHead * {
	display: inline;
}

#communityContent .communityContentList .listHead h2 {
	margin-right: 5px;
}

#communityContent .communityContentList .listHead h2 .icon {
	vertical-align: text-bottom;
}

#communityContent .communityContentList .listHead h2 a {
	text-decoration: none;
}

/*
#communityContent .communityContentList .listHead h2 a:hover,
#communityContent .communityContentList .listHead h2 a:active {
	text-decoration: underline;
}
*/

#communityContent .communityContentList .searchMsg {
	border-top: 0;
}

#communityContent .communityContentList .listContent {
	margin: 0 0 10px 10px;
}

/* Community Keyword List
---------------------------------------- */
#communityContent .communityKeywordList .listContent table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid #FFF;
}

#communityContent .communityKeywordList .listContent table td {
	padding: 5px 10px;
	border: dotted #999;
	border-width: 0 0 1px 1px;
	vertical-align: top;
}

#communityContent .communityKeywordList .listContent table td.col1 {
	padding-left: 0;
	border-left: none;
}

#communityContent .communityKeywordList .listContent table.cols2 td.col2,
#communityContent .communityKeywordList .listContent table.cols3 td.col3 {
	padding-right: 0;
}

#communityContent .communityKeywordList .listContent .item .itemHead h3 {
	line-height: 1.3;
	font-size: 110%;
}

#communityContent .communityKeywordList .listContent .item .itemHead a {
	text-decoration: none;
}

/*
#communityContent .communityKeywordList .listContent .item .itemHead a .itemTitle {
	text-decoration: underline;
}
*/

#communityContent .communityKeywordList .listContent .item .itemHead a .itemImage {
	float: right;
	margin: 0 0 5px 5px;
}

#communityContent .communityKeywordList .listContent .item .itemContent {
	margin-bottom: 3px;
}

#communityContent .communityKeywordList .listContent .item .itemContent p {
	line-height: 1.5;
	font-size: 95%;
}

#communityContent .communityKeywordList .listContent .item .itemContent .cartAddBtn {
	clear: both;
	float: right;
}

#communityContent .communityKeywordList .listContent .item .itemFoot li {
	display: inline;
	margin-right: 3px;
	font-size: 95%;
}

#communityContent .communityKeywordList .listContent .item .itemFoot li.count {
	color: #490;
}

/* MISC: colB
---------------------------------------- */
#communityContent .colB .function li {
	margin-bottom: 10px;
}

/* Community Sumamry
---------------------------------------- */
#communityContent .communitySummary {
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #999;
}

#communityContent .communitySummary h2,
#communityContent .communitySummary dl dt {
	color: #999 !important;
}

#communityContent .communitySummary h2 {
	margin-bottom: 5px;
}

#communityContent .communitySummary dl,
#communityContent .communitySummary ul {
	margin-left: 5px;
}

#communityContent .communitySummary dl dt {
	float: left;
}

#communityContent .communitySummary dl dt,
#communityContent .communitySummary dl dd,
#communityContent .communitySummary ul li {
	line-height: 1.5;
}

/* Text Btn
---------------------------------------- */
#communityContent .textBtn {
	background: url(/images/bg_btn_gray_left.png) left top no-repeat;
}

#communityContent .textBtn a {
	background: url(/images/bg_btn_gray_right.png) right top no-repeat;
}

#communityContent .textBtn a:link {
	color: #038;
}

#communityContent .textBtn a:visited {
	color:#069;
}

#communityContent .textBtn a:hover,
#communityContent .textBtn a:active {
	color: #F60;
}

#communityContent .communityContentList .textBtn,
#communityContent .listSide .textBtn {
	float: right;
	margin: 0;
}

/* MISC: Community Owner Page
---------------------------------------- */
#communityOwnerPage #communityContent .homeList .edit {
	width: 1px;
	white-space: nowrap;
}

/* MISC: Community Design Page
---------------------------------------- */
#communityDesignPage #communityContent #template_basic .pkg,
#communityDesignPage #communityContent #template_custom .pkg {
	clear: both;
}

#communityDesignPage #communityContent #template_basic ul li,
#communityDesignPage #communityContent #template_custom ul li {
	float: left;
	width: 150px;
	margin-left: 10px;
}

#communityDesignPage #communityContent #template_custom .colorSet ul li {
	width: 40px;
	margin-left: 5px;
}

#communityDesignPage #communityContent #template_custom #colorset0 {
	clear: both;
}

#communityDesignPage #communityContent #samplePage {
	width: 90%;
	height: 100px;
	background-color: #FFF;
	border: 1px solid #888;
	overflow: hidden;
	padding: 8px 0 0 8px;
}

#communityDesignPage #communityContent #samplePage #sampleFrame {
	width: 100%;
	height: 100%;
	border: solid 1px #000;
	background: #ccc;
}

#communityDesignPage #communityContent #samplePage #sampleFrame #sampleHeader {
	width: 100%;
	height: 30px;
	padding: 8px;
	border-bottom: solid 1px #000;
}

#communityDesignPage #communityContent #samplePage #sampleFrame #sampleMenu {
	width: 100%;
	border-bottom: solid 1px #000;
	font-size: 80%;
}

#communityDesignPage #communityContent #samplePage #sampleFrame #sampleContents {
	width: 100%;
	height: 200px;
	background: #fff;
}

/* MISC: Community Keyword Post Page
---------------------------------------- */
#communityKeyword_postPage #communityContent .colA dl {
	margin-bottom: 20px;
}

#communityKeyword_postPage #communityContent .colA dl dt {
	margin-bottom: 10px;
	font-weight: bold;
}

#communityKeyword_postPage #communityContent .colA dl dd {
	margin: 0 0 20px 20px;
	line-height: 1.5;
}

