
.float_left
{
float: left;
}

.float_off
{
clear: both;
}

.demo 
{
	margin: 0;
	padding: 0 5px ;

	color: #084573;
	background-color: #fff;
	font-size: 11px;	
	font-family: verdana, arial, helvetica, sans-serif;
}

.demo h1 
{
	font-size: 20px; 	
	font-weight: bold; 
	line-height: 1em;
}

/*
.demo a:link
{
 	color: #071F2E;
	text-decoration: underline;
	font-weight: bold;
}

.demo a:visited
{
 	color: #071F2E;
	text-decoration: underline;
	font-weight: bold;
}

.demo a:active
{
 	color: #071F2E;
	text-decoration: underline;
	font-weight: bold;
}

.demo a:hover 
{
 	color: #0000AA;
	text-decoration: underline;
	font-weight: bold;
}
*/

.container 
{
	border: 1px solid red;
	background-color: lime;
}

.productline_box 
{
	width: 237px;
	min-height: 100px;
	margin: 0 0 10px 0;
	padding: 10px 10px 0 95px;
	background-color: #fff;
	background-repeat: no-repeat;
}

.product_box 
{
	width: 342px;
	min-height: 100px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 95px;
	background-repeat: no-repeat;
}


.select_product 
{
	width: 405px;
	margin: 0 0 10px 0;
	padding: 5px;
	background-repeat: no-repeat;
	border: 0px solid green;
}

.hardware_sheet 
{
	width: 405px;
	margin: 0 0 10px 0;
	padding: 5px;
	background-repeat: no-repeat;
	border: 0px solid red;
}

.product_image 
{
	height: 150px;
	margin: 10px 10px 5px 2px;
}

.dl_select_box 
{
	width: 405px;
	margin: 0 0 10px 0;
	padding: 5px;
	min-height: 260px;
	background-repeat: no-repeat;
	border: 0px solid lime;
}

.select_form
{
	margin: 10px 0 0 10px;
}


.info_box 
{
	width: 220px;
	margin: 0 0 0 350px;
	padding: 10px 0 0 0;
	color: #084573;
	background: #fff url(/img/download_demo/info-box.gif) top right no-repeat; 
	
}

.info_box p 
{
	margin: 0 0 15px 0;
	padding: 0 12px;
}


.shopping_box 
{
	width: 200px;
	margin: 0 0 0 420px;
	padding: 5px 10px 0 10px;
	color: #084573;
	background: #fff url(/img/download_demo/info-box.gif) top left no-repeat; 
	border: 0px solid yellow;

}


.dl_button 
{
	margin: 8px 0 0 0;
}



