
@import 'WI_Text.css';


/* CSS Document */

/* main layout */

body	{
	margin: 0px; 
	padding: 0px; 
	background: url('/ImagesNew/Background.gif');
	background-color: #000;
}

div.clear	{
	clear: both;
	}
	
.forward	{
	float: right;
	}
	
.back	{
	float: left;
	}

.img_center	{
display: block;
margin-left: auto;
margin-right: auto;
}

/* header */

div#main_container	{
	width: 970px;
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000;
	background-image: url(https://www.workhorseironseurope.com/ImagesNew/BGNav.jpg);
	background-color: #909079;
	}

div#left_middle_container	{
	width: 970px;
	background-color: #996;
}
	
div#main_nav	{
	width: 970px;
	height: 38px;
	background-image: url(https://www.workhorseironseurope.com/ImagesNew/BGNavMain.gif);
	background-color: #cc872b;
}

/* left nav  */
	
div#left_column	{
	width: 176px;
	padding: 10px;
	background-image: url(https://www.workhorseironseurope.com/ImagesNew/BGNav.jpg);
	background-color: #996;
}

div#left_nav_links	{
	width: 156px;
	padding-left: 0px;
	min-height: 460px;
	height:auto !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 460px;
}
	
/* content category & product page */

div#middle_content	{
	width: 740px;
	padding: 10px 17px;
	background-color: #996;
	min-height: 630px;
	height:auto !important;
	height: 630px;
}

div#breadcrumb	{
	width: 740px;
	height: 30px;
}

.cat_product	{
	width: 345px;
	height: 170px;
	border-bottom: 1px solid #79793d;
	margin: 10px 8px;
	padding-bottom: 10px;
	float: left;
}

.cat_product_img	{
	width: 180px;
	float: left;
}

.cat_product_text	{
	width: 160px;
	float: right;
}

/* footer */

div#footer	{
	width: 970px;
	display: block;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
}

/* Forms & Buttons */

form	{
	margin: 0px;
	}
	
form.sort	{
	margin: 0px;
	float: right;
	width: 140px;
	padding-right: 10px;
	height: 20px;
	}
	
input.search_box	{
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 14px;
	line-height: 12px;
	font-weight: normal;
	color:#3b3b3b;
	padding-bottom: 0px; 
	width: 200px;
}

input.qty	{
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	color:#3b3b3b;
	padding-bottom: 5px; 
}


.add_cart	{
	padding: 5px 20px 0px 0px;
}

select	{
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
	padding: 0px;
	font-weight: normal;
	color:#3b3b3b;
}
