body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font: x-small Verdana, Arial, Helvetica, Sans-Serif; /* controls all fonts */
	background-color: #ccc;
	<!-- background: #c0c0c0 url(/krix/images/bg_shadow-h.gif) top left repeat-y; -->
}

<!-- #wrap1, #wrap2, #wrap3 {
  display: inline-table;
  /* \*/display: block;/**/
  }

#wrap1 {
	background-image: transparent url(/krix/images/shadow.gif) bottom right no-repeat;
}

#wrap2 {
	background-image: url(/krix/images/corner_bl.gif) 0px 100% no-repeat;
}

#wrap3 {
	padding: 0 18px 18px 0;
	background-image: url(/krix/images/corner_tr.gif) 100% 0px no-repeat;
} -->

/* CSS container shadow */
#shadow-container {
	width: 603px;
	\width: 603px;
	w\idth: 603px;
    position: relative;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .box {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #aaa;
    }

    #shadow-container .shadow2 {
        background: #777;
    }

    #shadow-container .shadow3 {
        background: #4e4e4e;
    }

    #shadow-container .box {
        background: #ccc;
    }
/* CSS container shadow */


#container {
	width: 600px;
	\width: 600px;
	w\idth: 600px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	border: 1px black solid;
}

#banner {
	padding: 0px;
	height: 90px;
	vertical-align: bottom;
	margin-top: 0px;
	background-color: #000;
}

#bannerHE {
	padding: 0px;
	height: 90px;
	vertical-align: bottom;
	margin-top: 0px;
	background-color: #000;
	background: transparent url(/images/bg_header-he.gif) bottom right no-repeat;
}

#bannerCC {
	padding: 0px;
	height: 90px;
	vertical-align: bottom;
	margin-top: 0px;
	background-color: #000;
	background: transparent url(/images/bg_header-cc.gif) bottom right no-repeat;
}

#banner_logo {
	height: 90px;
	margin-left: 0px;
	margin-top: -90px;
	margin-bottom: 0px;
	vertical-align: middle;
	background: url(/images/krx_logo.gif) bottom left  no-repeat;
}
		


/* MENU BAR */

#topmenu {
	position: relative;
	color: #fff;
	padding: 0px;
	height: 19px;
	margin-top: 0px;
	background-color: Black;
	vertical-align: bottom;
}

#menuvline{
	position: relative;
	margin-top: 15px;
	margin-right: -5px;
	vertical-align: bottom;
}

#topmenu a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	margin: 5px 0px 5px 5px;
	vertical-align: middle;
}

#topmenu a:hover {
	text-decoration: underline;
}


/* MAIN CONTENT */

#content {
	padding: 0px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background: transparent url(/common/bg_left-nav.gif) top left  no-repeat;
	background-color:#4C4C4C;	
}

#contentminheight {
	position: relative;
	width: 1px;
	height: 100px;	
}

#main-content {
	padding: 10px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	vertical-align: top;
}

#main-content2 {
	padding: 0px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #000;
	vertical-align: top;
}

#footer {
	clear: both;
	padding: 5px;
	height: 20;
	margin-top: 0;
	text-align: center;
	background-color: #000;
}

.indexTableCell {
	padding: 0px;
	height: 100%;
	margin: 0px 0px 0px 120px;
	background-color: #000;
	vertical-align: top;
}

.mainTableCell {
	padding: 10px;
	height: 100%;
	margin: 0px 0px 0px 120px;
	background-color: #fff;
	vertical-align: top;
}


/* PRODUCT PAGES */

.rowColor {
	background-color: #ccc;
}

.linkColor {
	color: #341B45;
}

.listing {
	clear: both;
}

.date, .review {
	float: left;
	display: block;
	padding: 4px 0 5px 0;
}

.date {
	width: 75px;
}

/* Typography */
h1, h2, h3, h4, h5 {
	margin: 0.1em 0;
}

h1 {
 	margin-top: 0px;
 	font-size: 1.2em;
}

h2 {
 	margin-top: 0px;
 	font-size: 1.0em;
}

h3 {
 	font-size: 1.0em;
}

h4 {
 	font-size: 1.0em;
 	font-style: italic;
}

h5 {
 	font-size: 1.0em;
 	color: #000;
}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
 	font-size: 1.0em;
 	font-style: bold;
}

p {	
	margin: 0.8em 0;
	color: #000;
}

a {
	color: #000;
	text-decoration: underline;
}

ul {
	margin-top: 0px;
}

li {
	margin-left: -10px;
}

.tdBorder {
	border-right: 1px #336699 solid;
}

td {
	color: #000;
}

blockquote {
	margin-left: 15px;
}

#copyright{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
}
#copyright a {
	color: #fff;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}