/* =============================================================================
      HTML5 Boilerplate CSS: h5bp.com/css
      ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block; }

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

audio:not([controls]) {
    display: none; }

[hidden] {
    display: none; }

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
    font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
    color: #222; }

body {
    margin: 0;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    font-family: "Trebuchet MS",Arial, Helvetica, sans-serif; }

::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none; }

::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none; }

p {
    margin: 0;
    padding: 0; }

a {
    text-decoration: none;
    color: #068bcf; }

a:hover {
    color: #06e; }

a:focus {
    outline: none; }

input:focus {
    outline: none; }

a:hover, a:active {
    outline: 0; }

abbr[title] {
    border-bottom: 1px dotted; }

b, strong {
    font-weight: bold; }

blockquote {
    margin: 1em 40px; }

dfn {
    font-style: italic; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }

ins {
    background: #ff9;
    color: #000;
    text-decoration: none; }

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold; }

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em; }

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }

q {
    quotes: none; }

q:before, q:after {
    content: "";
    content: none; }

small {
    font-size: 85%; }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px; }

dd {
    margin: 0 0 0 40px; }

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0; }

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 0; }

form {
    margin: 0; }

fieldset {
    border: 0;
    margin: 0;
    padding: 0; }

label {
    cursor: pointer; }

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal; }

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle; }

button, input {
    line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible; }

button[disabled], input[disabled] {
    cursor: default; }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px; }

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical; }

input:invalid, textarea:invalid {
    background-color: #f0dddd; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td {
    vertical-align: top; }

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0; }

/*SCSS Mix Ins*/
/*Change for default image directory*/
/*Change for default image directory*/
/*Primary Styles*/
.textFancy {
    text-transform: uppercase;
    letter-spacing: .4em; }

#contactPage .content{
    width:500px;
}
#contactPage h2{
    display: none;
}
#contactPage .content img{
    margin-top:10px;
}
#contactPage .buttons .right{
    float:left;
}
#content p{
    margin-bottom:15px;
}
#content table{
    margin-bottom:15px;
}
a.sprite {
    display: block;
    background-image: url(/catalog/view/theme/secolarm/img/sprites.png);
    background-position: 0 0;
    display: block; }

.breadCrumbNav {
    margin-bottom: 15px !important; }
.breadCrumbNav p {
    color: white;
    font-size: 1.2em; }
.breadCrumbNav span {
    margin: 0 10px; }
.breadCrumbNav a {
    color: #ccc;
    font-size: 1.2em;
    text-decoration: underline; }
.breadCrumbNav a:hover {
    color: white; }

h3 {
    font-size: 1.6em;
    margin: 0 0 15px 0; }

h4 {
    font-size: 1.3em;
    margin: 0 0 15px 0;
    color: #646161; }

p, li {
    font-size: 1.1em; }

.compareBtnLong {
    height: 37px;
    width: 201px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -426px 0 no-repeat; }

.leftBtnSm {
    height: 12px;
    width: 6px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0 -42px no-repeat; }

.upBtnSm {
    height: 6px;
    width: 12px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0 -23px no-repeat; }

.rightBtnSm {
    height: 12px;
    width: 6px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0 -30px no-repeat; }

.downBtnSm {
    height: 6px;
    width: 12px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0 -16px no-repeat; }

.iconFlagUSA {
    height: 11px;
    width: 16px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -359px -113px no-repeat; }

.iconFlagUMex {
    height: 11px;
    width: 16px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -359px -125px no-repeat; }

.wrapper {
    margin: 0 auto;
    width: 1030px;
    position: relative; }

.inner {
    width: 1000px;
    margin: 0 auto; }

body {
    width: 100%; }

html {
    width: 100%; }

section {
    position: relative;
    z-index: 998; }

nav {
    position: relative; }
.widget-content{

    background: white;
}
.compare{}

.clear, .Clear {
    clear: both; }

#homePage #headerContent {
    background: transparent url(/catalog/view/theme/secolarm/img/mainTex.jpg) repeat center bottom;
    border-bottom: 20px solid #d0d1d1; }

#countrySelect {
    width: 200px;
    height: 26px;
    position: relative;
    display: block;
    float: right;
    margin-top: 13px;
    margin-right: 15px; }
#countrySelect select {
    width: 200px;
    height: 26px;
    position: relative;
    display: block; }
#countrySelect select:focus, #countrySelect div:focus, #countrySelect option:focus, #countrySelect a:focus {
    outline: none; }

.chooseLangText {
    font-family: Trebuchet, Helvetica, arial;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: white;
    float: right;
    font-size: 1em;
    margin-top: 19px;
    margin-right: 10px; }

.ddcommon {
    position: relative;
    display: -moz-inline-stack;
    zoom: 1;
    display: inline-block;
    *display: inline;
    cursor: default;
    width: 200px; }

.ddcommon ul {
    padding: 0;
    margin: 0; }

.ddcommon ul li {
    list-style-type: none; }

.borderRadiusTp ul li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 0 none #c3c3c3; }

.borderRadiusBtm ul li:first-child {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1 solid #c3c3c3; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
    opacity: .5;
    /* standard: ff gt 1.5, opera, safari */
    -ms-filter: "alpha(opacity=50)";
    /* ie 8 */
    filter: alpha(opacity=50);
    /* ie lt 7 */
    -khtml-opacity: .5;
    /* safari 1.x */
    -moz-opacity: .5;
    /* ff lt 1.5, netscape */
    color: #999999; }

.ddcommon .clear {
    clear: both; }

.ddcommon .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888; }

.ddcommon input.text {
    color: #7e7e7e;
    padding: 0 0 0 0;
    position: absolute;
    background: #fff;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none; }

.ddOutOfVision {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.borderRadius .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888; }

.borderRadiusBtm .shadow {
    -moz-box-shadow: -5px -5px 5px -5px #888888;
    -webkit-box-shadow: -5px -5px 5px -5px #888888;
    box-shadow: -5px -5px 5px -5px #888888; }

.borderRadiusTp .border, .borderRadius .border {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }

.borderRadiusBtm .border {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }

img.fnone {
    float: none !important; }

.ddcommon .divider {
    width: 0;
    height: 100%;
    position: absolute; }

.ddcommon .arrow {
    display: inline-block;
    height: 6px;
    width: 12px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0 -16px no-repeat;
    position: absolute;
    top: 10px;
    right: 6px; }

.ddcommon .ddTitle {
    font-family: Trebuchet, Helvetica, arial;
    text-transform: uppercase;
    letter-spacing: .1em;
    width: 200px;
    height: 26px;
    position: relative;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: white;
    display: inline-block;
    width: 190px;
    color: #646161;
    position: relative; }
.ddcommon .ddTitle:hover {
    cursor: pointer; }

.ddcommon .ddTitle .ddTitleText {
    display: block;
    position: absolute;
    top: 6px;
    left: 10px; }

.ddcommon .ddTitle .ddTitleText .ddTitleText {
    padding: 0; }

.ddcommon .ddTitle .description {
    display: block; }

.ddcommon .ddTitle .ddTitleText img {
    position: relative;
    vertical-align: middle;
    float: left;
    padding-right: 5px;
    width:0;}

.ddcommon .ddChild {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #646161;
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    zoom: 1;
    z-index: 9999;
    color: white; }
.ddcommon .ddChild:hover {
    cursor: pointer; }

.ddcommon .ddChild li {
    font-family: Trebuchet, Helvetica, arial;
    text-transform: uppercase;
    letter-spacing: .1em;
    clear: both;
    padding: 7px 5px;
    border-bottom: 1px solid #c3c3c3; }

.ddcommon .ddChild li .description {
    display: block; }

.ddcommon .ddChild li img {
    width:0;
    border: 0 none;
    position: relative;
    vertical-align: middle;
    float: left;
    margin-left: 6px; }

.ddcommon .ddChild li.optgroup {
    padding: 0; }

.ddcommon .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
    font-weight: bold;
    font-style: italic; }

.ddcommon .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px; }

.ddcommon .noBorderTop {
    border-top: none 0  !important;
    padding: 0;
    margin: 0; }

/*************** default theme **********************/
#topBar {
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 10px;
    background: transparent url("http://devimagine.info/catalog/view/theme/secolarm/img/mainTex.jpg") repeat center bottom;
    z-index: 1000; }

#topSearch {
    width: 250px;
    height: 26px;
    position: relative;
    display: block;
    float: right;
    overflow: hidden;
    cursor: pointer;
    margin-top: 13px;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/catalog/view/theme/secolarm/stylesheet/PIE.php);
}
#topSearch input {
    width: 230px;
    position: relative;
    display: block;
    font-family: Trebuchet, Helvetica, arial;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: none;
    background: none;
    color: #646161;
    padding: 7px 10px;
    font-size: 1.0em; }
#topSearch input:hover {
    color: black; }

.headerSearchSub, .prdSearchSub {
    height: 15px;
    width: 12px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0 0 no-repeat;
    position: absolute;
    display: block;
    top: 6px;
    right: 11px; }

nav#mainNav {
    z-index: 999;
    position: relative;
    background: white;
    border-top: 4px solid #d0d1d1;
    border-bottom: 4px solid #d0d1d1;
    padding-top: 15px; }

#homePage nav#mainNav {
    -webkit-box-shadow:  0px 3px 3px 0 #6e0b0b;
    -moz-box-shadow:  0px 3px 3px 0 #6e0b0b;
    box-shadow:  0px 3px 3px 0 #6e0b0b; }

.topLogo {
    height: 50px;
    width: 207px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainlogo2.png) 0px 0px no-repeat;
    background-size: 207px 50px;
    float: left;
    margin-right: 30px !important; }

#navButtons a.navBtn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: block;
    background: #efeeee;
    position: relative;
    padding: 0px 13px 5px 13px;
    float: left;
    margin-right: 10px;
    margin-top: 15px; }
#navButtons a.navBtn p {
    font-family: Trebuchet, Helvetica, arial;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #646161; }
#navButtons a.navBtn span {
    margin: 0 auto;
    margin-top: -14px;
    margin-bottom: 3px; }

#navButtons a.navBtnsLast {
    margin-right: 0; }
#navButtons a.navBtnsLast p {
    color: #f39f33 !important; }

.navIconCat {
    height: 29px;
    width: 29px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0px -110px no-repeat; }

.navIconNew {
    height: 29px;
    width: 29px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0px -139px no-repeat; }

.navIconMedia {
    height: 29px;
    width: 29px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0px -168px no-repeat; }

.navIconDL {
    height: 29px;
    width: 29px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0px -197px no-repeat; }

.navIconSup {
    height: 29px;
    width: 29px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0px -226px no-repeat; }

.navIconCont {
    height: 29px;
    width: 29px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0px -255px no-repeat; }

.navIconTracking {
    height: 29px;
    width: 29px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0px -312px no-repeat; }

.navIconComp {
    height: 29px;
    width: 29px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0px -284px no-repeat; }

#navContainer {
    width: 1000px;
    float: left; }

#nav, #nav ul {
    padding: 0px 0 0 0;
    margin: 0;
    list-style: none;
    display: block;
    height: 30px;
    width: 1000px;
}


#nav a {
    font-family: Trebuchet, Helvetica, arial;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: block;
    color: black;
    font-size: 1.3em;
    padding: 0px 25px; }

#nav li.mainNavLast {
    border: none; }
#nav li.mainNavLast a {
    padding-right: 0; }

#nav li.mainNavFirst a {
    padding-left: 0; }

#nav li {
    float: left;
    position: relative;
    padding: 0px 0 0px 0;
    border-right: 1px solid #d0d1d1; }

.navSep {
    clear: both;
    height: 20px;
    border-bottom: 1px solid #d0d1d1;
    margin-bottom: 15px; }

#homeFeaturesContain {
    position: relative;
    overflow: hidden;
    height: 440px; }

#homeFeatures {
    width: 1000px;
    height: 440px;
    position: relative;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

#browseAllProducts {
    width: 690px;
    height: 440px;
    position: relative;
    display: block;
    position: absolute;
    top: 0;
    right: 0px; }

#ProductFeatContainer {
    width: 610px;
    height: 300px;
    position: absolute;
    display: block;
    /*650 340*/
    padding: 20px;
    background: white;
    top: 50px;
    right: 0;
    overflow: hidden; }
#ProductFeatContainer #bproductList {
    width: 570px;
    height: 260px;
    position: absolute;
    display: block;
    /*650 340*/
    padding: 20px;
    overflow: auto;
    background: #fff; }
#ProductFeatContainer h3 {
    margin-bottom: 10px;
    float: none;
    display: block;
    width: 570px; }
#ProductFeatContainer ul {
    list-style: none;
    padding:0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #d0d1d1; }
#ProductFeatContainer li {
    font-size: 1.1em;
    font-family: Trebuchet, Helvetica, arial;
    text-transform: uppercase;
    letter-spacing: .1em;
    float: left;
    margin-bottom:10px;
    width: 530px;
}
#ProductFeatContainer li:hover{}
#ProductFeatContainer li:hover a{
    background:#2e2e2e !important;
    color: white !important;
}
#ProductFeatContainer li a{
    padding:5px 10px;
    display:block;
    width:100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background:#f5f4f4;
}
#homeFeaturesSlide {
    width: 1690px;
    height: 440px;
    position: absolute;
    display: block;
    top: 0;
    left: 0px; }

#galleryFeatContainer {
    width: 679px;
    height: 330px;
    position: absolute;
    display: block;
    /*650 340*/
    /*padding: 9px 0px;*/
    background: white;
    top: 50px;
    left: 0;
    overflow: hidden; }
#galleryFeatContainer:hover .featLeftBtn {
    left: 10px; }
#galleryFeatContainer:hover .featRightBtn {
    right: 10px; }

.browseSep {
    height: 30px;
    width: 230px;
    border-bottom: 1px solid white; }

#galleryFeatPrev {
    width: 300px;
    height: 300px;
    position: relative;
    display: block;
    margin-right: 20px;
    background: #646161;
    float: left;
    z-index: 998; }

#galleryFeatDesc {
    width: 250px;
    height: 205px;
    position: relative;
    display: block;
    /*290 245*/
    color: #646161;
    background-color: #efeeee;
    float: left;
    padding: 20px;
    overflow: hidden;
    z-index: 998; }

#galleryFeatContainer .compareBtnLong {
    float: right;
    margin-top: 20px;
    z-index: 998; }

#galleryFeatContainer .featLeftBtn {
    height: 58px;
    width: 58px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -627px 0px no-repeat;
    position: absolute;
    top: 140px;
    left: -999px;
    z-index: 999; }
#galleryFeatContainer .featLeftBtn:hover {
    cursor: pointer;
    background-position: -627px -58px; }

#galleryFeatContainer .featRightBtn {
    height: 58px;
    width: 58px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -685px 0px no-repeat;
    position: absolute;
    top: 140px;
    right: -999px;
    z-index: 999; }
#galleryFeatContainer .featRightBtn:hover {
    cursor: pointer;
    background-position: -685px -58px; }

#homeSearchContainer {
    width: 300px;
    height: 300px;
    position: absolute;
    display: block;
    top: 50px;
    right: 0; }
#homeSearchContainer form {
    width: 230px;
    height: 25px;
    position: relative;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: white; }
#homeSearchContainer input {
    width: 230px;
    position: relative;
    display: block;
    font-family: Trebuchet, Helvetica, arial;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: none;
    background: none;
    color: #646161;
    padding: 7px 10px;
    font-size: 1.0em; }
#homeSearchContainer input:hover {
    color: black; }
#homeSearchContainer .headerSearchSub {
    height: 15px;
    width: 12px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0 0 no-repeat;
    position: absolute;
    display: block;
    top: 6px;
    right: 11px; }

#productSearchHdr {
    height: 53px;
    width: 129px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -12px -58px no-repeat;
    margin-bottom: 10px; }

#browseProductsHdr {
    height: 53px;
    width: 164px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -141px -58px no-repeat;
    margin-top: 30px;
    margin-bottom: 10px; }

.browseProductsBtn {
    width: 230px;
    height: 25px;
    position: relative;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-family: Trebuchet, Helvetica, arial;
    text-transform: uppercase;
    letter-spacing: .1em;
    background-color: white;
    color: #646161;
    font-size: 1.0em; }
.browseProductsBtn:hover {
    cursor: pointer; }
.browseProductsBtn .browseBtn1 {
    width: 230px;
    height: 25px;
    position: relative;
    display: block; }
.browseProductsBtn .browseBtn1 label {
    top: 6px;
    left: 10px;
    position: relative; }
.browseProductsBtn .browseBtn1 span {
    right: 10px;
    position: absolute;
    top: 5px; }
.browseProductsBtn .browseBtn2 {
    width: 230px;
    height: 25px;
    position: relative;
    display: block;
    display: none; }
.browseProductsBtn .browseBtn2 label {
    top: 6px;
    left: 130px;
    position: relative; }
.browseProductsBtn .browseBtn2 span {
    left: 10px;
    position: absolute;
    top: 5px; }

#galleryFeatNav {
    width: 300px;
    height: 20px;
    position: absolute;
    display: block;
    overflow: hidden;
    width: 650px;
    left: 0;
    top: 400px; }
#galleryFeatNav a.btnActive {
    background: #646161 !important; }
#galleryFeatNav a {
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    float: left;
    background: white;
    margin-right: 10px; }
#galleryFeatNav a:hover {
    cursor: pointer; }

#mainSection {
    padding: 30px 0 30px 0; }

#homeNewProducts {
    width: 615px;
    height: auto;
    position: relative;
    display: block;
    /*580*/
    float: left;
    margin-right: 20px; }
#homeNewProducts #homeNewContain {
    background: #efeeee;
    padding: 20px; }

.homeProductFeat {
    width: 150px;
    height: 250px;
    position: relative;
    display: block;
    /*580*/
    padding: 15px;
    background: white;
    float: left;
    margin-right: 17px; }
.homeProductFeat .prodTitle {
    font-size: 1.4em;
    color: #646161; }
.homeProductFeat .prodSku {
    font-size: .9em;
    color: #068bcf; }
.homeProductFeat .prodCat {
    font-size: .9em;
    color: #646161; }
.homeProductFeat .compare a{
    margin:10px 0 0 0 !important;
}
.homeProductFeat .compare a:hover{cursor: pointer}
.homeProductFeatlast {
    margin-right: 0; }

.hprodPrev {
    width: 150px;
    height: 120px;
    position: relative;
    display: block;
    /*350*/
    background: #efeeee;
    overflow: hidden;
    margin-bottom: 10px; }

.homeMainLink {
    font-size: 1.2em;
    float: right;
    margin-top: 10px; }

#homeAbout {
    width: 365px;
    height: auto;
    position: relative;
    display: block;
    /*350*/
    float: left; }
#homeAbout #homeAboutContain {
    background: #efeeee;
    padding: 20px;
    color: #646161;
    font-size: 1.0em; }
#homeAbout #homeAboutContain #homeContact {
    margin-top: 20px;
    background: white;
    padding: 15px;
    font-size: .9em; }
#homeAbout #homeAboutContain #homeContact .homeContactSep {
    height: 10px;
    border-bottom: 1px solid #d0d1d1;
    margin-bottom: 10px;
    clear: both; }
#homeAbout #homeAboutContain #homeContact span {
    color: #068bcf; }
#homeAbout #homeAboutContain #homeContact a.phoneIcon {
    height: 46px;
    width: 28px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -306px -59px no-repeat;
    float: left;
    margin-right: 20px; }
#homeAbout #homeAboutContain #homeContact a.mailIcon {
    height: 46px;
    width: 28px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -335px -59px no-repeat;
    float: left;
    margin-right: 20px; }

#footerExtras {
    padding: 0px 0 15px 0;
    border-bottom: 1px solid #646161;
    margin-bottom: 15px; }

#footerNewsletterContainer {
    width: 300px;
    height: 26px;
    position: relative;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    float: right;
    overflow: hidden;
    background: white; }
#footerNewsletterContainer input {
    width: 230px;
    position: relative;
    display: block;
    font-family: Trebuchet, Helvetica, arial;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: none;
    background: none;
    color: #646161;
    padding: 7px 10px;
    font-size: 1.0em; }
#footerNewsletterContainer input:hover {
    color: black; }
#footerNewsletterContainer a {
    width: 30px;
    height: 25px;
    position: absolute;
    display: block;
    right: 0;
    top: 0; }
#footerNewsletterContainer a:hover {
    cursor: pointer; }
#footerNewsletterContainer a .footerSearchSub {
    height: 12px;
    width: 6px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) 0 -30px no-repeat;
    position: absolute;
    top: 6px;
    display: block; }

#mainFooter {
    background: black;
    border-top: 20px solid #d0d1d1; }

#footerSubNavContainer {
    width: 1000px;
    height: 29px;
    position: relative;
    display: block;
    /*350*/
    float: left; }

#footerNavContainer {
    width: 1000px;
    border-bottom: 1px solid #646161;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px; }

#footerNav, #footerNav ul {
    padding: 0px 0 0 0;
    margin: 0;
    list-style: none; }

#footerNav a {
    font-family: Trebuchet, Helvetica, arial;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: block;
    color: white;
    font-size: 1.3em;
    padding: 0px 15px; }

#footerNav li.mainNavLast {
    border: none; }
#footerNav li.mainNavLast a {
    padding-right: 0; }

#footerNav li {
    float: left;
    position: relative;
    padding: 0px 0 0px 0;
    border-right: 1px solid #d0d1d1; }

#footerSubNavContainer ul {
    padding: 0px 0 0 0;
    margin-top: 5px;
    list-style: none; }
#footerSubNavContainer li {
    float: left;
    position: relative;
    padding: 0px 0 0px 0;
    border-right: 1px solid #646161; }
#footerSubNavContainer a {
    font-family: Trebuchet, Helvetica, arial;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: block;
    color: #949494;
    font-size: 1.0em;
    padding: 0px 15px; }
#footerSubNavContainer li.subFooterNavLast {
    border: none; }

#footerLower {
    padding: 3px 0 70px 0; }
#footerLower p {
    text-align: center;
    font-size: 1.0em;
    color: #ccc; }
#footerLower a.footerLogo {
    height: 50px;
    width: 207px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/SECO-LARM_LOGO_WHITE.png) 0px 0px no-repeat;
    background-size: 207px 50px;
    display: block;
    margin: 20px auto 10px auto; }

#footerCerts {
    width: 507px;
    height: 57px;
    position: relative;
    display: block;
    margin: 0 auto 0 auto; }
#footerCerts a {
    float: left;
    margin-right: 45px; }
#footerCerts .lastFooterCert {
    margin: 0; }

.botLogosCEA {
    height: 57px;
    width: 84px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -32px -113px no-repeat; }

.botLogosAFA {
    height: 57px;
    width: 100px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -116px -113px no-repeat; }

.botLogosSIA {
    height: 57px;
    width: 33px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -216px -113px no-repeat; }

.botLogosLS {
    height: 57px;
    width: 43px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -249px -113px no-repeat; }

.botLogosISO {
    height: 57px;
    width: 66px;
    display: block;
    overflow: hidden;
    background: url(/catalog/view/theme/secolarm/img/mainSprites.png) -292px -113px no-repeat; }

.flag {
    float: left;
    padding: 0 !important;
    margin: 0 5px 0 0;
    width: 16px;
    height: 11px;
    background: url(/catalog/view/theme/secolarm/img/flagssprite_small.png) no-repeat; }

.flag.ad {
    background-position: 0 0; }

.flag.ae {
    background-position: 0 -11px; }

.flag.af {
    background-position: 0 -22px; }

.flag.ag {
    background-position: 0 -33px; }

.flag.ai {
    background-position: 0 -44px; }

.flag.al {
    background-position: 0 -55px; }

.flag.am {
    background-position: 0 -66px; }

.flag.an {
    background-position: 0 -77px; }

.flag.ao {
    background-position: 0 -88px; }

.flag.ar {
    background-position: 0 -99px; }

.flag.as {
    background-position: 0 -110px; }

.flag.at {
    background-position: 0 -121px; }

.flag.au {
    background-position: 0 -132px; }

.flag.aw {
    background-position: 0 -143px; }

.flag.ax {
    background-position: 0 -154px; }

.flag.az {
    background-position: 0 -165px; }

.flag.ba {
    background-position: 0 -176px; }

.flag.bb {
    background-position: 0 -187px; }

.flag.bd {
    background-position: 0 -198px; }

.flag.be {
    background-position: 0 -209px; }

.flag.bf {
    background-position: 0 -220px; }

.flag.bg {
    background-position: 0 -231px; }

.flag.bh {
    background-position: 0 -242px; }

.flag.bi {
    background-position: 0 -253px; }

.flag.bj {
    background-position: 0 -264px; }

.flag.bm {
    background-position: 0 -275px; }

.flag.bn {
    background-position: 0 -286px; }

.flag.bo {
    background-position: 0 -297px; }

.flag.br {
    background-position: 0 -308px; }

.flag.bs {
    background-position: 0 -319px; }

.flag.bt {
    background-position: 0 -330px; }

.flag.bv {
    background-position: 0 -341px; }

.flag.bw {
    background-position: 0 -352px; }

.flag.by {
    background-position: 0 -363px; }

.flag.bz {
    background-position: 0 -374px; }

.flag.ca {
    background-position: 0 -385px; }

.flag.catalonia {
    background-position: 0 -396px; }

.flag.cc {
    background-position: 0 -407px; }

.flag.cd {
    background-position: 0 -418px; }

.flag.cf {
    background-position: 0 -429px; }

.flag.cg {
    background-position: 0 -440px; }

.flag.ch {
    background-position: 0 -451px; }

.flag.ci {
    background-position: 0 -462px; }

.flag.ck {
    background-position: 0 -473px; }

.flag.cl {
    background-position: 0 -484px; }

.flag.cm {
    background-position: 0 -495px; }

.flag.cn {
    background-position: 0 -506px; }

.flag.co {
    background-position: 0 -517px; }

.flag.cu {
    background-position: 0 -528px; }

.flag.cr {
    background-position: 0 -539px; }

.flag.cs {
    background-position: 0 -550px; }

.flag.cv {
    background-position: 0 -561px; }

.flag.cx {
    background-position: 0 -572px; }

.flag.cy {
    background-position: -16px 0; }

.flag.cz {
    background-position: -16px -11px; }

.flag.de {
    background-position: -16px -22px; }

.flag.dj {
    background-position: -16px -33px; }

.flag.dk {
    background-position: -16px -44px; }

.flag.dm {
    background-position: -16px -55px; }

.flag.do {
    background-position: -16px -66px; }

.flag.dz {
    background-position: -16px -77px; }

.flag.ec {
    background-position: -16px -88px; }

.flag.ee {
    background-position: -16px -99px; }

.flag.eg {
    background-position: -16px -110px; }

.flag.eh {
    background-position: -16px -121px; }

.flag.england {
    background-position: -16px -132px; }

.flag.er {
    background-position: -16px -143px; }

.flag.es {
    background-position: -16px -154px; }

.flag.et {
    background-position: -16px -165px; }

.flag.eu {
    background-position: -16px -176px; }

.flag.fam {
    background-position: -16px -187px; }

.flag.fi {
    background-position: -16px -198px; }

.flag.fj {
    background-position: -16px -209px; }

.flag.fk {
    background-position: -16px -220px; }

.flag.fm {
    background-position: -16px -231px; }

.flag.fo {
    background-position: -16px -242px; }

.flag.fr {
    background-position: -16px -253px; }

.flag.ga {
    background-position: -16px -264px; }

.flag.gb {
    background-position: -16px -275px; }

.flag.gd {
    background-position: -16px -286px; }

.flag.ge {
    background-position: -16px -297px; }

.flag.gf {
    background-position: -16px -308px; }

.flag.gh {
    background-position: -16px -319px; }

.flag.gi {
    background-position: -16px -330px; }

.flag.gl {
    background-position: -16px -341px; }

.flag.gm {
    background-position: -16px -352px; }

.flag.gn {
    background-position: -16px -363px; }

.flag.gp {
    background-position: -16px -374px; }

.flag.gq {
    background-position: -16px -385px; }

.flag.gr {
    background-position: -16px -396px; }

.flag.gs {
    background-position: -16px -407px; }

.flag.gt {
    background-position: -16px -418px; }

.flag.gu {
    background-position: -16px -429px; }

.flag.gw {
    background-position: -16px -440px; }

.flag.gy {
    background-position: -16px -451px; }

.flag.hk {
    background-position: -16px -462px; }

.flag.hm {
    background-position: -16px -473px; }

.flag.hn {
    background-position: -16px -484px; }

.flag.hr {
    background-position: -16px -495px; }

.flag.ht {
    background-position: -16px -506px; }

.flag.hu {
    background-position: -16px -517px; }

.flag.id {
    background-position: -16px -528px; }

.flag.ie {
    background-position: -16px -539px; }

.flag.il {
    background-position: -16px -550px; }

.flag.in {
    background-position: -16px -561px; }

.flag.io {
    background-position: -16px -572px; }

.flag.iq {
    background-position: -32px 0; }

.flag.ir {
    background-position: -32px -11px; }

.flag.is {
    background-position: -32px -22px; }

.flag.it {
    background-position: -32px -33px; }

.flag.jm {
    background-position: -32px -44px; }

.flag.jo {
    background-position: -32px -55px; }

.flag.jp {
    background-position: -32px -66px; }

.flag.ke {
    background-position: -32px -77px; }

.flag.kg {
    background-position: -32px -88px; }

.flag.kh {
    background-position: -32px -99px; }

.flag.ki {
    background-position: -32px -110px; }

.flag.km {
    background-position: -32px -121px; }

.flag.kn {
    background-position: -32px -132px; }

.flag.kp {
    background-position: -32px -143px; }

.flag.kr {
    background-position: -32px -154px; }

.flag.kw {
    background-position: -32px -165px; }

.flag.ky {
    background-position: -32px -176px; }

.flag.kz {
    background-position: -32px -187px; }

.flag.la {
    background-position: -32px -198px; }

.flag.lb {
    background-position: -32px -209px; }

.flag.lc {
    background-position: -32px -220px; }

.flag.li {
    background-position: -32px -231px; }

.flag.lr {
    background-position: -32px -242px; }

.flag.lk {
    background-position: -32px -253px; }

.flag.ls {
    background-position: -32px -264px; }

.flag.lt {
    background-position: -32px -275px; }

.flag.lu {
    background-position: -32px -286px; }

.flag.lv {
    background-position: -32px -297px; }

.flag.ly {
    background-position: -32px -308px; }

.flag.ma {
    background-position: -32px -319px; }

.flag.mc {
    background-position: -32px -330px; }

.flag.md {
    background-position: -32px -341px; }

.flag.me {
    background-position: -32px -352px; }

.flag.mg {
    background-position: -32px -363px; }

.flag.mh {
    background-position: -32px -374px; }

.flag.mk {
    background-position: -32px -385px; }

.flag.ml {
    background-position: -32px -396px; }

.flag.mm {
    background-position: -32px -407px; }

.flag.mn {
    background-position: -32px -418px; }

.flag.mo {
    background-position: -32px -429px; }

.flag.mp {
    background-position: -32px -440px; }

.flag.mq {
    background-position: -32px -451px; }

.flag.mr {
    background-position: -32px -462px; }

.flag.ms {
    background-position: -32px -473px; }

.flag.mt {
    background-position: -32px -484px; }

.flag.mu {
    background-position: -32px -495px; }

.flag.mv {
    background-position: -32px -506px; }

.flag.mw {
    background-position: -32px -517px; }

.flag.mx {
    background-position: -32px -528px; }

.flag.my {
    background-position: -32px -539px; }

.flag.mz {
    background-position: -32px -550px; }

.flag.na {
    background-position: -32px -561px; }

.flag.nc {
    background-position: -32px -572px; }

.flag.ne {
    background-position: -48px 0; }

.flag.nf {
    background-position: -48px -11px; }

.flag.ng {
    background-position: -48px -22px; }

.flag.ni {
    background-position: -48px -33px; }

.flag.nl {
    background-position: -48px -44px; }

.flag.no {
    background-position: -48px -55px; }

.flag.np {
    background-position: -48px -66px; }

.flag.nr {
    background-position: -48px -77px; }

.flag.nu {
    background-position: -48px -88px; }

.flag.nz {
    background-position: -48px -99px; }

.flag.om {
    background-position: -48px -110px; }

.flag.pa {
    background-position: -48px -121px; }

.flag.pe {
    background-position: -48px -132px; }

.flag.pf {
    background-position: -48px -143px; }

.flag.pg {
    background-position: -48px -154px; }

.flag.ph {
    background-position: -48px -165px; }

.flag.pk {
    background-position: -48px -176px; }

.flag.pl {
    background-position: -48px -187px; }

.flag.pm {
    background-position: -48px -198px; }

.flag.pn {
    background-position: -48px -209px; }

.flag.pr {
    background-position: -48px -220px; }

.flag.ps {
    background-position: -48px -231px; }

.flag.pt {
    background-position: -48px -242px; }

.flag.pw {
    background-position: -48px -253px; }

.flag.py {
    background-position: -48px -264px; }

.flag.qa {
    background-position: -48px -275px; }

.flag.re {
    background-position: -48px -286px; }

.flag.ro {
    background-position: -48px -297px; }

.flag.rs {
    background-position: -48px -308px; }

.flag.ru {
    background-position: -48px -319px; }

.flag.rw {
    background-position: -48px -330px; }

.flag.sa {
    background-position: -48px -341px; }

.flag.sb {
    background-position: -48px -352px; }

.flag.sc {
    background-position: -48px -363px; }

.flag.scotland {
    background-position: -48px -374px; }

.flag.sd {
    background-position: -48px -385px; }

.flag.se {
    background-position: -48px -396px; }

.flag.sg {
    background-position: -48px -407px; }

.flag.sh {
    background-position: -48px -418px; }

.flag.si {
    background-position: -48px -429px; }

.flag.sj {
    background-position: -48px -440px; }

.flag.sk {
    background-position: -48px -451px; }

.flag.sl {
    background-position: -48px -462px; }

.flag.sm {
    background-position: -48px -473px; }

.flag.sn {
    background-position: -48px -484px; }

.flag.so {
    background-position: -48px -495px; }

.flag.sr {
    background-position: -48px -506px; }

.flag.st {
    background-position: -48px -517px; }

.flag.sv {
    background-position: -48px -528px; }

.flag.sy {
    background-position: -48px -539px; }

.flag.sz {
    background-position: -48px -550px; }

.flag.tc {
    background-position: -48px -561px; }

.flag.td {
    background-position: -48px -572px; }

.flag.tf {
    background-position: -64px 0; }

.flag.tg {
    background-position: -64px -11px; }

.flag.th {
    background-position: -64px -22px; }

.flag.tj {
    background-position: -64px -33px; }

.flag.tk {
    background-position: -64px -44px; }

.flag.tl {
    background-position: -64px -55px; }

.flag.tm {
    background-position: -64px -66px; }

.flag.tn {
    background-position: -64px -77px; }

.flag.to {
    background-position: -64px -88px; }

.flag.tr {
    background-position: -64px -99px; }

.flag.tt {
    background-position: -64px -110px; }

.flag.tv {
    background-position: -64px -121px; }

.flag.tw {
    background-position: -64px -132px; }

.flag.tz {
    background-position: -64px -143px; }

.flag.ua {
    background-position: -64px -154px; }

.flag.ug {
    background-position: -64px -165px; }

.flag.um {
    background-position: -64px -176px; }

.flag.us {
    background-position: -64px -187px; }

.flag.uy {
    background-position: -64px -198px; }

.flag.uz {
    background-position: -64px -209px; }

.flag.va {
    background-position: -64px -220px; }

.flag.vc {
    background-position: -64px -231px; }

.flag.ve {
    background-position: -64px -242px; }

.flag.vg {
    background-position: -64px -253px; }

.flag.vi {
    background-position: -64px -264px; }

.flag.vn {
    background-position: -64px -275px; }

.flag.vu {
    background-position: -64px -286px; }

.flag.wales {
    background-position: -64px -297px; }

.flag.wf {
    background-position: -64px -308px; }

.flag.ws {
    background-position: -64px -319px; }

.flag.ye {
    background-position: -64px -330px; }

.flag.yt {
    background-position: -64px -341px; }

.flag.za {
    background-position: -64px -352px; }

.flag.zm {
    background-position: -64px -363px; }

.flag.zw {
    background-position: -64px -374px; }

/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */ }
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0; }

.ir br {
    display: none; }

.hidden {
    display: none !important;
    visibility: hidden; }

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
    visibility: hidden; }

.clearfix:before, .clearfix:after {
    content: "";
    display: table; }

.clearfix:after {
    clear: both; }

.clearfix {
    *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important; }

    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline; }

    a[href]:after {
        content: " (" attr(href) ")"; }

    abbr[title]:after {
        content: " (" attr(title) ")"; }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""; }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }

    thead {
        display: table-header-group; }

    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid; }

    img {
        max-width: 100% !important; }

    @page {
        margin: 0.5cm; }

    p, h2, h3 {
        orphans: 3;
        widows: 3; }

    h2, h3 {
        page-break-after: avoid; } }



.mailinglist-form input[type='text'] {
    width: 350px;
}

.mailinglist-form .content .form-element {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.mailinglist-form .content .form-element span.error {
    margin-left: 120px;
}

.mailinglist-form .content label {
    font-size: 14px;
    width: 100px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.mailinglist-form .content textarea.hear-about-us {
    width: 350px;
    height: 100px;
    resize: none;
}

.mailinglist-form .content input.catalog-checkbox {
    margin-top: 10px;
}

.mailinglist-form .content-form-element {
    width: 620px;
}

.mailinglist-form .mailinglist-form-right-image {
    margin-top: 30px;
}

.mailinglist-form .country-select {
    width: 353px;
    height: 27px;
}



#subPage h1{
    font-size:2.4em;
    color:#646161;
    margin:10px 0 0px 0;
}
#subPage h2{
    font-size:1.5em;
    color:#959595;
    font-weight: normal;
    margin:10px 0 0px 0;
    background:#efefef;
    padding:5px 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#subPage a:hover{
    cursor: pointer;
}
#column-left .banner{display:none;}
.compareButton a{
    display: block;
    background:url('/catalog/view/theme/secolarm/img/compareBtnBig.png') center no-repeat;
    width:188px;
    height:36px;
    content: '';
    font-size: 0;
}

.breadcrumb a{
    font-size:1.2em;
    text-decoration: underline;
}

#column-left {
    float: left;
    width: 225px;
}
#column-right {
    float: right;
    width: 180px;
}
#column-left + #content {
    width:auto !important;
}
#content {
    margin-bottom: 25px;
    min-height: 400px;
    margin:0 auto;
    padding:20px 0;
    width:1000px;
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 250px;
}
#column-right + #content {
    margin-right: 195px;
}
#header {
    height: 90px;
    margin-bottom: 7px;
    padding-bottom: 4px;
    position: relative;
    z-index: 99;
}
#header #logo {
    left: 15px;
    position: absolute;
    top: 25px;
}
#language {
    color: #999999;
    left: 320px;
    line-height: 17px;
    position: absolute;
    top: 15px;
    width: 80px;
}
#language img {
    cursor: pointer;
    margin-right: 5px;
}
#currency {
    color: #999999;
    left: 425px;
    line-height: 17px;
    position: absolute;
    top: 15px;
    width: 75px;
}
#currency a {
    border: 1px solid #CCCCCC;
    color: #999999;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 2px 4px;
    text-decoration: none;
}
#currency a b {
    color: #000000;
    text-decoration: none;
}
#header #cart {
    min-width: 300px;
    position: absolute;
    right: 145px;
    top: 0;
    z-index: 9;
}
#header #cart .heading {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #FFFFFF;
    float: right;
    margin-right: 172px;
    margin-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    z-index: 1;
}
#header #cart .heading h4 {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 0;
}
#header #cart .heading a {
    color: #38B0E3;
    text-decoration: none;
}
#header #cart .heading a span {
    background: url("/catalog/view/theme/secolarm/img/arrow-down.png") no-repeat scroll 100% 50% #FFFFFF;
    padding-right: 15px;
}
#header #cart .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EEEEEE;
    border-radius: 0 7px 7px 7px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #DDDDDD;
    clear: both;
    display: none;
    min-height: 150px;
    padding: 8px;
    position: relative;
    top: -1px;
}
#header #cart.active .heading {
    border-left: 1px solid #EEEEEE;
    border-radius: 7px 7px 0 0;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    margin-top: 5px;
    padding-bottom: 6px;
    padding-top: 10px;
}
#header #cart.active .content {
    display: block;
}
.mini-cart-info table {
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
}
.mini-cart-info td {
    border-bottom: 1px solid #EEEEEE;
    color: #000000;
    padding: 10px 5px;
    vertical-align: top;
}
.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
.mini-cart-info .name small {
    color: #666666;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info td.total {
    text-align: right;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    color: #000000;
    padding: 4px;
}
#header #cart .checkout {
    clear: both;
    text-align: right;
}
#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}
#header #search {
    position: absolute;
    right: 0;
    top: 15px;
    width: 298px;
    z-index: 15;
}
#header .button-search {
    background: url("/catalog/view/theme/secolarm/img/button-search.png") no-repeat scroll center center transparent;
    border-right: 1px solid #CCCCCC;
    cursor: pointer;
    height: 24px;
    left: 0;
    position: absolute;
    width: 28px;
}
#header #search input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 0 #F0F0F0;
    height: 21px;
    padding: 1px 1px 1px 33px;
    width: 262px;
}
#header #welcome {
    color: #999999;
    position: absolute;
    right: 0;
    text-align: right;
    top: 47px;
    width: 298px;
    z-index: 5;
}
#header .links {
    bottom: 3px;
    font-size: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
}
#header .links a {
    color: #38B0E3;
    display: block;
    float: left;
    font-size: 12px;
    padding: 0 0 0 7px;
    text-decoration: none;
}
#header .links a + a {
    border-left: 1px solid #CCCCCC;
    margin-left: 8px;
}
#menu {
    background: none repeat scroll 0 0 #585858;
    border-bottom: 1px solid #000000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 2px #DDDDDD;
    height: 37px;
    margin-bottom: 15px;
    padding: 0 5px;
}
#menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
    float: left;
    padding: 6px 5px 5px 0;
    position: relative;
    z-index: 20;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 5px;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;
    z-index: 6;
}
#menu > ul > li:hover > a {
    background: none repeat scroll 0 0 #000000;
    border-radius: 5px 5px 5px 5px;
}
#menu > ul > li > div {
    background: url("/catalog/view/theme/secolarm/img/menu.png") repeat scroll 0 0 transparent;
    border: 1px solid #000000;
    border-radius: 0 0 5px 5px;
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 5;
}
#menu > ul > li:hover > div {
    display: table;
}
#menu > ul > li > div > ul {
    display: table-cell;
}
#menu > ul > li ul + ul {
    padding-left: 20px;
}
#menu > ul > li ul > li > a {
    color: #FFFFFF;
    display: block;
    min-width: 120px;
    padding: 4px;
    text-decoration: none;
    white-space: nowrap;
}
#menu > ul > li ul > li > a:hover {
    background: none repeat scroll 0 0 #000000;
}
#menu > ul > li > div > ul > li > a {
    color: #FFFFFF;
}
.breadcrumb {
    color: #CCCCCC;
    margin-bottom: 10px;
}
.success, .warning, .attention, .information {
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
}
.success {
    background: #3ba013;
    border: 1px solid #BBDF8D;
    border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    font-weight: bold;
    color:white;
}
.success a{color:#b6dcfd;}
#notification{
    position:relative;
    z-index: 999;
}
.warning {
    background: url("/catalog/view/theme/secolarm/img/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
}
.attention {
    background: url("/catalog/view/theme/secolarm/img/attention.png") no-repeat scroll 10px center #FFF5CC;
    border: 1px solid #F2DD8C;
    border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
    cursor: pointer;
    float: right;
    padding-right: 4px;
    padding-top: 4px;
}
.required {
    color: #FF0000;
    font-weight: bold;
}
.error {
    color: #FF0000;
    display: block;
}
.help {
    color: #999999;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    font-weight: normal;
}
table.form {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
table.form tr td:first-child {
    width: 150px;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
input.large-field, select.large-field {
    width: 300px;
}
table.list {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}
table.list td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
table.list thead td {
    background-color: #EFEFEF;
    padding: 0 5px;
}
table.list thead td a, .list thead td {
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}
table.list tbody td {
    padding: 0 5px;
    vertical-align: top;
}
table.list .left {
    padding: 7px;
    text-align: left;
}
table.list .right {
    padding: 7px;
    text-align: right;
}
table.list .center {
    padding: 7px;
    text-align: center;
}
table.radio {
    border-collapse: collapse;
    width: 100%;
}
table.radio td {
    padding: 5px;
    vertical-align: top;
}
table.radio td label {
    display: block;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
table.radio tr.highlight:hover td {
    background: none repeat scroll 0 0 #F1FFDD;
    cursor: pointer;
}
.pagination {
    border-top: 1px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 8px;
    width: 100%;
}
.pagination .links {
    float: left;
}
.pagination .links a {
    border: 1px solid #EEEEEE;
    color: #A3A3A3;
    display: inline-block;
    padding: 4px 10px;
    text-decoration: none;
}
.pagination .links b {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #269BC6;
    color: #269BC6;
    display: inline-block;
    font-weight: normal;
    padding: 4px 10px;
    text-decoration: none;
}
.pagination .results {
    float: right;
    padding-top: 3px;
}
a.button, input.button {
    overflow: visible;
    background: #d8d8d8;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d8d8d8));
    background: -webkit-linear-gradient(top, #fdfdfd, #d8d8d8);
    background: -moz-linear-gradient(top, #fdfdfd, #d8d8d8);
    background: -ms-linear-gradient(top, #fdfdfd, #d8d8d8);
    background: -o-linear-gradient(top, #fdfdfd, #d8d8d8);
    border: 1px solid #9b9b9b;
    padding: 3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight:bold;
    font-size:10px;
}


a.button {
    display: inline-block;
    text-decoration: none;
}
input.button {
    border: 0 none;
    height: 24px;
    margin: 0;
    padding: 0 12px;
}
a.button:hover, input.button:hover {
}
.buttons {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    overflow: auto;
    padding: 6px;
}
.buttons .left {
    float: left;
    text-align: left;
}
.buttons .right {
    float: right;
    text-align: right;
}
.buttons .center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.htabs {
    border-bottom: 1px solid #DDDDDD;
    height: 30px;
    line-height: 16px;
}
.htabs a {
    background: url("/catalog/view/theme/secolarm/img/tab.png") repeat-x scroll 0 0 #FFFFFF;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    color: #000000;
    display: none;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 2px;
    padding: 7px 15px 6px;
    text-align: center;
    text-decoration: none;
}
.htabs a.selected {
    background: none repeat scroll 0 0 #f2f2f2;
    padding-bottom: 7px;
}
.tab-content{
    background: #f2f2f2;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
    z-index: 2;
}
#tab-attribute{font-size:13px; }
#tab-accessories {
    background:#F2F2F2;

}
#tab-accessories > div{background:white;padding:10px 50px !important;}
#tab-accessories h2{
    background:none;
    padding-left: 0;
}
#tab-accessories tbody td a{
    font-size:13px;
    padding-top:4px;
}
.box {
    margin-bottom: 20px;
}
.box .box-heading {
    background: url("/catalog/view/theme/secolarm/img/background.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #a9a9a9;
    border-radius: 7px 7px 0 0;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 8px 10px 7px;
}
.box .box-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
    border-radius: 0 0 7px 7px;
    border-right: 1px solid #a9a9a9;
    padding: 10px;
}
.currently-comparing-module .box-content{
    background:#EFEFEF;
}




.box-product {
    overflow: auto;
    width: 100%;
}
.currently-comparing-module .currently-comparing-text{
    display: none !important;
}
.currently-comparing-module .box-product > div {
    background:white;
    display: block;
    vertical-align: top;
    margin-bottom: 5px;
    width:180px;
    height:55px;
    padding:10px;
}
#tab-related .box-product > div {
    background:white;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    padding:10px 50px 10px 50px;
    width:625px;

}
#column-left + #column-right + #content .box-product > div {
    width: 119px;
}
#tab-related .box-product > div{
    margin-bottom:0px !important;
    height:50px;
    border-bottom:1px dotted #ddd;
}
#tab-related .box-product .image {
    display: block;
    height:42px;
    width:42px;
    float: left;
}
#tab-related .box-product .name {
    display: block;
    height:42px;
    width:200px;
    float: left;
    padding-top: 10px;
    padding-left: 50px;
}
#tab-related .box-product .name a{
    font-size: 13px;
    font-weight: normal;
}
#tab-related .box-product .image a{
    display: block;
}
#tab-related .box-product .image a img{
    height:42px;
    width:42px;
}
.box-product .image {
    display: block;
    margin-bottom: 0;
}
.box-product .image a{
}
.box-product .image img {
    padding: 3px;
}
.box-product .name a {
    color: #38B0E3;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    text-decoration: none;
}
.box-product .currently-comparing-text{
    display:none;
}
.box-product .price {
    color: #333333;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}
.box-product .price-old {
    color: #FF0000;
    text-decoration: line-through;
}
.box-product .price-new {
    font-weight: bold;
}
.box-product .rating {
    display: block;
    margin-bottom: 4px;
}



.box-category {
    margin-top: -5px;
}
.box-category ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.box-category > ul > li {
    padding: 8px 8px 8px 0;
}
.box-category > ul > li + li {
    border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
    color: #333333;
    text-decoration: none;
    font-size:1.4em;
}
.box-category > ul > li ul {
    display: none;
}
.box-category > ul > li a.active {
    font-weight: bold;
}
.box-category > ul > li a.active + ul {
    display: block;
}
.box-category > ul > li ul > li {
    padding: 5px 5px 0 10px;
}
.box-category > ul > li ul > li > a {
    display: block;
    text-decoration: none;
    font-size:1.2em;
}
.box-category > ul > li ul > li > a.active {
    font-weight: bold;
}
#content .content {
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
    font-size: 1.2em;
}
#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}
.category-info {
    margin-bottom: 20px;
    overflow: auto;
}
.category-info .image {
    border: 1px solid #a9a9a9;
    float: left;
    margin-right: 15px;
    padding: 5px;
}
.category-list {
    margin-bottom: 3px;
    overflow: auto;
    padding:0 0 10px 10px;
    background:#efefef;
}
.category-list ul {
    float: left;
    padding:0;
    margin:0;
    font-size: 1.1em;
    list-style-type: none;
}
.category-list ul li{
    display:block;
    float:left;
    margin-right:10px;
}
.category-list ul li a{
    text-decoration: underline;
    display:block;
    float:left;
    margin-right:10px;
}
.manufacturer-list {
    border: 1px solid #a9a9a9;
    margin-bottom: 20px;
    overflow: auto;
    padding: 5px;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}
.product-filter {
    border-bottom: 1px solid #EEEEEE;
    overflow: auto;
    background:#EFEFEF;
    padding:5px 10px 10px 10px;
    font-size: 1.2em;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.product-filter .display {
    color: #333333;
    float: left;
    margin-right: 15px;
    padding-top: 4px;
}
.product-filter .display a {
    font-weight: bold;
}
.product-filter .sort {
    color: #333333;
    float: right;
}
.product-filter .limit {
    color: #333333;
    float: right;
    margin-left: 15px;
}
.product-compare {
    font-weight: bold;
    margin-bottom: 25px;
    padding:10px 10px;
    font-size:1.2em;
}
.product-compare a {
    font-weight: bold;
    text-decoration: none;
}
.product-list > div {
    margin-bottom: 15px;
    overflow: auto;
}
.product-list .right {
    float: right;
    margin-left: 40px;
}
.product-list > div + div {
    border-top: 1px solid #EEEEEE;
    padding-top: 16px;
}
.product-list .image {
    float: left;
    margin-right: 30px;
}
.product-list .image img {
    border: 1px solid #a9a9a9;
    padding: 3px;
}
.product-list .name {
}
.product-list .name a {
    color: #38B0E3;
    font-weight: bold;
    text-decoration: none;
    font-size:1.5em;
    text-align: center;
}
.product-list .description {
    color: #646161;
    line-height: 15px;
    margin-bottom: 5px;
    margin-top: 4px;
    font-size:1.3em;
    width: 580px;
    text-align:justify;
}
.product-list .rating {
    color: #7B7B7B;
}
.product-list .price {
    color: #333333;
    float: right;
    font-size: 12px;
    height: 50px;
    margin-left: 8px;
    text-align: right;
}
.product-list .price-old {
    color: #FF0000;
    text-decoration: line-through;
}
.product-list .price-new {
    font-weight: bold;
}
.product-list .price-tax {
    color: #BBBBBB;
    font-size: 12px;
    font-weight: normal;
}
.product-list .cart {
    margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
    margin-bottom: 3px;
}
.product-list .wishlist a {
    background: url("/catalog/view/theme/secolarm/img/add.png") no-repeat scroll left center transparent;
    color: #333333;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}
.product-list .compare a {
    display: block;
    background:url('/catalog/view/theme/secolarm/img/compareSm.gif') center no-repeat;
    width:188px;
    height:36px;
    font-size: 0;
}
.product-grid {
    overflow: auto;
    width: 100%;
}
.product-grid > div {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 20px;
    vertical-align: top;
    width: 130px;
    height: 210px;
    padding:15px;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a9a9a9;
}
#column-left + #column-right + #content .product-grid > div {
    width: 125px;
}
.product-grid .image,.product-grid .image a{
    display: block;
    margin-bottom: 0;
    text-align: center;
}
.product-grid .image img {
    border: 0px solid #a9a9a9;
}
.product-grid .name a {
    color: #646161;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
}
.product-grid .description {
    display: none;
}
.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}
.product-grid .name {
    margin: 20px 0;
    height: 60px;
}
.product-grid .price {
    color: #333333;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}
.product-grid .price-old {
    color: #FF0000;
    text-decoration: line-through;
}
.product-grid .price-new {
    font-weight: bold;
}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .cart {
    margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 3px;
}
.product-grid .wishlist a {
    background: url("/catalog/view/theme/secolarm/img/add.png") no-repeat scroll left center transparent;
    color: #333333;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}
.compare a {
    display: block;
    background:url('/catalog/view/theme/secolarm/img/compareSm.png') center no-repeat;
    width:91px;
    height:19px;
    font-size: 0;
    margin:0 auto;
}

.product-info {
    margin-bottom: 20px;
    overflow: auto;
}
.product-info.left{
    border:1px solid #a9a9a9;
    padding:15px 10px;
    width:228px !important;
}
.certifications{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #a9a9a9;
}
.downloads-left{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #a9a9a9;
    font-size:12px;
}
.product-info > .left {
    float: left;
    margin-right: 15px;
}
.product-info > .left + .right {
    margin-left: 265px;
}
.product-info .image {
    border: 1px solid #a9a9a9;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.product-info .image-additional {
    clear: both;
    margin-left: -10px;
    overflow: hidden;
    width: 260px;
}
.product-info .image-additional img {
    border: 1px solid #a9a9a9;
}
.product-info .image-additional a {
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}
.product-info .description {
    border-bottom: 1px solid #a9a9a9;
    border-top: 1px solid #a9a9a9;
    color: #4D4D4D;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 5px 5px 10px;
    font-size:13px;
}
.product-info .description table{
    float:none !important;
    background: #efefef;
}
.product-info .description table caption{
    text-align: left;
    font-size:1.1em;
}
.product-info .description table caption p{
    margin-left: 0 !important;
}
.product-info .description table p{
    font-size:1em !important;
    margin:5px !important;

}
.product-info .description span {
    /*color: #38B0E3;*/
}
.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
}
.modelTitle{
    margin-bottom:10px;
}
.product-info .price {
    border-bottom: 1px solid #a9a9a9;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: auto;
    padding: 0 5px 10px;
}
.tags{
    font-size:12px;
    margin-top:10px;
}
.product-info .price-old {
    color: #FF0000;
    text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
}
.product-info .price .reward {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
}
.product-info .price .discount {
    color: #4D4D4D;
    font-size: 12px;
    font-weight: normal;
}
.product-info .options {
    border-bottom: 1px solid #a9a9a9;
    color: #000000;
    margin-bottom: 10px;
    padding: 0 5px 10px;
}
.product-info .option-image {
    margin-bottom: 10px;
    margin-top: 3px;
}
.product-info .option-image label {
    display: block;
    height: 100%;
    width: 100%;
}
.product-info .option-image img {
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin-right: 5px;
}
.product-info .cart {
    border-bottom: 1px solid #a9a9a9;
    color: #4D4D4D;
    margin-bottom: 20px;
    overflow: auto;
    padding: 0 5px 10px;
}
.product-info .cart div {
    float: left;
    vertical-align: middle;
}
.product-info .cart div > span {
    color: #999999;
    display: block;
    padding-top: 7px;
}
.product-info .cart .minimum {
    clear: both;
    color: #999999;
    font-size: 11px;
    padding-top: 5px;
}
.product-info .review {
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    border-top: 1px solid #a9a9a9;
    color: #4D4D4D;
    margin-bottom: 10px;
}
.product-info .review > div {
    border-bottom: 1px solid #a9a9a9;
    line-height: 20px;
    padding: 8px;
}
.product-info .review > div > span {
    color: #38B0E3;
}
.product-info .review .share {
    line-height: normal;
    overflow: auto;
}
.product-info .review .share a {
    text-decoration: none;
}
.review-list {
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
}
.review-list .author {
    float: left;
    margin-bottom: 20px;
}
.review-list .rating {
    float: right;
    margin-bottom: 20px;
}
.review-list .text {
    clear: both;
}
.attribute {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}
.attribute thead td, .attribute thead tr td:first-child {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.attribute td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    color: #4D4D4D;
    padding: 7px;
    text-align: center;
    vertical-align: top;
    background:white;
}
.compare-info {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
    font-size:12px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.compare-info td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    color: #4D4D4D;
    padding: 7px;
    text-align: center;
    vertical-align: top;
    width: 150px;
}
.compare-info .name a {
    font-weight: bold;
}
.compare-info .price-old {
    color: #FF0000;
    font-weight: bold;
    text-decoration: line-through;
}
.compare-info .price-new {
    font-weight: bold;
}
.wishlist-info table {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}
.wishlist-info td {
    padding: 7px;
}
.wishlist-info thead td {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    color: #4D4D4D;
    font-weight: bold;
}
.wishlist-info thead .image {
    text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}
.wishlist-info tbody td {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
    text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}
.wishlist-info tbody .price s {
    color: #FF0000;
}
.wishlist-info tbody .action img {
    cursor: pointer;
}
.login-content {
    margin-bottom: 20px;
    overflow: auto;
}
.login-content .left {
    float: left;
    width: 48%;
}
.login-content .right {
    float: right;
    width: 48%;
}
.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}
.order-list {
    margin-bottom: 10px;
}
.order-list .order-id {
    float: left;
    margin-bottom: 2px;
    width: 49%;
}
.order-list .order-status {
    float: right;
    margin-bottom: 2px;
    text-align: right;
    width: 49%;
}
.order-list .order-content {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
.order-detail {
    background: none repeat scroll 0 0 #EFEFEF;
    font-weight: bold;
}
.return-list {
    margin-bottom: 10px;
}
.return-list .return-id {
    float: left;
    margin-bottom: 2px;
    width: 49%;
}
.return-list .return-status {
    float: right;
    margin-bottom: 2px;
    text-align: right;
    width: 49%;
}
.return-list .return-content {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-info {
    text-align: right;
}
.return-product {
    margin-bottom: 20px;
    overflow: auto;
}
.return-name {
    float: left;
    margin-right: 15px;
    width: 31%;
}
.return-model {
    float: left;
    margin-right: 15px;
    width: 31%;
}
.return-quantity {
    float: left;
    width: 31%;
}
.return-detail {
    margin-bottom: 20px;
    overflow: auto;
}
.return-reason {
    float: left;
    margin-right: 15px;
    width: 31%;
}
.return-opened {
    float: left;
    margin-right: 15px;
    width: 31%;
}
.return-opened textarea {
    vertical-align: top;
    width: 98%;
}
.return-captcha {
    float: left;
}
.download-list {
    margin-bottom: 10px;
}
.download-list .download-id {
    float: left;
    margin-bottom: 2px;
    width: 49%;
}
.download-list .download-status {
    float: right;
    margin-bottom: 2px;
    text-align: right;
    width: 49%;
}
.download-list .download-content {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info {
    text-align: right;
}
.cart-info table {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 15px;
    width: 100%;
}
.cart-info td {
    padding: 7px;
}
.cart-info thead td {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    color: #4D4D4D;
    font-weight: bold;
}
.cart-info thead .image {
    text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
    text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
    text-align: right;
}
.cart-info tbody td {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
.cart-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
    text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left;
}
.cart-info tbody .quantity input[type="image"], .cart-info tbody .quantity img {
    cursor: pointer;
    position: relative;
    top: 4px;
}
.cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}
.cart-info tbody span.stock {
    color: #FF0000;
    font-weight: bold;
}
.cart-module > div {
    display: none;
}
.cart-total {
    border-top: 1px solid #DDDDDD;
    margin-bottom: 15px;
    overflow: auto;
    padding-top: 8px;
}
.cart-total table {
    float: right;
}
.cart-total td {
    padding: 3px;
    text-align: right;
}
.checkout-heading {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #a9a9a9;
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px;
}
.checkout-heading a {
    float: right;
    font-weight: normal;
    margin-top: 1px;
    text-decoration: none;
}
.checkout-content {
    display: none;
    overflow: auto;
    padding: 0 0 15px;
}
.checkout-content .left {
    float: left;
    width: 48%;
}
.checkout-content .right {
    float: right;
    width: 48%;
}
.checkout-content .buttons {
    clear: both;
}
.checkout-product table {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}
.checkout-product td {
    padding: 7px;
}
.checkout-product thead td {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    color: #4D4D4D;
    font-weight: bold;
}
.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}
.checkout-product tbody td {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}
.checkout-product tfoot td {
    border-bottom: 1px solid #DDDDDD;
    text-align: right;
}
.contact-info {
    overflow: auto;
}
.contact-info .left {
    float: left;
    width: 48%;
}
.contact-info .right {
    float: left;
    width: 48%;
}
.sitemap-info {
    margin-bottom: 40px;
    overflow: auto;
}
.sitemap-info .left {
    float: left;
    width: 48%;
}
.sitemap-info .right {
    float: left;
    width: 48%;
}

/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */
.slideshow{
    width:590px;
}
/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
}
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:8;
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position:relative;
    z-index:9;
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}
/* slider theme */

.slideshow .nivoSlider {
    position: relative;
    background: #fff url('../image/loading.gif') no-repeat 50% 50%;
    width:590px;
}
.slideshow .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width:590px;
    height:280px;

}
.slideshow .nivoSlider a {
    border: 0;
    display: block;
    width:590px;
    height:280px;
    overflow: hidden;
}
.slideshow .nivo-controlNav {
    position: absolute;
    right: 10px;
    bottom: 5px;
    text-align: center;
    height: 22px;
    z-index: 99;
}
.slideshow .nivo-controlNav a {
    vertical-align: top;
    display: block;
    width: 22px;
    height: 22px;
    background: url('../image/bullets.png') no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.slideshow .nivo-controlNav a.active {
    background-position:0 -22px;
}
.slideshow .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url('../image/arrows.png') no-repeat;
    text-indent:-9999px;
    border:0;
}
.slideshow a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
.slideshow a.nivo-prevNav {
    left:15px;
}
.slideshow .nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.slideshow .nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}

.jcarousel-skin-opencart .jcarousel-container {
    background: #FFF;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-skin-opencart .jcarousel-container-horizontal {
    padding: 0px 40px;
}
.jcarousel-skin-opencart .jcarousel-clip {
    overflow: hidden;
    width: 100%;
}
.jcarousel-skin-opencart .jcarousel-clip-horizontal {
}
.jcarousel-skin-opencart .jcarousel-item {
    text-align: center;
}
.jcarousel-skin-opencart .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}
.jcarousel-skin-opencart .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-opencart .jcarousel-next-horizontal {
    position: absolute;
    top: 23px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url('../image/button-next.png') center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background: url('../image/button-previous.png') center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-next-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: none;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal {
    position: absolute;
    top: 23px;
    left: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url('../image/button-previous.png') center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0px;
    background: url('../image/button-next.png') center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: none;
}


@media print {
    a[href]:after {
        content: none !important;
    }
}