/* 
    Document   : usedequipment
    Created on : May 22, 2009
    Author     : andrewh
    Description: 
*/

div#main_center ol, div#main_center ul {
    margin-left:0;
    padding:0;
}

div#main_center ol li, div#main_center ul li {
    list-style:none;
    margin-left:0;
    left:0;
}

div#used_equipment_container {
    margin:10px 0 40px 0;
    width:590px;
}

div#used_equipment_container div.content_header div.left {
	position:absolute;
	top:0;
	left:0;
	width:10px;
	height:24px;
	display:block;
	background:url(../images/left_cap.jpg) no-repeat;
}

div#used_equipment_container div.content_header {
	position:relative;
	width:590px;
	height:24px;
	overflow:hidden;
	display:block;
	background:#cc0000 url(../images/right_cap.jpg) right top no-repeat;
	color:#FFFFFF;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:3px 0 0 10px;
}

div#used_equipment_container ul, li, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
div#used_equipment_container ul {
	width:600px;
}

div#used_equipment_container li {
	list-style:none;
	/*padding: 4px 0 4px 0;*/
}

div.expanded { background-image:url(../images/minus_button.gif); }
div.expanded div.expanded { background-image:url(../images/red_arrow_right.gif); }
div.expanded a.expanded { color:#cc0000; }
/*div.expanded div.expanded a.expanded { color:#333333; }*/
div.collapsed { background-image:url(../images/plus_button.gif); }
div.collapsed div.collapsed{ background-image:url(../images/gray_arrow_right.gif); }
div.collapsed a.collapsed { color:#333333; }
div.row_gray { background-color:#FAFAFA; }
div.row_white { background-color:#FFFFFF; }

div.level0 {
    border-bottom:1px solid #999999;
	background-repeat:no-repeat;
	text-indent:20px;
	font-weight:bold;
	font-size:14px;
}

div.level0 div {
    margin-left:20px;
}

div.level0 a {
	color: #333333;
	text-decoration:none;
	text-indent:25px;
	font-size:13px;
    display:block;
    width:400px;
    padding:3px 0 2px 0;
}
div.level0 a.active { color:#CC0000; }

div.level1 {
    color: #999999;
	background-repeat:no-repeat;
    width:500px;
    padding:0;
    margin:0;
}

div.level1 div {
    margin-left:10px;
}

div.level1 a {
	color: #999999;
	text-indent: 10px;
	font-size: 12px;
}
div.level1 a.active { color:#333333; }

div.active { background-image:url(../images/red_arrow_right.gif); }

div.level2 {
	background-image:url(../images/gray_arrow_right.gif);
	background-repeat:no-repeat;
    margin-left:15px;
}

div.level2 p {
    color: #999999;
    font-size:12px;
    width:400px;
    text-indent:0;
    margin-left:20px;
}

a.level2 {
    display:block;
    background-image:none;
}

a.level2_active {
    background-image:url(../images/red_arrow_right.gif);
    background-repeat:no-repeat;
}

a.level3 {
    display:block;
    margin-left:10px;
}

div.level3 {
    background-image:url(../images/gray_bullet.gif);
    background-position:left top;
	background-repeat:no-repeat;
    width:500px;
}

/*div.level3 div {
    margin-left:15px;
    background-image:url(../images/gray_bullet.gif);
    background-position:left top;
	background-repeat:no-repeat;
    width:500px;
}*/

div.level3 p {
    color: #999999;
    font-size:12px;
    width:400px;
    margin-bottom:10px;
    margin-left:15px;
    display:block;
    text-indent:0;
}

/* ---------- Pagination ---------- */
form.ue_frm {
    display:block;
    margin:10px 0 0 0;
    padding:0;
}

div.ue_results {
    float:left;
    color:#999999;
}

div.ue_pagination {
    float:right;
    color:#999999;
}

div.ue_pagination a {
    color:#999999;
    text-decoration:none;
}

div.ue_pagination a:hover {
    color:#cc0000;
}

div.ue_pagination a.active {
    color:#cc0000;
}

div.ue_pagination a.prev {
    position:relative;
    background:url(../images/gray_arrow_left.gif) left no-repeat;
    padding:0 10px 0 10px;
}

div.sr_pagination a.prev:hover { background:url(../images/red_arrow_left.gif) left no-repeat; }

div.ue_pagination a.next {
    background:url(../images/gray_arrow_right.gif) right no-repeat;
    padding:0 10px 0 10px;
}

div.ue_pagination a.next:hover { background:url(../images/red_arrow_right.gif) right no-repeat; }
