﻿
#ddimagetabs
{
}

#ddimagetabs a{ 
display: block;

text-decoration: none;
font: bold 12px Arial; /*tab font */
color: black; /*font color */
float: left;
display: inline;

width: 17px; /*width of tab image */
height: 17px; /*height of tab image */
line-height:17px;
margin-left: 0px; /*spacing between tabs */
direction:rtl;
padding-top: 0px; /*vertical offset of tab text from top of tab*/
background-image:url(https://www.bookswindow.com/Images/BackGround/boxoff.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}


#ddimagetabs a:hover, #ddimagetabs a.current{
color: black;

background-image:url(https://www.bookswindow.com/Images/BackGround/boxon.gif); /*URL to tab image onmouseover */

}

#tabcontentcontainer{
width:600px; /*width of 2nd level content*/
height:200px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
 
margin-top:0px;
}

.tabcontent
{    display: none;
      
}


