html {
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

.container {
	margin: auto;
	width: 1000px;
	height: 100%;
}

#containerWrapper {
	width: 100%;
	clear: left;
	float: left;
	position: relative;
}

h1 {
	font-size: 22px;
	margin-top: 5px;
}

p {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

.moduleContent {
	background-color: white;
	border-radius: 10px;
	float: left;
	position: relative;
}

.full-width{
	width:100%;
}

/**
 * Header Attributes
 */
.header {
	clear: both;
	float: left;
	position: relative;
	width: 99.9%;
	height: auto;
	margin-bottom: 10px;
}

.headerLogo a,img {
	border: none;
}

.header .topModule {
	border-radius: 0 0 10px 10px;
	float: left;
	position: relative;
	width: 100%;
	height: 62px;
	background-color: white;
	border: 1px solid #AAAAAA;
	border-top: none;
	margin-bottom: 10px;
}

.header .headerLogo {
	float: left;
	position: relative;
	width: 23.5%;
	margin-left: 0.5%;
}

#brandLogo {
	cursor: pointer;
	height: 41px;
}

.header #navigation {
	width: 50%;
	margin-left: 5%;
	padding-top: 20px;
	float: left;
	position: relative;
	width: 41%;
	height: 35px;
}

.header #navigation a {
	float: left;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	margin: 0 7px;
	padding-top: 0.5%;
}

.header #navigation .navHeadSeperator {
	width: 2px;
	height: 25px;
	background: url('../../images/common/navHeadSeperator.png') no-repeat
		center;
	float: left;
	position: relative;
}

.header #headerCustomer {
	float: right;
	position: relative;
	width: 25%;
	margin-top: 10px;
	clear: right;
}

.select2-container {
	width: 350px;
}

#customerSwitcher {
	cursor: pointer;
}

#customerSelectionOptions {
	width: 78%;
	margin: 5% 0 0 12%;
	float: left;
	position: relative;
	overflow-y: auto;
	text-align: center;
}

#customerSelectionOptions h2 {
	margin-bottom: 8%;
}

.customerOption {
	float: left;
	position: relivative;
	clear: left;
	padding: 5px 0;
	cursor: pointer;
}

.loadDiv {
	background: url('../../images/common/loader.gif') no-repeat center
		center;
}

.miniLoadDiv {
	background: url('../../images/common/mini-loader.gif') no-repeat center
		center;
}

#selectLoader {
	width: 350px;
	height: 140px;
	clear: left;
	position: relative;
	float: left;
	margin-left: 18px;
	display: none;
}

.header #headerCustomer p {
	color: black;
	padding-bottom: 3px;
	font-size: 12px;
}

.headerSearch {
	clear: left;
	float: left;
	margin-left: 15%;
	position: relative;
	width: 81%;
}

.headerSearch #categorySelector {
	width: 160px;
}

.headerSearch #searchTerm {
	border-radius: 5px;
	float: left;
	position: relative;
	width: 60%;
	margin-left: 3px;
	height: 24px;
	background-color: white;
	background: url('../../images/common/search.png') 2px 2px no-repeat
		#ffffff;
	border-style: none;
	padding-left: 25px;
	border: 1px solid #AAAAAA;
}

.searchGo {
	font-size: 16px;
	float: left;
	color: white;
	position: relative;
	width: 30px;
	height: 23px;
	margin-left: 3px;
	padding: 2px 0 0 6px;
	border-radius: 5px;
	background: url("../../images/common/navBarGloss.png") repeat-x scroll;
	background-color: grey;
	cursor: pointer;
}

.header #categories {
	float: left;
	clear: left;
	position: relative;
	width: 100%;
	height: 45px;
	margin-top: 10px;
	background: url('../../images/common/navBarGloss.png');
	border-radius: 15px;
}

#categories .navBarCategory {
	float: left;
	position: relative;
	text-align: center;
	height: 45px;
	overflow-y: hidden;
	cursor: pointer;
}

#categories .navBarCategorySeperator {
	background: url('../../images/common/navBarSeperator.png') no-repeat;
}

#categories .navBarCategory .navCatText {
	float: left;
	position: relative;
	text-align: center;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	overflow-y: hidden;
}

.navBarCategory .singleLineText {
	padding-top: 14px;
}

.navBarCategory .dblLineText {
	padding-top: 9px
}

.navBarCategory .trplLineText {
	padding-top: 4px
}

.footerLinks {
	float: left;
	position: relative;
	padding-top: 5px;
	width: 100%;
	text-align: center;
}

.footerWrapper {
	position: relative;
	margin: 0 auto;
	width: 475px;
	height: 16px;
	overflow: visible;
}

.footerLinks span {
	font-weight: bold;
	font-size: 12px;
	float: left;
	padding: 0 5px 5px;
	cursor: pointer;
	position: relative;
}

/**
 * Main Page / Generic
 */
.hideElement {
	display: none;
}

.redHighlightText {
	color: #E80000 !important;
}

@media screen {
	.pageContent {
		clear: left;
		width: 72%;
		height: 680px;
		border: 1px solid #AAAAAA;
		overflow: hidden;
		float: left;
		position: relative;
	}
}

.button {
	background: url("../../images/common/buttonGloss.png") repeat-x scroll 0
		0 grey;
	background-color: grey;
	border-radius: 5px 5px 5px 5px;
	color: white;
	cursor: pointer;
	float: left;
	font-size: 16px;
	height: 22px;
	margin-left: 3px;
	font-weight: bold;
	position: relative;
	padding: 5px 10px 0 10px;
}

.button:active {
	opacity: 0.7;
	filter: alpha(opacity = 70); /* For IE8 and earlier */
}

.submitButton {
	padding-top: 0px;
}

#loadingDiv {
	height: 31px;
	width: 31px;
	position: absolute;
	background: url('../../images/common/loader.gif');
	display: none;
}

/**
 * Popups
 */
#modalBackgroundDiv,#modalBackgroundDivForProductPopup {
	display: none;
	min-height: 100%;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000000;
	filter: alpha(opacity =   60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	text-align: center;
	vertical-align: middle;
	left: 0;
	top: 0;
}

.popupDialog {
	display: none;
	margin-top: 100px;
	margin-left: 325px;
	position: absolute;
	height: 350px;
	width: 350px;
	border-radius: 15px;
	border: 1px solid #AAAAAA;
	border-radius: 15px;
}

.popupDialogSmall {
	margin-top: 100px;
	margin-left: 230px;
	height: 405px;
	width: 550px;
}

.popupDialogMedium {
	height: 450px;
	margin-left: 10px;
	margin-top: 100px;
	width: 982px;
}

.popupDialogLarge {
	height: 740px;
	margin-left: 10px;
	margin-top: 100px;
	width: 982px;
}

.closePopup,.closeProductPopup {
	cursor: pointer;
	float: left;
	left: 95.5%;
	top: 1.5%;
	position: absolute;
}

.popupDialogSmall .closePopup{
	left: 91%;
	top: 3%;
}

.popupDialogMedium .closePopup{
	left: 94.5%;
	top: 4%;
}

.popupDialogLarge .closePopup{
	left: 94.5%;
    top: 2.5%;
}
 
.popupDialogInner {
	position: relative;
	float: left;
	margin: 5%;
	height: 87%;
	width: 86%;
	background-color: white;
	border-radius: 10px;
	padding: 2%;
}

.popupDialogInnerSmall {
	position: relative;
	float: left;
	margin: 3%;
	height: 87%;
	width: 90%;
	background-color: white;
	border-radius: 10px;
	padding: 2%;
}

.popupDialogInnerSmall p,.popupDialogInnerSmall label {
	font-size: 12px;
}

.popupDialogInnerMedium {
	height: 83%;
	margin: 2%;
	padding: 2%;
	width: 92%;
}

.popupDialogInnerLarge {
	height: 89%;
	margin: 2%;
	padding: 2%;
	width: 92%;
}

/**
 * Page Right / Basket
 */
#basketExpandTab,#pageExpandTab {
	height: 40px;
	left: -22px;
	position: absolute;
	top: 22px;
	width: 20px;
	background: none repeat scroll 0 0 #D9D9D9;
	border: 1px solid #AAAAAA;
	border-right: none;
	border-radius: 5px 0 0 5px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
}

#pageExpandTab {
	left: -7px;
	background: white;
	border: 1px solid #AAAAAA;
	border-left: none;
	border-radius: 0 5px 5px 0;
	display: none;
}

#pageRight p {
	color: black;
}

/**
 * Home Page
 */
#homePage,#genericPage {
	height: 96%;
	overflow: hidden;
	padding: 1% 14px;
	width: 692px;
}

#pageRight {
	float: right;
	position: relative;
	width: 27%;
	height: 680px;
	border: 1px solid #AAAAAA;
	background: #D9D9D9;
	border-radius: 10px;
}

#basket {
	padding: 5px;
}

#pageRight h3 {
	color: black;
	font-size: 14px;
	margin-top: 5px;
}

/**
 * News
 */
.newsTitle {
	cursor: pointer;
}

#newsContentLeft {
	float: left;
	height:600px;
	position: relative;
	width: 25%;
	margin-right: 2%;
}

#sideNewsImage {
	max-width: 170px;
	max-height: 600px;
	float: right;
}

#newsContentRight {
	float: left;
	position: relative;
	width: 72%;
	height: 90%;
}

#newsContentRightInner {
	float: left;
	position: relative;
	width: 100%;
	max-height: 90%;
	overflow-y:auto;
}

#mainNewsImgContainer{
	margin-left: 25px;
	height: 600px;
    width: 650px;
}

#mainNewsImage {
	max-height: 600px;
    max-width: 650px;
}

#nextNewsButton,#previousNewsButton {
	margin-top: 15px;
}

#nextNewsButton {
	float: right;
}

/**
 * Contact Us
 */
.contactDetails {
	font-size: 13px;
}

.contactDetails h2,.contactDetails h3 {
	clear: left;
	float: left;
	position: relative;
}

.contactDetails .reg {
	margin-top: 70px;
}

.contactSection {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin: 5px 0 10px 0;
}

.contactDetails p {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.contactDetails label {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}

/**
 * Generic
 */
.breadcrumbs {
	color: black;
}

.breadcrumbs a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.navigation ul {
	
}

.navigation li {
	list-style-type: none;
	width: 300px;
	padding: 1px;
}

.navigation li a {
	padding: 3%;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	display: block;
	border-radius: 5px;
}

.navigation li a:hover {
	
}

.scrollUp,.scrollDown {
	width: 100%;
	height: 22px;
	cursor: pointer;
	position: relative;
	border: 1px solid #868686;
	margin: 2px 0;
	float:left;
}

.scrollUp {
	border-radius: 10px 10px 0 0;
	margin-bottom: 5px;
	background: url('../../images/common/scrollUp.png') no-repeat center
		center;
}

.scrollDown {
	border-radius: 0 0 10px 10px;
	margin-top: 5px;
	background: url('../../images/common/scrollDown.png') no-repeat center
		center;
}

/**
 * iPad
 */
@media only screen and (max-width:1024px) and (max-device-width:1024px){
	
	/** prevents highlighting of page elements on press */
	div{
        -webkit-user-select: none;
    }
        
	.header #navigation {
		width: 46%;
		margin-left: 2%;
	}
	
	.footerWrapper {
		width: 510px;
	}
	
	.navBarCategory .singleLineText {
		padding-top: 15px;
	}
 
	#pageRight {
		font-size:50%;
	}
}