/*The follwing changes need to be ported in to http://www.adorama.com/ainc/headerfooter.css after all pages get html5 doctype*/
.catagoryNav li.more:after{
  height:0px!important;
    position:absolute;
    top:0;
    right:13px;
}


/*should be wrapped in a media query. this is a test to fix iPad (since currently it sticks to both sides).*/
#headerInner{ padding: 0 5px;}
body .pageContent{padding:10px 5px;}
#footer{padding:35px 5px}

#emailSubscribeInput {
    width: 170px; /*to be added to headerFooter.css*/
}
@-moz-document url-prefix() { /* moz hack - sorry no other choice*/
    #emailSubscribeInput{
        width:160px;
    }
}
.catagoryNav li a:hover{
    text-decoration: none;
}

.usedNav .dropContainer p{
    margin: 10px 0;
}
.usedNav .dropContainer strong{
    font-weight: bold;
}

.usedNav .dropContainer a:hover{
    text-decoration: none
}
/*doctype*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code, dfn, em, img, q, s, samp,
small, strike, strong, sub, sup, tt,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: arial, verdana, helvetica, sans-serif;
    color: #2E2F2A;
    -webkit-font-smoothing: antialiased;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
b{ font-weight: bold;}




/*--------------------------------------------------------------------------
main structure style
--------------------------------------------------------------------------*/

/*global styles*/

h1{}
h2{}
h3{}
h4{}
h5{}
h6{
    /*minor block headers*/
    font-size: 13px;
    color: #666;
    margin: 0 0 7px;
    font-weight: bold;
}


/*Layout structure*/

.col1, .col2, .col3{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*#behavior: url(http://www.adorama.com/boxsizing.htc); causing problems.. need to be specific selectors*/

}
.layout-reverse > .col1{ float: right;}

.layout-80-20 > .col1{ width:80%;}
.layout-80-20 > .col2{width:20%;}

.layout-20-80 > .col1{width:20%;}
.layout-20-80 > .col2{width:80%;}

.layout-70-30 > .col1{width:70%;}
.layout-70-30 > .col2{width:30%;}

.layout-30-70 > .col1{width:30%;}
.layout-30-70 > .col2{width:70%;}

.layout-60-40 > .col1{width:60%;}
.layout-60-40 > .col2{width:40%;}

.layout-40-60 > .col1{width:40%;}
.layout-40-60 > .col2{width:60%;}

.layout-50-50 > .col1, .layout-50-50 > .col2{width:50%;}


.col1 img, .col2 img{ max-width: 100%;}


/*layout-cancel*/
.layout-reset .col1, .layout-reset .col2{
    width:auto;
    float: none;
}



/*the only fix needed (becuase of sub-pixel rendering)*/
.ie7 .col2{margin-left: -2px;}
/*/Layout structure*/



p{
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #555;
}

input[type="text"]{
     border:1px solid;
     border-color:#7C7C7C #C3C3C3 #DDD;
}




/*layout styles*/
.pageContent{
    width:100%;
    max-width:990px;
    margin:0 auto;
    padding:10px 0;
    clear:both;
    min-height:500px;
    font-family: arial, sans-serif;
}
a, .jsLink{
    color:#1385B4;
    cursor: pointer;
}
a:hover, .jsLink:hover{
    color:#1385B4;
    text-decoration:underline;
}

 /*breadcrums*/
.breadcrumsContainer{
    overflow:hidden;
    margin-bottom: 20px;
}
.breadcrumsContainer > div{
    font-size:12px;
    line-height: 15px;
    float:left;
    margin-right:5px;
}
.breadcrumsContainer > div:after{
    content:"\203A";
    color:#9DA8B6;
    margin-left:4px;
}
.breadcrumsContainer > div:last-child:after{
    display:none;
}
.breadcrumsContainer a, .breadcrumsContainer span, .breadcrumsContainer > div > h1{
    color:#87919E;
  font: italic 11px georgia,serif;
}
.breadcrumsContainer span {
	color: #1385b4;
	font-family: arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}
/*/breadcrums*/




/*global widget (to be moved to global styles)*/
.widget{ border:0; padding: 0; border-radius:5px; box-shadow: none!important}
.widgetHeader{
    color: #2D2E32;
    background:none;
    font:italic 18px georgia,serif;
    padding: 5px 0 8px;
}
.tabSectionHeader .button, .widgetHeader .button {font-style:normal}
.widgetContent {
    border: 1px solid #CCC;
    box-shadow: 0 5px 15px -7px #999;
    padding: 15px;
}
.lightBlueWidget{
    border-color:#c6e5ee;
    /* background-color:#ecf7ff; */
}
.lightBlueWidget .widgetContent{
    padding:10px;
    background: #fff;
}
.widget.greyHeader{
    padding: 0;
}

.widget.greyHeader .widgetHeader{
    padding: 8px 10px;
    background-color: #E6E6E7;
    border-radius: 4px 4px 0 0;
}

.widget.greyHeader .widgetContent{
    padding: 10px;
}

/*/widget*/



ul.listStyle-bullets, .liststyle-bullets{ /*weird but fetured tab didnt listen*/
    list-style: disc;
    padding-left: 18px;
}
ol.listStyle-numbers{
    list-style:decimal;
    padding-left: 18px;
}
.list-bulletsbefore li:before{
    content: "";
    width:3px;
    height: 3px;
    display: inline-block;
    margin: 0 5px 2px 0;
    border-radius: 15px;
    background-color:#888;
}


.radius{ border-radius: 5px;}

.sectionHeader{ margin-bottom: 7px;}

/*buttons*/
.button{
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    font-family:arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}
button.button{
    border:none;
}
.button-gray{
    background-color: #819098; /* changed from #B4BDC2 on aug 20 12*/
    color: #fff;
}
.button-gray:hover{
    color: #fff;
    background-color: #73838C; /* #97A3AA */
}

.button-blue{
    background-color: #1385B4;
}

.button-blue:hover{
    background-color: #0F658A;
    color: #fff;
}
.button-green{
    float: left;
    margin: 3px 0;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    background: #87C504;
    color: white;
    border: none;

}
.button-green:hover{
    background: #79B006;
    color: white;
}
.button-back{
    padding:5px 12px 5px 25px;
}
.button-back:before{
    position: absolute;
    top:3px;
    left:8px;
    font-size: 27px;
    content: "\2039";
    text-shadow: 1px 0 #fff;
}
.pageRoute.button-back:before {
	top:-5px;
}
.button:hover{
    text-decoration:none;
}
.actionBtn{
 -webkit-transition: all .5s ease;
}

.separatorDottedTop{ border-top:1px dotted #ccc;}
.separatorDottedBottom{ border-bottom:1px dotted #ccc;}

.readMore{
    font-size: 12px;
}

.loadingTextPlaceholder{
    display: inline-block;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #888;

}
.loading{
    min-height: 300px;
    background:url(../UIImages/ajaxLoading.gif) no-repeat center 100px;
}
.icon-before:before{
    content:"";
    display: inline-block;
    margin-right:5px;
    width:12px;
    height: 12px;
    background-image:url(../UIImages/globalicons.png);

}
.icon-after:after{
    content:"";
    display: inline-block;
    margin-left: 10px;
    width:12px;
    height: 12px;
    background-image:url(../UIImages/globalicons.png);
}
.icon-arrowRight:after{
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 4px;
    border-top: 5px solid transparent;
    border-left: 5px solid;
    border-bottom: 5px solid transparent;
    border-left-color:inherit;
    background:none;

}


/*global belt styles*/
a.thumbLeftArrow, a.thumbRightArrow, a.thumbRightArrow:active, a.thumbRightArrow:active{
    text-decoration: none;
    outline:none;
    color: #777;
    transition: all .3s ease;
}
a.thumbLeftArrow:hover, a.thumbRightArrow:hover{
    color: #222;
}
.thumbLeftArrow:before{
    content: "\2039";
}

.thumbRightArrow:before{
    content: "\203A";
}

a.inActive{
    opacity: .2;
    filter: alpha(opacity = 20);
    -webkit-transition: none!important;
}
a.inActive:hover{
    opacity: .1;
}


.ie7 .thumbRightArrow{
    background:url(../UIimages/productPageUI.png) no-repeat right 5px;
    max-height: 30px;
    max-width: 20px;
}

.ie7 .thumbLeftArrow{
    background:url(../UIimages/productPageUI.png) no-repeat right -65px;
    max-height: 30px;
    max-width: 20px;
}

.ie7 .testimonialWidget .thumbRightArrow{
    background-position:-284px 0px;
}

.ie7 .testimonialWidget .thumbLeftArrow{
    background-position:-290px -75px;
}


.beltRotateContainer{overflow: hidden;}
.beltWrapper{
    text-align: left;
    position: relative;
    overflow: hidden;
}

.beltRotateContainer .belt{
    position:absolute;
}




/*JIRA NEWWEB-6948 (belongs to the header footer)*/
form.emailOptin{
    position:relative;
    height:40px;
}

input.error{
    border-color:#BE1616!important;
    outline:0;
}

form.emailOptin .message{
    position:absolute;
    left:0;
    bottom:-22px;
    width:100%;
    padding:5px 0;
    z-index:2;
    font-size:12px;
    background:#0E669E;
    color:#fff
}

form.emailOptin .message.error{ /*Global error message*/
    color:#FFDFDF;
}

.message.error{
    font-weight: bold;
    color:#BE1616
}


/*scriptString (static scripts that run via eval*/
.scriptString{ display: none;}



/* a list of links with bullets on left*/
.linkList a{
    position: relative;
    display: block;
    margin: 0 0 8px;
    padding-left: 9px;
}
.linkList a:before{
    content: ".";
    display: inline-block;
    margin-right: 4px;
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 20px;
}
/*may/21/13 removed linkList*/
.viewAll{
    font-weight:bold;
}

.viewAll:before{
    display: none;
}

.viewAll:after{
    content:"\25B6"; /*fix one fix all to unified arrow */
    display: inline-block;
    position: static;
    margin-left:5px;
    font-size:8px;
    line-height:11px;
    text-indent:-3px;
    width:5px;
    height:10px;
    overflow:hidden;
    background:rgba(255,255,255,.8);
    color:rgba(77, 165, 220, 0.9);
    border-radius:50%;
}


/*char will allow a font data-use-font*/
.beforeText:before{
    content:attr(data-beforeText);
}
.afterText:after{
    content:attr(data-afterText);
}


/*hide evyy.net injected DOM - NEWWEB-9631*/
#migImg{
    display: none;
}

/*NEWWEB-14678*/
#storageFrame{
    position: absolute;
    left:-9999px;
    top:-999px;
}

/*NEWWEB-21732*/
input[type=submit], input[type=Image], {
    pointer-events: none!important;
}
.js-loaded input[type=submit], .js-loaded input[type=Image]{
    pointer-events: auto!important;
}/* ie double scroll fix */
.ie8 html, .ie9 html, .ie10 html, .ie11 html, .ie8 body, .ie9 body, .ie10 body, .ie11 body{height:100%; width:100%; overflow-x: visible!important;}
