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

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

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

html {
	background: #01436f;
}

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

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;
}

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 {
	width: 970px;
	margin: 0px auto 10px;
	font-size: 1.2em;
	padding: 0px;
}

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

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

.columnContainer {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

.splitLeft {
	float: left;
	width: 49%;
	overflow: hidden;
}

.splitRight {
	float: right;
	width: 49%;
	overflow: hidden;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0% 1.5% 0% 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0% 1% 0% 0%;
}

.fiveColumn {
	float: left;
	width: 19%;
	margin: 0% 1% 0% 0%;
}

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

.imageLeft {
	margin: 0px 10px 10px 0px;
	padding: 5px;
	float: left;
	background-color: #FFF;
	color: inherit;
	width: auto;
	display: block;
}

.imageRight {
	margin: 0px 0px 10px 10px;
	padding: 5px;
	float: right;
	background-color: #FFF;
	color: inherit;
	width: auto;
	display: block;
}

.imageCenter {
	padding: 5px;
	background-color: #FFF;
	color: inherit;
	margin: 0px auto 10px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
	width: auto;
}

.inlineImage {
	margin: 0px 0px 10px;
	padding: 5px;
	background-color: #FFF;
	color: inherit;
}


/* ------------------------------------------------------------------- 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 {
	width: 22%;
	float: left;
	text-align: right;
	padding: 4px 1% 3px;
	margin: 0px 1% 5px 0px;
	background: #F4F4F4;
	font-weight: normal;
	color: #333;
}

.detailList dd {
	width: 73%;
	float: left;
	margin: 0px 0px 5px;
	padding: 4px 1% 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 20px 6px 5px;
	margin: 0px 5px 0px 0px;
	text-align: right;
	font-weight: bold;
}

.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 5px 5px 165px;
}

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

.textareaBlock {

}

.textareaBlock .label {
	text-align: left;
	padding: 6px 25px 6px 0px;
}

.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 {

}

.fieldGroup {

}

.fieldGroup .input {
	
}

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

.required .label {
	background: url(../images/icon_bullet_star.png) no-repeat 140px 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: 288px;
	border: 1px solid #E3E2DB;
	padding: 5px;
}

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

.inputTextArea {
	height: 20em;
	width: 608px;
}

.inputTextField {
	
}

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

/* ------------------------------------------------------------------- Pagination */


.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 auto;
	padding: 0px;
}

#logo {
	margin: 0px auto;
	padding: 0px;
	height: 90px;
	width: 385px;
	display: block;
	background: url(../images/logo.png) no-repeat center top;
	position: absolute;
	top: 0px;
	left: 25px;
}

#logo a {
	height: 90px;
	width: 385px;
	display: block;
}

#headerPhone {
	background: url(../images/phone_number.png) no-repeat center center;
	position: absolute;
	height: 30px;
	width: 200px;
	top: 30px;
	right: 25px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#logo span,
#tagLine span,
#headerPhone span {
	display: none;	
}

#tagLine {
	margin: 0px;
	padding: 0px;
}

#primaryNav {
	width: 720px;
	position: absolute;
	top: 90px;
	left: 25px;
	padding: 0px;
	height: 30px;
}

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

#primaryNav ul {
	border-left: 1px solid #09F;
}


#primaryNav li {
	float: left;
	margin: 0px;
	height: 30px;
	padding: 0px;
	margin: 0px;
}

#primaryNav li a,
#primaryNav li a:visited {
	float: left;
	height: 30px;
	display: block;
	text-decoration: none;
	line-height: 30px;
	text-shadow: 1px 1px 0px #F0F0F0;
	color: #007BCE;
	border-right: 1px solid #F0F0F0;
	padding-right: 6px;
	border-left: 1px solid #E5E5E5;
	padding-left: 6px;
}

#primaryNav li a:hover,
#primaryNav li a:focus,
#primaryNav li a:active,
#primaryNav li.activePageLink a {
	text-decoration: none;
	color: #FFF;
	background: #0064a5;
	text-shadow: none;
	border-left: 1px solid #004B7D;
	border-right: 1px solid #0064a5;
}

#primaryNav li a span {
	
}

#primaryNav li.menu_external_138 {
	display: none;	
}

#quickSearch {
	padding: 0px;
	margin: 0px;
	height: 30px;
	position: absolute;
	top: 90px;
	right: 25px;
	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;
	width: 160px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

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

#pageHeading {
	padding: 0px;
	margin: 0px;
	height: 30px;
	position: absolute;
	left: 25px;
	top: 145px;
	width: 715px;
	font-size: 1.5em;
	color: #FFF;
}

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

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

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

#radioAd {
	height: 20px;
	width: 200px;
	position: absolute;
	top: 60px;
	right: 25px;
}

/* ------------------------------------------------------------------- Primary content */

#contentWrapper {
	background: #fafaf4 url(../images/bkgnd_content_wrapper.png) repeat-x center top;
}

#content {
	background: url(../images/bkgnd_content.png) repeat-y left top;
	width: 900px;
	padding: 15px 15px 10px;
	margin: 0px auto;
	overflow: hidden;
}

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

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

#footer {
	width: 920px;
	margin: 0px auto;
	padding: 20px 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;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	background: url(../images/bkgnd_footer_briefs.gif) repeat-y center top;
}

#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;	
}

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

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

a.partnerLogo {
	background: #0381D3;
	display: block;
	padding: 5px;
	float: left;
	height: 90px;
	width: 125px;
	margin: 0px 8px 15px 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: 5px;
	border-top: 1px solid #0384DA;
	text-decoration: none;
}

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

#footerPrimary {
	float: right;
	width: 60%;
	text-align: right;
	font-size: 0.9em;
}

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

#footerPrimary li {
	display: inline;
	margin: 0px 5px 0px 0px;
}

#footerSecondary {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 40%;
	font-size: 0.9em;
}


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

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

#homeBriefOne,
#homeBriefTwo,
#homeBriefThree,
#homeBriefFour {
	padding: 5px;
	width: 205px;
	float: left;
	position: relative;
	height: 180px;
}

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

#homeBriefs p {
	position: absolute;
	left: 5px;
	top: 35px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	color: #46463C;
}

#homeBriefs p.moreLink {
	margin: 0px;
	padding: 0px;
	height: 30px;
	position: absolute;
	left: 110px;
	width: 90px;
	top: 145px;
}

#homeBriefs p.moreLink a {	
	display: block;
	height: 30px;
	width: 90px;
}

#homeBriefs p.moreLink a span {
	display: none;
}


/* ------------------------------------------------------------------- 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;
}

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

#contactForm {
	float: left;
	width: 630px;
	height: 240px;
	margin: 0px 0px 10px;
}

.contact_form {
	width: 630px;
	height: 240px;
	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
}

/* ------------------------------------------------------------------- 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%;
}


/* ------------------------------------------------------------------- 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: 888px;
	overflow: hidden;
}	

.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 0px 1px;
	padding: 0px;
	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: left;
}

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

.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;
	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;
	width: 280px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
	background: #FDFDFD url(../images/loading.gif) no-repeat center center;
}

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

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

/* ------------------------------------------------------------------- Featured products */

#featuredProducts {
	
}

#featuredProducts .featuredProducts {
	margin: 0px auto 20px;
	padding: 0px;
	width: 870px;
	overflow: hidden;
	height: 200px;
	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 .thumbnail {
	position: absolute;
	height: 170px;
	width: 170px;
	left: 15px;
	top: 15px;
	border: 1px solid #E0E0E0;
	background: #FFF;
}

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

#featuredProducts .name {
	position: absolute;
	width: auto;
	left: 195px;
	top: 15px;
	font-size: 2em;
	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: 80px;
	overflow: hidden;
}

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

#featuredProducts .order a {
	display: block;
	position: absolute;
	height: 45px;
	width: 145px;
	right: 15px;
	bottom: 15px;
}

#featuredProducts .order span {
	display: none;
}

.listSlideWrapper {
	position: relative;
	margin: 0px auto 20px;
	width: 870px;
	height: 200px;
}

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

.listSlideWrapper .prevButton,
.listSlideWrapper .nextButton {
	display: block;
	height: 60px;
	width: 30px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 2;
	top: 70px;
	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 {
	
}

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

#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 10px 0px;
}

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

#cartEdit table {
	margin: 0px;
	border-bottom: 1px solid #E0E0E0;
	background: #F5F5F5;
	border-right: 1px solid #E0E0E0;
}

#cartEdit td {
	border-top: 1px solid #FFF;
	border-left: 1px solid #E0E0E0;
}

#cartEdit input {
	padding: 0px;	
}

#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;
}

#cartEmpty,
#cartTotal {
	position: absolute;
	width: 160px;
	height: 59px;
	top: 128px;
	right: 23px;
	padding: 7px 37px 0px 7px;
	margin: 0px;	
	z-index: 2;	
	text-shadow: 1px 1px 0px #F0F0F0;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	text-align: center;
	background: url(../images/bkgnd_cart_total.png) no-repeat center top;
}

#cartEmpty {
	padding: 0px 37px 0px 7px;
	background: url(../images/bkgnd_cart_empty.png) no-repeat center top;
	height: 34px;
	top: 143px;
	line-height: 34px;
}

#toggleCart,
a#checkoutButton,
a#checkoutButton:visited {
	position: absolute;
	z-index: 3;
	height: 30px;
	width: 95px;
	top: 160px;
	right: 29px;
	border: none;
	display: block;
	line-height: 30px;
	text-align: center;
	text-shadow: 1px 1px 0px #1cc405;
}

#toggleCart {
	right: 126px;
	width: 95px;
	text-shadow: 1px 1px 0px #F0F0F0;
	border-style: none;
	font-weight: bold;
}

.cartOpen {
	background: transparent url(../images/button_cart_open.png) no-repeat center top;
}

.cartClose {
	background: transparent url(../images/button_cart_close.png) no-repeat center top;
}

#toggleCart span,
#checkoutButton span {
	display: none;
}

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


/* ------------------------------------------------------------------- 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;	
}




/* ------------------------------------------------------------------- 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: 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,
#lbOverlay,
.listingHover {
	cursor: pointer;
}

