﻿.ShowartworkTabs .ajax__tab_header
{
    height: 35px;
}
.ShowartworkTabs .ajax__tab_outer
{
}

.ShowartworkTabs .ajax__tab_inner
{
}

.ShowartworkTabs .ajax__tab_tab
{
    margin-right: 0px;
}

.ShowartworkTabs .ajax__tab_hover .ajax__tab_outer
{
}

.ShowartworkTabs .ajax__tab_hover .ajax__tab_inner
{
}

.ShowartworkTabs .ajax__tab_hover .ajax__tab_tab
{
}

.ShowartworkTabs .ajax__tab_active .ajax__tab_outer
{
}

.ShowartworkTabs .ajax__tab_active .ajax__tab_inner
{
}

.ShowartworkTabs .ajax__tab_active .ajax__tab_tab
{
}

.ShowartworkTabs .ajax__tab_body
{
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #f3f3f3;
    padding: 15px;
}

.AccordianBody 
{
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #e7e7e7;
    padding: 15px;
}

.AccordianHeader 
{
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-image: url(/images/icons/bar_header.gif);
    padding: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #07314b;   
    cursor: pointer;       
}

.AccordianHeader  .FromPrice
{
    color: #666666;
	position:absolute;
	right:50px;
}

.AccordianHeaderSelected  .FromPrice
{    
	position:absolute;
	right:50px;
}

.AccordianHeaderSelected
{
    background-image: url(/images/icons/bar_header.gif);
    padding: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff; 
    overflow: auto; 
}

