                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           /*
    CSS Reset
    http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    
}

html {
background: white !important;
}

#holder {
    background: white !important;

}

#show-all {
   display: none;
}

.navigate {
   display: none !important;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

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;
}


/* Custom CSS */

body {
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

.center {
    max-width: 1024px;
    margin: 0 auto;
}

.catagory {
    background-color: #000;
    position: static;
    margin-bottom: 0;
    text-align: center;
    outline: none;
    border: 0;
    box-shadow: none;
}

.catagory:hover {
    opacity: 1;
}

.catagory a {
    display: block;
    color: #fff !important;
}

.catagory a,
.catagory a:visited {
    color: #fff !important;
}

.catagory a:active {
    color: #00f !important;
    text-decoration: none;
}

span.backgroundcolor {
    display: block;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    position: static;
    background-color: #000 !important;
    font-size: 24px;
    width: auto;
    padding-bottom: .5em;
    padding-top: 0;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 0 2.125em;
}

header a {
    display: block;
}

.name {
    display: block !important;
    float: none !important;
    width: 300px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    position: static;
    top: 0;
    background-size: contain;
    background-position: center
}

.name h1 {
    font-size: 60px;
    font-weight: 700;
    color: #707070;
    line-height: 60px;
}


/* ---------- Header Controls ---------- */

.box {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    height: auto !important;
    width: 800px !important;
    position: static;
    float: none;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.topMenuLink {
    font-family: inherit;
    display: flex;
    position: static;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: bolder;
    margin-left: 0;
    color: #000;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    content: '';
}

.topMenuLink span {
    font-family: inherit;
    margin: .25em !important;
    padding: .25em !important;
    height: 2em;
    line-height: 2em;
    color: #000;
    flex-basis: 130px;
    flex-grow: 1;
}

.topMenuLink a,
.topMenuLink a:visited,
.topMenuLink a:link {
    flex-basis: 130px;
    font-family: inherit;
    text-decoration: none;
    margin: .25em !important;
    padding: .25em !important;
    height: 2em;
    line-height: 2em;
    background-color: #3C7388;
    color: #fff;
    border-radius: .25em;
    flex-grow: 1;
    font-weight: normal;
    font-variant: small-caps;
}

.topMenuLink a:hover {
    font-family: inherit;
    color: #fff;
    background-color: #88E600;
    text-shadow: none;
}

#main-nav,
#main-nav li {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#main-nav li {
    font-family: inherit;
    list-style: none;
    float: left;
    margin-right: 5px;
}

#main-nav a {
    font-family: inherit;
    padding: 4px 5px;
    display: block;
}

.left {
    float: left;
}

#minicart {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E7DC;
    display: none;
    padding-bottom: 16px;
    position: absolute;
    right: 0;
    z-index: 99999;
    min-width: 400px;
    font-size: 12px;
}

#minicart .active {
    display: block;
}

hr {
    border-color: #E8E7DC;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    clear: both;
    display: block;
    float: left;
    height: 1px;
    margin: 18px 0;
    padding: 0;
    width: 100%;
}

#minicart .summary {
    font-size: 14px;
    margin-top: 30px;
}

#minicart .count {
    display: inline;
    float: none;
    margin: 0 9px;
}

#minicart .subtotal {
    text-align: right;
    float: right;
    margin-top: -5px;
    margin-right: 10px;
}

#minicart #measure {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

#minicart .item {
    float: left;
    height: 64px;
    width: 100%;
    padding-bottom: 10px;
}

#minicart h2 {
    margin-top: 16px;
    line-height: 10px;
    font-size: 18px;
}

#minicart dl dt {
    display: inline;
}

#minicart dl dd {
    display: inline;
    padding-right: 6px;
}

#minicart .btn-remove {
    font-size: 14px;
    line-height: 64px;
}

#minicart .actions {
    width: 100px;
    text-align: center;
    vertical-align: middle;
    float: right;
}

.collapse {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.btn-remove {
    color: #9B6B2D;
    font-size: 10px;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: none;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    overflow: visible;
}

.grid-1 {
    flex-basis: 63px;
}

.grid-2 {
    flex-basis: 144px;
}

.grid-3 {
    flex-basis: 225px;
}

.grid_4 {
    display: inline-block !important;
    float: none !important;
    border: 0;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.label {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}


/*
#main-nav li:hover > aside {
    display: block;
	show dropdown on hover
}
*/

.topMenuLinkLogin {
    position: static;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: bolder;
    margin-left: 0;
}

.topMenuLinkLogin a,
.topMenuLinkLogin a:visited,
.topMenuLinkLogin a:link {
    text-decoration: none;
    margin: 0;
    color: #000;
}

.topMenuLinkLogin a:hover {
    color: #00f;
}

.sign_in {
    font-family: inherit;
    width: 20%;
    position: static;
    right: 0;
    bottom: 0;
    font-weight: 700;
    font-size: 16px;
    order: 3;
}

.sign_in a,
.sign_in a:link,
.sign_in a:visited {
    font-family: inherit;
    text-decoration: none;
    color: #000;
}

.sign_in a:hover {
    color: #00f;
}


/* ---------- Search Fields ---------- */

#searchForm {
    position: static;
    width: 80%;
    height: 40%;
    bottom: 0;
    right: 0;
    font-family: inherit;
    float: none;
    order: 2;
}

#searchForm fieldset {
    font-family: inherit;
    width: 90%;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: start;
    align-items: center;
    top: 0 !important;
    position: static;
    margin-left: .25em !important;
}

#searchForm fieldset div {
    font-family: inherit;
    float: none;
}

#searchForm div.input {
    width: 40%;
    padding: .25em;
    border-radius: .25em;
    border: .125em solid #3C7388;
    box-shadow: none;
    float: none;
    background: #fff;
}

#searchForm div.input.focus {
    border: .125em solid #3C7388;
    box-shadow: none;
    padding-right: .25em !important;
}

input#s {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    font-size: 16px;
    height: 1.75em;
    color: #b4bdc4;
}

input#s:focus {
    outline: none
}

input#searchSubmit {
    float: none;
    width: 20px;
    height: 20px;
    text-indent: 0;
    overflow: visible;
    background: url(img/search-icon.png) center no-repeat;
    border: 0;
    position: static;
    top: 0;
    right: 0;
    z-index: 5;
    display: none;
    cursor: pointer;
    margin-left: 1em;
}


/* ------- LOGOFF STARTS HERE ------- */


/* Logoff Container (default to float: right) */

#logoffContainer {
    position: relative;
    float: right;
    font-size: 12px;
}


/* Logoff Button */

#logoffButton {
    display: block;
    float: right;
    background: #d2e0ea url(img/buttonbg.png) repeat-x;
    border: 1px solid #899caa;
    border-radius: 3px;
    position: relative;
    z-index: 30;
    cursor: pointer;
}


/* Logoff Button Text */

#logoffButton span {
    color: #445058;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 29px 9px 10px;
    background: url(img/loginArrow.png) no-repeat 53px 7px;
    display: block;
}

#logoffButton:hover {
    background: url(img/buttonbgHover.png) repeat-x;
}


/* ------- LOGIN STARTS HERE ------- */


/* Login Container (default to float: right) */

#loginContainer {
    position: relative;
    float: none;
    font-size: 16px;
    margin-right: .25em;
}


/* Login Button */

#loginButton {
    display: block;
    float: none;
    height: 40px;
    /*background: #d2e0ea url(img/buttonbg.png) repeat-x;*/
    background-color: #3C7388;
    background-image: none;
    border: none;
    border-radius: .25em;
    position: static;
    z-index: 30;
    cursor: pointer;
    font-weight: normal !important;
    font-variant: small-caps;
}

#loginButton:hover {
    /*background: #d2e0ea url(img/buttonbgHover.png) repeat-x;*/
    background-color: #088E600;
    background-image: none;
}


/* Login Button Text */

#loginButton span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
    padding: .75em;
    background: url(img/loginArrow.png) no-repeat !important;
    background-origin: content-box !important;
    background-position: right -1px !important;
    display: block;
}

#loginButton em {
    display: none;
}


/* Login Box */

#loginBox {
    position: absolute;
    top: 36px;
    right: 0;
    display: none;
    z-index: 29;
}


/* If the Login Button has been clicked */

#loginButton.active {
    border-radius: .25em .25em 0 0;
}

#loginButton.active span {
    background-origin: content-box !important;
    background-position: right -84px !important;
}


/* A Line added to overlap the border */

#loginButton.active em {
    display: none;
    position: static;
    width: 0;
    height: 0;
    background: none;
    bottom: 0;
}


/* Login Form */

#loginForm {
    font-family: inherit;
    width: 500px;
    border: none;
    border-radius: .125em;
    margin-top: 0;
    background: #3C7388;
    padding: .25em;
}

#loginForm fieldset {
    font-family: inherit;
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

fieldset#body {
    width: 100%;
    font-family: inherit;
    background: #fff;
    margin: 0;
    border-radius: .125em;
    padding: 0;
}

fieldset#body>div {
    display: flex;
    flex-wrap: wrap;
}

fieldset#body div div {
    flex-basis: 400px;
    flex-grow: 1;
    padding: .5em 1em !important;
}

fieldset#body #wrapper {
    flex-basis: 100px;
    flex-grow: 1;
    padding: .5em !important
}

#wrapper p.logins {
    width: auto !important;
    height: auto !important;
}

#loginForm #checkbox {
    font-family: inherit;
    width: auto;
    margin: 1px 9px 0 0;
    float: left;
    padding: 0;
    border: 0;
    margin: -3px 9px 0 0;
}

#body label {
    font-family: inherit;
    color: #3a454d;
    margin: 9px 0 0 0;
    display: block;
    float: left;
}

#loginForm #body fieldset label {
    font-family: inherit;
    display: block;
    float: none;
    margin: 0 0 6px 0;
}

#wrapper p.next input,
#btnLogin,
#btnCreate,
#btnGuest {
    display: block;
    width: 100% !important;
    height: auto !important;
    font-family: inherit;
    font-variant: small-caps;
    font-weight: normal;
    background-color: #3C7388 !important;
    text-shadow: none;
    box-shadow: none;
    outline: none;
    margin: 0 !important;
    border-radius: .25em !important;
    border: 0 !important;
    padding: .5em !important;
    font-size: 16px !important;
    line-height: 2em;
}


/* Default Input */

#loginForm input[type='text'],
#loginForm input[type='password'] {
    /*width: 92%;
    */
    height: auto !important;
    font-family: inherit;
    border: .125em solid #3C7388;
    border-radius: .25em;
    color: #000;
    font-weight: normal;
    padding: 0 .5em;
    font-size: 16px;
    line-height: 2em;
    box-shadow: none;
}


/* Sign In Button */

#loginForm #login {
    font-family: inherit;
    width: auto;
    float: left;
    background: #339cdf url(img/loginbuttonbg.png) repeat-x;
    color: #fff;
    border: 1px solid #339cdf;
    margin: 0 12px 0 0;
    cursor: pointer;
    padding: 7px 2px 8px 2px;
}


/* Forgot your password */

#loginForm span {
    font-family: inherit;
    text-align: center;
    /*display: block;
	*/
    padding: 7px 0 4px 0;
}

#loginForm span a {
    font-family: inherit;
    color: #3a454d;
    font-size: 12px;
}


/* Logon page */

#loginPageForm {
    font-family: inherit;
    width: 500px;
    border: 1px solid #899caa;
    border-radius: 3px 0 3px 3px;
    margin-top: -1px;
    background: #d2e0ea;
    padding: 6px;
    behavior: url(CSS3PIE);
}

#loginPageForm fieldset {
    font-family: inherit;
    margin: 0 0 12px 0;
    display: block;
    border: 0;
    padding: 0;
    text-align: center;
    behavior: url(CSS3PIE);
}

#loginPageForm #checkbox {
    font-family: inherit;
    width: auto;
    margin: 1px 9px 0 0;
    float: left;
    padding: 0;
    border: 0;
    margin: -3px 9px 0 0;
}

#loginPageForm #body fieldset label {
    font-family: inherit;
    display: block;
    float: none;
    margin: 0 0 6px 0;
}


/* Default Input */

#loginPageForm input {
    font-family: inherit;
    width: 92%;
    border: 1px solid #899caa;
    border-radius: 3px;
    color: #3a454d;
    font-weight: 700;
    padding: 8px 8px;
    font-size: 12px;
}


/* Sign In Button */

#loginPageForm #login {
    font-family: inherit;
    width: auto;
    float: left;
    background: #339cdf url(img/loginbuttonbg.png) repeat-x;
    color: #fff;
    padding: 7px 10px 8px 10px;
    border: 1px solid #339cdf;
    margin: 0 12px 0 0;
    cursor: pointer;
    padding: 7px 2px 8px 2px;
}


/* Forgot your password */

#loginPageForm span {
    font-family: inherit;
    text-align: center;
    display: block;
    padding: 7px 0 4px 0;
}

#loginPageForm span a {
    font-family: inherit;
    color: #3a454d;
    font-size: 12px;
}

#loginPageForm #body label {
    font-family: inherit;
    display: block;
    float: none;
    margin: 0 0 6px 0;
}

input:focus {
    outline: none;
}

footer {
    margin: 1em;
    padding: 1em;
    text-align: center;
    font-size: 12px;
    color: #3C7388;
}

#main form {
    background-color: #fff;
    margin: 1em;
    border: .125em solid #3C7388;
    border-radius: .25em;
    padding: 1em;
}

#productlist {
    display: flex;
    justify-content: space-between;
}

#productlist ol,
#productlist ul {
    list-style: none;
}


/* ---------- LEFT MENU ---------- */


/* Main Menu */

#left {
    width: 20%;
    float: none;
    display: block;
    font-size: 16px;
    position: static;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    min-height: 0;
}

#left .menu {
    width: 100%;
    margin: 0;
    border-top: 1px solid #000;
}

#left .menu li a,
#left .menu li a:visited {
    display: block;
    line-height: 35px;
    border-bottom: 1px solid #000;
    color: #000;
    text-decoration: none;
}

#left .menu li a:hover {
    color: #555;
    text-decoration: none;
}

#left .menu li a:active {
    color: #00f;
}

#left .menu li a.closed {
    background: url(img/sprite.png) no-repeat scroll 46px -231px transparent;
}

#left .menu li li a.closed {
    background: url(img/sprite.png) no-repeat scroll 46px -231px transparent;
}

#left .menu li a.opened {
    background: url(img/sprite.png) no-repeat scroll 46px -365px transparent;
}

#left .menu li li a.opened {
    background: url(img/sprite.png) no-repeat scroll 46px -365px transparent;
}

#left .menu li .sub-menu li a {
    padding-left: 38px;
}

#left .menu .sub-menu.closed {
    display: none;
}

#left .menu .sub-menu .sub-menu.closed {
    display: none;
}


/*------------------------------*/


/* RIGHT CONTENT */


/*----------------------------*/


/* Thumbnail Gallery Content*/

#right {
    width: 80%;
    float: none;
}

#right #holder {
    box-shadow: none;
    min-height: 0 !important;
    margin-top: 0 !important;
    padding: 0;
}

#holder div>h1 {
    display: none;
}

#right .thumbnails {
    display: inline-block;
    width: 100%;
    padding: 0;
    overflow: visible;
    justify-content: space-between;
}

#right .thumbnails li {
    margin: .5em;
    width: 22%;
}

#right .thumbnails li a {
    border: 0;
    padding: 0;
    display: block;
    width: 91%;
}

#right .thumbnails li a img {
    display: block;
    height: 120px !important;
}

li > #dvDisHover
{
    width: 100%;
}

/* Tooltip */

.tooltip {
    display: none;
    background: transparent url(img/black_arrow.png);
    font-size: 12px;
    height: 70px;
    width: 160px;
    padding: 25px;
    color: #fff;
    z-index: 100;
    behavior: url(CSS3PIE);
}

.dropmenu {
    font-family: inherit !important;
    position: static;
    width: 100%;
    right: 0;
    top: 0;
    margin-left: 0;
    order: 1;
}

#nav {
    font-family: inherit !important;
    display: flex;
    margin: 0 !important;
    font-weight: 700;
}

#nav ul {
    font-family: inherit !important;
    list-style: none outside none;
}

.dropmenu #nav li.matches {
    font-family: inherit !important;
    flex-grow: 1;
    flex-basis: 130px;
    width: auto;
    float: none;
    position: static;
    margin: .25em;
    border-radius: .25em;
    height: auto;
}

.dropmenu #nav li a {
    font-family: inherit !important;
    font-size: 16px;
    height: 2em;
    line-height: 2em;
    border-radius: .25em;
    padding: .25em;
    background-color: #3C7388;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: normal;
    font-variant: small-caps;
}

#nav li.matches a,
#nav li.matches a:visited {
    font-family: inherit !important;
    float: none;
    margin: 0;
    outline: none;
    text-decoration: none;
}

#nav li.matches a:hover {
    font-family: inherit !important;
    outline: none;
    text-decoration: none;
    background-color: #88E600;
    height: 2em;
}

#holder {
    box-shadow: none;
    padding: 0;
    height: auto;
    max-height: 0;
    overflow: visible;
    position: static;
}

#gallery-holder {
    width: 100% !important;
}

.page {
    float: none;
    margin: 0;
    min-height: 0;
    width: 750px;
    justify-content: space-around;
    padding-top: 0;
}

#product-holder {
    padding: 0;
    overflow: visible;
    position: static;
    box-shadow: none;
}

.white {
    background-color: #FFFFFF;
}

.product-shop {
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
    width: 100%;
}

.product-img {
    width: 400px;
    flex-shrink: 0;
    order: -2;
    margin-left: 0;
    position: static;
    display: block;
}

.product {
    order: -1;
    float: none;
    flex-grow: 1;
    width: auto !important;
    min-width: 400px;
    position: static;
    margin-top: 10px;
    padding-right: 0;
    padding-left: 0;
}

.product-name {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    margin-bottom: 10px;
}

.product-name a {
    color: #EE6F01;
}

.product-name h1 {
    font-size: 2em;
    font-weight: bolder;
}

.product-name h3 {
    font-size: 1em;
    font-style: italic;
}

.description {
     margin-bottom: 10px;
}

div.product > label, div.product > #carousel {
     display: none;
}

.add-to-cart {
    /*float: left;
	*/
    padding: 10px 0 10px 0;
}

input.qty {
    text-align: center;
    width: 1.5em;
    margin-left: 5px;
}


/*
input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E7DC;
    color: #525049;
    height: 18px;
    outline: 0 none;
}
*/

input,
textarea {
    font-family: inherit;
    border: .125em solid #3C7388;
    padding: 0 .5em;
}

input,
select,
textarea,
button {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000;
    vertical-align: middle;
}

button,
.button,
input[type="submit"],
#button,
.Editbutton,
.Deletebutton {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    background: none repeat scroll 0 0 #3C7388;
    border: 0;
    border-radius: .25em;
    cursor: pointer;
    display: inline;
    float: none;
    letter-spacing: initial;
    padding-top: 0;
    font-variant: small-caps;
    text-transform: capitalize;
    color: #FFFFFF;
}

.button.button-small {
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

.tell-friend {
    display:none;

}

.tell-friend a,
.tell-friend a:visited {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    display: block;
    color: #fff;
    outline: medium none;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
}

.tell-friend a:hover {
    color: #AF1605;
}

.related-product-box {
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    width: 100%;
}

.block-title {
    font-size: 11px;
    font-style: italic;
    line-height: 1em;
    padding: 0 0 10px;
}

.block-related {
    float: left;
    width: 700px;
    margin-left: 15px;
}

.products-grid {
    margin-top: 5px;
    display: block;
    float: left;
}

.products-grid .item {
    border: 1px solid #FFFFFF;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 90px;
}

.page-title {
    clear: both;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 5px;
    width: 960px;
}

.a-center {
    text-align: center !important;
}

#form .c-center,
.packageDetail .c-center {
    text-align: center !important;
    vertical-align: middle;
}

#form .d-center,
.packageDetail .d-center {
    text-align: left !important;
    vertical-align: middle;
}

#form .p-center,
.packageDetail .p-center {
    text-align: right !important;
    vertical-align: middle;
}

#form img {
    width: 80%;
}

#form img.cc {
    width: 50px;
    height: 30px;
}


/* ---------- Shopping Cart ---------- */

#cart-summary {
    height: auto;
    font-family: inherit;
    position: relative;
}

#cart-summary table,
#form table,
.packageDetail table {
    overflow: hidden;
    border: 1px solid #d3d3d3;
    background: #fefefe;
    width: 99%;
    margin: 1% auto 0;
    font-family: inherit;
}

#summary {
    float: right;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
}

.proceed-to-checkout {
    right: 0;
    position: static;
    margin: 0 0 0 82%;
    float: none;
    display: flex;
    justify-content: flex-end;
}

#total {
    float: right;
    width: 100%;
    right: 0px;
    padding-bottom: 10px;
    min-width: 950px;
    display: flex;
    justify-content: flex-end;
}

#cart-summary #total table {
    width: 35%;
    margin: 1% 0 0 65%;
    float: none;
    position: static;
    right: 0;
}

.a-right {
    text-align: right !important;
}

#cart-summary th,
#cart-summary td {
    padding: 18px 28px 18px;
    text-align: center;
}


/*#form th, #form td*/

#cart-summary th,
#form th,
.packageDetail th {
    padding-top: 22px;
    background: #e8eaeb;
}

#cart-summary td,
#form td,
.packageDetail td {
    border-top: 1px solid #e0e0e0;
    /*border-right: 1px solid #e0e0e0;
	*/
}

#cart-summary tr.odd-row td,
#form tr.odd-row td,
.packageDetail tr.odd-row td {
    background: #f6f6f6;
}

#cart-summary td.first,
#cart-summary th.first,
#form td.first,
#form th.first,
.packageDetail th.first,
.packageDetail td.first {
    text-align: left
}

#cart-summary td.last,
#form td.last,
.packageDetail td.last {
    border-right: none;
}

#cart-summary td,
#form td,
.packageDetail td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
    behavior: url(CSS3PIE);
}

#cart-summary td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
    behavior: url(CSS3PIE);
}

#cart-summary th,
#form th,
.packageDetail th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
    behavior: url(CSS3PIE);
}

#cart-summary .product-name {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 18px;
    margin-bottom: 6px;
    text-transform: uppercase;
    margin-top: 0;
    behavior: url(CSS3PIE);
}

#cart-summary h3 {
    font-size: 12px;
    font-weight: bolder;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 12px;
    margin-bottom: 6px;
    behavior: url(CSS3PIE);
}

#cart-summary .product-name a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bolder;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #525049;
}

caption,
th,
td {
    font-weight: 400;
    text-align: left;
    vertical-align: top;
}


/* ---------- Registration Form ---------- */

#form-reg,
.logon-content {
    font-family: inherit;
    display: flex;
    margin: 1em auto;
    width: 80%;
    height: auto;
    padding: 1em;
    border: .125em solid #3C7388;
    background: #c3c3c3;
    box-shadow: none;
}

#form-account {
    font-family: inherit;
    background: #fff url(img/pattern.png) repeat top left;
    margin: 1em auto;
    width: 60%;
    height: 500px;
    padding: 1em;
    border: .125em solid #3C7388;
}

#form-checkout {
    font-family: inherit;
    background: #fff url(img/bkgrd.jpg) repeat top left;
    margin: 1em auto;
    width: 70%;
    height: auto;
    padding: 1em;
    border: .125em solid #3C7388;
}

#form-holder,
.logon-content .login,
.logon-content .dock {
    font-family: inherit;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    flex-grow: 3;
    box-shadow: none;
    font-size: 16px;
    background-color: transparent;
    flex-basis: 50%;
}

#frmLogOn {
    background-color: #fff;
    margin: 0 !important;
    border: .125em solid #3C7388;
    border-radius: .25em;
    padding: 1em;
    height: 100%;
    box-sizing: border-box;
}

#frmLogOn>div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#frmLogOn>div br,
#frmLogOn>div div[style="color: Red"],
#frmLogOn>div div[style="color: Blue"],
#frmLogOn>div div[style="color: Green"] {
    display: none;
}

.dock form div[style="padding: 10px;"] {
    padding: 0 !important;
}

#body div[style="padding: 10px;"] span,
.dock form div[style="padding: 10px;"] span,
#body div[style="padding: 10px;"] img,
.dock form div[style="padding: 10px;"] img {
    display: none !important;
}

#form-logon {
    width: 500px;
    height: 500px;
    overflow: hidden;
}

#form-nav,
.logon-content .left {
    float: none;
    width: auto;
    margin-right: 1em;
    border-right: 0;
    height: auto;
    flex-grow: 1;
    flex-basis: 20%;
}

#form-nav h2.acc_trigger::before {
    content: "Registration";
}

#form-nav h2.acc_trigger a {
    display: none;
}

#form-add {
    height: auto;
}

#form-add form {
    box-sizing: border-box;
    margin: 0;
    height: auto;
}

#form-add form:last-child {
    display: none;
}

#create-new {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    height: 100%;
}

#create-new h2 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
}

#create-new fieldset {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    flex-grow: 1;
}

#create-new fieldset br {
    display: none;
}

#create-new fieldset legend {
    width: 100%;
    line-height: 2em;
    font-style: italic;
    text-indent: 2em;
}

#create-new fieldset .editor-label {
    width: 30%;
}

#create-new fieldset .editor-label label {
    display: block;
    width: 100%;
    box-sizing: border-box;
    line-height: 2em;
    padding-right: 1em;
}

#create-new fieldset .editor-field {
    width: 70%;
    font-family: inherit;
}

#create-new fieldset input[type="submit"] {
    width: 100%;
    background-color: #3C7388;
    border: 0 !important;
    border-radius: .25em;
    padding: 0 !important;
    line-height: 2em;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
}

#create-new fieldset .editor-field input,
.login input.text-box {
    width: 100% !important;
    height: auto;
    font-family: inherit;
    box-sizing: border-box;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    margin: 0;
    border: .125em solid #3C7388;
    border-radius: .25em;
    padding: 0 .5em;
    font-size: 16px !important;
    line-height: 2em;
}

#form-nav ul {
    font-size: 24px;
    list-style: none;
    padding: 0;
    margin-top: 0;
}

#form-nav li {
    margin-bottom: 0;
}

#form-nav a {
    text-decoration: none;
}

#form-recovery {
    margin-top: 140px;
    margin-left: 80px;
}

#form-recovery legend {
    color: #D84635;
    font-size: 20px;
}

.acc_trigger,
.logon-content .left h2 {
    color: #555;
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;
}

.acc_container {
    overflow: hidden;
    width: auto;
    height: auto;
    clear: none;
    background: none;
    border: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.acc_container .block,
.logon-content .left p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5em;
    text-align: justify;
}

#form {
    margin: 1% auto 5% 5%;
    padding-bottom: 5%;
}

#form label {
    display: block;
    padding: 10px 0 10px 0;
}

#form label span {
    display: block;
    color: #000;
    font-size: 14px;
    float: left;
    width: 100px;
    text-align: left;
    padding: 5px 5px 0 0;
    line-height: 16px;
}

#coupon {
    display: block;
}

#coupon label span {
    display: block;
    color: #000;
    font-size: 14px;
    float: left;
    width: 150px;
    text-align: left;
    padding: 5px 5px 0 0;
    line-height: 16px;
}

#coupon .coupon {
    background: none repeat scroll 0 0 #0E9100;
    border: 1px solid #085100;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 2px;
    padding-top: 1px;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

#coupon .coupon:hover {
    background: none repeat scroll 0 0 #D7FFBA;
    border: 1px solid #D7FFBA;
    cursor: pointer;
    color: #000;
    transition: color 0.2s ease-in-out;
}

.for-shipment {
    float: right;
}

#form .input_text {
    width: 250px;
}

#form-account input[type="submit"] {
    background: none repeat scroll 0 0 #D84635;
    border: 1px solid #AF1605;
    cursor: pointer;
    display: block;
    float: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding-top: 1px;
    margin-top: 30px;
    color: #FFFFFF;
    width: 80px;
}

#form .password {
    width: 150px;
}

#form .title {
    font-size: 16px;
}

#form textarea {
    border-color: #ccc;
    border-style: solid;
    border-width: thin;
    resize: vertical;
    width: 90%;
    min-height: 300px;
    font-size: 16px;
}

#wizard .title {
    color: #D84635;
    font-size: 16px;
    display: block;
    position: relative;
    line-height: 50px;
    outline: none;
    text-decoration: none;
}

.main-title {
    color: #5E5E5E;
    font-size: 36px;
    display: block;
    position: relative;
    line-height: 36px;
    outline: none;
    text-decoration: none;
}

#wizard .cell {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    overflow: hidden;
}

#wizard .cell-top {
    border-top: none;
}

#wizard .cell-last {
    border-bottom: none;
}

#wizard .previous,
#wizard .next,
#wizard .submitnext {
    background: none repeat scroll 0 0 #D84635;
    border: 1px solid #AF1605;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 2px;
    padding-top: 1px;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

#wizard .submitnext {
    background: none repeat scroll 0 0 #D84635;
    border: 1px solid #AF1605;
    cursor: pointer;
    display: block;
    float: left;
    letter-spacing: 2px;
    padding-top: 1px;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    text-transform: none;
}

#wizard .previous:hover,
#wizard .next:hover,
#wizard .submitnext:hover {
    background: none repeat scroll 0 0 #FFEC72;
    border: 1px solid #FFEC72;
    cursor: pointer;
    color: #000;
    transition: color 0.2s ease-in-out;
}

#wizard .Confirm {
    background: none repeat scroll 0 0 #0E9100;
    border: 1px solid #085100;
    cursor: pointer;
    display: block;
    float: left;
    letter-spacing: 2px;
    padding-top: 1px;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

#wizard .Confirm:hover {
    background: none repeat scroll 0 0 #D7FFBA;
    border: 1px solid #D7FFBA;
    cursor: pointer;
    color: #000;
    transition: color 0.2s ease-in-out;
}

#Shipmentform .st-accordion ul li {
    border-top: none;
    border-bottom: none;
}

.st-accordion {
    width: 100%;
    min-width: 500px;
    margin: 0 auto;
}

.st-accordion ul li {
    height: 100px;
    border-bottom: 1px solid #c7deef;
    border-top: 1px solid #fff;
    overflow: hidden;
}

.st-accordion ul li:first-child {
    border-top: none;
}

.st-accordion ul li>a {
    color: #808080 !important;
    font-size: 16px;
    display: block;
    position: relative;
    line-height: 100px;
    outline: none;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.st-accordion ul li>a span {
    background: transparent url(img/down1.png) no-repeat center center;
    text-indent: -9000px;
    width: 26px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -7px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.st-accordion ul li>a:hover {
    color: #1693eb;
}

.st-accordion ul li>a:hover span {
    opacity: 1;
    right: 10px;
}

.st-accordion ul li.st-open>a {
    color: #1693eb;
}

.st-accordion ul li.st-open>a span {
    transform: rotate(180deg);
    right: 10px;
    opacity: 1;
}

.st-content {
    height: auto !important;
    padding: 5px 0px 30px 0px;
}

.st-content p {
    font-size: 16px;
    font-style: italic;
    line-height: 28px;
    padding: 0px 4px 15px 4px;
}

.st-content img {
    width: 125px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}


/* --------------------------------------- Product Comparison --------------------------------------- */

#sortable1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    background: #fff;
    padding: 5px;
    width: 143px;
    border: 1px solid #ccc;
}

#sortable2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    padding: 5px;
    width: 820px;
    min-height: 25px;
}

#sortable2 li {
    margin: 5px;
    padding: 5px;
    font-size: 1.2em;
    display: inline;
}

#sortable1 li,
#sortable2 li {
    margin: 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 120px;
    cursor: move;
}

#sortable1 li:hover,
#sortable2 li:hover {
    color: #ccc;
}

#left-content {
    width: 150px;
    float: left;
    min-height: 615px;
    position: relative;
    font-size: 12px;
}

#right-content {
    width: 850px;
    float: right;
    position: relative;
}

#right-content li {
    font-size: 18px;
    color: #D84635;
}

#right-content .next {
    background: none repeat scroll 0 0 #D84635;
    border: 1px solid #AF1605;
    cursor: pointer;
    display: block;
    float: left;
    letter-spacing: 2px;
    padding-top: 3px;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

#right-content .next:hover {
    background: none repeat scroll 0 0 #FFEC72;
    border: 1px solid #FFEC72;
    cursor: pointer;
    color: #000;
    transition: color 0.2s ease-in-out;
}

#right-content .t-right {
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 700;
}

#right-content .p-center {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

#compare-holder {
    width: 820px;
    min-height: 25px;
    padding-bottom: 10px;
    position: relative;
}


/****************************************************** STOR-30288 - Changing the look of the home page Mar 28, 2012 by off ******************************************************/


/* Circular Content Carousel Style */

.ca-container {
    position: relative;
    margin: 25px auto 20px auto;
    width: 1000px;
    height: 300px;
}

.ca-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.ca-item {
    position: relative;
    float: left;
    width: 250px;
    height: 100%;
    text-align: center;
}

.ca-more {
    position: absolute;
    bottom: 10px;
    right: 0px;
    padding: 4px 15px;
    font-weight: 700;
    background: #ccbda2;
    text-align: center;
    color: #FFFFFF;
    font-style: italic;
}

.ca-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff url(../images/Sample/cross.png) no-repeat center center;
    width: 27px;
    height: 27px;
    text-indent: -9000px;
    outline: none;
    opacity: 0.7;
}

.ca-close:hover {
    opacity: 1.0;
}

.ca-item-main {
    padding: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #fff;
    overflow: hidden;
}

.ca-icon {
    width: 189px;
    height: 189px;
    position: relative;
    margin: 0 auto;
    /*background: transparent url(../images/Sample/animal1.png) no-repeat center center;
	*/
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.ca-item-2 .ca-icon {
    background-image: url(../images/Sample/animal2.png);
}

.ca-item-3 .ca-icon {
    background-image: url(../images/Sample/animal3.png);
}

.ca-item-4 .ca-icon {
    background-image: url(../images/Sample/animal4.png);
}

.ca-item-5 .ca-icon {
    background-image: url(../images/Sample/animal5.png);
}

.ca-item-6 .ca-icon {
    background-image: url(../images/Sample/animal6.png);
}

.ca-item-7 .ca-icon {
    background-image: url(../images/Sample/animal7.png);
}

.ca-item-8 .ca-icon {
    background-image: url(../images/Sample/animal8.png);
}

.ca-item h3 {
    /*text-transform: uppercase;
	*/
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    margin-top: -5px;
    /*height: 85px;
	*/
    text-align: center;
}

.ca-item h4 {
    font-style: italic;
    font-size: 12px;
    text-align: left;
    border-left: 10px solid #b0ccc6;
    padding-left: 10px;
    line-height: 24px;
    margin: 10px;
    position: relative;
}

.ca-item h4 span {
    text-indent: 40px;
    display: block;
}

.ca-item h4 span.ca-quote {
    color: #f4eee3;
    font-size: 100px;
    position: absolute;
    top: 20px;
    left: 0px;
    text-indent: 0px;
}

.ca-content-wrapper {
    background: #b0ccc6;
    position: absolute;
    width: 0px;
    /* expands to width of the wrapper minus 1 element */
    height: 440px;
    top: 5px;
    text-align: left;
    z-index: 10000;
    overflow: hidden;
}

.ca-content {
    width: 750px;
    overflow: hidden;
}

.ca-content-text {
    font-size: 14px;
    font-style: italic;
    margin: 10px 20px;
    padding: 10px 20px;
    line-height: 24px;
}

.ca-content-text p {
    padding-bottom: 5px;
}

.ca-content h6 {
    margin: 25px 20px 0px 35px;
    font-size: 32px;
    padding-bottom: 5px;
    color: #000;
    color: #60817a;
    border-bottom: 2px solid #99bcb4;
}

.ca-content ul {
    margin: 20px 35px;
    height: 30px;
}

.ca-content ul li {
    float: left;
    margin: 0px 2px;
}

.ca-content ul li a {
    color: #fff;
    background: #000;
    padding: 3px 6px;
    font-size: 14px;
    font-style: italic;
}

.ca-content ul li a:hover {
    background: #fff;
    color: #000;
}

.ca-nav span {
    width: 25px;
    height: 38px;
    background: transparent url(../images/Sample/arrows.png) no-repeat top left;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: -40px;
    text-indent: -9000px;
    opacity: 0.7;
    cursor: pointer;
    z-index: 100;
}

.ca-nav span.ca-nav-next {
    background-position: top right;
    left: auto;
    right: -40px;
}

.ca-nav span:hover {
    opacity: 1.0;
}

.ca-item-main a {
    color: #d84635;
    font-size: 25px;
    display: block;
    position: relative;
    outline: none;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.ca-item-main a:hover {
    color: #1693eb;
}

#show-all ul li.none-line {
    border-bottom: 0px;
}

#show-all ul li.none-line>a {
    font-size: 30px;
}

.submenu {
    padding-bottom: 20px;
}

.submenu nav ul li {
    height: 20px;
    border-bottom: 0px;
}

.submenu nav ul li>a {
    line-height: 20px;
    font-size: 14px;
    margin-left: 5px;
}

.submenu nav ul li.heading a {
    color: #aaa;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
}

.navigate {
    background-color: #000;
    display: flex;
    justify-content: space-between;
}

.navigate a {
    display: block;
    line-height: 32px;
}

.container_16 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
    margin: 1em;
    border: .125em solid #000;
    padding: 1em;
}

.container_16 .grid_4 {
    width: auto !important;
}

.container_16 div:last-child {
    display: none;
}

.container_16 .grid_4 div {
    display: block;
}

body div[style="clear: both;"] {
    display: none;
}

header br {
    display: none;
}

.edit-alwaysshow-in {
    background-color: #000;
    width: 20px;
    height: 20px;
    padding-right: 0;
    position: absolute;
    right: 0px;
    top: 0px;
}

.edit-alwaysshow-in:hover {
    background-color: #ffa500;
    width: 20px;
    height: 20px;
    padding-right: 0;
    position: absolute;
}

.edit-alwaysshow-out {
    width: auto;
    /*height:20px;*/
    padding-right: 0px;
    float: right;
    position: relative;
}


/*.editing-image
{
    background-image: url('img/pencil-icon.png');
    width:20px;
    height:20px;
}*/

.openDialog {
    background-image: url(img/pencil-icon.png);
    width: 20px;
    height: 20px;
    margin-left: 40px;
}
         

           
div.product-img > img {
     height: 200px;
     width: 200px;
     margin-left: -30px !important;
}

/*hides left department bar*/           
#left {
	display: none;
}

/*hides home button*/           
.dropmenu > #nav > li:nth-child(1) {
	display: none;
}
           

           

           

           
