/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border-left: 1px solid #778;
border-right: 1px solid #778;
border-top: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
cursor:auto;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
border:0;
color:#fff;
border-top: 1px solid #82A361;
z-index:-1;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
z-index: -1;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
padding:0;
margin:0;
}

@media print {
.tabcontent {
display:block !important;
}
}


/* css for lawn mower data shadetabs */

.shadetabslm{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabslm li{
display: inline;
margin: 0;
}

.shadetabslm li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border-left: 1px solid #778;
border-right: 1px solid #778;
border-top: 1px solid #778;
color: #2d2b2b;
background: white url(shade_lm.gif) top left repeat-x;
cursor:auto;
}

.shadetabslm li a:visited{
color: #2d2b2b;
}

.shadetabslm li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabslm li a.selected{ /*selected main tab style */
position: relative;
border:0;
color:#fff;
border-top: 1px solid #7db5b5;
z-index:-1;
}

.shadetabslm li a.selected{ /*selected main tab style */
background-image: url(shadeactive_lm.gif);
}

.shadetabslm li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentlm{
display:none;
padding:0;
margin:0;
}

@media print {
.tabcontentlm {
display:block !important;
}
}


/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: 12px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #0099FF; /*navy border*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #666; /*text color*/
padding: 5px 5px;
text-decoration: none;
background: #D2E9FB;
border-right: 1px solid #0099FF; /*navy divider between menu items*/
border-bottom:1px solid #0099FF;
}

.indentmenu ul li a:visited{
color: #666;
}

.indentmenu ul li a.selected{
color: #666 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: #F1F1F4;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontentlmstyle{ /*style of tab content for lawn mowers container*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontentlm{
display:none;
}

@media print {
.tabcontentlm {
display:block !important;
}
}