﻿/*Classes -  common positioning and styles*/

.divstyle_fullwidth
{
	width: 100%;
}

.centreposition
{
	width: 850px;
	margin: 0px auto;
	min-width: 850px;
	position:relative;
}

.breadcrumb
{
	font-size: xx-small;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

.bodycontentplaceholder
{
	width: 100%;
	height: auto;
	overflow: visible;
}

.blockitem
{
	width: 100%;
	margin-bottom: 10px;
    text-align: center;
}

/*Wrapper positions and styles - Wrappers are the top layer positioning*/

#header_wrapper
{
	height: auto;
	display: block;
	clear: both;
}

#top_wrapper
{
	height: 20px;
	color: #FFFFFF;
	background-color: #F8991D;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	clear: both;
}

#body_wrapper
{
	height: auto;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	clear: both;
	overflow: hidden;
	position: relative;
}

#footer_wrapper
{
	height: 50px;
	min-height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: solid 3px #F8991D;
	background-color: #FFFFFF;
	display: block;
	position: relative;
}

/*Container styles within wrappers*/

#header_container
{
	height: auto;
}

#header_top
{
}

#header_logo
{
	margin-top: 20px;
	margin-bottom: 10px;
}

#login_container
{
	text-align: right;
	font-size: xx-small;
	max-height: 20px;
	overflow: hidden;
}

#login-module
{
	height: 18px;
	float: left;
	width: 800;
	/*text-align: center;*/
}

#footer_container
{
	text-align: right;
	font-size: 8pt;
	overflow: hidden;
	clear: both;
	position: relative;
}

.footerlink
{
	display: inline;
	height: auto;
	width: auto;
	line-height: normal;
	border-right: solid 2px #F8991D;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

/*TOP TAB navigation*/

#tabwrapper
{
	line-height: 170%;
	position: relative;
	float: left;
}

#tabwrapper .leftimg
{
	width: 3px;
	height: 3px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("images/navigation/tab_topleft_transparent.gif");
	background-repeat: no-repeat;
}

#tabwrapper .rightimg
{
	width: 3px;
	height: 3px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url("images/navigation/tab_topright_transparent.gif");
	background-repeat: no-repeat;
}

.tabtext
{
	height: auto;
	width: auto;
	padding: 2px 10px 2px 10px;
	position: relative;
	float: left;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	line-height: 1.1em;
	margin-right:1px;
	text-align:center;
}

.staticmenustyle
{
	height: auto;
	width: auto;
}

.tabmenuitemstyle
{
	background-color: #FDBF76;
	float: left;
}

.tabmenuselected
{
	background-color: #f8991d;
}

.tabmenuhover
{
	background-color: #ffb652;
	color: #FFFFFF;
}

/*BOTTOM links navigation*/

.bottomlinks_StaticMenuItemStyle
{
	border-right: solid 3px #F8991D;
	height: auto;
	width: auto;
	line-height: 150%;
	margin-top: 0px;
}

.bottomlinks_StaticMenuItemSelected
{
	background-color: #f8991d;
}


/*Common template layout configurations*/

#leftandbodywrapper
{
	width: auto;
	background-color: #FFFFFF; /*templates background colour*/
	float:left;
	height:auto;
	position:relative;
}

#template_leftmenu
{
	width: 178px;
	max-width: 178px;
	height: 350px;
	min-height: 350px;
	float: left;
	display: inline;
	clear: none;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
}

#template_body
{
	width: 402px;
	height: auto;
	min-height: 350px;
	float: left; /*margin-right: 5px;*/
	padding: 5px 30px 10px 30px;
	background-color: #FFFFFF;
}

#template_rightblock
{
	width: 140px;
	max-width: 140px;
	height: auto;
	min-height: 350px;
	float: left;
	padding: 30px 10px 5px 10px;
	background-color: #FFFFFF;
	position: relative;
}

#template_rightblock div.rightpanelhack
{
	background-color: #FFFFFF;
	width: 5px;
	height: 50000px;
	position: absolute;
	top: 0px;
	left: -5px;
	overflow: hidden;
	z-index: 1;
}


/* Catalogue for Equipment/Consumables/Software */

.catWrapper
{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	clear: both;
	display: inline;
	margin-top: 5px;
}
.catTopWrapper
{
	width: 100%;
	float: left;
}
.catTopLeft
{
	float: left;
	width: 35%;
	height: auto;
	padding: 0px 0px 5px 5px;
	text-align: center;
}
.catTopRight
{
	float: right;
	width: 60%;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 5px 5px;
}
.catFooter
{
	float: left;
	width: 100%;
	border-bottom: solid 2px Green;
	border-top: dotted 2px Green;
	margin-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
}

.producttitle
{
	font-size: 9pt;
	font-weight: bold;
	color: #73A370;
	clear: both;
	text-decoration: none;
}

.description
{
	clear: both;
	display: block;
	margin: none;
	padding: none;
}

.description p
{
	margin: none;
	padding: none;
}


/* Product details page for Equipment/Consumables/Software */

.productWrapper
{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	clear: both;
	display: inline;
	margin-top: 5px;
}
.productTopWrapper
{
	width: 100%;
	float: left;
}
.productTopImg
{
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 0px 5px 5px;
	text-align: left;
}
.productDetails
{
	float: right;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 5px 5px;
	margin-bottom: 5px;
}
.productFooter
{
	float: left;
	width: 100%;
	border-bottom: solid 2px Green;
	border-top: dotted 1px Green;
	margin-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
}
.productTopImg
{
	float: left;
	width: auto;
	height: auto;
	padding-right: 4px;
	margin-right: 5px; /*border-right:dotted 2px green;*/
	display: inline;
	clear: none;
}
.productTopBuy
{
	float: right;
	width: auto;
	height: auto;
	display: inline;
	clear: none;
	min-width: 20px;
}

