/* BODY STRUCTURE */

#plans_box {
    background: url(../images/plans.gif) no-repeat;
    min-height: 30px;
}
#features_box {
    clear: both;
    height: auto;
    margin: 0;
    padding: 0;
}

#rendering {
    margin: 0 0 3em 0;
}
#plan {
    margin: 2em 0 3em 0;
}

table.plans_table {  
    font-family: Verdana, Arial, sans-serif;
    font-size: 90%;
    width: 100%; 
    border-collapse: collapse;
    margin: 0 0 2em 0;
}
#plans_sidebar {
    float: right;
    width: 200px;
    margin: 0 .75em .5em 1.5em;
    padding: 0 .5em .5em .5em;
}
tr.shaded {  
    background-color: #E6E6E6;
    width: 100%;
}
td {
    width: 25%;
    padding: .4em;
}
td.plan {
    width: 40%;
}
td.square_feet {
    font-weight: bold;
    width: 20%;
}
td.base {
    font-weight: bold;
    width: 20%;
}
td.cost_per {
    font-weight: bold;
    width: 20%;
}
td.feature {
    width: 80%;
}
td.cost {
    width: 20%;
}


/* LINKS */

a.screen {
    position: relative; 
    z-index: 1;
}
a.screen .large {
    background-color: #FFFFFF;
    position: absolute;
    left: 75px;
    height: 0; 
    visibility: hidden; 
}
a.screen:hover {
    text-decoration: none;
    z-index: 1000; 
    border: 0; 
}
a.screen:hover .large {
    cursor: pointer;
    z-index: 500; 
    visibility: visible; 
}
a.screen:hover .large img {
    border: 2px solid #EBEBEB; 
}


/* HEADINGS */

h3.plans {
    margin: 0;
}
h3#invisible {
    font-size: 10%;
    margin: 0;
    visibility: hidden;
} 
h3#right_side {
    margin: 0;
} 


/* TEXT */

#description {    
    font-family: Verdana, Arial, sans-serif;    
    font-weight: bold;      
    margin: 0 0 .25em 0;
    padding: 0;
}


/* LISTS */

ul.more_information {
    list-style-type: none;
    width: 450px;
    margin: 0;
}
li.shaded_item {
    background-color: #E6E6E6;
    width: 100%;
    padding: .35em;
    display: block;
}
li.clear_item {
    width: 100%;
    padding: .35em;
    display: block;
}
ul.right_side_links {
    list-style-type: none;
    line-height: 160%;
    width: 100%;
    margin-left: 0;
}
ul.right_side_links li {
    font-size: 110%;
    display: block;
    list-style-type: none;
    line-height: 160%;
    border-top: #FFFFFF solid 1px;
    padding: .1cm;
}
ul.right_side_links li.shaded {
    background-color: #E6E6E6;
}


/* IMAGES */

.hoverbox {
    font-family: Verdana, Arial, sans-serif;
    font-size: 100%;
    position: relative;
    float: left;
    margin: 0 .5em .25em 0;
    padding: 0;
}
.hoverbox ul li {
    list-style-type: none;
}
.thumbnail img {
    margin: 0 .5em .5em 0;
    border: 2px solid #EBEBEB;
}
.thumbnail:hover {
    border: 0;
}
.thumbnail:hover img {
    border: 2px solid #EBEBEB;
}
.thumbnail span { 
    text-decoration: none;
    color: #000000;
    background-color: #FFFFFF;
    position: absolute;
    left: -1000px;
    padding: 5px;
    visibility: hidden;
}
.thumbnail span img {
    padding: 2px;
    border: 0;
}
.thumbnail:hover span { 
    top: 0px;
    left: -500px;
    z-index: 2;
    visibility: visible;
}
