/* ############################################################################
   ##
   ##  Extranet Website Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */
   
.fullWidth {
	padding: 1% 0;
}

.textLeft, .fullWidth table td {
	text-align: left !important;
}
   
#UserForm {
	text-align: left;
}
#UserForm H3 {
	font-size: 100%;
}
#UserForm .FormFields input[type='submit'] {
	/*margin-left: 0;*/
}
#UserForm .singleCheckbox .FormLabel {
	float: left;
	max-width: 92%;
}
#UserForm .singleCheckbox .FormInput {
	float: left;
	width: 7%;
}
#ResourceSearchForm {
	border-top: 1px solid #ebebeb;
}
#SearchResults {
	text-align: left;
}
#ResourceResultDetails {
	margin: 10px 0;
	width:100%;
}
#ResourceResultDetails H2 {
	font-size: 90%;
}
#ResourceResultDetails H3 {
	font-size: 90%;
}
#ResourceResultDetails .ResourceBox{
	width:100%;
	clear:both;
	display:inline-block;
	background-color: #F7F6F5;
	border-bottom:1px solid #ebebeb;
}

#ResourceResultDetails .ResourceCol {
	padding: 4px;
	margin: 0px;
	float:left;
	width:12%;
	margin:1% 1% 1% 0;
}
#ResourceResultDetails .ResourceCol p {
	line-height: 140%;
}
	.ResourceName{}
	.ResourceRel{}
	.ResourceCat{}
	.ResourceMax{}
	.ResourceQty{}
	
.ResourceConfirmationList {
	text-align: left;
}
.ResourceConfirmationList H3 {
	font-size: 100%;
}
	.ResourceConfirmationList .ResourceBox{
		width:100%;
		clear:both;
		display:inline-block;
		background-color: #F7F6F5;
		border-bottom:1px solid #ebebeb;
	}
	.ResourceConfirmationList .ResourceCol {
		padding: 4px;
		margin: 0px;
		float:left;
		width:45%;
		margin:1% 1% 1% 0;
	}
	.ResourceConfirmationList .ResourceName{
		width:85%;
	}
	.ResourceConfirmationList .ResourceQty{
		width:10%;
	}
	#resourcesorderform input[type="submit"] {
		background: #00447e none repeat scroll 0 0;
		border: medium none;
		border-collapse: collapse;
		border-radius: 5px;
		color: #fff;
		font-size: 130%;
		font-weight: bold;
		margin-left: 34%;
		padding: 2% 10%;
	}
#CartLink {
	margin: 0 auto 20px;
	text-align: center;
	width: 250px;
	background: #00447e;
	font-weight: bold;
	border-radius: 8px;
	padding: 10px 22px;
	font-size: 110%;
}
	#Primary #CartLink a {
		color: #fff;
		text-decoration: none;
	}
#LatestResourcesWrapper {
	background: rgba(245, 245, 245, 1);
}
#LatestResources {
}
	#LatestResourcesInner {
		max-width: 918px;
		margin: 0 auto;
	}
	.latestResources {
		width: 266px;
		text-align: center;
		display: block;
		margin: 20px;
		background: #fff;
		border-radius: 5px;
		float: left;
	}
	#LatestResources h3 {
		margin-top: 0;
		text-align: left;
		margin: 0 10px 10px;
	}
	#LatestResources img {
		margin-bottom: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	#LatestResources p {
		text-align: left;
		margin: 0 10px 10px;
	}
	@media screen and (max-width: 600px) {
		#LatestResourcesInner {
			max-width: 316px;
		}
	}