@charset "utf-8";
/* CSS Document */

#cat_req_container {
	position:relative;
	float:left;
	width:550px;
}
.cat_req_cat {
	position:relative;
	float:left;
	width:160px;
}

.cat_req_cat p {
	position:relative;
	float:left;
	text-align:left;
	padding-left:25px;
	padding-bottom:15px;
}

.cat_req_cat a, .cat_req_cat a:active {
	color:#000099;
}


.cat_req_cat img {
	padding-bottom:5px;
}

#cat_req_button {
	position:relative;
	float:right;
	margin-right:20px;
}
#step_1 {
	width: 337px;
	position:relative;
	float:right;
	padding-top:5px;
}

#step_1_txt {
	position:relative;
	float:left;
	width:500px;
}

#search_container{
position:relative;
float:left;
padding: 10px 0px 30px 0px;
width:inherit;
margin: 30px 0px 0px 0px;
}

#product_info {
position:relative;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:600px;
margin: 10px 0px 10px 5px;
background:#EEEEFF;
padding:10px;
}

/*----------------------Literature requests-----------------------------*/

#literature_icon {
position:relative;
float:left;
width:112px;
height:98px;
background-image:url(images/cat_request/literature.jpg);
background-repeat:no-repeat;
margin-right:10px;
}

#lit_req_container {
	position:relative;
	float:left;
	width:400px;
	margin-top:10px;
	height:400px;
	overflow:auto;
}

#lit_req_button {
	position:relative;
	float:left;
	margin:10px 0px 10px 10px;
}

#literature_info_container {
	position:relative;
	float:right;
	width:300px;
	min-height:300px;
	padding:10px;
	border-style:dashed;
	border-color:#CCCCCC;
	border-width:1px;
	margin:10px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#literature_info{
position:relative;
float:left;
width:200px;
height:300px;
padding:15px 15px 15px 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#litstep_1_txt {
	position:relative;
	float:left;
	width:270px;
	height:100px;
}

#lit_tooltip{
	position:relative;
	float:left;
	display:none;
	z-index:900000;
}

#req_desc_container{
position:relative;
float:left;
width:790px;
}

#lit_tooltip li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
	list-style-type: disc;
	color:#000000;
}
