@charset "utf-8";
/* Default Styles */

html, body, div, td, p, h1, h2, h3, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004735; }

a:hover { color: #ff00ff; }

.floatL { float: left; }
.floatR { float: right; }
	
body {
	margin: 0;
	padding: 0; }

body {
  	text-align: center;  }

#mainContainer {
  	margin: 0 auto;
  	width: 765px;
  	border-left: 1px solid #00694E; 
  	border-right: 1px solid #00694E; 	
  	border-bottom: 1px solid #00694E;
	background: url(../images/page-bg.gif) repeat-y;	
	text-align: left; } 

/* Header */
#header {
	background-color: #fff;
	}
#header .left {
	float: left;
	width: 244px;
	height: 110px;
	background-color: #fff;

}

#header .topaccount {
	text-align: right;}

#header .right {
	float: left;
	width: 507px;
	margin-left: 10px;
	height: 110px;
	text-align: right; }


#header .left img {
	margin: 12px 0 0 31px; }


#header .right {}

#globalNav {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;
}

#globalNav img {
	vertical-align: middle;
}

#globalNav a {
	text-decoration: none;
	 }
#globalNav a:hover {
	color: #662d91;	 
}	 



#globalNav a.basket {
	color: #f7931e;
	 }

#globalNav a.basket:hover {
	color: #fcf03f;
	 }


/* Search Bar */
#searchBar {
	clear: both;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #004735 url('../images/search-curve-bg.gif') top left no-repeat; }
	
#searchText {
	width: 355px;
	margin-left: 190px;
	margin-top: 8px;
	display: block;
	float: left;
 }
* html #searchText {
    margin-left: 95px;
     }

#searchButton {
	vertical-align: bottom;
	width: 58px;
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 6px; }

/* Main Navigation */

	#nav_bg {
		background: #D6EBB5;
		height: 36px;
		width: 765px;
	}
	#nav_area {
		height: 36px;
		float: right;
		width: 735px;
	}
	
		#nav {
			display: inline;
			margin: 0px;
			padding: 0px;
			
		}	
	
		#nav li {
			float: left;
			display: block;
			height: 36px;
			position: relative;
			padding: 0px;
			margin: 0px;
			z-index: 900;
		}
		
		#nav li ul {
			visibility: hidden;
			display: block;
			position: absolute;
			left: 0px;			
			width: 200px;
			margin: 0px;
			padding: 0px;
			padding-bottom: 1px;
			border-left: 1px solid #fbb03b;
			border-right: 1px solid #fbb03b;
			border-bottom: 1px solid #fbb03b;						
			background: #D5E9B8;
		}
		
		#nav li:hover ul, #nav .sfhover ul {
			visibility: visible;
			clear: left;
		}
		
			#nav li ul li {
				display: inline;
				width: 200px;
				height: 25px;
			}
				
			
			#nav li ul li a {
				display: block;
				padding-left: 10px;
				text-indent: 0px;
				height: 25px;
				width: auto;
				line-height: 25px;
				font-size: 12px;
				color: #000 !important;
				text-decoration: none;
				border-top: 1px solid #fbb03b;
			}
			
			#nav li ul li a:hover { text-decoration: none; background: #D5E9B8; color: #ff00ff !important; }
		
		#nav li a {
			display: block;
			height: 36px;
			margin: 0px;
			padding: 0px;
			text-indent: -9999em;
		}
		
		li.getacatalog {
			width: 125px;
			background: url(../images/nav-getacatalog.gif);
		}
		
		li.furniture { 
			width: 264px;
			background: url(../images/nav-furniture.gif);
		}
		
		li.classroom { 
			width: 136px;
			background: url(../images/nav-bts.gif);
		}

		li.specials { 
			width: 90px;
			background: url(../images/nav-specials.gif);
		}
		
		li.retail { 
			width: 112px;
			background: url(../images/nav-retail.gif);
		}
		
		li.getacatalog a:hover, li.getacatalog a.selected { 
			width: 125px;
			background: url(../images/nav-getacatalog-on.gif);
		}
		
		li.furniture a:hover, li.furniture a.selected { 
			width: 264px;
			background: url(../images/nav-furniture-on.gif);
		}
		
		li.classroom a:hover, li.classroom a.selected { 
			width: 136px;
			background: url(../images/nav-bts-on.gif);
		}
		
		li.specials a:hover, li.specials a.selected { 
			width: 90px;
			background: url(../images/nav-specials-on.gif);
		}
		
		li.retail a:hover, li.retail a.selected { 
			width: 112px;
			background: url(../images/nav-retail-on.gif);
		}
		
/* Left Navigation */
#leftNav {
	width: 162px;
	clear: both;
	float: left;
	background: #f7faf1;
}
#leftNavHeader {
	background: url('../images/left-nav-top-curve.gif') no-repeat;
	width: 162px;
	height: 47px;
}
#leftNavHeader img {
	margin-top: 21px;
	margin-left: 6px;
}
#leftNavContent {
	width: 161px;
	border-right: 1px solid #b2b2b2;
}
#leftNavContent .quickOrder {
	margin-left: 8px;
	padding-top: 10px;
	display: block;
	
}
#leftNavContent p {
	margin-left: 10px;
}
#leftNavContent h1 {
	color: #00a99d;
	margin: 12px 0 5px 10px;
}
#leftNavContent input {
	margin: 5px 0 0 0;
}
#leftNavContent p {
	line-height: 18px;
}

#itemNumber { width: 90px; }
#quantity { width: 20px; }

#categoriesContent {
        margin-top: 10px;
        margin-left: 3px;
        padding: 3px 0px 3px 10px;
        line-height: 18px;
}

#categoriesContent h1 {
        padding: 0;
        margin-left: 0px;
        font-size: 11px;
}

.category-products {
	margin: 0;
	list-style: none;
	color: #662d91;
	font-size: 11px;
}

.category-top {
	margin: 0;
	list-style: none;
        color: #004735;
	font-size: 11px;
}
#categoriesContent a {text-decoration: none;}

.treeview a:hover { color: #662d91; }

ul.treeview { margin-left: 2px; }
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #662d91;
	font-size: 11px;
}

.treeview li ul li a:hover { color: #FF00FF; }
.treeview li ul li {
	background: url('../images/bullet.gif') 3px 9px no-repeat; }

/*.categoryli {
       padding: 3px 0px 3px 10px;
       color: #ffffff;
}     */

.treeview li {
	margin: 0;
 padding: 3px 0px 3px 10px;
}


.treeview .hover { color: #FF00FF; cursor: pointer; }

#leftNavBottom { width: 162px; height: 14px; }

/* Main Content */
#mainContent {
	width: 603px;
	border-top: 1px solid #efa944;
	float: right;
	}
	
.promoMessage {
	display: block;
	font-weight: bold;
	margin: 0 0 0 11px;
	padding-top: 10px;
	color: #ff00ff;
}

#steps {
	margin: 4px 0 5px 9px;
	height: 51px;
	font-size: 14px;
	font-weight: bold;
}
#steps .stepNumber { 
	float: left;
	margin-right: 4px; }
	
#step1, #step1-2 {
	float: left;
	width: 292px;
}

#step1 .stepText {
	font-size: 12px;
	width: 97px;
	display: block;
	margin-right: 5px;
	float: left;
}
#step1 .stepText a, #step1 .stepText a:visited, #step1 .stepText a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #004735;
}
#step1-2 .stepText {
	font-size: 12px;
	width: 94px;
	display: block;
	margin-right: 5px;
	margin-top: 10px;
	float: left;
}
#step1-2 .stepText a, #step1-2 .stepText a:visited, #step1-2 .stepText a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #004735;
}

#step2 {
	float: left;
	width: 170px;
}
#step2 .stepText a, #step2 .stepText a:visited, #step2 .stepText a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #004735;
}
#step2 .stepText img {
	display: inline;
}

#step3 {
	float: left;
	width: 130px;
}

#step3 .stepText {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
#step3 .stepText a, #step3 .stepText a:visited, #step3 .stepText a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #004735;
}


#promoCode { width: 68px; }

.promoCodeBox { padding-top: 5px; }
.promoCodeBox a, .promoCodeBox a:visited { color: #ff00ff; font-weight: normal; }
.yourPromo { color: #00a99d; text-align: center; padding-top: 10px;  }


/* General center */
#content {
	margin-left: 10px;
	padding: 0;
	width: 574px;
	margin-bottom: 10px;
}
img {
	border: 0px none;
}

#productMainImage {
	border: 0px none;
	height: 80px;
	width: 120px;	
}

/* Featured Products */

#featured { margin-left: 10px; background: url('../images/featured-products-bg.gif') repeat-y; padding: 0; width: 574px; }
#featured td { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; }
#featured img { margin: 0; display: block; }
#featuredContent { 
	margin-left: 6px;
	width: 562px;
}
#featuredContent .description {
	text-align: center;
}
#featuredContent .description img{
	margin: auto;
}


#featuredContent .item {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 100px;
	width: 125px;
	vertical-align: middle;
	text-align: center;
}

#featuredContent .item img {
	margin: auto;
}

.pink { font-family: Arial, Helvetica, sans-serif; color: #ff00ff; font-weight: bold; font-size: 18px; }
.phonealert { font-family: Arial, Helvetica, sans-serif; color: #FF0000; font-weight: bold;}
.strikethru { font-family: Arial, Helvetica, sans-serif; text-decoration: line-through; font-size: 14px; }
.small { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

td.description { padding-top: 10px; line-height: 12px; }
td.description a {  margin-top: 10px; display: block; }


td.description p {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 3px auto 3;
	padding: 0;

}

#orangeFeatured {
	margin-left: 10px; 
	margin-top: 10px;
	width: 574px;
	background-color: #fbb03b;
	height: 99px;
}
#orangeFeaturedContent {
	display: block;
	float: left;
	width: 537px;
	height: 99px;
}
#orangeFeaturedContent p {
	color: #fff;
}


/* Product Listing */
#listing {
	margin-left: 10px;
}

#pageNavigator {
	margin-top: 28px;
	width: 574px;
	font-size: 12px;
}
#pageNavigator select {
	color: #636563;
	height: 20px;
	font-size: 11px;
}

.separator { 
	clear: both; 
	padding: 15px 0 7px 0;
	display: block;
}

#sortBox {
	float: left;
	font-size: 12px;
}

#pageNumberBox {
	float: right;
	font-size: 12px;	
}

#pageNumberBox a {
	font-size: 12px;
	text-decoration: underline;
}

#pageNumberBox a.current {
	text-decoration: none;
	font-weight: bold;
}

#orangeListing {
	width: 574px;
	background-color: #fbb03b;
	height: 66px;
	color: #000;
}
#orangeListing p { margin: 0; }

table.products {
	width: 574px;
	margin-top: 7px;
	text-align: center;
	background-color: #b7b7b7;

}
table.products td {
	padding-top: 20px;
	padding-bottom: 5px;
	background-color: #fff;

}

table.products td p {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 130px;
	height: 45px;
	margin: 5px auto 0 auto;
	padding: 0;

}

#listing table.products td div {
	margin-bottom: 10px;
}

#listing table.products td a img{
	padding-bottom: 4px;
}

/* Details */

#details {
	margin-left: 10px;
	width: 574px;
}

#productImage {
	float: left;
	width: 250px;
	text-align: center;
}

#productInfo {
	float: right;
	width: 312px;
}

#productInfo .productName {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

/*#productInfo .price {
	font-size: 18px;
	font-weight: bold;
	color: #ff00ff;
}*/

#productInfo .productActions {
	width: 300px;
	margin-top: 30px;
}

div.catalog {
	float: right;
	text-align: center;
	width: 104px;
	font-weight: bold;
}

div.productQuantity {
	float: left;
	margin-top: 20px;
	width: 160px;
	line-height: 35px;
}

div.productQuantity img {
	margin-top: 15px;
}

#productQuantity {
	width: 71px;
}

#productDescription {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}

#productDescription ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 20px;
}

#details table.products td {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* General rounded box layout */

#roundBox {
	margin-left: 10px;
	position: relative;
	top: -10px;

}

#boxBorder {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 572px;
	
}

#boxContents {
	width: 516px;
	position: relative;
	margin-left: 30px;
	margin-top: 10px;
}

LABEL.inputLabel {
	width:12em;
	float:left;
	margin:.3em;
}

/* Your Shopping Cart */

#yourBasket {
	margin-left: 10px;
	position: relative;
	top: -10px;

}
#shiftHeader {
	position: relative;
	top: 15px;
}
#basketContents {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 572px;
	
}

#yourBasket table {
	width: 516px;
	margin-left: 30px;
	margin-top: 10px;
}
#yourBasket table th {
	background-color: #d6ebb5;
	font-weight: bold;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
}

#yourBasket table td {
	background-color: #fff;
	line-height: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#yourBasket table td.cartSeparator {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0;
}

#yourBasket table td.last {
	padding-bottom: 10px;
}
#yourBasket tr.footer td {
	background-color: #d6ebb5;
	height: 24px;
	padding: 0px;
	font-weight: bold;
	padding-right: 5px;
}
	
#yourBasket .savings {
	color: #ff00ff;
	padding-right: 80px;
}
#yourBasket .subtotal {
	font-weight: bold;
}

#yourBasket table td .deleteButton {
	margin-top: 10px;
}
#yourBasket table td .strikethru, #yourBasket table td .pink {
	font-size: 11px;
}

#yourBasket .cartQuantity { 
	width: 43px;
}

/* Delivery */

#delivery {
	margin-left: 10px;
	background: url('../images/delivery-bg.gif') repeat-y; padding: 0; width: 573px;
}
#deliveryContent {
	margin-left: 30px;
	margin-right: 10px;
}
#deliveryContent h1{
	font-size: 14px;
	font-weight: bold;
	clear: both;
	margin: 10px 0 0 0;
}

#deliveryContent p{
	margin: 0 0 5px 0;
}

.shippingAddress { float: left; width: 167px; margin-top: 15px; margin-bottom: 10px;}
.changeAddress { margin-top: 30px;  }

#deliveryContent table td.option {
	width: 40px;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}

/* Footer */
#footer { 
	clear: both;
	background: url('../images/bottom-background.gif') no-repeat;
	width: 765px;
	height: 71px;
	text-align: center; }

#footer div {
	margin: 0 auto;
	padding-top: 50px;
}
#footer a, #footer a:visited { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
	
	
/* Auto complete styles */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/*
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	position: absolute;
	background-image: url(img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(img_inquisitor/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(img_inquisitor/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(img_inquisitor/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}