#leftColumnApp {
	float: left;
	clear: left;
	width: 50px;
	margin-right: 45px;
	margin-left: 24px;
	margin-top: 20px;
	margin-bottom: 25px;
	background: url(../image/leftnav-slip.png) repeat-y;
}

/*====== Category Page =================================================*/

#catPhoto {
	width: 650px;
	margin: 10px auto;
}
#catListing {
	width: 650px;
	margin:.2em auto 0 auto;
	padding:1em 0 0 0;
	clear:both;
	border-top:2px solid #ccc;
}
#catListing li.listingWrapper {
	margin-bottom: 1em;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	height:10.5em;
}

#catListing li.selected div.productTitle {
	background-color: #003461;
}
#catListing li.selected div.productTitle h1 {
	color: #fff;
}

#catListing li h1 {
	padding:0;
	margin:0;
	float: left;
	font-size:1.3em;
	color: #00396B;
}

#catListing li .productTitle {
	background-color: #C0CDD8;
	overflow: hidden;
	padding:.5em 1em;
}

#catListing li .productTitle img {
	float: left;
}
#catListing .productTitleLink {
	float: right;
	display: inline;
}
.productTitleLink .learnMore a {
	display: block;
	color: #666666;
	font-size: 1em;
}
.productTitleLink .learnMore a:hover {
	color: #BD8032;
}
.productTitleLink .detailsLink {
	cursor: pointer;
	font-size: 1.2em;
	font-weight:bold;
	color: #333;
}
.productTitleLink .showDetails {
	background:url(../image/icon-arrow.png) top right no-repeat;
	padding:0 15px 0 0;
	margin:3px 0 0 0;
}
.productTitleLink .hideDetails {
	display: none;
	color:#FFFFCC;
	background:url(../image/icon-arrow-over.png) top right no-repeat;
	padding:0 17px 0 0;
	margin:3px 0 0 0;
}
#catListing .productContent {
	overflow: hidden;
	padding: 10px 0;
	clear: both;
	background-color: #fff;
}
#catListing .productContent .productImage {
	border:1px solid #E3E3E3;
	float:left;
	margin:0.4em 0 1.7em 1em;
}

#catListing .productContent p {
	width: 219px;
	margin: 0 25px 30px 25px;
	display: inline;
	float: left;
}
#catListing .productContent ul {
	float: left;
	width: 300px;
	line-height: 1.6em;
	padding: 0 0 1.5em 5em;
}
#catListing .productContent li {
	font-size:1.3em;
	margin: .2em 0 0 10px;
	height: auto;
	border: none;
	list-style-type: disc;
	list-style-position: outside;
}

#catListing .productContent .openNow {
	float: right;
	margin:1.2em .5em 0 0;
	display: inline;
}

#catListing .productDetails {
	position:relative;
	margin:0;
	padding:1.5em 0 0 0;
	clear: both;
}

#catListing .productDetails ul {
	margin:.5em 0 .5em 1.5em;
	padding:0 0 0 2em;
	width: auto;
	float: none;
}

#catListing .productDetails li {
	font-size: 1em;
	width: auto;
	margin: 0 0 0 10px;
	line-height:1.4em;
}

#catListing .productDetails p {
	width: auto;
	float: none;
	display: block;
	margin: 10px 10px 10px 20px;
}

#catListing .productDetails h3 {
	margin-left: 20px;
}
#catListing .productDetails dt {
	height: 18px;
	padding: 0 13px;
	margin-left: 15px;
	font-size:1.1em;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}

#catListing .productDetails dd {width: 100%;}


/* Tabs */
.productDetails {
	clear: right;
	border-top: solid 1px #CCC;
	padding-left: 14px;
	font-size:1.3em;
	color: #333;
}


.productDetails .catPrintShare {
	position:absolute;
	right:10px;
	top:16px;
	z-index:9;
}

.productDetails .catPrintShare a {
	margin:0 5px 0 0;
}

.productDetails p {
	margin: 10px 0;
}


.productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 4px 0;
}
dl#roi_tabs, dl#roi_tabs2, dl#roi_tabs3, dl#roi_tabs4, dl#roi_tabs5, dl#roi_tabs6 {
	width: 100%;
	display:block;
	list-style: none;
	position: relative;
	padding:0 0 1.5em 0;
}

dl#roi_tabs dt, dl#roi_tabs2 dt, dl#roi_tabs3 dt, dl#roi_tabs4 dt, dl#roi_tabs5 dt, dl#roi_tabs6 dt {
	color: #7586A1;
	text-transform: lowercase;
	text-decoration: none;
	padding: 0 12px 12px 14px;
	margin: 0 20px 0 0;
	font-size: 1.5em;
	background: url(../image/unactive-tab.png) no-repeat 0 0;
}

dl#roi_tabs dd, dl#roi_tabs2 dd, dl#roi_tabs3 dd, dl#roi_tabs4 dd, dl#roi_tabs5 dd, dl#roi_tabs6 dd {
	padding: 5px 5px 0 0px;
}

dl#roi_tabs dd a, dl#roi_tabs2 dd a, dl#roi_tabs3 dd a, dl#roi_tabs4 dd a, dl#roi_tabs5 dd a, dl#roi_tabs6 dd a {
	text-decoration: underline;
}
dl#roi_tabs dt.selected, dl#roi_tabs2 dt.selected, dl#roi_tabs3 dt.selected, dl#roi_tabs4 dt.selected, dl#roi_tabs5 dt.selected, dl#roi_tabs6 dt.selected {
	text-decoration: none;
	color: #003360;
	padding: 0 1em 1.2em 1.4em;
	background: url(../image/active-tab.png) no-repeat 0 4px;
}

.pane {
	font-size:1em;
	position: absolute;
	overflow: hidden;
	top: 18px;
	left: 0;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}

#mainContent .imageBox ul {
	margin:1.3em 0 0.5em 21em;
}






