/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#lcat_title{
float:left;
clear: left;
margin-left: 20px;
margin-top: -40px;
width:600px;
font-size: 230%;
color: #ed6c23;
border: 0px solid red;
}

#list_title{
float:left;
clear: left;
margin-left: 20px;
margin-bottom: 20px;
width:600px;
font-size: 160%;
color: #613c0b;
border: 0px solid red;
}
#list_block{
	/*position: relative;*/
	display:block;
	float: left;
	clear:left;
	width:900px;

}
.list_module {
	display: inline;
	float: left;
	width: 280px;
	height: 130px;
	position: relative;
	border: 0px dotted Black;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 20px;
	
}

.list_desc{
	float:left;
	
	display:block;
	padding: 10px 10px 0px 0px;
	color:#ed6c23;
	border: 0px solid red;
	height: 3.6em
}

.list_desc a {
	width: 120px;
	border: 0px solid green;
	display:block;
	padding-left: 10px;
}
.list_image {
	float:left;
}
.list_image a {
	display: block;
	float: left;
	border: 0px solid #000;
	background-image: url(../images/upsell_bck.gif);
	background-repeat: no-repeat;
	width:133px;
	height: 133px;
}
.list_image img{
	margin: 6px;
}

.list_desc strong{
	font-weight: bold;
}



.list_price {
	position:absolute;
	top:90px;
	left:145px;
	display: block;
	font-weight:bold;
	color: #ed6c23;
}

.b_quick_details, .list_viewdetails {
	text-align:center;
}

.list_viewdetails{
	position:absolute;
	top:110px;
	left:140px;
}

.list_viewdetails a:link, .list_viewdetails a:visited {
	
	display:block;
	width: 83px;
	height: 24px;
	background: transparent url(/images/b_learnmore.gif) no-repeat ;
}

.list_viewdetails a:hover, .list_viewdetails a:focus {
	background: transparent url(/images/b_learnmoreON.gif) no-repeat;
}

h4{
	font-size:122%;
}
.list_searchsuggestion{
	padding-top: 0.5em;
	font-size: 166%;
	color: #A82019;
}

.list_searchsuggestion a{
	font-style: italic;
}

.list_searchsuggestion a span{
	font-style: normal;
}


#list_similarsearchsuggestion{
	border:1px solid #aa0000; width:547px; margin-left:2ex; margin-bottom:1em;
}
#list_similarsearchsuggestion h3{
	background-color:#aa0000; color:#fff; text-indent:5px;
}
#list_similarsearchsuggestion li{
	padding: 2px 0px 6px 0px;
}
#list_similarsearchsuggestion ul{
	margin:3px 0px 0px 25px;
}



.breadcrumb_list {
	position:relative;
	float: left;
	display: inline; 
	padding-top: 30px;
	padding-left: 19px;
	color: #9eb11f;
	font-size: 85%;
	font-weight:bold;
	width: 870px;
	border: 0px solid red;
}

.breadcrumb_list a:link, .breadcrumb_list a:visited{
	color: #9eb11f;
	text-decoration: none;
}

.breadcrumb_list a:hover, .breadcrumb_list a:active, .breadcrumb_list a:focus{
	text-decoration: underline;
}

.breadcrumb_list strong{
	font-weight:bold;
}
/* list page end */
