﻿.smalltab{
    display:inline-block;  
    cursor: pointer;  
    border-radius:4px;
    background:rgba(255,255,255,0.2);     
    padding:10px;
}

.smalltab:hover{
    background:rgb(128, 128, 128);     
}


.sTab{
    position:relative; 
    display:inline-block;  
    cursor: pointer;  
    z-index:55;
    }


.ArticlePageContainer{
    display: table; 
    width:100%;
    position:relative;
}

img.preview.transition {
    -webkit-transform: rotate(0deg) scale(1.9); 
    -moz-transform: rotate(0deg) scale(1.9);
    -o-transform: rotate(0deg) scale(1.9);
    transform: rotate(0deg) scale(1.9);
    }


img.preview:hover {
    z-index:102;
}


img.preview{     
    border-radius:8px;
    border:2px solid white;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.8);
    margin-right:20px;  
}

img.thumb{     
    border-radius:4px;
    border:2px solid white;
}

.ThumbTransition {
    -webkit-transform: rotate(0deg) scale(1.4); 
    -moz-transform: rotate(0deg) scale(1.4);
    -o-transform: rotate(0deg) scale(1.4);
    transform: rotate(0deg) scale(1.4);
}
img.thumb:hover {
    cursor:pointer;
}


.itemcontainer{
    width:100%;
}
.itemleft{
    display:table-cell;
}
.itemright{
    display:table-cell;
    width:100%;
    vertical-align:top;
}

.itemtext{
    color:white;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}
.itemdetailtext{
    padding-left:4px;
    padding-top:7px;
    color:white;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
}
#tabview{       
    position:relative;
    top:0px;       
}

@-moz-document url-prefix(){
    #tabview{       
        position:relative;
        top:5px;       
    }
}

.pricetext{
    color:white;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    text-align:right;
    align-content:center;
}

    

.cMore{
    margin-top:30px;
    margin-bottom:-30px;
    margin-right:60px;
    margin-left:60px;
    text-align:center;
    cursor: pointer;
    border-radius:6px;
    background:rgba(255,255,255,0.2);      
}

.cMore:hover{
    margin-top:30px;
    margin-bottom:-30px;
    margin-right:60px;
    margin-left:60px;
    text-align:center;
    cursor: pointer;
    border-radius:6px;
    background:rgba(255,255,255,0.5);      
}

.cMore img{
    margin-top:20px;
    margin-bottom:15px;
    margin-right:20px;
    margin-left:20px;
}

.fbPanel{
    border-radius:6px;
    background:rgba(255,255,255,0.5);  
}


.sTabCont{
    position:relative; 
    display:inline-block; 
    padding-left:16px;   
}


    
.droppable { 
    display:inline-block;
}


.itemtitle{
    text-align:center;
    color:white;
    font-size: 10pt;
}




