

/* CSS SECTIONS
   ================================================================

   - FOUNDATIONS
   - HYPERLINKS
   - SEARCH_BAR
   - NAVIGATION
   - BASKET
   - CONTENT
   - FORMS
   - SECTION_NAV
   - PRODUCT_DETAILS
   - PRODUCT_LIST
   - QUOTE_LIST
   - ORDER_LIST
   - CHECKOUT
   - QUOTE_DETAILS
   - ORDER_DETAILS
   - BASKET
   - MESSAGES
   - FOOTER
   - MISC_CLASSES

   ================================================================ */


/* FOUNDATIONS
   ---------------------------------------------------------------- */


html {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#comfortZone {
	text-align: left;
	width: 19cm !important;
}


/* HYPERLINKS
   ---------------------------------------------------------------- */


a, a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}
a:active {
	color: #FF0000;
	text-decoration:underline;
}


/* SEARCH_BAR
   ---------------------------------------------------------------- */


#searchBar {
	display: none;
}

/* NAVIGTION
   ---------------------------------------------------------------- */


#mainNav {
	display: none;
}


/* BASKET
   ---------------------------------------------------------------- */


#basket {
	display: none;
}


/* CATALOGUE
   ---------------------------------------------------------------- */


#catalogue {
	display: none;
}

/* CONTENT
   ---------------------------------------------------------------- */

#content {
	width: 19cm;
	margin: 0 auto !important;
}

#breadCrumbs {
	display: none;
}


h1 {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	padding-bottom: 6px;
}
h1 a {
	text-decoration: none;
}
h1 a img {
	border: 0;
}

h2 {
	margin-top: 1px;
	padding-top: 5px;
	color: #696969;
	font: bold 17px/30px Tahoma;
}

h3 {
	color: #696969;
	font: bold 13px Tahoma;
}

h4 {
	color: #696969;
	font: bold 12px Tahoma;
}

p, li, th, td {
	font: 12px/18px Tahoma;
}

th {
	font-weight: bold;
	white-space: nowrap;
}

th, td {
	padding: 3px;
	vertical-align:top;
}

table {
	border-collapse: collapse;
}

#header-images {
	display: none;
}

#secondlevelnav-ul {
	display: none;
}

.main_content_layout tr.horizontal_headings {
	font-weight:normal;
	margin:0;
	padding:0;
}
.main_content_layout tr.horizontal_headings th {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#696969;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:5px;
	padding:0 8px;
}
.main_content_layout tr.print_no_borders th {
	border:none !important;
}
.main_content_layout tr.print_top_border th {
	border-top:1px solid #000000 !important;
	border-bottom:none !important;
}
.main_content_layout tr.print_bottom_border th {
	border-top:none !important;
	border-bottom:1px solid #000000 !important;
}

.main_content_layout tr.grandTotal td, .main_content_layout tr.grandTotal th {
	border-bottom:1px solid #000000 !important;
	border-top:1px solid #000000 !important;
}
.main_content_layout .pyjama_line {
	background:#F6F6FF none repeat scroll 0 0;
}
.main_content_layout tr.pyjama_last_line td,
.main_content_layout tr.pyjama_last_line th {
	border-bottom: #F0F0FF 1px solid !important;
}

/* FORMS
   ---------------------------------------------------------------- */

form {
	padding: 0;
	margin: 0;
}

form.inline {
	display: none;
}

form table {
	width: 300px;
}

input.submitButton, input.submit, button,
input.checkbox {
	display: none;
}
div.printPreview {
	display: none;
}

textarea#customerNotes {
	
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

input, select, option, textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}


/* SECTION_NAV
   ---------------------------------------------------------------- */

#section-nav {
	display: none;
}


/* PRODUCT_DETAILS
   ---------------------------------------------------------------- */

.details-info {
	
}

.product-detail-image {
	float: right;
}
.product-detail-image div {
	text-align: center;
}	

#product-info {
	
}


/* PRODUCT_LIST
   ---------------------------------------------------------------- */


.product-list {
	width: 100%;
}

.product-list th {
	white-space: nowrap;
}

.maximise-width {
	width: 100% !important;
}

.product-list .add {
	white-space: nowrap;
}

.product-list .add input.submit {
	padding: 2px;
}


/* QUOTE_LIST
   ---------------------------------------------------------------- */

table.quotes-list th,
table.quotes-list td.date,
table.quotes-list td.status,
table.quotes-list td.id {
	
}

table.quoteAcceptance {
	width: 400px;
}

table.quoteAcceptance th {
	width: 125px;
	border-bottom: 1px solid #E8E8E8;	
	vertical-align: bottom !important;
}

table.quoteAcceptance td {
	border-bottom: 1px solid #E8E8E8;	
}

.itemCheck {
	display: none;
}

.options {
	display: none;
}


/* ORDER_LIST
   ---------------------------------------------------------------- */


table.orders-list th,
table.orders-list td.date {
	white-space: nowrap;
}


/* CHECKOUT
   ---------------------------------------------------------------- */
   
ol#checkout-process {
	padding-left: 0px;
	margin-left: 0px;
}
ol#checkout-process li {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	list-style-position: inside;
	padding-left: 20px;
	margin-left: 0px;
}

#requisitionDetails {
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	background: #FFFFFF;
	padding-left: 10px;
	margin-right: 100px;
}


/* QUOTE_DETAILS
   ---------------------------------------------------------------- */

.quoteIndent0 {
	padding-left:0.3em;
}

.quoteIndent1 {
	padding-left:1.3em;
}

.quoteIndent2 {
	padding-left:2.3em;
}


/* ORDER_DETAILS
   ---------------------------------------------------------------- */

.order-items-list th,
.order-items-list td.date {
	white-space: nowrap;
}


/* BASKET
   ---------------------------------------------------------------- */


.basket-delete {
	width: 16px;
	height: 16px;
	background: url(../../../_core/media/icons/basket_delete.gif) no-repeat;
	display: block;
}
.basket-delete span {
	display: none;
}

.favourite-delete {
	width: 16px;
	height: 16px;
	background: url(../../../_core/media/icons/heart_delete.gif) no-repeat;
	display: block;
}
.favourite-delete span {
	display: none;
}

.basket-edit {
	height: 16px;
	background: url(../../../_core/media/icons/basket_edit.gif) no-repeat;
	display: block;
	padding-left: 17px;
}

td.basket-item-type-product {
	padding-left: 18px;
	background: url(../../../_core/media/icons/basket-product-folder_database.gif) no-repeat center left;
}
td.basket-item-type-special {
	padding-left: 18px;
	background: url(../../../_core/media/icons/basket-special-folder_star.gif) no-repeat center left;
}
td.basket-item-type-quote {
	padding-left: 18px;
	background: url(../../../_core/media/icons/basket-quote-folder_table.gif) no-repeat center left;
}
td.basket-item-type-favourite {
	padding-left: 18px;
	background: url(../../../_core/media/icons/basket-favourite-folder_heart.gif) no-repeat center left;
}
.subtotal {
	text-align: right;
}


/* MESSAGES
   ---------------------------------------------------------------- */


.message {
	display: none;
}

#message_error {
	display: none;
}

#message_success {
	display: none;
}

#message_warning {
	display: none;
}


/* FOOTER
   ---------------------------------------------------------------- */


#footer {
	border-top: 1px solid #888888;
	color: #888888;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 5px;
	text-align: center;
	margin-top: 10px;
	display: none;
}

#footer a,
#footer a:link {
	color: #888888;
	text-decoration: underline;
}
#footer a:visited {
	color: #888888;
	text-decoration: underline;
}
#footer a:hover,
#footer a:active {
	color: #000000;
}

#footer #poweredByIsell {
	display: none;
}


/* MISC_CLASSES
   ---------------------------------------------------------------- */


.inline {
	display: inline;
}

.hide {
	display: none;
}

.catalogue-ordered-list {
	list-style: circle;
	color: #000099;
}

.nobold {
	font-weight: normal !important;
}

.priceField {
	text-align: right;
}

.back-link {
	display: none;
}

.address_delete_th, .address_edit_th {
	display: none;
}

.address_delete {
	width: 16px;
	height: 16px;
	display: block;
}
.address_delete span {
	display: none;
}

.address_update {
	width: 16px;
	height: 16px;
	display: block;
}
.address_update span {
	display: none;
}


td.quantity {
	text-align: center;
}

.help {
	cursor: help;
}

.rightHelpIcon {
	padding-right: 19px;
}

.contentBlock {
	margin-left: 0px;
	margin-right: 0px;
}

.exTotal td.priceField {
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}
#requisitionApproval {
	display: none;
}

#addNewNote {
	display: none;
}
.shortNote {
	display: none;
}
table.job-notes .longNote {
	display: visible !important;
}

#logoTable {
	width: 21cm;
}

#altLogoDiv {
	float: right;
}

#altLogoDiv #customerLogo {
	height: 50px !important;
}

.doNotPrint {
	display: none;
}

.wrap {
	width: 19cm;
}