/* CATALOGUE :: Title and Sub-Title
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#catalogue > h3 {
    margin:10px 0 0 0;
    font-size:2em;
    color:#09C;
}
#catalogue > p {
    color:#3B3B3B;
    font-size:1.2em;
    text-align:justify;
    font-style:italic;
}

#catalogue .goBack {
	float: left;
}



/* COVERFLOW :: Main Wrapper
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#coverflow-wrap{
    width:100%;
    -webkit-user-select:none;
    -webkit-user-drag:none;
    -webkit-tap-highlight-color:rgba(255, 255, 255, 0);
    background:url('../img/catalogue/slider/bg.png') no-repeat scroll center bottom transparent;
}



/* COVERFLOW :: Covers Slider
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#coverflow-wrap .coverflow{
    width:100%;
    height:410px;
    position:relative;
    overflow:hidden;
}



/* COVERFLOW :: Navigation
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#coverflow-wrap .navigation{
    display:block;
    text-align:center;
    padding:4px 0 10px 0;
}
#coverflow-wrap .navigation a{
    display:inline-block;
    cursor:pointer;
    text-decoration:none;
    text-indent:-9999px;
    height:22px;
    line-height:22px;
}
#coverflow-wrap .navigation .indexes {
    display:inline-block;
}
#coverflow-wrap .navigation .indexes a {
    width:14px;
    background:url('../img/catalogue/slider/dots.png') no-repeat scroll left center transparent;
}
#coverflow-wrap .navigation .indexes a.current{
    background-position:right center;
}
#coverflow-wrap .navigation .arrow {
    width:18px;
    background:url('../img/catalogue/slider/slider_arrows.png') no-repeat scroll left top transparent;
}
#coverflow-wrap .navigation .arrow.next{
    background-position:right bottom;
}
#coverflow-wrap .navigation .arrow:hover{
    background-position:left bottom;
}
#coverflow-wrap .navigation .arrow.next:hover{
    background-position:right top;
}



/* COVERFLOW :: Captions
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#coverflow-wrap #captions{
    height:60px;
    width:100%;
    overflow:hidden;
    padding-bottom:30px;
}
#coverflow-wrap #captions > div{
    position:relative;
    display:none;
    width:100%;
    float:left;
}
#coverflow-wrap #captions > div.active{
    display:block;
}
#coverflow-wrap h3,
#coverflow-wrap p{
    margin:0;
    padding:0;
    text-align:center;
}
#coverflow-wrap h3{
    font-size:2em;
    color:#038ecf;
}
#coverflow-wrap p{
    color:#555;
}
#coverflow-wrap .catalogue_cover{
    overflow:hidden;
    padding:4px 5px;
    z-index:100;
}

#coverflow-wrap .catalogue_cover .frame{
    border:1px solid #a1a3a2;
    overflow:hidden;
    height:99.5%;
}

#coverflow-wrap .catalogue_cover img{
    max-width:100%;
}



/* CATALOGUE :: Sections Bar
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#sections_bar{
    height:66px;
    border:1px solid #DBDBDB;
    border-radius:5px;
    margin:0 0 30px 0;
    text-align:center;
    padding:1px;
}
#sections_bar > a{
    margin:0;
    padding:0;
    display:block;
    float:left;
    height:66px;
    width:61px;
    background:url('../img/catalogue/sections/bg.png') repeat scroll left top transparent;
    text-decoration:none;
    position:relative;
	border-left:1px solid #FFFFFF;
    border-right:1px solid #D9D9D9;
}
#sections_bar > a .image{
    display:block;
    height:100%;
    width:100%;
    background:none no-repeat scroll center center transparent;
}
#sections_bar > a .point{
    display:none;
    position:absolute;
    left:50%;
    bottom:-7px;
    background:url('../img/catalogue/sections/arrow.png') no-repeat scroll center top transparent;
    width:11px;
    height:7px;
    margin-left:-5.5px;
}
#sections_bar > a:hover,
#sections_bar > a:active,
#sections_bar > a.active{
    background:url('../img/catalogue/sections/bg_hover.png') repeat scroll left top transparent;
}
#sections_bar > a.active .point{
    display:block;
}

#sections_bar > a.first-child{
	border-left:0 none;
}
#sections_bar > a.last-child{
	border-right:0 none;
}


/* CATALOGUE :: Category Banner
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#catalogue .banner_wrap{
    height:112px;
    border-radius:5px;
    border:1px solid #5fb7dd;
    background-color:#fff;
    margin-bottom:20px;
}
#catalogue .banner_wrap .banner{
    height:96px;
    margin:8px;
    overflow:hidden;
    background:none no-repeat scroll center center transparent;
    background-size:100% 100%;
}
#catalogue .banner_wrap .banner p {
    margin:25px 0 0 12px;
    color:white;
    font-size:2.5em;
    font-style:italic;
    text-shadow:1px 1px 2px rgba(0, 0, 0, 0.9);
    line-height:1em;
}



/* CATALOGUE :: Categories Grid
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#catalogue .category_grid{
    margin:20px 0;
}
#catalogue .category_grid > a{
    display:block;
    width:122px;
    height:122px;
    padding:6px;
    float:left;
    margin-right:5px;
    margin-top:8px;
    cursor:pointer;
    position:relative;
    text-decoration:none;
    background:none no-repeat scroll center 32px #fff;
    line-height:1em;
}
#catalogue .category_grid > a:hover{
    -webkit-box-shadow:inset 0px 0px 3px #5fb7dd;
       -moz-box-shadow:inset 0px 0px 3px #5fb7dd;
            box-shadow:inset 0px 0px 3px #5fb7dd;
}
#catalogue .category_grid >a.last {
    margin-right:0;
}


/* CATALOGUE :: Products List
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#products_grid{
    margin:20px 0;
}
#products_grid > div{
    width:31.8%;
    height:143px;
    display:inline-block;
    margin-right:1%;
    margin-bottom:8px;
    overflow:hidden;
    position:relative;
}
#products_grid > div.last{
    margin-right:0;
}

/* image */
#products_grid > div > a.thumb{
    display:block;
    width:100px;
    height:100px;
    border:1px solid #e2e2e2;
    float:left;
    background:none no-repeat scroll center center transparent;
    text-decoration:none;
    position:absolute;
    top:8px;
    left:8px;
}
#products_grid > div > a.thumb img:not(.promo){
    display:none;
    opacity:0.4;
}
#products_grid > div > a.thumb:hover img{
    display:block;
    transition:opacity 200ms linear 0s;
}

#products_grid > div > .thumb .promo {
    position: absolute;
	bottom: 5px; left: 0;
}

#products_grid > div > .thumb .promo.badge {
	left: 5px;
}

/* description */
#products_grid > div > .desc{
    color: #6b6b6b;
    height:102px;
    padding:8px 8px 8px 118px;
    cursor:pointer;
}
#products_grid > div > .desc p{
    line-height:1.1em;
}
#products_grid > div > .desc span,
#products_grid > div > .desc strong{
    color: #0090d1;
}
#products_grid > div > .desc div{
    height:48px;
    overflow:hidden;
    line-height:1.4em;
    font-size:1em;
}

/* options wrapper */
#products_grid > div .options{
    height:16px;
    width:100%;
    text-align:right;
    overflow:hidden;
}

/* options colors */
#products_grid > div > div .colors{
    height:10px;
    background:url(../img/catalogue/products/bg_colors.png) no-repeat top right #dbdbdb;
    padding:3px 6px 3px 8px;
    display:inline-block;
}
#products_grid > div > div .colors div{
    float:left;
    height:10px;
    max-width:91px;
    overflow:hidden;
}
#products_grid > div > div .colors a{
    display:block;
    float:left;
    width:10px;
    height:10px;
    margin-right:3px;
    text-decoration:none;
}
#products_grid > div > div .colors > a{
    color:#1F211C;
    margin-right:0;
    line-height:1em;
    text-align:center;
}

/* options more info */
#products_grid > div > div .info {
    height:16px;
    width:56px;
    background:url('../img/catalogue/products/bg_info.png') no-repeat scroll 0 0 transparent;
    color:#1F211C;
    line-height:16px;
    text-align:center;
    text-decoration:none;
    display:inline-block;
}


/* CATALOGUE :: Pagination
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#pagination{
    clear:both;
    width:100%;
    height:20px;
    overflow:hidden;
    margin-bottom:20px;
}
#pagination > div{
    width:50%;
}
#pagination > div+div{
    text-align:right;
}
#pagination a{
    display:inline-block;
    height:18px;
    line-height:18px;
    text-align:center;
    margin-left:3px;
    text-decoration:none;
    cursor:pointer;
}
#pagination a:hover,
#pagination a:active,
#pagination a.active{
    color:#6B6B6B;
}
#pagination .arrow{
    width:20px;
    background:url('../img/catalogue/products/pagination_arrows.png') no-repeat scroll left center transparent;
}
#pagination .arrow.next{
    background-position: right center;
}


.catalogue .product_sheet {
    position: relative;
}


/* CATALOGUE :: Product Sheet
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#product_sheet .info{
    color:#6b6b6b;
    padding-bottom:20px;
}
#product_sheet .info h3{
    font-size:2em;
    color:#0090d1;
    margin:0 0 5px 0;
    float: left;
    margin-top: -7px;
}
#product_sheet .info h3 small{
    color:#6b6b6b;
}

#product_sheet .info .note {
    color: #878787; 
    font-size: 0.9em;
    margin-top: 10px;
    float: right;
}


#product_sheet .info .image{
    display:block;
    width:200px;
    height:200px;
    float:left;
    cursor:pointer;
    position:relative;
    background:none no-repeat scroll center center #fff;
    margin-right:25px;
    text-decoration:none;
}
#product_sheet .info .details{
    width: 472px; float: left;
}
#product_sheet .info .details > p{
    max-height:80px;
    height:100%;
    overflow:hidden;
}
#product_sheet .info .details table{
    width:99%;
}

#product_sheet .promo {
	position: absolute;
	bottom: 10px; left: 0;
}

#product_sheet .promo.badge {
	left: 10px;
}

/* download button */
#product_sheet .download {
    width:122px;
    height:25px;
    line-height:25px;
    cursor:pointer;
    background:url('../img/catalogue/products/btn_download.png') no-repeat scroll left top transparent;
    float:left;
    text-align:center;
    text-decoration:none;
    color:#fff;
	margin-top: 10px;
}
#product_sheet .download:active,
#product_sheet .download:hover{
    background-position:left bottom;
}

/* product icons */
#product_sheet .icons {
    float: left;
	margin-top: 10px;
}

#product_sheet .icons a {
    display: block;
    float: left;
    margin-right: 5px;
    opacity: 0.5;
    transition: opacity 250ms ease 0s;
}

#product_sheet .icons a:hover {
	opacity: 1;
}

/* success order message */
#product_sheet .order_msg{
    background:url('../img/catalogue/products/check.png') no-repeat scroll left center transparent;
    padding-left:20px;
    color:#6aaa2f;
    line-height:25px;
    display:none;
}

/* slider */
#product_sheet .product_colors{
    position:relative;
    margin:20px 0;
    height:90px;
    width:100%;
    background:url('../img/catalogue/products/bg_colors_large.png') no-repeat scroll center center transparent;
}
#product_sheet .product_colors > div{
    height:70px;
    position:absolute;
    top:10px;
    left:40px;
    right:40px;
    bottom:10px;
    overflow:hidden;
}
#product_sheet .product_colors .scroll{
    height:70px;
    position:relative;
}
#product_sheet .product_colors .arrow{
    position:absolute;
    top:0;
    width:40px;
    height:90px;
    text-decoration:none;
    display:block;
}
#product_sheet .product_colors .arrow.left{
    left:0;
}
#product_sheet .product_colors .arrow.right{
    right:0;
}
#product_sheet .product_colors .arrow span{
    position:relative;
    top:35px;
    left:21px;
    display:block;
    width:11px;
    height:21px;
    background:url(../img/catalogue/products/colors_arrows.png) no-repeat scroll left bottom transparent;
    cursor:pointer;
}
#product_sheet .product_colors .arrow.right span{
    background-position:right bottom;
}

#product_sheet .product_colors .arrow.left:hover span{
    background-position:left top;
}
#product_sheet .product_colors .arrow.right:hover span{
    background-position:right top;
}

/* slider contents */
#product_sheet .product_colors .img_color{
    width:64px;
    height:64px;
    float:left;
    margin:0 9px;
    overflow:hidden;
    padding:2px;
    position:relative;
}
#product_sheet .product_colors .img_color:last-child{
    margin-right:0;
}
#product_sheet .product_colors .img_color a{
    display:block;
    opacity:0.8;
    position: absolute;
    left: 1px; top: 1px;
    -webkit-transition:opacity 250ms ease 0s;
       -moz-transition:opacity 250ms ease 0s;
         -o-transition:opacity 250ms ease 0s;
        -ms-transition:opacity 250ms ease 0s;
            transition:opacity 250ms ease 0s;
}
#product_sheet .product_colors .img_color a span{
    position:absolute;
    bottom:-22px;
    right:-1px;
    opacity:0.8;
    min-width:23px;
    height:22px;
    padding-left:2px;
    padding-right:2px;
    color:#fff;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 0.9);
    box-shadow:-1px -1px 1px rgba(0, 0, 0, 0.2);
    text-align:center;
    line-height:23px;

    -webkit-transition:250ms ease;
       -moz-transition:250ms ease;
         -o-transition:250ms ease;
        -ms-transition:250ms ease;
            transition:250ms ease;

    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
#product_sheet .product_colors .img_color a:hover{
    opacity:1;
}
#product_sheet .product_colors .img_color a:hover span{
    bottom:2px;
}

/* tabs */
#product_sheet .tabs{
    width:100%;
    padding-bottom:20px;
}
#product_sheet .tabs a{
    color:#6b6b6b;
    text-decoration:none;
    margin-right:18px;
    font-size:1.4em;
}
#product_sheet .tabs a:hover,
#product_sheet .tabs a:active,
#product_sheet .tabs a.active{
    color:#018FCF;
}
#product_sheet .tab_content{
    display:none;
    width:100%;
}
#product_sheet .tab_content.active{
    display:block;
}
#product_sheet .tab_content > div > p.info{
    border-top:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4;
    padding-left:35px;
    color:#878787;
    background:url('../img/catalogue/products/info.png') no-repeat scroll 10px 1px transparent;
    margin-bottom:15px;
}

/* table wrapper */
#product_sheet .table_wrap{
    margin-bottom:20px;
    -webkit-border-radius:6px;
       -moz-border-radius:6px;
            border-radius:6px;
}
#product_sheet .table_wrap > div{
    overflow:hidden;
}
#product_sheet .table_wrap > div.floatL,
#product_sheet .table_wrap > div.floatR{
    width:48%;
    margin-bottom:20px;
}

/* table */
#product_sheet .table{
    width:100%;
    margin:0;
}
#product_sheet .table th{
    background-color:#d3d3d1;
    color:#222b30;
    height:32px;
    line-height:32px;
    text-shadow:1px 1px 2px #fff;
    text-align:center;
    border-right:1px solid #2ea4d6;
}
#product_sheet .table.grey th{
    border-right:1px solid #d3d3d1;
}
#product_sheet .table th:last-child{
    border-right:0 none;
}
#product_sheet .table td{
    border-right:1px solid #2ea4d6;
    text-align:center;
    vertical-align:middle;
    color:#3b3b3b;
    padding:6px 10px;
}
#product_sheet .table td.left{
    text-align:left;
}

#product_sheet .table .small td{
    font-size:0.9em;
}

#product_sheet .table.grey td{
    border-right:1px solid #d3d3d1;
}

#product_sheet .table.grey.line td{
    border-top:1px solid #d3d3d1;
}

#product_sheet .table td:last-child{
    border-right:0 none;
}

#product_sheet .table tr.alt{
    background-color:#e5e5e5;
}
#product_sheet .table.lines td{
    border:1px solid #D3D3D1;
}

/* split */
#product_sheet .separator{
    height:5px;
    margin:20px 0;
    background:url('../img/catalogue/products/bg_colors_large.png') no-repeat scroll center bottom transparent;
}

/* product related */
#product_sheet .relatedItems > h5{
    margin:10px 0 0 0;
    font-size:2em;
    color:#09C;
}


/* CATALOGUE :: Advanced Search Form
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#catalogue_search{
    padding-bottom:20px;
}
#catalogue_search > form > ul,
#catalogue_search > form > ul > li{
    list-style:none;
    display:block;
    margin:0;
    padding:0;
    color:#6B6B6B;
}
#catalogue_search > form > ul > li{
    padding-top:10px;
}
#catalogue_search > form > ul > li > div,
#catalogue_search > form > ul > li label.floatL{
    width:33%;
}
#catalogue_search > form > ul > li label{
    font-size:1.2em;
    line-height:2em;
    display:block;
    color:#6B6B6B;
    margin-top:10px;
}
#catalogue_search > form > ul > li input[type="text"],
#catalogue_search > form > ul > li select{
    border:1px solid #D1D1D1;
    padding:2px 4px;
    line-height:1.5em;
    color:#7A7A7A;
    -webkit-border-radius:6px;
       -moz-border-radius:6px;
            border-radius:6px;
}
#catalogue_search > form > ul > li input[type="text"]{
    width:400px;
}
#catalogue_search > form > ul > li input[type="text"].small{
    width:100px;
}
#catalogue_search > form > ul > li select{
    min-width:200px;
}
#catalogue_search > form > ul > li label a{
    text-decoration:none;
}
#catalogue_search .colorsWrap{
    display:none;
    width:100%;
}
#catalogue_search .colorsWrap > .title {
    position:relative;
}
#catalogue_search .colorsWrap > .title > p{
    position:absolute;
    z-index:1;
    left:50%;
    top:-10px;
    background-color:#EEF2F3;
    font-size:1.2em;
    color:#09C;
    text-align:center;
    margin-left:-15%;
    width:30%;
}
#catalogue_search .colorsWrap label{
    width:33%;
    float:left;
} 
#catalogue_search .colorsWrap input{
    vertical-align:middle;
}
#catalogue_search .colorsWrap span{
    display:inline-block;
    width:10px;
    height:10px;
    vertical-align:middle;
}
#catalogue_search li.buttons {
    text-align:right;
    padding-top:10px;
}

#catalogue #list_sort .select {
	margin-right: 10px;
}

#catalogue #list_sort .sort_dir {
    margin-top: 5px;
    text-decoration: none;
}
#catalogue #list_sort .sort_dir:hover, .catalogue #list_sort .sort_dir.active {
    color: #6B6B6B;
}
#catalogue #list_sort .sort_dir + .sort_dir {
    margin-left: 5px;
}
#catalogue #list_sort .sort_dir span {
    float: left;
}
#catalogue #list_sort .sort_dir .arrow {
    background: url("../img/catalogue/products/arrows_related.png") no-repeat scroll left top transparent;
    display: block;
    height: 6px;
    margin-left: 3px;
    margin-top: 5px;
    width: 11px;
}
#catalogue #list_sort .sort_dir .arrow.asc {
    background-position: left top;
}
#catalogue #list_sort .sort_dir .arrow.desc {
    background-position: left bottom;
}
