/* 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;
}

/* 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 {
	display: none;
}

/* BASKET
   ---------------------------------------------------------------- */
#basket {
	display: none;
}

/* CATALOGUE
   ---------------------------------------------------------------- */
#catalogue {
	display: none;
}

/* CONTENT
   ---------------------------------------------------------------- */
#content {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#breadCrumbs {
	display: none;
}

.doNotPrint {
	display: none;
}

h1 {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	padding-bottom: 6px;
	border-bottom: 10px solid #000077;
	background: url(../media/header-logo.gif) no-repeat;
	height: 80px;
}

h1 a {
	text-decoration: none;
}

h1 a img {
	border: 0;
}

h1 span {
	color: #0835AA !important;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	left: 350px;
	line-height: 12px;
	position: relative;
	top: 8px;
}

h2 {
	margin-top: 1px;
	border-bottom: 10px solid #000099;
	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;
}

#secondlevelnav-ul {
	display: none;
}

/* FORMS
   ---------------------------------------------------------------- */
form {
	padding: 0;
	margin: 0;
}

form.inline {
	display: none;
}

form table {
	width: 300px;
}

input#printPreviewButton {
	display: none;
}

#rightContainer {
	text-align: right;
	width: 100%;
}

#rightContainer input.bg_3 {
	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: 565px;
}

.product-list th {
	white-space: nowrap;
}

.product-list td {
	font-size: 11px !important; /* to fit more info in narrow tables */
	max-width: 210px !important;
	overflow: hidden;
}

.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;
	background: #f6f6ff;
}

/* 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 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 {
	margin-left: 20px;
	margin-right: 20px;
}

#requisitionApproval {
	display: none;
}

.long-description img{
	display: table;
}
