* {
margin:0;
padding:0;
}

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	line-height: 1.4em;
	background-image: url(icon/neobg.png);
	background-repeat: repeat-x;
	background-position: center -15px;
}
p {
	margin-bottom: 0.8em;
}
a {
	color: #6699CC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#feed {
	width: 150px;
	margin-left:3%;
	display:inline;
}
#feed_popup {
	border: 2px solid #CCCCCC;
	display: none;
	padding: 5px;
	background-color: #FFFFFF;
	position: relative;
	width: 100px;
	left: 6%;
}
#feed_popup img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#feed_popup li {
	list-style-type: none;
	margin-bottom: 8px;
	list-style-position: outside;
}
#header {
	background-image: url(icon/fz6n1.png);
	background-repeat: no-repeat;
	background-position: 30% -15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 70px;
}
#header #totop {
	font-size: medium;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 2%;
}

#header h1 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-left: 20%;
	display:inline;
}
#header .login {
	text-align: right;
	margin-top: -1.5em;
	color: #FFFFFF;
}
#header .login .idpass {
	width: 6em;
	height: 1em;
}
#header .login .btn {
	background-color: #D2E1E1;
	cursor: pointer;
	margin-right: 1em;
	margin-left: 0.5em;
	color: #669999;
}
#content {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
#adtop {
	padding-bottom: 10px;
	float: right;
	margin-top: -10px;
	margin-left: 10px;
}
p.top{
margin-left:1em;
}

#bike_list {
	overflow: scroll;
	height: 20em;
	clear: both;
}

.bike_maker {
	float: left;
	width: 19%;
	height: auto;
	margin-bottom: 1.5em;
	overflow: hidden;
	background-color: #eeeeee;
	padding-bottom: 0.5em;
	margin-left: 0.6%;
}

.bike_maker h2 {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

.bike_maker ul {
	padding-left: 0.5em;
	border-bottom-color: #666666;
}

.bike_maker li {
	list-style-type: none;
	line-height: 1.8em;
}
#bike_list .youtube {
	clear: both;
}

h2 {
	font-size: medium;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1em;
	color:#436558;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #436558;
	/* IE10 */ 
background-image: -ms-linear-gradient(top, #E0FFED 0%, #8BB59B 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #E0FFED 0%, #8BB59B 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #E0FFED 0%, #8BB59B 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E0FFED), color-stop(1, #8BB59B));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #E0FFED 0%, #8BB59B 100%);
	/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #E0FFED 0%, #8BB59B 100%);
	
}
#coms {
	margin-top: 1.5em;
	width: 75%;
	float: left;
}
#coms h3 {
	font-size: 90%;
	padding-left: 1em;
	margin-bottom: 1em;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #eeeeee;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
#comment {
	margin-right: auto;
	margin-left: auto;
}
#comment th {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-bottom: 1em;
	text-align: right;
	padding-right: 1em;
	vertical-align: top;
	width: 30%;
}
#comment td {
	vertical-align: top;
}
#comment textarea {
	width: 35em;
	height: 8em;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#comment .date {
	font-weight: normal;
	color: #999999;
	margin-left: 1em;
}
#recentcoms {
	margin-left: 76%;
}
#impform {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}

.imp_table {
	margin-right: 15px;
}
.imp_table th {
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #669999;
	text-align: right;
	padding-right: 1em;
	padding-top: 0px;
	width: 11em;
	vertical-align: top;
}
.imp_table td {
	padding-right: 5px;
	padding-left: 5px;
	margin: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.imp_table caption {
	font-size: medium;
	background-color: #88AFD7;
	line-height: 2em;
	color: #FFFFFF;
}
.bike_pic {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}
.imp_table textarea {
	height: 10em;
	font-size: 90%;
    line-height: 120%;
	width: 50em;
	overflow: scroll;
}
p#click_for_imp {
	text-align: center;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
.red {
	color: #FF3300;
}

.right {
	float: right;
	width: 20%;
	margin-top: -1.5em;
}

.right img {
	margin-bottom: 8px;
	margin-top: 8px;
}
.right h3 {
	font-size: 90%;
	background-color: #eeeeee;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	margin-bottom: 1em;
	margin-top: 1.5em
}

li {
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.8em;
	margin-left: 0.5em;
}
.right .ads {
	margin-top: 1em;
	margin-bottom: 1em;
}
.right .note a {
	border: 1px solid #6699CC;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	display: block;
	margin-top: 1.5em;
	margin-right: 1em;
	margin-left: 1em;
}

#reccom {
	width:16em;
	margin-top:2em;
	margin-left:auto;
	margin-right:auto;
}
#reccom h3{
	margin-top:1.5em;
	font-size: 90%;
	background-color: #eeeeee;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	margin-bottom: 1em;
}
#bottom {
    clear:both;
    text-align:center;
    height:30px;
}
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9FBFBF;
	margin-top: 20px;
	text-align: center;
	background-color: #CCCCCC;
	padding-bottom: 0.5em;
	clear: both;
}
#footer a {
	line-height: 1em;
	margin-left: 1em;
	margin-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 1em;
}
