﻿.equipment-menu
{
	width: 200px;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	margin-bottom: 20px;
	float: left;
	clear: left;
}

.equipment-menu li
{
	list-style: none;
	background-color: #F5F550;
	border: none;
	border-bottom: 1px #000000 solid;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
	background-image: url('../Images/img-button-30px-click.png');
	cursor: pointer;
}

.equipment-menu li:hover
{
	background-image: none;
	background-repeat: repeat-x;
	background-color: #B2B4B7;
}

.equipment-menu li a
{
	color: #000000;
	text-decoration: none;
}

.equipment-wrapper
{
	width: 100%;
	float: right;
	clear: none;
}

.equipment-wrapper .header
{
	height: 57px;
	padding: 5px;
	padding-left: 10px;
	border: none;
	border-bottom: 1px #000000 solid;
	background-image: url('../Images/img-equipment-heading.png');
	background-color: #B2B4B7;
	border-radius: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a.equipment-type
{
	width: 32.7%;
	float: left;
	clear: none;
	color: black;
	font-size: 10px;
	text-decoration: none;
	overflow-x: hidden;
	margin: 2px;
	margin-bottom: 10px;
}

a.equipment-type:hover
{
	text-decoration: none;
}

a.equipment-type .section
{
	text-align: center;
	overflow: hidden;
	position: relative;
}

a.equipment-type .header
{
	height: auto;
	background-color: #B2B4B7;
	background-image: url('../Images/img-equipmenttype-heading.png');
}

a.equipment-type:hover .header
{
	background-image: none;
	background-color: #FFE630;
}

a.equipment-type img
{
	height: 128px;
	border: none;
}

a.equipment-type .mask
{
	width: 100%;
	height: 138px;
	background-color: #000000;
	opacity: 0;
	vertical-align: baseline;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

a.equipment-type:hover .mask
{
	opacity: 0.4;
}

a.equipment-type .mask span
{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: white;
}

a.equipment-row
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}

.equipment-row
{
	background-image: url('../Images/img-equipment-row.png');
	background-color: #B2B4B7;
	border-bottom: 1px #000000 solid;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px
}

.equipment-row .row
{
	padding-bottom: 5px;
}
.equipment-row:hover
{
	background-image: none;
	background-color: #FFE630;
}

.equipment-control
{
	min-height: 15px;
	position: relative;
	text-align: right;
	font-size: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 10px;
	color: #000000;
	background-color: #FFE630;
	border-bottom: 1px #000000 solid;
	border-radius: 0 0 5px 5px;
}

.equipment-conrol a
{
	color: #B2B4B7;
}


.back-link
{
	width: 32px;
	height: 32px;
	border-radius: 100px;
	border: none;
}

.back-link:hover
{
	background-color: #FFE630;
}

.equipment-image-column
{
	width: 50%;
	float: left;
	clear: none;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden hidden;;
}

.equipment-image-column #equipment-image-column img {
	max-width: 95%;
	height:auto;
	border-bottom: 5px #FFE630 solid;
	border-top: 5px #FFE630 solid;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.equipment-image-column #equipment-image-column img:hover {
	transform: scale(1.5);
	-o-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	margin-left: 87px;
	z-index: 100;
}

.equipment-detail-column
{
	width: 50%;
	font-size: 12px;
	float: right;
	clear: none;
	margin-bottom: 20px;
}

.equipment-wrapper .row
{
	padding: 5px;
	background-color: #FFE630;
	margin-bottom: 5px;
	border-bottom: 1px #000000 solid;
	border-radius: 5px;
}

.equipment-wrapper .row-grey
{
	padding: 5px;
	background-color: #EBEBEB;
	margin-bottom: 5px;
	border-bottom: 1px #000000 solid;
	border-radius: 5px;
}

.share-this
{
	border-radius: 100px;
}

.share-this:hover
{
	background-color: #EBEBEB;
}

.Error
{
	margin: -10px 0 10px 0;
	border-top: none;
}