
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

button {
	cursor: pointer;
}

h1, h2, h3 {
	font-weight: normal;
	color: #7CD300;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2, h3 {
	font-size: 1.8em;
}

/*
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
*/

th {
	text-align: left;
	background-color: #f0f0f0;
}

thead th {
	text-align: center;
}

th, td {
	vertical-align: middle;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	/* color: #7CD300; */
	color: #000000;
	text-decoration: none;
}

a:hover {
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

.buttons {
	padding-top: 10px;
}

.report .even {
	background-color: #CCFF99;
}

.report .batch {
	padding-top: 10px;
	text-align: center;
}

.boxy-content h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
}

/* Header */
.header {
	width: 920px;
	height: 160px;
	margin: 0 auto;
	overflow: hidden;
}

/* Logo */
.header .contents {
	float: left;
}

.header .contents h1, 
.header .contents h2 {
	margin: 0;
	text-transform: lowercase;
}

.header .contents h1 {
	padding-top: 52px;
	font-size: 4em;
	color: #554D49;
}

.header .contents h1 a {
	color: #554D49;
}

.header .contents h2 {
	margin-top: -10px;
	padding-left: 1px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #7F7772;
}

.header .contents h2 a {
	color: #7F7772;
}

.header .contents a {
	text-decoration: none;
}

/* Menu */
.header .miniMenu {
	position: relative;
	float: left;
	top: -160px;
	left: 0px;
	width: 700px;
}

.header .miniMenu ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
}

.header .miniMenu li {
	display: inline;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 0px;
}

.header .menu {
	float: right;
}

.header .menu h1 {
	display: none;
}

.header .menu ul {
	margin: 0;
	padding: 40px 0 0 0;
	list-style: none;
}

.header .menu li {
	display: inline;
}

.header .menu a {
	display: block;
	float: left;
	width: 130px;
	height: 90px;
	padding-top: 30px;
	background: #73D000 url(img02.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}

.header .menu .cart A {
	padding-top: 20px; 
	width: 120px;
	padding-left: 5px;
	padding-right: 5px;
}

.header .menu .hasItems {
	font-weight: bold;
}

/* Search */
.header .search {
	position: relative; 
	float: right;
	width: 360px;
	top: -182px;
	left: 0px;
}

.header .search h1 {
	display: none;
}

.header .search .basic {
	float: left;
}

.header .search .basic input,
.header .search .basic select {
	margin-right: 3px;
	width: 140px;
}

.header .search .options {
	display: none;
	/*margin-top: 5px;
	float: left; */
}

/* Page */
.body {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
	height: auto;
}

.main {
	height: auto;
	min-height: 500px;
	width: 100%;
}

.main .banner,
.main .categories {
	float: left;
	width: 480px;
}

.main  .banner .picture {
	width: 100%
	text-align: center;
}

.main .categories .carousel .contents {
	height: 160px;
}

.main .categories .category {
	float: left;
	width: 138px;
	height: 50px;
	cursor: pointer;	
	margin: 2px;
	padding: 4px;
	background-color: #f0f0f0;
}

.main .categories .category .image {
	float: left;
	padding-right: 2px;
}

.main .categories .category .image img {
	width: 50px;
	height: 50px;
}

.news {
	float: right;
	width: 380px;
	padding: 12px 0 0 30px;
	background: url(img03.gif) repeat-y;
}

.news h1 {
	margin-top: 5px;
}

.news .contents {
	background: url(img04.gif) repeat-x left bottom;
	height: 55px;
}

.news ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
}

.news li {
	display: inline;
	float: left;
	padding-right: 5px;
	padding-left: 0px;
	margin-left: 0px;
}

.news .picture {
	padding-left: 5px;
	float: right;
}

.news .picture IMG {
	width: 65px;
	height: 65px;
}

.new .title {
	margin: 0;
}

.new .date {
	margin: 0;
	padding-left: 5px;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.new .meta a {
	color: #BABABA;
}

.new .contents {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.newDetail .left {
	float: left;
	padding-right: 15px;
}

.newDetail .right {
	float: right;
	padding-left: 15px;
}

.newDetail .center {
	width: 100%;
	padding-top: 15px;
	text-align: center;
}

.newsBrowser {
	width: 100%;
}

.newsBrowser TABLE {
	width: 80%;
	margin-left: 10%;
}

.newsBrowser .report .c1 {
	text-align: center;
}

.newsBrowser .report .c1 IMG {
	width: 80px;
	height: 80px;	
}

.recent {
	float: right;
	width: 380px;
	padding: 0 0 0 30px;
	background: url(img03.gif) repeat-y;
}

.recent H1 {
	margin-top: 5px;
}

.recent ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
}

.recent li {
	display: inline;
	float: left;
	padding-right: 5px;
	padding-left: 0px;
	margin-left: 0px;
	width: 100%;
}
	
.recentItem {
	background: url(img04.gif) repeat-x left bottom;
	width: 100%;
	height: 48px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.recentItem .image {
	float: left;
	padding-right: 2px;
}

.recentItem .image img {
	width: 50px;
	height: 50px;
}

.recentItem .title {
	margin: 0;
}

.recentItem .date {
	margin: 0;
	padding-left: 5px;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

/* Category&Article list */

.goodsBrowser {
	width: 100%;
	height: auto;
	min-height: 550px;
}

.goodsBrowser .header .title {
	float: left;
}

.goodsBrowser .header .catalog {
	float: right;
}

.goodsBrowser .mosaic {
	margin-left: 0px;
}

.goodsBrowser .mosaic .carousel .contents {
	width: 100%;
	min-height: 485px;	
}

.goodsBrowser .mosaic .carousel .paginator {
	text-align: center;
}

.goodsBrowser .mosaic .carousel .paginator A,
.goodsBrowser .mosaic .carousel .paginator SPAN {
	padding-left: 2px;
	padding-right: 2px;
}

.goodsBrowser IMG {
	width: 50px;
	height: 50px;
}

.goodsBrowser .category {
	float: left;
	width: 140px;
	height: 50px;
	margin: 2px;
	padding: 4px;
	vertical-align: middle;
	background-color: #f0f0f0;
	cursor: pointer;
}

.goodsBrowser .category .image {
	float: left;
	padding-right: 2px;
}

.goodsBrowser .categoryShowAll {
	background-color: #FFE4E1;
}

.goodsBrowser .subCategory {
	float: left;
	width: 115px;
	height: 115px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.goodList {
	padding-top: 15px;
}

.recentBrowser TABLE,
.goodList TABLE {
	width: 100%;
}

.recentBrowser .report .c1,
.goodList .c1 {
	text-align: center;.
}

.recentBrowser .report .c1 IMG,
.goodList .c1 IMG {
	width: 35px;
	height: 35px;
}

.recentBrowser .report .c4,
.goodList .c4 {
	text-align: right;
}

.recentBrowser .report .c5,
.goodList .c5 {
	text-align: right;
}

.recentBrowser .report .c6,
.goodList .c6 {
	text-align: center;
}

/* Article detail */

.detail .articleHeader {
}

.detail .articleHeader .gallery {
	float: right;
	width: 40%;
}

.detail .articleHeader .description {
} 

.detail .gallery .contents .image IMG {
	width: 300px;
	height: 300px;
}

.detail .gallery .paginator {
	width: 300px;
	text-align: center;
}

.detail .gallery .paginator SPAN {
	padding-left: 2px;
	padding-right: 2px;
}

.paymentType .help {
	padding-bottom: 10px;
	font-size: smaller;
}

/* Login */
.login ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
}

.login li {
	padding-right: 5px;
	padding-left: 0px;
	margin-left: 0px;
}

.goodList {
	min-height: 500px;
}

.goodList .splitLeft {
	width: 60%;
	float: left;
}

.goodList .splitRight {
	position: relative;
	top: -100px;
	float: right;
	width: 38%;
	padding-left: 2px;
}

.goodList .splitRight .detail {
	width: 90%;
	height: auto;
}

.goodList .splitRight .detail .articleHeader {
	height: auto;
}

.goodList .splitRight .detail .articleHeader .description {
	float: none;
}

.detail .buttons .cart button {
	border: 0px; 
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}

.detail .buttons .cart .text {
	display: none;
}

/* Footer */
.footer {
	width: 920px;
	height: 100px;
	margin: 10px auto;
	background: url(img06.gif) no-repeat;
}

.footer h1 {
	display: none;
}

.footer .description  {
	margin: 0;
	padding: 15px;
	text-align: center;
}

.catalog {
	background-color: #ffffff;
}

.catalog table {
	width: 90%;
	align: center;
}
