@charset "UTF-8";
@import url("http://wingx.net/blog/wp-content/themes/cross/style.css");

a:hover { color: #97D !important }

/* main */
	#main > section {
		margin: 0 auto 20px;
		width: 1000px;
		background: #FCFCFC;
		border: 1px solid #CCC;
		border-radius: 4px;
	}
	#main > section > h1 {
		margin: 5px 20px;
		height: 50px;
		color: #333;
		font-size: 18px;
		font-weight: normal;
		line-height: 50px;
		text-align: left;
	}

/* #news */
	#news > h1 {
		margin-left: 0;
		float: left;
	}
	#news > h1:before {
		margin-left: 10px;
		display: block;
		width: 50px;
		height: 50px;
		background: #FCFCFC url(../../blog/wp-content/themes/cross/img/sprite.gif) no-repeat;
		float: left;
		content: " ";
	}
	#news table {
		margin: 20px;
		width: 960px;
		border-top: 1px dashed #CCC;
		border-collapse: collapse;
		clear: both;
	}
	#news table td {
		padding: 7px 20px;
		text-align: left;
		border-bottom: 1px dashed #CCC;
	}
	#news nav {
		padding: 0 20px 20px;
		text-align: right;
	}
	#news button {
		margin: 0 0 0 auto;
	}

/* #products */
	#main > section#products {
		margin: 0;
		padding: 10px 0 20px;
		width: 100%;
		border: none;
		border-radius: 0;
		background: #333;
	}
	#main > section#products > h1 {
		margin: 0;
		color: #EEE;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
	}
	#products ul {
		list-style: none;
		display: block;
		margin: 0 auto;
		width: 1000px;
	}
	#products li {
		padding: 10px 20px;
		border-bottom: 1px solid #777;
	}
	#products li:first-child { border-top: 1px solid #777 }
	#products li img {
		display: block;
		margin-right: 20px;
		width: 100px;
		height: 100px;
		border: none;
		float: left;
	}
	#products li div.products-body {
		margin-right: 20px;
		width: 680px;
		float: left;
	}
	#products li h1 {
		color: #EEE;
		font-size: 14px;
		font-weight: normal;
		text-align: left;
	}
	#products li p {
		display: block;
		text-align: left;
	}
	#products li button {
		float: left;
	}

/* #ctime */
	#main > section#ctime {
		padding: 20px 0 0;
		width: 1000px;
		border: none;
		border-radius: 0;
		background: #EEE;
	}
	#ctime article {
		margin-right: 18px;
		width: 380px;
		float: left;
	}
	#ctime article h1 {
		margin-bottom: 10px;
		color: #333;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
	}
	#ctime article h2 {
		color: #09F;
		font-size: 14px;
		font-weight: normal;
		text-align: left;
	}
	#ctime article p {
		margin-bottom: 15px;
		color: #666;
		text-align: left;
	}
	#ctime img {
		display: block;
		width: 600px;
		border: 1px solid #CCC;
		border-radius: 4px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		float: left;
	}