

/* 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: #fff;
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#comfortZone {
	text-align: left;
	width: 19cm !important;
}


/* HYPERLINKS
   ---------------------------------------------------------------- */


a, a:link {
	color: #00f;
	text-decoration: underline;
}
a:visited {
	color: #009;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration:underline;
}
a:active {
	color: #f00;
	text-decoration:underline;
}


/* SEARCH_BAR
   ---------------------------------------------------------------- */


#searchBar {
	display: none;
}

/* NAVIGTION
   ---------------------------------------------------------------- */


#mainNav ,
#headerNav,
#contactBox {
	display: none;
}


/* BASKET
   ---------------------------------------------------------------- */


#basket {
	display: none;
}


/* CATALOGUE
   ---------------------------------------------------------------- */


#catalogue {
	display: none;
}

/* CONTENT
   ---------------------------------------------------------------- */

#content {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.wrap {
	width: 19cm;
}

#content p {
	text-align: justify;
}

#breadCrumbs {
	display: none;
}

#secondlevelnav-ul {
	display: none;
}

h1 {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	padding-bottom: 6px;
	background: url(../media/header-logo.gif) no-repeat;
	height: 82px;
}
h1 a {
	text-decoration: none;
}
h1 a img {
	border: 0;
}
h1 span {
	display: none;
}

h2 {
	margin-top: 1px;
	padding-top: 5px;
	color: #007;
	font: bold 17px/30px Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color: #009;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	color: #000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

p, li, th, td {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-weight: bold;
	white-space: nowrap;
}

th, td {
	padding: 3px;
}

table {
	border-collapse: collapse;
}

table a img {
	border: none;
}

.grandTotal {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}


/* FORMS
   ---------------------------------------------------------------- */

form {
	padding: 0;
	margin: 0;
}

form.inline {
	display: none;
}

form table {
	width: 300px;
}

#topElementContainer {
	height: 30px;
}

#rightContainer {
	float: right;
}

.printPreview {
	height: 30px;
}

input.bg_3, input#printPreviewButton {
	display: none;
}

textarea#customerNotes {
	
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

input, select, option, textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}

tr.horizontal_headings {
	border-bottom: 1px solid black;
}


/* 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 #ccc;	
	vertical-align: bottom !important;
}

table.quoteAcceptance td {
	border-bottom: 1px solid #ccc;	
}

.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 #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffe;
	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 #999;
	color: #999;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 5px;
	text-align: center;
	margin-top: 10px;
	display: none;
}

#footer-links {
	display:none;
}

#footer a,
#footer a:link {
	color: #999;
	text-decoration: underline;
}
#footer a:visited {
	color: #999;
	text-decoration: underline;
}
#footer a:hover,
#footer a:active {
	color: #000;
}

#footer #poweredByIsell {
	display: none;
}


/* MISC_CLASSES
   ---------------------------------------------------------------- */


.inline {
	display: inline;
}

.hide {
	display: none;
}

.catalogue-ordered-list {
	list-style: circle;
	color: #009;
}

.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 {
}
