.cm-offline-content {
    color: #000000;
    background-color: #b4d46e;
}
@charset "utf-8";
body {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	font-style		: normal;
	background-color	: #404126;
}

h1,h2,h3 {
	color			: #505C1F;
}

h1, .cm-h1 {
	font-family		: Tahoma, Geneva, sans-serif;
	font-size		: 16px;
	font-weight		: bold;
	font-style		: normal;
}

h2 {
	font-family		: Tahoma, Geneva, sans-serif;
	font-size		: 14px;
	font-weight		: bold;
	font-style		: normal;
}

h3 {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	font-style		: normal;
}

h4, h5, h6 {
	font-family		: Tahoma, Geneva, sans-serif;
}

a {
	color			: #000000;
}

a:hover {
	color			: #505C1F;
}


/* ################################################## */
/* ################ INPUT ELEMENTS ################## */
/* ################################################## */
#page .cm_widget input[type='text'], #page .cm_widget input[type='date'], #page .cm_widget input[type='datetime'], 
#page .cm_widget input[type='email'], #page .cm_widget input[type='number'], #page .cm_widget input[type='password'],
#page .cm_widget input[type='search'], #page .cm_widget input[type='tel'], #page .cm_widget input[type='time'],
#page .cm_widget input[type='url'], #page .cm_widget textarea, #page .cm_widget select,
#page .cm_widget button, #page .cm_widget input[type='button'], #page .cm_widget input[type='submit'], #page .cm_widget input[type='reset'] {
	border-radius:		0px;
	padding:			9px 14px;
	color:				#000000;
	background-color:	#b4d46e;
	background-color:	rgba(0,0,0,0.08);
	border:				1px solid rgba(0,0,0,0.15);
	-webkit-transition:	color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	-moz-transition:	color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	-o-transition:		color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	transition:			color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight:	normal;
	font-style:		normal;
}
#page .cm_widget button, #page .cm_widget input[type='button'], #page .cm_widget input[type='submit'], #page .cm_widget input[type='reset'] {
	cursor:			pointer;
}
#page .cm_widget input[type='text']:focus, #page .cm_widget input[type='date']:focus, #page .cm_widget input[type='datetime']:focus, 
#page .cm_widget input[type='email']:focus, #page .cm_widget input[type='number']:focus, #page .cm_widget input[type='password']:focus,
#page .cm_widget input[type='search']:focus, #page .cm_widget input[type='tel']:focus, #page .cm_widget input[type='time']:focus,
#page .cm_widget input[type='url']:focus, #page .cm_widget textarea:focus, #page .cm_widget select:focus, #page .cm_widget select:focus option,
#page .cm_widget button:hover, #page .cm_widget input[type='button']:hover, #page .cm_widget input[type='submit']:hover, #page .cm_widget input[type='reset']:hover {
	color:				#FFFFFF;
	color:				rgba(180,212,110,1);
	background-color:	rgba(0,0,0,0.7);
	background-color:	rgba(0,0,0,0.7);
	box-shadow:			0px 0px 15px rgba(0,0,0,0.3);
	outline:			none;
}

.shopWidgetSeperatedDiv input[type='text'], .shopWidgetSeperatedDiv button, .shopWidgetSeperatedDiv input[type='button'], .shopWidgetSeperatedDiv input[type='submit'], .shopWidgetSeperatedDiv input[type='reset'] {
	padding:		8px 3px;
	min-width:		45px;
}	
.shopWidgetSeperatedDiv button, .shopWidgetSeperatedDiv input[type='button'], .shopWidgetSeperatedDiv input[type='submit'], .shopWidgetSeperatedDiv input[type='reset'] {
	background-size: 	cover !important;
	border:				none;
}




/*         ______
__________/ Page \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#page_inner {
	border-color		: #ffffff;
}

/*         ________
__________/ header \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#keyvisual {
	border-color		: #ffffff;
	background-color	: #ffffff;
}

#head_wrapper {
	background-color	: #ffffff;
}

#textfield h1 {
	font-family			: Tahoma, Geneva, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #181b0b;
}

#textfield h2 {
	font-family			: Tahoma, Geneva, sans-serif;
	font-weight			: bold;
	font-style			: normal;
	font-size			: 14px;
	color				: #505C1F;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #181b0b;
	color				: #8CA752;
}

#cm_navigation ul li a:hover {
	background-color	: #e7f8c3;
	color				: #82923F;
}

#cm_navigation ul li.cm_current a {
	background-color	: #e7f8c3;
	color				: #82923F;
}

/*         _______________
__________/ Subnavigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul li ul.cm_subnavigation li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #181b0b;
	color				: #91AD1F;
}

#cm_navigation ul li ul.cm_subnavigation li a:hover {
	background-color	: #e7f8c3;
	color				: #7E9130;
}

#cm_navigation ul li ul.cm_subnavigation li.cm_current a {
	background-color	: #e7f8c3;
	color				: #7E9130;
}

/*         ___________________
__________/ SUB Subnavigation \_________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #181b0b;
	color				: #91AD1F;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	background-color	: #e7f8c3;
	color				: #7E9130;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	background-color	: #e7f8c3;
	color				: #7E9130;
}

/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#content_wrapper {
	border-color		: #ffffff;
}

#content_left_wrapper,
#content_left,
#content_main_wrapper,
#content {
	background-color	: #b4d46e;
	color				: #000000;
}

#content_right_wrapper,
.content_sidebar {
	background-color	: #b4d46e;
	color				: #2A2F19;
}

.content_sidebar h1,
.content_sidebar h2,
.content_sidebar h3 {
	color				: #505C1F;
}

.content_sidebar a {
	color				: #2A2F19;
}

.content_sidebar a:hover {
	color				: #505C1F;
}

.content_main {
	background-color	: #b4d46e;
	color				: #000000;
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : normal;
	font-style		    : normal;
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #505C1F;
}

.content_main h1, .content_main .cm-h1 {
	font-family		    : Tahoma, Geneva, sans-serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Tahoma, Geneva, sans-serif;
	font-size		    : 14px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h3 {
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main a {
	color				: #000000;
}
.content_main a:hover {
	color				: #505C1F;
}

/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#footer {
	background-color	: #b4d46e!important;
	color				: #7d8e58;
	border-color		: #ffffff;
}


#footer a {
	color			: #7d8e58;
}

#footer a:hover {
	color			: #181b0b;
}

