/*  STYLESHEET (SCREEN) FOR PDC Section of SITE */


#cont {
background-image:url(../images/Parts/products/All_bgnd.jpg);
/*background-position:1px 0; */
background-repeat:no-repeat;
background-color:#F7F7F7;
min-height:675px; height:auto !important; height:675px;
} 

h1 {
margin: 22px 10px 25px 10px;
border-bottom:dashed 1px #999999;
}

/* Here weay may be able to take this out and put link to tabs.css on the calling page(s) --------- */

#tabs {
/* float:left; */
width:auto;
background-image: url(../images/tabs/bg.gif);
background-repeat:repeat-x; 
background-color: #ffffff;
background-color:#f7f7f7;
font-family: Arial, Helvetica, sans-serif;
margin:10px 10px 0 10px;
padding:0;
height:34px;
font-size:.90em;
}

#tabs ul {
margin:0;
padding:9px 10px 0 30px;
list-style:none;
text-align:center;
}
#tabs li {
float:left;
background:url("../images/tabs/left.gif") no-repeat left top;
margin:0 0 1em 0;
margin:0;
padding:0 0 0 9px;
}


#tabs a {
display:block;
background:url("../images/tabs/right.gif") no-repeat right top;
padding:5px 15px 4px 6px;
text-decoration:none;
}

#tabs #current {
background-image:url("../images/tabs/left_on.gif");
}

#tabs #current a {
background-image:url("../images/tabs/right_on.gif");
padding-bottom:5px;
}

#tablist li a:hover, {
background-color: #CCCCCC;
}



#tablist a {
display:block;
background:url("../images/tabs/right.gif") no-repeat right top;
padding:3px 15px 5px 6px;
text-decoration:none;
}


#tablist li a.current{
/* background: #f7f7f7; */
background-image:url("../images/tabs/right_on.gif");
margin-bottom:1px;
}

#tablist li.current{
/* background: #f7f7f7; */
background-image:url("../images/tabs/left_on.gif");
margin-bottom:1px;
}



/*
 #tablist #current {
background-image:url("../left_on.gif");
}

#tablist #current a {
background-image:url("../right_on.gif");
padding-bottom:5px;
}

*/

.tabcontent{
display:none;
}

.tabcontent h2{
color:#FF0000;
margin-bottom:15px;
padding-top:5px;
/*font-size:105%;*/
border-bottom: 1px dotted #CCCCCC;
padding-bottom:5px;
}

#SellingMessages{
width:auto;
background-color:#ffffff;
margin:0 10px 20px 10px;
padding:10px;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
min-height:306px; height:auto !important; height:306px;
}


/* These are the styles for parts group page -------------- */

#GroupContentTop{
width:472px;
margin-left:165px;
margin-bottom:5px;
padding:0;
padding-top:5px;
min-height:300px; height:auto !important; height:300px;
}

#GroupContentTop h2{
font-size:1.25em;
line-height:1.25em;
margin-top:0;
margin-left:165px;
padding-top:0;
}

#GroupContentTop li{
font-size:1.0em;
line-height:1.25em;
margin-top:0;
margin-left:30px;
padding-top:0;
}


