html {overflow-y: scroll;}
html,
body {
    height: 100%;
}

.btn-primary-ezy {
    background-color: #FFCE0F;
    border-color: #FFCE0F;
    color: #fff;
}

a:hover, a:focus {
    color: #FFCE0F;
    text-decoration: underline;
}

h1, h2, h3, h4 {
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}

h1 {font-size: 25px;}
h2 {font-size: 20px;margin:0 0 10px 0;}
h3 {font-size: 18px;margin:0 0 10px 0;}

p + h3 {margin-top:20px;}

#bodyContainer {
    box-shadow: 0 5px 10px 10px #888;
}

div.site-index {
    background: url('/images/page-elements/content_bg.jpg') top left #9F9F9F repeat-x;
}

.helperBold {font-weight: bold !important;}
.helperMarginTop20 {margin-top:20px !important;}
.helperMarginBottom20 {margin-bottom:20px !important;}
.helperPaddingBottom20 {padding-bottom:20px !important;}
.helperMarginLR20 {margin-left:20px !important; margin-right:20px !important;}
.helperPaddingLR20 {padding-left:20px !important; padding-right:20px !important;}
.orangeP1 {
    color:#E05719;
    font-weight: bold;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

a, a:hover {
    color:#888888;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

body {
    background: rgba(0, 0, 0, 0) url("/images/page-elements/side_bg.gif") repeat scroll left top;
    vertical-align: top;
}

div.container {
    max-width: 840px;
}

nav.navbar-inverse .navbar-nav > li > a:hover, nav.navbar-inverse nav.navbar-nav > li > a:focus {
    background-color: transparent;
    color: #FFCE0F;
}

#welcomeHomeSection {
    background:url('/images/page-elements/content_pane_home_bg.jpg') repeat-x #ffffff;
    font-size: 12px;
}

#newsHomeSection {
    background: #ffffff;
    font-size: 12px;
}

#welcomeHomeSection > h3,
#newsHomeSection > h3 {
    padding: 10px 10px;
    margin:20px 0 0 0;
}

#welcomeHomeSection > p,
#newsHomeSection > p {
    padding:3px 10px 5px 10px;
    margin:0;
}

#contentParentDiv {
    background:#9B9B9B;
}

#contentParentDiv > div {
    padding: 10px 30px;
}

#rhsHomeUL1 {
    margin:20px 0 0 0;
    padding:0;
    list-style-type: none;
}

#rhsHomeUL1 > li {
    margin:0 0 10px 0;
}

#footerUL1 > li {
    border-right: 1px solid #888888;
    padding:0 10px;
}

#footerUL1 > li:last-of-type {
    border-right:0;
}

.lhsNavUL {
    list-style-type: square;
    color:#FFCE0F;
    padding:0;
    margin:20px 0 0 0;
}

.lhsNavUL > li {
    background:#B2B2B2;
    width:100%;
    margin: 0 0 3px 0;
    padding:0 0 0 10px;
    font-size: 12px;
}

.lhsNavUL > li:hover {
    background: #FFCE0F;
    color:#ffffff;
}

.lhsNavUL > li > a {
    display: block;
    width:100%;
    line-height: 23px;
}

.lhsNavUL > li > a:hover {
    text-decoration: none;
    color:#ffffff;
}

#accessoriesRHSSection1 img {
    max-width:120px;
}

#productsRHSSection1 img {
    padding: 10px 10px 10px 0;
}

.commonRHSSection {
    background: #ffffff;
    padding: 20px 20px 20px 20px;
    margin-top: 20px;
}

.commonRHSSection h1 {margin-top: 0;}

ul.dropdown-menu > .active > a, ul.dropdown-menu > .active > a:hover, ul.dropdown-menu > .active > a:focus {
    background-color: #FFCE0F;
    color: #000000;
    outline: 0 none;
    text-decoration: none;
}

#additionalPostsUL1 {
    margin:0 0 20px 0;
    padding:0;
}

#additionalPostsUL1 > li {
    margin: 10px 10px 0 15px;
    padding:0;
}

#additionalPostsUL1 > li > img {
    width:80px;
    height:120px;
}
