﻿html
{
	overflow: -moz-scrollbars-vertical;
}

body.bodyClient {
    height:inherit;
	margin:auto;
	padding:0px;
}

.clear{
    clear:both;
}

.productAdded
{
    padding-bottom:10px;
}
#siteWrapper
{
    float:left;
    background-color:white;
    position:relative;	
    padding:4px 4px 4px 4px
	
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:3px;
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead */
	overflow:hidden;
}

/* 2 Column settings */
.twocol {
	background:white;	/* right column background colour */
}

.twocol .colleft {
	right:80.85%;			/* right column width */
	background:white;	    /* left column background colour */
}
.twocol .col1 {
	width:80.7%;			/* right column content width */
	left:100.1%;			    /* 100% plus left padding of center column */
}
.twocol .col2 {
	width:19%;			/* Width of left column content (column width minus padding on either side) */
	left:0%;			    /* (right column left and right padding) plus (left column left padding) */
}
/* end 2 Column settings */


/* 3 Column settings */
.threecol {
	background:#EAF3F4;	/* right column background colour */
}
.threecol .colmid {
	right:18.09%;			/* width of the right column */
	background:white;	/* center column background colour */
}
.threecol .colleft {
	right:62.77%;			/* width of the middle column */
	background:white;	/* left column background colour */
}
.threecol .col1 {
	width:62.77%;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:18.9%;			/* Width of left column content (column width minus padding on either side) */
	left:18%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:18.05%;			/* Width of right column content (column width minus padding on either side) */
	left:81.1%;			/* Please make note of the brackets here:
					    (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* end 3 Column settings */


/* Footer styles */
#footer {
	clear:both;
	text-align:center;
	float:left;
	width:100%;
	border-top:1px solid #DBEAED;
	border-bottom:1px solid #DBEAED;
	margin-top:5px;
	margin-bottom:3px;
	height:40px
}
#footer p {
	padding:10px;
	margin:0;
}
