﻿/*EQUIPMENT MASTERPAGE - equipment.master*/

#body_wrapper
{
    background-color: #73A370;
}

.panelrightitem
{
	width: 100%;
	margin-bottom: 10px;
}

.panelFloat
{
    float: left;
}

#training_leftandbodywrapper
{
	width: auto;
	background-color: #FFFFFF; /*templates background colour*/
	float:left;
	min-height:350px;
	position:relative;
}

#training_leftandbodywrapper div.nhschecksimg
{
	position:absolute;
	bottom:-1px;
	left:0px;
}
#equipment_templatebody_wrapper
{
	background-color: #73A370; /*templates background colour*/
	float: none;
	height:100%;
	width: 100%;
	min-height:350px;
	overflow:hidden;
}

#equipment_templatebody_container
{
	background-color:Transparent;
	color: Black;
    margin-top: 5px;
	height: 100%;
	min-height:350px;
}

#equipment_leftmenu
{
	width: 178px;
	max-width: 178px;
	height: auto;
	min-height:350px;
	float: left;
	display:inline;
	clear:none;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
	/*border-right: dotted 1px Green;*/
}

#equipment_body
{
	width: 450px;
	max-width: 460px;
	height: auto;
	min-height:350px;
	float: left;
	margin-right: 5px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

#equipment_rightblock
{
	width: 155px;
	max-width: 155px;
	height: auto;
	min-height:350px;
	float: left;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
}

.equipment_submenuMenu
{
	width:100%;
}

.equipment_submenuItemMenu
{
	border-bottom:dotted 1px #73A370;
	height:15px;
	line-height:15px;
	padding:2px 0px 2px 5px;
	color:#5A57A6;
	width:100%;
}

.equipment_submenuSelectedStyle
{
	background-image: url("/images/products-menu_selected.gif");
	background-repeat:repeat-x;
	color:#000000;
	height:15px;
	line-height:15px;
	padding:2px 0px 2px 5px;
	width:100%;
}

.equipment_submenuHoverStyle
{
	background-color:#dee8db;
	height:15px;
	line-height:15px;
	padding:2px 0px 2px 5px;
}

.equipment_h2
{
	color: #73A370;
}

/* Catalogue for Equipment and Consumables */

#catWrapper 
{
}
#catTopWrapper
{
}
#catTopLeft
{
}
#catTopRight
{
}
#catFooter
{
	border-bottom: solid 2px #73A370;
	border-top: dotted 2px #73A370;
	padding-top: 2px;
}
.categoryDescriptionPanel
{
	border-bottom: solid 2px #73A370;
	padding-bottom:10px;
}

#productFooter
{
	border-bottom: solid 2px #73A370;
	border-top: dotted 2px #73A370;
}

.productPrice
{
	color: #73A370;
}

