/* basic html elements */
body {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0
}

a img, img{ 
	border: none; 
	margin: 0; 
	padding: 0;
}

#notice {
	padding: 5px;
	background-color: #6699CC;;
}

#notice a {
	text-decoration: underline;
}

a:link,
a:visited,
a:hover,
a:active{
	color: #272b16;
	text-decoration: none;
}

ul{ 
	margin: 0px; 
	padding: 0px;	
	list-style: none;
}

li{ 
	margin: 0px; 
	padding: 0px;
}

p {
	line-height: 1.6em;
}

table, td, th{ 
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table{
	border-collapse: collapse;
}

/* page layout elements */
div#demoTxt {
	background-color: #fad1e3;
	border-bottom: 1px dashed #333333;
	margin-bottom: 15px;
	text-align: left;
	padding: 8px;
}

div#wrapper {
	width: 690px;
	margin-left: 15px; 
	margin-top: 10px;
	position: relative;
}

div#header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0px 10px 0px;
	height: 55px;
	z-index: 50;
}

#header h2 {
	font: 1.9em Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}

#header ul {
	display: inline;
}


#header li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
}

#header .cart {
	float: right;
}

div#container {
	position: absolute;
	top: 55px;
	min-height: 400px;
} * html div#content {
	height: 400px;
}

div#main {
  padding: 0px 0px 20px 0px;
  float: right;
  width: 550px;
	position: relative;
}

h1{
	font: 1.6em Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}

h2{
	font: 1.2em Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
}

div#footer {
	padding-top: 15px;
  clear: left;
}

/* left navigation */
div#nav {
  float: left;
  width: 140px;
} 

#nav ul {
	padding: 0px 0px 20px 0px; 
	margin: 0px;
	list-style: none; 
	color: #333; 
}

#nav li.cat_0{ 
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

#nav li.cat_1 { 
	margin: 0px; 
	padding: 2px 0px 0px 5px;
}

#nav li.cat_2 { 
	margin: 0px; 
	padding: 0px 0px 2px 15px;
}

.clearer {
	clear: both;
}

/* breadcrumb styles */
div#breadcrumb {
	position: absolute;
	top: 0px;
}

#breadcrumb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#breadcrumb ul li {
	margin-left: 0;
	border: none;
	list-style: none;
	display: inline;
}

#breadcrumb ul li a {
	text-decoration: underline;
}

#content {
	position: absolute;
	top: 30px;
}

/* Floating window styles */
#floatWindow {
	width: 450px;
	position: absolute;
	border: 1px solid #ccc;
	background-color: #fff;
	top: 200px;
	left: 10px;
	z-index: 100;
}

#floatWindow .floatContent{
	padding: 10px;
	text-align: center;
}

#floatWindow h2 {
	font: 1.8em Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
}

#floatMask {
	width: 710px;
	top: 0px;
	position: absolute;
	background-color: #fff;
	z-index: 50;
}

#floatWindow .wnd_options {
	margin-top: 10px;
	letter-spacing: 1px;
}

#floatWindow .wnd_options a{
	font-weight: bold;
}

#floatWindow table,
#floatWindow table tr,
#floatWindow table td {
	border: none;
	padding: 0;
	margin: 0;
}

#floatWindow table {
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
}

#floatWindow table .head {
	background-color:#eeeeee;
	font-weight:bold;
}

#floatWindow table .footer {
	background-color:#eeeeee;
	font-weight:bold;
	text-align:right;
}

#floatWindow table td {
	padding: 8px;
	border-bottom: 1px solid #bbbbbb;
}

/* END CSS FILE */
