
BODY {
	font-family: Verdana, Arial, Helvetica,  sans-serif;
	font-size: 12px;
	color:#000;
	text-decoration:none;
	background-color: #E8E8E8;
	padding: 0px;
	margin: 0px;
}

A {
	color: red;
	text-decoration: none; 
}

A:visited, A:link {
	text-decoration: none; 
}

A:hover {
	text-decoration: underline; 
}

A:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline; 
}

H1, H2, H3, H4 {
	color: red;
}

THEAD TD {
	font-weight: bold; 
	text-align: center; 
	color: white;
	background-color: #DC143C;
}

THEAD TD A {
	color: white;
}

TH {
	text-align: left;
	vertical-align: top;
	background-color: #FFE4E1;
}

TEXTAREA {
	width: 400px;
	height: 300px;
}

.buttons {
	padding-top: 15px;
}

.lightbox {
	padding: 10px;
	border: 2px solid red;
	background-color: white;
}

.lightbox .dialog-buttons {
	text-align: center;
}

.odd {
	background-color: #FFE4E1;
}

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

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

.center {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}

/* Application */
.application {
	background-color: white;
	width: 850px;
	position: relative;
	margin: 0px auto;
}

.application .body {
	padding: 5px;
}

/* header */
.header {
	width: 100%;
	height: 100px;
}

.header .contents {
	float: left;
}

.header .contents .logo {
	float: left;
}

.header .contents .description {
	float: left;
}

.header .menu {
	padding: 3px;
	padding-bottom: 0px;
	height: 18px;
	float: right;
}

.header .menu H1 {
	display: none;
}

.header .menu .item {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid red;
}

.header .menu .last {
	border-right: 0px;
}

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

.header .search {
	margin-top: 10px;
	float: right;
	border: 1px solid lightGray;
	padding: 10px; 
	width: 260px;
}

.header .search H1 {
	display: none;
}

.header .search .basic INPUT {
	width: 72%;
	margin-right: 5px; 
	margin-left: 5px; 
}

.header .search .options {
	padding: 2px;
	padding-right: 5px;
	text-align: right;
}

.header .search FORM {
	margin: 2px;
}

.main {
	padding-top: 5px;
	/* min-height: 595px;
	height:auto !important;
  	height:595px;*/
}

.banner  {
	width: 100%;
}

.banner .picture {
	margin-top: 20px;
	with: 100%;
	text-align: center;
}

.banner .search {
	margin-top: 10px;
	with: 100%;
	text-align: center;
}

.news {
	height: 190px;
	width: 100%;
}

.news .newsItems {
	width: 100%;
	height: 150px;
}

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

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

.news .picture {
}

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

.news .title .subject {
}

.news .title .date {
	color: darkCyan;
	padding-left: 3px;
}

.newsBrowser {
	width: 100%;
}

.newsBrowser TABLE {
	width: 50%;
	margin-left: 25%;
}

.newsBrowser TH {
	padding-left: 5px; 
	padding-right: 5px; 
	text-align: center; 
}

.newsBrowser TD {
	padding: 5px; 
	text-align: center; 
}

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

.newDetail .picture {
	padding: 5px;
}

.company {
	width: 100%;
	height: 310px;
}

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

.goodsBrowser {
	width: 100%;
}

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

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

.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: 80px;
	height: 80px;
}

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

.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;
}

.goodList TABLE {
	width: 100%;
}

.goodList .c1 {
	text-align: center;.
}

.goodList .c1 IMG {
	width: 80px;
	height: 80px;
}

.goodList .c4 {
	text-align: center;
}

.order .c2 {
	text-align: right;
}

.order .c3 {
	text-align: right;
}

.order .total {
	font-weight: bold;
	padding-top: 5px; 
}

.detail {
	padding-top: 15px;
}

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

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

.detail .gallery .paginator .active {
	color: lightGray;
}

.detail .articleHeader {
	height: 340px;
}

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

.detail .articleHeader .description {
	float: right;
	width: 60%;
} 


.login UL {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.login .options {
    padding-top: 10px;
}

.footer {
	margin-top: 15px;
	text-align: center; 
	background-color: #E8E8E8;
}
