#AdvancedSearch {
	margin: 10px 0 0 0;
}
/* Show / Hide Button */
#ShowHideButton {
	float: right;
	display: inline;
	margin: 10px 5px 0 0;
	width: 125px;
	height: 20px;
	color: #525252;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	cursor: pointer;
}
#ShowHideButton img {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0;
}

/* Category / Brand Tabs */
#CategoryTabs {
	height: 24px;
	border: 0;
	border-bottom: 5px solid #FE4A29;
}

#CategoryTabs ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}

#CategoryTabs li {
	display: inline;
	margin: 0;
}

#CategoryTabs li a {
	float: left;
	display: block;
	height: 23px;
	border: 1px solid #fff;
	border-bottom: 0;
	margin: 0 0 0 10px;
	padding: 0 5px 0 5px;
	display:block;
	height: 23px;
	line-height: 23px;
	background-color: #fff;
	color: #FE4A29
}

#CategoryTabs li a.active,
#CategoryTabs li a:hover
{
	border: 1px solid #FE4A29;
	color: #fff;
	background-image: url(SearchTabBG.jpg);
	background-repeat: repeat-x;
}

/* Categories */
#CategoryHeaderWrapper {
	height: 35px;
	border: 0;
	border-top: 3px solid #fff;
}

#CategoryHeaderWrapper .Header {
	display: inline;
	float: left;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 10px;
	background-image: url(SearchColumnHeaderBG.jpg);
	background-repeat: repeat-x;
	border: 0;
}
#CategoryHeaderWrapper .Divider {
	background-color: #fff;
	width: 3px;
	height: 35px;
	float: left;
	display: inline;
	overflow: hidden;
}
#CategoryColumnWrapper {
	border: 3px solid #E2E2E2;
	width: 954px;
	height: 196px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#CategoryColumnWrapper .Column {
	display: inline;
	float: left;
	height: 182px;
	border: 0;
	padding: 4px;
	margin: 0;
	overflow: hidden;
}

#CategoryColumnWrapper .ColumnContainer {
	display: block;
	position: absolute;
	overflow: hidden;
	height: 182px;
	border: 0;
	margin: 0;
}
#CategoryColumnWrapper .scrollContent {
	width: 188px;
}
#CategoryColumnWrapper .Divider {
	float: left;
	display: inline;
	width: 3px;
	margin: 0;
	height: 196px;
	background-color: #E2E2E2;
}
#CategoryColumnWrapper .CategoryRow {
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	border: 0;
	cursor: pointer;
	color: #231F20;
	padding: 0 0 0 5px;
}

#CategoryColumnWrapper .CategoryRowHot {
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	border: 0;
	cursor: pointer;
	color: #FE4A29;
	padding: 0 0 0 5px;
}

#CategoryColumnWrapper .CategoryRow:hover {
	color: #FE4A29;
}
 
#CategoryColumnWrapper .Loading {
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	width: 66px;
	height: 66px;
	margin: 55px 0 0 73px;
}


/* Brands */
#BrandHeaderWrapper {
	height: 35px;
	border: 0;
	border-top: 3px solid #fff;
	display: none;
}

#BrandHeaderWrapper .Header {
	display: inline;
	float: left;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 10px;
	background-image: url(SearchColumnHeaderBG.jpg);
	background-repeat: repeat-x;
	border: 0;
}
#BrandHeaderWrapper .Divider {
	background-color: #fff;
	width: 3px;
	height: 35px;
	float: left;
	display: inline;
}
#BrandColumnWrapper {
	border: 3px solid #E2E2E2;
	height: 800px;
	padding: 0;
	margin: 0;
	display: none;
}
#BrandColumnWrapper .Column {
	display: inline;
	float: left;
	height: 790px;
	border: 0;
	padding: 4px;
	margin: 0;
}

#BrandColumnWrapper .ColumnContainer {
	display: block;
	position: absolute;
	overflow: hidden;
	height: 790px;
	border: 0;
	margin: 0;
}
#BrandColumnWrapper .scrollContent {
	width: 190px;
}
#BrandColumnWrapper .Divider {
	float: left;
	display: inline;
	width: 3px;
	margin: 0;
	height: 800px;
	background-color: #E2E2E2;
}
#BrandColumnWrapper .BrandRow {
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	border: 0;
	cursor: pointer;
	color: #231F20;
	padding: 0 0 0 5px;
}

#BrandColumnWrapper .BrandRowHot {
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	border: 0;
	cursor: pointer;
	color: #FE4A29;
	padding: 0 0 0 5px;
}

#BrandColumnWrapper .BrandRow:hover {
	color: #FE4A29;
}
 
#BrandColumnWrapper .Loading {
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	width: 66px;
	height: 66px;
	margin: 55px 0 0 73px;
}

/* Products */
#ProductsListWrapper {
	border: 0;
	border-top: 3px solid #FE4A29;
	padding: 25px 10px 50px 10px;
}

.LoadingProducts {
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	width: 66px;
	height: 66px;
	margin: 20px 0 0 400px;
}

#ProductsListWrapper #Title {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #FE4A29;
	margin: 0 0 9px 0;
}

#ColumnsWrapper {
	border: 1px solid #D4D4D4;
	padding: 0;
	margin:0;
}
#ColumnsWrapper #ColumnHeader {
	border: 0;
    border-bottom: 1px solid #D4D4D4;
	background-color: #EAEAEA;
	height: 32px;
	line-height: 32px;
	font-size: 12Px;
	font-weight: bold;
	color: #636466;
	padding: 0;
} 

.RowDivider {
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #D4D4D4;
}

#ColumnsWrapper #Footer {
	border: 0;
	background-color: #EAEAEA;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #636466;
	padding: 0 0 0 5px;
} 

#ProductsList {
	min-height: 120px;
	border: 0;
	border-bottom: 1px solid #D4D4D4;	
}

#ProductsList .ProductRow {
	height: 45px;
}

#ProductsList .ProductDetailRow {
	padding: 5px 30px 5px 30px;
	line-height: 15px;
	display: none;
}


.PNumber {
	float: left;
	display: inline;
	width: 60px;
	overflow: hidden;
	border-right: 1px solid #D4D4D4;
	padding: 0 8px 0 8px;
	line-height: 45px;
	height: 45px;
}

.PModel {
	float: left;
	display: inline;
	width: 92px;
	overflow: hidden;
	border-right: 1px solid #D4D4D4;
	color: #666;
	padding: 0 8px 0 8px;
	line-height: 45px;
	height: 45px;
}


.PDescrip {
	float: left;
	display: inline;
	width: 316px;
	border-right: 1px solid #D4D4D4;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding: 0 8px 0 8px;
	line-height: 22px;
	height: 45px;
}

.PImage {
	float: left;
	display: inline;
	text-align: center;
	width: 73px;
	overflow: hidden;
	border-right: 1px solid #D4D4D4;
	height: 45px;
}

.PImage img {
	border: 0;
	margin: 0;
}

.PAva {
	float: left;
	display: inline;
	width: 110px;
	border-right: 1px solid #D4D4D4;
	line-height: 0;
	height: 45px;
}
.PAva select {
	margin: 13px 0 0 0;
	width: 90px;
}

.PPrice {
	margin: 0;
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #D4D4D4;
	height: 45px;
	width:110px;
	line-height: 45px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.RPrice {
	margin: 0;
	float: left;
	display: inline;
	text-align: left;
	height: 45px;
	width:65px;
	line-height: 45px;
	font-size: 14px;
	font-weight: bold;
	text-decoration:line-through;
	color: #666;
}

.SPrice {
	margin: 0;
	float: left;
	display: inline;
	text-align: left;
	border-right: 1px solid #D4D4D4;
	height: 45px;
	width:45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: bold;
	color:RED;
}

.PQuan {
	text-align: center;
	line-height: 0;
	padding: 0 0 0 16px;
	font-size: 14px;
	font-weight: bold;
}

.PQuan input {
	margin: 13px 0 0 0;
	width: 35px;
	
}

#ProductsList .PHoverImage {
	background-color: #666;
	padding: 5px;
	border: 2px solid #000;
	display: none;
}


#ProductsList .ProductRow:hover {
	background-color: #F4F4F4;
}
