﻿.attributeForm {
    width:100%;    
    }
       
.attributeForm .attrImageContainer a {
    display:block;
    }      

.groupAttributeRow{
    display:none;
    }

.groupAttributeContainer{
    width:280px;    
    height:150px;
    padding: 5px;
    overflow: auto;
    background:#d8e7ef !important;
    }
   
.groupAttributeContainer li{
    list-style-type:none;
    padding: 2px;
    padding-left:15px;  
    }

.groupAttributeContainer li a{
    cursor:pointer;
    text-decoration:none;
    }   

.groupAttributes li a.selected, .groupAttributes li a.title:hover{
    font-weight:bold;
    }  

.groupAttributes li a.attributeControls{
    color:#B43131;
    }        




     
.attributeList {
    width: 370px;
    }     

.attributeList .breadCrubmCell {
    width: 360px;
    color:#30617F;
    }   

.attributeList .breadCrubmCell a {
    cursor:pointer;
    text-decoration:none;
    font-weight:bold;
    color:#30617F;
    }   
    
.attributeList .breadCrubmCell a:hover {
    text-decoration:underline;
    color:#649CBF;
    }   

.attributeList .breadCrubmCell .seperator {
    margin: 0 3px;
    font-weight:bold;
    }  
    
.attributeList .currentAttributeCell {
    padding: 5px !important;
    background:#649CBF;
    width: 360px;
    color:#fff;
    }    

.attributeList .currentAttributeCell a {
    color:#fff;
    margin-right:5px;
    cursor:pointer;
    }    

.attributeList .currentAttributeCell p {
    color:#30617F;
    }  

.attributeList .currentAttributeCell .attrImage {
    float:left;
    margin-right:10px;
    } 

.attributeList .currentAttributeCell h2 a {
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    font-size:1.2em;
    font-style:italic;
    cursor:pointer;
    }   

.attributeList .childAttributesList {
    min-height:100px;
    max-height:400px;
    overflow:auto;
    margin: 5px 0;
    } 
    
.attributeList .childAttributesList a {
    cursor:pointer;
    }   
           
.attributeList .childAttributesList .tr {
    border-bottom: dashed 1px #92BAD2;
    padding: 2px;
    margin: 0 5px;
    }    

.childAttributesList .singleCell {
    width:360px;
    }   

.attributeList .childAttributesList .tr:hover {
    background:#d8e7ef;
    border-bottom:none;
    } 

.attributeList .childAttributesList .tr:last-child {
    border-bottom: none;
    } 

.attributeList .childAttributesCell {
    width:330px;
    }
            
.attributeList .childAttributesCell .attrImage {
    float:left;
    margin-right:10px;
    }    
        
.attributeList .jqwc-button{
    width:1px !important;
    height:15px !important;
    float:right;
    margin-left:3px;
}

.attributeList .childAttributesCell .attributeInfo a {
    color:#B43131;
    }   
    
.attributeList .childAttributesCell .attributeControls {
    padding-top:5px;
    }   
    
.attributeList .singleCell {
    width:360px;
    }   
    
        
 .attributeArchiveList td {
    border-bottom: dashed 1px #92BAD2;
    padding: 2px;
    margin: 0 5px;
 	}
 	