/**************************************/
/* WALL ART */
ul.wallart_options {
 width: auto;
 margin: 10px 10px 0 5px;
 display: block;
 border-top: 1px solid #a7a7a7;
 border-bottom: 1px solid #a7a7a7;
 list-style-type: none;
}
ul.wallart_options li {
 width: 49%;
 padding: 10px 0;
 display: inline-block; *display: inline; zoom: 1;
 text-align: center;
 vertical-align: top;
 cursor: pointer;
}
ul.wallart_options li.layout {
 width: 48.5%;
 border: 3px solid White;
}
ul.wallart_options li.layout.active {
 border: 3px solid #54ABE0 !important;
}
ul.wallart_options li.full {
 width: 100%;
}
ul.wallart_options li h2 {
 padding: 20px 5px 0;
 font-size: 14px;
 text-align: left;
}
ul.wallart_options li h2 small {
 font-weight: normal;
 font-size: 12px;
}
ul.wallart_options li div {
 padding: 5px 0;
}
ul.wallart_options li div img {
 border: 5px solid #fff;
}
/*
ul.wallart_options li:hover div img,
ul.wallart_options li.active div img {
 border: 5px solid #ffcc5a;
}
*/
ul.wallart_options li input[type=radio] {
 margin-left: 40px;
 display: inline-block; *display: inline; zoom: 1;
 vertical-align: top;
}
ul.wallart_options li label {
 display: inline-block; *display: inline; zoom: 1;
 vertical-align: top;
 text-align: left;
}
ul.wallart_options.panel_choice { border: none; }
ul.wallart_options.panel_choice.aig li { display: block; }
ul.wallart_options.panel_choice li:hover div img,
ul.wallart_options.panel_choice li.active div img,
ul.wallart_options.panel_choice.aig li:hover div img,
ul.wallart_options.panel_choice.aig li.active div img
 {
 border: 5px solid #fff;
}
ul.wallart_options.panel_choice li input[type=radio] {
 margin-left: 120px;
}
ul.wallart_options.panel_choice.aig li input[type=radio]{
    margin-left: 20px;
}
ul.wallart_options.panel_choice li div.diptych img,
ul.wallart_options.panel_choice li div.diptych img {
 width: 272px; height: 180px;
 background: url('../../images/products/wallart/diptych.png') no-repeat center top;
}
ul.wallart_options.panel_choice li div.triptych img {
 width: 341px; height: 180px;
 background: url('../../images/products/wallart/triptych.png') no-repeat center top;
}
/*ul.wallart_options.panel_choice li:hover div.diptych img,*/
ul.wallart_options.panel_choice li.active div.diptych img {
 background: url('../../images/products/wallart/diptych_active.png') no-repeat center top;
}
/*ul.wallart_options.panel_choice li:hover div.triptych img,*/
ul.wallart_options.panel_choice li.active div.triptych img {
 background: url('../../images/products/wallart/triptych_active.png') no-repeat center top;
}

ul.wallart_options.panel_choice.aig li div.diptych img {
 width: 272px; height: 180px; margin-left:-100px;
 background: url('../../images/products/wallart/diptych_aig.png') no-repeat center top;
}
ul.wallart_options.panel_choice.aig li div.triptych img {
 width: 341px; height: 180px;margin-left:-100px;
 background: url('../../images/products/wallart/triptych_aig.png') no-repeat center top;
}
/*ul.wallart_options.panel_choice.aig li:hover div.diptych img,*/
ul.wallart_options.panel_choice.aig li.active div.diptych img {
 background: url('../../images/products/wallart/diptych_aig_active.png') no-repeat center top;
}
/*ul.wallart_options.panel_choice.aig li:hover div.triptych img,*/
ul.wallart_options.panel_choice.aig li.active div.triptych img {
 background: url('../../images/products/wallart/triptych_aig_active.png') no-repeat center top;
}

.edit-pane-button, .edit-pane-tint-button, #tab_edit p  {
 cursor: pointer;
}

/* moved from BuildPolyptych.aspx */
#frame_details  
{
    font-size: 12px;
    width: 700px;
}

#frame_details .slider-window 
{
    box-shadow: 0 10px 12px -12px rgba(0, 0, 0, 0.4), 0 0 8px 0 rgba(0, 0, 0, 0.2);
    margin: 20px auto 15px;
    overflow: hidden;
}
        
#frame_details .slider-images img { float: left; }
        
#frame_details .slider-button 
{
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    margin: 0 4px;
    height: 12px;
    width: 12px;
    *zoom: 1;
}
#frame_details .slider-button.active { background: #0060A9; }
        
#frame_details .details-summary 
{
    margin: 20px;
    position: relative;
}     
        
#frame_details .details-txt, #frame_details .frame-summary 
{
    display: inline-block;
    margin: 0;
}
        
#frame_details .details-txt 
{
    display: inline-block;
    line-height: 1.5;
    width: 60%;
}
        
#frame_details .frame-summary 
{
    font-weight: bold;
    float: right;
    text-align: center;
    vertical-align: top;
    width: 39%;
}
        
#frame_details .price-label, #frame_details .price 
{
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
    width: 49%;
}
#frame_details .price { color: #F26522; }
        
#frame_details table 
{
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 17px 30px;
}
        
#frame_details table td 
{
    color: #707070;
    padding: 0 3px;
}        
        
#frame_details table td span 
{
    color: #000;
}

.wrap_content p {
    border: 3px solid White;
    width: 100px;
    padding: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}
