﻿/* Categories */

.prod-image
{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

    .prod-image img 
    {
        opacity:0;
        -moz-transition: opacity 2s; /* Firefox 4 */
        -webkit-transition: opacity 2s; /* Safari and Chrome */
        -o-transition: opacity 2s;
        transition: opacity 2s;
        max-width: 100%;
        height: auto;
        border:none;
        outline:none
    }

.sort-orders 
{
    float:left;width:100%;margin-bottom:30px;height:40px;line-height:40px;
}

    .sort-orders > .control
    {
        float:right;
    }
    
    .sort-orders .label
    {
        float:left;font-size:12px;color:#828282;margin-right:10px;
    }
    
    .sort-orders .input
    {
        float:left;width:150px;
    }
    
.cat-list
{
    float:left;width:100%;position:relative;
}

    .cat-list > .cat-item
    {
        float:left;padding:0 22px;width:141px;
    }
    
        .cat-item > .cat-image
        {
            width:100%;height:190px;border-bottom:1px solid #dbdbdb;display:table;table-layout:fixed;
        }
        
            .cat-image img
            {
                width:100%; /*fix for IE*/
            }

        .cat-item > .cat-desc
        {
            width:100%;height:140px;text-align:center;
        }
            
            .cat-desc > .cat-name
            {
                height:35px;font-size:12px;margin:10px 0 10px 0;font-weight:bold;color:#3a3a3a;overflow:hidden;
            }
            
            .cat-desc .shop_button 
            {
                text-decoration: none;
	            text-indent:0;
	            display:inline-block;
	            color:#ffffff;
	            font-size:12px;
	            font-weight:bold;
	            font-style:normal;
	            text-align:center;
	            padding:8px 20px;
	
	            -webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	            -moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	            -o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	            transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
            }

                .cat-desc .shop_button:hover
                {
                    text-decoration: none;
                    color: #ffffff;
        
                    -webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	                -moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	                -o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	                transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
                }
                
    .cat-loadmore
    {
        float:left;width:100%;text-align:center;
    }
    
        .load-more-button
        {
            color:#2d2d2d;font-size:14px;text-decoration:none;
            padding-right:20px;
            background:url(../images/more-down-arrow.png) no-repeat right;
    
            -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	        -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	        -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	        transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
        }

            .load-more-button:hover
            {
                color:#848484;
        
                -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	            -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	            -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	            transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
            }       

/* Details */

.prod-details-top
{
    float:left;width:100%;margin-bottom:30px;
}

    .prod-details-top .prod-image-placeholder
    {
        width:430px;min-height:400px;height:400px;float:left;display:table;table-layout:fixed;
    }
        
    .prod-details-top > .prod-details
    {
        width:300px;float:left;padding-left:10px;color:#3a3a3a;
    }
   
        .prod-details > .prod-type-desc
        {
            width:100%;font-size:24px;font-weight:bold;color:#3a3a3a;
        }
        
        .prod-details > .online-code
        {
            width:100%;line-height:28px;font-size:17px;font-weight:bold;color:#a6a6a6;
        }
    
        .prod-details .prod-desc
        {
            width:100%;position:relative;
        }
        
            .prod-desc .price
            {
                width:100%;margin:30px 0 40px 0;font-size:19px;font-weight:bold;height:30px;line-height:30px;display:none;
            }
            
                .price > .gst 
                {
                    color:#a6a6a6;font-size:14px;
                }
                
            .prod-desc .prod-details
            {
                padding:20px 0;border-bottom:1px solid #dddddd;border-top:1px solid #dddddd;display:none;
            }
                        
            .prod-desc .line-desc
            {
                width:100%;height:20px;line-height:20px;font-size:12px;
            }
            
                .line-desc > .label
                {
                    width:30%;float:left;color:#a6a6a6;
                }
                
                .line-desc > .info
                {
                    width:70%;float:left;
                }
                
            .prod-desc .small-desc
            {
                width:100%;font-size:9px;margin-top:10px;
            }
           
            .prod-desc .availability 
            {
                float:left;width:100%;
            }
            
                .availability > .site
                {
                    float:left;width:100%;font-size:12px;font-weight:bold;line-height:20px;height:20px;
                }
            
                    .site > .name
                    {
                        float:left;width:110px;
                    }
        
                        .site > .name.instock
                        {
                            color:#3e3e3e;
                        }
            
                        .site > .name.nostock
                        {
                            color:#c4c4c4;
                        }
                
                    .site > .instock_img
                    {
                        float:left;width:30px;
                        background:url(<%PROD-INSTOCK%>) no-repeat right;
                    }
                
                    .site > .nostock_img
                    {
                        float:left;width:30px;
                        background:url(<%PROD-NOSTOCK%>) no-repeat right;
                    }
                    
            .prod-desc .selection
            {
                float:left;width:100%;height:40px;margin:25px 0 20px 0;
            }
            
                .selection > .prod-list
                {
                    width:65%;float:left;
                }
                
                .selection > .qty-input
                {
                    width:35%;float:left;text-align:right;
                }
                
                    .qty-input > .label
                    {
                        float:left;margin-left:10px;line-height:40px;

                        background: #f9f9f9;
                        background: -webkit-linear-gradient(top, #f9f9f9, #ececec);
                        background: -moz-linear-gradient(top, #f9f9f9, #ececec) ;
                        background: -ms-linear-gradient(top, #f9f9f9, #ececec) ;
                        background: -o-linear-gradient(top, #f9f9f9, #ececec) ;
                        background: linear-gradient(to bottom, #f9f9f9, #ececec);
                        -webkit-border-radius: 2px;
                        -moz-border-radius: 2px;
                        border-radius: 2px;
                        color: #727272;
                        font-size: 12px;
                        padding:0 10px;
                    }
                    
                    .qty-input > .input
                    {
                        float:left;width:54px;
                    }
                    
    .prod-details-bottom
    {
        float:left;width:100%;
    }
    
        .prod-details-bottom .title
        {
            width:100%;height:30px;line-height:30px;font-size:14px;color:#3a3a3a;font-weight:bold;border-bottom:1px solid #dddddd;
        }
        
        .prod-details-bottom .content
        {
            width:100%;color:#3a3a3a;font-size:12px;padding-top:15px;height:300px;overflow:auto;
        }

        .prod-details-bottom .content ul, .prod-details-bottom .content ol
        {
            list-style-position:inside;
            margin-top:0;
            padding-left:5px;
        }         
        
        .prod-details-tabs
        {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .prod-details-tabs li 
            { 
                display: inline;
                margin-right: 15px;
            }
    
            .prod-details-tabs li a 
            { 
                text-decoration: none;
                color:#a6a6a6;
            }
    
            .prod-details-tabs li a.selected
            { 
                color:#3a3a3a;
            }           
         
/* Others */

.dropdown_v3
{
    width: 100%;
    height: 36px;
    overflow: hidden;
    background: #f9f9f9 url("../images/dropdown-v3-arrow.png") no-repeat;
    background: url("../images/dropdown-v3-arrow.png") no-repeat, -webkit-linear-gradient(top, #f9f9f9, #ececec);
    background: url("../images/dropdown-v3-arrow.png") no-repeat, -moz-linear-gradient(top, #f9f9f9, #ececec) ;
    background: url("../images/dropdown-v3-arrow.png") no-repeat, -ms-linear-gradient(top, #f9f9f9, #ececec) ;
    background: url("../images/dropdown-v3-arrow.png") no-repeat, -o-linear-gradient(top, #f9f9f9, #ececec) ;
    background: url("../images/dropdown-v3-arrow.png") no-repeat, linear-gradient(to bottom, #f9f9f9, #ececec);
    background-position: right 10px top 50%;
    float:right;
    margin-left:20px;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px #8a8a8a;
    -moz-box-shadow: 1px 1px 1px #8a8a8a;
    box-shadow: 1px 1px 1px #8a8a8a;
}

    .dropdown_v3 select 
    {
        background: transparent;
        width: -moz-calc(100% + 20px);
        width: -webkit-calc(100% + 20px);
        width: -o-calc(100% + 20px);
        width: calc(100% + 20px);
        padding: 5px 40px 5px 5px;
        font-size: 12px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 36px;
        -webkit-appearance: none;
        color: #727272;
    }                