* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 21px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	clear: both;
}
a {
  outline: none;
}
#header {
	position: relative;
	height: 170px;
	z-index: 2;
}
#header.home {
	height: 100px;
	border-bottom: 2px solid #577537;
}
#header h1 a.logo {
	background-image: url(images/bandl_logo_original.gif);
	display: block;
	height: 91px;
	width: 130px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
}
#header h1 a.logo span {
	position: absolute;
	left: -9999px;
}

#header h2 {
	position: absolute;
	top: 25px;
	left: 155px;
	height: 37px;
	width: 200px;
	font-weight: normal;
	color: #45681B;
	border-left: 1px solid #45681B;
	padding-left: 12px;
	padding-top: 3px;
	font-size: 1.2em;
	line-height: 1.2em;
}

#header_nav {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #6A9913;
}
#header_nav a {
	color: #6A9913;
	text-decoration: none;
}
#search {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 222px;
	height: 25px;
}
#search input {
	height: 15px;
	width: 154px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 3px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#search .submit {
	width: 55px;
	height: 23px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
	right: 0px;
	left: 160px;
}
#nav {
	position: absolute;
	top: 97px;
	width: 800px;
	height: 73px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	left: 0px;
}
#nav ul {
	position: absolute;
	width: 794px;
	height: 35px;
	padding-left: 6px;
	bottom: -1px;
	left: 0px;
}
#nav ul li {
	display: block;
	float: left;
	list-style-type: none;
	position: relative;
	z-index: 3;
}
#nav ul li a {
	display: block;
	float: left;
	height: 25px;
	color: #0F5900;
	text-decoration: none;
	font-size: 12px;
	padding-top: 7px;
	background-color: #FFFFFF;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	margin-left: 0px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6A9913;
	margin-top: 3px;
}
#nav ul li a.equipment {
	/*background-image: url(images/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: 105px center;*/
	width: 143px;
}
#nav ul li a.service {
	width: 168px;
}
#nav ul li a.sales {
	width: 173px;
}
#nav ul li a.finance {
	width: 186px;
}
#nav ul li a.home {
	width: 115px;
}
#nav ul.sitewidenav li a.home {
	width: 155px;
}
#nav ul li a.nursery {
	width: 245px;
}
#nav ul li a.demil {
	width: 225px;
}
#nav ul li a.about {
	width: 160px;
}
#nav ul li a:hover, #nav ul li:hover a {
	background-color: #FFFFFF;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#nav ul li a#current {
	height: 28px;
	margin-top: 0px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}



/* Dropdowns

#nav ul li:hover ul, #nav ul li.sfhover ul {
	display: block;
}
#nav ul li ul {
	position: absolute;
	top: 34px;
	z-index: 100;
	display: none;
	left: 0px;
	padding-left: 0px;
	width: 140px;
}
#nav ul li ul li a { 
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	font-size: 1em;
	height: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 28px;
	text-align: left;
	margin-top: 0px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #E4E4E4;
	width: 110px;
}
#nav ul li ul li a.last {
	border-bottom: 1px solid #CCC;
}
#nav ul li ul li a:hover {
	color: #AF5111;
}
#nav ul li ul li ul {
	position: static;
}
#nav ul li ul li ul li a {
	font-weight: normal;
	width: 130px;
	padding-left: 38px;
	border-top-style: none;
	height: 15px;
	padding-top: 1px;
}

*/


#content {
	z-index: 1;
	position: relative;
	width: 800px;
}
#content a {
	color: #1959A2;
	text-decoration: none;
}
#content ul {
	margin-left: 30px;
	margin-bottom: 1em;
}
ul.spaced li {
	margin-bottom: 0.6em;
}
img.border {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
img.right_border {
	padding: 1px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
img.left_border {
	padding: 1px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
#home_content {
	margin-top: 10px;
	color: #666666;
}
#home_content #left {
	float: left;
	width: 493px;
}
#home_content #right {
	float: right;
	width: 293px;
}

#home_categories {
	height: 396px;
	width: 493px;
}
#home_categories ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#home_categories ul li {
	display: inline;
}
#home_categories ul li a {
	display: block;
	height: 94px;
}

#home_categories ul li a.nursery {
	background-image: url(images/home_ecats_nursery.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	height: 194px;
}
#home_categories ul li a.nursery:hover {
	background-image: url(images/home_ecats_nursery_over.jpg);
}

#home_categories ul li a.used {
	background-image: url(images/home_ecats_used.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
#home_categories ul li a.used:hover {
	background-image: url(images/home_ecats_used_over.jpg);
}

#home_categories ul li a.demil {
	background-image: url(images/home_ecats_demil.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
#home_categories ul li a.demil:hover {
	background-image: url(images/home_ecats_demil_over.jpg);
}
#home_categories ul li a span{
	position:absolute;
	left:-9999px;
}


#content #nursery_categories {
	list-style: none;
	margin-left: 0px;
}
#nursery_categories li {
	display: inline;
}
#nursery_categories li a {
	display: block;
	height: 98px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	width: 525px;
}
#nursery_categories li a.nursery {
	background-image: url(images/nursery_enter.jpg);	
}
#nursery_categories li a.nursery:hover {
	background-image: url(images/nursery_enter_over.jpg);
}
#nursery_categories li a.greenhouse {
	background-image: url(images/greenhouse_enter.jpg);
}
#nursery_categories li a.greenhouse:hover {
	background-image: url(images/greenhouse_enter_over.jpg);
}
#nursery_categories li a.bagging {
	background-image: url(images/bagging_enter.jpg);
}
#nursery_categories li a.bagging:hover {
	background-image: url(images/bagging_enter_over.jpg);
}
#nursery_categories li a.trimmers {
	background-image: url(images/trimmers_enter.gif);
}
#nursery_categories li a.trimmers:hover {
	background-image: url(images/trimmers_enter_over.gif);
}
#nursery_categories li a.used {
	background-image: url(images/used.jpg);
}
#nursery_categories li a.used:hover {
	background-image: url(images/used_over.jpg);
}
#nursery_categories li a span{
	position:absolute;
	left:-9999px;
}


h2.tab, #main_content h2.tab {
	background-image: url(images/green_tab_bg.gif);
	background-repeat: repeat-x;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1em;
	padding-left: 8px;
	padding-right: 8px;
	height: 20px;
	padding-top: 2px;
	float: left;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin-bottom: 0px;
}
#feature_products {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 16px;
}
#feature_products_content {
	clear: left;
	height: 213px;
	border: 1px solid #DADADA;
	padding-top: 10px;
	padding-left: 10px;
	background: url(images/feature_bg.gif) repeat-x left bottom;
}

/* Feature Slider CSS */
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 471px;
	height: 185px;
}
.sliderwrapper .contentdiv{
	left: 0;  /*leave as is*/
	top: 0;
	width: 470px;
	height: 185px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	position: absolute;
	background: #FFFFFF url(images/feature_bg.gif) repeat-x left 30px;
}
.pagination{
	width: 471px;
	height: 18px;
}
#content .pagination a {
	background-color: #B34F00;
	display: block;
	float: left;
	margin-right: 3px;
	text-decoration: none;
	height: 18px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 1px;
	color: #FFFFFF; !important
}
#content .pagination a:hover,#content .pagination a.selected{
	color: #FFFFFF; 
	background-color: #C27D46;
}
#feature_products_content .feature_image {
	float: left;
	background-color: #FFFFFF;
}
#feature_products_content .feature_text {
	float: left;
	width: 275px;
	margin-left: 35px;
	margin-top: 5px;
}
#feature_products_content .feature_text h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #597F30;
	margin-bottom: 5px;
}
#feature_products_content .feature_text p {
	margin-bottom: 1em;
}

/*End: Feature Slider CSS */


#news {
	position: relative;
	width: 293px;
}
#news_content {
	clear: left;
	height: 360px;
	border: 1px solid #DADADA;
	background: #FFF url(images/news_bg.gif) repeat-x bottom;
	font-size: 11px;
	line-height: 16px;
}
#news_content p {
	margin-bottom: 1em;
}
#news_content h3 {
	color: #B34F00;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0.6em;
}
#news_content img {
	margin-bottom: 0.5em;
}

/* Scroller CSS */
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 240px;
	height: 325px;
	left: 15px;
	top: 40px;
}

.Scroller-Container {
  position: absolute;
}
.Scrollbar-Track {
	width: 11px;
	height: 310px;
	position: absolute;
	top: 45px;
	left: 275px;
	visibility: visible;
	background: url(images/scroll_bg.gif) repeat-y;
}
.Scrollbar-Handle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 56px;
	cursor: pointer;
	cursor: hand;
	background: url(images/scroll_handle.gif);
}

.Scrollbar-Up {
	height: 14px;
	width: 11px;
	display: block;
	position: absolute;
	top: -14px;
	left: 0px;
	cursor: pointer;
	cursor: hand;
	background: url(images/scroll_top.gif) no-repeat;
}
.Scrollbar-Down {
	height: 14px;
	width: 11px;
	display: block;
	position: absolute;
	bottom: -14px;
	left: 0px;
	cursor: pointer;
	cursor: hand;
	background: url(images/scroll_bottom.gif) no-repeat;
}
/* End: Scroller CSS */
.newslink {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-bottom: 15px;
	font-size: 11px;
	background: #1959A2 url(images/bluetab.gif) repeat-x left top;
	border: 1px solid #2258A0;
}
.warranty {
	margin-bottom: 15px;
}
.lucus-greenhouse {
	margin-bottom: 15px;
}
.50thann {
}
#content .newslink a {
	color: #FFF;
}
#newsletter {
	position: relative;
	margin-top: 0px;
	width: 220px;
}

#newsletter_content {
	clear: left;
	background-image: url(images/newsletter_bg.gif);
	background-repeat: repeat-x;
	height: 96px;
	border: 1px solid #DADADA;
}
#newsletter_content .nl_thumbnail {
	position: absolute;
	left: -5px;
	top: 19px;
	visibility: visible;
}
#newsletter_content form {
	display: block;
	position: absolute;
	width: 130px;
	top: 40px;
	right: 5px;
	visibility: visible;
}

#newsletter_content input {
	height: 15px;
	width: 120px;
	border: 1px solid #CCCCCC;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 3px;
	margin-top: 5px;
	font-size: 0.95em;
}
#newsletter_content .join {
	width: 34px;
	height: 23px;
	margin: 5px 2px 0px 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}

a.salesrep {
	margin-top: 18px;
	display: block;
}
#main_content {
	color: #666666;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#main_content p {
	margin-bottom: 1em;
}
#main_content h2 {
	font-weight: normal;
	color: #0F5900;
	margin-bottom: 1em;
	font-size: 2em;
}
#main_content h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0F5900;
	margin-bottom: 0.3em;
}
#main_content #left {
	float: left;
	width: 525px;
}
#main_content #right {
	float: left;
	margin-left: 45px;
	width: 220px;
	margin-top: 0px;
	line-height: 1.5em;
	font-size: 0.95em;
}
#threecol {
	margin-top: 25px;
}
#left #threecol .col {
	float: left;
	width: 150px;
	margin-right: 15px;
}
p.attention {
	background-color: #EDFAE7;
	display: block;
	padding: 5px;
	border: 1px solid #509C01;
	color: #1F6412;
}
p.inline_link a {
	background-image: url(images/inline_link.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left 3px;
}
p.inline_link a:hover {
	text-decoration: underline;
}
#main_content #right h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	color: #1959A2;
}
#sales_popup, #sales_popup2, #sales_popup3, #sales_popup4, #sales_popup5 {
	position: absolute;
	left: 425px;
	width: 365px;
	top: 150px;
	display: none;
	z-index: 10;
}
.popup_top {
	background-image: url(images/popup_top.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 365px;
}
.popup_main {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ACACAC;
	border-left-color: #ACACAC;
	padding: 10px 20px 20px;
	background-color: #FFFFFF;
}
.popup_btm {
	background-image: url(images/popup_btm.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 365px;
}
.close_link {
	display: block;
	position: absolute;
	right: -3px;
	top: -3px;
	text-transform: uppercase;
	background-image: url(images/close_popup.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 14px;
	padding-right: 22px;
	font-size: 0.8em;
	line-height: 1em;
	padding-top: 5px;
	color: #666666;
}
.popup_main h3 {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 1.6em;
}
.popup_main h4 {
	margin-bottom: 8px;
	font-size: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 6px;
	display: block;
}
h3.south_east {
	color: #B34F00;
}
h3.north_east {
	color: #528917;
}
h3.central {
	color: #970F00;
}
h3.western {
	color: #01415B;
}
.popup_main .photo {
	height: 152px;
	margin-bottom: 15px;
}
.popup_main .photo .territory {
	float: right;
	border-style: none;
}
.popup_main .photo .rep {
	float: left;
	border: 1px solid #999999;
}
#map {
	width: 515px;
	border: 1px solid #CCCCCC;
	height: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}
a#sales_link5_4 {
	display: block;
	position: absolute;
	top: 450px;
	left: 480px;
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	width: 160px;
	text-align: center;
	z-index: 5;
}
p.demilcontact {
	display: block;
	width: 200px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
	background: #F2F2F2;
	border: 1px solid #CCC;
	letter-spacing: 2px;
	float: left;
	margin-right: 15px;
}
p.demilcontact a {
	font-size: 0.8em;
}
.getdirections input {
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 200px;
	color: #666666;
}
.getdirections .submit {
	color: #FFFFFF;
	background-color: #1959A2;
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-size: 0.9em;
	width: 100px;
}

#content #rightnav {
	display: block;
	margin-bottom: 20px;
	list-style-type: none;
	font-size: 1.1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 0px; 
}
#rightnav li {
	display: inline;
}
#rightnav a   {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/inline_link.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 20px;
	cursor: pointer;
	color: #1959A2;
}
#rightnav li ul {
	display: none;
}
#rightnav li ul.current {
	display: block;
}

#info_request {
	padding: 10px;
	background-color: #F3F7FA;
	border: 1px solid #CCCCCC;
}
#info_request table td {
	padding: 5px;
}
#info_request label {
	text-align: right;
	display: block;
	margin-right: 10px;
}
.divider {
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#info_request .submit {
	color: #FFFFFF;
	background-color: #1959A2;
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-size: 0.9em;
	width: 100px;
	margin-top: 10px;
}
#videotable {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#videotable td {
	padding: 4px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 0px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #1959A2;
}
#videotable tr {
	background-color: #DAE5F1;
}
#videotable tr.alt {
	background-color: #EAF0F6;
}
#videotable .equip_name {
	text-indent: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#videotable a {
	background-image: url(images/inline_link.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
	display: block;
	background-position: left 3px;
	margin-left: 5px;
}
#equip_cats {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#equip_cats.current {
	display: block;
}
.equip_cats {
	float: left;
	width: 173px;
	height: 175px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	background-image: url(images/newsletter_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.equip_cats:hover {
	background-position: left 90px;
	background-repeat: repeat-x;
}
#content .cat_title {
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	padding-top: 3px;
	background-image: url(images/green_tab_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 19px;
	background-color: #FFF;
	font-size: 10px;
}
#content .cat_title.tall {
	height: 35px;
	background-color: #6A9913;
	background-position: left bottom;
}
#cat_item {
	background-image: url(images/newsletter_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCCCCC;
	padding-bottom: 20px;
}
#cat_item h4.item_name {
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(images/green_tab_bg.gif);
	background-repeat: repeat-x;
	height: 16px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	padding-left: 10px;
	margin-bottom: 20px;
}
#cat_item  h4.proline {
	background-image: url(images/orange_tab_bg.gif); !important
}
#cat_item h4.proline img {
	float: right;
	margin-top: -4px;
	margin-right: 10px;
}
#cat_item .item_shrtdtl_img {
	float: left;
	margin-left: 10px;
	width: 150px;
}
#cat_item .item_shrtdtl {
	float: left;
	margin-left: 20px;
	width: 325px;
}
#detail {
	padding-left: 20px;
	margin-bottom: 20px;
}
#detail .top {
	margin-bottom: 15px;
}
#detail .top #small_image {
	float: left;
	margin-right: 25px;
	padding: 5px;
	font-size: 0.9em;
	text-align: center;
}
#detail .top .links a {
	background-color: #CC9900;
	display: block;
	float: left;
	margin-top: 5px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	width: 150px;
	margin-right: 100px;
	border: 1px solid #AA7F00;
	font-size: 0.95em;
	text-transform: uppercase;
}

#detail h3.item_name {
	margin-left: -20px;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(images/green_tab_bg.gif);
	background-repeat: repeat-x;
	height: 16px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	padding-left: 10px;
	margin-bottom: 20px;
}
#detail h3.proline {
	background-image: url(images/orange_tab_bg.gif); !important
}
#detail h3.proline img {
	float: right;
	margin-top: -4px;
	margin-right: 10px;
}
#detail table#specs {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-left: 20px;
}
#detail table#specs td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
#detail table#specs tr.alt {
	background-color: #F7F7F7;
}
.used-item {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 20px;
}
.used-item .image {
	float: left;
	width: 250px;
}
.used-item .text {
	float: right;
	width: 250px;
}
.used-item .text .new-price {
	text-decoration: line-through;
}
.used-item .text .sale-price {
	color: #F00;
}

#right a.whats_new {
	display: block;
	background-image: url(images/green_tab_bg.gif);
	background-repeat: repeat-x;
	height: 17px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 5px;
	line-height: 1em;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	width: 100px;
}
#right .demil_info {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
.advanced_search {
	margin-top: 10px;
	line-height: 2em;
}
img.newsimage {
	padding: 4px;
	border: 1px solid #CCC;
	margin-top: 15px;
	margin-bottom: 10px;
}
.video {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	height: 121px;
	position: relative;
	background: url(images/footer_bg.gif) no-repeat;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_nav .col {
	float: left;
	list-style-type: none;
	display: block;
	margin-left: 25px;
	margin-top: 15px;
	line-height: 1.8em;
}
#footer .copyright {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 0.9em;
	width: 240px;
}
.right_image {
	float: right;
	clear: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

