/* 

WOO CUSTOM STYLESHEET

---------------------



Instructions:



Add your custom styles here instead of style.css so it 

is easier to update the theme. Simply copy an existing 

style from style.css to this file, and modify it to 

your liking.



*/



.galleryImage {

float: left;

width: 35%;

}



.galleryInfo {

float: right;

width: 60%;

}



div#featured {

background: none;

background-color: #FFFFFF;

}

table#compare { border: 1px solid #999999; }
table#compare td { text-align: center; height: 25px; }
table#compare td.header {
    font-weight: bold;
    padding-left: 5px;
    background: #d7d7d7;
    text-align: left;
}

table#compare td.label {
    text-align: left;
    font-weight: bold;
    padding-left: 25px;
}

table#compare th {
    text-align: center;
}

tr.alt { background: #eeeeee; }

div.package {
    border: 2px solid #999999;
    float: left;
    width: 225px;
    margin: 0 10px 10px 0;
}

div.package h2 {
    padding-left: 5px;
}

#dimmer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    z-index: 500;
    text-align: center;
    background-color: rgb(0, 0, 0);
    opacity: 0.7; 
    -moz-opacity:0.70; 
    filter: alpha(opacity=70); 
}

#every {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 600px;
    width: 300px;
    border: 2px solid black;
    background: #FFFFFF;
    text-align: left;
    z-index: 1000;
    padding-top: 10px; 
    margin-left: -300px;
    margin-top: 0;   
    padding: 10px;
    text-align: left; 
}

#every ul li {
padding: 0;

}









