.entry a:hover {
	color: #222;
}

#categorytable td.dragHandle {
	width:20px;
}

#categorytable td.showDragHandle {
	background-image: url(images/updown.gif);
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: move;
}
#categorytable td.bghighlight {
	background-color: #ccc;
	background-image: url();
}

#category_tree {
    float: left;
    width: 200px;
    border: none;
    border-right: 1px solid #ddd;
    padding: 8px 0;
    line-height: 16px;
}

#category_tree ul {
    list-style-type: none;
}

#category_tree .link {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

#category_tree .link_tertiary {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

#category_tree .selected {
    background-color: #DFDFDF;
}

#tree_toggle_icon {
	display: none;

}

#tree_controls {
    float: left; padding-right: 10px;
}
/* new styles */
#sector_filter {
	margin: 12px 0 10px 5px;
	width: 490px;
	padding: 7px 4px;
	background: #eee;
	border: 1px solid #aaa;
}
.sector_table {
	width: 500px;
	border: 1px solid #ccc;
}
.sector_table td {
    border: 0 !important;
}
.sector_table tr {
    border-bottom: 1px solid #eee;

}
#content_list, .description,#content_list table {
	float: left;
	width: 500px;
}
#content_list strong a {
	font-size: 12px;
}
#content_list a img {
	width: 80px;
	margin: 0 10px 0 0;
	/* border: 1px solid #bbb;
	padding: 2px;
	background: #eee; */
	border: none;
	float: right;
}
#content_list ul li a img {
	/* width: 50px;
	margin: 0 15px 0 0;
	border: 1px solid #bbb;
	padding: 2px;
	background: #eee;
	float: left; */
}
#content_list ul li a {
	font-size: 11px;
	font-style: normal;
}

.cat_description {
	font-size: 12px;
	margin-bottom: 10px;
}
.sub_description {
	font-size: 11px;
	color: #333;
}
#content_list ul {
	text-align: left;
	margin-bottom: 10px;
	float: clear;
}

#content_list ul li ul {
	margin: 5px 0 10px 0;
	
}
#content_list ul li.category_listing,#content_list ul li ul.category_listing  {
	margin: 0 0 15px 0;
	padding-bottom: 8px;
}

#content_list ul li ul a {
	font-size: 11px;	
	font-style: normal;
}
#content_list ul {
	clear: none;
	margin: 0;
	padding: 0;
}
#content_list ul li {
	border: 0;
	margin: 0;
	border-bottom: 1px dashed #eee;
	font-size: 11px;
}

/* Content List Buttons */
#content_list select {
	margin: 0 10px 8px 3px;
}
.product {
	margin: 15px 0 10px 5px;
	width: 500px;
}
.add-to-cart {
}
#breadcrumb {
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	background-color: #f6f6f6;
}

/* theme style */
.entry a {
	text-decoration: none;
}
.section .entry {
	border-bottom: none;
}
.entry ul, .entry ol {
list-style: none;
}

/* Shopping Cart */
#shopping_cart {
	border: none;
	float: right;
	font-size: 11px;
	width: 200px;
}
#shopping_cart ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#cart_items {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	list-style-type: none;
}
#cart_items li {
	border-top: 1px dotted #ccc;
}
a.get-a-quote {
	background-color: #31752b;
	border: 1px solid #73bb6d;
	color: #fff;
	padding: 6px 7px;
	float: right;
	font-size: 12px;
	line-height: 1;
	margin-top: -3px;
}
a.get-a-quote:hover{
	color: #fff;
	background: #519b4a ;
}
/* recently viewed */
#recently_viewed_items {
    clear: both; 
    width: 100%;
	margin: 5px;
	text-align: center;
	vertical-align:text-bottom;
}
#recently_viewed_items tr td{
	width: 20%;
}
#recently_viewed_items img {
	border: 0;
	float: ;
	width: 80px;
}
/* request a quote */
.request-a-quote {
	text-align: right;
	width: 390px;
}
.request-a-quote h2 {
	float: left;
}
.request-a-quote input {
	float: right;
	height: 18px;
	padding: 2px;
	margin: 0 0 8px 10px;
	width: 200px;
	
}
.request-a-quote .radio {
}
.request-a-quote select {
	float: right;
	border: 1px solid #ccc;
	height: 24px;
	padding: 2px;
	margin: 0 0 8px 10px;
	width: 210px;
}
.request-a-quote br {
clear: both;	
}

/* request a quote table */
.request-quote-table img {

	float: left;
}
/* product detail display */
#product-detail-display {
	border: 1px solid #ddd;
	float: left;
	width: 480px;
	margin: 5px 0 0 5px;
	padding: 10px;
}

.cart_item {
    padding-bottom: 40px;
}

.cart_thumb {
    width: 40px;
    height: 40px;
    float: left;
    border-style: hidden !important;
}

.item_delete img {
    border-style: hidden !important;
}

#quick_quote {
    position: absolute;
	top: 7px;
	right: 10px;
}

#quick_quote a {
    color: #fff !important;
	text-decoration: none;
}
#quick_quote a:hover {
   text-decoration: underline;
}

/* Sub List */
#content_list ul li.sub-list {
	border-bottom: 2px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fff;
	padding: 8px;
	margin: 0 0 15px 0;
	width: 420px;
	clear: both;
}
#content_list ul li.sub-list .sub-list-image  {
	float: left;
}

.recently_viewed_cell {
    border-left-style: dashed !important;
    border-left-width: 1px !important;
    border-right-style: dashed !important;
    border-right-width: 1px !important;
    border-color: #EEEEEE !important;
}

.left-billing {
    float: left;
}

.right-billing {
    float: left;
}

.right-billing input.button-primary {
    background:url("button-grad.png") repeat-x scroll left top #21759B;
    border-color:#298CBA;
    color:#FFFFFF;
    font-weight:bold;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
    -moz-border-radius:11px 11px 11px 11px;
    border:1px solid;
    cursor:pointer;
    font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size:12px;
    margin-top:-3px;
    padding:3px 10px;
    text-decoration:none;
    height: 25px;
    
}

.entry .request-quote-table img.product-image { width: 40px;  height: 40px; margin: 0; padding: 3px; float: left; border: none;}
.request-quote-table a {vertical-align: top;}
.request-quote-table img {vertical-align: top; border: none;}
.request-quote-table * {vertical-align: top;}



