@charset "UTF-8";
/* RESET STYLES */
/* The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.0;
	font-size: 62.5%; /* resets relative sizing so that 1em=10pt, 1.2em=12pt,... */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

/* Mozilla dotted-border fix */
:focus
{
	-moz-outline-style: none;
}

.hidden {
	text-indent: -9999px;
	position: absolute;
}

/*::::::::::::::::::::::::::::::::::::::::
				GENERIC
::::::::::::::::::::::::::::::::::::::::*/
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

table td {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

table.mainTable {
	width: 100%;
}

td.content {
	width: 80%;
	vertical-align: top;
	padding: 0px 20px 20px 10px;
}

table.smallcontent {
	width: 100%;
}

table.smallcontent td {
	padding: 2px;
	vertical-align: middle;
}

table.checkoutOptions td {
	padding: 2px;
	vertical-align: middle;
}

/*::::::::::::::::::::::::::::::::::::::::
				FORM
::::::::::::::::::::::::::::::::::::::::*/
table.formContent {
	width: 100%;
}

table.formContent td {
	vertical-align: middle;
	padding: 2px;
}

td.formInputTitle {
	vertical-align: top;
}

form#searchForm {
	margin-bottom: 20px;
}

/*::::::::::::::::::::::::::::::::::::::::
		ITEMS/PRODUCTS/CATEGORIES
::::::::::::::::::::::::::::::::::::::::*/
table.itemList {
	width: 100%;
}

table.itemList td {
	padding: 2px;
	vertical-align: top;
}

table.items {
	width: 100%;
}

table.items td {
	margin: 0;
	padding: 2px;
	vertical-align: top;
}

table.item {
	margin-bottom: 20px;
	width: 80%;
}

table.item td {
	margin: 0;
	padding: 2px;
	vertical-align: top;
}

table#productDisplay table.relatedItems table.item {
	width: 100%;
}

table.item td.itemThumb {
	width: 144px;
	padding-right: 10px;
}

td.itemInfo {
	text-align: left;
	vertical-align: top;
}

table.item td.itemInfo, table.item td.addToBasket {
	
}

td.itemDescription {
	text-align: left;
	vertical-align: middle;
}

table.itemHeaders, table.itemFooters {
	width: 100%;
}

table.itemList td.headMargin, table.itemList td.footMargin {
	line-height: 0px;
}

table.itemList td.headMargin {
	padding: 0px 0px 5px 0px;
}

table.itemList td.footMargin {
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #999999;
}

table.itemHeaders {
	margin-bottom: 10px;
}

table.itemFooters {
	margin-top: 10px;
}

td.itemHead, td.itemFoot {
	background-color: #cccccc;
	color: #414141;
	vertical-align: middle;
	font-weight: normal;
	font-size: 1em;
	white-space: nowrap;
}

td.itemHead {
	text-align: left;
}

td.itemFoot {
	text-align: right;
}

table.itemList td.listItem {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: dotted 1px #999999;
}

td.listItemOption {
	vertical-align: middle;
}

table.itemList td.itemSpacer {
	line-height: 0px;
	margin-bottom: 5px;
}

table.attributes {
	margin-top: 20px;
}

/*::::::::::::::::::::::::::::::::::::::::
				BUTTONS
::::::::::::::::::::::::::::::::::::::::*/
.addToBasket input, .login input, .save input, .continue input, .search input, .paginatePrevious input, .paginateNext input, .remove input, .update input {
	background: #cccccc;
	border: outset 1px #333333;
	color: black;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

.addToBasket input.addToBasket_qty {
	border: 1px inset #333333;
	cursor: text;
	background: #ffffff;
	color: black;
	padding: 2px;
}

td.addToBasket {
	text-align: left;
	vertical-align: middle;
}

td.login {
	text-align: right;
	vertical-align: middle;
}

td.save {
	text-align: right;
	vertical-align: middle;
}

td.continue {
	text-align: right;
	vertical-align: middle;
}

td.search {
	text-align: right;
	vertical-align: middle;
}

td.remove {
	text-align: right;
	vertical-align: middle;
}

td.update {
	text-align: right;
	vertical-align: middle;
}

table.submitForm {
	width: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::
			GLOBAL LINKS
::::::::::::::::::::::::::::::::::::::::*/
a {
	color: #34789b;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}



/*::::::::::::::::::::::::::::::::::::::::
				SIDE NAV
::::::::::::::::::::::::::::::::::::::::*/

td.sidebar {
	vertical-align: top;
	background-color: #eeeeee;
}

td.sidebar table.sideNav td {
	padding: 10px;
	white-space: nowrap;
	vertical-align: top;
}

/*::::::::::::::::::::::::::::::::::::::::
		HORIZONTAL NAV
::::::::::::::::::::::::::::::::::::::::*/
table#navBar {
	width: 900px;
	margin-bottom: 40px;
	margin-left: -10px;
}

table#navBar td {
	padding: 10px 4px 10px 4px;
}

table#navBar td#navMain {
	text-align: left;
	padding-left: 10px;
}

table#navBar td#navCheckout {
	text-align: right;
	padding-right: 10px;
}

table#navBar span {
	
}

	/*::::::::::::::::::::::::::::::::::::::::
					NAV LINKS
	::::::::::::::::::::::::::::::::::::::::*/
	table#navBar a {
		color: #666666;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1em;
		text-decoration: none;
		font-weight: normal;
		border-bottom: solid 5px #ffffff;
	}
	
	table#navBar a:link {
	}
	
	table#navBar a:visited {
		text-decoration: none;
	}
	
	table#navBar a:hover {
		color: #414141;
		border-bottom: solid 5px #646464;
	}
	
	table#navBar a:active {
	}
	
	table#navBar td#navMain a {
		margin-right: 5px;
	}
	
/*::::::::::::::::::::::::::::::::::::::::
			PAGINATION
::::::::::::::::::::::::::::::::::::::::*/
table.paginate {
	width: 60%;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

table.paginate td {
	padding: 5px;
}

table.paginate td.paginatePrevious {
	text-align: left;
}

table.paginate td.paginateNext {
	text-align: right;
}

/*::::::::::::::::::::::::::::::::::::::::
				PROD
::::::::::::::::::::::::::::::::::::::::*/
table#prod {
	width: 100%;
}

table#productDisplay td.mainColumn {
	width: 50%;
	padding-right: 20px;
	/*border-right: dotted 1px #cccccc;*/
}

table#productDisplay td.relatedColumn, table#productDisplay td.infoColumn {
	padding-bottom: 20px;
}



/*::::::::::::::::::::::::::::::::::::::::
			RELATED PRODUCTS
::::::::::::::::::::::::::::::::::::::::*/
table.relatedItems td {
	padding: 2px;
}

table#productDisplay table.relatedItems {
	margin-top: 20px;
	background: #efefef;
}

table#productDisplay table.relatedItems td {
	padding: 5px;
}

table#productDisplay td.relatedColumn table.relatedItems td {
	padding-left: 20px;
}

table#productDisplay td.relatedColumn table.relatedItems td table.item {
	margin-left: -20px;
}

table#productDisplay td.relatedColumn {
	padding-top: 10px;
	border-top: dotted 1px #999999;
}

table#productDisplay td.relatedColumn table.relatedItems td.relatedTitle {
	padding-top: 20px;
}

/*::::::::::::::::::::::::::::::::::::::::
				PLST
::::::::::::::::::::::::::::::::::::::::*/
table#plst {
	width: 100%;
}

table#plst table#productList td table.item td.addToBasket {
	vertical-align: top;
}

table#productList {
	width: 80%;
}

/*::::::::::::::::::::::::::::::::::::::::
				CTGY
::::::::::::::::::::::::::::::::::::::::*/
table#ctgy {
	width: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::
				BASK
::::::::::::::::::::::::::::::::::::::::*/

table#bask {
	width: 100%;
}

td#itemHead_remove {
	white-space: nowrap;
}

td#itemHead_code {
	white-space: nowrap;
}

td#itemHead_product {
	width: 100%;
}

td#itemHead_quantity {
	white-space: nowrap;
}

td#itemHead_update {
	white-space: nowrap;
}

td#itemHead_unitPrice {
	white-space: nowrap;
	text-align: right;
}

td#itemHead_subtotalPrice {
	white-space: nowrap;
	text-align: right;
}

td#itemFoot_totalPrice {
	white-space: nowrap;
	color: black;
}

table.itemFooters td#itemFoot_totalPrice {
	width: 1%;
}

td.listItem_remove {
	white-space: nowrap;
	text-align: left;
}

td.listItem_code {
	white-space: nowrap;
	text-align: left;
}

td.listItem_product {
	width: 100%;
	text-align: left;
}

td.listItem_quantity {
	white-space: nowrap;
	text-align: left;
}

td.listItem_unitPrice {
	white-space: nowrap;
	text-align: right;
}

td.listItem_subtotalPrice {
	white-space: nowrap;
	text-align: right;
}

td.listItemOption_remove {
	text-align: left;
}

td.listItemOption_code {
	text-align: left;
}

td.listItemOption_product {
	text-align: left;
}

td.listItemOption_quantity {
	text-align: left;
}

td.listItemOption_unitPrice {
	white-space: nowrap;
	text-align: right;
}

td.listItemOption_subtotalPrice {
	white-space: nowrap;
	text-align: right;
}

td.listItemCharge_type {
	white-space: nowrap;
	text-align: right;
}

td.listItemCharge_amount {
	white-space: nowrap;
	text-align: right;
}


td.listItemOption_productAttribute {
	text-align: left;
	text-indent: 10px;
}

td.listItemOption_productAttribute, td.listItemOption_unitPriceAttribute, td.listItemOption_subtotalPriceAttribute {
	color: #414141;
}

td.listItemOption_unitPriceAttribute, td.listItemOption_subtotalPriceAttribute {
	text-align: right;
}

/*::::::::::::::::::::::::::::::::::::::::
				BSKE
::::::::::::::::::::::::::::::::::::::::*/
table#bske {
	width: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::
				LOGN
::::::::::::::::::::::::::::::::::::::::*/
table#logn {
	width: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::
				ORDL
::::::::::::::::::::::::::::::::::::::::*/
table#ordl {
	width: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::
				ACAD
::::::::::::::::::::::::::::::::::::::::*/
table#acad {
	width: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::
				ACED
::::::::::::::::::::::::::::::::::::::::*/
table#aced {
	width: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::
				OCST
::::::::::::::::::::::::::::::::::::::::*/
table#ocst {
	width: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::
				OSEL
::::::::::::::::::::::::::::::::::::::::*/
table#osel {
	width: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::
				OPAY
::::::::::::::::::::::::::::::::::::::::*/
table#opay {
	width: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::
				OPAY
::::::::::::::::::::::::::::::::::::::::*/
table#invc {
	width: 100%;
}

table#orderInfoList {
	width: 100%;
}

table#orderInfoList td#orderInfoList_order {
	text-align: left;
}

table#orderInfoList td#orderInfoList_date {
	text-align: right;
}

table#orderInfoList td#orderInfoList_time {
	text-align: left;
}

/*::::::::::::::::::::::::::::::::::::::::
				SFNT
::::::::::::::::::::::::::::::::::::::::*/
table#sfnt {
	width: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::
				SRCH
::::::::::::::::::::::::::::::::::::::::*/
table#srch {
	width: 100%;
}

table.searching td {
	padding: 2px;
}

table.searchResult {
	border-top: dotted 1px #999999;
}

table.searchResult.item {
	margin-bottom: 0px;
}

table.items td.searchResultFooter, table.items td.searchResultHeader {
	line-height: 0px;
	padding-top: 5px;
}

table.items td.searchResultFooter {
	padding-bottom: 0px;
}

table#searchResults td.itemTitle {
	height: 1em;
}

table#searchResults {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 40px;
}

/*::::::::::::::::::::::::::::::::::::::::
				PATR
::::::::::::::::::::::::::::::::::::::::*/
table#patr {
	width: 100%;
}

table.attributes td {
	padding: 2px;
}
/*::::::::::::::::::::::::::::::::::::::::
			ACCOUNT/CHECKOUT
::::::::::::::::::::::::::::::::::::::::*/
div#checkoutProcess {
	margin-bottom: 20px;
	text-align: center;
}

table.account td {
	padding: 2px;
}

td.accountOptions {
	padding: 2px;
}

	/*::::::::::::::::::::::::::::::::::::::::
					LOGIN
	::::::::::::::::::::::::::::::::::::::::*/
	td#createNewAccount {
		text-align: left;
	}
	
	td#orderWithoutAccount {
		text-align: right;
	}
	
	form#loginForm {
		text-align: left;
	}
	
	/*::::::::::::::::::::::::::::::::::::::::
					NEW ACCOUNT
	::::::::::::::::::::::::::::::::::::::::*/
	table#customerInfo {
		width: 100%;
	}
	
	table#customerInfo td {
		padding: 2px;
	}
	
	
	
	table#accountShipTo td {
		padding: 2px;
	}
	
	table#accountBillTo td {
		padding: 2px;
	}

/*::::::::::::::::::::::::::::::::::::::::
			TYPEOGRAPHY
::::::::::::::::::::::::::::::::::::::::*/

	/*::::::::::::::::::::::::::::::::::::::::
				RESET BASIC STYLES
	::::::::::::::::::::::::::::::::::::::::*/
	p,h1,h2,h3,h4,h5,h6,strong,em,ul,li,blockquote,img {
		margin: 0;
		padding: 0;
		text-decoration: none;
	}
	
	ul {
		list-style-type: none;
	}
	
	a img {
		border: 0;
	}
	
	/*::::::::::::::::::::::::::::::::::::::::
			STYLE TYPEOGRAPHIC ELEMENTS
	::::::::::::::::::::::::::::::::::::::::*/
	.invalid {
		color: #ff0000;
	}
	
	.warning {
		color: #ff0000;
	}
	
	blockquote {
	}
	
	strong {
		font-weight: bold;
	}
	
	em {
		font-style: italic;
	}
	
	h1,h2,h3 {
		color: #414141;
		font-weight: bold;
	}
	
	p {
		font-size: 1em;
	}
	
	h1 {
		font-size: 3em;
	}
	
	h1.pageTitle {
		margin-bottom: 20px;
	}
	
	h2 {
		font-size: 1.5em;
	}
	
	h2.itemTitle {
		margin-bottom: 5px;
	}
	
	td.mainColumn img {
		margin-bottom: 10px;
	}
	
	h3 {
		font-size: 1.2em;
	}
	
	h3.itemCode {
		font-weight: normal;
		margin-top: -5px;
		margin-bottom: 10px;
	}
	
	table#productDisplay td.relatedColumn table.relatedItems h3 {
		color: black;
		font-size: 1em;
	}
	
	table#productDisplay td.itemInfo {
		font-size: 1.1em;
	}
	
	h3.itemInfo {
		font-size: 1.1em;
		font-weight: normal;
	}
	
	table#productDisplay td.infoColumn td.itemInfo {
		color: #414141;
	}
	
	
	
/* ALSETT CLEARING METHOD */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;} 