﻿/* CATEGORY NEW PAGE */

.categorySelect {
	width: 557px;
	float: left;
	}
.categorySelected {
	width:261px;
	/*top: 150px;
	left: 850px;
	position: fixed;*/
	float: left;
	}
.categorySelect ul.businessTypeList {
	padding: 0 40px 0 60px;
	width: 457px;
	}
.categorySelect div.contentHead {
	background: url('/Images/catContentBgTop.jpg') no-repeat left top;
	height: 45px;
	clear: both;
	}

.categorySelect div.contentBody {
	background: url('/Images/catContentBgMain.jpg') repeat-y left top;
	overflow: auto;
	}

.categorySelect div.contentFoot {
	background: url('/Images/catContentBgBottom.jpg') no-repeat left bottom;
	height: 46px;
	}

ul.businessTypeList li {
	float: left;
	display: inline;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin: 2px 0;
	padding-left: 20px;
	padding-top: 5px;
	}
li.level1unselected {
	width: 437px;
	color: #b63333;
	background: url('/Images/categorySelect.gif') no-repeat left top;
	}
li.level1selected {
	width: 437px;
	color: #b63333;
	background: url('/Images/categorySelected.gif') no-repeat left top;
	text-decoration: underline;
	}
ul.businessTypeList li ul {
	border: solid #7d6a6a;
	border-width: 2px 0;
	padding: 5px 0;
	margin: 5px 0;
	float: left;
	}
.categorySelect ul.businessTypeList li ul li ul {
	border: none;
	}
li.level2unselected {
	width: 417px;
	background: url('/Images/categorySelect.gif') no-repeat left top;
	color: #393838;
	border: none;
	}
li.level2selected {
	width: 417px;
	background: url('/Images/categorySelected.gif') no-repeat left top;
	color: #393838;
	border: none;
	text-decoration: underline;
	}
li.level3unselected {
	width: 397px;
	color: #7d6a6a;
	background: none;
	}
li.level3selected {
	width: 397px;
	color: #7d6a6a;
	background: none;
	text-decoration: underline;
	}
ul.businessTypeList li ul li ul li.level3selected ul {
	display: none;
	}
#divSelectedDetails li {
	list-style-type: none;
	font-size: 12px;
	padding-left: 30px;
	padding-top: 3px;
	height: 30px;
	}
#divSelectedDetails li.select {
	background: url('/Images/categoryDisplayed.gif') no-repeat left top;	
	}
h2 {
	color: #ffffff;
	margin: 10px 0;
	float: left;
	font-size: 120%;
	font-weight: bold;
	width: 90%;
	}
.categorySelect h2 {
	padding-left:20px;
	}
#divSelectedDetails {
	margin-top: 25px;
	float: left;
	}
.category_submit_search input {	
	padding: 0 60px;
	float: left;
	margin: 10px 0;
	}
.category_submit_search label {	
	padding: 0px; 
	float: left; 
	width: 207px;
	float: left;}
.category_submit_search label span {
	padding: 1px 2px 0 60px;
	float: left;
	margin: 0;
	}
.category_submit_search label input {
	border: 0px;
	padding: 0px;
	float: left;
	margin: 0px;
	width: 14px;
	height: 14px;
	}
