#selection .shadetabs{
padding: 3px ;
margin-left: 0;
margin-top: 50px;
margin-bottom: 10px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#selection .shadetabs li{
display:inline;
margin:0 0 0 8px;
}


#selection .shadetabs li a{
display:inline;
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #000;
color: #2d2b2b;
background: #BBB;
line-height:25px}

#selection .shadetabs li a:visited{
color: #000;
}

#selection .shadetabs li a:hover{
background:#eee
}

#selection .shadetabs li.selected{
position: relative;
top: 0px;
}

#selection .shadetabs li.selected a{ /*selected main tab style */
background: #eee;
}

#selection .shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background:#eee}

#selection .contentstyle{
border: 0px solid gray;
width: 400px;
margin-bottom: 1em; padding: 0;
background:transparent;
line-height:40px;
}


#selection .contentstyle  li img{
border: 1px solid #000;
float:left;
width:100px;
height:100px;
margin-right:12px}


#selection .contentstyle  img{
border: 0px solid #fff;
}
#selection .contentstyle a{
display:block;
height:102px;width:372px
}


h6 {color:#eee;padding-left:10px;font-size:small}

