html {
    overflow-y: scroll;
    height: 100%;
}
.form .input {
	float:none;
}
.form.validateForm .input input {
	width: 333px;
}
label {
	display: block;
	font-weight: bold;
}
.text-center {
	text-align: center;
}
.hide {
	display: none!important;
}
label.error {
  color: orange;
  font-weight: normal;
}
input.error {
  border-color: orange!important;
}
.row .input input {
  width: 159px!important;
}
.row .input {
  width: 50%;
  float: left;
}
.form.validateForm {
  background: transparent;
	  padding: 0;
}
body {
    background: #ffffff;
    height: 100%;
    min-width: 1060px;
}
.fieldsblok {
	float: left;
	margin-right: 5px;
}
.btn {
	margin-top:10px;
	padding: 5px 10px!important;
}
.btn.button-green {
    margin-top: 10px;
    padding: 10px 15px!important;
    font-size: 18px!important;
}

.service-tabs .tab-content {
    padding: 10px;
    border: 1px solid #cecece;
    border-top: 0;
}
.service-tabs #nav-tertiary a.here {
    color: #ffffff;
    background: #0F2F71;
}
.service-tabs #nav-tertiary a,
.service-tabs #nav-tertiary {
    background: #E6E6E6;
}

.service-tabs .input input {
    width: 340px;
    margin-right: 20px;
}
.service-tabs .form .input {
    float: left;
}
.service-tabs .form .input.textarea {
    float: none;
}

header,
hgroup,
nav,
section,
article,
aside,
footer {
    display: block;
}

.container {
    width: 1020px!important;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    /*min-height: 100%;
    overflow: hidden;*/
}

p {
    line-height: 20px;
}

/* Header. */

#header {
    height: 98px;
    color: #000000;
}

#header h1 {
	position: relative;
	display: inline-block;
	top: 18px;
}

#header h2 {
    position: absolute;
    top: 77px;
    left: 140px;
    color: white;
}

#header a {
    color: white;
}
small {
	font-size: 85%!important;
}

/* Account tools. */

#call-to-action {
    position: relative;
    top: 27px;
    font-size: 19px;
    text-align: right;
    /*line-height: 25px;*/
    display: inline-block;
    /*width: 29%;*/
    float: right;
    color: #268a16;
    font-weight: 600;
}
#call-to-action small {
    font-size: 85%!important;
    color: #000;
    font-weight: normal;
}
#call-to-action.text {
	text-align: center;
	width: 25%;
	margin: auto;
	margin-right: 10px;
	color: #0F2F71;
	font-weight: bold;
}
#call-to-action span {
    font-size: 18px;
	color: #0F2F72;
    font-weight: 600;
}
#call-to-action a {
    font-size: 18px;
	color: #0F2F72!important;
    font-weight: 600;
}

/* Search. */

#search,
#mailing-add {
    border: 1px #ADADAD solid;
    border-radius: 5px;
    height: 27px;
    line-height: 27px;
    box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 2px;
    background: white;
}

#search {
    width: 200px;
    top: 72px;
    right: 20px;
    position: absolute;
    background: white url(icon-search.html) 6px 6px no-repeat;
}

#mailing-add {
    position: relative;
    width: 189px;
}

#search-submit,
#mailing-add-submit {
    width: 22px;
    height: 21px;
    background: #EE6F18 url(search-submit.html) 8px center no-repeat;
    border-radius: 2px;
    border: none;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

#id_q,
#mailing-add-email {
    border: none;
    position: absolute;
    top: 5px;
    left: 3px;
    outline: none;
    background: none
}

#id_q {
    padding: 0 0 0 22px;
    width: 146px;
}

#mailing-add-email {
    padding: 0 0 0 1px;
    width: 187px;
}

.placeholder {
    color: #777;
}


/* Primary nav. */

#nav-primary {
    background: #0b4471;
    z-index: 100;
	position:relative;
}

#nav-primary .container {
    display: table;
    padding: 0;
    width: 1020px;
}

#nav-primary ul {
    margin: 0;
    list-style: none;
    display: table-row;
}

#nav-primary li,
#nav-primary a {
    height: 37px;
    line-height: 36px;
}

#nav-primary li {
    margin: 0;
    padding: 0;
    display: table-cell;
}

#nav-primary a {
    padding: 0 15px;
    color: white;
    display: block;
    text-align: center;
    border-left: 1px #466594 solid;
    font-size: 13px;
}

#nav-primary li:first-child {
    text-align: left;
    width: 75px;
    padding-left: 20px;
}

#nav-primary li.last {
    padding-right: 20px;
}

#nav-primary li:last-child a {
    border-right: 1px #466594 solid;
}

#nav-primary a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08)
}

#nav-primary a.here {
    color: #ffffff;
	background: #466594;
}


/* Content. */

#content {
    background: #FFF;
	position:relative;
	z-index:80;
}

#content-main {
    background: white;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    margin-bottom: 40px;
}

#content-primary,
#content-secondary,
#content-tertiary {
    float: left;
    /*margin: 0 0 45px 0;*/
    position: relative;
    /*min-height: 180px;*/
    padding: 27px 0 0 0;
    z-index: 50;
}

#content-primary {
    width: 700px;
}

#content-primary > header > h1 {
    border-bottom: 1px #cecece solid;
    padding-bottom: 4px;
}

#content-secondary,
#content-tertiary {
    width: 220px;
    padding-top: 40px;
}

#content-secondary {
    margin-right: 20px;
}

#content-tertiary {
    float: right;
    width: 700px;
    padding-top: 10px;
}

#content-tertiary h2.solutions {
    width: 100%;
    border-bottom: 1px dotted #323232;
    color: #323232;
    float: left;
    padding-bottom: 12px;
}

.full-width #content-primary,
.full-width-center #content-primary {
    width: 740px;
}

.full-width-center #content-primary {
    margin-left: 130px;
}

.full-width-center #content-secondary {
    display: none;
}

.full-width #content-tertiary {
    display: none;
}

.landing #content-primary {
    width: 940px;
    margin: 0 0 27px 0;
}

.landing #content-secondary {
    display: none;
}

.landing #content-tertiary {
    display: none;
}

.landing #content-primary > header > h1 {
    display: none;
}


/* Carousel. */

#landing-carousel,
#landing-carousel .slide {
    width:  940px;
    height: 426px;
}

#landing-carousel {
    /*background: black;*/
    margin: 0 0 27px 0;
    overflow: hidden;
    position: relative;
}

#landing-carousel .slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;

    cursor: pointer;
}

#landing-carousel .button {
    position: absolute;
    left: 47px;
    top: 277px;
}

#landing-carousel-nav {
    z-index: 200;
    position: absolute;
    top: 369px;
    left: 0;
    height: 57px;
    font-size: 18px;

    font-family: "Vegur Medium", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

#landing-carousel-nav span {
    width: 298px;
    height: 39px;
    background-color: #b7dff9;
    display: inline-block;
    margin-right: 1px;
    cursor: pointer;
    color: #262626;
    padding-top: 18px;
    padding-left: 14px;
}

#landing-carousel-nav span:hover {
    background-color: #C7E8FF;
}

#landing-carousel-nav span:nth-child(odd) {
    width: 299px;
}

#landing-carousel-nav span:last-child {
    margin-right: 0;
}

#landing-carousel-nav span.here {
    background: #0F2F72;
    color: #b7dff9;
}

#landing-carousel div.slide h1 {
    position: absolute;
    top: 91px;
    left: 48px;
    font-family: "Vegur Medium", sans-serif;
    font-size: 30px;
    color: white;
    text-shadow: -1px 1px 1px #000000;
    letter-spacing: 1px;
}

#landing-carousel div.slide p {
    position: absolute;
    top: 132px;
    left: 48px;
    font-family: "Vegur Regular", sans-serif;
    font-size: 24px;
    color: white;
    text-shadow: -1px 1px 1px #000000;
    width: 480px;
    line-height: 30px;
}

/* Article tickers. */

#article-ticker {
    padding: 0 10px;
    overflow: hidden;
    margin: 0 0 27px 0;
    background: #E9E9E9;
}

#article-ticker h1,
#article-ticker li {
    font-size: 14px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#article-ticker h1 {
    text-transform: uppercase;
    float: left;
    width: 160px;
}

#article-ticker h1 a {
    color: #333;
}

#article-ticker h1 a:hover {
    text-decoration: none;
}

#article-ticker ul {
    float: left;
    width: 720px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#article-ticker-rss {
    float: left;
    width: 40px;
    text-align: right;
    padding: 10px 0 0 0;
}


/* Landing page actions. */

.landing-action {
    float: left;
    display: inline;
    width: 300px;
    background: #E5E5E5;
    margin: 0 0 18px 0;
}

.landing .landing-action {
    margin-right: 20px;
    margin-bottom: 0;
    height: 258px;
}

.landing .landing-action.omega {
    margin-right: 0;
}

.landing-action h1 {
    color: #0B2459;
    line-height: 28px;
    padding: 0 10px;
    margin: 16px 0 5px 8px;
    font-size: 16px;
}

.landing-action h1 a {
    /*color: white;*/
}

.landing-action h1 a:hover {
    border-bottom: 1px solid #0b2459;
}

.landing-action img {
    display: block;
    margin: 0 0 11px 0;
}

.landing-action p {
    margin: 0 10px 9px 18px;
    height: 20px;
    overflow: hidden;
}

.landing-action .call-to-action {
    color: #EE6F18;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    padding: 0 14px 0 0;
    background: url(icon-go.html) right center no-repeat;
}

.landing-action a:hover {
    text-decoration: none;
}

.product-action-image {
    margin: 9px 10px 9px 10px;
    display: block;
}

/* Product landing */
.product-assoc {
    margin: 0 17px 18px 0;
    width: 220px;
    background: white;
    border: 1px solid #E5E5E5;
    color: #0B2459;
}

.product-assoc.omega {
    margin-right: 0;
}

.product-assoc h1 a {
    color: #0F2F71;
}

.metadata_container {
    background-color: #E5E5E5;
    height: 116px;
    padding: 4px 0;
}

.solutions_container section {
    width: 220px;
}

.solutions_container section > a > img {
    width: 220px;
    height: auto;
}


.solution-assoc {
    margin: 0 17px 18px 0;
    width: 220px;
    background: white;
    border: 1px solid #E5E5E5;
    color: #0B2459;
}

.solution-assoc.omega {
    margin-right: 0;
}

.solution-assoc h1 a {
    color: #0F2F71;
}

.solution-assoc .product-action-image {
    margin: 0;
}

.solution-assoc img {
    margin: 0;
}

.solution-assoc .metadata_container, .solution-assoc .metadata_container p {
    height: auto;
}

ul.solution-carousel {
    list-style: none;
    height: 232px;
    margin-bottom: 0;
}

ul.solution-carousel li {
    margin: 0;
}

#solution-detail-summary #prev, #solution-detail-summary #next {
    width: 32px;
    height: 32px;
    background: url(right-arrow.html) no-repeat center center;
    background-color: #033273;
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 100;
    cursor: pointer;

    opacity: 0;

    -webkit-transition:opacity 200ms linear;
    -moz-transition:opacity 200ms linear;
    -o-transition:opacity 200ms linear;
    -ms-transition:opacity 200ms linear;
    transition:opacity 200ms linear;
}

#solution-detail-summary #prev {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    left: 0;
}

#solution-detail-summary #prev.hovered, #solution-detail-summary #next.hovered {
    opacity: 1;
}


/* Sidebar widgets. */

.widget {
    margin: 0 0 18px 0;
    position: relative;
}

.widget h1,
.widget li {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 5px 0 4px 0;
}

.widget ul {
    margin: 0 0 42px;
    padding: 0;
    list-style: none;
}

.widget li {
    border-top: 1px #cecece solid;
}

.widget a {
    display: block;
    color: #333;
    margin: -5px 0 -4px 0;
    padding: 5px 0 4px 0;
}

.widget a:hover {
    background: #f8f8f8;
    text-decoration: none;
}

.widget a.here {
    font-weight: bold;
}

.widget h1 a {
    color: #0F2F71;
}

.widget h1 a:hover {
    background: none;
    text-decoration: underline;
}

.widget article h1 {
    padding: 0;
    font-weight: normal;
}

.widget p {
    margin: 0;
}

.widget .rss {
    position: absolute;
    top: 5px;
    right: 0;
    background: none;
}

.widget .rss:hover {
    background: none;
}

.widget time {
    font-size: 11px;
    font-weight: bold;
    color: #666;
}


/* Article feeds. */

#article-feed li {
    min-height: 50px;
    padding-left: 60px;
    padding-top: 9px;
    padding-bottom: 5px;
    position: relative;
}

#article-feed .entity-thumbnail {
    position: absolute;
    top: 9px;
    left: 0;
}


/* Tertiary navigation. */

#nav-tertiary,
#nav-tertiary-2 {
    height: 35px;
    clear: both;
    border-top: 1px #cecece solid;
    border-bottom: 1px #cecece solid;
    margin: 0;
}

#nav-tertiary ul,
#nav-tertiary-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 47px;
}
#nav-tertiary.homepage li,
#nav-tertiary-2.homepage li {
    height: 45px;	
    float: left;
    text-align: center;
    border: 1px #ccc solid;
    border-right: 0;
    border-bottom: 0;
}
#nav-tertiary.homepage a,
#nav-tertiary-2.homepage a {
    line-height: 35px;
    margin: 0;
    padding: 0;
	
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, rgb(248, 248, 248)), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
    font-size: 16px;
	padding: 5px 30px;
    min-width: 200px;
    border: 0;
    font-weight: 600;
}

#nav-tertiary li,
#nav-tertiary a,
#nav-tertiary-2 li,
#nav-tertiary-2 a {
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
}
#nav-tertiary a,
#nav-tertiary-2 a {
    padding: 0 10px;
    color: #333;
    border-right: 1px #cecece solid;
    background-color: white;
}

#nav-tertiary a:hover,
#nav-tertiary-2 a:hover {
    text-decoration: none;
}

#nav-tertiary li:last-child a,
#nav-tertiary-2 li:last-child a {
    border-right: none;
}

#nav-tertiary.homepage li:last-child a,
#nav-tertiary-2.homepage li:last-child a {
	border-right: 1px #cecece solid;
}

#nav-tertiary li:last-child a.here,
#nav-tertiary a.here,
#nav-tertiary-2 li:last-child a.here,
#nav-tertiary-2 a.here {
    height: 35px;
    font-weight: 600;
    border-right: 1px #cecece solid;
}


/* Tabs. */

.tab-content {
    overflow: hidden;
    height: auto !important;
}

.tab-content section {
    float: left;
    width: 440px;
    display: inline;
    margin: 0 10px 0 0;
}

.tab-content aside {
    float: left;
    width: 280px;
    display: inline;
    margin: 0 0 0 10px;
}

.tab-content h1,
.tab-content .widget h1 {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 5px 0 4px 0;
}

.tab-content .widget li {
    padding-left: 23px;
    background: url(icon-info.png) 4px 8px no-repeat;
}


/* Image grids. */

.image-grid {
    list-style: none;
	margin: 0 -10px;
	overflow: hidden;
}

#featured-products .image-grid li {
    float: left;
    margin: 0 10px 25px 10px;
	padding: 10px;
    width: 148px;
	
    height: auto;
	
    border: 1px #ccc solid;
	position: relative;
}

#featured-products .image-grid h1 {
	width: 148px;
	margin-top: 10px;
}

#featured-products .image-grid p {
	text-align: center;
}

.image-grid li {
    float: left;
    margin: 0 10px 25px 10px;
	padding: 10px;
    width: 211px;
	
    height: auto;
	border: 1px #ccc solid;
	position: relative;
}

.image-grid h1 {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    width: 211px;
    margin: 0;
}

/* Modified image grid for solutions */

.solutions-image-grid li {
    padding: 0;
    border: none;
    height: 318px;
    width: 220px;
}

.solutions-image-grid li h1 {
    position: static;
    top: inherit;
    bottom: inherit;
    text-align: left;
    font-size: 16px;
    padding: 12px;
    float: left;
}

.solutions-image-grid li article > a {
    float: left;
}

.solutions-image-grid li article {
    background-color: #E5E5E5;
    float: left;
    width: 100%;
}

.solutions-image-grid li p.summary {
    padding: 0 12px 12px;
    height: 120px;
    overflow: hidden;
    width: 196px;
}

#solution-detail-summary {
    float: right;
    margin-bottom: 18px;
}

#solution-detail-summary img {
    margin-bottom: 0;
}

#solution-detail-summary-subtext {
    width: 700px;
    height: 90px;
    float: right;
    background-color: #0f2f72;
}

#solution-detail-summary-subtext .standfirst {
    color: #FFF;
    width: 500px;
    margin: 18px;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

#solution-detail-summary-subtext .button {
    margin: 28px;
}

#solution-datasheet {
    float: right;
    margin-top: -50px;
    padding-top: 8px;
    position: absolute;
    right: 0;
    padding-right: 26px;
    background: url(icon-pdf.html) right center no-repeat;
    color: #000;
    font-size: 14px;
}

div.solution-overview section > ul {
    list-style: none;
    float: left;
    margin-top: 28px;
}

div.solution-overview section > ul li {
    border-bottom: 1px #666 dotted;
    padding-bottom: 28px;
    margin-bottom: 28px;
    width: 700px;
    margin-left: 0;
}

div.solution-overview section > ul * {
    float: left;
}

div.solution-overview section > ul li > *:not(img) {
    width: 461px;
    margin-left: 28px;
    font-size: 12px;
}

div.solution-overview section > ul li > h3 {
    color: #1d4986;
    font-size: 14px;
}

div.solution-overview section > ul a, a.orange {
    color: #f06f00;
    font-weight: bold;
}

div.solution-overview section > ul img {
    width: 193px;
    height: auto;
}

.solution-pagination {
    float: left;
    width: 100%;
}


/* Meta information. */

.meta a {
    color: #333;
}


/* Buttons. */

.submit input,
.button {
    display: inline-block;
    background: url(button-bg.html) right 0 repeat-x;
    white-space: nowrap;
    overflow: ellipsis;
    padding: 0 40px 0 20px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    border: none;
}

.submit input:hover,
.button:hover {
    text-decoration: none;
    /*opacity: 0.85;*/
    background: url(button-bg-hover.html) right 0 repeat-x;
}


/* Products. */

#product-detail-summary {
    overflow: hidden;
    position: relative;
    min-height: 207px;
    padding: 0 0 18px 0;
}

#product-detail-summary .button {
    position: absolute;
    bottom: 45px;
    left: 0;
}

#overview .widget {
    margin-bottom: 27px;
}


/* Search item lists. */

#entity-list {
    list-style: none;
    margin: 0 0 9px 0;
}

#entity-list li {
    margin: 0;
    padding: 9px 0 9px 120px;
    position: relative;
    min-height: 98px;
}

#entity-list h1 {
    font-size: 13px;
    line-height: 18px;
    margin: -3px 0 9px 0;
}

#entity-list .entity-thumbnail {
    position: absolute;
    top: 9px;
    left: 0;
    border: 1px #ccc solid;
    padding: 8px 9px;
}

#entity-list .entity-thumbnail img {
    display: block;
}

#entity-list p {
    margin: 0 0 9px 0;
}


/* Pagination .*/

.pagination {
    border-top: 1px #666 dotted;
    padding: 9px 0 0 0;
    position: relative;
    margin: 0 0 18px 0;
}

.pagination .next,
.pagination .prev {
    position: absolute;
    top: 9px;
}

.pagination .next {
    right: 0;
}

.pagination .prev {
    right: 41px;
}


/* Messages. */

#messages {
    list-style: none;
}

#messages li {
    margin: 0 0 9px 0;
    background: #FFFFCC;
    padding: 0 10px;
    line-height: 27px;
}


/* Forms. */

.form {
    display: block;
    background: #E5E5E5;
    padding: 27px 20px 9px 18px;
    margin: 0 0 18px 0;
    border-radius: 5px;
}
#contact .form {
    width: 333px;
    margin: auto;
    text-align: left;
}
.field {
    margin: 0 0 18px 0;
    overflow: hidden;
}

.label {
}
input.errortxt {
	border: 1px red solid !important;
}
.input {
    float: left;
}

.input input,
.input textarea {
    width: 158px;
    border: 1px #ADADAD solid;
    border-radius: 5px;
    box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 2px;
    background: white;
    outline: none;
}

.input input {
    height: 27px;
    line-height: 27px;
    padding: 0 5px;
    margin-bottom: 5px;
    width: 333px;
}

.input textarea {
    padding: 5px;
    height: 100px;
    width: 333px;
}

#footer .input input {
width: 179px;
border: 1px #ADADAD solid;
border-radius: 5px;
box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 2px;
background: white;
outline: none;
margin-bottom: 10px;
}

#DemoForm_Main ul li {
	list-style-type: none;
}

.field-checkbox {
    margin-top: -5px;
    padding-left: 140px; 
}

.field-checkbox input {
    margin-right: 4px;
}

.submit {
    float: left;
    margin: 0 0 0 140px;
}

.errorlist {
    list-style: none;
    margin: 0 0 9px 140px;
}

.errorlist li {
    color: #EE1818;
    margin: 0;
    padding: 0;
}


/* Secure file lists. */

#secure-file-list {
    list-style: none;
}

#secure-file-list li {
    margin: 0 0 18px 0;
}

#secure-file-list h1 {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    margin: 0;
}

#secure-file-list p {
    margin: 0;
}


/* Footer. */

#footer,
#footer a {
    color: white;
}

#footer,
#footer h1 {
    font-size: 11px;
    line-height: 18px
}

#footer {
    height: auto;
    padding: 40px 0 20px;
    overflow: hidden;
    background: url(footer-bg.png);
}

#footer-header {
    float: left;
    width: 180px;
    padding: 0 0 0 20px;
}

#footer-partner {
    position: absolute;
    left: 40px;
    top: 88px;
}

#footer .container {
    background: url(footer-separator-2.png) repeat-x bottom;
    padding-bottom: 20px;
}

#footer .copyright.container {
    background: none;
    padding: 20px 0 0 0;
	text-align: center;
}

#footer section {
    width: 200px;
    padding: 0 20px 0 20px;
    float: left;
    background: url(footer-separator.png) repeat-y right;
}
#footer section.last {
    background: none;
}
#footer section.small {
    width: 146px;
    float: left;
}
#footer section h1 {
    vertical-align: top;
    line-height: 11px;
    padding-bottom: 7px;
    margin-bottom: 9px;
}
.product-footer {
	background: rgb(233, 233, 233) url(pattern-1.png) top repeat;
	margin: -10px;
	padding: 10px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
.product-footer.sale {
	background: #466594 url(pattern-1.png) top repeat;
	margin: -10px;
	padding: 10px;
	border-top: 1px #0b4471 solid;
	border-bottom: 1px #0b4471 solid;
	color: #ffffff!important;
}
#featured-products .image-grid li.sale {
	float: left;
	margin: 0 10px 25px 10px;
	padding: 10px;
	width: 148px;
	height: auto;
	border: 1px #466594 solid;
	position: relative;
}
.header-sale {
	color: #FFFFFF;
	text-transform: uppercase;
	background: #5cb811;
	padding: 2px 5px;
}
.over30days {
	position: absolute;
	top: 5px;
	right: 5px;
}
.bankrepo {
	position: absolute;
	top: 5px;
	right: 5px;
}
.product-footer h1 {
	font-size: 16px;
	margin-bottom: 10px;
}
.product-footer-top {
	margin: -10px;
	padding: 10px;
	border-top: 1px #ccc solid;
	margin-top: 20px;
}
.product-footer-top p {
	font-size: 14px;
	margin-bottom: 15px;
}
.product-footer-top h1 {
	font-size: 16px;
	font-weight: normal;
}
.product-footer-top h1 a {
	color: #333333;
}
#featured-products h1 a {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.brands .product-footer-top {
	border-bottom: 1px #ccc solid;
}
.product-footer p {
	margin: 0;
}
#featured-products  p {
	font-size: 14px;
}
#featured-products .image-grid .product-footer h1 {
	width: 148px;
	font-size: 16px;
	margin-bottom: 10px;
}

.button-green {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border: 1px solid #268a16;
	display:inline-block;
	color:#ffffff!important;
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	padding: 1px 12px;
	text-decoration:none;
	text-shadow: 1px 1px 0px #268a16!important;
}.button-green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
	text-decoration: none;
}.button-green:active {
	position:relative;
	top:1px;
}

.button-gray {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, rgb(248, 248, 248)), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border: 1px solid #dfdfdf;
	display:inline-block;
	color:#333333!important;
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	padding: 1px 12px;
	text-decoration:none;
	text-shadow: 1px 1px 0px #dfdfdf!important;
}.button-gray:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, rgb(248, 248, 248)) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, rgb(248, 248, 248) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='rgb(248, 248, 248)');
	background-color:#dfdfdf;
	text-decoration: none;
}.button-gray:active {
	position:relative;
	top:1px;
}
table.products {
	width: 100%;
	border: 1px #ccc solid;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}
.products td {
	border-right: 1px #ccc solid;
	min-width: 183px;
}
.products article {
	padding: 20px 10px 10px 10px;
	text-align: center;
}
#featured-brands {
	margin-top: 0;
}
#nav-tertiary.homepage {
	border-top: 0;
	height: 46px;
}
#nav-tertiary-2.homepage {
	border-top: 0;
	height: 46px;
}
table.brands {
	width: 100%;
	border: 1px #ccc solid;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-top: 0;
}
.brands td {
	border-right: 1px #ccc solid;
}
.brands article {
	padding: 20px 10px 10px 10px;
	text-align: center;
}

.toggle_title {
	margin: 0;
	line-height: 18px;
	background: url(navplus_sprite.png) no-repeat 100% 8px transparent;
	cursor: pointer;
	clear: both;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px #cecece solid;
	color: #0F2F71;
}
.toggle_active {
	background: url(navplus_sprite.png) no-repeat 100% -29px transparent;
}
.toggle {
	margin-bottom: 20px;
}
.toggle li {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 5px 0 4px 0;
	list-style-type: none;
	border-bottom: 1px #cecece solid;
}
.arrow li:last-child {
	border-bottom: 0;
}
.category h5 {
	font-size: 20px;
	margin-bottom: 27px;
	font-weight: normal;
}
.toggle a:hover {
	background: #f8f8f8;
	text-decoration: none;
}

.toggle a {
	display: block;
	color: #333;
	margin: -5px 0 -4px 0;
	padding: 5px 0 4px 0;
	text-decoration: none;
}
.logos {
	border-top: 1px #ccc solid;
	margin-top: 40px;
}
.logos table {
	width: 100%;
	margin:5px auto!important;
}
.logos table td {
	text-align: center;
}
header.details {
	border-bottom: 1px #cecece solid;
	padding-bottom: 4px;
}
header.details h1 {
	border: 0!important;
	padding-bottom:0!important;
	display: inline-block;
}
div.listing {
    display: inline-block;	
    float: left;
    line-height: 36px;
    font-size: 13px;
}
.clear {
	clear: both;
}
#overview {
	margin-top: 20px;
}
.contact-form {
	width:345px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, rgb(248, 248, 248)), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	padding: 20px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
.contact-from .input {
	width: 320px;
}
/* Data Table
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
table {
border-spacing: 0;
}
.tabs_container .panes {
padding: 10px;
width: 560px;
}
.data-table { width:100%; }
.data-table th,
.data-table td { padding:8px; }
.data-table thead { background:none; border-bottom:1px solid #ccc; }
.data-table thead th { font-weight:bold; white-space:nowrap; vertical-align:middle; font-family:Verdana,Geneva,sans-serif; }
.data-table thead th.wrap { white-space:normal; }

.data-table tr.odd td,
.data-table tr.odd th { border-right:1px solid #ddd;}
.data-table tr.odd td.last { border-right:none; }
.data-table tr.odd.last { border-bottom:#eee solid 1px; }
.data-table tr.even { background-color: rgb(233, 233, 233); }
.data-table tr.even td,
.data-table tr.even th { border-right:1px solid #ddd; }
.data-table tr.even td.last { border-right:none; }
.data-table tbody tr:hover {}
.data-table tbody tr.product-shop-row:hover { background-color:#FFF; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.odd tr.last { border-bottom:#e5e5e5 solid 1px; }
.data-table tbody.even { background-color:#f1f1f1; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {} /*border-bottom-width:1px;*/
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }

/*
=======================================================================
	Pagination Rules
=======================================================================
*/
.pagingbullets {
	width:100%;
	float:left;
	padding:10px 0px;
}
.pagingbullets ul{
	float:right;
	list-style:none;
}
.pagingbullets ul li{
	float:left;
	margin-left:5px;
}
.pagingbullets ul li a.link{
	float:left;
	width:22px;
	height:17px;
	padding-top:3px;
	background-image:url(../images/paging_bg.gif);
	background-repeat:no-repeat;
	background-position:0px -20px;
	text-align:center;
	color:#FFF;
}
.pagingbullets ul li a.link:hover{
	float:left;
	width:22px;
	height:17px;
	padding-top:3px;
	background-image:url(../images/paging_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:center;
	color:#666;
}
.pagingbullets ul li a.selected{
	float:left;
	width:22px;
	height:17px;
	padding-top:3px;
	background-image:url(../images/paging_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:center;
	color:#666;
}
/*
=======================================================================
	Pagination Script Rules
=======================================================================
}*/
.page_navigation,
.page_navigation-2 {
  margin: 0 0 20px 0;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.page_navigation a,
.page_navigation2 a {
  display: inline;
}
.page_navigation  a,
.page_navigation2  a {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none !important;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.page_navigation > a:hover,
.page_navigation2 > a:hover {
  background-color: #f5f5f5;
}
.page_navigation > a.active_page,
.page_navigation2 > a.active_page {
  color: #999999;
  cursor: default;
  background-color: #f5f5f5;
}

.page_navigation > a:first-child,
.page_navigation2 > a:first-child {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.page_navigation > a:last-child,
.page_navigation2 > a:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* Alerts */

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success a {
	color: #468847 !important;
	font-weight: 600;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
#product-detail-summary .contentdiv {
	width:238px !important;
	height:311px !important;
	overflow:hidden !important;
	float: left;
}
#product-detail-summary .contentdiv img{
	width:238px !important;
	height:311px !important;
	overflow:hidden !important;
	float:left;
	margin:00px 0px 0px 0px;
	z-index:1;
}
.big_thumb #slider2{
	width:238px;
	height:311px;
	overflow:hidden !important;
	float:left;
}
.big_thumb #paginate-slider2{
	width:189px !important;
	height:60px;
	overflow:hidden;
	float:left;
	margin:17px 0px 0px 0px;
}
.big_thumb #paginate-slider2 ul{
	width:2000px !important;
}
#product-detail-summary #paginate-slider2 li{
	margin-right:9px;
}
#product-detail-summary #paginate-slider2 li a{
	border:#c2c2c2 solid 1px;
	float:left;
	height:55px !important;
	width:55px !important;
}
#product-detail-summary #paginate-slider2 li a.selected{
	border:#999 solid 1px;
}
#product-detail-summary #paginate-slider2 img{
	float:left;
	height:55px;
	width:55px;
	z-index:1;
}
#product-detail-summary a.prevsmall {
	float:left;
	margin:38px 8px 0px 8px;
}
#product-detail-summary a.nextsmall {
	float:left;
	margin:38px 5px 0px 5px;
}
.zoom {
	background-repeat:no-repeat;
	background-position:top left;
	width:238px;
	height:311px;
	margin:-311px 0px 0px 0px;
	z-index:9;
	font-size:1000px;
	overflow:hidden;
	display:block;
	float:left;
}
.zoom:hover {
	background-image:url(../images/zoom.png);
}
h2.border {
	clear: both;
	border-top: 1px #cecece solid;
	border-bottom: 1px #cecece solid;
	margin: 0 0 20px 0;
	font-size: 16px;
	padding: 5px 0;
}
ul.info li {
	background: url(icon-info.png) 4px 8px no-repeat;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 5px 0 4px 23px;
	list-style-type: none;
}
ul.info.large li {
    font-size: 18px;
    line-height: 24px;
}
hr {
    border: none;
    border-top: 2px #cecece solid!important;
    clear: both;
    margin: 40px 0 40px 0!important;
}
#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #7d7d7d url(img/gradient.html) repeat-x 0 -110px;
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(img/gradient.html) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(img/gradient.html) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(img/gradient.html) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}