#intro_text_paintings{
   border: none;
   padding: 0px;
   margin: 0px;
   width: 300px;
   height: 60px;
   position: absolute;
   top: 70px;
   left: 0px;
   background-color: transparant;
}

#listbox {
   width: 157px;
   height: 24px;
   font-weight: normal;
   color: #555555;
   padding-left: 5px;
   padding-top: 6px;
   position: absolute;
   top: 120px;
   left: 74px;
   background-color: transparant;
   background-image: url(images/listbox.jpg);
   background-repeat: no-repeat;
}

#painting {
   width: 300px;
   height: 160px;
   text-align: center;
   position: absolute;
   top: 155px;
   left: 0px;
   background-color: transparant;
}

.faded{
   visibility: hidden;
   filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5);
}

.image_paintings {
   border: none;
   padding: 0px;
   margin: 0px;
   width: 99px;
   height: 160px;
}

#container_properties {
   width: 300px;
   height: 55px;
   padding: 0px;
   margin: 0px;
   text-align: center;
   position: absolute;
   top: 320px;
   left: 0px;
   background-color: transparant;
}

#painting_title {
   font-weight: bold;
   color: #333333;
   background-color: transparant;
}

#painting_price {
   padding-left: 10px;
   font-weight: bold;
   font-size: 8pt;
   color: #333333;
   background-color: transparant;
}

#painting_description {
   background-color: transparant;
}

#buttons_cart {
   width: 300px;
   height: 25px;
   padding: 0px;
   position: absolute;
   top: 365px;
   left: 0px;
   text-align: center;
}
#buttons_center1 {
   width: 70px;
   height: 25px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
#buttons_center2 {
   width: 140px;
   height: 25px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
#button_add_to_cart {
   width: 65px;
   height: 25px;
   padding-left: 5px;
   font-weight: bold;
   text-align: left;
   float: left;
   background-image: url(images/cart_button.jpg);
   background-repeat: no-repeat;
}
#button_view_cart {
   width: 65px;
   height: 25px;
   padding-left: 5px;
   font-weight: bold;
   text-align: left;
   float: left;
   background-image: url(images/cart_button.jpg);
   background-repeat: no-repeat;
}
#cart_contents {
   width: 300px;
   height: 25px;
   padding: 0px;
   margin: 0px;
   position: absolute;
   top: 385px;
   left: 0px;
   text-align: center;
   color: green;
}

#line{
   border: none;
   padding: 0px;
   margin-bottom: 10px;
   margin-left: 35px;
   width: 300px;
   height: 19px;
   position: absolute;
   top: 402px;
   left: 0px;
   text-align: center;
   background-image: url(images/line.jpg);
   background-repeat: no-repeat;
}

#buttons{
   border: none;
   padding: 0px;
   margin: 0px;
   width: 300px;
   height: 15px;
   float: left;
   position: absolute;
   top: 420px;
   left: 0px;
   background-color: transparant;
}

#arrow_previous{
   border: none;
   padding: 0px;
   width: 10px;
   height: 7px;
   float: left;
   background-image: url(images/button_previous.gif);
   background-repeat: no-repeat;
   background-position: left;
}

#arrow_previous:hover{
   border: none;
   padding: 0px;
   width: 10px;
   height: 7px;
   float: left;
   background-image: url(images/button_previous_hover.gif);
   background-repeat: no-repeat;
   background-position: left;
}

#counter{
   border: none;
   padding: 0px;
   margin-top: 2px;
   width: 280px;
   height: 15px;
   float: left;
   text-align: center;
   background-color: transparant;
}

#arrow_next{
   border: none;
   padding: 0px;
   width: 10px;
   height: 7px;
   float: left;
   background-image: url(images/button_next.gif);
   background-repeat: no-repeat;
}

#arrow_next:hover{
   border: none;
   padding: 0px;
   width: 10px;
   height: 7px;
   float: left;
   background-image: url(images/button_next_hover.gif);
   background-repeat: no-repeat;
}

#dropdown_list{
   position: absolute;
   top: 144px;
   left: 72px;
   width: 149px;
   height: auto;
   border:0px;
   display: none;
   z-index: 99;
}

#dropdown_top{
   width: 147px;
   height: 5px;
   border: 0px;
   font-size: 1px;
   align: right;
   margin-left: 2px;
   background: url(images/bx_top_v1.gif) no-repeat;
}

#dropdown_body{
   width: 147px;
   height: auto;
   border: 0px;
   margin-left: 2px;
   background: url(images/bx_middle_v1.gif) repeat;
}

#dropdown_bottom{
   width: 149px;
   height: 20px;
   border: 0px;
   background: url(images/bx_bottom_v1.gif) no-repeat;
}

.dropdown_item{
   width: 140px;
   margin-left: 5px;
   font-family: "Trebuchet MS";
   font-size: 8pt;
   font-weight: normal;
   color: #555555;
   text-decoration: none;
   display: block;
}

.selected_item{
   font-weight: normal;
   color: #b78100;
}

.counters{
   display: inline;
   font-weight: bold;
   text-decoration: none;
   padding: 0px;
   color: #666666;
}

.counters:hover{
   color: #b78100;
}
