body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #000000;
	/* only supported by IE; research why
	scrollbar-base-color: #6EA06E;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #B6A685;
	*/
}
#MAIN {
	width: 768px;
	margin-top: 0px;
}
#header {
	margin-top: 0px;
	background-color: #FFFFFF;
}
#footer {
	margin-top: 0px;
	color: #0099FF;
	background-color: #000000;
}
#footer a,
#footer a:visited{
	color:#0099FF;
	text-decoration: none;
}

#content {
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
}


/* Navigation */
#NAV{
	margin: 0px;
	padding: 0px;
	height: 24px;
	min-height: 24px;
}
#NAV ul {
	float: left;
	list-style-type: none;
	width: 100%;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}
#NAV li {
	float: left;
	padding: 5px 0px 5px 0px;
}

#NAV a {
	color: #FFFFFF;
    text-decoration: none;
	text-transform: uppercase;
	padding: 5px 15px 5px 15px;
}
#NAV a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
#NAV .active {
    color: #FFFFFF;
	background-color: #666666;
}
#NAV .right {
    float: right;
	background-color: #000000;
}
#NAV .right a {
    color: #000000;
}








.center	{
	text-align: center;
}
.center table
{ 
/* solves firefox issues */
margin-left: auto;
margin-right: auto;
}
.center div
{ 
/* solves firefox issues */
margin-left: auto;
margin-right: auto;
}

/* forms */
form {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Login*/
#login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	text-align: right;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
}
#login .head {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
}
#login tr {
	vertical-align: baseline;
}
#login .forget {
	font-size: 10px;
	text-align: left;
}
#login .forget A:link{
	text-decoration: none;
	color: #FF0000;
}
#login .forget A:visited{
	text-decoration: none;
	color: #FF0000;
}



/* Errors */
#error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	text-align: left;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
}
#error .head {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	background-color: #CCCCCC;
}
#error ul {
	margin: 0px auto 0px auto;
	font-weight: lighter;
	color: #990000;
	list-style-type: square;
}





/* Register */
#register {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	text-align: right;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
}
#register .head {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
}
#register .desc {
	font-size: 10px;
	color: #006600;
}
#register .note {
	font-size: 10px;
	color: #FF0000;
	text-align: center;
	background-color: #FFFFFF;
}
#register tr {
	vertical-align: baseline;
}


/* Forget Password */
#forget	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	text-align: right;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
}
#forget .head {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
}



/* RESET Password */
#reset	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	text-align: right;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
}
#reset .head {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
}
#reset .bottom {
	text-align: center;
}
#reset .bottom input {
	font-size: 11px;
}
#reset .desc {
	font-size: 10px;
	color: #006600;
}
#reset tr {
	vertical-align: baseline;
}




/* Bread Crumb */
#crumb {
	font-size: 12px;
	background-color: #6EA06E;
	padding-left: 10px;
	color: #FFFFFF;
}
#crumb A:link {
	text-decoration: none;
	color: #FFFFFF;
}
#crumb A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#crumb A:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#crumb .active {
	font-weight: bold;
}


/* HELP */
#help {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#help a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#help a:hover {
	color: #333333;
	text-decoration: underline;
}



/* CATALOG */
#catalog {
	background-color: #EEEEEE;
	border-bottom-color: #6EA06E;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#catalog table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}
#catalog .left {
	width: 200px;
	vertical-align: text-top;
	background-color: #6EA06E;
	color: #FFFFFF;
}
/* Fields in left catalog box */
#catalog .left A:link{
	text-decoration: none;
	color: #CC6600;
}
#catalog .left A:visited{
	text-decoration: none;
	color: #CC6600;
}
/* END fields in Left Catalog box */
#catalog .middle {
	padding-left: 5px;
	width: auto;
	vertical-align: text-top;
}

/* fields in Middle Catalog box */
#catalog .middle .mcat {
	font-size: 14px;
	font-weight: bold;
	color: #6EA06E;
}
/* END fields in Middle Catalog box */

#catalog .middle ul {
	color: #FF9900;
	list-style-type: square;
	list-style-position: inside;
	margin-top: 0%;
	margin-left: 20px;
	margin-right: 40px;
	background-color: #FFFFFF;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}
#catalog .middle ul .txt{
	color: #0099FF;
}
#catalog .middle ul .txt A:link{
	text-decoration: none;
	color: #0099FF;
}
#catalog .middle ul .txt A:visited{
	text-decoration: none;
	color: #0099FF;
}
#catalog .right {
	width: 201px;
}



/* ITEMS */
#items {
	background-color: #EEEEEE;
	border-bottom-color: #6EA06E;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#items table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}
#items .picture {
	width: 112px;
}
#items .content {
	padding-left: 5px;
	vertical-align: text-top;
	width: auto;
}
/* Fields in content box */
#items .name {
	font-size: 14px;
	color: #000000;
}
#items .item_num {
	color: #800000;
}
#items .subtitle {
	color: #000000;
}
#items .desc {
	color: #0000FF;
}
#items .desc A:link{
	text-decoration: none;
	color: #0000FF;
}
#items .desc A:visited{
	text-decoration: none;
	color: #0000FF;
}
/* Fields in content box end */
#items .price {
	vertical-align: text-top;
	width: 100px;
}
/* Fields in price box */
#items .pric {
	color: #800000;
}
/* Fields in price box end */



/* Images for index page */
#images {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	border-collapse: collapse;
	text-align: center;
	background-color: #DDDDDD;
}






/* ITEM ITSELF */
#item {
	background-color: #EEEEEE;
	padding-top: 10px;
}
#item table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}
#item .head {
	vertical-align: top;
	padding: 0px 0px 0px 5px;
	width: 406px;
}
/* Fields in head box */
#item .title {
	font-weight: bold;
	font-size: 14px;
}
#item .price {
	color: #800000;
}
#item .description {
	padding-top: 20px;
}
/* Fields in head box end */
#item .pic {
	width: 350px;
	vertical-align: top;
	text-align: right;
}
#item .mix {
	vertical-align: top;
	padding: 0px 0px 0px 5px;
}
/* Fields in mix box*/
#item .subtitle {
	padding: 0px 0px 10px 0px;
}
#item .ship_head {
	font-weight: bold;
}
/* Fields in mix box end */
#item .specs {
	vertical-align: top;
	padding: 0px 0px 0px 5px;
}
/* Fields in spec box  */
#item .specs .titl {
	font-weight: bold;
}
#item .specs ul {
	color: #FF9900;
	list-style-type: circle;
	list-style-position: inside;
	margin-top: 0%;
	margin-left: 20px;
	margin-right: 400px;
	background-color: #FFFFFF;
	border-color: #999999;
	border-width: 2px;
	border-style: ridge;
	padding: 5px;
}
#item .specs ul .txt{
	color: #0099FF;
}
/* Fields in spec end */
