@import url(fonts.min6654.css?v1);

*{
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    text-decoration: none;
    outline: none;
}

body{
    width: 100%;
    /*min-height: 768px; */
    margin: 0 auto 0 auto;
    /*background-color: #333333;*/
    background: #000000; /*url('../images/noise.png') repeat*/
    color: #ffffff;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    line-height: 1em;
    /*overflow: hidden;*/
}

article, section, aside, header, footer, nav { display: block; }

a{
    color: #ffffff;
    cursor: pointer;
}

.left-arrow{
    position: absolute;
    top: 50%;
    left: 14px;
    height: 87px;
    width: 36px;
    cursor: pointer;
    margin-top: -43px;
    z-index: 3;
    background-image: url('../png/left_arrow.png');
    opacity: .3;
}

.right-arrow{
    position: absolute;
    top: 50%;
    right: 14px;
    height: 87px;
    width: 36px;
    margin-top: -43px;
    cursor: pointer;
    z-index: 3;
    background-image: url('../png/right_arrow.png');
    opacity: .3;
}


header#main{
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-color: #000000;
    font-size: 9px;
    line-height: 30px;
    vertical-align: middle;
    text-transform: uppercase;
    z-index: 999;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

header#main.club-member{
    background-image: linear-gradient(bottom, rgb(83,0,8) 0%, rgb(255,0,30) 86%);
    background-image: -o-linear-gradient(bottom, rgb(83,0,8) 0%, rgb(255,0,30) 86%);
    background-image: -moz-linear-gradient(bottom, rgb(83,0,8) 0%, rgb(255,0,30) 86%);
    background-image: -webkit-linear-gradient(bottom, rgb(83,0,8) 0%, rgb(255,0,30) 86%);
    background-image: -ms-linear-gradient(bottom, rgb(83,0,8) 0%, rgb(255,0,30) 86%);
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0, rgb(83,0,8)),
    	color-stop(0.86, rgb(255,0,30))
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F80017', endColorstr='#530008',GradientType=0 )\9;
}

header#main.member{
    background-image: linear-gradient(bottom, rgb(121,98,64) 0%, rgb(227,182,120) 86%);
    background-image: -o-linear-gradient(bottom, rgb(121,98,64) 0%, rgb(227,182,120) 86%);
    background-image: -moz-linear-gradient(bottom, rgb(121,98,64) 0%, rgb(227,182,120) 86%);
    background-image: -webkit-linear-gradient(bottom, rgb(121,98,64) 0%, rgb(227,182,120) 86%);
    background-image: -ms-linear-gradient(bottom, rgb(121,98,64) 0%, rgb(227,182,120) 86%);
    
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0, rgb(121,98,64)),
    	color-stop(0.86, rgb(227,182,120))
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3b678', endColorstr='#796240',GradientType=0 )\9;
}

header#main #breadcrumbs{
    display: none;
    float: left;
    padding-left: 50px;
    color: #cccccc;
}

header#main #breadcrumbs a{
    -webkit-transition: color .7s ease;
    -o-transition: color .7s ease;
    -moz-transition: color .7s ease;
    color: #cccccc;
}

header#main #breadcrumbs a:hover{
    color: #f80017;
    -webkit-transition: color .7s ease;
    -o-transition: color .7s ease;
    -moz-transition: color .7s ease;
}

header#main.club-member #breadcrumbs a:hover,
header#main.member #breadcrumbs a:hover{
    color: #000000;
}


#signed_in a {
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
}

#signed_in a.logout {
    padding-right: 0px;
}

#signed_in
{
    float:right;
    margin-right: 16.5px;
}

#signed_in span
{
    padding-right:10px;
}

header#main #signin-register span,
header#main #signin_register span
{
    padding-right:0px;
    float:right;
    margin-right: 32px;
    margin-top: 15px;
}

header#main #signin-register span a,
header#main #signin_register span a{
    color: #e3c076;
    font-size: 1.5em;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
}

header#main #signin-register span a:hover,
header#main #signin_register span a:hover{
    text-decoration: underline #f80017;
    color: #fff;
}

/* begin 'featured' style */

section.featured{
    background-color: #000000;
    padding-top: 85px;
    height: 100%;
    width: 100%;
	line-height: 1.5em;
}

section.featured#main,
section.featured#shop,
section.featured#archive,
section.featured#prod-overview ul{
    padding-top: 0px;
    height: 100%;
}

section.featured#main ul,
section.featured#shop ul,
section.featured#archive ul,
section.featured#prod-overview ul{
    padding-top: 0px;
    height: 100%;
}

section.featured#main ul li,
section.featured#shop ul li,
section.featured#archive ul li{
    width: 33%;
    height: 100%;
    /*min-width: 336px;*/
    float: left;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    display: none;
}

section.featured#main ul li.col1,
section.featured#shop ul li.col1,
section.featured#archive ul li.col1 {
    left: 0%;
}

section.featured#main ul li.col2,
section.featured#shop ul li.col2,
section.featured#archive ul li.col2 {
    left: 33%;
    width: 34%;
}

section.featured#main ul li.col3,
section.featured#shop ul li.col3,
section.featured#archive ul li.col3 {
    left: 67%;
}

section.featured#prod-overview ul li
{
    width: 33.34%;
    height: 100%;
    /*min-width: 336px;*/
    float: left;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
}

section.featured#main ul li header,
section.featured#shop ul li header,
section.featured#archive ul li header,
section.featured#prod-overview ul li header{
    position: absolute;
    width: 100%;
    height: 36px;
    margin-top: 75px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
}

section.featured#main ul li header h1,
section.featured#archive ul li header h1,
section.featured#shop ul li header h1{
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

section.featured#main ul li img,
section.featured#archive ul li img,
section.featured#shop ul li img{
    width: auto; /*auto*/
    height: 100%;
    /*margin-left: -100px;*/
    margin-left: -80%;
    text-align: left;
}

section.featured#main ul.wide li img,
section.featured#archive ul.wide li img,
section.featured#shop ul.wide li img{
    margin-left: -40%;
}

section.featured#main ul.wider li img,
section.featured#archive ul.wider li img,
section.featured#shop ul.wider li img{
    margin-left: 0%;
}

section.featured#main ul.widest li img,
section.featured#archive ul.widest li img,
section.featured#shop ul.widest li img{
    margin-left: 0%;
    width: 100%;
    height: auto;
}


.gradient{
    display: none;
    width: 100%;
    height: 30px;
    z-index: 98;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


/* end featured style */
/* start product */

section.landing{
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    overflow: hidden;


}

section.landing .background{
    width: 100%;
    position: absolute;
    height: 100%; /*js window height*/
    overflow: hidden;
    background-color: #333333;
    background-image: -moz-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -webkit-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -o-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -ms-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
}



section.landing .background img{
    width: 100%;
    height: auto;
    display: none;
    /*horrible ie7&8 hack do not disturb*/
    display/*\**/: block\9;
}

.background#product .page{
    width: 100%;
    height: auto;
    margin-top: 55px;
    display: none;
    z-index: 0;
    
    /*margin-left: 20px;*/
}

.background#product .page img{
    display: block;
    width: auto;
    height: 95%; /* 90% */
    margin: 0px auto 0px auto;
    z-index: -5;
}

@-moz-document url-prefix() { 
	/*.background#product .page{
        position: relative;
        float: left;
        margin-top:;
  }
  
  .background#product .page#one{
    display: inline;
  }*/
  
  .background#product .page img{
        width: 75%;
        height: 75%;
    }
}

.background#product .page#one{
    display: block;
}

.close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    /*background-image: url('');
    background-repeat: no-repeat;*/
    background: transparent;
    opacity: .5;
    cursor: pointer;
    z-index: 2;
}

.close img{
    width: 16px;
    height: 16px;
    
}

/* end product*/
/*--------------------------*/

.landing-content{
    position: absolute;
    top: 76px;
    left: 30px;
    width: 300px;
    padding: 20px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.6); /* not IE friendly :-[ */
    z-index: 2;
}


.landing-content h1{
    padding-bottom: 10px;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.3em;
    color: #ffffff;
    text-transform: uppercase;
}

.landing-content h2{
    font-family: "Helvetica", Arial, sans-serif;
    font-size: .89em;
    font-weight: normal;
    line-height: .89em;
    color: #f80017;
    text-transform: uppercase;
}

.landing-content article {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: .85em;
    font-weight: normal;
    line-height: 1.5em;
}

.landing-content p {
    margin-top: 10px;
}

.landing-content > .detail.left > p {
    font-family: "Helvetica", Arial, sans-serif;
    max-width: 250px;
}

.landing-content article p {
    margin-top: 10px;
}

.landing-content p.see-more a{
    text-transform: uppercase;
    font-weight: bold;
    font-size: .85em;
    line-height: 1em;
}

.landing-content div.see-more p a{
    text-transform: uppercase;
    font-weight: bold;
}

.landing-content p.see-more a:hover{
    /*text-decoration: underline;*/
    color: #f80017;
}

/*---------------------------------*/

.landing-spec{
    display: none;
    position: absolute;
    top: 76px;
    left: 390px;
    width: 300px;
    padding: 20px 20px 0px 20px;
    
    background-color: #000000;
    background: rgba(0, 0, 0, 0.6); /* not IE friendly :-[ */
    z-index: 2;
}

.landing-spec h1{
    font-family: "Helvetica", Arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.0em;
    color: #ffffff;
    text-transform: uppercase;
}

.landing-spec header, .landing-spec article{
    position: relative;
}

.landing-spec article{
    margin-bottom: 20px;
}

.landing-spec h2{
    font-family: "Helvetica", Arial, sans-serif;
    font-size: .89em;
    font-weight: normal;
    line-height: .89em;
    color: #f80017;
    text-transform: uppercase;
}

.landing-spec p{
    font-family: "Helvetica", Arial, sans-serif;
    font-size: .8em;
    font-weight: normal;
    /*line-height: .6em;*/
    line-height: 1em;
    text-transform: capitalize;
}

.landing-spec p{
    margin-top: 10px;
}

.landing-spec p.see-more a{
    text-transform: uppercase;
    font-weight: bold;
}

.landing-spec p.see-more a:hover{
    /*text-decoration: underline;*/
    color: #f80017;
}
}
/*--------------------------*/

.background{
    width: 100%;
    overflow: hidden;
    z-index: -2;
}

img#one{
    margin-top: -20px;
    width: 80%;
    height: auto;
}


/* web shop */
/* new-items */
/*----------------------------*/
#shopping-nav{
    position: fixed;
    bottom: 0px;
    z-index: 98;
    width: 100%;
    height: 68px;
    background-color: #212121; /* not IE friendly :-[ */
}

#shopping-nav nav ul{
    width: auto;
    float: right;
    margin-right: 50px;
}

#shopping-nav nav ul li{
    float: left;
}

#shopping-nav nav ul li:not(#your-cart) a{
    color: #999999;
    -webkit-transition: color .7s ease;
    -o-transition: color .7s ease;
    -moz-transition: color .7s ease;
}

#shopping-nav nav ul li:not(#your-cart) a:hover{
    color: #ffffff;/*#f80017;*/
    -webkit-transition: color .7s ease;
    -o-transition: color .7s ease;
    -moz-transition: color .7s ease;
}

#shopping-nav ul li span{
    float: left;
}

#shopping-nav ul li#your-cart a{
    color: #999999;
}

#shopping-nav ul li#your-cart h2{
    font-size: .8em;
}

.cart-icon{
    float: left;
    width: 15px;
    height: 10px;
    margin: 15px 0px 0px 7px;
    background-image: url('../png/cart-icon.png');
    opacity: .6;
}
/**/
/* end dropup style*/

#shopping-nav nav ul li header h2{
    margin-left: 15px;
    font-size: .64em;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}

/*----------------------------*/
/* Store Product overview*/

section.featured#prod-listview,
section.shop#cartpage{
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

section.featured#prod-listview #event_itemadded,
section.featured#prod-listview #prompt_checkout{
    position: absolute;
    right: 50px;
    top: 66px;
    z-index: 5;
    width: 184px;
    height: 26px;    
    background: rgb(101,16,25); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(101,16,25,1) 0%, rgba(123,23,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,16,25,1)), color-stop(100%,rgba(123,23,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(101,16,25,1) 0%,rgba(123,23,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(101,16,25,1) 0%,rgba(123,23,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(101,16,25,1) 0%,rgba(123,23,32,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(101,16,25,1) 0%,rgba(123,23,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#651019', endColorstr='#7b1720',GradientType=0 ); /* IE6-9 */
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bold;
    display: none;

}

section.featured#prod-listview .background{
    cursor: pointer;
}

header.top,
section.featured#prod-listview header#category,
section.shop#product header#category,
section.shop#cartpage header#category{
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
    z-index: 20;
}


header.top h1,
section.featured#prod-listview header h1,
section.shop#product header h1,
section.shop#cartpage header h1{
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.0em\9;
}

header.top h1,
section.featured#prod-listview > header h1,
section.shop#product > header h1,
section.shop#cartpage > header h1{
    margin-left: 50px;
    font-size: 1.6em;
    line-height: 36px;
}

section.featured#prod-listview div#cart,
section.shop#product div#cart,
section.shop#cartpage div#cart{
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 3;
    height: 36px;
}

section.featured#prod-listview div#cart header,
section.shop#product div#cart header,
section.shop#cartpage div#cart header{
    font-size: .44em;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;

}

section.featured#prod-listview div#cart header h2,
section.shop#product div#cart header h2,
section.shop#cartpage div#cart header h2{
    font-size: 1.8em;
}
section.featured#prod-listview div#cart header span,
section.shop#product div#cart header span,
section.shop#cartpage div#cart header span{
    float: left;
    height: 36px;
}

section.featured#prod-listview div#cart header a,
section.shop#product div#cart header a,
section.shop#cartpage div#cart header a{
    color: #999999;
    /*-webkit-transition: color .7s ease;
    -o-transition: color .7s ease;
    -moz-transition: color .7s ease;*/
}
/*
section.featured#prod-listview div#cart header a:hover,
section.shop#product div#cart header a:hover{
    color: #ffffff;
    -webkit-transition: color .7s ease;
    -o-transition: color .7s ease;
    -moz-transition: color .7s ease;
    
}*/


section.featured#prod-listview article.page{
    margin-top: 70px;
    padding: 0px 50px 0px 50px;
    display: none;
}

section.featured#prod-listview article.page#one{
    display: block;
    float: left;
    /**/
}


.featured#prod-listview .page > ul{
    position: absolute;
    left: 50%;
    float: left;
    display: block;
    width: 947px;
    margin-left: -474px;
    padding-bottom: 120px;
    
}

.featured#prod-listview .page ul li.row{
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}

.featured#prod-listview .page li.row ul li.item{
    position: relative;
    float: left;
    width: 230px;
    height: 293px;
    margin-left: 9px;
}

.featured#prod-listview .page li.row ul li.item:first-child{
    margin-left: 0px;
}

.featured#prod-listview .page li.row ul li.item .see-more{
    position: absolute;
    bottom: 65px;
    right: 70px;
}

.featured#prod-listview .page li.row ul li.item .see-more span{
    display: block;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em; 
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}

.featured#prod-listview .page li.row ul li.item .see-more .progress{
    margin-top: 5px;
    font-size: .75em;
    color: #a1a1a1;
}

.featured#prod-listview .page li.row ul li.item .right-arrow{
    top: auto;
    bottom: -15px;
    right: -50px;
}

.featured#prod-listview .page li.row ul li.item .see-prev{
    position: absolute;
    top: 45px;
    left: 70px;
}

.featured#prod-listview .page li.row ul li.item .see-prev span{
    display: block;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em; 
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.featured#prod-listview .page li.row ul li.item .see-prev .progress{
    margin-top: 5px;
    font-size: .75em;
    color: #a1a1a1;
}

.featured#prod-listview .page li.row ul li.item .left-arrow{
    top: 25px;
    left: -50px;
    bottom: auto;
}


.featured#prod-listview .page li.row section.info-basic{
    position: absolute;
    bottom: 0px;
    z-index: 5;
    width: 230px;
    height: 45px;
    /*padding: 7px 10px 0px 10px;*/
    background-color: #000000;
    background: rgba(0, 0, 0, 0.8);
}

.featured#prod-listview .page li.row section.info-sizing{
    position: absolute;
    bottom: 45px;
    width: 210px;
    height: 25px;
    padding: 10px 10px 0px 10px; 
    /*padding: 7px 10px 0px 10px;*/
    background-color: #000000;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.featured#prod-listview .page li.row section.info-sizing span{
    float: left;
    font-size: .85em;
    line-height: 27px;
    text-transform: capitalize;
}

.featured#prod-listview .page li.row section.info-sizing ul{
    float: right;
    
}

.featured#prod-listview .page li.row section.info-sizing ul li{
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    border: 1px solid #f1f1f1;
    font-size: .74em;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: border 1s ease;
    -o-transition: border 1s ease;
    -moz-transition: border 1s ease;
}


.featured#prod-listview .page li.row section.info-sizing ul li:hover{
    border: 1px solid #f80017;
    -webkit-transition: border 1s ease;
    -o-transition: border 1s ease;
    -moz-transition: border 1s ease;
}

.featured#prod-listview .page li.row section.info-sizing ul li.selected{
    border: 1px solid #f80017;
}


.featured#prod-listview .page li.row header,
.featured#prod-listview .page li.row .details,
.featured#prod-listview .page li.row .price,
.featured#prod-listview .page li.row .addtocart{
    position: absolute;
}

.featured#prod-listview .page li.row header{
    top: 8px;
    left: 10px;
    font-size: .85em;
    line-height: 1em;
}

.featured#prod-listview .page li.row .details{
    bottom: 8px;
    left: 10px;
    font-size: .75em;
    line-height: .75em;
    cursor: pointer;
}

.featured#prod-listview .page li.row .price{
    top: 8px;
    right: 10px;
    font-size: .85em;
    line-height: .85em;
}

.featured#prod-listview .page li.row .addtocart{
    bottom: 8px;
    right: 10px;
    font-size: .75em;
    line-height: .75em;
    text-transform: uppercase;
    color: #f80017;
    cursor: pointer;
}

.featured#prod-listview .page li.row .details:hover,
.featured#prod-listview .page li.row .addtocart:hover{
    text-decoration: underline;
}


section.shop#product{
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    overflow: hidden;


}

section.shop#product .background,
section.landing#product .background{
    width: 100%;
    position: absolute;
    height: 100%; /*js window height*/
    overflow: hidden;
    background-color: #333333;
    background-image: -moz-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -webkit-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -o-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -ms-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
}

section.shop#product .background img,
section.landing#product .background img{
    width: 100%;
    height: auto;
}

section.shop#product .background .page,
section.landing#product .background .page{
    width: 100%;
    /*height: auto;*/
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: 55px;
    display: none;
    z-index: 0;
    
    /*margin-left: 20px;*/
}

section.shop#product .background .page img,
section.landing#product .background .page img{
    display: block;
    width: auto;
    height: 100%; 
    margin: 0px auto 0px auto;
    z-index: -5;
	position: relative;
	left: 140px;
}

section.shop#product .background .page#one,
section.landing#product .background .page#one{
    display: block;
}

.close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    /*background-image: url('');
    background-repeat: no-repeat;*/
    background: transparent;
    opacity: .5;
    cursor: pointer;
    z-index: 2;
}

.close img{
    width: 16px;
    height: 16px;
    
}

/* end product*/
/*--------------------------*/

section.shop#product .product-content{
    position: absolute;
    top: 76px;
    left: 30px;
    width: 300px;
    padding: 20px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.6); /* not IE friendly :-[ */
    z-index: 2;
}


section.shop#product .product-content h1{
    padding-bottom: 10px;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.3em;
    color: #ffffff;
    text-transform: uppercase;
}

section.shop#product .product-content h2{
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: .89em;
    font-weight: normal;
    line-height: .89em;
    color: #dddddd;
    text-transform: uppercase;
    
}

section.shop#product .product-content p{
    margin-top: 10px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: .8em;
    line-height: 1.6em;
    font-weight: normal;
}


section.shop#product form{
    width: 300px;
    float: left;
    margin: 20px 0px 20px 0px;
}

section.shop#product form select{
        display: block;
        margin: 10px 0px 0px 10px;
}

section.shop#product form button{
    float: right;
    width: 128px;
    height: 26px;
    margin-top: 20px;
    background-color: #F80017;
    border-radius: 4px;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

section.shop#product form .order-amount{
    float: right;
    width: 300px;
}

section.shop#product form .order-amount p{
    float: left;
}
section.shop#product form .order-amount select{
    float: right;
}

section.shop#product form .order-amount .order-limit{
    color: #a1a1a1;
}



/*----------------------------*/
/*----------------------------*/
#cart-view{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/
	/*filter: alpha(opacity=50);*/
    z-index: 999;
    display: none;
}

#cart-modal .close{
    width: 12px;
    height: 12px;
    top: -17px;
    right: -17px;
}

#cart-modal .close img{
    width: 12px;
    height: 12px;   
}

#cart-modal{
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -487px;
    width: auto;
    height: auto;
    float: left;
    padding: 20px;
    background-color: #ffffff;
}

#cart-modal table,
#cart-modal tbody,
#cart-modal tr,
#cart-modal td,
#cart-modal th,
#cart-modal p{
    border: none;
    margin: 0;
    padding: 0;
    /*-webkit-border-vertical-spacing: 0px;
    -webkit-border-horizontal-spacing: 0px;*/
    border-spacing: 0px;
    text-align: left;
    color: #444444;
}

#cart-modal th:first-child,
#cart-modal td:first-child{
    padding-left: 10px;
}


#cart-modal table{
    width: 935px;
    border-bottom: 1px solid #898989;
    padding: 10px 0px 10px 0px;
}

#cart-modal td{
    padding-top: 10px;
    font-weight: bold;
    font-size: .72em;
    text-transform: capitalize;
}

#cart-modal td#cart-removeitem{
    width: 152px;
    padding-right: 10px;
}


#cart-modal td button{
    width: 110px;
    height: 22px;
    background-color: #818181;
    -webkit-transition: background-color .7s ease;
    -o-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
    border-radius: 4px;
    border: none;
    font-size: .9em;
    font-weight: bold;
    line-height: 11px;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    float: right;
}

#cart-modal td button:hover{
    background-color: #686868;
    -webkit-transition: background-color .7s ease;
    -o-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
}


#cart-modal th{
    height: 20px;
    background-color: #818181;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    font-size: .64em;
    margin: 0;
}

#cart-modal #cart-info p,
#cart-modal #cart-info span,
#cart-modal #cart-info h3{
    color: #555555;
}

#cart-modal #cart-info{
    float: left;
    width: 935px;
    height: auto;
    background-color: #f0f0f0;
}

#cart-modal #cart-info #cart-helper{
    float: left;
    width: auto;
}

#cart-modal #cart-info #cart-helper p{
    font-size: .82em;
    line-height: .82em;
    padding: 0px 10px 8px 10px;
}

#cart-modal #cart-info #cart-helper p:first-child{
    padding-top: 10px;
}

#cart-modal #cart-info #cart-total{
    float: right;
    width: 321px;
    margin-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #898989;
}


#cart-modal #cart-info #cart-total header{
    float: left;
    margin: 0px 0px 0px 25px;
    padding: 0;
    
}

#cart-modal #cart-info #cart-total h3{
    margin: 12px 0px 0px 0px;
    padding: 0;
    font-size: .76em;
    font-weight: normal;
    text-transform: uppercase;
}

#cart-modal #cart-info #cart-total span{
    margin: 12px 0px 0px 0px;
    font-size: .76em;
    font-weight: bold;
}


#cart-modal #cart-info #cart-total div{
    float: left;
    width: 321px;
}

#cart-modal #cart-info #cart-total span{
    display: block;
    float: right;
}

#cart-modal #cart-info #cart-shopcheckout{
    float: right;
    width: 321px;
    height: auto;
    margin: 20px 10px 20px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #858585;
}

#cart-modal #cart-info #cart-shopcheckout button{
    font-family: Helvetica;
    margin: 0;
    padding: 0;
}

#cart-modal #cart-info #cart-shopcheckout #cart-shop{
    float: left;
    margin-left: 25px;
}

#cart-modal #cart-info #cart-shopcheckout #cart-shop button{
    font-family: Helvetica;
    width: 154px;
    height: 27px;
    background-color: #818181;
    -webkit-transition: background-color .7s ease;
    -o-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
    border-radius: 4px;
    border: none;
    font-size: .84em;
    font-weight: bold;
    line-height: 11px;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

#cart-modal #cart-info #cart-shopcheckout #cart-shop button:hover{
    background-color: #686868;
    -webkit-transition: background-color .7s ease;
    -o-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
}

#cart-modal #cart-info #cart-shopcheckout #cart-checkout{
    float: right;
}

#cart-modal #cart-info #cart-shopcheckout #cart-checkout button{
    width: 125px;
    height: 27px;
    background-color: #f64c5c;
    -webkit-transition: background-color .7s ease;
    -o-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
    border-radius: 4px;
    border: none;
    font-size: .84em;
    font-weight: bold;
    line-height: 11px;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

#cart-modal #cart-info #cart-shopcheckout #cart-checkout button:hover{
    background-color: #f80017;
    -webkit-transition: background-color .7s ease;
    -o-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
}

#cart-modal #cart-info #cart-shopcheckout #cart-taxinfo{
    float: left;
    width: 321px;
}

#cart-modal #cart-info #cart-shopcheckout #cart-taxinfo p{
    margin: 15px 0px 0px 25px;
    padding: 0;
    font-size: .72em;
    line-height: 1.5em;
}

#cart-modal #cart-info #cart-titleistresellerinfo{
    float: right;
    width: 800px;
    
    margin-right: 10px;
    padding-bottom: 10px;
}

#cart-modal #cart-info #cart-titleistresellerinfo p{
    padding: 0;
    text-align: right; 
    font-size: .75em;
}
/*--------------------------*/

section.shop#cartpage{
    position: absolute;
    background-image: -moz-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -webkit-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -o-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -ms-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
}

#cart-content{
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -550px;
    padding: 0px 50px 0px 50px;
    width: auto;
    height: auto;
    float: left;
    background-color: transparent;
}

#cart-content table,
#cart-content tbody,
#cart-content tr,
#cart-content td,
#cart-content th,
#cart-content p{
    border: none;
    margin: 0;
    padding: 0;
    /*-webkit-border-vertical-spacing: 0px;
    -webkit-border-horizontal-spacing: 0px;*/
    border-spacing: 0px;
    text-align: left;
    color: #f1f1f1;
}

#cart-content th:first-child,
#cart-content td:first-child{
    padding-left: 10px;
}

#cart-content table{
    width: 1000px;
    padding: 0px 0px 10px 0px;
    background-color: #141414;
}

#cart-content td{
    padding-top: 10px;
    font-weight: bold;
    font-size: .80em;
    text-transform: capitalize;
}

#cart-content td#cart-removeitem{
    width: 152px;
    padding-right: 10px;
}


#cart-content td button{
    width: 110px;
    height: 22px;
    background-color: #818181;
    -webkit-transition: background-color .7s ease;
    -o-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
    border-radius: 4px;
    border: none;
    font-size: .9em;
    font-weight: bold;
    line-height: 11px;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    float: right;
}

#cart-content td button:hover{
    background-color: #686868;
    -webkit-transition: background-color .7s ease;
    -o-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
}


#cart-content th{
    height: 30px;
    background-color: #818181;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    font-size: .74em;
    margin: 0;
}

#cart-content #cart-info p,
#cart-content #cart-info span,
#cart-content #cart-info h3{
    color: #d9d9d9;
}

#cart-content #cart-info{
    float: left;
    width: 1000px;
    height: auto;
    background-color: transparent;
}

#cart-content #cart-info #cart-helper{
    float: left;
    width: auto;
    margin-top: 15px;
}

#cart-content #cart-info #cart-helper p{
    font-size: .84em;
    line-height: 1.5em;
    padding: 0px 10px 8px 10px;
}

#cart-content #cart-info #cart-total{
    float: right;
    width: 321px;
    margin-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #898989;
}


#cart-content #cart-info #cart-total header{
    float: left;
    margin: 0px 0px 0px 25px;
    padding: 0;
    
}

#cart-content #cart-info #cart-total h3{
    margin: 17px 0px 0px 0px;
    padding: 0;
    font-size: .76em;
    font-weight: normal;
    text-transform: uppercase;
}

#cart-content #cart-info #cart-total span{
    margin: 17px 0px 0px 0px;
    font-size: .76em;
    font-weight: bold;
}


#cart-content #cart-info #cart-total div{
    float: left;
    width: 321px;
}

#cart-content #cart-info #cart-total span{
    display: block;
    float: right;
}

#cart-content #cart-info #cart-shopcheckout{
    float: right;
    width: 321px;
    height: auto;
    margin: 20px 10px 20px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #858585;
}

#cart-content #cart-info #cart-shopcheckout button{
    font-family: Helvetica;
    margin: 0;
    padding: 0;
}

#cart-content #cart-info #cart-shopcheckout #cart-shop{
    float: left;
    margin-left: 25px;
}

#cart-content #cart-info #cart-shopcheckout #cart-shop button{
    font-family: Helvetica;
    width: 154px;
    height: 27px;
    background-color: #818181;
    -webkit-transition: background-color .7s ease;
    -o-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
    border-radius: 4px;
    border: none;
    font-size: .84em;
    font-weight: bold;
    line-height: 11px;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

#cart-content #cart-info #cart-shopcheckout #cart-shop button:hover{
    background-color: #686868;
    -webkit-transition: background-color .7s ease;
    -o-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
}

#cart-content #cart-info #cart-shopcheckout #cart-checkout{
    float: right;
}

#cart-content #cart-info #cart-shopcheckout #cart-checkout button{
    width: 125px;
    height: 27px;
    background-color: #f64c5c;
    -webkit-transition: background-color .7s ease;
    -o-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
    border-radius: 4px;
    border: none;
    font-size: .84em;
    font-weight: bold;
    line-height: 11px;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

#cart-content #cart-info #cart-shopcheckout #cart-checkout button:hover{
    background-color: #f80017;
    -webkit-transition: background-color .7s ease;
    -o-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
}

#cart-content #cart-info #cart-shopcheckout #cart-taxinfo{
    float: left;
    width: 321px;
}

#cart-content #cart-info #cart-shopcheckout #cart-taxinfo p{
    margin: 15px 0px 0px 25px;
    padding: 0;
    font-size: .8em;
    line-height: 1.5em;
}

#cart-content #cart-info #cart-titleistresellerinfo{
    float: right;
    width: 800px;
    
    margin-right: 10px;
    padding-bottom: 10px;
}

#cart-content #cart-info #cart-titleistresellerinfo p{
    padding: 0;
    text-align: right; 
    font-size: .8em;
}

/*-----------------------------------*/
section.videos-photos header#category{
    position: absolute;
    width: 100%;
    height: 36px;
    top: 30px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
    z-index: 2;
}


section.videos-photos header#category h1{
    float: left;
    margin-left: 50px;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
}

section.videos-photos header .gradient{
    margin-top: 36px;
}


/* the empty template holder */
section.videos-photos #templates {
  display: none;
}
section.videos-photos .pages {
  position: absolute;
  top: 80px;
  left: 15px;
  right: 0px;
  bottom: 95px;
  overflow: hidden;
}
section.videos-photos .page {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.videos-photos .page .container {
  position: absolute;
}
section.videos-photos .page .container > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  bottom: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover, auto;
  -webkit-background-size: cover, auto;
  background-size: cover, auto;
}
section.videos-photos .page .container > a > img {
  display: none;
}
.ie8 section.videos-photos .page .container > a,
.ie9 section.videos-photos .page .container > a {
  background: url(../gif/spinner-32.gif) no-repeat center center !important;
  overflow: hidden;
}
.ie8 section.videos-photos .page .container > a > img,
.ie9 section.videos-photos .page .container > a > img {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
}
section.videos-photos .page .container > a .label-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ddd;
  font-size: 12px;
  background: rgba(0,0,0,0.4);
  -webkit-transition: color 0.5s 0.1s;
  overflow: hidden;
}
.ie8 section.videos-photos .page .container > a .label-wrapper {
  background: url(../png/black-alpha-40.png);
}
section.videos-photos .page .container > a .label-wrapper.small .type img {
  width: 27px;
  height: 27px;
  -webkit-transition: opacity 0.5s 0.1s;
}
section.videos-photos .page .container > a .type img {
  position: absolute;
  right: 15px;
  top: 7px;
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
section.videos-photos .page .container > a .label-wrapper.large {
  top: 0;
  bottom: 40px;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.1s;
}
.ie8 section.videos-photos .page .container > a .label-wrapper.large {
  display: none;
}
section.videos-photos .page .container > a .label-wrapper.large .type {
}
section.videos-photos .page .container > a .label-wrapper.large .type img {
  right: auto;
  top: 50%;
  left: 50%;
  margin-top: -7px; /* -27px + 40px / 2 */
  margin-left: -27px;
  opacity: 1;
}
section.videos-photos .page .container > a:hover .label-wrapper.small {
  color: white;
}
section.videos-photos .page .container > a:hover .label-wrapper.small .type img {
  opacity: 0;
}
.ie8 section.videos-photos .page .container > a:hover .label-wrapper.small .type img {
  display: none;
}
section.videos-photos .page .container > a:hover .label-wrapper.large {
  opacity: 1;
}
.ie8 section.videos-photos .page .container > a:hover .label-wrapper.large {
  display: block;
}

.videos-photos .pages > .left-arrow,
.videos-photos .pages > .right-arrow{
    opacity: .75;
}

.right-arrow{
    /* tmp override */
    opacity: .75;
    background-image: url('../png/right-arrow.png');  
}

.left-arrow{
    /* tmp override */
    opacity: .75;
    background-image: url('../png/left-arrow.png');
}

.videos-photos .page .left-arrow{
    left: 40px;
    display: none;
}

.videos-photos .page .right-arrow{
    right: 40px;
}

.videos-photos ol.primary{
    float: left;
    margin-top: 98px;
    width: 53%;
    height: 70%;
}

.videos-photos ol.secondary{
    float: left;
    margin-top: 98px;
    width: 23%;
    height: 70%;
}

.videos-photos ol.ternary{
    float: left;
    margin-top: 98px;
    width: 23%;
    height: 70%;
}

.videos-photos ol li{
    position: relative;
    margin-bottom: 2%;
    margin-left: 2%;
    overflow: hidden;
}

.videos-photos ol li.first{
    float: left;
    width: 63%;
    height: 50%;
    /*position: relative;
    height: auto;
    overflow: hidden;
    max-width: 600px;*/
}

.videos-photos ol li.second{
    float: left;
    width: 33%;
    height: 50%;
    
}

.videos-photos ol li.third{
    float: left;
    width: 33%;
    height: 50%;
}


.videos-photos ol li.fourth{
    float: left;
    width: 63%;
    height: 50%;
}

.videos-photos ol li.fifth,
.videos-photos ol li.sixth,
.videos-photos ol li.seventh,
.videos-photos ol li.eigth,
.videos-photos ol li.ninth,
.videos-photos ol li.tenth{
    float: left;
    width: 95.5%;
    height: 32.7%;
    margin-left: 4%;
    margin-bottom: 4%;    
}

.videos-photos .media-wrapper .item{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

/*li .background{
    width: 100%; 
    height: 100%; 
    position: absolute;
    overflow: hidden;
    z-index: -1;
}*/

.videos-photos li img{
    position: absolute;
    width: auto;
    height: 100%;
    z-index: -1;
    text-align: center;
}

.videos-photos li img.loading{
    display: none;
}

.videos-photos ol li.second img,
.videos-photos ol li.third img{
    width: auto;
    height: 100%;
    left: -30%;
    text-align: center;
}
/**/
.videos-photos li header{
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    height: 46px;
    background: rgba(0,0,0,.8);
}

.videos-photos li header h1{
    margin-left: 15px;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: .8em;
    font-weight: normal;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
}

.videos-photos li .video-icon-large,
.videos-photos li .photo-icon-large{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 54px;
    height: 55px;
    margin: -27.5px 0px 0px -27px;
    opacity: 0;
    cursor: pointer;
}

.videos-photos li .video-icon-large{
    background-image: url('../png/video-icon-large.png');
}

.videos-photos li .photo-icon-large{
    background-image: url('../png/photo-icon-large.png');
}

.videos-photos li .video-icon-small,
.videos-photos li .photo-icon-small{
    position: absolute;
    bottom: 8px;
    right: 15px;
    z-index: 2;
    width: 27px;
    height: 28px;
    opacity: .8;
    cursor: pointer;
}

.videos-photos li .video-icon-small{
    background-image: url('../png/video-icon-small.png');
}

.videos-photos li .photo-icon-small{
   background-image: url('../png/photo-icon-small.png');
}

.videos-photos .videophotos-view{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}


.videos-photos .videophotos-modal{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -266px;
    margin-left: -475px;
    z-index: 11;
    width:  950px;
    height: 526px;
    background-color: #000000;
    text-align: center;
}

.videos-photos .videophotos-modal .media-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.videos-photos .videophotos-modal img.photo,
.videos-photos .videophotos-modal img.video{
    width: auto;
    height: 100%;
    margin-left: -115px;   
}

.videos-photos .videophotos-modal .media-wrapper h1{
    position: absolute;
    top: -20px;
    left: 0px;
    text-align: left;
    font-size: .72em;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
}

.videos-photos .videophotos-modal .media-wrapper span{
    text-transform: lowercase;
}

.videos-photos .videophotos-modal .close{
    position: absolute;
    width: 12px;
    height: 12px;
    top: -17px;
    right: -17px;
}

.videos-photos .videophotos-modal .close img{
    width: 12px;
    height: 12px;   
}

.videos-photos .videophotos-modal .left-arrow{
    left: -60px;
}

.videos-photos .videophotos-modal .right-arrow{
    right: -60px;
}

.videos-photos .media{
    width: 100%;
    height: 100%;
    display: none;
}

.videos-photos .media-wrapper .media{
    display: block;
}
#filter-control{
    position: relative;
    float: right;
    margin-right: 50px;
    width: 60px;
    height: 100%;
}

#filter-control div{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#filter-control #photo-0,
#filter-control #photo-1{
    left: 0;
}

#filter-control #video-0,
#filter-control #video-1{
    right: 0;
}

#filter-control #video-1,
#filter-control #photo-1{
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
}

#filter-control #video-1:hover,
#filter-control #photo-1:hover{
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
}

#filter-control #video-1.active,
#filter-control #photo-1.active{
    opacity: 1;
}


#filter-control #photo-0{
    background-image: url('../png/photo-filter-icon-0.png');  
} 

#filter-control #photo-1{
    background-image: url('../png/photo-filter-icon-1.png');  
}

#filter-control #video-0{
    background-image: url('../png/video-filter-icon-0.png');  
} 

#filter-control #video-1{
    background-image: url('../png/video-filter-icon-1.png');  
} 

.description{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 0px;
    background: rgba(0,0,0,.7);
    height: auto;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity 0.2s, visibility 0s 0.2s;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s;
}
.media-wrapper:hover .description {
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 0.2s, visibility 0s;
  -webkit-transition: opacity 0.2s, visibility 0s;
  transition: opacity 0.2s, visibility 0s;
}

.description p{
    display: block;
    margin: 20px;
    font-size: .85em;
}

.media-wrapper iframe ~ .description {
  display: none;
}

.collection {
    display: none;
}


/*-----------------------------------------*/
/* Store Product overview*/

section.featured#slideshows{
    float: left;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    background-color: #333333;
}

section.featured#slideshows .background{
    cursor: pointer;
}

section.featured#slideshows header#category,
section.shop#product header#category{
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
    z-index: 2;
}


section.featured#slideshows header h1,
section.shop#product header h1{
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.0em;
}


section.featured#slideshows > header h1,
section.shop#product > header h1{
    margin-left: 50px;
    font-size: 1.6em;
    line-height: 36px;
}



section.featured#slideshows article.page{
    position: absolute;
    left: 0px;
    margin-top: 70px;
    display: none;
    width: 100%;
    height: auto;
}

section.featured#slideshows article.page#one{
    display: block;
    /**/
}


.featured#slideshows .page > ul{
    position: absolute;
    left: 50%;
    float: left;
    display: block;
    width: 947px;
    margin-left: -474px;
    padding-bottom: 120px;
    
}

.featured#slideshows .page ul li.row{
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

.featured#slideshows .page li.row ul li.item{
    position: relative;
    float: left;
    width: 305px;
    height: 235px;
    margin-left: 15px;
    overflow: hidden;
}

.featured#slideshows .page li.row ul li.item img{
    width: 100%;
    height: 100%;
}

.featured#slideshows .page li.row ul li.item:first-child{
    margin-left: 0px;
}


.featured#slideshows .page li.row section.info-basic{
    position: absolute;
    bottom: 0px;
    z-index: 5;
    width: 305px;
    height: auto;
    min-height: 48px;
    /*padding: 7px 10px 0px 10px;*/
    background-color: #000000;
    background: rgba(0, 0, 0, 0.8);
}

.featured#slideshows .page li.row ul li.item .see-more{
    position: absolute;
    bottom: 65px;
    right: 70px;
}

.featured#slideshows .see-more span{
    display: block;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em; 
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}

.featured#slideshows .page li.row ul li.item .see-more .progress{
    margin-top: 5px;
    font-size: .75em;
    color: #a1a1a1;
}

.featured#slideshows .page li.row ul li.item .right-arrow{
    top: auto;
    bottom: -15px;
    right: -50px;
}

.featured#slideshows .page li.row ul li.item .see-prev{
    position: absolute;
    top: 45px;
    left: 70px;
}


.featured#slideshows .page li.row ul li.item .see-prev span{
    display: block;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em; 
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.featured#slideshows .page li.row ul li.item .see-prev .progress{
    margin-top: 5px;
    font-size: .75em;
    color: #a1a1a1;
}

.featured#slideshows .page li.row ul li.item .left-arrow{
    top: 25px;
    left: -50px;
    bottom: auto;
}

/*.featured#slideshows .right-arrow,
.featured#slideshows .left-arrow{
    top: 290px;
}

.featured#slideshows .left-arrow{
    left: 40px;
}

.featured#slideshows .right-arrow{
    right: 40px;
}*/



/*.featured#slideshows .page li.row header,
.featured#slideshows .page li.row .view{
    position: relative;
}*/

.featured#slideshows .page li.row header{
    position: relative;
    float: left;
    width: 245px;
    margin: 10px;
    font-size: .8em;
    height: 100%;
}

/*.featured#slideshows .page li.row header h1{
    position: absolute;
    top: 50%;
}*/

.featured#slideshows .page li.row .view{
    float: right;
    margin-right: 10px;
    font-size: .75em;
    margin-top: 10px;
    text-transform: uppercase;
    color: #f80017;
    cursor: pointer;
    opacity: 0;
}

.featured#slideshows .page li.row .view:hover{
    text-decoration: underline;
}

.featured#slideshows .collection{
    display: none;
}

table.modal {
  position: fixed;
  top: 0;
  left: 0;
  /* have to specify width and height since it's a table and wants to shrink wrap */
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
table.modal td {
  width: 33%;
  position: relative;
}
table.modal .left-arrow,
table.modal .right-arrow {
  position: static;
  margin-top: 0;
  display: block;
}
table.modal .left-arrow {
  float: right;
}
table.modal .close {
  top: auto;
  right: 0;
  margin: -20px -20px 0 0;
}
table.modal .media-wrapper {
  position: relative;
}
table.modal h1 {
  position: absolute;
  top: -20px;
  left: 0px;
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
}

/*-----------------------------------*/

section.featured#players{
    float: left;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    background-color: #333333;
}

section.featured#players .background{
    cursor: pointer;
}

section.featured#players header#category,
section.shop#product header#category{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
    z-index: 2;
}


section.featured#players header h1,
section.shop#product header h1{
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.0em\9;
}


section.featured#players > header h1,
section.shop#product > header h1{
    margin-left: 50px;
    font-size: 1.6em;
    line-height: 36px;
}



section.featured#players article.page{
    position: absolute;
    left: 0px;
    margin-top: 70px;
    display: none;
    width: 100%;
    height: auto;
}

section.featured#players article.page#one{
    display: block;
    /**/
}


.featured#players .page > ul{
    position: absolute;
    left: 50%;
    float: left;
    display: block;
    width: 947px;
    margin-left: -474px;
    padding-bottom: 120px;
    
}

.featured#players .page ul li.row{
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

.featured#players .page li.row ul li.item{
    position: relative;
    float: left;
    width: 305px;
    height: 160px;
    margin-left: 15px;
    overflow: hidden;
}

.featured#players .page li.row ul li.item img{
    width: 100%;
}

.featured#players .page li.row ul li.item:first-child{
    margin-left: 0px;
}


.featured#players .page li.row section.info-basic{
    position: absolute;
    bottom: 0px;
    z-index: 5;
    width: 305px;
    height: auto;
    /*padding: 7px 10px 0px 10px;*/
    background-color: #000000;
    background: rgba(0, 0, 0, 0.8);
}

.featured#players .page li.row header,
.featured#players .page li.row .view{
    position: relative;
}

.featured#players .page li.row header{
    position: relative;
    float: left;
    width: 245px;
    margin: 10px;
    font-size: .8em;
    height: 100%;
}

/*.featured#slideshows .page li.row header h1{
    position: absolute;
    top: 50%;
}*/

.featured#players .page li.row .view{
    float: right;
    margin-right: 10px;
    font-size: .75em;
    margin-top: 10px;
    text-transform: uppercase;
    color: #f80017;
    cursor: pointer;
}

.featured#players .page li.row .view:hover{
    text-decoration: underline;
}

/*--*/

.featured#players article.bio{
    display: none;
}

/***
if you have time change all old modal code to use this markup and base styles, 
add a class to players-view in order to customize it.
Additionally, global code for showing and hiding are in functions.js.
***/
/* markup:
<div class="players-view">        <-- overlay -->
  <div class="players-modal">     <-- vertical center cell -->
    <div class="shrink-wrap">     <-- second table element, used to shrink-wrap (reduce width), centers element
      <div class="close">       <-- close button -->
        <img alt="close" src="/images/media/close.png">
      </div>
      <div class="media-wrapper">   <-- sets width (or else is shrink wrapped -->
      </div>
    </div>
  </div>
</div>
*/

.players-view {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
.ie8 .players-view {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa000000', endColorstr='#aa000000',GradientType=0 );
}
.players-view .players-modal {
    background: none;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.players-view .players-modal .shrink-wrap {
    position: relative;
    display: table;
    margin: 0 auto;
}
.players-view .players-modal .media-wrapper {
    display: table-cell;
    width: 800px;
}
.players-view .players-modal .close {
    position: absolute;
    right: -22px;
    top: 0; /* firefox insists we say this explicitly for some reason */
    bottom: auto;
    margin-top: 12px;
}
.players-view .players-modal img {
    width: auto;
    margin: 0 auto;
    z-index:10;
}
.flexslider .slides li {
    float: left;
}
.flexslider .flex-direction-nav li a {
    top: 50%;
    margin: 0;
    margin-top: -250px;
    height: 500px;
}
.flexslider .flex-direction-nav .flex-next {
    background: url("../png/right-arrow.png") no-repeat scroll right center transparent;
}
.flexslider .flex-direction-nav .flex-prev {
    background: url("../png/left-arrow.png") no-repeat scroll 0 center transparent;
}

.flexslider#carousel .flex-direction-nav li a {
    height: 87px;
    margin-top: -43px;
}
.flexslider#carousel .slides li {
    padding-top: 9px;
}
.flexslider#carousel .slides li img {
    margin: 0 auto;
    max-width: 100px;
    max-height: 64px;
}
.flexslider#carousel .flex-active-slide
{
    background: url("../png/arrow_up_active_thumbnail.png") no-repeat scroll center 0 transparent;
}
.flexslider#carousel .flex-active-slide > img
{
    border:3px solid #CCCCCC !important;
}
.flexslider#carousel .flex-next {
    background: url("../png/arrow_right_thumbnail.png") no-repeat scroll 0 center transparent;
}
.flexslider#carousel .flex-prev {
    background: url("../png/arrow_left_thumbnail.png") no-repeat scroll right center transparent;
}

/* custom widths, default is 800px */
.players-view.glossary .players-modal .media-wrapper {
    background: white;
    width: 580px;
}
.players-view.glossary .players-modal .close {
    margin-top: -20px;
}
.players-view.players .players-modal .media-wrapper {
    width: 667px;
}
.players-view.players .players-modal .close {
    margin-top: 15px;
    z-index: 99;
}

.players-modal .portrait,
.players-modal .info-detail{
    color: #343434;
}
.players-modal .portrait:before,
.players-modal .portrait:after,
.players-modal .info-detail:before,
.players-modal .info-detail:after {
    content: '';
    display: table;
    clear: both;
}


.players-modal .media-wrapper .info-detail h1{
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    color: #343434;
}

.players-modal .media-wrapper .info-detail li{
    line-height: 1.7em;
}
.players-modal .media-wrapper .info-detail h2,
.players-modal .media-wrapper .info-detail h3{
    display: block;
    font-size: .79em;
    font-weight: normal;
}
.players-modal .media-wrapper .info-detail span{
    display: block;
    font-size: .89em;
    vertical-align: top;
    font-weight: bold;
    text-transform: none;
}
.players-modal .media-wrapper .info-detail .personal-info{
    margin: 20px 0px 50px 0px;
}
.players-modal .media-wrapper .info-detail h2{
    text-transform: uppercase;
}
.players-modal .media-wrapper .info-detail h3{
    float: left;
    margin-right: 5px;
    width: 100px;
}

.players-modal .media-wrapper .info-detail .personal-info ol,
.players-modal .media-wrapper .info-detail .putter-specs ol {
    text-align:left;
}

.players-modal .media-wrapper .view {
    display: none;
}

.flexslider .flex-active-slide {
    z-index: 10;
    position: relative;
}

.flexslider .flex-active-slide:hover div.GalleryImageTitle 
{
    display:block;
}

.players-modal .media-wrapper span{
    text-transform: lowercase;
}

.players-modal .close {
    height: 16px;
    position: absolute;
    right: -15px;
    top: 10px;
    width: 16px;
}

.players-modal .left-arrow{
    left: -60px;
}

.players-modal .right-arrow{
    right: -60px;
}


.flexslider .slides > * {
    text-align: center;
}
.flexslider .slides > * > div {
    text-align: left;
    display: inline-block;
    position:relative;
}



.PutterSpecificationWrapper > ul {
    display:block;
        padding-bottom: 15px;
}
.slides .PutterSpecificationWrapper > ul > li {
    float: none;
}

.PutterSpecificationWrapper > ul.hideSpecs  {
    display:none;
}




.PutterSpecificationWrapper {
    background: url("../bg_transparent_black.html") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    margin: 20px 0;
     padding: 10px 20px 0;
    position: absolute;
    text-align: left;
}

.PutterSpecificationWrapper > div {
   cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    width: 185px;
    margin: 0 0 10px;
   /*background: url(/images/tour/players/button_minus_collapse.png) no-repeat right center transparent;*/
}
.featured .PutterSpecificationWrapper > div > img
{
    float: right;
    margin: 5px auto 0;
}
.PutterSpecificationWrapper > div.hideSpecs
{
     /*   background: url(/images/tour/players/button_plus_expand.png) no-repeat right center transparent; */
}
    
.PutterSpecificationWrapper li {
    font-size: 11px;
    line-height: 18px;
}

.sliderCounter
{
    white-space: nowrap;
    color: #FFFFFF;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 5px 5px 5px 0;
    text-align: left;
    text-transform: uppercase;
}

.featured .sliderCounter,
.aside .sliderCounter {
    display: none;
}
.featured .players-view .sliderCounter,
.aside .players-view .sliderCounter {
    display: block; 
}

.GalleryImageTitle {
    bottom: 0;
    color: #FFFFFF;
    position: absolute;
    background: url("../bg_transparent_black.html") repeat scroll 0 0 transparent;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    text-align: left;
    width: 100%;
}

.featured .GalleryImageTitle,
.aside .GalleryImageTitle {
    display: none;
}

.featured #carousel,
.aside #carousel {
    display: none;
}
.featured .players-view #carousel,
.aside .players-view #carousel {
    display: block; 
    margin-top: 4px;
}

.featured .media{
    width: 100%;
    height: 100%;
    display: none;
}

.featured .media-wrapper .media{
    display: block;
}

.featured#players .page li.row ul li.item .see-more{
    position: absolute;
    bottom: 30px;
    right: 70px;
}

.featured#players .page li.row ul li.item .see-more span{
    display: block;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em; 
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}

.featured#players .page li.row ul li.item .see-more .progress{
    margin-top: 5px;
    font-size: .75em;
    color: #a1a1a1;
}

.featured#players .page li.row ul li.item .right-arrow{
    top: auto;
    bottom: -15px;
    right: -50px;
}

.featured#players .page li.row ul li.item .see-prev{
    position: absolute;
    top: 25px;
    left: 70px;
}

.featured#players .page li.row ul li.item .see-prev span{
    display: block;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em; 
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.featured#players .page li.row ul li.item .see-prev .progress{
    margin-top: 5px;
    font-size: .75em;
    color: #a1a1a1;
}

.featured#players .page li.row ul li.item .left-arrow{
    top: 25px;
    left: -50px;
    bottom: auto;
}


#players.featured section.portrait .mid {
    padding: 20px;
}

.featured .players-modal .portrait
{
      height: 625px;
    width: 675px;
}

#players.featured section.portrait .jacarousal li
{
    padding: 0 5px;
}

#players.featured section.portrait .Jacarousal_Wrapper .prev
{
    float: left;
    padding-top: 20px;
    width: 20px;
    cursor:pointer;
}
#players.featured section.portrait .Jacarousal_Wrapper .jacarousal img
{
     cursor:pointer;
}

#players.featured section.portrait .Jacarousal_Wrapper .jacarousal
{
    float: left;
}

#players.featured section.portrait .Jacarousal_Wrapper .next
{
    float: left;
    padding-top: 20px;
    width: 20px;
     cursor:pointer;
}


/*----------------------------*/

section.featured#victories{
    float: left;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    background-color: #333333;
}

section.featured#victories .background{
    cursor: pointer;
}

section.featured#victories header#category{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
    z-index: 2;
}




section.featured#victories > header h1{
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.0em\9;
    margin-left: 50px;
    font-size: 1.6em;
    line-height: 36px;
}

section.featured#victories article ol li header h1{
    margin: 40px 0px 0px 40px;
    font-size: 1em;
    font-weight: normal;
}

section.featured#victories article.page{
    position: absolute;
    left: 0px;
    margin-top: 36px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

section.featured#victories section > ol > li{
    width: 235px;
    float: left;
    height: 500px;
    background-color: none;
}

section.featured#victories .pointer{
    position: absolute;
    top: -15px;
    z-index: 4;
    width: 0;
	height: 0;
	left: 50%;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #333333;
}

section.featured#victories .selected-background{
    position: absolute;
    left: 50%;
    z-index: -2;
    margin-left: -117.5px;
    width: 235px;
    height: 500px;
    background-color: #565656;
    display: none;
}

section.featured#victories section#year-control li{
    color: #a9a9a9;
}

section.featured#victories section#year-control li.selected{
    color: #ffffff;
}

section.featured#victories ol li ol{
    width: auto;
    margin: 0px 40px 40px 40px;
}

section.featured#victories ol li ol li.major_wins
{
 padding: 0 0 10px;
}

section.featured#victories ol li ol li.major_wins  h3
{
    color: #CCCCCC;
    font-size: 0.93em;
    font-weight: normal;
    margin-bottom: 5px;
}

section.featured#victories ol li ol li{
    width: 100%;
    float: left;
    margin-top: 5px;
}

section.featured#victories li h2,
section.featured#victories li span{
    font-size: .93em;
    font-weight: normal;
    float: left;
    color: #c9c9c9;
}

section.featured#victories li span,
section.featured#victories li #worldwide-wins{
    color: #ac1725;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    -moz-transition: color .4s ease;
}

section.featured#victories li span{
    display: block;
    float: left;
    margin-left: 3px;
    font-size: .92em;
    vertical-align: top;
    text-transform: none;
}

section.featured#victories .page > section{
    width: 100%;
    position: relative;
    float: left;
    height: 500px;
    overflow: hidden;
}

section.featured#victories .page > section > ol{
    position: absolute;
    left: 50%;
    margin-left: 100%;
    z-index: 1;
    opacity: 0;
}

section.featured#victories .page section#timeline{
    
}

section.featured#victories .page section#year-control{
    height: 50px;
    background-color: #333333;
    overflow: visible;
}
section.featured#victories .page section#year-control ol{
    position: absolute;
    left: 50%;
    margin-left: 100%;
    opacity: 0;
}
section.featured#victories .page section#year-control li{
    float: left;
    width: 130px;
    text-align: center;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
    margin-top: 10px;
    cursor: pointer;
}
section.featured#victories .page .mask-left,
section.featured#victories .page .mask-right{
    position: absolute;
    z-index: 2;
    width: 200px;
    height: 100%;
    background-color: #333333;
}

section.featured#victories .page .mask-left{
    left: 0;
}

section.featured#victories .page .left-arrow{
    left: 50px;
}

section.featured#victories .page .mask-right{
    right: 0px;
}

section.featured#victories .page .right-arrow{
    right: 50px;
}

section.featured#victories .page .mask-left .gradient,
section.featured#victories .page .mask-right .gradient{
    position: absolute;
    width: 50px;
    z-index: 1;
    height: 100%;
}

section.featured#victories .page .mask-left .gradient{
    left: 200px;
    background: -moz-linear-gradient(left,  rgba(51,51,51,1) 0%, rgba(51,51,51,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(51,51,51,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%); /* IE10+ */
    background: linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#00333333',GradientType=1 ); /* IE6-9 */
}

section.featured#victories .page .mask-right .gradient{
    position: absolute;
    right: 200px;
    background: -moz-linear-gradient(left,  rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10+ */
    background: linear-gradient(left,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333',GradientType=1 ); /* IE6-9 */

}

section.featured#victories section#timeline > .gradient{
    bottom: 0px;
    z-index: 3;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

section.featured#victories section#timeline > ol > li{
    cursor: pointer;
}

section.featured#victories li header h1,
section.featured#victories li ol li h2:not(#worldwide-wins),
section.featured#victories #year-control ol li{
    color: #999999;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    -moz-transition: color .4s ease;
}

section.featured#victories li.selected header h1,
section.featured#victories li.selected ol li h2:not(#worldwide-wins),
section.featured#victories #year-control ol li.selected{
    color: #ffffff;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    -moz-transition: color .4s ease;
}

section.featured#victories li.selected ol li h2#worldwide-wins,
section.featured#victories li.selected ol li span{
    color: #f80017;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    -moz-transition: color .4s ease;
}
/*---------------------------------------------------*/

section.featured#membership-options{
        /*position: relative;*/
    width: 100%;
    height: 100%;
}

section.featured#membership-options .background{
    cursor: pointer;
}

section.featured#membership-options header#category{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
    z-index: 2;
}


section.featured#membership-options header h1{
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.0em\9;
}


section.featured#membership-options > header h1{
    margin-left: 50px;
    font-size: 1.6em;
    line-height: 36px;
}



section.featured#membership-options article.page{
    position: absolute;
    left: 0px;
    margin-top: 70px;
    width: 100%;
    height: 100%;
    
    background-color: #333333;
    background-image: -moz-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -webkit-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -o-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -ms-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
}


section.featured#membership-options .container{
    width: 1060px;
    margin: 0 auto;
    padding-bottom: 25px;
    overflow: hidden;
}

section.featured#membership-options #my-scotty-cameron,
section.featured#membership-options #club-cameron{
    position: relative;
    width: 380px;
    height: 455px;
    float: left;
    text-align: center;
    padding: 75px;
    background: none;
    -webkit-transition: background .4s ease;
    -o-transition: background .4s ease;
    -moz-transition: background .4s ease;
}

section.featured#membership-options #my-scotty-cameron.hover,
section.featured#membership-options #club-cameron.hover{
    background-color: #333333;
    background: rgba(0,0,0,.4);
    -webkit-transition: background .4s ease;
    -o-transition: background .4s ease;
    -moz-transition: background .4s ease;
}

section.featured#membership-options #club-cameron{
    margin-right: 0px;
}
section.featured#membership-options #my-scotty-cameron header,
section.featured#membership-options #club-cameron header{
    height: 124px;
    margin-bottom: 40px;
}

section.featured#membership-options #my-scotty-cameron img,
section.featured#membership-options #club-cameron img{
    width: auto;
    height: auto;

}

section.featured#membership-options #my-scotty-cameron p,
section.featured#membership-options #club-cameron p{
    font-size: .92em;
    line-height: 1.5em;
    text-align: left;
}

section.featured#membership-options #my-scotty-cameron ol,
section.featured#membership-options #club-cameron ol{
    margin-top: 20px;
}

section.featured#membership-options #my-scotty-cameron ol li,
section.featured#membership-options #club-cameron ol li{
    margin-left: 40px;
    list-style: disc inside;
    font-size: .84em;
    line-height: 1.6em;
    text-align: left;
}

.featured#membership-options .register-now{
    position: absolute;
    bottom: 78px;
    width: auto;
    height: auto;
    margin-top: 20px;
    text-align: left;
}

.featured#membership-options .register-now a{
    display: block;
    float: left;
    font-size: .83em;
    line-height: .83em;
    color: #f80017;
    text-transform: uppercase;
}


.featured#membership-options .register-now .proceed-arrow{
    float: left;
    margin-left: 10px;
    width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #F80017;
	
}



/*-------------------------*/
section.featured#podcasts{
    float: left;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    background-color: #333333;
}

section.featured#podcasts .background{
    cursor: pointer;
}

section.featured#podcasts header#category,
section.shop#product header#category{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
    z-index: 2;
}


section.featured#podcasts header h1,
section.shop#product header h1{
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.0em\9;
}


section.featured#podcasts > header h1,
section.shop#product > header h1{
    margin-left: 50px;
    font-size: 1.6em;
    line-height: 36px;
}



section.featured#podcasts article.page{
    position: absolute;
    left: 0px;
    margin-top: 70px;
    display: none;
    width: 100%;
    height: auto;
}

section.featured#podcasts article.page#one{
    display: block;
    /**/
}


.featured#podcasts .page > ul{
    position: absolute;
    left: 50%;
    float: left;
    display: block;
    width: 947px;
    margin-left: -474px;
    padding-bottom: 120px;
    
}

.featured#podcasts .page ul li.row{
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

.featured#podcasts .page li.row ul li.item{
    position: relative;
    float: left;
    width: 305px;
    height: 235px;
    margin-left: 15px;
    overflow: hidden;
}

.featured#podcasts .page li.row ul li.item img{
    width: 100%;
}

.featured#podcasts .page li.row ul li.item:first-child{
    margin-left: 0px;
}


.featured#podcasts .page li.row section.info-basic{
    position: absolute;
    bottom: 0px;
    z-index: 5;
    width: 305px;
    height: auto;
    min-height: 40px;
    /*padding: 7px 10px 0px 10px;*/
    background-color: #000000;
    background: rgba(0, 0, 0, 0.8);
}

.featured#podcasts .page li.row ul li.item .see-more{
    position: absolute;
    bottom: 65px;
    right: 70px;
}

.featured#podcasts .see-more span{
    display: block;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em; 
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}

.featured#podcasts .page li.row ul li.item .see-more .progress{
    margin-top: 5px;
    font-size: .75em;
    color: #a1a1a1;
}

.featured#podcasts .page li.row ul li.item .right-arrow{
    top: auto;
    bottom: -15px;
    right: -50px;
}

.featured#podcasts .page li.row ul li.item .see-prev{
    position: absolute;
    top: 45px;
    left: 70px;
}

.featured#podcasts .page li.row ul li.item .see-prev span{
    display: block;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em; 
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.featured#podcasts .page li.row ul li.item .see-prev .progress{
    margin-top: 5px;
    font-size: .75em;
    color: #a1a1a1;
}

.featured#podcasts .page li.row ul li.item .left-arrow{
    top: 25px;
    left: -50px;
    bottom: auto;
}

/*.featured#podcasts .right-arrow,
.featured#podcasts .left-arrow{
    top: 290px;
}

.featured#podcasts .left-arrow{
    left: 40px;
}

.featured#podcasts .right-arrow{
    right: 40px;
}*/


.featured#podcasts .page li.row header,
.featured#podcasts .page li.row .view{
    position: relative;
}

.featured#podcasts .page li.row header{
    position: relative;
    float: left;
    width: 245px;
    margin: 10px;
    font-size: .8em;
    height: 100%;
}

.featured#podcasts .page li.row .view{
    float: right;
    margin-right: 10px;
    font-size: .75em;
    margin-top: 10px;
    text-transform: uppercase;
    color: #f80017;
    cursor: pointer;
}

.featured#podcasts .page li.row .view:hover{
    text-decoration: underline;
}

.featured#podcasts .mic-icon-small{
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    z-index: 2;
    width: 27px;
    height: 28px;
    opacity: .8;
    cursor: pointer;
    background-image: url('../png/mic-icon-small.png');
}

.featured#podcasts .audio-player{
    position: absolute;
    top: 50%;
    margin-top: -13.5px;
    width: 100%;
    height: 27px;
    display: none;
}

.feauted#podcasts .audio-player audio{
    width: 200px;
    height: 100%;
}

.featured#podcasts .audio-player .play-icon-small{
    float: left;
    margin: 0px 5px 0px 15px;
    z-index: 2;
    width: 27px;
    height: 28px;
    cursor: pointer;
    background-image: url('../png/play-icon-small.png');
}


.featured#podcasts .audio-player .progress{
    float: left;
    height: 100%;
    width: 240px;
    border: 1px solid #333333;
    border-radius: 3px;
}


img.loading{
    display: none;
}

#prod-overview img.loading{
    display: inline-block;
    opacity: 0;
}

header .gradient{z-index: 100;}

/*----------------*/

/*-------------------------*/
section.featured#headcovers{
    float: left;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    background-color: #333333;
}

section.featured#headcovers .background{
    cursor: pointer;
}

section.featured#headcovers header#category{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
    z-index: 2;
}


section.featured#headcovers header h1{
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.0em\9;
}


section.featured#headcovers > header h1{
    margin-left: 50px;
    font-size: 1.6em;
    line-height: 36px;
}



section.featured#headcovers article.page{
    position: absolute;
    left: 0px;
    margin-top: 70px;
    /*display: none;*/
    width: 100%;
    height: auto;
}

section.featured#headcovers article.page#one{
    display: block;
    /**/
}


.featured#headcovers .page > ul{
    position: absolute;
    left: 50%;
    float: left;
    display: block;
    width: 947px;
    margin-left: -474px;
    padding-bottom: 120px;
    
}

.featured#headcovers .page ul li.row{
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

.featured#headcovers .page li.row ul li.item{
    position: relative;
    float: left;
    width: 305px;
    height: 235px;
    margin-left: 15px;
    overflow: hidden;
}

.featured#headcovers .page li.row ul li.item img{
    width: 100%;
}

.featured#headcovers .page li.row ul li.item:first-child{
    margin-left: 0px;
}


.featured#headcovers .page li.row section.info-basic{
    position: absolute;
    bottom: 0px;
    z-index: 5;
    width: 305px;
    height: auto;
    min-height: 40px;
    /*padding: 7px 10px 0px 10px;*/
    background-color: #000000;
    background: rgba(0, 0, 0, 0.8);
}

.featured#headcovers .page li.row ul li.item .see-more{
    position: absolute;
    bottom: 65px;
    right: 70px;
}

.featured#headcovers .see-more span{
    display: block;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em; 
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}

.featured#headcovers .page li.row ul li.item .see-more .progress{
    margin-top: 5px;
    font-size: .75em;
    color: #a1a1a1;
}

.featured#headcovers .page li.row ul li.item .right-arrow{
    top: auto;
    bottom: -15px;
    right: -50px;
}

.featured#headcovers .page li.row ul li.item .see-prev{
    position: absolute;
    top: 45px;
    left: 70px;
}

.featured#headcovers .page li.row ul li.item .see-prev span{
    display: block;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em; 
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.featured#headcovers .page li.row ul li.item .see-prev .progress{
    margin-top: 5px;
    font-size: .75em;
    color: #a1a1a1;
}

.featured#headcovers .page li.row ul li.item .left-arrow{
    top: 25px;
    left: -50px;
    bottom: auto;
}

/*.featured#headcovers .right-arrow,
.featured#headcovers .left-arrow{
    top: 290px;
}

.featured#headcovers .left-arrow{
    left: 40px;
}

.featured#headcovers .right-arrow{
    right: 40px;
}*/


.featured#headcovers .page li.row header,
.featured#headcovers .page li.row .view{
    position: relative;
}

.featured#headcovers .page li.row header{
    position: relative;
    float: left;
    width: 245px;
    margin: 10px;
    font-size: .8em;
    height: 100%;
}

.featured#headcovers .page li.row .view{
    float: right;
    margin-right: 10px;
    font-size: .75em;
    margin-top: 10px;
    text-transform: uppercase;
    color: #f80017;
    cursor: pointer;
}

.featured#headcovers .page li.row .view:hover{
    text-decoration: underline;
}

.featured#headcovers .mic-icon-small{
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    z-index: 2;
    width: 27px;
    height: 28px;
    opacity: .8;
    cursor: pointer;
}

.featured#headcovers .description{
    position: absolute;
    top: 50%;
    margin-top: -13.5px;
    width: 100%;
    height: 27px;
    display: none;
}

.featured#headcovers .description > p{
    height: 100%;
     color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
        margin: 0px 5px 0px 15px;
}

.featured#headcovers .audio-player .play-icon-small{
    float: left;
    margin: 0px 5px 0px 15px;
    z-index: 2;
    width: 27px;
    height: 28px;
    cursor: pointer;
    background-image: url('../png/play-icon-small.png');
}


.featured#headcovers .audio-player .progress{
    float: left;
    height: 100%;
    width: 240px;
    border: 1px solid #333333;
    border-radius: 3px;
}


img.loading{
    display: none;
}

#prod-overview img.loading{
    display: inline-block;
    opacity: 0;
}

/*----------------*/

section.featured#garage-talk{
    float: left;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    background-color: #333333;
}

section.featured#garage-talk .background{
    cursor: pointer;
}

section.featured#garage-talk header#category,
section.shop#product header#category{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
    z-index: 2;
}


section.featured#garage-talk header h1,
section.shop#product header h1{
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.0em\9;
}


section.featured#garage-talk > header h1,
section.shop#product > header h1{
    margin-left: 50px;
    font-size: 1.6em;
    line-height: 36px;
}



section.featured#garage-talk article.page{
    position: absolute;
    left: 0px;
    margin-top: 70px;
    display: none;
    width: 100%;
    height: 100%;
    background-image: -moz-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -webkit-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -o-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -ms-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
}

section.featured#garage-talk article.page#one{
    display: block;
    /**/
}


.featured#garage-talk .page > ul{
    position: absolute;
    left: 50%;
    float: left;
    display: block;
    width: 947px;
    margin-left: -474px;
    padding-bottom: 120px;
    
}

.featured#garage-talk .page ul li.row{
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

.featured#garage-talk .page li.row ul li.item{
    position: relative;
    float: left;
    width: 305px;
    height: 235px;
    margin-left: 15px;
    overflow: hidden;
}

.featured#garage-talk .page li.row ul li.item img{
    width: 100%;
}

.featured#garage-talk .page li.row ul li.item:first-child{
    margin-left: 0px;
}


.featured#garage-talk .page li.row section.info-basic{
    position: absolute;
    bottom: 0px;
    z-index: 5;
    width: 305px;
    height: auto;
    /*padding: 7px 10px 0px 10px;*/
    background-color: #000000;
    background: rgba(0, 0, 0, 0.8);
}

.featured#garage-talk .page li.row header,
.featured#garage-talk .page li.row .view{
    position: relative;
}

.featured#garage-talk .page li.row header{
    position: relative;
    float: left;
    width: 245px;
    margin: 10px;
    font-size: .8em;
    height: 100%;
}

/*.featured#garage-talk .page li.row header h1{
    position: absolute;
    top: 50%;
}*/

.featured#garage-talk .page li.row .view{
    float: right;
    margin-right: 10px;
    font-size: .75em;
    margin-top: 10px;
    text-transform: uppercase;
    color: #ffffff;/*#f80017;*/
    cursor: pointer;
}

.featured#garage-talk .page li.row .view:hover{
    text-decoration: underline;
}

div#submit_question.questions-view{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}


div#submit_question .questions-modal{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -335px;
    z-index: 11;
    width: 680px;
    height: 390px;
    background-color: rgba(0,0,0,.7);
    text-align: center;
}

div#submit_question .questions-modal .media-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div#submit_question .questions-modal img{
    width: auto;
    height: 100%; 
}

div#submit_question .questions-modal .media-wrapper h1{
    margin: 20px;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
}
div#submit_question .questions-modal .media-wrapper form{
    padding: 0px 25px 20px 20px;
    text-align: left;
}

div#submit_question .questions-modal .media-wrapper form li#name,
div#submit_question .questions-modal .media-wrapper form li#subject,
div#submit_question .questions-modal .media-wrapper form li#garage-talk-comment{
    float: left;
    
}

div#submit_question .questions-modal .media-wrapper form li#name,
div#submit_question .questions-modal .media-wrapper form li#email,
div#submit_question .questions-modal .media-wrapper form li#subject{
    margin-bottom: 20px;
}

div#submit_question .questions-modal .media-wrapper form li#garage-talk-comment{
    width: 100%;
}

div#submit_question .questions-modal .media-wrapper form li#garage-talk-comment textarea{
    width: 547px;
    height: 162px;
}

div#submit_question .questions-modal .media-wrapper form li#email{
    float: right;
    
}

div#submit_question .questions-modal .media-wrapper form li label{
    float: left;
    width: 70px;
    margin-right: 10px;
    font-size: .72em;
    text-transform: uppercase;
    text-align: right;
    color: #666666;
}
div#submit_question .questions-modal .media-wrapper form li#name label,
div#submit_question .questions-modal .media-wrapper form li#email label{
    line-height: 23px;
}

div#submit_question .questions-modal .media-wrapper form li input{
    float: left;
    width: 225px;
    height: 23px;
}

div#submit_question .questions-modal .media-wrapper form li select {
    background: transparent;
    float: right;
    width: 240px;
    height: 24px;
    padding: 4px 5px;
    font-size: .79em;
    font-family: "Helvetica";
    color: #ffffff;
    background: #666;
    border: none;
    -webkit-appearance: none; 
    
}

div#submit_question .questions-modal .media-wrapper form li .select-container{
    width: 240px;
    height: 22px;
    overflow: hidden;
    background: url('../jpg/gray_bar.jpg') no-repeat right #ddd;
}

div#submit_question .questions-modal .media-wrapper form li input,
div#submit_question .questions-modal .media-wrapper form li textarea{
    -moz-box-shadow: inset 0 0 4px #000000;
    -webkit-box-shadow: inset 0 0 4px #000000;
    box-shadow: inset 0 0 4px #000000;
    padding: 2px 4px;
    font-size: .92em;
}
div#submit_question .questions-modal .media-wrapper form li#subject{
    width:350px;
} 

div#submit_question .questions-modal .media-wrapper form li#questions-comment{
    clear: both;
} 
div#submit_question .questions-modal .media-wrapper form li#questions-comment textarea{
    width: 545px;
    height: 180px;
}

div#submit_question .questions-modal  .media-wrapper div.errormessage
{
      padding-top: 20px;
}

div#submit_question .questions-modal  .media-wrapper div.errormessage p
{
    color: red;
    font-size: 12px;
    padding-bottom: 5px;
}

div#submit_question .questions-modal  .media-wrapper ol#garageTalkFormFields
{
    padding-top:20px;
}

div#submit_question .questions-modal .media-wrapper form li#submit input{
    float: right;
    width: auto;
    height: auto;
    margin-top: 10px;
    background: transparent;
    border: none;
    font-family: "Helvetica", sans-serif;
    font-size: .82em;
    color: red;
    text-transform: uppercase;
    cursor: pointer;
}

div#submit_question .questions-modal .close{
    position: absolute;
    width: 12px;
    height: 12px;
    top: -17px;
    right: -17px;
}

div#submit_question .questions-modal .close img{
    width: 12px;
    height: 12px;   
}

.featured#garage-talk .media{
    width: 100%;
    height: 100%;
    display: none;
}

.featured#garage-talk .media-wrapper .media{
    display: block;
}


.featured#garage-talk .page li.row ul li.item.large{
    width: 625px;

}

.featured#garage-talk .page li.row ul li.item.large section.info-basic{
    width: 625px;
    height: 59px;
}

.featured#garage-talk .page li.row header{
    width: auto;
}

.featured#garage-talk .page li.row header h1{
    font-size: 1.2em;
}

.featured#garage-talk .page li.row p{
    float: left;
    font-size: .82em;
    margin-left: 10px;
    margin-bottom: 10px;
}

section.featured#questions{
    float: left;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    background-color: transparent;

}
.radial-gradient{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: -moz-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -webkit-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -o-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -ms-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
}
section.featured#questions .background{
    cursor: pointer;
}

section.featured#questions header#category{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
    z-index: 2;
}


section.featured#questions header h1{
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.0em\9;
}


section.featured#questions > header h1{
    margin-left: 50px;
    font-size: 1.8em;
    line-height: 36px;
}

.featured#questions .container{
    width: 1045px;
    margin: 0 auto;
    margin-top: 36px;
}


.featured#questions #qanda{
   /* float: left;
    width: 665px;
    height: auto;
    background-color: black;
    background: rgba(0,0,0,.4);
    margin-bottom: 100px;*/
    float: left;
    width: 665px;
    height: auto;
    padding-bottom: 160px;
    margin-top: 0px;
    position: static;
    background-color: black;
    background: rgba(0,0,0,.4);
}

.featured#questions #qanda header h1{
    margin: 40px 30px 30px 30px;
}

.featured#questions #qanda article{
    margin: 30px;

}

.featured#questions #qanda article p{
    font-size: .89em;
    line-height: 1.5em;
}

.featured#questions #qanda article .question,
.featured#questions #qanda article .answer{
    min-height: 40px;
    padding-left: 40px;
}

.featured#questions #qanda article .question{
        background: url('../png/q_icon.png') no-repeat top left;
}

.featured#questions #qanda article .answer{
        margin-top: 15px;
        background: url('../png/a_icon.png') no-repeat top left;
        display: none;
        opacity: 0;
}


.featured#questions #qanda article .closed,
.featured#questions #qanda article .opened{
    font-size: .75em;
    margin: 10px 0px 10px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    margin-left: 40px;
    border-bottom: 1px solid #333333;
}

.featured#questions #qanda article .closed span{
    display: block;
    float: left;
}

.featured#questions #qanda article .opened{
    display: none;
}

.featured#questions .arrow-show{
    float: left;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ffffff;
	margin-top: 2px;
	margin-left: 5px;
}

.featured#questions .arrow-hide{
    float: left;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #ffffff;
	margin-left: 2px;
}

.featured#questions #ask-scotty{
    position: fixed;
    margin-left: 685px;
    margin-top: 72px;
    width: 360px;
    height: 235px;
    overflow: hidden;
}

.featured#questions #ask-scotty img{
    width: 100%;
}

header#main.fixed-header,
.featured#questions header#category.fixed-header{
    position: fixed;
    min-width: 500px;
}


.featured#questions #ask-scotty section.info-basic{
    position: absolute;
    bottom: 0px;
    z-index: 5;
    width: 360px;
    height: 50px;
    /*padding: 7px 10px 0px 10px;*/
    background-color: #000000;
    background: rgba(0, 0, 0, 0.8);
    line-height: 25px; /**/
}

.featured#questions #ask-scotty header,
.featured#questions #ask-scotty .view{
    position: relative;
}

.featured#questions #ask-scotty header{
    position: relative;
    float: left;
    width: auto;
    margin: 10px;
    font-size: 1em;
    height: 100%;
}

/*.featured#questions#garage-talk .page li.row header h1{
    position: absolute;
    top: 50%;
}*/

.featured#questions #ask-scotty .view{
    float: right;
    margin-right: 10px;
    font-size: .75em;
    margin-top: 10px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}

.featured#questions #choose-topic{
    position: fixed;
    margin-bottom: 20px;
    padding-top: 30px;
    margin-left: 685px;
    width: 360px;
    z-index: 105;
}

.featured#questions #choose-topic label{
    width:100px;
    float:left;
    display:block;
    margin-right: 10px;
    font-size: .72em;
    line-height: 22px;
    text-transform: uppercase;
    text-align: right;
    color: #888888;
}

.featured#questions #choose-topic form{
    float: right;
}

.featured#questions #choose-topic select{
    background: transparent;
    float: right;
    width: 200px;
    height: 22px;
    padding: 5px;
    font-size: .79em;
    font-family: "Helvetica";
    color: #ffffff;
    border: none;
    -webkit-appearance: none; 
    
}
.featured#questions #choose-topic .select-container{
    width: 200px;
    height: 22px;
    overflow: hidden;
    background: url('../jpg/gray_bar.jpg') no-repeat right #ddd;
}

.opaque-footer {
    display: none;
    position: fixed;
    bottom: 0px;
    z-index: 98;
    width: 100%;
    height: 80px;
    background-color: #000; /* not IE friendly :-[ */
}


.featured#garage-talk #ask-scotty .view:hover{
    text-decoration: underline;
}



.featured.archive-list {
  background: transparent;
}
.featured.archive-list .container {
  margin-top: 0px;
  padding-bottom: 10px;
  position: relative;
}

#putters.featured.archive-list .container {
    margin-top: 50px;
}

.featured.archive-list .dim {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0;
	filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -ie-transition: opacity 200ms;
  transition: opacity 200ms;
}
.featured.archive-list .container.item-hover .dim {
  opacity: 0.5;
	filter: alpha(opacity=50);
}
.featured.archive-list .container section.content a {
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -ie-transition: opacity 200ms;
  transition: opacity 200ms;
}
.featured.archive-list .container.item-hover section.content a {
  opacity: 0.8;
	filter: alpha(opacity=80);
}

.featured.archive-list .container.item-hover section.content a:hover {
  opacity: 1;
	filter: alpha(opacity=100);
}
.featured.archive-list .container.item-hover section.content h1 {
  opacity: 0.5;
	filter: alpha(opacity=50);
}
.featured.archive-list .container.item-hover section.content.item-hover h1 {
  opacity: 1;
	filter: alpha(opacity=100);
}
.featured.archive-list section.content {
  border-bottom: #000000 1px solid;
  background: transparent;
  min-height: 112px;
  position: relative;
  display: block;
  padding: 5px 0 5px 127px;
  font-size: 0;
}
.featured.archive-list section.content.even {
	background: #000000 url(../png/gradient.png) repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../png/gradient.png", sizingMethod="scale");
	background-image: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#141414),
		to(#141414),
		color-stop(0.5, #262626)
	);
	background-image: -webkit-linear-gradient(
		top,
		#141414,
		#262626 50%,
		#141414
	);
	background-image: -moz-linear-gradient(
		top,
		#141414,
		#262626 50%,
		#141414
	);
	background-image: -o-linear-gradient(
		top,
		#141414,
		#262626 50%,
		#141414
	);
	background-image: linear-gradient(
		top,
		#141414,
		#262626 50%,
		#141414
	);
}
.featured.archive-list section.content a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  width: 111px;
  vertical-align: top;
  padding: 10px 12px 10px 13px;
}

/*.featured.archive-list section.content div.SeasonContainer {
    position: absolute;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    top: 30px;
    left: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: -100px;
    padding-top: 100px;
}

.featured.archive-list section.content div.SeasonContainer h1{

    font-weight: 500;
    font-size: 17px;
    line-height: 1.4;
}*/

.featured.archive-list section.content h1{
    position: absolute;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    top: 30px;
    left: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: -100px;
    padding-top: 100px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4;
}

.featured.archive-list section.content a figure {
  display: block;
}
.featured.archive-list section.content a img {
  display: block;
  margin-bottom: 5px;
}
.featured.archive-list section.content a figcaption {
  display: block;
  min-height: 40px;
}
.featured.archive-list section.content a sup {
  vertical-align: middle;
  font-size: 0.75em;
  position: relative;
  top: -0.3em;
}
.featured.archive-list.non-grouped .container {
  background: url(../png/double-gradient.png) repeat left -2px;
}
.featured.archive-list.non-grouped section.content {
  padding: 0 20px;
  margin-bottom: -2px;
}
.featured.archive-list.non-grouped section.content a figcaption {
  height: 59px;
  overflow: hidden;
}

.featured#putter-detail {
  background: transparent;
}
.featured#putter-detail header.top .gradient {
  top: 76px;
}
.featured#putter-detail > article {
  padding-top: 95px;
}
.featured#putter-detail > article > nav {
  z-index: 25;
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
  background: #333;
  height: 40px;
  display: block;
}
.featured#putter-detail > article > nav > div {
  width: 980px;
  margin: 0 auto;
}
.featured#putter-detail > article > nav section {
  float: right;
  display: block;
  line-height: 40px;
  height: 40px;
  margin-left: 15px;
}
.featured#putter-detail > article > nav section:first-child {
  float: left;
  margin-left: 0;
}
.featured#putter-detail > article > nav form section.year {
  float: left;
  margin-left: 0;
}
.featured#putter-detail > article > nav section label {
  font-size: 11px;
  color: #999;
  margin-right: 10px;
  text-transform: uppercase;
}
.featured#putter-detail > article > nav section .select {
  position: relative;
  z-index: 30;
  font-size: 13px;
  line-height: 1.5;
  display: inline-block;
}
.featured#putter-detail > article > nav section .select > a {
  color: white;
  padding: 2px 40px 2px 10px;
  display: block;
  background: #666 url(../png/down-arrows.png) no-repeat right 8px;
  -webkit-box-shadow: 2px 2px 6px #111;
  -moz-box-shadow: 2px 2px 6px #111;
  box-shadow: 2px 2px 6px #111;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
  cursor: default;
}
.featured#putter-detail > article > nav section .select:hover > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: none;
  position: relative;
  z-index: 31;
}
.featured#putter-detail > article > nav section .select > p > a:hover {
  background-color: #333;
}
.featured#putter-detail > article > nav section .select > p {
  display: none;
  background: #666;
  position: absolute;
  min-width: 100%;
  -webkit-box-shadow: 2px 2px 8px -2px #000;
  -moz-box-shadow: 2px 2px 8px -2px #000;
  box-shadow: 2px 2px 8px -2px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
  white-space: nowrap;
  padding-bottom: 10px;
}
.featured#putter-detail > article > nav section .select:hover > p, .featured#putter-detail > article > nav section .select.active > p {
  display: block;
}
.featured#putter-detail > article > nav section .select > p > a {
  padding: 3px 10px;
  display: block;
  white-space: nowrap;
}
.featured#putter-detail .container {
  background: #111;
  color: white;
  width: 980px;
  margin: 0 auto;
  padding-bottom: 100px;
  overflow: hidden;
} 
.featured#putter-detail .image-viewer {
  background: white;
  color: black;
  display: block;
  width: 980px;
  height: 300px;
}
.featured#putter-detail .image-viewer .image-wrapper {
  float: left;
  padding: 0 120px 0 117px;
  overflow: hidden;
  position: relative;
  width: 363px;
  height: 284px;
}
.featured#putter-detail .image-viewer .image-wrapper > img {
  position: absolute;
}
.featured#putter-detail .image-viewer > nav {
  float: left;
  width: 315px;
  margin-left: 30px;
  margin-top: 40px;
  margin-right: -15px;
}
.featured#putter-detail .image-viewer > nav p {
  font-size: 13px;
  color: #333;
  margin-bottom: 15px;
}
.featured#putter-detail .image-viewer > nav a {
  float: left;
  position: relative;
  width: 82px;
  height: 64px;
  padding: 13px 4px;
  margin-right: 13px;
  margin-bottom: 13px;
  border: 1px solid transparent;
}
.featured#putter-detail .image-viewer > nav a:hover {
  border-color: #f8051c;
}
.featured#putter-detail .image-viewer > nav a.selected {
  border-color: #f8051c;
}
.featured#putter-detail .image-viewer > nav a.selected:before,
.featured#putter-detail .image-viewer > nav a.selected.before {
  position: absolute;
  content: ' ';
  width: 8px;
  height: 16px;
  top: 37px;
  left: -9px;
  background: url(../png/left-arrow-2.png) no-repeat;
}
.featured#putter-detail .left-column {
  float: left;
  padding: 10px 50px 0 30px;
  width: 550px;
}
.featured#putter-detail .right-column {
  float: left;
  width: 320px;
  color: white;
  padding: 15px 30px 0 0;
}
.featured#putter-detail .left-column header h2 {
  text-transform: uppercase;
  color: #aaa; 
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.7em;
}
.featured#putter-detail .left-column header h1 {
  text-transform: uppercase;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.7em;
}
.featured#putter-detail .left-column header h1 sup {
  vertical-align: middle;
  position: relative;
  font-size: 0.75;
  top: -.3em;
}
.featured#putter-detail .left-column header h1 em {
  font-style: normal;
  color: #f8051c;
}
.featured#putter-detail .left-column p {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 13px;
}
.featured#putter-detail .right-column h1 {
  text-transform: uppercase;
  color: #aaa;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1.2em;
}
.featured#putter-detail .right-column p {
  line-height: 1.75;
  margin: 10px 0 20px 0;
  font-size: 12px;
}
.featured#putter-detail .right-column p span {
  text-transform: uppercase;
}

.featured.non-grouped #details {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
  display: none;
}

.featured.non-grouped #details nav {
  margin: 0 auto;
  width: 750px;
  height: 0;
}
.featured.non-grouped #details nav div {
  top: 50%;
  position: absolute;
  margin-top: -225px;
}
.featured.non-grouped #details nav .close-x {
  position: absolute;
  right: -35px;
  top: -20px;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  overflow: hidden;
  background: url(../png/close.png) no-repeat;
  opacity: 0.8;
}
.featured.non-grouped #details nav .close-x:hover {
  opacity: 1.0;
}
.featured.non-grouped #details nav .left,
.featured.non-grouped #details nav .right {
  position: absolute;
  left: -45px;
  top: 180px;
  width: 36px;
  height: 87px;
  text-indent: 100%;
  overflow: hidden;
  background: url(../png/left_arrow.png) no-repeat;
  opacity: 0.8;
}
.featured.non-grouped #details nav .left:hover,
.featured.non-grouped #details nav .right:hover {
  opacity: 1.0;
}
.featured.non-grouped #details nav .right {
  background: url(../png/right_arrow.png) no-repeat;
  left: auto;
  right: -45px;
}
.featured.non-grouped #details div {
  margin: 0 auto;
  width: 750px;
}
.featured.non-grouped #details article {
  position: absolute;
  top: 50%;
  width: 275px;
  height: 390px;
  margin-top: -225px;
  background: black;
  padding: 30px 50px 30px 425px;
  color: white;
  font-size: 15px;
  line-height: 1.8;
}
.featured.non-grouped #details article:after {
  content: ' ';
  clear: both;
  display: block;
  height: 0;
}

.featured.non-grouped #details article img {
  position: absolute;
  left: 50px;
}
.featured.non-grouped #details article div 
{
  width: auto;
  margin: 0;
  height: 390px;
  overflow: auto;
}
.featured.non-grouped #details article h1 {
  margin: 20px 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
}

.featured.archive-categories {
  background-color: transparent;
  padding-top: 120px;
}
.featured.archive-categories .container {
  width: 960px;
  margin: 0 auto;
}
.featured.archive-categories .container .content {
  width: 990px;
  margin-right: -30px;
  text-align: justify;
}
.featured.archive-categories .container .content a {
  width: 300px;
  margin-bottom: 20px;
  display: inline-block;
}
.featured.archive-categories .container .content > span {
  width: 100%;
  display: inline-block;
}
.featured.archive-categories .container .content a figure {
  position: relative;
}
.featured.archive-categories .container .content a figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  line-height: 20px;
  font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
}
.featured.archive-categories .container .content a figcaption b {
  float: right;
  color: #F80017;
  font-size: 11px;
}

section.featured#article{
    float: left;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    background-color: transparent;

}
.radial-gradient{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: -moz-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -webkit-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -o-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -ms-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
}
section.featured#article .background{
    cursor: pointer;
}

section.featured#article header#category{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
    z-index: 2;
}


section.featured#article header h1{
    font-family: "Sica Expanded","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.0em\9;
}


section.featured#article > header h1{
    margin-left: 50px;
    font-size: 1.8em;
    line-height: 36px;
    display: none;
}


section.featured#article article.page{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
}

/*.featured#article .container{
    width: 1045px;
    margin: 0 auto;
}*/


.featured#article #content{
    float: left;
    width: 80%;
    height: auto;
    /*padding-bottom: 260px;*/
    margin-top: 125px;
    position: static;
    background-color: black;
    background: rgba(0,0,0,.4);
}

/*.featured#article .wide#content {
    width: 1045px;
    background: none;
}*/

/*.featured#article #content .background{
    position: static;
    top: 66px;
    left:0px;
    z-index: -1;
    height: 100%;
    width: 665px;
    background-color: black;
    background: rgba(0,0,0,.4);
}*/


.featured#article #content header h1{
    margin: 40px 30px 30px 30px;
    font-size: 2.6em;
    line-height: 1.1;
    font-weight: 700;
}

.featured#article #content article{
    margin: 30px;
    padding-bottom: 120px;
}

.featured#article .wide#content article{
    margin: 0px;
    padding-bottom: 0px;
}

.featured#article #content article.thumbnails{
    padding-bottom: 0px;
}

.featured#article #content article p{
    font-size: .9em;
    line-height: 1.6em;
    margin-top: 15px;
}
.featured#article #content article ul.counterfeit_tips li{
    font-size: .9em;
    line-height: 1.6em;
    margin-top: 15px;
}

.featured#article #content article p.question{
    color: #ECECEC;
    text-shadow: 0.02em 0.02em #CCCCCC;
}

#article.featured #content article p.question + p
{
    margin-top:0px;
}

#article.featured #content article a.red_button_link,a.red_button_link
{
    background-color: #F80017;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px 5px 5px 5px;
    display:inline-block;
}

.featured#article #content article h3 {
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.6;
}
.featured#article #content article h4 {
  margin-top: 14px;
  font-size: 0.8em;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: normal;
}
.featured#article #content article h3 + p {
  margin-top: 5px;
}
.featured#article #content article h4 + p,
.featured#article #content article h4 + div > p:first-child {
  margin-top: 0px;
}
.featured#article #content article address {
  line-height: 1.6;
  font-size: 0.9em;
  margin-top: 15px;
  font-style: normal;
}
.featured#article #content article ol li {
  list-style-type: decimal;
  font-size: 0.9em;
  line-height: 1.6;
  margin-left: 2em;
}
.featured#article #content article ol li a {
  
}
.featured#article #content article ol:before,
.featured#article #content article h4:before {
  content: " ";
  display: block;
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
}
.featured#article #content article h4:target,
.featured#article #content article h4:target + div {
  color: #e2e2cb;
}
.featured#article #content article h4 a {
  display: none;
  margin-left: 1em;
}
.featured#article #content article h4:target a {
  display: inline;
}
.featured#article #content article a {
  color: #F80017;
}
.featured#article #content article a:hover {
  text-decoration: underline;
}
.featured#article #content article input.counterfeit_report 
{
        height: 20px;
}
.featured#article #content article .counterfeit_report {
    box-shadow: 2px 3px 3px #999999 inset;
    font-size: 12px;
    padding: 2px 5px;
    width: 350px;
}
.featured#article #content article .DefaultText
{
    text-shadow: 0 0.01em;
    font-family: arial,helvetica;
    font-size: 11px;
    font-weight: bold;   
}
.featured#article #content article div.errorbox {
    color: #FF0000;font-size:12px;padding:10px 0 0 0;
}
.featured#article #content article p.submit_btn
{
    width: 360px;
}

.featured#article #content article p.submit_btn input
{
    float:right;
     background: none repeat scroll 0 0 transparent;
     color: #F80017;
     cursor:pointer;
}

.featured#article #content article a.mail {
  display: inline-block;
  height: 20px;
  line-height: 14px;
  padding-top: 6px;
  padding-left: 25px;
  background: url(../png/mail-icon.png) no-repeat left center;
  text-transform: uppercase;
}

.featured#article .aside{
    position: fixed;
    padding-top: 95px;
    margin-left: 685px;
    width: 360px;
    height: auto;
}
.featured#article .aside > article{
    position: relative;
    float: left;
    width: 360px;
    height: 235px;
    margin-bottom: 20px;
    overflow: hidden;
}

.featured#article .aside > article img{
    width: 100%;
}

header#main.fixed-header,
.featured#article header#category.fixed-header{
    position: fixed;
    min-width: 500px;
}


.featured#article .aside > article section.info-basic{
    position: absolute;
    bottom: 0px;
    z-index: 5;
    width: 360px;
    height: 50px;
    /*padding: 7px 10px 0px 10px;*/
    background-color: #000000;
    background: rgba(0, 0, 0, 0.6);
    line-height: 25px; /**/
}

.featured#article .aside > article header,
.featured#article .aside > article .view{
    position: relative;
}

.featured#article .aside > article header{
    position: relative;
    float: left;
    width: auto;
    margin: 10px;
    height: 100%;
}

.featured#article .aside > article header h1{
        font-size: .89em;
}

/*.featured#article#garage-talk .page li.row header h1{
    position: absolute;
    top: 50%;
}*/

.featured#article .aside > article .view{
    float: right;
    margin-right: 10px;
    font-size: .75em;
    margin-top: 10px;
    text-transform: uppercase;
    color: #f80017;
    cursor: pointer;
}

.featured#article .aside > article .view:hover{
    text-decoration: underline;
}




.featured#article .collection{
    display: none;
}

/*------------------------*/



section.featured#articles{
    float: left;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    background-color: #333333;
}


section.featured#articles .background{
    cursor: pointer;
}

section.featured#articles header#category,
section.shop#product header#category{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
    z-index: 2;
}


section.featured#articles header h1,
section.shop#product header h1{
    font-family: "Sica Expanded","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.0em\9;
}


section.featured#articles > header h1,
section.shop#product > header h1{
    margin-left: 50px;
    font-size: 1.8em;
    line-height: 36px;
}



section.featured#articles article.page{
    position: absolute;
    left: 0px;
    margin-top: 70px;
    display: none;
    width: 100%;
    height: auto;
}

section.featured#articles article.page#one{
    display: block;
}

.featured#articles .page > ul{
    position: absolute;
    left: 50%;
    float: left;
    display: block;
    width: 947px;
    margin-left: -474px;
    padding-bottom: 120px;
    
}

.featured#articles .page ul li.row{
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

.featured#articles .page li.row ul li.item{
    position: relative;
    float: left;
    width: 305px;
    height: 235px;
    margin-left: 15px;
    overflow: hidden;
}

.featured#articles .page li.row ul li.item img{
    width: 100%;
    height: 100%;
}

.featured#articles .page li.row ul li.item:first-child{
    margin-left: 0px;
}


.featured#articles .page li.row section.info-basic{
    position: absolute;
    bottom: 0px;
    z-index: 5;
    width: 305px;
    height: auto;
    min-height: 48px;
    /*padding: 7px 10px 0px 10px;*/
    background-color: #000000;
    background: rgba(0, 0, 0, 0.6);
    
}

.featured#articles .page li.row ul li.item .see-more{
    position: absolute;
    bottom: 65px;
    right: 70px;
}

.featured#articles .see-more span{
    display: block;
    font-family: "Sica Expanded","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    line-height: 1.2em; 
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}

.featured#articles .page li.row ul li.item .see-more .progress{
    margin-top: 5px;
    font-size: .75em;
    color: #a1a1a1;
}

.featured#articles .page li.row ul li.item .right-arrow{
    top: auto;
    bottom: -15px;
    right: -50px;
}

.featured#articles .page li.row ul li.item .see-prev{
    position: absolute;
    top: 45px;
    left: 70px;
}


.featured#articles .page li.row ul li.item .see-prev span{
    display: block;
    font-family: "Sica Expanded","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    line-height: 1.2em; 
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.featured#articles .page li.row ul li.item .see-prev .progress{
    margin-top: 5px;
    font-size: .75em;
    color: #a1a1a1;
}

.featured#articles .page li.row ul li.item .left-arrow{
    top: 25px;
    left: -50px;
    bottom: auto;
}

.featured#articles .page li.row header{
    position: relative;
    float: left;
    width: 245px;
    margin: 10px;
    font-size: .8em;
    height: 100%;
    opacity: 0;
}

.featured#articles .page li.row .view{
    float: right;
    margin-right: 10px;
    font-size: .75em;
    margin-top: 10px;
    text-transform: uppercase;
    color: #f80017;
    cursor: pointer;
    opacity: 0;
}

.featured#articles .page li.row .view:hover{
    text-decoration: underline;
}

.featured#article article.bio{
    display: none;
}

#article .bio{
   /* width: 500px;*/
    height: 100%;
    background-color: #ffffff;
}

.featured#article .players-modal .media-wrapper .info-detail h1 {
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Sica Expanded","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #343434;
}

.featured#article .players-modal .media-wrapper .info-detail li {
    line-height: 1.7em;
}

.featured#article .players-modal .media-wrapper .info-detail span {
    display: block;
    font-size: .89em;
    vertical-align: top;
    font-weight: bold;
    text-transform: none;
}

.featured#article .players-modal .media-wrapper .info-detail h1 {
    position: static;
}

.featured#article .terms ol > li{
    float: left;
    width: 130px;
}

.featured#article .terms ol li ol li{
    position: relative;
    float: none;
    cursor: pointer;
    margin-bottom: 4px;
}

.featured#article .terms ol li ol li span:hover{
    color: #f80017;
}

.featured#article .players-modal .media-wrapper .info-detail header span {
    font-size: .84em;
    line-height: 1.5em;
    font-weight: normal;
    float:left;
    width: auto;
    display: inline;
}

.featured#article .players-modal .media-wrapper .info-detail header h1 {
    float: left;
    padding-right: 10px;
}

.featured#article .terms{
    float:left;
}
.featured#article .players-modal .info-detail {
    padding: 30px;
}

.featured#article .players-modal .modal-description {
    position: absolute;
    top: -10px;
    z-index: 2;
    width: 353px;
    height: auto;
    background-color: #444444;
    background-color: rgba(0,0,0,.85);
    display: none;
}

.featured#article .terms ol > li#column-1 .modal-description,
.featured#article .terms ol > li#column-2 .modal-description{
    left: 110px;    
}

.featured#article .terms ol > li#column-3 .modal-description,
.featured#article .terms ol > li#column-4 .modal-description{
    left: -373px;    
}
                                            

.featured#article .players-modal .modal-description p {
    float: left;
    padding: 15px 20px;
    font-size: .84em;
    line-height: 1.6em;
    color: white;
    margin-right: 5%;
}
.featured#article .players-modal .modal-description .thumbnail {
    position: absolute;
    top: 20px;
    right: 20px;
}

.featured#article .players-modal .modal-description .thumbnail img {
    float: left;
    width: 139px;
    height: auto;
}

.featured#article .players-modal .pointer-left {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right: 10px solid rgba(0,0,0,.85);
}
.featured#article .players-modal .pointer-right {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-left: 10px solid rgba(0,0,0,.85);
}

#article.featured .container .thumbnail_list
{
 clear: both;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 15px;
}


#article.featured .container .thumbnail_list a
{
    border: 1px solid #666666;
    display: block;
    float: left;
    height: 180px;
    margin: 0 15px 15px 0;
    width: 240px;
}
#article.featured .container .thumbnail_list img {
    display: block;
    height: 180px;
    width: 240px;
}

#article.featured #details {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

#article.featured .container  #details nav {
  margin: 0 auto;
  width: 750px;
  height: 0;
}
#article.featured .container  #details nav div {
  top: 50%;
  position: absolute;
  margin-top: -375px;
}
#article.featured .container  #details nav .close-x {
    background: url("../png/close.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    right: 80px;
    text-indent: 100%;
    width: 30px;
        z-index: 99;
}
#article.featured .container  #details nav .close-x:hover {
  opacity: 1.0;
}
#article.featured .container  #details nav .left,
#article.featured .container  #details nav .right {
   background: url("../png/left_arrow.png") no-repeat scroll 0 0 transparent;
    height: 87px;
    left: -70px;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 250px;
    width: 36px;
    z-index: 99;
}
#article.featured .container  #details nav .left:hover,
#article.featured .container  #details nav .right:hover {
  opacity: 1.0;
}
#article.featured .container  #details nav .right {
    background: url("../png/right_arrow.png") no-repeat scroll 0 0 transparent;
    left: auto;
    right: 80px;
}
#article.featured .container  #details div {
  margin: 0 auto;
  width: 900px;
}
#article.featured .container  #details article {
  position: absolute;
  top: 50%;
  width: 275px;
  height: 390px;
  margin-top: -375px;
  padding: 30px 50px 30px 575px;
  color: white;
  font-size: 15px;
  line-height: 1.8;
}
#article.featured .container  #details article:after {
  content: ' ';
  clear: both;
  display: block;
  height: 0;
}

#article.featured .container  #details article img {
  position: absolute;
  left: 50px;
}
#article.featured .container  #details article div 
{
  width: auto;
  margin: 0;
  height: 390px;
  overflow: auto;
}
#article.featured .container  #details article h1 {
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: normal;
}

#article.featured .container  #details article:hover .description {
    opacity: 1;
    transition: opacity 0.2s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
#article.featured .container  #details article .description {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: -180px;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    transition: opacity 0.2s ease 0s, visibility 0s ease 0.2s;
    visibility: hidden;
    width: 100%;
    z-index: 3;
}
/********************   CSS preview **************************/

div#PreviewContainer
{
    background-color: #619DFF;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    left: 430px;
    padding: 5px;
    position: fixed;
    top: 0;
    vertical-align: middle;
    width: 375px;
    z-index: 999;
    font-family:Arial,sans-serif;
}

div#PreviewButtonContainer
{
    background-color: #3965AE;
    float: left;
    height: 25px;
    padding: 3px;
    width: 200px;

background: #214581; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxNDU4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzQwNzRjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #214581 0%, #4074c0 73%, #207cca 85%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#214581), color-stop(73%,#4074c0), color-stop(85%,#207cca)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #214581 0%,#4074c0 73%,#207cca 85%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #214581 0%,#4074c0 73%,#207cca 85%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #214581 0%,#4074c0 73%,#207cca 85%); /* IE10+ */
background: linear-gradient(top,  #214581 0%,#4074c0 73%,#207cca 85%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214581', endColorstr='#207cca',GradientType=0 ); /* IE6-8 */


}

div#PreviewButtonContainer div.PreviewMode
{
    float: left;
    height: 18px;
    text-align: center;
    width: 100px;
    padding-top:2px;
}

div#PreviewButtonContainer input.button.inactive
{
  background-color: transparent;
  background:none;
}
div#PreviewButtonContainer input.button
{
      background: #417fe4; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxN2ZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM0NmRkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #417fe4 0%, #346dd8 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#417fe4), color-stop(50%,#346dd8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #417fe4 0%,#346dd8 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #417fe4 0%,#346dd8 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #417fe4 0%,#346dd8 50%); /* IE10+ */
    background: linear-gradient(top,  #417fe4 0%,#346dd8 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#417fe4', endColorstr='#346dd8',GradientType=0 ); /* IE6-8 */
    
    
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: bold 12px Arial,Helvetica,sans-serif;
    height: 25px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    width: 98px;
}

div#LinkContainer
{
    height: 25px;
    text-align:right;
    padding: 6px 3px 3px;
}
div#PreviewContainer  div#LinkContainer a
{
     padding: 0 10px;
}
div#PreviewContainer  div#LinkContainer input
{
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    font: bold 12px Arial,Helvetica,sans-serif;
    padding-right: 10px;
}

div.EditLinkContiner
{
    background-color: #3E7ADC;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    text-align: center;
    width: 50px;
    z-index: 499;
}


div.EditLinkContiner a
{
    display: block;
    height: 25px;
    margin-top: 0;
    padding-top: 5px;
    position: absolute;
    width: 50px;
}

section#main.featured  div.EditLinkContiner
{
    display: block;
    left: 15px;
    position: absolute;
    top: 80px;
}



section#archive.featured  div.EditLinkContiner
{
    display: block;
    left: 15px;
    position: absolute;
    top: 80px;
}

section#questions.featured  div.EditLinkContiner
{
    float:right;
}

section#podcasts.featured  div.EditLinkContiner
{
    margin: 10px;
    position: absolute;
    right: 0;
}

section#articles.featured  div.EditLinkContiner
{
    margin: 10px;
    position: absolute;
    right: 0;
}

section#slideshows.featured  div.EditLinkContiner
{
    margin: 10px;
    position: absolute;
    right: 0;
}

section#players.featured  div.EditLinkContiner
{
    margin: 10px;
    position: absolute;
    right: 0;
}

section#victories.featured  div.EditLinkContiner
{
    margin-top: 20px;
    margin-right:10px;
float:right;
}

section#headcovers.featured  div.EditLinkContiner
{
    float: right;
    height: 25px;
    margin: 10px;
    width: 50px;
}

section#putter-detail.featured  div.EditLinkContiner
{
    position: absolute;
    z-index:1001;
}

.featured.archive-list section.content h1 + div.EditLinkContiner
{
    left: 60px;
    margin-top: -25px;
    padding-top: 0;
    position: absolute;
    top: 30px;
}
.featured.archive-list section.content h1 + div.EditLinkContiner > a
{
        font-size: 12px;
    padding: 0;
    vertical-align: middle;
    width: 50px;
}

.featured.archive-list .container section.content a + div.EditLinkContiner 
{
    display: inline-block;
    margin: 0 0 0 -50px;
    width: 50px;
}

.featured.archive-list .container section.content a + div.EditLinkContiner  > a
{
    background-color: #3E7ADC;
    font-size: 12px;
    padding: 0;
    vertical-align: middle;
    width: 50px;
}
/**************************************************************/


/********************************** Search result **************/


section#search-result.featured header#category {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    font-size: 0.69em;
    height: 36px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2;
}


section#search-result.featured  > header h1 {
    font-size: 1.6em;
    line-height: 36px;
    margin-left: 50px;
}

section#search-result.featured  header h1 {
    color: #FFFFFF;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

section#search-result.featured article.page {
    background-color: #333333;
    background-image: -moz-radial-gradient(center center , circle farthest-side, #4A4A4A, #333333 33%);
    height: 100%;
    left: 0;
    margin-top: 70px;
    position: absolute;
    width: 100%;
}



section#search-result div.section h3
{
    color: #FFFFFF;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
}

section#search-result div.section span.result_count
{
    color:#F80017;
}

section#search-result div.section
{
    border-bottom: 1px solid #FFFFFF;
    clear: both;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}

section#search-result div.section ul
{
    padding-left: 20px;
}

section#search-result div.section ul li
{
    display: block;
    float: left;
    font-size: 9px;
    font-weight: 900;
    padding-right: 12px;
    text-transform: uppercase;
    width: 100px;
}

section#search-result div.section ul li.list_separator
{
     display: block;
    height: 15px;
    width: 100%;
}


section#search-result div.section  div.putter_model
{
        display: block;
    padding-top: 6px;
}
/***************************** End Search result ***************/

div.ie_7_warning
{
display: block;
position: absolute;
top: 0;
height: 20px;
z-index: 9999;
width: 100%;
background: none #000;
margin: 0 auto;
text-align: center;
}

/********** Temp Fix ********************/
.featured .newitems-view{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.featured .newitems-modal{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -266px;
    margin-left: -380px;
    z-index: 10;
    width: 760px;
    height: 533px;
    border: solid 1px #000000;
}

.featured .newitems-modal img{
    position: absolute;
    top: 0;
    left: 0;
    width: 760px;
    height: 533px;
    z-index: -1;
}

.featured .newitems-modal header{
    position: absolute;
    width: 690px;
    height: 65px;
    top: 306px;
    padding: 0px 35px 0px 35px;
    background-color: black;
    background: rgba(0, 0, 0, 0.7);   
}


.featured .newitems-modal header h1{
    float: left;
    width: auto;
    margin-right: 20px;
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 65px;
    text-transform: uppercase;
    color: #ffffff;
}

.featured .newitems-modal header div{
    display: block;
    float: left;
    width: 75px;
    height: 69px;
    font-size: .82em;
    text-transform: uppercase;
    color: #f80017;
}

.featured .newitems-modal header div a{
    color: #f80017;
    -webkit-transition: color .7s ease;
    -o-transition: color .7s ease;
    -moz-transition: color .7s ease;
     line-height: 69px;
}

.featured .newitems-modal header div a:hover{
    color: #ffffff;
    -webkit-transition: color .7s ease;
    -o-transition: color .7s ease;
    -moz-transition: color .7s ease;
}

.featured .newitems-modal header div span.proceed-arrow{
    float: right;
    margin-top: 30px;
    width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #F80017;
}

.featured .newitems-modal header div a:hover span.proceed-arrow{
	border-left: 4px solid #ffffff;
}

.featured .newitems-modal .close{
    width: 12px;
    height: 12px;
    top: -17px;
    right: -17px;
}

.featured .newitems-modal .close img{
    width: 12px;
    height: 12px;   
}

@media screen and (max-width : 1080px) 
{
	section#product.shop .background .page img, 
	section#product.landing .background .page img {
		left: 200px;
		height: 85%;
	}
}