.main-bg {
color:#333333;
background: url(/skin/images/pc/bg1.png) no-repeat;
}
.main-bg .container-fluid {
max-width:950px;
padding:0px;
}
.main {
z-index:9;
}
.nav {
height: 35px;
background: #fff;
}
.nav .nav-item {
	display: inline-block;
	float: left;
	line-height: 35px;
	width: 11.375%;
	text-align: center;
	background: url(/skin/images/pc/g02.gif) no-repeat right center;
}
.nav .nav-item:first-child {
	width: 9%;
}
.nav .nav-item a.selected {
    display: inline-block;
    background: url(/skin/images/pc/g03.gif) no-repeat left bottom;
    color: #fff;
    padding-left: 15px;
}
.nav .nav-item a.selected span {
    display: inline-block;
    padding-right: 15px;
    background: url(/skin/images/pc/g03.gif) no-repeat right bottom;
}
.nav .nav-item:last-child {
	background-image: none;
}
.nav .nav-item a {
	color: #db1d1d;
	font-weight: bold;
}

.search {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background: url(/skin/images/pc/g04.gif) repeat-x;
    overflow: hidden;
    padding-left: 35px;
}
.search .day {
	display: inline-block;
	float: left;
	width: 200px;
	color: #fff;
	padding-left: 15px;
    background: url(/skin/images/pc/g05.gif) left center no-repeat;
}
.search form {
	display: inline-block;
	float: right;
	padding-right: 15px;
	height: 30px;
	line-height: 30px;
}
.search form label {
    color: #fff;
    background: url(/skin/images/pc/g06.gif) no-repeat left center;
    padding-left: 25px;
}
.search form input {
	display: inline-block;
	float: left;
    height: 20px;
    margin-top: 5px;
    line-height: 20px;
    border: 0px;
    text-align: center;
}
#prdsearch_submit {
	background: url(/skin/images/pc/g07.gif) no-repeat;
	width: 57px;
	height: 20px;
	border:0px;
	margin-top: 5px;
	margin-left: 10px;
}
