/*
Theme Name: arcticzymes
Author: VvV
*/

/* clearing styles*/
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;

}

:focus {
	outline: 0;
}
body {
	line-height: 1.2;
	vertical-align:top;
	font-size:16px;
	color:#58585A;
	background:#fff url(images/bg-helix.gif) center 0 repeat-x;
	font-family:Verdana,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html, body{
	height:100%;
	font-size:16px;
}

ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*  end clearing styles*/

a {
	color:#58585A;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	color:#1B6E7C;
}


sub{
       vertical-align:sub;
}

sup{
      vertical-align:super;
}


p{
	margin:0 0 5px 0;
	line-height:1.2;
}

strong, b{
	font-weight:bold
}

em{
	font-style:italic;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
.clearfix {display: block;}
/* End hide from IE5/Mac */

.contentColumn ol li{
	padding:5px 0;
	list-style-position:inside;
	list-style-type:decimal;
}

.contentColumn ul{
	list-style-type:disc;
	margin-left:19px;
}

.contentColumn h2{
	font-size:15px;
	font-weight:bold;
	padding:0 0 10px;
}

.contentColumn h3{
	font-size:13px;
	font-weight:bold;
	padding:5px 0;
}

/* form elements styles */
select, input {
	line-height:14px;
	font-size:12px;
	height:14px;
	margin:0px;
	border:1px solid #C4C2C1;
	border-top-color:#848585;
	border-bottom-color:#fff;
	display:inline-block;
	padding:1px;
}

input[type="hidden"]{
	margin:0px !important;
	padding:0px !important;
	display:none !important;
}

select{
	height:auto !important;
	padding:1px !important;
	line-height:auto !important;
}

/* opera height hack */
*|html[xmlns*=""] select {
	height: 22px !important;
}

*|html[xmlns*=""] input[type="checkbox"] {
	height: auto !important;
	margin-top:2px !important;
}

#wrapper{
	margin:0 auto;
	padding:0;
	width:941px;
	position:relative;
	overflow:hidden;
        min-height:740px;
}

#header, #mainMenu, #contentHolder, #footer,
.carouselShadow, .carouselHolder, .carouselHolder .item,
.carouselHolder .itemText, .carouselNews,
.carouselNews a, .block, .column-3, .dash, .leftColumn,
.rightColumn, .contentColumn, #sideMenu, #sideMenu  li,
#sideMenu .submenu, .footHolder, .contentColumn form, .contentColumn form p{
	position:relative;
	width:100%;
	overflow:hidden;
}


.contentColumn form{
     width:380px;
     background:#e6edef;
     padding:30px;
}

#contentHolder .contentColumn form p{
    padding:5px 0 5px;
}

.contentColumn form label{
    width:120px;
    float:left;
    padding-right:5px;
    color:#58585a;
    font-size:13px;
    font-weight:bold;
}

.contentColumn form input, 
.contentColumn form select,
.contentColumn form textarea,
.contentColumn form span{
    width:245px;
    float:left;
    border:1px solid #a5acb2;
    color:#58585a;
}

.contentColumn form span{
    border:0px;
}

.contentColumn form span span, .wpcf7-validation-errors{
    color:#ff0000;
}

.contentColumn form label input{
    width:auto;
    disaply:inline-block;
    float:none;
}

.contentColumn form .auto{
    width:auto;
}

.contentColumn form .short{
    width:120px;
}

.contentColumn form .submit{
    float:right;
    width:65px;
    height:22px;
    cursor:pointer;
    border:0px;
    color:#fff;
    background:#48b2c5 url(images/arrowWhite.png) 45px 4px no-repeat;
    font-size:15px;
    line-height:22px;
    padding:1px 23px 3px 8px;
}

*:first-child+html .contentColumn form .submit{
    background-position:45px 5px; 
}

.contentColumn form .submit:hover{
    color:#1B6E7C;
    background-image:url(images/arrowD.png);
}

#header{
	height:135px;
}

#logo{
	display:block;
	width:280px;
	height:82px;
	position:relative;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat;
}

.tableHolder {
    display: table;
    width: 100%;
    background:url(images/sepMenu.png) right 0 no-repeat;
}

#mainMenu{    
    display:table-row;
    padding-top:1px;
    overflow: visible;
}

#mainMenu li{
    display:table-cell;
    padding:0px;  
}

#mainMenu .sep {
     background:url(images/sepMenu.png) -1px 0 no-repeat;
     display: block;
     padding-left: 1px;
}

#mainMenu span {
	cursor: pointer
}

#mainMenu a{
	font-size:0.9375em;
	color:#fff;
	text-transform:uppercase;
	display: block;
	line-height:30px;
	height:40px;
	padding:0 0 0 6px;
	background:none;
        position: relative;
        top:-4px;
}

*:first-child+html .tableHolder {
    float: left;
    width: auto;
}

*:first-child+html #mainMenu{
    display: block;
}

*:first-child+html #mainMenu li{
    display: block;
    float: left;
}

#mainMenu a > span {
    display: block;
    padding:4px 39px 0 32px;
    height: 36px;
    text-align: center;
    position: relative;
    left: 1px;
}

#mainMenu a .pic {
    display: block;
    padding: 0;
}

#mainMenu .order > span {
    padding:4px 34px 0 26px;
}

#mainMenu .order .pic {
    padding-left: 28px;
    background:url(images/cube.png) 0 center no-repeat;
}

#mainMenu a:hover, #mainMenu .active{
    text-decoration:none;
    background:url(images/actMenu.png) 0 0 no-repeat;
    color:#fff;
}

#mainMenu a:hover span, #mainMenu .active span {
     background:url(images/actMenu.png) 100% -40px no-repeat;
}

#mainMenu .last{
	padding-right:0;
}

.carouselShadow{
	padding-bottom:6px;
	background:url(images/shadowFront.jpg) left bottom no-repeat;
	width:939px;
}

.carouselHolder{
	width:625px;
	height:350px;
	float:left;
}

.carouselHolder .innerHolder{
	position:absolute;
	width:20000px;
	height:350px;
	z-index:4;
	background:url(images/pic_11.jpg) no-repeat;
}

.carouselHolder .item{
	float:left;
	width:625px;
	height:350px;
}

.carouselHolder .itemText{
	width:150px;
	height:350px;
	padding:44px 30px 0;
	position:absolute;
	left:30px;
	top:0px;
	color:#025973;
	font-size:17px;
	height:276px;
	background:url(images/transWhite.png);
}

.carouselHolder .item a, .carouselHolder .item a:hover {
    background: none;
    display: block;
    padding: 0;
}

.carouselHolder .itemText{
	background:#fff\9
}

.carouselHolder .itemText p{
	color:#025973;
}

#contentHolder{
	margin-bottom:3px;
}

#contentHolder .carouselHolder p{
	line-height:24px;
	padding:0px;
	font-size:16px;
}

.carouselHolder .carouselNav{
	position:absolute;
	height:23px;
	padding-top:7px;
	z-index:10;
	bottom:0px;
	left:0px;
	text-align:center;
	width:625px;
	background:url(images/transBlue.png);
}

.carouselNav a, .carouselNav .index:hover{
	display:inline-block;
	overflow:hidden;
	position:relative;
	width:1px;
    text-indent:20px;
    padding-left:15px;
	line-height:16px;
	height:16px;
	margin:0 0 0 -2px;
	background:url(images/carouselButton.png) 0 0 no-repeat;
}

.carouselNav .prev, .carouselNav .next, .carouselNav .next:hover{
	width:3px;
	margin-right:8px;
	background:url(images/arrowWhiteBig.png) 0 0 no-repeat;
}

.carouselNav .next, .carouselNav .next:hover{
	margin:0 0 0 2px;
}

.carouselNav .prev, .carouselNav .prev:hover, .carouselNav .active, .carouselNav .active:hover{
	background-position:0 -17px;
}

.carouselNews{
	float:right;
	width:313px;
	
}

.carouselNews a{
	display:block;
	height:175px;
	padding-left:0px;
	background:none;
	margin-bottom:2px;
}

.carouselNews a:hover, .carouselNews  a:hover .newsHeader .whiteArrow{
	text-decoration:none;
	color:#1B6E7C;
}

.carouselNews a:hover{
    background-image:none;
}

.carouselNews .last{
	margin-bottom:0px;
	height:173px;
}

.carouselNews .first{
	height:175px;
	margin-bottom:1px;
}

.carouselNews .newsHeader{
	position:absolute;
	background:url(images/transBrown.png);
	bottom:0px;
	left:0px;
	padding:10px 22px;
	width:269px;
	color:#fff;
	font-size:13px;
	line-height:18px;
	cursor:pointer;
}
.carouselNews span.newsHeader em{font-style:normal; font-weight:bold;}
.carouselNews .newsHeader:hover{
	color:#321e1b;
} 


.carouselNews .first .newsHeader{
	top:0px;
	bottom:auto;
}

.whiteArrow, .carouselNews .newsHeader .whiteArrow{
	display:inline-block;
	width:16px;
	height:14px;
	background:url(images/arrowWhite.png) 0 1px no-repeat;
	padding-right:5px;
}

.carouselNews .newsHeader:hover .whiteArrow{
	background-image:url(images/arrowBrown.png);
}

#frontMultiNews{background:url(images/bg-block.gif) 626px top repeat-y; overflow:hidden; display:block; padding:18px 0 51px 0; min-height:200px;}


.column-3{
	float:left;
	width:255px;
	padding:0 28px 1000px 30px;
	background:url(images/devLine.jpg) left 10px no-repeat;
	margin-bottom:-1000px;
}
.column-news{
	float:left;
	width:269px;
	padding:0 22px 1000px 22px;
	margin-bottom:-1000px;
}
.arrow, a{
	display:inline-block;
	padding-left:21px;
	background:url(images/arrowBlue.png) left 0.2em no-repeat;
}

a.arrow{
	display:inline-block;
}


.simplelink, .simplelink:hover{
       padding-left:0px;
       background:transparent;
       color:#1fa3bb;
}

.simplelink:hover{
      color:#1B6E7C;
}

.arrow:hover{
	text-decoration:none;
	
}

a:hover{
	background-image:url(images/arrowD.png);
}

#contentHolder p, #contentHolder ul, #contentHolder ol, .rightColumn .dash p, .rightColumn .dash ul{
	padding:5px 0 2px;
	font-size:13px;
	line-height:18px;
}

#contentHolder h3{
	font-weight:bold;
	font-size:16px;
	
	padding:5px 0;
}

.rightColumn h3{
	color:#8B7769;
}

.dash{
	padding:7px 0 0 0;
	margin:13px 0 0 0;
	background:url(images/separator.gif) 0 0 repeat-x;
}

#footer{
	text-align:center;
	padding:10px 0;
	color:#939597;
	font-size:10px;
	text-transform:uppercase;
	width:941px;
	margin:0 auto;
}

#footer a{
	padding-left:0px; 
	background:none;
	color:#939597;
}

/*inner pages*/
.leftColumn{
	width:200px;
	padding-right:20px;
	float:left;
}

.contentColumn{
	width:440px;
	float:left;
	padding-top:30px;
}

.rightColumn{
	width:222px;
	float:right;
}

#contentHolder #sideMenu{
	width:170px;
	padding-top:40px;
}

#sideMenu li{
	display:block;
	line-height:16px;
	padding:7px 0 7px;
	background:url(images/sepSideMenu.jpg) 0 bottom no-repeat;
}

#sideMenu .submenu{
	padding:12px 0 0px 0;
	background:url(images/sepSideMenu.jpg) 0 7px no-repeat;
}

#sideMenu .submenu li{
	padding:3px 0 0 0;
	line-height:18px;
	background:none;
}

#sideMenu a{
	display:block;
	font-size:13px;
	color:#1fa3bb;
	background:none;
}

#sideMenu a:hover{
	color:#1B6E7C;
}

#sideMenu .active, #sideMenu .submenu .active{
	background-image:url(images/bulletBlue.jpg);
	background-repeat:no-repeat;
	color:#1B6E7C;
}

#sideMenu .firstLevel{
	width:155px;
	padding-left:15px;
	background-position:1px 5px;
}

#sideMenu .submenu a{
	text-transform:none;
	width:140px;
	padding-left:30px;
	background-position:17px 6px;
        background-image:url(images/buttonBlueLight.jpg);
        background-repeat:no-repeat;
}

.contentColumn .catImg{
	display:block;
	margin-top:-30px;
	margin-bottom:36px;
        width:440px;
}

.contentColumn h1{
	font-size:30px;
	margin:5px 0 15px 0;
	font-weight:normal;
}

.contentColumn h2{
	font-size:18px;
	margin:10px 0 0;
	font-weight:normal;
}

.contentColumn h3{
	font-size:16px;
	margin:5px 0 0;
	font-weight:bold;
}

#contentHolder .contentColumn p{
	padding:8px 0;
}

#contentHolder .rightColumn ul{
	font-size:12px;
	padding-top:3px;
}

.rightColumn .dash{
	margin-top:12px;
	padding-top:12px;
	font-size:13px;
}

.rightColumn{
	padding-top:33px;
}

.rightColumn img{
	margin-bottom:15px;
}

.rightColumn .catImg{
	display:block;
	margin-top:-33px;
	margin-bottom:18px;
}

.mp-form input{
	margin:10px 0 0 0;
	height:16px;
	font-size:13px;
	line-height:20px !important;
	padding:2px !important;
	border-bottom-color:#999;
}

.mp-form .mp_submit{
	height:25px;
	line-height:20px !important;
}

.mainBack{
	background:url(images/body-back.jpg) 0 82px repeat-x;
	position:relative;
	width:100%;
}

.footHolder{
	background:#ebf1f2;
	bottom:-1px;
}

.blueButton, .blueButton:hover, .blueButton > span, 
.greyButton, .greyButton:hover, .greyButton > span{
    display: inline-block;
    height: 31px;
    line-height: 30px;
    color: #fff;
    padding: 0 0 0 6px;
    font-size: 15px;
    background: url(images/blueButton.png) 0 -31px no-repeat;
    position: relative;
	white-space: nowrap;
}

.blueButton:hover, .greyButton:hover {
    background-position: 0 -93px;
}

.greyButton, .greyButton:hover, .greyButton > span {
    background-image: url(images/greyButton.png);
}

.blueButton > span, .greyButton > span {
    padding: 0 18px 0 12px;
    background-position: 100% 0;
    margin: 0;
}

.blueButton:hover > span, .greyButton:hover > span {
    background-position: 100% -62px;
}

.blueButton .arr, .greyButton .arr {
    background: url(images/arrowWhite.png) 0 8px no-repeat;
    display: inline-block;
    width: 14px;
    height: 31px;
}


#contentHolder .contentColumn .devided {
    padding: 16px 0 24px;
}

.contentColumn.wide {
    width: 720px;
}

.productList {
    margin: 0 0 10px;
    padding-top: 16px;
}

.productList table {
    width: 100%;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 20px;
    border: 0;
    border-collapse: collapse;
}

.productList table th {
    background-color: #0088a5;
    color: #fff;
    text-align: right;
    padding: 7px 10px 10px 10px;
    font-weight: bold;
    line-height: 13px;
}

.productList td {
    padding: 5px 10px 5px 0;
    text-align: right;
    color: #58585a;
    background: #d8e4e7;
}

.productList tr td:first-child {
    text-align: left;
    padding-left: 20px;
}

.productList table .white td {
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 19px 5px;
    text-align: left;
}

.productList table .light td {
    background-color: #e6edef;
}

.productList table .first {
    width: 23%;
}

.productList table .second {
    width: 14%;
}

.productList table .third {
    width: 14%;
}

.productList table .fourth {
    width: 10%;
}

.productList table .fifth {
    width: 11%;
}

.productList table .sixth {
    width: 18%;
}

.productList table .seventh {
    width: 10%;
}

.productList .left, #summaryForm .left {
    float: left;
}

.productList .right, #summaryForm .right {
    float: right;
}

.contentColumn .shopForm {
    width: auto;
    background: transparent;
    padding: 0;
}

.contentColumn form .greyButton span, .contentColumn form .blueButton span {
    float: none;
    width: auto;
    color: #fff;
}

.greyBackground {
    background: #E6EDEF;
    padding: 17px 30px;
    width: 660px;
    overflow: hidden;
}

.greyBackground form, #summaryForm, #submitForm {
    padding: 0;
    width: auto;
    background: transparent;
}

.greyBackground form input[type=text], #summaryForm  input[type=text], #submitForm  input[type=text] {
    float: none; 
    display: inline-block;
    width: 204px;
    padding: 3px 4px;
    position: relative;
}

#summaryForm .greyBackground {
    padding-bottom: 30px;
    margin-bottom: 28px;
}

.greyBackground form input.short[type="text"], #summaryForm input.short[type="text"], 
#submitForm input.short[type="text"] {
    width: 63px;
}

.greyBackground form input.medium[type="text"], #summaryForm input.medium[type="text"], 
#submitForm input.medium[type="text"] {
    width: 115px;
}

#summaryForm {
    margin: 32px 0 0;
}

#submitForm {
    margin: 22px 0 0;
}

#contentHolder .contentColumn #submitForm p {
    padding: 0;
    margin-bottom: 1px;
    font-size: 12px;
}

#contentHolder #summaryForm h3, #contentHolder #submitForm h3 {
    font-size: 14px;
    margin-bottom: 6px;
}

#contentHolder #summaryForm > h3, #contentHolder #submitForm > h3 {
    font-size: 16px;
    margin: 20px 0 -5px;
}

#summaryForm label {
    font-weight: normal;
    margin-top: 3px;
    width: 75px;
    font-size: 11px;
    line-height: 15px;
}

#summaryForm label.radioHolder {
    width: auto;
    float: none;
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    position: relative;
}

#summaryForm label.radioHolder > input {
    position: absolute;
    bottom: 2px;
    left: 3px;
	border: 0;
}

#summaryForm > .productList table .first,
#submitForm > .productList table .first{
    width: 25%;
}

#summaryForm > .productList table .third,
#submitForm > .productList table .third{
    width: 13%;
}

#summaryForm > .productList table .fourth,
#submitForm > .productList table .fourth{
    width: 17%;
}

#summaryForm > .productList table .fifth,
#submitForm > .productList table .fifth{
    width: 11%;
}

#summaryForm > .productList table .sixth,
#submitForm > .productList table .sixth{
    width: 20%;
}

.productList.summary tr td {
    padding-right: 20px;
}

.productList.summary tr > td.last {
    padding-right: 51px;
}

.productList.summary tr > th.last {
    padding-right: 50px;
}

.productList.summary th > span.cur {
    display: block;
    float: right;
    margin: 5px 7px 0 6px;
    color: #fff;
    width: auto;
}

.productList table td.empty {
    padding: 0;
}

.productList table .total > td {
    border-top: 1px solid #fff;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.productList table .total > td:first-child {
    text-align: right;
}

.greyBackground .clearfix, #summaryForm  .clearfix, #submitForm  .clearfix {
    margin: 0 0 8px;
    position: relative;
}

.greyBackground .left {
    float: left;
}

.greyBackground .right {
    float: right;
}

.greyBackground .left, .greyBackground .right {
    width: 45%;
}

.clearfix .error {
    padding: 3px 3px 3px 1px;
    font-size: 12px;
    clear: both;
    margin: 4px 0 0 81px;
    font-weight: bold;
    color: #f00;
}

#currencySelectShop {
    width: 40px;
    float: right;
    margin: 3px 0 0 5px;
}

.contentColumn .quantityHolder select{
    width:50px; 
    float: none;
}

.productList table .quantityHolder.selected {
    background: #9e816d;
}

.productList td.priceHolder {
    padding-right: 35px;
}

a.arrowBack {
    background: url('images/arrowBack.png') 0 4px no-repeat;
    color: #1FA3BB;
}

a.arrowBack:hover {
    background-position: 0 -68px;
    color: #1B6E7C;
}

.greyButton span > .whiteArrow {
        position: relative;
	top: 1px;
	line-height: 12px;
        padding: 0 5px;
        height: 14px;
	left: 0px;
	margin: 0 -6px 0 4px;
	display: inline;
}

*:first-child+html  .greyButton span > .whiteArrow {
	top: 0;
	line-height: 12px;
	left: 4px;
	position: relative;
	margin: 0 -6px 0 4px;
	display: inline;
}
