/******************************************************************************/
/* common layout */

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	font: 62.5% Palatino,Georgia,"Times New Roman",Times,serif;
}

.button, .block .header, #breadcrumb, #footer, .gui_table th, .panel_top .text, .panel_bottom .text, form .header{
	font-family: Verdana,serif;
	font-size: 11px;
}

#comments{
	margin: 10px 0 10px 0;
}

h1{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 5px;
}

a{
	color: #003399;
}

a:hover{
	color: #0055ff;
}

p{
	margin-top: 10px;
	margin-bottom: 10px;
}

ul, ol{
	margin-left: 30px;
}

dt, dd{
	overflow: hidden;
	padding: 0px 10px 0px 10px;
}

input, textarea, select{
	border: 1px solid #d9d9d9;
	padding: 2px 4px;
	color: #333333;
	background-color: #ffffff;
}

input, textarea{
	font-size: 16px;
}

input:focus, textarea:focus, select:focus{
	outline-width: 0;
}

label{
	display: block;
}

.filter label{
	display: inline;
}

#page{
	font-size: 16px;
	padding: 0 20px;
	min-width: 1100px;
}

#nav_reg{
	float: right;
}

#breadcrumb{
	font-size: 11px;
	margin-top: 5px;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}


#breadcrumb a, #breadcrumb .sep, #breadcrumb .text{
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

#breadcrumb a{
	text-decoration: none;
}

#breadcrumb a.first, #breadcrumb .text.first{
	padding-left: 15px;
}

#breadcrumb .sep{
	width: 15px;
	background: url(../img/ba.png) 100% 50% no-repeat;
	text-indent: -9999px;
}

#breadcrumb a, #breadcrumb .text{
	padding-left: 8px;
	padding-right: 8px;
}


#site_content{
	margin-top: 5px;
}

#site_content.flatpage #search, #site_content.user #search{
	display: none;
}

#site_content.flatpage #content_wrapper, #site_content.user #content_wrapper{
	margin-left: 0;
}

#left{
	float: left;
	width: 200px;
	display: inline;
}

#right{
	float: right;
	width: 200px;
	display: inline;
}



#search{
	padding: 2px 2px 2px 10px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#q{
	float: left;
	height: 26px;
	font-size: 16px;
	border: 1px solid;
	border-right: none;
	padding: 0 2px 0 2px;


	color: #333333;
	background-color: #ffffff;
	border-color: #d9d9d9;
}

#go{
	float: left;
	height: 28px;
	border: 1px solid;
	font-size: 12px;
	padding: 2px;

	color: #333333;
	background-color: #f2f2f2;
	border-color: #d9d9d9;
}

#go:hover{
	color: #000000;
	background-color: #e6e6e6;
	border-color: #cccccc;
}



#content_wrapper{
	margin-left: 205px;
	margin-right: 205px;
}

.content_block{
	margin-top: 5px;
	overflow: hidden;
	padding: 10px;
}

#footer{
	font-size: 11px;
	margin-top: 10px;
	padding: 10px;
	clear: both;
}

.block{
	overflow: hidden;
}

/******************************************************************************/
/* common style */

body{
	color: #4d4d4d;
	background-color: #f2f2f2;
}

#breadcrumb, .content_block, #footer, .block, #search{
	background-color: #ffffff;
}

#breadcrumb{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.content_block, .block{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#footer{
	border-left: 1px solid;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #e6e6e6;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/******************************************************************************/
/* gui */

.gui_table{
	border-collapse: collapse;
}

.gui_table tr:hover{
	background-color: #fff2f9;
}

.fullwidth{
	width: 100%;
}

.gui_table th{
	background-color: #f2f2f2;
	text-align: left;
}

.gui_table, .gui_table td, .gui_table th, fieldset{
	border: 1px solid #d9d9d9;
}

.gui_table td, .gui_table th{
	padding: 4px 6px;
}

.item{
	padding: 10px;
	border-bottom: 1px solid #f2f2f2;
}

.item.last{
	border-bottom: none;
}

.odd{
	background-color: #ffffff;
}

.even{
	background-color: #f7f7f7;
}

.block{
	width: 194px;
	padding: 3px;
	margin-bottom: 5px;
}

.block .header{
	font-size: 11px;
	padding-bottom: 4px;
	font-weight: bold;
}

.nav_vert .button{
	display: block;
	border-top-color: #e3ffcc;
	border-bottom-color: #9dd96c;
}

.nav_vert .button.first{
	border-top-color: #b0f279;
}

.nav_vert .button.last{
	border-bottom-color: #b0f279;
}


.panel_bottom, .panel_top{
	overflow: hidden;
}

.panel_top{
	margin-top: 5px;
}

.text{
	color: #;
	background-color: #;
	border-color: #;
}

.panel_bottom .text, .panel_top .text{
	font-size: 11px;
	padding: 5px 8px;
	float: left;

	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
}

.panel_top .button, .panel_top .text{
	border-bottom: none;
}

.panel_bottom .button, .panel_bottom .text{
	border-top: none;
}

.pagination{
	float: right;
}

.button{
	font-size: 11px;
	text-decoration: none;
	padding: 5px 8px;
	border: 1px solid;

	color: #333333;
	background-color: #b9ff80;
	border-color: #b0f279;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.panel_bottom .button, .panel_top .button, .nav_vert .button{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.button.attention{
	background-color: #ffec86;
	border-color: #f2e07f;
}

.panel_bottom .button, .panel_top .button{
	float: left;
}

.panel_bottom .button, .panel_bottom .text{
	border-top: none;
}

.panel_bottom .button, .panel_top .button{
	border-left-color: #e3ffcc;
	border-right-color: #9dd96c;
}

.panel_bottom .button.attention{
	border-left-color: #fff5be;
	border-right-color: #e6d479;
}

.panel_bottom .button.first, .panel_top .button.first{
	border-left-color: #b0f279;
}

.panel_bottom .button.first, .panel_bottom .text.first{
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.panel_top .button.first, .panel_top .text.first{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

.panel_bottom .button.attention.first{
	border-left-color: #f2e07f;
}

.panel_bottom .button.last, .panel_top .button.last{
	border-right-color: #b0f279;
}

.panel_bottom .button.last, .panel_bottom .text.last{
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.panel_top .button.last, .panel_top .text.last{
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.panel_bottom .button.attention.last{
	border-right-color: #f2e07f;
}

.button:hover{
	color: #000000;
	background-color: #a7e673;
	border-color: #9dd96c;
}

.button.attention:hover{
	background-color: #f2df7f;
	border-color: #e6d479;
}


/******************************************************************************/
/* shop  */

.floatcell {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	float: left;
	padding: 5px 10px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 200px;
	height: 150px;
	overflow: hidden;
	text-decoration: none;
	color: #333333;
}

.floatcell:hover {
	background-color: #fff2f9;
	border-color: #ffcce9;
	color: #000000;
}

.filter_list, .form_data{
	padding: 10px;
	overflow: hidden;
}

.filter{
	float: left;
	padding-right: 10px;
}

form {
	padding-bottom: 10px;
}

form .header{
	padding: 4px 6px;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
	background-color: #f2f2f2;
}

a.cart_add, a.cart_rm{
	display: block;
	width: 43px;
	height: 32px;

}

a.cart_add, a.cart_rm{
	background: url(../img/cart_action.png) no-repeat transparent;
}

a.cart_add span, a.cart_rm span{
	display: none;
}

a.cart_add{
	background-position: 0 0;
}
a.cart_add:hover{
	background-position: -43px 0;
}

a.cart_rm{
	background-position: 0 -32px;
}
a.cart_rm:hover{
	background-position: -43px -32px;
}


/******************************************************************************/
/* forum */

.post{
	overflow: hidden;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #f2f2f2;
}

.post.first{
	border-top: 1px solid #f2f2f2;
}

.post .user{
	float: right;
	width: 200px;
	padding: 10px;
}

.post.odd .user{
	border-left: 1px solid #f0f0f0;
}

.post.even .user{
	border-left: 1px solid #ffffff;
}

.post .item .date{
	text-align: left;
	padding-top: 2px;
}

.post .item{
	border-bottom: none;
}

.post .item .msg{
	padding-top: 4px;
	margin-right: 231px;
}


/******************************************************************************/
/* blog */

.excerpt{
	padding-bottom: 5px;
}

.excerpt, .hr{
	border-bottom: 1px dotted #d9d9d9;
}

.date, .author{
	text-align: right;
}

.date{
	font-family: Palatino,Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	color: #a6a6a6;
}

/******************************************************************************/
