/* ######### CSS for Shade Tabs. Remove if not using ######### *

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs h3{
padding: 3px 0;
margin: 0px;
font: bold 16px Verdana;
text-align: left; /*set to left, center, or right to align the menu as desired*/
line-height: 1.5em;
}

.shadetabs h3 a{
padding: 3px 0;
margin: 0px;
font: bold 16px Verdana;
text-align: left; /*set to left, center, or right to align the menu as desired*/
line-height: 1.5em;
}

.shadetabs {
display: block;
margin: 3px;
}

.shadetabs a:link {
text-decoration: none;
position: relative;
padding: 3px 7px;
margin-right: 3px;
color:#bbbbbb;
}

.shadetabs a:visited{
text-decoration: none;
color: #bbbbbb;
}

.shadetabs a:hover{
text-decoration: underline;
color: #ffffff;
}


.shadetabs a.selected{ /*selected main tab style */
color: #ffffff;
text-decoration: none;
border: 0px;
}

.shadetabs a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}


.stepone{
   background-image:url('http://blogtest.discian.com/tabs/step-01-active.jpg');
   background-repeat: no-repeat;
   width: 324px;
   height: 276px;
   float: left;
   line-height: 1.75em;
   padding-left: 4px;
   color: #ffffff;
   font-weight: bold;
   font-size: 13px;
}

.stepone a {
    text-decoration: none;
}

.steptwo{
   background-image:url('http://blogtest.discian.com/tabs/step-02-active.jpg');
   background-repeat: no-repeat;
   width: 324px;
   height: 276px;
   float: left;
   padding-left: 8px;
   font-weight: bold;
   line-height: 1.5em;
   margin-top: 3px;
}

.steptwo-content{
   width: 290px;
   color: #ffffff;
   padding: 10px;
   position: relative;
   font-size: 13px;
}

.steptwo_off{
   background-image:url('http://blogtest.discian.com/tabs/step-02-off.jpg');
   background-repeat: no-repeat;
   width: 324px;
   height: 276px;
   float: left;
   padding-left: 8px;
   margin-top: 3px;
}
.stepthree-content{
   padding-left: 8px;
   padding-right: 25px;
   color: #ffffff;
   font-size: 13px;
}
.stepthree-content a{
   color: #ffffff;
}
.stepthree{
   background-image:url('http://blogtest.discian.com/tabs/step-03-active.jpg');
   background-repeat: no-repeat; 
   width: 324px;
   height: 276px;
   float: right;
   padding-left: 8px;
   font-weight: bold;
   margin-top: 3px;
}
.stepthree_off{
   background-image:url('http://blogtest.discian.com/tabs/step-03-off.jpg');
   background-repeat: no-repeat; 
   width: 324px;
   height: 276px;
   float: right;
   padding-left: 8px;
   margin-top: 3px;
}
