#instructions {
	float: left;
	width: 480px; /* 500 actual */
	padding: 0 0 0 20px;
	line-height: normal;
}

#legend {
	float: right;
}

#legend .header {
	width: 380px;
	height: 28px;
	margin: 0px 0 0 0;
	background: url(../images/catalog/legendBox_top.gif) no-repeat left top;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
}

#legend .content {
	width: 364px; /* 380 actual */
	background-color: #C0CCDF;
	padding: 0 8px;
	font-size: 11px;
	line-height: normal;
}

#legend .bottom {
	width: 380px;
	height: 8px;
	background: url(../images/catalog/legendBox_btm.gif) no-repeat left top;
}

#ordersheet {
	clear: both;
	padding: 10px 0 0 0;
}

#ordersheet .buttons  {
	float: right;
/* 	width: 380px; */
	height: 24px;
	padding-top: 2px;
	text-align: right;
}

#ordersheet .buttons img {
	margin-left: 2px;
	border: 0;
}

/* !LINKS */

#ordersheet thead a:link,
#ordersheet thead a:visited,
#ordersheet tfoot a:link,
#ordersheet tfoot a:visited {
	color: #80A3C4;
	text-decoration: underline;
}

#ordersheet thead a:hover,
#ordersheet tfoot a:hover {
	color: #FFF;
	text-decoration: none;
}

div.collapse {
	background-color: #014689;
	color: #fff;
	text-align: center;
	line-height: 22px;
}

div.collapse a {
	color: #c2ccdd;
}


/* !LISTS */

ul.category,
ul.category ul,
ul.category ul ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.category li {
	background: url(../images/catalog/arrow_right_green.gif) no-repeat 25px 8px;
	padding-left: 40px;
	line-height: 22px;
	border-top: 1px dotted #777;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1em;
}

ul.category li.first {
	border: none;
}

ul.category li ul {
	margin-left: -40px;
}

ul.category li ul ul {
	margin-left: -80px;
}

ul.category li ul li {
	background: url(../images/catalog/arrow_right_green.gif) no-repeat 65px 8px;
	padding-left: 80px;
}

ul.category li ul li ul li {
	background: url(../images/catalog/arrow_right_green.gif) no-repeat 105px 8px;
	padding-left: 120px;
}

ul.category li.odd {
	background-color: #f5f5f5;
}

ul.category li.even {
	background-color: #ebebeb;
}

ul.category li:hover {
/* 	background-color: #c2ccdd; */
	color: #819e10;
	cursor: pointer;
}

ul.category li.selected {
	background-color: #014689;
/* 	border-bottom: none; */
	color: #fff;
}

/* !TABS */

.osTabs {
    float: left;
    width: 420px;
	margin: 0 0 0 15px;
}

.osTabs ul {
    margin: 0;
    padding: 0;
	height: 26px;
    list-style: none;
}
	
.osTabs li {
    float: left;
    margin: 0;
    background: url(../images/catalog/ostab.gif) no-repeat;
	line-height: 26px;
}

.osTabs a:link,
.osTabs a:visited {
    display: block;
    width: 140px;
    color: #8392AA;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
	text-decoration: none;
}

.osTabs a:hover {
	color: #000;
}

.osTabs ul li.selected {
	background: url(../images/catalog/ostab_active.gif) no-repeat left top;
}

.osTabs ul li.selected a:link,
.osTabs ul li.selected a:visited {
	color: #FFF;
}

/* !TABLES */

.osTable {
	border-bottom: 10px solid #014689;
	font-weight: normal;
	color: #000;
	text-transform: none;
	line-height: normal;
}

.osTable thead td,
.osTable tfoot td {
	background-color: #014689;
	padding: 4px 2px;
	color: #80A3C4;
	font-weight: bold;
	line-height: 11px;
}

.osTable tbody td {
	padding: 4px;
	border-bottom: 1px solid #FFF;
}

/*
.osTable .nowrap {
	white-space: nowrap;
}
*/

.osTable .odd {
	background-color: #DFE8F7;
}

.osTable .even {
	background-color: #C0CCDF;
}

.osTable input.qty {
	width: 20px;
	border: 1px solid #80A3C4;
	font-size: 10px;
	text-align: center;
}

.osTable img {
	border: 0;
}

.osTable .compactAll {
	padding: 2px;
	background-color: #012345;
	color: #999;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.osTable .compactAll a:link,
.osTable .compactAll a:visited {
	color: #999;
}

.osTable .compactAll a:hover {
	color: #FFF;
}

.osTable .mainCat {
	background: url(../images/catalog/bg_mainCat_tile.gif) repeat-x left center;
	padding: 4px;
	color: #252525;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 30px;
	letter-spacing: 2px;
}

.mainCat .compact {
	background: url(../images/catalog/arrow_right_white.gif) no-repeat 15px center;
}

.mainCat .expanded {
	background: url(../images/catalog/arrow_down_white.gif) no-repeat 15px center;
}

.osTable .mainCat:hover {
	background: url(../images/catalog/bg_mainCat_tile_r.gif) repeat-x left center;
	color: #FFF;
}

.osTable .subCat {
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	padding: 2px;
	color: #252525;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 60px;
	letter-spacing: 1px;
}

.compact {
	background: url(../images/catalog/arrow_right_black.gif) no-repeat 50px center;
}

.expanded {
	background: url(../images/catalog/arrow_down_black.gif) no-repeat 50px center;
}

.osTable .subCat:hover {
	background-color: #999;
}

.legendTable {
	color: #60666F;
	font-size: 10px;
}

.legendTable td {
	padding: 2px;
}
