.gallery_main
{
position:relative;
top:0px;
left:0px;
width: 600px;
height: 1000px;


}
.gallery_title
{
position: absolute;
top:20px;
left:10px;
height:45px;

}
.gallery_title_title
{
font-family:verdana;
font-size:20px;
font-weight:900;
color:#c40001;
}
.gallery_screen
{
position:absolute;
top:22px;
left:260px;
width:320px;
height:240px;

}
.gallery_specs
{
position:absolute;
top:304px;
left:250px;
width:350px;
height:440px;
}
.spec_headers
{
color:#c40001;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
border-bottom-color:#c40001;
border-bottom-style:solid;
border-bottom-width:thin;
}
.gallery_tabs
{
position:absolute;
top:304px;
left:6px;
width:220px;
height:400px;

}
.gallery_shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 1px;
font: bold 10px Verdana;
list-style-type: none;

text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.gallery_shadetabs li{
display: inline;
margin: 0;
padding-bottom:1px;


}

.gallery_shadetabs li a{
text-decoration: none;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
padding:4px;
background-color:#F0F0F0;

}
.gallery_back
{
position: absolute;
top: 2px;
left: 10px;
width:100px;
height:100px;
}

.gallery_shadetabs li a:visited{
color: #2d2b2b;
}

.gallery_shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.gallery_shadetabs li.selected{
position: relative;
top: 1px;
}

.gallery_shadetabs li.selected a{ /*selected main tab style */

border-bottom-color: white;
background-color:#ffffff;

}

.gallery_shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;

}

.gallery_tabcontentstyle{ /*style of tab content oontainer*/
width: 200px;
margin-bottom: 1em;
padding: 2px;
border-color:#cccccc;
border-width:1px;
border-style:solid;
height:400px;
}
.thumbs
{border-color:#000000;
border-style:solid;
border-width:2px;
}

.gallery_tabcontent{
display:none;
text-align:left;
background-color:#CCCCCC;
overflow:auto;
height:400px;
scrollbar-face-color:#990000; 
scrollbar-track-color:white; 
scrollbar-arrow-color:white; 
scrollbar-shadow-color:white; 
scrollbar-dark-shadow-color:white; 
scrollbar-3dlight-color:white; 
scrollbar-highlight-color:white
}

@media print {
.tabcontent {
display:block!important;
}
}
























