@charset "utf-8";
/* CSS Document */

/* GLOBAL
----------------------------------------------------------------------------------------------------*/
body {
	font: 200 50px "Open Sans", 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 宋体, SimSun, STXihei,'华文细黑', sans-serif;
	font-size: 0.75rem;
	line-height: 1.6;
	background: #fff;
	color: #404040;
}
h1, h2, h3, h4, h5, h6 {
	font: 200 50px "Open Sans", 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 宋体, SimSun, STXihei,'华文细黑', sans-serif;
}
a, a:visited {
	color:#F14549; /*#ee1d23*/;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#303030;
	text-decoration:none;
}
ul {
	list-style-type:square;
	font-size: 0.75rem;
}
ul li, ol li {
	margin-bottom: 0.67rem;
}
ul li li, ol li li {
	margin: 0.33rem 0;
}
p {
	/*font-size: 0.75rem;
	font-weight: normal;
	line-height: 1.6;*/
	font: 200 0.75rem/1.6 "Open Sans","Microsoft YaHei New","Microsoft Yahei","微软雅黑",宋体,SimSun,STXihei,"华文细黑",sans-serif;
	text-align: justify;
}
table {
	border: 0;
	background: none;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
	background: none;
}
table tr th, table tr td {
	vertical-align: top;
	font-size: 0.75rem;
	padding: 0.2rem;
}
label {
	font-size: 0.75rem;
}
button, .button {
	font-family: "Open Sans","Microsoft YaHei New","Microsoft Yahei","微软雅黑",宋体,SimSun,STXihei,"华文细黑",sans-serif;
}
.button {
	background-color: #222;
    border-radius: 4px !important;
    padding: 0.6rem 2.2rem !important;
    font-size: 0.81rem;
}
.button:hover {
	background-color: #222;
}
.button_light {
	background-color: #e6e6e6;
	border-radius: 4px;
	color: #222;
}
.button_light:hover {
	background-color: #F14549; /*#ee1d23*/;
	border-radius: 4px;
	color: #fff;
}
.section_separator {
	margin-bottom:1rem;
	border-bottom:1px dotted #e0e0e0;
	padding-bottom:1rem;
}
.disabled {
	background-color:#efefef;
}
ul.off-canvas-list li {
	margin: 0;
}
.row {
	max-width: 1400px;
}
/*
ul li, ol li {
	line-height:16px;
	margin-bottom:10px;
}
ul.simple_list li, ol.simple_list li {
	margin-bottom:5px;
}
ul li li, ol li li {
	margin: 5px 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'SourceSansProBold';
	display:block;
	font-weight:normal;
}
h1, .h1 {
	font-size:22px;
	margin:0 0 15px;
	padding:0;
	color:#0058B0;
}
h2, .h2 {
	font-size:17px;
	margin:0 0 7px;
	padding:0;
}
h3, .h3 {
	font-size:14px;
	margin:17px 0 7px;
	padding:0;
	color:#0058B0;
}
h4, .h4 {
	font-size:12px;
	margin:17px 0 7px;
	padding:0;
	color:#363636;
}
th, td {
	padding:3px;
}
th {
	text-align:left;
}
input, select, textarea, button {
	padding:4px;
	color:#303030;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #d0d0d0;
	font-size:12px;
	outline:none;
}
ol {
	display:block;
	margin-bottom:25px;
}
ol li {
	margin-bottom:3px;
}
hr {
	padding:0;
	margin:0 0 15px;
	border:0;
	border-bottom:1px dotted #cecece;
}
.button {
	border-radius:4px;
	font-weight:bold;
	padding:5px 12px;
	cursor:pointer;
	outline:none;
	font-weight:bold;
	color:#333;
	margin:0;
	background-color:#efefef;
}
.button:hover {
	color:#0066CC;
}
.notify {
	color:#009933;
	background-color:#BBFFD1;
	padding:7px 15px;
	margin-bottom:15px;
	font-weight:bold;
	border-radius:6px;
}
.error {
	color:#CC0000;
	background-color:#FFBFBF;
	padding:7px 15px;
	margin-bottom:15px;
	font-weight:bold;
	border-radius:6px;
}
.error ul {
    margin: 5px 0;
    padding-left: 15px;
}
.error ul li {
	line-height: 18px;
    margin-bottom: 5px;
}
.label {
	display:inline-block;
	padding:3px 7px;
	border-radius:5px;
	font-weight:bold;
	text-align:center;
	width:20px;
}
.label_medium {
	width:40px;
}
.label_long {
	width:80px;
}
.label_required {
	color: #CC0000;
    display: inline-block;
    font-weight: bold;
    margin-left: 2px;
}
.label_hint {
	color:#777;
	font-size:11px;
	display:inline-block;
	margin-left:4px;
}
.invisible {
	display:none;
}
.spacer {
	margin-bottom:5px;
	display:block;
}
.full_width {
	width:100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.terms_box {
    display: inline-block;
    float: left;
    height: 30px;
    padding-right: 10px;
    padding-top: 2px;
}
a.friendly_url {
	display: inline-block;
	margin-left:5px;
}
#wrapper {
	width:960px;
	padding:20px 20px 10px;
	margin:15px auto;
	border-radius:8px;
	background-color:#f9f9f9;
}*/

/* Pages
----------------------------------------------------------------------------------------------------*/
#chef_list {
	text-align: center;
}
#chef_list img {
	display: block;
	margin: 1rem auto;
	border-radius: 100%;
}
#chef_list br {
	display:block;
	margin: 0.81rem 0;
}

/* Widgets
----------------------------------------------------------------------------------------------------*/
.widget {
	background:#fff;
	display:block;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
	margin-bottom:0.67rem;
	padding:1rem 1.33rem;
}
.widget h1 {
	border-bottom: 1px solid #e5e5e5 !important;
    color: #F14549; /*#ee1d23*/ !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin: 0 0 0.67rem !important;
    padding-bottom: 0.27rem !important;
    /*text-transform: uppercase !important;*/
}
.widget ul:last-child {
	margin-bottom: 0;
}
.widget ul li {
    font-size: 0.75rem;
    margin-bottom: 0.67rem;
}
.widget ul.simple_list li {
    margin-bottom: 0.33rem;
}
.widget ul li .subtitle {
	color: #999;
    display: block;
    font-size: 0.75rem;
}
.widget .more_link {
	margin-top: 1.33rem;
}
.widget .more_link a {
    font-size: 0.75rem;
	color: #909090;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/
#header_wrapper {

}
#header {
	max-width: 1400px;
	padding:0.7rem 0 0.4rem;
}
#header #top_links {
	margin-top:0.3rem;
}
#header #logo {
}
#header #logo img {
	display: inline-block;
	margin-top: 0.5rem;
	margin-bottom: 0.7rem;
}

/* TOP NAVIGATION
----------------------------------------------------------------------------------------------------*/
nav.row {
	max-width: 1400px;
	margin-top: 0.33rem;
	margin-bottom: 0.33rem;
}

/* BREADCRUMB
----------------------------------------------------------------------------------------------------*/
.breadcrumbs {
	border: none;
	border-radius: 0;
    margin-bottom: 0;
    background: #efefef;
}
.breadcrumbs > * {
	text-transform: none;
    font-size: 0.75rem;
    line-height: 1rem;
}
.breadcrumbs > *:before {
	color: #777;
    content: ">";
    margin: 0 0.4rem;
    top: 1px;
}
.breadcrumbs > * a {
	color: #F14549; /*#ee1d23*/;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
	text-decoration: none;
}

/* MAIN FRAMES
----------------------------------------------------------------------------------------------------*/
#main_wrapper {
	max-width: 1400px;
	margin-bottom: 0.81rem;
}
#main_wrapper #main_left #main_content_wrapper {
	background-color: #fff;
	padding: 0 2rem 2rem;
}
#main_wrapper #main_left #main_content_wrapper > h1 {
	border-bottom: 1px solid #EFEFEF;
    margin: 0 0 0.6rem;
    padding-bottom: 0.4rem;
    text-transform: uppercase;
    font-size: 1.3rem;
}
#main_wrapper #main_left #main_content_wrapper h2 {
	font-size: 0.9rem;
	font-weight: 300;
	margin-top: 0.7rem;
}

@media only screen and (max-width: 40em) {
	#main_wrapper #main_left #main_content_wrapper {
		padding: 0 0.9375em 2rem;
	}
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
#footer_wrapper {
	background-color: #e6e6e6;
	padding: 1.2rem 0 2.5rem;
	/*margin-top: 1rem;*/
	color: #222;
	font-size:0.81rem;
}
#footer_wrapper #footer {
	max-width: 1400px;
}
#footer_wrapper #footer ul li {
	margin-bottom: 0.250rem;
}
#footer_wrapper #footer a {
	color: #F14549; /*#ee1d23*/;
	font-size: 0.81rem;
}
#footer_wrapper #footer a:hover {
	color: #F14549; /*#ee1d23*/;
}
#footer_wrapper #footer #footer_top {
	margin-bottom: 0rem;
}
#footer_wrapper #footer #footer_top ul {
	margin-bottom: 0;
	font-size: 0.81rem;
	display: inline-block;
}
#footer_wrapper #footer #footer_top ul li:first-of-type {
	margin-left: 1.375rem;
}
#footer_wrapper #footer #footer_top ul li {
	margin-left: 0.675rem;
}
#footer_wrapper #footer #footer_top ul li.separator {
	color: #cecece;
}
#footer_bottom {
	margin-top: 1.67rem;
}
/* PAGINATION
----------------------------------------------------------------------------------------------------*/
.pagination_wrapper {
	display: inline-block;
    margin-bottom: 1rem;
}
.pagination_wrapper .pagination li.current a {
	background: #F14549; /*#ee1d23*/;
}
.pagination_wrapper .pagination li {

}
.pagination_wrapper .pagination li > a {
	font-family: 200 50px "Open Sans", 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 宋体, SimSun, STXihei,'华文细黑', sans-serif;
	font-size: 0.75rem;
	color: #303030;
	padding:0.2rem 0.62rem;
	background: #efefef
}
.pagination_wrapper .pagination li > a:hover {
	background: #d9d9d9;
}
.pagination_wrapper .pagination li.current a:hover, .pagination li a:hover {
	background: #F14549; /*#ee1d23*/
}
.pagination_wrapper .pagination li.disabled > a {
  background: none repeat scroll 0 0 #efefef;
  color: #909090;
  cursor: default;
}
.pagination_wrapper .pagination li.dots > a {
  background: none repeat scroll 0 0 #efefef;
  color: #303030;
  cursor: default;
}

/* VALIDATION
----------------------------------------------------------------------------------------------------*/
#frm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #c22;
	margin-left:7px;
	font-style: italic
}
.block {
	display: block;
}
form.cmxform label.error {
	display: none;
}

/* CRUD SEACRH
----------------------------------------------------------------------------------------------------*/
/*#search_box {
	padding:15px 20px 10px;
	border:3px solid #ddd;
	border-radius:6px;
	background-color:#eee;
	margin-bottom:22px;
}
.search_initial {
	border: 3px solid #e9e9e9 !important;
	background-color:#f3f3f3 !important;
    border-radius: 0 0 0 0 !important;
}
#search_box h2 {
	display: inline-block;
	margin-bottom:0;
}
#search_box #search_trigger_box {
	display: inline-block;
    font-size: 11px;
    margin-left: 6px;
    position: relative;
    top: -1px;
}
#search_box #search_content {
	margin-top:5px;
}
#search_box table {
	width:100%;
}*/

/* MEMBER
----------------------------------------------------------------------------------------------------*/
/*.member_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:100%;
	margin-top:10px;
}
.member_table a {
}
.member_table th {
	text-align:left;
	padding:7px 15px;
	background-color:#444;
	color:#fff;
	border: 1px solid #444;
	border-bottom: 0;
}
.member_table td {
	padding:7px 15px;
	border-left:1px solid #ddd;
}
.member_table_nocell th {
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:top;
	min-width:90px;
}
.member_table_nocell td {
	padding:3px 5px;
}
.member_table_right {
	border-right:1px solid #ddd;
}
.member_table tr:nth-child(odd) {
}
.member_table tr:nth-child(even) {
 background:rgba(204, 204, 204, 0.25);
}
.member_results {
}
.member_results .results_left {
	float:left;
}
.member_results .results_right {
	float:right;
	text-align:right;
	padding-top:4px;
}
.member_results .results_right a {
	margin-left:0;
}*/

/* MERCHANT
----------------------------------------------------------------------------------------------------*/
/*.merchant_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:100%;
	margin-top:10px;
}
.merchant_table a {
}
.merchant_table th {
	text-align:left;
	padding:7px 15px;
	background-color:#444;
	color:#fff;
	border: 1px solid #444;
	border-bottom: 0;
}
.merchant_table td {
	padding:7px 15px;
	border-left:1px solid #ddd;
}
.merchant_table_nocell th {
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:top;
	min-width:90px;
}
.merchant_table_nocell td {
	padding:3px 5px;
}
.merchant_table_right {
	border-right:1px solid #ddd;
}
.merchant_table tr:nth-child(odd) {
}
.merchant_table tr:nth-child(even) {
 background:rgba(204, 204, 204, 0.25);
}
.merchant_results {
}
.merchant_results .results_left {
	float:left;
}
.merchant_results .results_right {
	float:right;
	text-align:right;
	padding-top:4px;
}
.merchant_results .results_right a {
	margin-left:0;
}*/

/* CART
----------------------------------------------------------------------------------------------------*/
/*.cart_block {

}
.cart_block h1 {
	border-bottom: 1px dotted #C5C5C5;
    color: #333333;
    font-size: 17px;
    margin: 0 0 10px;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.cart_block ul {
}
.cart_block ul li {
	margin-bottom:5px;
}
.cart_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:100%;
	margin:10px 0 20px;
}
.cart_table a {
}
.cart_table th {
	text-align:left;
	padding:7px 15px;
	background-color:#444;
	color:#fff;
	border: 1px solid #444;
	border-bottom: 0;
}
.cart_table td {
	padding:7px 15px;
	border-left:1px solid #ddd;
}
.cart_table_nocell th {
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:top;
	min-width:90px;
}
.cart_table_nocell td {
	padding:3px 5px;
}
.cart_table_right {
	border-right:1px solid #ddd;
}
.cart_table tr:nth-child(odd) {
}
.cart_table tr:nth-child(even) {
 background:rgba(204, 204, 204, 0.25);
}
.cart_results {
}
.cart_results .results_left {
	float:left;
}
.cart_results .results_right {
	float:right;
	text-align:right;
	padding-top:4px;
}
.cart_results .results_right a {
	margin-left:0;
}*/

/* SORTABLE AND DRAGGABLE
----------------------------------------------------------------------------------------------------*/
/*.ui-sortable-helper {
	background: rgba(255,255,255,0.85) !important;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
	   -moz-box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
			box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
}
.ui-sortable-space {
	background: #FFE7A3 !important;
}
.sortable_position {
	border-radius:3px;
    display: inline-block;
    height: 12px;
    line-height: 13px;
    padding: 5px;
    width: 12px;
}
.sortable_tip {
	color: #909090;
    font-size: 11px;
    font-style: italic;
    margin: 10px 0 0;
    background: url('../img/ico_note.png') no-repeat 0 1px transparent;
    padding-left:20px;
}*/

/* VENDORS
----------------------------------------------------------------------------------------------------*/
.addthis_default_style {
	display: inline-block;
}

/* DEBUG
----------------------------------------------------------------------------------------------------*/
#debug_box {
	width:960px;
	margin:15px auto;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:15px 25px;
	border:3px solid #0066FF;
	border-radius:10px;
	overflow:scroll;
}
#debug_box h1 {
	padding:0;
	margin:0 0 15px;
	font-size:18px;
}