/* CSS Document */

/* -------------------------- Styles for the GALLERIES -------------------------- */
#gallery-container {
float: left;
width:720px;
overflow: hidden;
padding: 12px;
}



#gallery-item-container {
float: left;
width: 130px;
height: 160px;
padding-bottom: 20px;
margin-right: 11px;
margin-bottom: 11px;
}

#gallery-item-thumb {
float: left;
width: 130px;
height: 100px;
border: 1px solid #c7c7c7;
}

#gallery-item-text {
float: left;
padding-top: 5px;
width: 130px;
overflow: hidden;
font-weight: bold;
}


#gallery-btn-forsale {
float: left;
padding: 5px;
line-height: 10px;
overflow: hidden;
font-size: smaller;
border: 1px solid #e7e7e7;
margin-top: 4px;
background-image: url(../images/base-btn-orange.gif);
background-repeat: repeat-x;
color: #3366cc;
font-weight: bold;
}






/* -------------------------- Styles for the IMAGE PAGE -------------------------- */
#gallery-image-container {
float: left;
width: 694px;
overflow: hidden;
border: 1px solid #c7c7c7;
}

#gallery-image-buttons {
float: left;
width: 694px;
overflow: hidden;
text-align: center;
padding-top: 10px;
}

#gallery-image-text {
float: left;
margin-top: 10px;
margin-right: 10px;
width: 330px;
overflow: hidden;
}

#gallery-image-paypal-container {
float: left;
padding: 10px;
margin-top: 10px;
width: 332px;
overflow: hidden;
background-color: #f4f4f4;
border: 1px solid #d7d7d7;
}

#gallery-image-paypal-unit {
float: left;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 20px;
overflow: hidden;
}









