/* CSS Document */

/* Body */
body {
	font-size: 14px;
	color: #333;
	line-height: 17px;
	margin: 0;
}
a img {
	border: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	border: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
}
a:link {
	color: #FF2F00;
}
a:visited {
	color: #FF2F00;
}
a:hover {
	text-decoration: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold !important;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.txts {
	font-size: small;
}
.txtr {
	text-align: right;
}
.txtc {
	text-align: center;
}
.colr{
	color:#F4282B;
	font-size:large;
	line-height:1.6em;
}
/* End hide from IE-mac */
/* Wrapper */
#wrapper {
}
#header_wrap {
	width: 100%;
	padding: 20px 0;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
#cont_wrap, .header, .nav {
	width: 800px;
	margin: 0 auto;
}
.header .logo {
	float: left;
	width: 50%;
}
.header .head_btn {
	float: right;
	width: 50%;
	text-align: right;
}
#nav_wrap {
	padding: 15px 0;
	background: #499bea;
	text-align: center;
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
	background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
	background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
}
.nav ul li {
	display: inline-block;
	width: 180px;
	vertical-align: middle;
	border-right: solid 1px #99ccff;
}
.nav ul li:last-child {
	border-right: none;
}
.main_tit {
	padding-left: 10px;
	color: #fff;
	font-size: 24px;
	line-height: 2em;
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
	background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
	background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
}
.mdl_tit {
	font-size: 20px;
	padding: 15px 0 15px 48px;
	border: 1px dotted #207ce5;
	color: #207ce5;
	background: url(../img/icon_shop.png) no-repeat 10px center #edf5fd;
}
dl.shop dt, dl.shop dd {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
dl.shop dt div {
	border: solid 1px #999;
}
dl.shop dt h4 {
	background: #999;
	padding: 4px 10px;
	color: #fff;
}
dl.shop dt div {
	padding: 10px;
}
dl.shop dt div ul {
	border-bottom: dotted 1px #666;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
dl.shop dt .menu_tit {
	font-size: 16px;
	margin-bottom: 5px;
}
dl.shop dt .menu_text {
	padding-left: 10px;
}
dl.shop dd {
	text-align: right;
}
dl.shop dd img {
	margin-bottom: 20px;
}
.item_list {
	text-align: center;
}
.item_list li {
	display: inline-block;
	margin: 0 5px 20px 10px;
	vertical-align: top;
}
#footer {
	background: #666;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 3px;
	font-size: 11px;
}
