/* eBay Pro Shop CSS */

Body {
margin: 0px;
padding: 0px;
font-family: arial;
background-image:
url('images/logobg.jpg');
background-repeat: repeat-x;
}


h1.blog {margin-left: 5px; margin-right: 5px; padding-left:5px;  padding-right:5px; font-size: 95%; font-weight: strong; border-style: solid; border-width: 1; border-color: #333333; background-color: #99cc00;}

h2.blog {margin-left: 15px; margin-right: 15px; font-weight:stong; font-size: 95%;}

p.blog {margin-left: 15px; margin-right: 15px; font-size: 90%;}



a.nav:link {color: #000000; text-decoration: none}
a.nav:visited {color: #000000; text-decoration: none} /*Replace with ffcc00 or gray when ready */
a.nav:hover {text-decoration: underline}

/* Nav Box */

div#unity_box {position: relative; width: 108px; height: 100px; z-index: 4; border-style: solid; border-width: 1; border-color: #666666; padding-left: 0px; padding-right: 0px;  background-color: #ffffff; margin-bottom: 5px;}

h3.phvs {color: black; width: 108px; background-color:#99cc00; padding-left: 2px; padding-right: 0px; font-size: 95%;} 

h3.ladieshvs {color: white; width: 108px; background-color:#ff66cc; padding-left: 2px; padding-right: 0px; font-size: 95%;} 

h3.phvsdata {padding-left: 5px; padding-right: 2px; margin-top: -7px; font-size: 75%; font-weight: 500; }


div#poll_box
{position: relative; margin-bottom: 5px;}





/* VERT MENU */

#vertmenu {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 95%;
width: 110px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block; 
background-color:#99cc00;
font-size: 90%; 
padding: 1px 0 1px 1px;
border: 1px solid #808080;
color: #333333;
margin: 0px;
width:110px;
}

/*Pink for ladies - THIS WORKED FOR CASCADING THE H1 */
#vertmenu h1.pink
{background-color:#ff66cc;}

#vertmenu ul {
list-style: none;
font-size: 85%; 
margin: 0px;
padding: 0px;
border: none;  
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #99cc00;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:110px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #ebebeb;
}










/* WORKING ON A NEW CSS BOX BELOW BEFORE MOVING TO TABLES - BOXY ALMOST WORKS*/




/* Nav Box 2*/

div#boxy
{display:block; top:35px; left:35px; width:110px; border:1px solid #888; padding:0px; text-align:left; font-weight:normal; font-size: 100%; color:#000;}

h4
{
padding:0px; margin:0px auto; background:blue;line-height:20px;
}

div#boxy 
a:visited, #menu a 
{display:block; width:108px; height:20px; margin:0 auto; border-top:0px solid #000; border-bottom:0px solid #000; text-align:left; text-decoration:none; line-height:20px; font-size: 100%; color:#000;}

div#boxy a:hover 
{background:red; color:#fff; text-decoration:underline;}









/* New Nav Box Play - changing to p=s and using margin bottom is prob the way to go*/

div#golf_nav_box {position: relative; width: 108px; height: 300px; z-index: 4; border-style: solid; border-width: 1; border-color: #666666; padding: 1px;  background-color: #ffffff;}

p.phvs {color: black; width: 105px; background-color:#99cc00; margin: 0px; padding-left: 5px; padding-right: 0px; font-size: 105%;} 

p.phvsdata {font-size: 75%; font-weight: 500;}

p.ladieshvs {color: white; width: 108px; background-color:#ff66cc; padding-left: 5px; padding-right: 0px; font-size: 105%;} 

p.phvsdata {padding: 3px; margin: 5px; font-size: 75%; font-weight: 500;}








/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 14px Arial;
}


#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 5px 36px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/pinkbg.gif) top right no-repeat;
border-top: 1px solid #d3bdbe; /*top border style*/
border-bottom: 3px solid #ffa1a3; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}



#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(images/pinkbgover.gif); /*background image swap on hover*/
}


<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->