html,body {
	font-family: Arial;
	font-size: 14px;
	background-color: #dedede;
	padding: 0;
	margin: 0;
}

h1,h2,h3 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

hr {
	border: 0;
	height: 1px;
	background: none;
	border-bottom: 1px dotted #aaa;
}

img {
	max-width: 100%;
	height: auto;
}

.nav_btn {
	display: block;
	color: #000;
	cursor: pointer;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 6px;
	text-decoration: none;
	background-color: #EEEEEE;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
}

#wrap {
	margin: 4px;
	padding: 5px;
	border: 1px solid #cecece;
	border-radius: 5px;
}

#header {
	text-align: center;
	position: relative;
}

#header, #footer {
	padding: 5px 0;
	position: relative;
}

#footer {
	padding-top: 10px;
}

#footer .page_nav_foot select {
	width: 100%;
	margin-bottom: 4px;
}

#header a {
	text-decoration: none;
}
#header h1 a {
	display: block;
}
#header img {
	max-width: 99%;
}
#header .header_search {
	width: 20px;
	height: 20px;
	overflow: hidden;
	display: block;
	float: right;
	background: url(img/header_search.png) no-repeat center center;
	margin: 5px;
}
#header .header_menu_btn {
	width: 25px;
	height: 21px;
	overflow: hidden;
	display: block;
	float: right;
	background: url(img/header-mobile-menu-btn.png) no-repeat center center;
	margin: 5px;
}
#header .header_search.wmenu {
	margin-right: 8px;
}
#header.wsearch h1 {
	float: left;
	width: 70%;
	line-height: 20px;
}
#header.wsearch h1 a {
	line-height: 20px;
	height: 20px;
	margin-top: 5px;
}
#header.wsearch img {
	max-width: 70%;
}
#header #search_box {
	padding: 5px;
}
#header #search_box input {
	width: 100%;
    -moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
}
#header #search_box button {
	width: 12%;
}

#subregion1 ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#subregion1 ul ul {
	padding-left: 5px;
}

#subregion1 ul a {
	display: inline-block;
	padding: 5px;
	line-height: 18px;
}

#top_nav {
    padding-top: 7px;
    padding-bottom: 7px;
}

#top_nav select, #page_foot_nav select {
	width: 100%;
}

#top_nav .url_go_nav {
	margin: 5px 0;
	display: block;
}

#top_nav.menu {
	display: none;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #d3d3d3;
	width: 100%;
	position: absolute;
	left: 0px;
	padding: 0;
	padding-top: 10px;
	line-height: 1;
	
	color: #798186;
	font-size: 13px;
	
	z-index: 99;
	
	text-align: left;
}
#top_nav.menu p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
}
#top_nav.menu .triangle {
	width: 24px;
	height: 21px;
	position: absolute;
	top: -12px;
	right: 26px;
	background: url(img/mobile-header-menu-triangle.png) no-repeat top left;
}
#top_nav.menu.visible {
	display: block;
}
#top_nav.menu > a {
	display: block;
	line-height: 43px;
	font-size: 15px;
	padding: 0 20px;
	color: #868686 !important;
	text-decoration: none;
	border-top: 1px solid #b8c3c9;
	
	background: #fff;
	
	background: -webkit-gradient(linear, left top, left bottom, from( #fff), to( #fafbfb)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient( #fff, #fafbfb); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient( #fff, #fafbfb); /* FF3.6 */
	background: -ms-linear-gradient( #fff, #fafbfb); /* IE10 */
	background: -o-linear-gradient( #fff, #fafbfb); /* Opera 11.10+ */
	background: linear-gradient( #fff, #fafbfb);
	
}
#top_nav.menu a:hover, #top_nav.menu a:active {
	background: #f1f3f4;
	
	background: -webkit-gradient(linear, left top, left bottom, from( #f6f7f8), to( #edf0f2)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient( #f6f7f8, #edf0f2); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient( #f6f7f8, #edf0f2); /* FF3.6 */
	background: -ms-linear-gradient( #f6f7f8, #edf0f2); /* IE10 */
	background: -o-linear-gradient( #f6f7f8, #edf0f2); /* Opera 11.10+ */
	background: linear-gradient( #f6f7f8, #edf0f2);
}
#top_nav.menu .raquo {
	float: right;
	font-size: 18px;
}
#top_nav.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top_nav.menu ul a {
	display: block;
	padding: 5px 15px;
	padding-left: 40px;
	color: #868686 !important;
}

.mobile_search_text {
    margin-right: 1px;
}

.mobile_full_btn {
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #cecece;
	padding: 4px;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
}

.mobile_full_btn img {
	vertical-align: text-bottom;
}
.mobile_full_btn.half {
	width: 49%;
}

.mobile_selectable_btn {
	display: block;
	border-bottom: 1px solid #cecece;
	padding: 10px;
	text-decoration: none;
}
.mobile_selectable_btn:first-child {
	border-top: 1px solid #cecece;
}
.mobile_selectable_btn.pressed {
	background-color: #cecece;
}
.mobile_selectable_btn .img {
	float: left;
	margin-right: 10px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	background: #fff;
}
.mobile_selectable_btn .img img {
	max-height: 70px;
}
.mobile_selectable_btn .desc {
	font-size: 10px;
}

.mobile_large_image_list_item {
	width: 98%;
	display: block;
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	text-decoration: none;
}
.mobile_large_image_list_item .img {
	border: 1px solid #cbcbcb;
	text-align: center;
	height: 300px;
	line-height: 300px;
	margin-bottom: 4px;
	overflow: hidden;
}
.mobile_large_image_list_item .img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.mobile_large_image_list_item .list-item-price {
	font-size: 0.8em;
}

.nofloat_mobile {
	float: none;
	padding: 0;
	padding-bottom: 10px;
}
