/* 
following are the styles for the StyleSwitcher Bar
styles start with the gray breadcrumbs div 
*/
.crmbs{
position:relative;
height:32px;
color:#000;
background:#EFEFEF;
border-style:solid;
border-color:#fff #CACAD5 #D3D3DC #DFDFE6;
border-width:0 0 1px 0;
margin:0 15px 16px 15px;
}
.crmbs_text{
font-size:1em; 
color:#707070; 
font-family:"Trebuchet MS", "Times New Roman", Tahoma; 
background:#EFEFEF;
padding:9px 0  0 0;
}
/*  END- crumbs */

#theme_nav{
float:right;
display:inline;
margin:0 9px 0 0;
}
a.theme_nav_link:link, a.theme_nav_link:hover, a.theme_nav_link:active, a.theme_nav_link:visited {
display:block;
width:132px;
height:24px;
text-align:center;
color:#9B3428;
font-weight:bold;
padding:4px 0 0 0;
}
a.theme_nav_link:link{background: url('../images/theme_nav-bg.gif') no-repeat; text-decoration:none;}
a.theme_nav_link:hover{background: url('../images/theme_nav-bgHover.gif') no-repeat; text-decoration:underline;}
a.theme_nav_link:active{background: url('../images/theme_nav-bgHover.gif') no-repeat;}
a.theme_nav_link:visited{background: url('../images/theme_nav-bg.gif') no-repeat;}

a.hvr_bullets:link, a.hvr_bullets:visited{
text-decoration:none;
color:#0000FF;
background: url('../images/static_arrow_gray.gif') no-repeat;
background-position:center left;
padding:0px 0px  0px 18px;
}
a.hvr_bullets:hover{
text-decoration: underline;
background: url('../images/hvr_arrow_red.gif') no-repeat;
background-position:center left;
}


/* stylepic_box */
.stylepic_wrap{
position:absolute;
top:2.1em;
right:12px;
background:#EFEFEF;
border-style:solid;
border-color:#D3D3DC;
border-width:0 1px 1px 1px;
margin:0;
padding:0 2px 2px 2px; 
}
.stylepic_wrap ul{
width:118px;
list-style:none;
margin:0;
padding:0;
}
.stylepic_wrap ul li{
background:#E7EDFE;
margin:0;
padding:2px;
}
