@charset "utf-8";
/* Screen styles */

/* ------------------------------------------------------------------- Default tags */

* {
	margin: 0px;
	padding: 0px;
}

html {
	-webkit-text-size-adjust: none;
	background: #01436f;
}

body {
	color: #333;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #014471 url(../images/bkgnd_tile.png) repeat-x center top;
	padding: 0px 5px;
}

a {
	text-decoration: none;
	color: #007BCE;
}

a:visited {
	color: #A42B02;
}

a:hover,
a:focus,
a:active {
	color: #2DABFF;
	outline: none;
	text-decoration: underline;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

dl {
	margin: 0px 0px 10px;
	padding: 0px;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

dd {
	margin: 0px 0px 5px;
	padding: 0px 10px;
}

fieldset {
	padding: 10px 5px 5px;
	margin: 0px 0px 10px;
	background: #FFF;
	border: 1px solid #E0E0E0;
}


h1,h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px;
	padding: 3px 0px 5px;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
	margin: 0px;
	font-weight: bold;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
}

img {
	border: none;
	max-width: 100%;
}

label {
	cursor: pointer;
}

legend {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;	
}

p {
	line-height: 1.5em;
	margin: 0px 0px 10px;
	padding: 0px;
}

table {
	table-layout: fixed;
	border-right: 1px solid #E3E2DB;
	border-bottom: 1px solid #E3E2DB;
	margin-bottom: 5px;
}

td, th {
	padding: 4px;
	border-top: 1px solid #E3E2DB;
	border-left: 1px solid #E3E2DB;
}

th {
	background: #0064A5;
	color: #FFF;
}

ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: square;
}

li {
	margin: 0px 0px 5px 20px;
	padding: 0px;
}

/* ------------------------------------------------------------------- Primary structure */

#header,
#content, 
#footer {
	margin: 0px 0px 10px;
	font-size: 1.2em;
	padding: 0px 5px;
}

#contentWrapper {
	padding: 5px 5px 0px 5px;
	margin: 0px -5px 20px -5px;
	background-color: #FAFAF4;
}

#content {
	padding: 25px 10px 10px 10px;
	margin-top: -25px;
	position: relative;
	bottom: -10px;
	background-color: #FFFFFF;
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
}

/* ------------------------------------------------------------------- Secondary structure */

.floatWrap {
	width: 100%;
	overflow: hidden;
}

.columnContainer,
.splitLeft,
.splitRight,
.threeColumn,
.fourColumn,
.fiveColumn {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}


/* ------------------------------------------------------------------- Content images */

.imageLeft,
.imageRight,
.imageCenter,
.inlineImage {
	margin: 0px 0px 10px 0px;
	padding: 5px;
	background-color: #FFF;
	color: inherit;
	width: auto;
	display: block;
}

/* ------------------------------------------------------------------- Lists */

.detailList {
	width: 98%;
	overflow: hidden;
	padding: 5px 1% 0px;
	margin: 0px auto 5px;
	background: #FCFCFC;
}

.detailList dt,
.detailList dd {
	margin: 0px;
	padding: 0px;
}


.detailList dt {
	padding: 4px 0px 3px;
	margin: 0px 0px 5px 0px;
	background: #F4F4F4;
	font-weight: bold;
	color: #333;
}

.detailList dd {
	margin: 0px 0px 5px;
	padding: 4px 0px 3px
}

/* ------------------------------------------------------------------- Forms */

.formBlock {
	/*width: 890px;*/
	overflow: hidden;
	padding: 5px;
	margin: 0px;
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
}

.formButton {
	/*padding: 4px;*/
}

.formBlock dt,
.formBlock dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.formBlock .label {
	/*width: 130px;
	float: left;*/
	padding: 6px 0px 6px 5px;
	margin: 0px 5px 0px 0px;
	/*text-align: right;*/
	font-weight: bold;
}

.formBlock .label label {
	padding-right: 25px;
}

.formBlock .input {
	/*width: 725px;
	float: right;*/
	margin: 0px;
	padding: 0px;
}

.formBlock .description {
	/*float: right;
	width: 725px;*/
	padding: 2px 0px 2px 0px;
	margin: 0px;
	font-size: 0.9em;
	color: #777777;
}

fieldset .formBlock {
	/*width: 878px;*/
}


fieldset .formBlock .input,
fieldset .formBlock .description {
	/*width: 718px;*/
}


.buttonBlock {
	/*width: 728px;*/
	padding: 5px;
}

.singleCheck .input {
	padding: 5px 0px 0px;
}

.textareaBlock {

}

.textareaBlock .label {

}

.textareaBlock .input {
	/*float: right;
	width: 620px;*/
	padding: 0px;
	margin: 0px;
}

.textareaBlock .description {
	/*text-align: right;*/
	padding: 7px 0px 6px 0px;
}

.radioGroup {

}

.radioGroup .description {
	padding: 7px 0px 6px 0px;
}

.radioGroup .input {
	margin-bottom: 20px;
}

.fieldGroup {

}

.fieldGroup .input {
	
}

.fieldGroup .description {
	padding: 7px 0px 6px 0px;
}

.required .label label {
	background: url(../images/icon_bullet_star.png) no-repeat right center;
}

.inputCheckBox {
	vertical-align: middle;	
}

.formError .error {
	padding: 0px;
	margin: 0px;
	display: block;
	color: #FF0000;
	font-style: normal;
}

.formError {
	background-color: #FFEEEC;
}

.formError .label label {
		
}

.formError .label em {
	display: block;
	font-style: normal;
	font-weight: bold;
}

.inputTextArea,
.inputTextField,
.inputSelectList {
	width: 100%;
	box-sizing: border-box;
	/*width: 288px;*/
	border: 1px solid #E3E2DB;
	padding: 5px;
}

.inputTextArea:focus,
.inputTextField:focus,
.inputSelectList:focus {
	border: 1px solid #4B95EF;
}

.inputTextArea {
	height: 10em;
	/*width: 608px;*/
}

.inputTextField {
	
}

.inputSelectList {
	height: 22px;
	/*width: 284px;*/
	padding: 2px;
}

/* ------------------------------------------------------------------- Navigation */

#menu {
	font-size: 1.2em;
	background: #FAFAF4;
	margin: 0px -5px 0px;
	padding: 5px;
}

#menu h3 {
	font-size: 2em;
	text-align: center;
	color: #0064a5;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#menu ul {
	background: #F5F5F5;
	list-style: none;
	margin: -10px 0px 5px;
	padding: 0px;
	position: relative;
	bottom: -20px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
}

#menu ul li {
	margin: 0px;
	padding: 0px;	
}

#menu ul li.menu_external_138 {
	display:none;	
}

#menu ul li a,
#menu ul li a:visited {
	text-decoration: none;
	display: block;
	padding: 10px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
	text-shadow: 1px 1px 0px #F0F0F0;
	color: #007BCE;
	font-size: 1.2em;
	font-weight: bold;
}

#menu ul li a:hover,
#menu ul li a:focus,
#menu ul li a:active,
#menu ul li.activePageLink a {
	text-decoration: none;
	color: #FFF;
	background: #0064a5;
	text-shadow: none;
}

.pagination {
	/*width: 920px;*/
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 0px;	
	padding: 0px 5px;
}

.pagination a,
.pagination a:visited {
	display: block;
	float: left;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	border-right: 1px solid #FFF;
	color: #007BCE;
	background: #FAFAF4;
}


.pagination a:hover,
.pagination a:focus,
.pagination a:active,
.pagination a.activePageLink {
	color: #FFF;
	background: #0064a5;
	text-decoration: none;
}

/* ------------------------------------------------------------------- Header */

#header {
	/*position: relative;
	height: 211px;
	z-index: 10;
	background: url(../images/bkgnd_header.png) no-repeat center bottom;*/
	margin: 0px 0px 20px;
	padding: 5px 0px 0px;
}

#logo {
	margin-bottom: 5px;
	padding: 0px;
	/*width: 100%;*/
}

#logo a {
	color: #FFF;
	text-decoration: none;
}

#logo a img {
	display: block;
	float: left;
	margin-right: 5px;
}

#logo h1 {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 1.8em;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

#tagLine {
	line-height: 1.5em;
	margin: 0px 0px 10px;
	padding: 0px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 0.8em;
}

#phoneJump {
	width:100%;
	overflow: hidden;
}

#headerPhone {
	float: left;
	font-size: 1.8em;
	color: #FFFFFF;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

#jumpToMenu {
	float: right;
}

#jumpToMenu a {
	color: #FFF;
	padding-right: 30px;
	background: url(../images/icon_mobile_nav.png) no-repeat right center;
	text-decoration: none;
}

#jumpToMenu a span {
}

#jumpToMenu {
	padding:5px;
	background: #4ebdec;
	border-top: 1px solid #4EBEED;
	border-right: 1px solid #7acef1;
	border-bottom: 1px solid #3aa9d8;
	border-left: 1px solid #7acef1;
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlYmRlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYWE5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4ebdec 0%, #3aa9d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ebdec), color-stop(100%,#3aa9d8));
	background: -webkit-linear-gradient(top,  #4ebdec 0%,#3aa9d8 100%);
	background: -o-linear-gradient(top,  #4ebdec 0%,#3aa9d8 100%);
	background: -ms-linear-gradient(top,  #4ebdec 0%,#3aa9d8 100%);
	background: linear-gradient(to bottom,  #4ebdec 0%,#3aa9d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ebdec', endColorstr='#3aa9d8',GradientType=0 );
}

#primaryNav,
#radioAd {
	display: none;
}

#quickSearch {
	height: 30px;
	margin-bottom: 0px;
	background: #f5f5f5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#d9d9d9 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#d9d9d9 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#d9d9d9 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#d9d9d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d9d9d9',GradientType=0 );
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	z-index: 2;
	position: relative;
}

#quickSearch #form_search_results {
	position: relative;
	padding: 0px;
	margin: 0px auto 2px;
	height: 30px;
	width: 200px;
	background: url(../images/bkgnd_search.png) no-repeat center center;
}

#quickSearch label,
#search_button span {
	display:none;
}

#search_term,
#search_button {
	background: none;
	position: absolute;
	top: 5px;
	right: 30px;
	height: 20px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

#search_term {
	width: 160px;
}

#search_button {
	top: 0px;
	right: 0px;
	height: 30px;
	width: 30px;
}

#pageHeading {
	padding: 0px 10px;
	margin: 0px;
	font-size: 1.6em;
	color: #FFF;
}

#pageHeading span {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
}

#pageHeading a,
#pageHeading a:visited {
	color: #ADF;
}

#pageHeading a:hover,
#pageHeading a:focus,
#pageHeading a:active {
	color: #CEECFF;
}

/* ------------------------------------------------------------------- Cart */

#cartNav {
	padding: 10px 5px 5px 0px;
	background: #FAFAF4 url(../images/bkgnd_cart_total.png) no-repeat 5px center;
	z-index: 1;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

#cartTotal,
#cartEmpty {
	height: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	text-shadow: 1px 1px 0px #F0F0F0;
	font-size: 1.2em;
	color: #666;
}

#cartEmpty {
	text-align:center;
}

#cartTotal {
	float: left;
	width: 105px;
	padding-left: 30px;
	font-size: 0.9em;
}

#toggleCart,
#checkoutButton {
	width: 70px;
	text-align:center;
}

#toggleCart {
	margin-right: 2px;
	float: right;
	color: #666;
	font-size: 1.2em;
	width: 75px;
	height: 32px;
	line-height: 32px;
	border: none;
	text-shadow: 1px 1px 0px #FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #FFF;
	background: #f5f5f5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#d9d9d9 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#d9d9d9 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#d9d9d9 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#d9d9d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d9d9d9',GradientType=0 );
	box-shadow:0px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.3);
}

#checkoutButton {
	float: right;	
}

#checkoutButton {
	color: #FFF;
	font-size:1.2em;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #b6f27b;
	border-right: 1px solid #b6f27b;
	border-bottom: 1px solid #88d83a;
	border-left: 1px solid #b6f27b;
	box-shadow:0px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.3);
	text-decoration: none;
	text-shadow: 1px 1px 0px #92e244;
	background: #9cec4e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljZWM0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OGQ4M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #9cec4e 0%, #88d83a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cec4e), color-stop(100%,#88d83a));
	background: -webkit-linear-gradient(top,  #9cec4e 0%,#88d83a 100%);
	background: -o-linear-gradient(top,  #9cec4e 0%,#88d83a 100%);
	background: -ms-linear-gradient(top,  #9cec4e 0%,#88d83a 100%);
	background: linear-gradient(to bottom,  #9cec4e 0%,#88d83a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cec4e', endColorstr='#88d83a',GradientType=0 );

}

#cartDefaultWrapper {
	margin-bottom: 20px;
	clear: both;
	width: 100%;
}

#cartWrapper {
	/*position: absolute;
	top: 120px;
	left: 30px;
	width: 710px;
	text-align: right;
	z-index: 10;*/
}

#cartWrapper a {
	color: #007BCE;
}

#cartWrapper a:visited {
	color: #A42B02;
}

#cartWrapper a:hover,
#cartWrapper a:focus,
#cartWrapper a:active {
	color: #2DABFF;
}

#cartEditWrapper,
#cartDetailsWrapper {
	padding: 0px;
	text-align: left;
}

#cartWrapper #cartEditWrapper {
	/*background: url(../images/bkgnd_cart_edit_bottom.png) no-repeat center bottom;*/
	padding-bottom: 10px;
}

#cartWrapper #cartEdit {
	/*background: url(../images/bkgnd_cart_edit.png) repeat-y center top;*/
	padding: 10px;
}

#cartDefaultWrapper #cartEdit {
	background: #FAFAF4;
	padding: 10px;
}

#cartTotals {
	margin: 0px;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #FFF;
}

#cartTotals td {
	border: none;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}

#cartTotals td span {
	font-size: 0.8em;
	font-weight: normal;	
}

#cartDetailsWrapper {
	margin-bottom: 20px;
}

#cartEditWrapper caption,
#cartDetailsWrapper caption {
	text-align: left;
}

#cartEdit {
	background: #FAFAF4;
	padding: 5px;
}

#cartEditList,
#cartDetailsList {
	background: #F5F5F5;
}

#cartEditList form:nth-child(even),
#cartDetailsList .cartItem:nth-child(even) {
	background: #F5F5F5;
}

#cartEditList form:nth-child(odd),
#cartDetailsList .cartItem:nth-child(odd) {
	background: #E5E5E5;
}

#cartEditList dl,
#cartDetailsList dl {
	margin: 0px;
	padding: 0px;	
}

#cartEditList dt,
#cartDetailsList dt {
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 20%;	
}

#cartEditList dd,
#cartDetailsList dd {
	margin: 0px 0px 0px 20%;
	padding: 0px;	
}

#cartEditList .productSummary,
#cartEditList .updateOptions,
#cartDetailsList .productSummary,
#cartDetailsList .updateOptions {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
	margin: 0px;
	padding: 20px 0px 5px;
}

#cartEditList .updateOptions,
#cartDetailsList .updateOptions {
	border-top: none;
	padding: 5px 0px;
}

.updateButton,
.removeButton {
	padding: 5px 0px;
}

#cartEditList .updateButton input,
#cartEditList .removeButton input {
	padding: 6px 5px 5px 5px;
}

#cartDetailsList .updateOptions .splitLeft {
	width: 20%;
	float: left;
	text-align:center;
}

#cartDetailsList .updateOptions .splitRight {
	width: 48%;
	float: right;
}

#cartEditList .updateOptions .fourColumn {
	text-align: center;
	float: left;
	width: auto;
	margin: 0% 1% 0% 0%;
	padding: 5px;
}

#cartEditList .updateOptions .quantity {
	padding-top: 8px;
}

#cartEditList .updateOptions .productSubTotal,
#cartDetailsList .updateOptions .productSubTotal {
	text-align: right;
	float:right;
}

#cartDetailsList .updateOptions .productSubTotal {
	padding-right: 5px;
}

#cartEditTable,
#cartDetailsTable {
	display: none;
}


#paymentInstructions {
	padding: 4px;
	border: 1px solid #FFD700;
	background: #FEFDE7;
	margin: 0px 0px 10px;
}

#checkoutNav .splitLeft {
	text-align:left;
	width: 48%;
	float: left;
}

#checkoutNav .splitRight {
	text-align:right;
	width: 48%;
	float: right;
}


#checkoutNav .formButton {
	margin-left: 0px;
}

/* ------------------------------------------------------------------- Footer */

#footWrapper {
	width: 100%;
	overflow: hidden;
	color: #FFFFFF;
	background: url(../images/bkgnd_footwrapper.gif) repeat-x center top;
	padding-top: 20px;
}

#footer {
	/*width: 920px;*/
	margin: 0px auto;
	padding: 0px;
	/*background: url(../images/bkgnd_content_bottom.png) no-repeat center top;*/
	color: #FFF;
	overflow: hidden;
}

#footer a,
#footer a:visited {
	color: #ADF;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	color: #CEECFF;
}


#footerBriefs {
	/*width: 920px;*/
	overflow: hidden;
	/*background: url(../images/bkgnd_footer_briefs.gif) repeat-y center top;*/
}

#footerBriefs h3 {
	text-align: center;
}

#footerBriefOne,
#footerBriefTwo,
#footerBriefThree {
	margin: 0px 0px 10px;
	padding: 5px;
	border-bottom: 1px solid #015C9A;
	overflow: hidden;
}


#footerBriefOne {
	/*width: 300px;
	float: left;
	margin-right: 10px;*/
}

#licenseNumbers {
	padding: 5px;
	/*width: 290px;*/
	overflow: hidden;
	border-top: 1px solid #014D7E;
	border-bottom: 1px solid #0384DA;
	background: #0381D3;
	border-left: 1px solid #014D7E;
	border-right: 1px solid #0384DA;
}

#licenseNumbers dt {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 70%;	
}

#licenseNumbers dd {
	margin: 0px 0px 5px 70%;
	padding: 0px;
	width: 30%;
}

#paymentMethods {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	text-align:center;	
}

#paymentMethods img {
	margin: 0px 3px 0px 6px;
	padding: 0px;	
}

#footerBriefThree {
	/*width: 300px;
	float: right;*/
}

.partnerLogos {
	text-align:center;
}

a.partnerLogo {
	background: #0381D3;
	display: inline-block;
	padding: 5px;
	height: 90px;
	width: 125px;
	margin: 0px 7px 14px 7px;
}

#footerBriefTwo {
	/*width: 280px;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;*/
}

#footerBriefTwo ul,
#footerBriefTwo li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footerBriefTwo ul {
	border-top: 1px solid #014D7E;
	border-bottom: 1px solid #0384DA;
}

#footerBriefTwo li a {
	display: block;
	border-bottom: 1px solid #014D7E;
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #0384DA;
	text-decoration: none;
}

#footerBriefTwo li a:hover,
#footerBriefTwo li a:focus,
#footerBriefTwo li a:active {
	background: #069AFD;
}

#serviceAreasList {
	padding-bottom: 20px;	
}

#serviceAreasList h3 {
	text-align: center;
	font-size: 1.2em;
}

#serviceAreasList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#serviceAreasList ul li {
	margin: 0px 5px 5px 0px;
	padding: 0px 5px 0px 0px;
	border-right: 1px solid #0379C7;
	list-style: none;
	display: inline-block;
}

#serviceAreasList ul li:last-child {
	border-right:none;
}

#serviceAreasList ul li a,
#serviceAreasList ul li a:visited {
	color: #0379C7;
}

#footerPrimary {
	/*float: right;
	width: 60%;*/
	text-align: center;
	font-size: 1em;
	margin-bottom: 5px;
}

#footerPrimary ul,
#footerPrimary li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

#footerPrimary li {
	display: inline-block;
	margin: 0px 10px 15px 0px;
}

#footerSecondary {
	margin: 0px 0px 5px;
	padding: 0px;
	/*float: left;
	width: 40%;*/
	font-size: 0.9em;
	text-align: center;
}

#socialLinks {
	padding-top: 20px;
}

/* ------------------------------------------------------------------- Contact */

/*#contactForm {
	float: left;
	width: 630px;
	height: 265px;
	margin: 0px 0px 10px;
}

.contact_form {
	width: 630px;
	height: 243px;
	position: relative;
	background: #FDFDFD;
	border: 1px solid #E0E0E0;
}

.contact_form .formBlock dt,
.contact_form .formBlock dd {
	margin: 0px;
	padding: 0px;	
}

.contact_form .formBlock {
	position: absolute;
	background: none;
	border-top: none;
	border-bottom: none;
}

.contact_form .formBlock .label {
	width: 130px;
	float: none;
	padding: 6px 5px 6px 20px;
	margin: 0px;
	text-align: left;
}

.contact_form .required .label {
	background-position: left center;
}

.contact_form .formBlock .input {
	width: 220px;
	float: none;
}

.contact_form .formBlock .description {
	float: none;
	width: 240px;
}

.contact_form .contact_name_block {
	height: 65px;
	width: 230px;
	left: 390px;
	top: 0px;
	padding: 5px;
}

.contact_form .contact_email_block {
	height: 65px;
	width: 230px;
	left: 390px;
	top: 75px;
	padding: 5px;
}

.contact_form .contact_message_block {
	height: 225px;
	width: 370px;
	left: 0px;
	top: 0px;
	padding: 5px;
}

.contact_form .contact_message_block .label {
	margin: 0px;
	width: 20%;
	float: left;
}

.contact_form .contact_message_block .input {
	width: 370px;
}

.contact_form .contact_message_block .description {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 70%;
	text-align: right;
	height: 27px;
	line-height: 27px;
}

.contact_form .contact_attachment_block {
	height: 60px;
	width: 230px;
	left: 390px;
	top: 140px;
	padding: 5px;
}

.contact_form .contact_send_block {
	height: 30px;
	width: 230px;
	left: 390px;
	top: 198px;
	padding: 5px;
}

.contact_form .inputTextField,
.contact_form .inputFileField,
.contact_form .inputTextArea {
	width: 218px;
	border: 1px solid #E3E2DB;
	padding: 5px;
}

.contact_form .inputTextArea {
	width: 358px;
	height: 190px;
}

.contact_form .formError {
	background: #FFEEEC;
}*/

#contactDetails {
	/*float: right;
	width: 240px;*/
	margin: 0px 0px 10px;
	padding: 0px 10px;
	overflow: hidden;
}

#contactDetails dt {
	padding: 0px;
	margin: 0px;
}

#contactDetails dd {
	margin: 0px 0px 5px;
	padding: 0px
}

/* ------------------------------------------------------------------- Blog */

#listBlogPosts {
	
}

.blogPostBlock {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	width: 100%;
	overflow: hidden;	
}

.blogPostTimestamp {
	margin: 0px 5px 5px 0px;
	padding: 6px 0px 0px;
	float: left;
	height: 65px;
	width: 55px;
	background: url(../images/bkgnd_date.png) no-repeat left top;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

.blogPostTimestamp span {
	display: block;		
}

.blogPostTimestamp .day {
	font-size: 2em;	
}

.blogPostTimestamp .month {
	font-size: 1.4em;
}

.blogPostTimestamp .year {
	font-size: 1.2em;	
}

.blogPostTitle {
	border-bottom: 1px solid #B2B2B2;
}

.blogPostContent {
	margin-left: 60px;	
}

/* ------------------------------------------------------------------- Home page */

#featuredProducts {
	
}

#featuredProducts .featuredProducts {
	margin: 0px auto 20px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	height: 380px;
	position: relative;
	background: #C62B07 url(../images/bkgnd_featured_product.png) no-repeat center top;
	color: #7B1702;
}

#featuredProducts a {
	color: #7B1702;
}

#featuredProducts ul,
#featuredProducts li {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#featuredProducts ul {
	padding:10px;
}

#featuredProducts .thumbnail {
	/*position: absolute;
	height: 170px;
	width: 170px;
	left: 15px;
	top: 15px;*/
	border: 1px solid #E0E0E0;
	background: #FFF;
	text-align:center;
	margin-bottom: 20px;
}

#featuredProducts .thumbnail img {
	height: 170px;
	width: 170px;
}

#featuredProducts .name {
	/*position: absolute;
	width: auto;
	left: 195px;
	top: 15px;*/
	font-size: 1.8em;
	text-shadow: 1px 1px 0px #F65E1C;
}

#featuredProducts .name a {
	display: block;
}

#featuredProducts .brief {
	display: block;
	/*position: absolute;
	width: 630px;
	left: 195px;
	top: 50px;*/
	font-size: 1.2em;
	height: 60px;
	overflow: hidden;
}

#featuredProducts .price {
	display: block;
	/*position: absolute;
	width: auto;
	right: 180px;
	bottom: 15px;*/
	font-size: 3em;
	text-shadow: 1px 1px 0px #F65E1C;
	float: left;
}

#featuredProducts li.order {
	padding-top: 5px;	
}

#featuredProducts .order a {
	display: block;
	float:right;
	width: 75px;
	padding:5px;
	font-size: 1.2em;
	color:#1C8AB9;
	text-decoration:none;
	text-align:center;
	text-shadow: 1px 1px 0px #7acef1;
	background: #4ebdec;
	border-top: 1px solid #4EBEED;
	border-right: 1px solid #7acef1;
	border-bottom: 1px solid #3aa9d8;
	border-left: 1px solid #7acef1;
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlYmRlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYWE5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4ebdec 0%, #3aa9d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ebdec), color-stop(100%,#3aa9d8));
	background: -webkit-linear-gradient(top,  #4ebdec 0%,#3aa9d8 100%);
	background: -o-linear-gradient(top,  #4ebdec 0%,#3aa9d8 100%);
	background: -ms-linear-gradient(top,  #4ebdec 0%,#3aa9d8 100%);
	background: linear-gradient(to bottom,  #4ebdec 0%,#3aa9d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ebdec', endColorstr='#3aa9d8',GradientType=0 );


	/*position: absolute;
	right: 15px;
	bottom: 15px;*/
}

#featuredProducts .order span {
	
}

.listSlideWrapper {
	position: relative;
	margin: 0px auto 0px;
	/*width: 870px;*/
	height: 405px;
}

.listSlider {
	position: relative;
	margin: 0px auto;
	/*width: 870px;*/
	height: 405px;
	overflow: auto;
}

.listSlideWrapper .prevButton,
.listSlideWrapper .nextButton {
	display: block;
	height: 60px;
	width: 30px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 2;
	top: 170px;
	background-repeat: no-repeat;
	background-position: top center;
}

.listSlideWrapper .prevButton span,
.listSlideWrapper .nextButton span {
	display: none;
}

.listSlideWrapper .prevButton {
	left: -20px;
	background-image:url(../images/prev_button.png);
}

.listSlideWrapper .nextButton {
	right: -20px;
	background-image:url(../images/next_button.png);	
}

.listSlideWrapper .prevButton:hover,
.listSlideWrapper .nextButton:hover {
	
}

#homeBriefs {
	/*width: 860px;*/
	overflow: hidden;
	margin: 0px auto 10px;
	padding: 10px 5px;
	text-align:center;
	/*background: url(../images/bkgnd_home_briefs.png) no-repeat center top;*/
	/*height: 180px;*/
}

#homeBriefOne,
#homeBriefTwo,
#homeBriefThree,
#homeBriefFour {
	padding: 0px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
	background: #eeeee9;
	border-top: 1px solid #f8f8f5;
	border-right: 1px solid #f0f0ec;
	border-bottom: 1px solid #F0F0EC;
	border-left: 1px solid #ecece7;
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eeeee9 0%, #e2e2dd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeee9), color-stop(100%,#e2e2dd));
	background: -webkit-linear-gradient(top,  #eeeee9 0%,#e2e2dd 100%);
	background: -o-linear-gradient(top,  #eeeee9 0%,#e2e2dd 100%);
	background: -ms-linear-gradient(top,  #eeeee9 0%,#e2e2dd 100%);
	background: linear-gradient(to bottom,  #eeeee9 0%,#e2e2dd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeee9', endColorstr='#e2e2dd',GradientType=0 );
}

#homeBriefs h3 {
	text-shadow: 1px 1px 0px #F0F0F0;
	font-size: 1.5em;
	margin: 0px;
	padding: 5px;
	/*height: 30px;
	line-height: 30px;*/
	border-bottom: 1px solid #D2D2D2;
	/*position: absolute;
	left: 5px;
	top: 0px;*/
	/*width: 205px;*/
}

#homeBriefs p {
	/*position: absolute;
	left: 5px;
	top: 35px;
	width: 200px;*/
	margin: 0px;
	padding: 5px;
	color: #46463C;
	border-top: 1px solid #FFF;
	text-align: left;
}

#homeBriefs p.moreLink {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 90px;
	border-top: none;
	float: right;
	margin:  0px 5px 5px 0px;
	/*position: absolute;
	left: 110px;
	top: 145px;*/
}

#homeBriefs p.moreLink a {	
	display: block;
	width: 90px;
	width: 75px;
	padding:5px;
	font-size: 1.2em;
	color:#1C8AB9;
	text-decoration:none;
	text-align:center;
	text-shadow: 1px 1px 0px #7acef1;
	background: #4ebdec;
	border-top: 1px solid #4EBEED;
	border-right: 1px solid #7acef1;
	border-bottom: 1px solid #3aa9d8;
	border-left: 1px solid #7acef1;
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlYmRlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYWE5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4ebdec 0%, #3aa9d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ebdec), color-stop(100%,#3aa9d8));
	background: -webkit-linear-gradient(top,  #4ebdec 0%,#3aa9d8 100%);
	background: -o-linear-gradient(top,  #4ebdec 0%,#3aa9d8 100%);
	background: -ms-linear-gradient(top,  #4ebdec 0%,#3aa9d8 100%);
	background: linear-gradient(to bottom,  #4ebdec 0%,#3aa9d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ebdec', endColorstr='#3aa9d8',GradientType=0 );

}

#homeBriefs p.moreLink a span {
	
}

/* ------------------------------------------------------------------- Product list */

#listProductCategories {
	margin: 0px 0px 10px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
	border-left: 1px solid #E0E0E0;
}

.productCategoryBlock {
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
	background: #F5F5F5;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}	

.productCategoryBlock .thumbnail {
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 4px;
	float: left;
	height: 80px;
	width: 80px;
	border: 1px solid #E0E0E0;
	background: #FFF;
}

.productCategoryBlock .title {
	margin: 0px 0px 5px;
	padding: 0px;
}

.productCategoryBlock .brief {
	
}

.productCategoryBlock .link {
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: block;
	width: 100%;
}

#productList {
	margin: 0px auto 10px;
	padding: 0px;
	/*width: 895px;*/
	overflow: hidden;
	/*border-left: 1px solid #E0E0E0;*/
}

.productBlock {
	margin: 0px auto 0px;
	padding: 0px;
	width: 100%;
	/*width: 177px;
	float: left;*/
	background: #F5F5F5;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
	border-left: 1px solid #FFF;
}

.productBlock ul,
.productBlock li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

.productBlock li {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px;
	text-align: center;
}

.productBlock .thumbnail {
	height: 177px;
	/*width: 177px;*/
	background: #FFF url(../images/loading.gif) no-repeat center center;
	padding: 0px;
}

.productBlock .name {
	height: 40px;
	text-align: center;
}

.productBlock .price {
	font-size: 1.8em;
	color: #666;
	line-height: 30px;
	height: 30px;
	text-shadow: 1px 1px 0px #FFF;
}

.productBlock .pickuponly {
	background-color: #E4F2FD;
}

.productBlock .cartOptions {
	overflow: hidden;
	height: 35px;
}

.productBlock .contact {
	height: 35px;
	line-height: 35px;
}

.productBlock label {
	display: none;	
}

.productBlock .inputTextField {
	width: 65px;
}

.productBlock button {
	margin: 0px;
	width: 85px;
}

/* ------------------------------------------------------------------- Product detail */

#productDetail {
	margin: 0px 0px 10px;
	width: 100%;
	overflow: hidden;	
}

#productDetails {
	/*float: left;
	width: 595px;*/	
}

#productDetail .productBlock {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	/*width: 595px;*/
	width:100%;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

#productDetail .productBlock li {
	text-align: left;
}

#productImages {
	margin: 0px;
	padding: 0px;
	/*float: right;
	width: 290px;*/
	overflow: hidden;	
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
	border-left: 1px solid #E0E0E0;
}

#productImages #featuredImage {
	margin: 0px;
	padding: 5px;
	height: 280px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
	background: #FDFDFD url(../images/loading.gif) no-repeat center center;
	text-align: center;
}

#productImages #additionalImages {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
	background: #FDFDFD;
	overflow: hidden;
	padding: 5px 0px 0px;
}

#productImages #additionalImages a {
	margin: 0px 0px 5px;
	padding: 0px;
	height: 48px;
	width: 58px;
	text-align: center;
	display: block;
	float: left;
}

#productFullDescription {
	width:100%;
	overflow: hidden;
	clear: both;	
}

/* ------------------------------------------------------------------- Search results */


#searchResultsContainer h3 {
	margin: 0px 0px 5px;
	padding: 0px;
}

dl.resultItemBlock {
	border-top: 1px solid #E0E0E0;
	padding: 0px;
	background: #F5F5F5;
	margin: 0px 0px 5px;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}

dl.resultItemBlock dt {
	margin: 0px;
	padding: 10px 5px 0px;
	border-top: 1px solid #FFF;
}

dl.resultItemBlock dd {
	margin: 0px;
	padding: 5px 5px 10px;
	border-bottom: 1px solid #E0E0E0;
}

/* ------------------------------------------------------------------- Support articles */

#listHelpArticles {
	margin: 0px 0px 10px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
	border-left: 1px solid #E0E0E0;
}

#listHelpArticles .helpArticle {
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
	background: #F5F5F5;
}

#listHelpArticles .title {
	margin: 0px 0px 5px;
	padding: 0px;
}

#listHelpArticles .link {
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: block;
	width: 100%;
}


/* ------------------------------------------------------------------- Modal boxes */

#modalOverlay {
	background-color: #000000;	
}

#modalContentBox {
	background-color: #FFFFFF;
	border: 10px solid #000000;
	padding: 10px;
	font-size: 1.2em;
}

#modalTitleBar {
	width: 100%;
	overflow: hidden;
	height:25px;
	background: #0064A5;
	margin-bottom: 5px;
}

#modalTitleBar h1 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
	width: 75%;
	float: left;
}

#modalCloseButton {
	height: 25px;
	width: 26px;
	float: right;
	text-align: right;
	background: #FFFFFF url(../images/icon_delete.png) no-repeat right center;
	display: block;
}

#modalCloseButton span {
	display:none;
}

/* ------------------------------------------------------------------- Slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	color: inherit;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	color: inherit;
	background-color: #FFF;
}

.lbLoading {
	background: #FFF url(../images/loading.gif) no-repeat center;
	color: inherit;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 50px;
	padding-left: 50px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: -50px;
}

#lbPrevLink:hover {
	background: transparent url(../images/prev_button.png) no-repeat 0 50%;
}

#lbNextLink {
	right: -50px;
}

#lbNextLink:hover {
	background: transparent url(../images/next_button.png) no-repeat 100% 50%;
}

#lbBottom {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	border-top: none;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
	background-color: inherit;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 50px;
	height: 30px;
	background: transparent url(../images/closelabel.png) no-repeat center bottom;
	margin: 5px 0;
	outline: none;
}

#lbCloseLink:hover,
#lbCloseLink:focus,
#lbCloseLink:active {
	background-position: center top;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* ------------------------------------------------------------------- Miscellaneous */

.fieldGroup .addField,
.fieldGroup .addFile {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
	margin-right: -20px;
}

.deleteInput {
	background: url(../images/icon_delete.png) no-repeat 5px center;
	padding: 0px 0px 0px 25px;
}

.topLink {
	text-align: right;	
}

.messageBlock {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #FFD700;
	background: #FEFDE7 url(../images/icon_information.png) no-repeat 4px 4px;
	padding: 4px 4px 4px 24px;
	margin-bottom: 5px;
	clear: both;
}

.messageFail {
	background: #FEE7EE url(../images/icon_error.png) no-repeat 4px 4px;
	border-color: #FF0006;
}

.messageNone {
	background: #E4F2FD url(../images/icon_notice.png) no-repeat 4px 4px;
	border-color: #93CAF7;
}

.messageNotice {
	background-color: #E4F2FD;
	border-color: #93CAF7;
}

.messageRequired {
	background: url(../images/icon_bullet_star.png) no-repeat left center;
	padding-left: 16px;
}

.messageSuccess {
	border-color: #8DED00;
	background: #F2FFDF url(../images/icon_tick.png) no-repeat 4px 4px;
}

.highLite {
	background: #FEFDE7;
	padding: 0px 2px;
}

.listingHover,
#listHelpArticles .listingHover {
	background-color: #FEFDE7;
}

label,
button,
.formButton,
.linkButton,
#lbOverlay,
.listingHover,
#contactTabs li.tab,
.prevButton,
.nextButton {
	cursor: pointer;
}
