

/* CSS SECTIONS
   ================================================================

   - FOUNDATIONS
  
   - HYPERLINKS
   
   - SEARCH_BAR
   
   - NAVIGATION
   
   - SECTION_NAV
   
   - BASKET_SUMMARY
   
   - CONTENT
   
   - FORMS

   - PRODUCT_LIST
   
   - PRODUCT DETAILED LIST
   
   - PRODUCT_DETAILS
   
   - SPECIALS

   - FAVOURITES
   
   - SEARCH
   
   - QUOTES
   
   - ORDERS
   
   - CHECKOUT
   
   - FOOTER

   ================================================================ */

/* FOUNDATIONS
   ---------------------------------------------------------------- */


html {
	margin: 0;
	padding: 0;
	background: #808080;
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	background: #808080;
	text-align: center;
}

#comfortZone {
	margin: 0 auto;
	padding: 0 15px;
	width: 1116px;
	text-align: left;
	background: #FFFFFF;
}

#body-top {
	background: url(../media/body-top.jpg) no-repeat;
	height: 10px;
	width: 1146px;
	margin: 20px auto 0 auto;
}

#body-bottom {
	background: url(../media/body-bottom.jpg) no-repeat;
	height: 10px;
	width: 1146px;
	margin: 0 auto 20px auto;
}

#header-container {
	height: 180px;
	font: 11px/18px Tahoma;
	position: relative;
	margin: 0 10px;
}

#header-right {
	float: right;
	width: 230px;
	margin-top: -90px;
}

#content-container {
	margin: 20px 0 0 0;
}

#company-info {
	font: 13px Tahoma;
	color: #696969;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

#company-info span:first-child {
	color: #d6262c;
	font-size: 16px;
}

/* HYPERLINKS
   ---------------------------------------------------------------- */


a {
	color: #d6262c !important;
	text-decoration: none;
}
a:link {
	color: #d6262c !important;
	text-decoration: none;
}
a:visited {
	color: #d6262c !important;
	text-decoration: none;
}
a:hover {
	color: #d6262c !important;
	text-decoration: none;
}
a:active {
	color: #d6262c !important;
	text-decoration: none;
}

a.normal {
	cursor:pointer;
	text-decoration: none;
}

a img {
	border: none;
}

/* SEARCH_BAR
   ---------------------------------------------------------------- */

#search-bar {
	width: auto;
	margin: 0 240px 0 150px;
	padding: 40px 0 0 0;
	text-align: center;
}

#search-bar p {
	margin: 0 0 5px 0;
}

#search-bar label {
	font: bold 10pt Tahoma;
}

#search-bar select {
	width: 161px;
	height: 22px;
	border: 1px solid #c9c9c9;
	font: 12px Tahoma;
	color: #474747;
}

#search-bar #advKeyword {
	width: 172px;
	height: 18px;
	border: 1px solid #c9c9c9;
	font: 12px Tahoma;
	color: #474747;
	margin-left: 2px;
}

#search-bar a {
	margin: 0 0 0 500px;
	font: 13px Tahoma;
	color: #474747;
	text-decoration: none;
}

#search-bar input.submit {
	width: 35px;
	height: 23px;
	background: #282828 ;
	border: none;
	font: normal 13px Arial;
	color: #FFFFFF;
	margin: 0;
}

#searchBar {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 1px 0px;
	background: url(../media/gradient-e5e5e5-ffffff.gif) repeat-x;
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
	height: 30px;
	color: #333333;
	display: none !important;
}

#searchBar #searchForm {
	float: right;
	padding: 0;
	margin: 5px 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#searchBar #searchForm label {
	display: none;
}
#searchBar #searchForm #group {
	display: none !important;
}
#searchBar #searchForm input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #E8E8E8;
	border-left: 0;
	border-top: 0;
	border-bottom: 1px solid #E8E8E8;
	padding: 2px 1px;
}
#searchBar #searchForm input.searchButton {
	color: #333333;
	background: url(../media/forms/button_bg.gif) no-repeat;
	border: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	cursor: pointer;
	height:20px;
	width:72px;
}
#searchBar #searchForm input.searchButton:hover {
	color: #FFFFFF;
}

#searchBar p {
	display: inline;
	margin-right: 10px;
	height: 30px;
	font: 12px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;

}

#searchBar a,
#searchBar a:link,
#searchBar a:visited {
   color: #333333;
   text-decoration: underline
}
#searchBar a:hover,
#searchBar a:active {
	color: #E59600;
	text-decoration: underline;
}

#userLoggedIn {
	background: url(../../../_core/media/icons/user.gif) left no-repeat;
	padding-left: 20px;
}



/* NAVIGTION
   ---------------------------------------------------------------- */


#mainNavContainer, #mainNavContainer tr, #mainNavContainer td  {
	border: none !important;
}
#mainNavContainer tr td {
	margin: 0px;
	padding: 0px;
}
.mainNavBottomRow{
	background: url(../media/heading-bar-bottom.jpg) right top repeat-x;
	border-bottom:1px solid #336699;
}
.mainNavBottomRow #mainNav {
	margin-bottom:2px;
}
#mainNav li.Basket{
	margin-top:-5px;
}
#mainNav li.Basket a{
}
.mainNavTopRow{
	height: 30px;
	margin-top:5px;
	background: #1152a2;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
#mainNavDiv{
}
#mainNav {
	padding: 0px 0px 0px 5px;
	margin: 0;
	background: none;
	height: 30px;
}
#mainNav li {
	display: inline;
	float: none !important;
	margin: 0;
	font: 13px Tahoma;
	padding: 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #F2F2F2;
}

#mainNav li#manage_account,
#mainNav li#logout,
#mainNav li#register,
#mainNav li#customer-login,
#mainNav li#accountfavourites,
#mainNav li#myfavourites,
#mainNav li#quotes,
#mainNav li#orders {
	float: right;
}

#mainNav li.Contact_Us a,
#mainNav li#logout a,
#mainNav li#register a {
	border-right: none;
}

#mainNav li#customer-login {
	margin-right: 40px;
}

/*
	#mainNav li:hover {
		background: url(../media/main-nav-bg-left-hover.gif) no-repeat left center;
	}
*/
#mainNav li a {
	margin: 0 0 0 9px;
	padding: 7px 12px 7px 0px;
	text-align: center;
}
/*
	#mainNav li:hover a {
		background: url(../media/main-nav-bg-right-hover.gif) no-repeat right center;
	}
*/
#mainNav li a,
#mainNav li a:link,
#mainNav li a:visited {
	color: #ffffff !important;
	text-decoration: none;
}
#mainNav li a:hover,
#mainNav li a:active {
	text-decoration: none;
}

#mainNav li.manage-favourites,
#mainNav li.shared-favourites {
	display: none;
}
/*
#mainNav #mainnavitem_selected {
	display: inline;
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(../media/main-nav-bg-left-hover.gif) no-repeat left center;
	padding: 5px 0 3px;
	text-align: center;
}
#mainNav #mainnavitem_selected a {
	margin: 0 0 0 7px;
	padding: 5px 9px 3px 0pt;
	background: url(../media/main-nav-bg-right-hover.gif) no-repeat right center !important;
	text-align: center;
}
#mainNav #mainnavitem_selected a:hover {
	color: #FFFFFF;
}
*/
#thirdlevelnav,
#secondlevelnav {
	background: none;
	height:20px;
	margin-bottom:15px;
	padding: 0;
	text-align: left;
}

.Catalogue-content #secondlevelnav {
	display: none;
}

#thirdlevelnav {
	border-bottom: 1px solid #E8E8E8;
	height: 25px;
}

#secondlevelnav_notabs {
	padding: 0px 20px 0px 0px;
	margin-bottom: 15px;
	background: none;
	text-align: left;
	height: 20px;
}

#secondlevelnav ul {
	float: right;
	margin-bottom: 0px;
	margin-top:0px;
	margin-left: 0px;
	padding-left: 0px;
}
#thirdlevelnav ul {
	float: left;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
}
#secondlevelnav_notabs ul {
	display: none;
}
#thirdlevelnav li,
#secondlevelnav li {
	display: inline;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 3px;
	text-align: center;
	margin: 0 4px 0 0;
	float:	left;
}

#secondlevelnav li#secondlevelnavitem_selected a,
#thirdlevelnav li#thirdlevelnavitem_selected a {
	/*color: #24B9FF;*/
	color: #1152a2 !important;
}

#thirdlevelnav li a,
#secondlevelnav li a {
	margin: 0 0 0 7px;
	padding: 5px 9px 3px 0px;
	text-align: center;
	cursor: pointer;
}

#thirdlevelnav li a,
#thirdlevelnav li a:link,
#thirdlevelnav li a:visited,
#secondlevelnav li a,
#secondlevelnav li a:link,
#secondlevelnav li a:visited {
	color: #474747 !important;
	text-decoration: none;
	font-weight: bold;
}

#thirdlevelnav li a:hover,
#secondlevelnav li a:hover {
	color: #1152a2;
}

#secondlevelnav #secondlevelnavitem_selected,
#thirdlevelnav #thirdlevelnavitem_selected,
#secondlevelnav #thirdlevelnavitem_selected  {
	display: inline;
	margin: 0 4px 0 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 3px;
	text-align: center;
}
#secondlevelnav #secondlevelnavitem_selected a,
#thirdlevelnav #thirdlevelnavitem_selected a,
#secondlevelnav #thirdlevelnavitem_selected a {
	margin: 0 0 0 7px;
	padding: 5px 9px 3px 0pt;
	text-align: center;
	cursor: pointer;
}
#secondlevelnav #secondlevelnavitem_selected a:hover,
#thirdlevelnav #thirdlevelnavitem_selected a:hover {
	
}
#thirdLevelNavFloatClearBr {
	display: none;
}

/* BASKET_SUMMARY
   ---------------------------------------------------------------- */


#basket {
	float: right;
	height: 30px;
}
#basket a {
	background: url(../../../../_core/media/icons/basket_go.gif) no-repeat left center;
	padding: 0px 3px 0px 21px;
}


/* HEADER IMAGES
   ---------------------------------------------------------------- */

#header-images {
	background: #336699;
	text-align: center;
	border-bottom: 1px solid #336699;
	border-top: 2px solid #336699;
	margin-bottom: 15px;
}

#header-images img {
}


/* CONTENT
   ---------------------------------------------------------------- */


#content {
	width: auto;
	margin-left: 180px;
	margin-right: 10px;
	margin-bottom: -5px;
	padding: 10px 10px 20px 10px;
	color: #474747;
}

#content-top {
	/*background: url(../media/content-top.jpg) no-repeat;
	width: 741px;
	height: 5px;
	margin-left: 175px;*/
	display:none;
}

#content-bottom {
/*	background: url(../media/content-bottom.jpg) no-repeat;
	width: 741px;
	height: 5px;
	margin-left: 175px;*/
	display:none;
}

.Specials-content h2 {
	color: #1152a2;
	font-weight: normal !important;
}

#content hr {
	border: 0; 
	border-bottom: 1px dotted #bbbbbb; 
	background: #fff;
}

#breadCrumbs {
	padding: 0;
	margin: 0px 0px 10px 0px;
}

#breadCrumbs li,
#breadCrumbs a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin-right: 1px;
}

#breadCrumbs li.first a {
	background: none !important;
	padding-left: 0 !important;
}

#breadCrumbs a:link,
#breadCrumbs a:visited{
	color: #3d3d3d !important;
}

#breadCrumbs li a,
#breadCrumbs li a:link,
#breadCrumbs li a:visited{
	color: #3d3d3d !important;
	background: url(../media/arrow-icon.jpg) -2px 3px no-repeat;
	padding-left: 9px;
}

#breadCrumbs li a:hover,
#breadCrumbs li a:active,
#breadCrumbs a:hover,
#breadCrumbs a:active {
	color: #3d3d3d !important;
	text-decoration:underline;
}

.back-link {
	font: 10px Verdana,Arial,Helvetica,sans-serif;
}

#bannerAd {
	border: 0;
	float: right;
	margin-top: -11px;
}

h1#company-logo {
	// background: url(../media/hillcrest.png) no-repeat;
	padding: 0;
	margin: 0;
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	text-align:center !important;
	width: 885px;
	height: 180px;
	float: left;
}

h1#secondlevelnav-h1 {
	padding: 0;
	margin: 0;
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

.Information-content h1#secondlevelnav-h1 {
	padding: 0;
	margin: 0;
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	float: none;
}

h1 a {
	display: block;
	width: 130px;
	height: 90px;
	margin: 0;
}
h1 a span {
	display: none;
}

h2 {
	color: #474747;
	font: bold 17px Tahoma;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

h3 {
	color: #474747;
	font: bold 13px Tahoma;
}

.catalogue-list h3 {
	color: #474747 !important;
}

.catalogue-list h3 a {
	color: #474747 !important;
}

h4 {
	color: #000000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

p, li, th, td,
.main_content_layout tr.horizontal_headings th span {
	font: 13px/18px Tahoma;
}

th {
	font-weight: bold;
	white-space: nowrap;
}

th, td {
	padding: 3px;
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

.emptyBasket {
	text-align:left !important;
}

.emptyBasket img {
	border:none !important;
	display: none;
}

#topElementContainer {
	display: block;
	height:20px;
	vertical-align:middle;
	margin-bottom:5px;
}

#topElementContainer p {
	margin-bottom:0;
	margin-top:0;
}

#rightContainer {
	display:inline; 
	float: right;
}

#leftContainer {
	display:inline; 
	float: left;
}

#descriptionDiv table th {
	text-align: left;
}

#elementContainer {
	display: block;
	height:99%;
	vertical-align:middle;
	margin-bottom:5px;
}

/* FORMS
   ---------------------------------------------------------------- */


form {
	padding: 0;
	margin: 0;
}

form table {
	width: 400px;
}

form table th {
	text-align: left
}

#main-login-form {
	display: inline;
}

label {
	padding-left: 8px;
}

label.required {
	background:url(../../../../_core/media/icons/label-req.gif) 0px 5px no-repeat;
	padding-left: 8px;
}

input, select, option, textarea {
	font: 11px Tahoma;
	padding: 2px 2px 2px 2px !important;
	margin: 0 0 0 5px;
}
input {
	border: 1px solid #E8E8E8;
}
input.numeric {
	text-align: right;
}
textarea {
	background: url(../../../../_core/media/forms/form_textarea.gif) no-repeat;
	border-top:none;
	border-right:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	border-left:none;
}
select {
	border:1px solid #E8E8E8;
	font-size:10px;
	height:22px;
}

textarea#customerNotes {
	width: 400px;
	height: 100px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

input.submitButton, input.submit, button, input.reset {
	color: #FFFFFF;
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 100px;
	height: 20px;
	background: #282828;
	border: none;
	cursor: pointer;
	text-transform: capitalize;
	padding: 2px 5px !important;
}

#mainNavDiv input#username, #mainNavDiv input#password {
	background: url(../media/login-info-bg.jpg) top center no-repeat;
	width: 139px;
	height: 19px;
	margin: 0;
	padding: 0px !important;
	border: none;
}

input#login-submit {
	background: #282828;
	width: 60px;
	height: 20px;
	margin: 0;
	padding: 0px !important;
	border: none;
	color: #F2F2F2;
	font: bold 13px Arial;
}

input.add-multiple {
	width: 100px !important;
	background: #282828 !important;
}

#rightContainer input {
	width: 100px;
	background: #282828;
}

input.bg_3 {
	width: 120px !important;
	background: #666666 !important;
}

input.basketAdd {
    background: #d6262c none repeat scroll 0 0 !important;
    font-size: 13px;
    font-weight: normal !important;
    height: auto !important;
    padding: 5px !important;
    width: auto !important;
	margin-left: 75px;
}

input.favAdd {
	width: 165px !important;
	background: #666666 !important;
}

input.myFavAdd {
	width: 200px !important;
	background: #666666 !important;
}

.AccountFavourites-content input.favAdd {
	width: 165px !important;
	background: #666666 !important;
}

.AccountFavourites-content input#removeAccountFav {
	width: 200px !important;
	background: #666666 !important;
}

.MyFavourites-content input.favAdd {
	width: 200px !important;
	background: #666666 !important;
}

.MyFavourites-content input#removeAccountFav {
	width: 200px !important;
	background: #666666 !important;
}

.formButton  {
	background-color:#E59600;
}

input.bg_3 {
/*	background: url(../media/forms/button_bg3.gif) no-repeat !important;
	width: 120px; */
}
input.bg_4 {
/*	background: url(../media/forms/button_bg4.gif) no-repeat !important;
	width: 200px; */
}

.add-selected {
/*	background:url(../media/forms/button_bg2.gif) no-repeat !important;
	width:100px !important; */
	margin-left:20px;
}
.add-multiple {
/*	background: url(../media/forms/button_bg2.gif) no-repeat !important;
	width:100px !important; */
}

input.submitButton:hover, input.submit:hover, button:hover {
}

input.imageButton {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	width: auto !important;
	vertical-align: bottom;
}

#requestPassword #webUserName {
	width: 110px;
}
#requestPassword .submitButton {
	margin-top: 5px;
}

#approveDenyRequisition {
	padding: 1px 20px 20px 20px;
	margin: 20px;
	border-top: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 20px solid #E8E8E8;
	background: #FFFFFF;
}
#approveDenyRequisition #approveButton {
	border: 0;
	background: transparent url(../../../../_core/media/icons/accept.gif) no-repeat left;
	padding-left: 16px !important;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	margin: 0;
	width: auto !important;
}
#approveDenyRequisition #denyButton {
	border: 0;
	background: transparent url(../../../../_core/media/icons/cancel.gif) no-repeat left;
	padding-left: 16px !important;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	margin: 0;
	width: auto !important;
}



/* PRODUCT_LIST
   ---------------------------------------------------------------- */


.product-list {
	width: 100%;
}

.product-list th {
	white-space: nowrap;
	background: #F6F6FF;
}

.product-list td {
	font-size: 11px !important; /* to fit more info in narrow tables */
}

.product-list td.align_right {
	padding-right: 20px;
	text-align: right;
}

.maximise-width {
	width: 100% !important;
}

.product-list td.add {
	white-space: nowrap;
	padding-left:20px;
	padding-right:20px;
}

.product-list td.add div {
	text-align:center;
	width:40px;
}

.product-list .add input.submit {
	padding: 2px;
}

.singleImage {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../../../../_core/media/icons/image.gif) no-repeat;
}

.noImages {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../../../../_core/media/icons/no-image.gif) no-repeat;
}

.manyImages {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../../../../_core/media/icons/images.gif) no-repeat;
}

#product-view {
	font: 10px/25px Verdana, Arial, sans-serif;
	background: url(../media/catalogue/catalogue-list-mode-switcher-bg-wide.gif) no-repeat;
	margin-bottom: 2px !important;
	padding-left: 7px;
	color: #888888;
}
#product-view a,
#product-view a:link,
#product-view a:visited {
	color: #888888;
	text-decoration: underline;

}
#product-view a:hover,
#product-view a:active {
	color: #000000;
	text-decoration: underline;
}

/* PRODUCT DETAILED LIST
   ---------------------------------------------------------------- */


#product-view .list {
	background:url(../../../../_core/media/icons/application_view_list.gif) left center no-repeat;
	padding-left:20px;
}

#product-view .detailed {
	background:url(../../../../_core/media/icons/application_side_boxes-mod.gif) left center no-repeat;
	padding-left:20px;
}

#product-view .sortablelist {
	background:url(../../../../_core/media/icons/table_sort.gif) left center no-repeat;
	padding-left:20px;
}

#product-detailed-list {
	border-top:1px solid #E8E8E8;
}

#product-detailed-list .searchResultsTierHeading p {
	margin:0;
	padding:4px 0 3px 0;
}

#product-detailed-list .product-name {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display:inline;
	float:left;
}

#product-detailed-list .product-price {
	display:inline;
	float:right;
}
 
#product-detailed-list td {
	border-bottom:1px solid #E8E8E8;
	padding: 5px;
}

#product-detailed-list .product-image {
}

#product-detailed-list .product-image a {
}
#product-detailed-list .product-image img,
#search-product-detailed-list .product-image img {
	border:none;
}

#product-detailed-list .product-detail {
}

#product-detailed-list .product-detail p.product-name {
	margin-top:0;
}

#product-detailed-list .priceField {
	text-align:left;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	display:inline;
}

#product-detailed-list td.qty_area,
#search-product-detailed-list td.qty_area {
	width: 60px;
}

table.catListDetails {
	width: 0px;
}

.catListDetails th {
	background:none;
	border-bottom:none !important;
	font-weight:bold;
	text-align:right;
}

.catListDetails td {
	border-bottom:none !important;
	text-align:right;
}

.catListDetails td .priceField{
	padding:0px !important;
	text-align:right;
}


/* PRODUCT_DETAILS
   ---------------------------------------------------------------- */

#aboveTab {
	height: 180px;
}

.AccountFavourites-content #details-info,
.MyFavourites-content #details-info,
.-content #details-info {
	float: none !important;
	height: auto !important;
}

.AccountFavourites-content #product-details,
.MyFavourites-content #product-details,
.-content #product-details {
	float: right;
}

.AccountFavourites-content #product-pricing th,
.MyFavourites-content #product-pricing th,
.-content #product-pricing th {
	width: 100px;
	font: bold 15px Calibri !important;
	text-align: left;
}

.AccountFavourites-content #product-pricing #sellPriceInc td,
.MyFavourites-content #product-pricing #sellPriceInc td,
.-content #product-pricing #sellPriceInc td {
	font: bold 20px Calibri !important;
}

.AccountFavourites-content #product-pricing td,
.MyFavourites-content #product-pricing td,
.-content #product-pricing td {
	width: 130px;
	text-align: right;
	font: bold 15px Calibri !important;
}

#breakBelowTabs {
	display: none;
}

#details-info {
	float: right;
}

#product-details {
	border: 1px solid #E8E8E8;
	margin: 0;
	padding: 10px;
	font: 13px Arial;
	width: 200px;
	text-align: center;
}

#product-details .weight {
	display: block;
}

#details-infoClearFloatBr {
	display: none;
}

.product-detail-image {
	float: left;
	width: 175px;
	height: 175px;
	text-align: center;
}

.product-detail-image #more-images {
	width: 175px;
	height: 50px;
	background: url(../../../../_core/media/more-images.gif) top center no-repeat;
	padding-top: 8px;
	display: none;
}
.product-detail-image #more-images div {
	width: 175px;
	height: 43px;
	overflow: hidden;
}

.product-detail-image #more-images h4 {
	display: none;
}

#product-info {
	/*width: 330px;*/
}

#product-info th {
	text-align: left;
}

.long-description {
	font: 12px Arial,Helvetica,sans-serif;
	padding: 0 0 10px 0;
}

.epd .group {
	background: #F6F6FF;
}

#product-pricing table {
}

.showIncAndEx th, .showIncAndEx td {
	font: bold 15px Calibri;
}

.showIncAndEx tr th {
	width: 100px;
	text-align: left;
}

.showIncAndEx tr td {
	width: 130px;
	text-align: right;;
}

#product-pricing table.showIncAndEx .exPrice,
#product-pricing table.showIncAndEx .incPrice {
	display:table-cell !important;
}

#product-pricing th,
#product-pricing td {
	border: none !important;
}

#sellPriceInc th span, #sellPriceInc td {
	color: #474747;
	font-size: 20px;
}

#sellPriceInc .priceIncGST {
	color: #1152a2;
}

#qtySpan {
	font: bold 15px Calibri;
}

#product-pricing {
	margin-left: 200px;
	width: 250px;
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding: 10px;
}

#lowerOtherButtons {
	margin-left: 200px;
	width: 250px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding: 10px;
}

#lowerFavButtons {
	margin-top: 10px;
	margin-left: 200px;
}

/* SPECIALS
   ---------------------------------------------------------------- */

#bestBuy {
	border-top:2px solid #E6E6E6 !important;
	border-right:2px solid #E6E6E6 !important;
	border-bottom:2px solid #E6E6E6 !important;
	border-left:20px solid #E6E6E6 !important;
	padding: 10px;
	overflow: hidden;
}

#bestBuy input.bestBuyAdd {
	width: 100px !important;
	background: #d6262c !important;
}

#bestBuy input.bestBuyInfo {
	background: none !important;
	color: black !important;
	width: 75px !important;
}

#bestBuy img {
	float: right;
	margin: 5px;
	border: 0;
}

#bestBuy h3 {
	display: none;
}

#bestBuy h4 {
	color: #E59600;
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#bestBuy a {
	color: #474747;
	text-decoration:none;
}

#bestBuy a:hover {
	color: #24B9FF;
	text-decoration:none;
}

#bestBuy .bestBuyShortDescription {
	margin: 0;
	padding: 0;
}

#bestBuy .bestBuyPrices {
	margin-top: 0;
	margin-bottom: 10px;
}

#bestBuy .sell-price {
	color: #24B9FF;
	font: bold 15px Arial;
}

#bestBuy .sellTaxLabel {
	font-weight: normal;
}

#bestBuy .retail-price {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	text-decoration:line-through;
}

#bestBuy form {
	display: inline;
}

#bestBuyBanner {
	text-align: center;
}

#bestBuyBanner img {
	border: 0;
}

/* Adding specialBox class to fix html
     Need to leave specialBox ID until all sites are updated. */
#specialBox,
.specialBox {
	border: 0;
	height:170px;
	overflow:hidden;
	padding:15px;
}

#specials td:first-child div.specialBox {
	border-right: 1px dotted #bbb;
	margin-bottom: 20px;
}

#specialBox input.submit,
.specialBox input.submit {
	margin-right: 0px !important;
}

.specialBox input.specialAdd {
	background: #d6262c !important;
	font-weight: normal !important;
	font-size: 13px;
	padding: 5px !important;
	height:auto !important;
	width:auto !important;
}

.specialBox input.specialInfo {
	background: #1152a2 !important;
	color: #fff !important;
	font-weight: normal !important;
	font-size: 13px;
	padding: 5px !important;
	height:auto !important;
	width: auto !important;
}

#specialBox img,
.specialBox img {
	border: none !important;
	float: left;
	max-width: 75px;
	margin-left: 3px;
	padding: 3px;
}

#specials_no_description div.specialBox {
	height: 220px;
}

#specials_no_description div.specialDetails {
	height: 220px;
}
#specials_no_description #specialBox img, 
#specials_no_description .specialBox img {
	float: none;
}
#specials_no_description div.specialImage {
	float: none;
	height: 150px;
	overflow: hidden;
}

#specials_no_description div.specialBox img {
	
}

#specials_no_description .specialDetails .web-special-logo img {
	float: right !important;
	margin-top:-20px;
	max-width:70px;
}

#specials_background_images div.specialBox {
	cursor: pointer;
	height: 240px;
}

#specials_background_images div.specialDetails {
	height: 220px;
}

#specials_background_images .specialDetails .web-special-logo img {
	float: right !important;
}

#specials_image_only div.specialBox {
	cursor: pointer;
	height: 220px;
}
#specials_image_only div.specialDetails {
	height: 220px;
	margin-top:20px;
	text-align:center;
}
#specials_image_only div.specialBox img {
	float: none;
}

#specialBox:hover,
.specialBox:hover {
}


#specialBox form,
.specialBox form {
	display: inline;
	margin: 0;
	padding: 0;
}

.specialBox .addForm {
}

#specials th, #specials td {
	border:none !important;
}

#specialBox h5,
.specialBox h5 {
	margin: 0;
	padding: 0;
	font: bold 12px/16px Tahoma;
	text-transform:uppercase;
	height: 32px;
	overflow: hidden;
}

#specialBox .sell-price,
.specialBox .sell-price {
	font: 15px Arial;
	color: #1152a2;
	font-weight: normal;
}

.specialBox .sellTaxLabel {
	font-weight: normal;
	color: #262626;
}

#specialBox .retail-price,
.specialBox .retail-price {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	text-decoration:line-through;
	display: none;
}

#specialBox a,
.specialBox a {
	color: #262626;
	text-decoration:none;
}

#specialBox a:hover,
.specialBox a:hover {
	color: #24B9FF;
	text-decoration:none;
}

.specialTilePrices .exPrice {
	color: #1152a2;
	display: block;
	font: normal 15px Arial;
}

#specials {
	width:100%;
}

#specials td {
	padding: 0;
}

/* Adding specialDetails class to fix html
     Need to leave specialDetilails ID until all sites are updated. */
#specialDetails,
.specialDetails {
	height: 145px;
	overflow: hidden;
}

.specialsListShortDescription {
	color: #333333;
	margin: 0;
}

.specialTileShortDescription {
	color: #262626;
	font-size: 11px;
	height: 40px;
	margin: 5px 0;
	max-height: 40px;
	overflow: hidden;
}

.specialTilePrices {
	margin: 0px 0px 5px 0px;
	cursor: default;
}

#shop-by-brands h3 {
	margin-bottom: 15px;
}

#shop-by-brands table {
	width: 100%;
	background: #E8E8E8;
}

#shop-by-brands td {
	border: none;
	line-height: 16px;
	color: #E8E8E8;
	padding-left: 10px;
}

#shop-by-brands .more-brands {
	background: none;
	text-align: right;
	padding: 3px;
	border-top: 1px solid #E8E8E8;
	margin: 0px 0px -20px 0px;
	font-size: 11px;
}

#shop-by-brands .more-brands a,
#shop-by-brands .more-brands a:link,
#shop-by-brands .more-brands a:visited {
	color: #24B9FF;
	font-weight: bold;
	text-decoration: none;
}

#shop-by-brands .more-brands a:hover,
#shop-by-brands .more-brands a:active {
	text-decoration: underline;
}

.specialDetails .web-special-logo {
	text-align:center;
}

.specialDetails .web-special-logo img {
	float:left;
	margin:0;
	padding:0;
}

/* SEARCH
   ---------------------------------------------------------------- */

#advanced-search-options {
	border-bottom: 1px solid #E8E8E8;
	padding: 5px 20px;
}

.searchResultsTierHeading {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #333333;
	background: #FFFFEE url(../../../../_core/media/icons/basket-product-folder_database.gif) no-repeat left center !important;
	padding-left: 17px;
}

.detailedSearchResultsTierHeading {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #333333;
	background: #FFFFEE url(../../../../_core/media/icons/basket-product-folder_database.gif) no-repeat left center !important;
}

.detailedSearchResultsTierHeading p {
	padding-left: 17px;
	margin:0;
}

#pmBrowserContainer {
	border: 1px solid #888888;
	padding: 5px;
	background: #F0F0F0;
	width: auto;
	margin-left: 20px;
	margin-right: 0;
}

#pmBrowser {
	width: 100%;
}

#pmBrowser th {
	background: #F6F6FF;
}

#pmBrowser td {
	padding: 5px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}


#pmResultsBrowserContainer {
	border: 1px solid #E8E8E8;
	padding: 5px;
	background: #E8E8E8;
	width: auto;
	margin-left: 20px;
	margin-right: 0;
}

#pmResultsBrowser {
	width: 100%;
}

#pmResultsBrowser th {
	background: #F6F6FF;
}

#pmResultsBrowser td {
	padding: 5px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}
#pmResultsBrowser td .pm_delete {
	width: 16px;
	height: 16px;
	background: url(../../../../_core/media/icons/table_delete.gif) no-repeat;
	display: block;
}
#pmResultsBrowser td .pm_delete span {
	display: none;
}

#pmResults {
	margin-left: 20px;
	margin-right: 0;
	width: auto;
}
#pmResults tr:hover {
	background: inherit;
}
#pmResults td img {
	border: 0;
	float: left;
	margin-right: 5px;
	border: 1px solid #E8E8E8;
}
#pmResults td .codes {
	font-size: 11px;
}

#compare {
	margin-left: 20px;
}



/* FAVOURITES
   ---------------------------------------------------------------- */

.tierMenu .fav-tier, .sub-fav-tier {
	cursor: pointer;
}

.tierMenu, .subTierMenu {
	border-spacing: 5px 0;
}

.tierMenu div div, .subTierMenu div div {
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	vertical-align: middle;
}



/*.tierMenu .fav-tier:first-child, .sub-fav-tier:first-child {
	margin-left: 5px;
}*/

.tierMenu .selected, .subTierMenu .selected {
	border-bottom: none;
	font-weight: bold;
	color: #d6262c;
}


.Home-content .contentBlock {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom:10px;
}

/*.fav-tier, .sub-fav-tier {
	padding-left: 20px;	
}*/
.fav-tier span, .sub-fav-tier span {
	display: none;
}
.favourite-edit span, .favourite-delete span, .favourite-share span, 
.favourite-unshare span, .fav-tier-edit a span {
	margin-right: 5px;
	text-decoration:underline;
	text-transform:capitalize;
}
table.fav-tier-heading-background-table {
	background-color:#EDEDFF;
	width: 100%;
}
table.fav-tier-heading-table {
}
table.fav-tier-heading-table td {
	border-bottom: none;
}
table.fav-tier-heading-table td h3 {
	margin: 0;
}
table.product-list a.favourite-delete:link,
table.product-list a.favourite-edit:link {
	text-decoration: none !important;
}
table.product-list {
	margin-bottom: 10px;
}

table.product-list tr.product-container {
	border-bottom: 1px solid #EEEEEE;
}

table.product-list tr.product-container:hover {
	background: #EEEEEE !important;
}

.eol {
	color:#888888;
}


/* BASKET
   ---------------------------------------------------------------- */

.basket-delete {
	width: 16px;
	height: 16px;
	background: url(../../../../_core/media/icons/basket_delete.gif) no-repeat;
	display: block;
}
.basket-delete span {
	display: none;
}

.basket-edit {
	height: 16px;
	background: url(../../../../_core/media/icons/basket_edit.gif) no-repeat;
	display: block;
	padding-left: 19px;
	width: 135px;
}

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 !important;
	padding:0 20px 0 0px !important;
	background: none !important;
}
#basketPageActions {
	margin-top: 10px;
	text-align: center;
}

.recalculateButton {
	width:100px !important;
}
.loginButton {
}
.quoteButton {
	width:100px !important;
}
.orderButton {
	width:100px !important;
	background: #d6262c !important;
}
.requisitionButton {
	width:120px !important;
	background: #d6262c !important;
}
.confirmation {
	padding: 3px !important;
}



/* CHECKOUT
   ---------------------------------------------------------------- */
   
ol#checkout-process {
	padding-left: 0px;
	margin-left: 0px;
}
ol#checkout-process li {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	background: url(../../../../_core/media/icons/asterisk_yellow.gif) no-repeat left center;
	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: #FFFFEE;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: 100px;
	width: 412px;
}

#requisitionDetails h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

#requisitionDetails p {
	margin-top: 0;
}

/* INVOICES
   ---------------------------------------------------------------- */
table.invoices-list th {
	white-space: nowrap;
	background: #F0F0F0;
}



/* QUOTES
   ---------------------------------------------------------------- */

table.quotes-list th {	
	white-space: nowrap;
	background: #F0F0F0;
}

table.quotes-list td.date,
table.quotes-list td.status,
table.quotes-list td.id {
	white-space: nowrap;
}
table.quoteAcceptance {
	display: none;
}

.quote-item-codes {
	font-size: 10px;
	color: #888888;
}

.quote-item-description {
	font-size: 11px;
}

table.quote-detail-information th,
table.quote-detail-information td
 {
	vertical-align: top;
}

table.quote-detail-items td {
	vertical-align: top;
}

.quote-ordering-options {

}



/* ORDERS
   ---------------------------------------------------------------- */

table.orders-list th {
	white-space: nowrap;
	background: #F0F0F0;
}
table.orders-list td.date {
	white-space: nowrap;
}
.order-items-list th,
.order-items-list td.date {
	white-space: nowrap;
}
pre.orderNotes {
	color: #888888;
	font: 11px "Lucida Console", monospace;
}

p.orderNotes {
	white-space: pre;
}

#showBillingAddress, #showDeliveryAddress {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#billingAddress,
#deliveryAddress {
	max-width: 400px;
}

/* Main Content - Updated look & Feel 2009
   ---------------------------------------------------------------- */
.main_content_layout_no_hover {
}

.main_content_layout h3 {
	background-color: #F0F0F0;
	font-weight:normal;
	margin:0;
	padding: 5px 0 5px 0;
}
.main_content_layout h4 {
	margin:8px 0 8px 0;
}
.main_content_layout tr.subheading {
	background-color: #F0F0F0;
}
.main_content_layout tr.subheading th {
	border-bottom: none;
}
.main_content_layout tr.subheading:hover {
	background-color: #F0F0F0;
}
.main_content_layout tr.white_bk_gnd:hover {
	background-color: #FFFFFF;
}  

.main_content_layout tr.last {
	border-bottom: 1px solid;
}

.main_content_layout tr.pyjama_last_line td,
.main_content_layout tr.pyjama_last_line th {
	border-bottom: #F0F0F0 1px solid !important;
}

.main_content_layout tr.grandTotal td,
.main_content_layout tr.grandTotal th {
	border-top: 1px solid #000000 !important;
	border-bottom: 1px solid #000000 !important;
}

.main_content_layout tr.separation td,
.main_content_layout td.separation {
	line-height: 20px;
}
.main_content_layout tr.separation:hover {
	background-color: transparent !important;
}

.main_content_layout th {
	border-bottom: none;
	line-height: 20px;
	padding: 0 8px 0 0;
	text-align: left;
}

.main_content_layout th.set_width {
	max-width:150px;
	width:150px;
}

.main_content_layout th.set_small_width {
	max-width:100px;
	width:100px;
}

.main_content_layout th.set_large_width,
.main_content_layout td.set_large_width {
	max-width:600px;
	width:600px;
}

.main_content_layout td {
	line-height: 17px;
	padding: 10px 20px 1px 8px;
	vertical-align:top;
	border-bottom: none;
	text-align: left;
}
.main_content_layout td.alignWithInputText,
.main_content_layout th.alignWithInputText {
	padding-left:10px !important;
}
.main_content_layout tr.horizontal_headings th {
	border-bottom: none;
	padding: 0 8px 0 8px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color: black;
}

.Jobs-content .main_content_layout tr:hover {
	background: transparent !important;
}

.Jobs-content .main_content_layout tr.horizontal_headings:hover {
	background: #F2F2F2 !important;
}
   
.main_content_layout tr.horizontal_headings {
	background-color: #F2F2F2;
	font-weight:normal;
	margin:0;
	padding: 5px 0 5px 0;
}

.main_content_layout tr.horizontal_headings:hover {
	background-color: #F0F0F0;
}

.main_content_layout img {
	max-height:92px;
	margin-bottom:15px;
}

.main_content_layout .pyjama_line {
	background:#F6F6FF;
}

table.border_none td,
table.border_none th,
.border_none {
	border: none;
}

.half_width {
	width: 50%;
}

.padding_none {
	padding: 0px !important;
}



/* ADDRESSES
   ---------------------------------------------------------------- */

table.addresses-list th {
	white-space: nowrap;
	background: #F6F6FF;
}

.address_delete_th, .address_edit_th, .colleague_delete_th, .colleague_edit_th, .colleague_email_th, .colleague_permissions_th {
	display: none;
}

.address_delete {
	width: 16px;
	height: 16px;
	background: url(../../../../_core/media/icons/application_form_delete.gif) no-repeat;
	display: block;
}
.address_delete span {
	display: none;
}

.address_update {
	width: 16px;
	height: 16px;
	background: url(../../../../_core/media/icons/application_form_edit.gif) no-repeat;
	display: block;
}
.address_update span {
	display: none;
}



/* COLLEAGUES
   ---------------------------------------------------------------- */

table.colleague-list th {
	white-space: nowrap;
	background: #F6F6FF;
}

.colleague_disable {
	width: 16px;
	height: 16px;
	background: url(../../../../_core/media/icons/user.gif) no-repeat;
	display: block;
}
.colleague_disabled {
	width: 16px;
	height: 16px;
	background: url(../../../../_core/media/icons/user_disable.gif) no-repeat;
	display: block;
}
.colleague_disable span, .colleague_disabled span {
	display: none;
}

.colleague_update {
	width: 16px;
	height: 16px;
	background: url(../../../../_core/media/icons/user_edit.gif) no-repeat;
	display: block;
}
.colleague_update span {
	display: none;
}

.colleague_email {
	width: 16px;
	height: 16px;
	background: url(../../../../_core/media/icons/email.gif) no-repeat;
	display: block;
}
.colleague_email span {
	display: none;
}

.colleague_permissions {
	width: 16px;
	height: 16px;
	background: url(../../../../_core/media/icons/vcard_edit.gif) no-repeat;
	display: block;
	border:none;
	cursor:pointer;
	margin:0px !important;
}
.colleague_permissions span {
	display: none;
}

.colleague-list th.permission_icon {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

.colleague-list td.permission_icon {
	text-align:center;
	padding: 0px;
}

.colleague-list td.permission_icon a{
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
}
.colleague-list td.permission_icon a.no_permissions {
	background-image: url(../../../../_core/media/icons/no_permissions.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.colleague-list td.permission_icon a.some_permissions {
	background: url(../../../../_core/media/icons/some_permissions.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.colleague-list td.permission_icon a.all_permissions {
	background: url(../../../../_core/media/icons/all_permissions.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/* VEW JOB SUB NAV
   -------------------------------- */


#view-job {
	border-bottom : 1px solid #E8E8E8;
	margin: 0px 0px 15px 0px;
	padding-bottom : 19px;
	padding-left : 10px;
}

#view-job ul, #view-job li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#view-job a {
	float: left;
}

#view-job a:link, #view-job a:visited	{
	background : #E8E8E8;
	border : 1px solid #E8E8E8;
	color : #888888;
	font-size : 11px;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#view-job a:link.active, #view-job a:visited.active	{
	background : #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	color : #000000;
	font-weight: bold;
}

#view-job a:hover	{
	color : #FF0000;
}


/* VIEW JOB LIST
   -------------------------------- */
table.job-list th {	
	white-space: nowrap;
	background: #F0F0F0;
}

table.job-timesheets th {	
	white-space: nowrap;
	background: #F0F0F0;
}


#selectJobStatus select {
	margin: 2px 0 !important;
	text-align:left !important;
}

#selectJobStatus option {
	margin: 0px 0 !important;
	text-align:left !important;
	line-height:normal !important;
}

/*#selectJobStatus li {
	display: inline;
	margin-right: 10px;
}

#selectJobStatus li.active {
	font-weight:bold;
}*/


/* JOB DETAILS
   -------------------------------- */


#jobDetails {
	/* float: right; */
	width: 175px;
}
#jobDetails h3 {
	margin: 0;
}

#jobStatus, #jobContactDetails {
}

#jobContactDetails p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#jobStatus {
}
#jobStatus.active {
	color: #000000;
	border-color: #000000;
	background: #E8E8E8;
}
#jobStatus.pending {
	color: #000000;
	border-color: #000000;
	background: #E8E8E8;
}
#jobStatus.cancelled {
	color: #000000;
	border-color: #000000;
	background: #E8E8E8;
}
#jobStatus.completed {
	color: #000000;
	border-color: #000000;
	background: #E8E8E8;
}

#addNewNote {
	padding: 5px 0px 5px 20px;
	background: url(../../../../_core/media/icons/icon-add-note.gif) left no-repeat;
}

table.job-notes th,
table.job-tasks th,
table.job-timesheets th {
	background:#F6F6FF;
	white-space:nowrap;
}

/* FOOTER
   ---------------------------------------------------------------- */

#footer {
	color: #888888;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	text-align: center;
	width: 1116px;
}

#footer a,
#footer a:link {
	color: #888888;
	text-decoration: none;
}
#footer a:visited {
	color: #888888;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #000000;
}

#footer #poweredByIsell {
	float: right;
	padding-top: 50px;
}
#footer a#poweredByIsell,
#footer a#poweredByIsell:link {
	text-decoration: none;
	
}
#footer a#poweredByIsell:visited {
}
#footer a#poweredByIsell:hover,
#footer a#poweredByIsell:active {
}

#footer  #poweredByIsell img {
	border: 0;
	vertical-align: middle;
}
/*
#footer span {
	border-right: 1px solid #FFFFFF; 
	padding-left: 10px;
	padding-right: 10px;
}
*/
#footer span.last {
	border-right: none !important;
}
div.footerNavContainer {
	text-align: right;
	background: #d8d8d8;
	border: 1px solid #cacaca;
	margin-bottom: 10px;
	height: 28px;
	padding-top: 8px;
}
div.footerNavContainer a {
	font: normal 14px Tahoma;
	padding: 8px 0 8px 0;
	margin-right: 30px;
	color: #3d3d3d !important;
}
/* MISC CLASSES
   ---------------------------------------------------------------- */
   
table.list tbody tr:hover,
table.sortable tbody tr:hover {
	background-color: #E8E8E8;
}

table.list tbody tr.nohover:hover {
	background-color: transparent !important;
}

.sortable th a {
	text-decoration: none;
}

.page-links {
	text-align:center;
	margin: 0;
	padding: 0 0 10px 0;
}

input[type='checkbox'],
input[type='radio'] {
	border: none !important;
	background: none !important;
}

/* OPTIONS
   ---------------------------------------------------------------- */

.incPrice {
	/* displays INC tax prices */
}

.exPrice {
	/* displays EX tax prices */
	/* display: none !important; */
}

.exTotal td.priceField{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.vendor-part {
	/* displays vendor parts */
	/* display: none !important; */
}

.product-code {
	/* displays product codes */
}

.taxAmount {
	/* hides tax amount sub total row in order details and requisition details
	display: none !important; */
}

.quoteIndent0 {
	padding-left:0.3em;
}

.quoteIndent1 {
	padding-left:1.3em;
}

.quoteIndent2 {
	padding-left:2.3em;
}

#basketPanel {
	background: none;
	color: #474747;
	height: 30px;
	margin: 12px 10px 0 0;
	padding: 10px 10px 8px 0px;
	font: 14px Tahoma;
	text-transform: uppercase;
	position: absolute;
	width: 200px;
	bottom: 0;
	right: 0;
}

#basketPanel p {
	text-transform:none !important;
}

#basketPanel img {
	margin: 0 0 0 10px;
}

#basketPanel div {
	display: inline;
}

.hide, .hide-from-screen {
	display: none !important;
}

#basketPanel p {
	display: inline;
	margin: 7px 0 0 10px;
	text-transform: uppercase;
	font: 14px Tahoma;
	position: absolute;
	width: 160px;
}

/* SECTION_NAV
   ---------------------------------------------------------------- */
   
#section-nav {
	float: left;
	width: 180px;
	padding: 0;
	margin: 0 5px 0 0;
	color: #474747;
	font: 13px Tahoma;
}

.section-top {
/*	background: url(../media/right-sidebar-top.jpg) no-repeat;
	height: 5px;
	width: 180px; */
	display:none;
}

.section-bottom {
/*	background: url(../media/right-sidebar-bottom.jpg) no-repeat;
	height: 5px;
	width: 180px; */
	display:none;
}

#section-nav .section-nav-box {	
	border: 1px solid #cacaca;
	margin-bottom: 20px;
}
#section-nav #basketPanel {
	/*border: 1px solid #E8E8E8;
	padding: 10px;*/
	padding-bottom: 5px;
}

#basketPanel h3 {
	margin: 0 10px !important;
}

#basketPanel #sidebar-basket {
	margin: 0 10px;
}

#section-nav #basketPanel p {
	padding: 0 0 10px 0;
}
#section-nav h3 {
	margin: 0;
	padding: 5px 0;
	font: bold 13px Tahoma;
	color: #1152a2;
	text-transform: uppercase;
}
#section-nav h4 {
	margin-bottom:5px;
}
#section-nav .section-nav-box .surrounding-box {
	padding: 0 10px 10px 10px;
}
#section-nav .section-nav-box .surrounding-box div.noBorder {
	border: none;
}
#searchPrefsResultsPerPage {
	width:50px !important;
}

#sidebar-search-form {
	font: 11px/18px verdana, arial, Verdana, Arial, Helvetica, sans-serif;
}
#sidebar-search-form #searchForm {
	margin: 0;
}
#sidebar-search-form label {
	padding-left:1px;
}
#section-nav a,
#section-nav a:link,
#section-nav a:visited,
#section-nav a:hover,
#section-nav a:active {
	color: #d6262c;
	text-decoration: none;
}
#section-nav ul {
	margin-top: 0px;
	margin-bottom:5px;
	margin-left: 0px;
	padding-left: 0px;
}
#section-nav ul li {
	font: 12px Tahoma;
	text-transform: capitalize;
	list-style: none;
}

#section-nav dl {
	margin: 5px 0px 0px 0px;
	padding: 0;
}
#section-nav dl dt {
	font: bold 10px verdana, arial, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #474747;
}
#section-nav dl dd {
	font: 10px/15px verdana, arial, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 0;
}
#section-nav p {
	margin: 1px 0;
	font: 13px Tahoma;
	color: #474747;
}
#section-nav input {
	max-width: 140px;
}
#section-nav input.date {	
	margin-right: 3px;
	margin-left: 3px;
	width: 110px;
	font-size: 11px;
}
#section-nav .submit {
	width: auto;
	margin-top: 5px;
	margin-right: 3px;
}
div.printPreview {
	display: none;
}
#section-nav input.submitButton,
#section-nav input.submit,
#section-nav input.advancedButton,
#sidebar-search-form input.searchButton,
#sidebar-search-form input.advancedButton {
	width: 70px;
	height: 20px !important;
	color: #FFFFFF;
	font: normal 11px Arial,Helvetica,sans-serif;
	background: #d6262c;
	border: none;
	cursor: pointer;
	text-transform: capitalize;
	margin-top: 5px;
	margin-right: 2px;
}
#section-nav input.advancedButton,
#sidebar-search-form input.advancedButton {
	/* padding:1px 0px !important; */
	margin-left: 0px;
	background: #282828;
}

#section-nav input.submitButton:hover,
#section-nav input.submit:hover,
#section-nav input.advancedButton:hover,
#sidebar-search-form input.searchButton:hover,
#sidebar-search-form input.advancedButton:hover {
	
}

#section-nav select {
	font-size:10px;
	height:22px;
	width:135px;
}
#section-nav select option {
	font-size:10px;
	height:12px;
	width:135px;
}

#section-nav #sideBarSearchForm .submitButton,
#section-nav #jobSearch .submitButton {
	width: auto;
	float: none;
	margin-top: 5px;
}
#section-nav #side-login-form table {
	width: 150px;
}
#section-nav #side-login-form table input {
	width: 128px;
}
#section-nav #side-login-form .submitButton {
	width: 90px;
}

#section-nav form {
	margin-bottom: 10px;
}

#section-nav .jobActions {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	cursor: pointer;
}

#section-nav .jobActions a {
	color: #FFFFFF;
	background: #E59600;
	display:block;
	padding: 2px;
	text-decoration: none;
	border: 1px outset;
	text-align:center;
}

#section-nav .jobActions a:hover {
/*	background: #FFFFFF; */
	color: #000000;
	text-decoration: none;
	border: 1px outset;
	text-align:center;
}

#section-nav #broadSearch {
	width: 110px;
}

#section-nav #searchForm #group {
	display:none !important;
}

#section-nav #searchForm p {
}

#section-nav #keyword {
}

#section-nav #top-sellers ul,
#section-nav #new-products ul {
	margin-left: 0;
}
#section-nav #top-sellers ul li,
#section-nav #new-products ul li {
}
#section-nav #top-sellers ul li a,
#section-nav #new-products ul li a {
}

#section-nav #advancedSearchFilters {
	border: none;
	background: transparent none repeat scroll 0 0;
}

#section-nav .datepicker_wrap {
	padding:2px;
}

#section-nav #showhide_div {
	width: 80px;
	font-size: 12px;
	display:inline;
	border:none;
	background:none;
	padding:none;
}

div.tooltip {
	padding: 3px;
	margin: 6px;
	background: #E8E8E8;
	border: 1px solid #E8E8E8;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	z-index: 9999;
	max-width: 300px;
	text-align: left;
}

#miniPortalHome {
	border-bottom: 2px solid #000099;
	background: #E8E8E8;
	padding: 10px;
}
#miniPortalHome img {
	float: right;
	border: 1px solid #888888;
}

br.separator {
	line-height:7px;
}

.hidden {
	display:none;
}

#altLogoDiv {
	display:none;
}

/* Begin Safari & Chrome (they are both base on webkit but still a little different) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#comfortZone, #content, 
	#section-nav .surrounding-box, 
	#search-bar select, 
	#search-bar #advKeyword,
	#search-bar input.submit,
	#section-nav input.submit,
	#section-nav input.advancedButton,
	#section-nav input.submitButton {
		-webkit-border-radius: 5px;
	}
	
	#basketPanel {
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
	}
	
	input.submitButton, input.submit, button, input.reset {
		-webkit-border-radius: 5px;
	}
}

/* End Safari & Chrome  */





/* BES ADDITIONAL STYLES - MERGE WITH ABOVE IN FINAL THEME VERSION */



/* Navigation buttons */

#thirdlevelnav {
	margin-top: 20px;
}

#thirdlevelnav ul {
	margin-top:1px;
	margin-top:2px\9;
}


#thirdlevelnav li {
	border: 1px solid #e8e8e8;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
/*	margin: 2px 4px 0 0;
	padding: 2px 0 2px;
	*/
}

#second levelnav #secondlevelnavitem_selected, #thirdlevelnav #thirdlevelnavitem_selected, #secondlevelnav #thirdlevelnavitem_selected {
	border: 1px solid #e8e8e8;
	border-bottom-color: #ffffff;
/*	margin: 0 4px 0 0;
	padding: 3px 0 3px;
	*/
}

#thirdlevelnav li:hover {
/*	margin: 0 4px 2px 0;
	padding: 3px 0 3px;
	*/
}


/* Top Menu */

#mainNav {
	padding: 0 5px;
}

#mainNav li a {
	padding: 7px 10px 5px;
	margin: 0 0;
}


/* Product Details for Specials and Favourites */

#descriptionDiv {
	padding: 0 20px;
}



/* Top Basket Panel */

#basketPanel p {
	background: url(../media/cart2.png) no-repeat scroll 0 0;
	line-height: 34px;
	padding-left: 40px;
	margin: 0 0 0 10px;
}

#basketPanel a {
	background-image: url(..media/transparent.png) repeat;
	display: block;
	position: absolute;
	text-align: right;
	top: 0;
	left: 40px;
	width: 125px;
}


/* Rounded Corners, Body */

#body-top {
	background: #fff;
}

#body-bottom {
	background: #fff;
}

html {
	margin: 0;
	padding: 0;
	background: #e8e8e8;
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	background: #e8e8e8;
	text-align: center;
}

/* Left Sidebar Category and Brand Tabs */

#content-container .clearfix {
	clear:none !important;
}

#catalogue #catlist li a {
    color: #474747 !important;
 }

#catlist-outer {
    border-left: 1px solid #cacaca !important;
    border-right: 1px solid #cacaca !important;
	border-bottom: 1px solid #cacaca !important;
	padding: 15px 1px 20px 1px !important;
}

#catalogue #catlist-outer-bottom {
	display: none;
}

#catalogue #catlist li {
	margin: 5px 0;
}

.cat-mode-switcher-container a {
    color: #fff !important;
    font: bold 13px Tahoma;
}

#catalogue #cat-mode-switcher.changeToBrand li span {
	display: block !important;
	font-weight: bold;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

#catalogue #cat-mode-switcher.changeToProduct li span {
	display: block !important;
	font-weight: bold;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

#catalogue #cat-mode-switcher li.activeBrand span, 
#catalogue #cat-mode-switcher li.inactiveBrand a span {
	text-indent: -9999px; !important;
}

#catalogue #cat-mode-switcher li.activeBrand span:after, 
#catalogue #cat-mode-switcher li.inactiveBrand a span:after {
	content:'Brands'; 
	text-indent: 0;
	display: block;
	line-height: 30px;
	color:#000;
	margin-top: -29px;
}

#catalogue #cat-mode-switcher li.inactiveBrand a span:after {
	color: #fff !important;
}

#catalogue #cat-mode-switcher.changeToBrand li.activeProduct {
	background: none !important;
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-bottom: 0;
}

#catalogue #cat-mode-switcher.changeToProduct li.inactiveProduct a {
	background: #d6262c !important;
	border-top: 1px solid #d6262c;
	border-bottom: 0;
}

#catalogue #cat-mode-switcher.changeToProduct li.inactiveProduct a:hover {
	background: #d6262c !important;
}

#catalogue #cat-mode-switcher.changeToProduct li.activeBrand {
	background: none !important;
	margin-left: 2px !important;
	border-top: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 0;
}

#catalogue #cat-mode-switcher.changeToBrand li.inactiveBrand a {
	background: #d6262c !important;
	border-top: 1px solid #d6262c;
	height: 30px;
}

#catalogue #cat-mode-switcher.changeToBrand li.inactiveBrand a:hover {
	background: #d6262c !important;
	height: 30px;
}

#catalogue #cat-mode-switcher.changeToBrand li.inactiveBrand {
    margin-left: 0 !important;
}

#catalogue #cat-mode-switcher li {
	width: 77px !important;
}

#catalogue #catlist li.more-brands a {
	color: #cc1006 !important;
}

/* Right Sidebar Vendor Logos */
.vendor-logos {
	border-top: 1px solid #eee;
	padding-top: 15px;
	text-align:center;
}


/* Footer Styles */
#footerContainer {
	overflow: hidden;
	clear: both;
}
#footerSecure {
	background: url(../media/secure-payments.jpg) no-repeat 0 0;
	float: left;
	padding-top: 50px;
	font-size: 7pt;
	text-align: left;
	width: 400px;
}
#footerCopyright {
	width: 316px;
	text-align: center;
	float: left;
	font-size: 7pt;
	padding-top: 70px;
}

/* Payment Confirm Page Button Alignment */

#confirmDetails .submitButton {
	display: inline;
	vertical-align: middle;
	background: #666666 !important;
	width: 120px !important;
}

#confirmDetails #payment-details {
	margin-bottom: 13px;
}
.favTileShortDescription {
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn-success{
	background:#888;
	color:#fff!important;
	padding:3px 10px;
	border-radius:6px;
}
.associatedProd-tbl{
	float:left;
	width:100%;
	margin-bottom: 30px;
}
#processPayment button{
	width: auto;
	border-radius: 6px;
	background: rgb(102, 102, 102) none repeat scroll 0% 0% !important;
	padding: 2px 13px !important;
}

/* BYOD Styles */
#favBox,
.favBox {
	border: 1px solid #ccc;
	height:170px;
	overflow:hidden;
	padding:15px 4px;
	border-radius: 5px;
}

#favDetails,
.favDetails {
	height: 145px;
	overflow: hidden;
}


#favBox input.submit,
.favBox input.submit {
	margin-right: 0px !important;
}

.favBox input.specialAdd {
	width: 100px !important;
	background: url(../media/button-red-1.jpg) no-repeat !important;
}

.favBox input.specialInfo {
	background: none !important;
	color: black !important;
	width: 75px !important;
}

#favBox img,
.favBox img {
	border: none !important;
	float: left;
	max-width: 75px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 15px;
	padding: 3px;
}

#favBox:hover,
.favBox:hover {
}


#favBox form,
.favBox form {
	display: inline;
	margin: 0;
	padding: 0;
}

.favBox .addForm {
}

#favBox h5,
.favBox h5 {
	margin: 0;
	padding: 0;
	font: bold 12px/16px Tahoma;
	text-transform:uppercase;
	height: 32px;
	overflow: hidden;
}

#favBox .sell-price,
.favBox .sell-price {
	font: 15px Arial;
	color: #24B9FF;
	font-weight: bold;
}

.favBox .sellTaxLabel {
	font-weight: normal;
}

#favBox .retail-price,
.favBox .retail-price {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	text-decoration:line-through;
	display: none;
}

#favBox a,
.favBox a {
	color: #696969;
	text-decoration:none;
}

#favBox a:hover,
.favBox a:hover {
	color: #24B9FF;
	text-decoration:none;
}

.favTilePrices .exPrice {
	color: #696969;
	display: block;
	font: bold 15px Calibri;
}

#favImageTable {
	float: left;
}

.byod-product-logo {
	font: bold 12px/16px Tahoma;
	text-transform: uppercase;
}
.byod-product-logo .imageText img {
	/*margin-left: 10px;*/
	height: auto;
	width:75px;
}

.favBox input.favAdd {
	width: 100px !important;
	background: url(../media/button-red-1.jpg) no-repeat !important;
}

#shipping-details table th, #shipping-details table td{
	min-width: 110px;
}

div.Home-content #secondlevelnav {
	display: none;
}

.Checkout-content td input,
.Checkout-content td select {
	margin-top: -10px;
}

#elementContainer {
display: inline;
}

#confirmDetails  table td{
	padding: 0px !important;
}

.Orders-content td {
	padding-top: 0px;
}

span #singlePaymentItem {

}

.ui-dialog-buttonset .ui-button-text {
	font-size: 14px;
	padding: 0px !important;		
}


#pinHelp img {
	margin-bottom: 0px;
}
.favTileShortDescription {
	margin-top: 5px;
	margin-bottom: 5px;
}

.wrap-word{
	white-space: nowrap;
}

.tierMenu h3{
	max-width: 113px;
}

#processPayment button{
	width: auto;
	border-radius: 6px;
	background: rgb(102, 102, 102) none repeat scroll 0% 0% !important;
	padding: 2px 13px !important;
}

#basketForm .cart{
	white-space: nowrap;
	background: #888;
	border-radius:6px;
	padding:3px 10px;
	color: #fff;
}
/*--01-25-2016--*/

.product-list  td:first-child div.product-box {
    border-right: 1px dotted #bbb;
    margin-bottom: 20px;
}
.product-box{
	float:left;
	width: 99%;
	padding-bottom:10px;
}
.prod-cont{
	width: 100%;
	float: left;
}
.prod-cont-left{
	width:30%;
	float:left;
}
.prod-cont-right{
	width:70%;
	float:left;
}
.prod-img-box{
	width: 100%;
	float:left;
	padding:20px 0 5px 10px;
	height:80px;
}
.prod-logo-box{
	height:60px;
	float:left;
	padding-top:10px;
	color: transparent; /* hide vendor images in byod portals 2018-11-20 */
}
.prod-logo-box img{
	width: 60px;
	height:auto;
	float:left;
}
.imageText { /* hide vendor names in byod portals 2018-11-20 */
    display: none;
}

.prod-logo-box,
.prod-desc,
.prod-name,
.prod-price-box,
.prod-qty,
.prod-add-cart,
.prod-info-link{
	width: 100%;
	float:left;
	padding:5px 10px;
}
.prod-desc{height:60px;}
.prod-desc p{
	width: 94%;
	word-break:break-all;
	margin-top:0;
}
.prod-name{height:50px;}
.prod-name h5{
	width: 94%;
	margin:8px 0 0 0;
}
.prod-name h5 a{
	font-size:13px;
	color:#d6262c;
}
.prod-price-box{height:35px;}
.prod-price-box .price-cont{
	width:100%;
	float: left;
}

.price-cont strong {color:#1152a2;}

.price-cont span {color:#262626;}

.prod-add-cart .submit{
	background: #cc0001 none repeat scroll 0 0 !important;
    float: left;
    font-size: 13px !important;
    height: auto;
    margin-left: 0 !important;
    padding: 5px !important;
}
.prod-info-link .submit{
	background: #1152a2 none repeat scroll 0 0 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: normal !important;
    height: auto !important;
    padding: 5px !important;
    width: auto !important;
}