/* fonts */

@font-face {
    font-family: 'helveticaNeueUltralight';
    src: url('../fonts/helvneue-ultlt-webfont.eot');
    src: url('../fonts/helvneue-ultlt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvneue-ultlt-webfont.woff') format('woff'),
         url('../fonts/helvneue-ultlt-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaNeueLight';
    src: url('../fonts/helvneue-lt-webfont.eot');
    src: url('../fonts/helvneue-lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvneue-lt-webfont.woff') format('woff'),
         url('../fonts/helvneue-lt-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaNeueThin';
    src: url('../fonts/helvneue-th-webfont.eot');
    src: url('../fonts/helvneue-th-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvneue-th-webfont.woff') format('woff'),
         url('../fonts/helvneue-th-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaNeueRoman';
    src: url('../fonts/helvneue-roman-webfont.eot');
    src: url('../fonts/helvneue-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvneue-roman-webfont.woff') format('woff'),
         url('../fonts/helvneue-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaNeueMedium';
    src: url('../fonts/helvneue-md-webfont.eot');
    src: url('../fonts/helvneue-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvneue-md-webfont.woff') format('woff'),
         url('../fonts/helvneue-md-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaNeueBlack';
    src: url('../fonts/helvneue-blk-webfont.eot');
    src: url('../fonts/helvneue-blk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvneue-blk-webfont.woff') format('woff'),
         url('../fonts/helvneue-blk-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 26, 2014 */


@font-face {
    font-family: 'helveticaNeueUltraLightCondensed';
    src: url('../fonts/helvneue-ultltcn-webfont.eot');
    src: url('../fonts/helvneue-ultltcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvneue-ultltcn-webfont.woff') format('woff'),
         url('../fonts/helvneue-ultltcn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaNeueLightCondensed';
    src: url('../fonts/helvneue-ltcn-webfont.eot');
    src: url('../fonts/helvneue-ltcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvneue-ltcn-webfont.woff') format('woff'),
         url('../fonts/helvneue-ltcn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaNeueThinCondensed';
    src: url('../fonts/helvneue-thcn-webfont.eot');
    src: url('../fonts/helvneue-thcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvneue-thcn-webfont.woff') format('woff'),
         url('../fonts/helvneue-thcn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaNeueRomanCondensed';
    src: url('../fonts/helvneue-cn-webfont.eot');
    src: url('../fonts/helvneue-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvneue-cn-webfont.woff') format('woff'),
         url('../fonts/helvneue-cn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaNeueMediumCondensed';
    src: url('../fonts/helvneue-mdcn-webfont.eot');
    src: url('../fonts/helvneue-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvneue-mdcn-webfont.woff') format('woff'),
         url('../fonts/helvneue-mdcn-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaNeueBlackCondensed';
    src: url('../fonts/helvneue-blkcn-webfont.eot');
    src: url('../fonts/helvneue-blkcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvneue-blkcn-webfont.woff') format('woff'),
         url('../fonts/helvneue-blkcn-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/* general */

html, body {
    margin: 0px;
    padding: 0px;

    font-family: helveticaNeueLight, Arial, Helvetica, Sans-serif;
    font-size: 15px;
    line-height: 21px;
}

body {
    background: #ffffff;
}

form {
    display: block;
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
}

div {
    display: block;
    position: relative;
}

.clear {
    position: static;
    clear: both;
}

td {
    font-family: helveticaNeueLight, Arial, Helvetica, Sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #333333;
}

img {
    border: 0px;
    display: block;
}

h1, span.h1 {
	display: block;
	font-family: helveticaNeueMedium, Arial, Helvetica, Sans-serif;
    font-size: 19px;
    line-height: 23px;
    font-weight: normal;
    margin: 0px 0px 18px 0px;
    padding: 0px;
    color: #000000;
    text-transform: uppercase;
}

h1 a, span.h1 a {
	color: #000000;
	text-decoration: none;
}

hr {
    clear: both;
    width: 100%;
    height: 1px;
    background: #464545 url(../img/bg-divider-white-new.gif) left top repeat-x;
    padding: 0px;
    margin: 0px 0px 18px 0px;
    border: 0px;
    text-align: left;
}

label {
	font-size: 14px;
	line-height: 20px;
}

div.cat-1 h1, div.cat-1 span.h1 {
    color: #333333;
}
div.cat-2 h1, div.cat-2 span.h1 {
    color: #333333;
}
div.cat-3 h1, div.cat-3 span.h1 {
    color: #333333;
}

h2, span.h2 {
	display: block;
	font-family: helveticaNeueMedium, Arial, Helvetica, Sans-serif;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
    margin: 0px 0px 9px 0px;
    padding: 0px;
}

h3, span.h3 {
	display: block;
	font-family: helveticaNeueMedium, Arial, Helvetica, Sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    margin: 0px 0px 8px 0px;
    padding: 0px;
}

h4, span.h4 {
	display: block;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-decoration: underline;
}

a {
	font-family: helveticaNeueRoman, Arial, Helvetica, Sans-serif;
    color: #a8d5d6;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

b, strong {
	font-family: helveticaNeueMedium, Arial, Helvetica, Sans-serif;
	font-weight: bold;
}

/* website */

div#wrapper, div#wrapper-header div.body {
	position: relative;
    width: 980px;
    margin: 0px auto;
    padding: 0px 0px 15px 0px;
    color: #333333;
}

div#wrapper {
	margin-top: 190px;
}

div#wrapper-header {
	width: 100%;
	position: absolute;
	top: 0px;
}

/* header */

div#header {
	clear: both;
    width: 980px;
    height: 130px;
    background: #e4eef1 url(../img/bg-header-divider.gif) left top repeat-x;
    overflow: hidden;
    margin-top: 0px;
}

a#header-logo {
    width: 701px;
    height: 115px;
    float: left;
    margin: 12px 0px 0px 0px;
    padding: 0px;
    background: url(../img/logo-fresh.png) left top no-repeat;
    overflow: hidden;
}

a#header-logo h1, a#header-logo span.h1 {
	margin-top: 115px;
    margin-left: 600px;
}

div#header-flags {
    float: right;
    height: 30px;
}

div#header-flags a {
    float: left;
    width: 30px;
    height: 30px;
    display: block;
	font-family: helveticaNeueLight, Arial, Helvetica, Sans-serif;
    font-size: 19px;
    line-height: 29px;
    font-weight: normal;
    padding: 0px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 12px 0px 12px;
    background: url(../img/bg-divider-flags.gif) right 7px no-repeat;
}

div#header-flags a:last-child {
	width: 25px;
	padding-right: 0px;
	background: none;
}

a.flag-nl {
/*    background: url(../img/sprite-fresh.png) -567px -509px no-repeat;*/
}

a.flag-nl-active, a.flag-nl:hover {
	font-family: helveticaNeueMedium, Arial, Helvetica, Sans-serif !important;
/*    background: url(../img/sprite-fresh.png) -567px -497px no-repeat;*/
}

a.flag-en {
/*    background: url(../img/sprite-fresh.png) -584px -509px no-repeat;*/
}

a.flag-en-active, a.flag-en:hover {
	font-family: helveticaNeueMedium, Arial, Helvetica, Sans-serif !important;
/*    background: url(../img/sprite-fresh.png) -584px -497px no-repeat;*/
}

div#header-flags a img {
    display: none;
}

div#header-top {
	width: 100%;
	height: 30px;
	clear: both;
    text-align: right;
    margin: 15px 0px 0px 0px;
    color: #000000;
}

div#header-account {
	float: right;
	height: 30px;
	margin-right: 5px;
}

div#header-account a {
	display: inline-block;
	height: 30px;
    font-size: 13px;
    line-height: 30px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 12px 0px 12px;
    background: url(../img/bg-divider-account.gif) right 9px no-repeat;
}
div#header-account a.name {
	text-transform: none;
	cursor: default;
}
div#header-account a:hover {
	text-decoration: underline;
}
div#header-account a.name:hover {
	text-decoration: none;
}
div#header-account a:last-child {
	background: none;
}

a#header-cart {
    width: 160px;
    height: 135px;
    display: block;
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 36px 0px 0px 0px;
/*    background: url(../img/icon-bag-new.png) 105px 18px no-repeat;*/
    background: url(../img/icon-bag.png) 96px 22px no-repeat;
    text-decoration: none;
    cursor: pointer;

    color: #7a7a7b;
    font-size: 11px;
    text-transform: uppercase;
}

a#header-cart h2, a#header-cart span.h2 {
    margin: 0px;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    padding: 0px 0px 20px 0px;
    color: #7a7a7b;
    text-transform: uppercase;
}

ul#header-usp {
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	white-space: nowrap;
}

ul#header-usp li {
	font-family: helveticaNeueRoman, Arial, Helvetica, Sans-serif;
	float: left;
    text-align: center;
    color: #7a7a7b;
    font-size: 14px;
    line-height: 35px;
    text-transform: lowercase;
    padding: 0px 9px 0px 0px;
}

ul#header-usp li:before {
	content: '\002713\0000a0';
}

ul#header-usp li:last-child {
	padding-right: 0px;
}

/***** main menu *****/

ul#main-menu {
    position: absolute;
    top: 210px;
    left: 0px;
    z-index: 100;
    list-style: none;
    width: 980px;
    height: 49px;
    margin: 0px;
    padding: 0px;
}

ul#main-menu ul {
    float: left;
    list-style: none;
    line-height: 1;
    margin: 0px;
}

ul#main-menu li {
    display: block;
    float: left;
    height: 44px;
    line-height: 33px;
    font-size: 14px;
    margin: 4px 0px 0px 0px;
    padding: 0px;
}

ul#main-menu li.sfhover {
    background: #ffffff;
    position: static;
}

ul#main-menu li a {
    display: block;
    height: 45px;
    line-height: 33px;
    color: #333333;
    text-decoration: none;
    padding: 0px 30px 0px 15px;
    cursor: pointer;
}

ul#main-menu > li:first-child > a {
	padding: 0px 30px 0px 0px;
}

ul#main-menu li.active a {
    text-decoration: underline;
}

ul#main-menu li a:hover {
    text-decoration: none;	
}

ul#main-menu li.active a:hover {
    text-decoration: underline;
}

ul#main-menu li h1, ul#main-menu li span.h1 {
	font-family: helveticaNeueLight, Arial, Helvetica, Sans-serif;
    display: block;
    height: 35px;
    font-size: 19px;
    font-weight: normal;
    line-height: 33px;
    color: #333333;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

ul#main-menu li h1, ul#main-menu li span.shop {
	color: #a8d5d6 !important;
}

ul#main-menu li ul {
    position: absolute;
    left: -2000px;
    height: auto;
    margin: 0px;
	padding: 0px 0px 10px 0px;
    background: #ffffff;
    border-left: 1px solid #e4eef1;
    border-right: 1px solid #e4eef1;
    border-bottom: 1px solid #e4eef1;
}

ul#main-menu li.sfhover ul {
    left: 0px;
}

ul#main-menu li.sfhover ul.menu-simple {
    left: auto;
    padding: 10px 0px 15px 0px;
}

ul#main-menu li ul li {
    width: 220px;
    height: auto;
    color: #464545;
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

ul#main-menu li ul li ul {
	border: 0px;
}

ul#main-menu li ul li ul li {
    white-space: nowrap;
    overflow: hidden;
}

ul#main-menu li ul.menu-simple {
    padding: 10px 0px 10px 0px;
}

ul#main-menu li ul.menu-simple li {
    float: none;
}

ul#main-menu li ul li:hover, ul#main-menu li ul li.sfhover {
    background: none;
}


ul#main-menu li.active ul li a {
    text-decoration: none;
}

ul#main-menu li ul li a {
    height: auto;
    color: #464545;
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    background: none;
}

ul#main-menu li ul li a:hover {
    background: none;
    height: auto;
    text-decoration: underline;
}

ul#main-menu li ul.menu-simple li a {
    height: 22px;
    margin: 0px;
    padding: 0px 15px 0px 25px;
    background: url(../img/menu-pointer-sub.png) 15px 9px no-repeat;
}

ul#main-menu li ul.menu-simple li a:hover {
    background: url(../img/menu-pointer-sub.png) 15px 9px no-repeat;
}

ul#main-menu li ul li a.menu-cat {
    margin-top: 0px;
    padding: 0px 15px 0px 0px;
}

ul#main-menu li ul li a.menu-cat:hover {
    text-decoration: none;
}

ul#main-menu li ul li a.menu-cat h2, ul#main-menu li ul li a.menu-cat span.h2 {
    background: right 2px no-repeat;

}

ul#main-menu li ul li h2, ul#main-menu li ul li span.h2 {
    float: left;
    display: table;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #464545;
    margin:	0px;
    padding: 2px 25px 0px 0px;
}

ul#main-menu li ul li a.cat-1 h2, ul#main-menu li ul li a.cat-1 span.h2 {
    background-image: url(../img/icon-menu-home.png);
}

ul#main-menu li ul li a.cat-2 h2, ul#main-menu li ul li a.cat-2 span.h2 {
    background-image: url(../img/icon-menu-ladies.png);
}

ul#main-menu li ul li a.cat-3 h2, ul#main-menu li ul li a.cat-3 span.h2 {
    background-image: url(../img/icon-menu-kids.png);
}

ul#main-menu li ul li a.cat-outlet h2, ul#main-menu li ul li a.cat-outlet span.h2 {
    background-image: url(../img/icon-menu-outlet.png);
}

ul#main-menu li ul li h3, ul#main-menu li ul li span.h3 {
	font-family: helveticaNeue, Arial, Helvetica, Sans-serif;
    clear: both;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
    text-transform: uppercase;
    color: #464545;
    height: 11px;
    margin: 0px;
    padding: 5px 0px 0px 0px;
}

ul#main-menu li ul li ul {
    position: relative;
    left: auto;
    background: none;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
}

ul#main-menu li ul.menu-simple li ul {
    display: none;
}

ul#main-menu li ul li ul li {
    height: 22px;
}

ul#main-menu li ul li ul li a {
    height: 22px;
    margin: 0px;
    padding: 0px 15px 0px 10px;
    background: url(../img/menu-pointer-sub.png) 0px 8px no-repeat;
}

ul#main-menu li ul li ul li a:hover {
    background: url(../img/menu-pointer-sub.png) 0px 8px no-repeat;
}

form#search {
    float: right;
    margin: 0px;
}

form#search div.frm-txt {
    width: 250px;
    margin-right: 0px;
}

form#search input.frm-txt {
	border-color: #949b9f;
}

form#search a.search {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	background: url(../img/icon-search-new.gif) left top no-repeat;
	margin-top: 1px;
}

/***** content *****/

div#content {
    width: 980px;
    padding: 75px 0px 0px 0px;
    overflow: hidden;
}

div#content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div#content ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div#content ul li {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    background: url(../img/pointer-new.png) left 7px no-repeat;
}

div#content-main {
    width: 980px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    overflow: hidden;
}

div#content-main-left {
    float: left;
    width: 630px;
    min-height: 427px;
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 15px 0px;
    overflow: hidden;
}

div#content-main-right {
    float: right;
    width: 630px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 30px;
    overflow: hidden;
}

div#content-side-right {
    float: right;
    width: 320px;
    margin: 0px 0px 15px 0px;
    overflow: hidden;
}

div#content-side-left {
    float: left;
    width: 305px;
    margin: 0px 0px 15px 0px;
    padding: 0px 15px 0px 0px;
    overflow: hidden;
}

a.image-side {
    display: block;
    margin-top: 0px;
}

img.image-side {
    margin-top: 0px;
}

/* side menu */

ul.menu-side {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.menu-side li {
    margin: 0px;
    padding: 0px !important;
    background: none !important;
}

ul.menu-side li a {
	display: block;
	font-family: helveticaNeueRoman, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 18px;
    font-weight: normal;
    color: #999999;
    text-decoration: none;
    padding-bottom: 10px;
}

ul.menu-side li.active a {
    color: #333333;
    text-decoration: underline;
}

ul.menu-side a:hover {
    color: #333333;
    text-decoration: none;
}

ul.menu-side li.active a:hover {
    text-decoration: underline;
}

/* breadcrumb */

div#breadcrumb {
    height: 48px;
    margin: 0px 0px 0px -6px;
}

div#breadcrumb-left {
    float: left;
    width: 491px;
    height: 38px;
    overflow: hidden;
    white-space: nowrap;
}

div#breadcrumb a {
    display: inline-block;
    /*	float: left;*/
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #9d9d9d;
    padding: 0px 10px 0px 6px;
    background: url(../img/breadcrumb-divider-new.png) right 19px no-repeat;
    text-decoration: none;
}

div#breadcrumb a:hover {
    color: #333333;
    text-decoration: none;
}

div#breadcrumb a.active {
    color: #333333;
    text-decoration: underline;
    padding: 0px 10px 0px 6px;
    background: none;
}

div#breadcrumb a.active:hover {
    text-decoration: underline;
}

/* back link */

div#link-back {
    float: left;
    margin-left: 25px;
}

div#link-back a {
    color: #333333;
    margin: 0px;
    padding: 0px 0px 0px 12px;
    background: url(../img/icon-arrow-left-new.png) left 13px no-repeat;
}

div#link-back a:hover {
    text-decoration: underline;
}

/* previous next */

div#previous-next {
    float: right;
}

div#previous-next a {
    margin: 0px 0px 0px 5px;
    padding: 0px 12px 0px 0px;
    color: #333333;
    background: url(../img/icon-arrow-right-new.png) right 13px no-repeat;
}

div#previous-next a:first-child {
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 0px 12px;
    background: url(../img/icon-arrow-left-new.png) left 13px no-repeat;
}

div#previous-next a:hover {
    text-decoration: underline;
}

div#previous-next a.disabled {
    color: #9d9d9d;
    background: url(../img/icon-arrow-right-off-new.png) right 13px no-repeat;
    cursor: default;
}

div#previous-next a.disabled:first-child {
    background: url(../img/icon-arrow-left-off-new.png) left 13px no-repeat;
}

div#previous-next a.disabled:hover {
    text-decoration: none;
}

/* paging */

div#paging {
    float: right;
}

div#paging a {
    font-size: 11px;
    padding: 0px 2px 0px 2px;
    font-size: 14px;
    background: none;
}

div#paging a.all {
    margin-left: 10px;
}

div#paging a.active {
    padding: 0px 2px 0px 2px;
}

/***** home items *****/

div.home-grid {
    width: 980px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
}

div.home-grid div.box {
	position: absolute;
	overflow: hidden;
}

div.home-grid div.box a {
	display: block;
	background: left center no-repeat;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.home-grid div.box a.nolink {
	cursor: default;
}

div.home-grid div.box a img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 100%;
}

div.home-grid div.box-gallery a {
	position: absolute;
	display: none;
}

div.home-grid div.box-gallery div.index {
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
}

div.home-grid div.box-gallery div.index div {
	float: left;
	width: 14px;
	height: 25px;
	background: url(../img/icon-slider.png) 2px 13px no-repeat;
	cursor: pointer;
}

div.home-grid div.box-gallery div.index div.active {
	background: url(../img/icon-slider-on.png) 2px 13px no-repeat;
}

div.home-grid div.box a.video, div.home-grid div.box iframe {
	display: block;
	position: relative;
}

div.home-grid div.box a.video img {
	display: block;
}

div.home-grid div.box a.video span {
	position: absolute;
	display: block;
	width: 54px;
	height: 54px;
	background: url(../img/icon-play.png);
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 1;
}

div.box-w1 { width: 155px;}
div.box-w2 { width: 320px;}
div.box-w3 { width: 485px;}
div.box-w4 { width: 650px;}
div.box-w5 { width: 815px;}
div.box-w6 { width: 980px;}

div.box-h1 { height: 155px;}
div.box-h2 { height: 320px;}
div.box-h3 { height: 485px;}
div.box-h4 { height: 650px;}
div.box-h5 { height: 815px;}
div.box-h6 { height: 980px;}

div.box-x1 { left: 0px;}
div.box-x2 { left: 165px;}
div.box-x3 { left: 330px;}
div.box-x4 { left: 495px;}
div.box-x5 { left: 660px;}
div.box-x6 { left: 825px;}

div.box-y1 { top: 0px;}
div.box-y2 { top: 165px;}
div.box-y3 { top: 330px;}
div.box-y4 { top: 495px;}
div.box-y5 { top: 660px;}
div.box-y6 { top: 825px;}
div.box-y7 { top: 990px;}
div.box-y8 { top: 1155px;}
div.box-y9 { top: 1320px;}
div.box-y10 { top: 1485px;}
div.box-y11 { top: 1650px;}
div.box-y12 { top: 1815px;}
div.box-y13 { top: 1980px;}
div.box-y14 { top: 2145px;}
div.box-y15 { top: 2310px;}
div.box-y16 { top: 2475px;}
div.box-y17 { top: 2640px;}
div.box-y18 { top: 2805px;}
div.box-y19 { top: 2970px;}
div.box-y20 { top: 3135px;}
div.box-y21 { top: 3300px;}
div.box-y22 { top: 3465px;}
div.box-y23 { top: 3630px;}
div.box-y24 { top: 3795px;}
div.box-y25 { top: 3960px;}
div.box-y26 { top: 4125px;}
div.box-y27 { top: 4290px;}
div.box-y28 { top: 4455px;}
div.box-y29 { top: 4620px;}
div.box-y30 { top: 4785px;}
div.box-y31 { top: 4950px;}

/***** homepage *****/

div#streamer {
    width: 980px;
    height: 350px;
    margin: 15px 0px 0px 0px;
    background: #ffffff;
    overflow: hidden;
}

div#streamer-index {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 2;
}

div#streamer-index div {
    float: left;
    width: 10px;
    height: 25px;
    background: url(../img/icon-slider.png) 2px 13px no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 4px 2px 4px 2px;
    cursor: pointer;
}

div#streamer-index div.active {
    background: url(../img/icon-slider-on.png) 2px 13px no-repeat;
}

a.streamer-content {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 350px;
    cursor: pointer;
    color: #333333;
}

a.streamer-content:hover {
    text-decoration: none;
}

a.streamer-content blockquote {
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
    padding: 0px;
    margin: 280px 0px 0px 30px;
    height: 46px;
    overflow: hidden;
    text-shadow: 2px 2px 5px #444444;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#444444');
}


/***** webshop *****/

div#webshop-categories {
    width: 990px;
}

div#webshop-categories a {
    float: left;
    display: block;
    width: 320px;
    margin: 0px 10px 12px 0px;
}

div#webshop-categories a span {
    position: absolute;
    display: none;
    width: 316px;
    height: 423px;
    border: 2px solid #ffffff;
}

/***** faq *****/

ol.faq-items {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ol.faq-items li {
    padding: 0px;
}

ol.faq-items li h3 {
	font-family: helveticaNeueMedium, Arial, Helvetica, Sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
    color: #999999;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    cursor: pointer;
}

ol.faq-items li:hover h3 {
    color: #333333;
}

ol.faq-items li.active h3 {
    padding-top: 18px;
    color: #333333;
    text-decoration: underline;
}

ol.faq-items li div.faq-content {
    display: none;
    padding: 18px 0px 18px 0px;
}

ol.faq-items li.active div.faq-content {
    overflow: hidden;
    display: block;
}

/***** product overview ******/

div#content div#overview-menu {
    float: left;
    width: 165px;
    padding: 0px 0px 0px 0px;
}

div#content ul.menu-categories {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
}

div#content ul.menu-categories li {
    margin: 0px;
    padding: 0px !important;
    color: #9d9d9d;
    background: none;
    font-size: 12px;
}

div#content ul.menu-categories li a {
    display: block;
    width: 135px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
    padding: 0px 5px 0px 10px;
    background: url(../img/menu-pointer-categories-new.png) left 6px no-repeat;
    text-transform: uppercase;
}

div#content ul.menu-categories li h2 {
	display: inline;
	margin: 0px;
	padding: 0px;
    font-family: helveticaNeueRoman, Arial, Helvetica, Sans-serif;
    font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

div#content ul.menu-categories li.active a {
    text-decoration: underline;
}

div#content ul.menu-categories li a:hover {
    text-decoration: underline;
}

div#content ul.menu-categories li ul {
    display: none;
    padding: 15px 0px 15px 0px;
}

div#content ul.menu-categories li.active ul {
    /*	display: block;*/
}

div#content ul.menu-categories li ul li a {
    line-height: 16px;
    padding: 4px 5px 4px 10px;
    background: none;
    color: #cccccc;
    text-decoration: none !important;
}

div#content ul.menu-categories li ul li.active a {
    color: #333333;
    text-decoration: underline;
}

div#content ul.menu-categories li ul li a:hover {
    color: #333333;
}



div#content ul.filters input.frm-txt {
	width: 150px;
	margin-bottom: -2px;
}

div#content ul.filters {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div#content ul.filters li {
    margin: 20px 0px 0px 0px;
    padding: 0px !important;
    background: none;
    font-size: 12px;
}

div#content ul.filters li a.button {
	margin-top: 5px;
}

div#content ul.filters li ul {
}

div#content ul.filters li ul li {
	margin: 0px;
}

div#content ul.filters label {
	display: inline-block;
	width: 125px;
	line-height: 14px;
	vertical-align: middle;
}

div#content div#overview-menu h3, div#content div#overview-menu span.h3 {
    text-transform: uppercase;
    margin-bottom: 3px;
}


/* overview */

div#content-right {
	float: right;
    width: 815px;
    margin: 0px;
    padding: 0px;
}

div#content-top {
	clear: both;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 15px 0px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #dddddd;
}

div#content-bottom {
	clear: both;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    font-size: 12px;
    line-height: 18px;
    border-top: 1px solid #dddddd;
}

div#content-top h1 {
	font-family: helveticaNeueRoman, Arial, Helvetica, Sans-serif;
	margin-bottom: 17px;
}

div#content-bottom h1 {
	display: block;
	font-family: helveticaNeueMedium, Arial, Helvetica, Sans-serif;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
    margin: 0px 0px 9px 0px;
    padding: 0px;
    text-transform: none;
}

div#content div#overview {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div#content div#overview {
    float: right;
    width: 815px;
    margin: 0px;
    padding: 0px;
}

div#content ul.overview-products {
    width: 825px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div#content ul.overview-products li {
    float: left;
    display: block;
    width: 155px;
    height: 247px;
    margin: 0px 10px 10px 0px;
    padding: 0px;
    background: url(../img/no-image-small-new.gif) left top no-repeat;
    overflow: hidden;
}

div#content ul.overview-products li a {
    display: block;
    width: 155px;
    height: 247px;
    color: #333333;
    cursor: pointer;
}

div#content ul.overview-products li a:hover {
    color: #333333;
    text-decoration: none;
}

div#content ul.overview-products li a img {
    width: 155px;
    height: 182px;
}


div#content ul.overview-products li div {
    width: 153px;
    height: 64px;
    border: 1px solid #ffffff;
    border-top: 0px;
    padding: 0px;
}

div#content ul.overview-products li h2, div#content ul.overview-products li span.h2 {
    position: absolute;
    top: 10px;
    left: 2px;
    width: 143px;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    color: #333333;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

div#content div#detail-extra ul.overview-products li h2, div#content div#detail-extra ul.overview-products li span.h2 {
	height: 17px;
	white-space: nowrap;
}

div#content ul.overview-products li h3, div#content ul.overview-products li span.h3 {
	font-family: helveticaNeueLight, Arial, Helvetica, Sans-serif;
    position: absolute;
    top: 27px;
    left: 2px;
    width: 143px;
    height: 17px;
    font-size: 11px;
    font-weight: normal;
/*    font-style: italic;*/
    line-height: 17px;
    color: #666666;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
}

div#content ul.overview-products li div.price {
    position: absolute;
    top: 44px;
    left: 10px;
    width: 133px !important;
    height: 17px;
    font-size: 11px;
    font-weight: normal;
/*    font-style: italic;*/
    line-height: 17px;
    color: #333333;
    text-align: right;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

div#content ul.overview-products li a span {
    position: absolute;
    z-index: 10;
    display: none;
    width: 153px;
    height: 245px;
    border: 1px solid #e4eef1;
}

div#content ul.overview-products li a b.new {
    position: absolute;
    z-index: 4;
    display: block;
    width: 65px;
    height: 65px;
    margin-left: 90px;
/*    background: url(../img/icon-corner-new.png);*/
}

div#content ul.overview-products li a b.discount {
    position: absolute;
    z-index: 5;
    display: block;
    width: 65px;
    height: 65px;
    margin-left: 90px;
}

div#content ul.overview-products li a b.soldout {
    position: absolute;
    z-index: 3;
    display: block;
    width: 155px;
    height: 182px;
    background: url(../img/overlay-soldout.png);
}

div#content ul.overview-products li a b.discount-05 {
    background: url(../img/icon-corner-05.gif);
}
div#content ul.overview-products li a b.discount-10 {
    background: url(../img/icon-corner-10.gif);
}
div#content ul.overview-products li a b.discount-15 {
    background: url(../img/icon-corner-15.gif);
}
div#content ul.overview-products li a b.discount-20 {
    background: url(../img/icon-corner-20.gif);
}
div#content ul.overview-products li a b.discount-25 {
    background: url(../img/icon-corner-25.gif);
}
div#content ul.overview-products li a b.discount-30 {
    background: url(../img/icon-corner-30.gif);
}
div#content ul.overview-products li a b.discount-35 {
    background: url(../img/icon-corner-35.gif);
}
div#content ul.overview-products li a b.discount-40 {
    background: url(../img/icon-corner-40.gif);
}
div#content ul.overview-products li a b.discount-45 {
    background: url(../img/icon-corner-45.gif);
}
div#content ul.overview-products li a b.discount-50 {
    background: url(../img/icon-corner-50.gif);
}
div#content ul.overview-products li a b.discount-55 {
    background: url(../img/icon-corner-55.gif);
}
div#content ul.overview-products li a b.discount-60 {
    background: url(../img/icon-corner-60.gif);
}
div#content ul.overview-products li a b.discount-65 {
    background: url(../img/icon-corner-65.gif);
}
div#content ul.overview-products li a b.discount-70 {
    background: url(../img/icon-corner-70.gif);
}
div#content ul.overview-products li a b.discount-75 {
    background: url(../img/icon-corner-75.gif);
}
div#content ul.overview-products li a b.discount-80 {
    background: url(../img/icon-corner-80.gif);
}
div#content ul.overview-products li a b.discount-85 {
    background: url(../img/icon-corner-85.gif);
}
div#content ul.overview-products li a b.discount-90 {
    background: url(../img/icon-corner-90.gif);
}
div#content ul.overview-products li a b.discount-95 {
    background: url(../img/icon-corner-95.gif);
}

/* overview schmedium */

div#content ul.overview-products-schmedium {
    width: 825px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 12px;
}

div#content ul.overview-products-schmedium li {
    float: left;
    display: block;
    width: 265px;
    height: 419px;
    margin: 0px 10px 10px 0px;
    padding: 0px;
    background: url(../img/no-image-schmedium-new.gif) left top no-repeat;
    overflow: hidden;
}

div#content ul.overview-categories li {
	height: 330px !important;
	background: none;
}

div#content ul.overview-products-schmedium li a {
    display: block;
    width: 265px;
    height: 419px;
    color: #333333;
    cursor: pointer;
}

div#content ul.overview-categories li a {
	height: 330px !important;
}

div#content ul.overview-products-schmedium li a:hover {
    color: #333333;
    text-decoration: none;
}

div#content ul.overview-products-schmedium li a img {
    width: 265px;
    height: 354px;
}

div#content ul.overview-categories li a img {
	height: 265px !important;
}

div#content ul.overview-products-schmedium li div {
    width: 263px;
    height: 64px;
    border: 1px solid #ffffff;
    border-top: 0px;
    padding: 0px;
}

div#content ul.overview-products-schmedium li h2, div#content ul.overview-products-schmedium li span.h2 {
	font-family: helveticaNeueRoman, Arial, Helvetica, Sans-serif;
    position: absolute;
    top: 12px;
    left: 2px;
    width: 253px;
    height: 17px;
    font-size: 15px;
    font-weight: normal;
    line-height: 17px;
    color: #333333;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;

}

div#content ul.overview-products-schmedium li h3, div#content ul.overview-products-schmedium li span.h3 {
	font-family: helveticaNeueLight, Arial, Helvetica, Sans-serif;
    position: absolute;
    top: 35px;
    left: 2px;
    width: 253px;
    height: 17px;
    font-size: 15px;
    font-weight: normal;
/*    font-style: italic;*/
    line-height: 17px;
    color: #666666;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
}

div#content ul.overview-products-schmedium li div.price {
	font-family: helveticaNeueRoman, Arial, Helvetica, Sans-serif;
    position: absolute;
    top: 35px;
    left: 10px;
    width: 243px !important;
    height: 17px;
    font-size: 14px;
/*    font-style: italic;*/
    line-height: 17px;
    color: #333333;
    text-align: right;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

div#content ul.overview-products-schmedium li a span {
    position: absolute;
    z-index: 10;
    display: none;
    width: 263px;
    height: 417px;
    border: 1px solid #e4eef1;
}

div#content ul.overview-categories li a span {
	height: 328px !important;
}

div#content ul.overview-products-schmedium li a b.new {
    position: absolute;
    z-index: 4;
    display: block;
    width: 65px;
    height: 65px;
    margin-left: 200px;
/*    background: url(../img/icon-corner-new.gif);*/
}

div#content ul.overview-products-schmedium li a b.discount {
    position: absolute;
    z-index: 5;
    display: block;
    width: 65px;
    height: 65px;
    margin-left: 200px;
}

div#content ul.overview-products-schmedium li a b.soldout {
    position: absolute;
    z-index: 3;
    display: block;
    width: 265px;
    height: 354px;
    background: url(../img/overlay-soldout-schmedium.png);
}

div#content ul.overview-products-schmedium li a b.discount-05 {
    background: url(../img/icon-corner-05.gif);
}
div#content ul.overview-products-schmedium li a b.discount-10 {
    background: url(../img/icon-corner-10.gif);
}
div#content ul.overview-products-schmedium li a b.discount-15 {
    background: url(../img/icon-corner-15.gif);
}
div#content ul.overview-products-schmedium li a b.discount-20 {
    background: url(../img/icon-corner-20.gif);
}
div#content ul.overview-products-schmedium li a b.discount-25 {
    background: url(../img/icon-corner-25.gif);
}
div#content ul.overview-products-schmedium li a b.discount-30 {
    background: url(../img/icon-corner-30.gif);
}
div#content ul.overview-products-schmedium li a b.discount-35 {
    background: url(../img/icon-corner-35.gif);
}
div#content ul.overview-products-schmedium li a b.discount-40 {
    background: url(../img/icon-corner-40.gif);
}
div#content ul.overview-products-schmedium li a b.discount-45 {
    background: url(../img/icon-corner-45.gif);
}
div#content ul.overview-products-schmedium li a b.discount-50 {
    background: url(../img/icon-corner-50.gif);
}
div#content ul.overview-products-schmedium li a b.discount-55 {
    background: url(../img/icon-corner-55.gif);
}
div#content ul.overview-products-schmedium li a b.discount-60 {
    background: url(../img/icon-corner-60.gif);
}
div#content ul.overview-products-schmedium li a b.discount-65 {
    background: url(../img/icon-corner-65.gif);
}
div#content ul.overview-products-schmedium li a b.discount-70 {
    background: url(../img/icon-corner-70.gif);
}
div#content ul.overview-products-schmedium li a b.discount-75 {
    background: url(../img/icon-corner-75.gif);
}
div#content ul.overview-products-schmedium li a b.discount-80 {
    background: url(../img/icon-corner-80.gif);
}
div#content ul.overview-products-schmedium li a b.discount-85 {
    background: url(../img/icon-corner-85.gif);
}
div#content ul.overview-products-schmedium li a b.discount-90 {
    background: url(../img/icon-corner-90.gif);
}
div#content ul.overview-products-schmedium li a b.discount-95 {
    background: url(../img/icon-corner-95.gif);
}


/***** search *****/

form#search-advanced {
    margin: 18px 0px 0px 0px;
}

div#content div#search-menu {
    float: left;
    width: 330px;
    padding: 0px 0px 0px 0px;
}

div#content div#search-menu h1, div#content div#search-menu span.h1 {
    margin: 0px 0px 8px 0px;
}

div#content div.overview-search {
    float: right;
    width: 650px !important;
    margin: 0px;
    padding: 0px;
}

div#content div.overview-search ul.overview-products {
    width: 660px;
}

div.noresults-search {
    margin-top: 15px;
}

/***** product detail *****/

/* detail image */

div#detail-image-wrapper {
    float: left;
    width: 320px;
}

div#detail-image {
    float: left;
    width: 320px;
    height: 427px;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/no-image-medium-new.gif) left top no-repeat;
}

div.no-zoom {
    cursor: default !important;
}

div#detail-image span {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: block;
    width: 39px;
    height: 39px;
    background: url(../img/icon-zoom-new.gif);
}

div#detail-image a#image-large, div#detail-image img#image-medium {
    position: absolute;
    top: 0px;
    left: 0px;
}

div#detail-image img#image-medium {
    z-index: 5;
}

/* detail content */

div#detail-content {
    float: right;
    width: 470px;
    padding: 0px 0px 0px 0px;
/*    background: url(../img/bg-divider-white-new.gif) left top repeat-x;*/
    overflow: hidden;
}

div#detail-content h1, div#detail-content span.h1 {
    margin: 0px 0px 2px 0px;
}

div#detail-content h2, div#detail-content span.h2 {
	font-family: helveticaNeueMedium, Arial, Helvetica, Sans-serif;
    font-weight: normal;
/*    font-style: italic;*/
    margin: 0px 0px 18px 0px;
}

/* order form */

form#detail-order {
    position: relative;
    width: 428px;
    min-height: 166px;
    padding: 0px 20px 0px 20px;
    margin: 18px 0px 18px 0px;
    border: 1px solid #cccccc;
}

form#detail-order div.rating {
	margin-left: 62px;
	margin-bottom: 9px;
}

form#detail-order ul.usp {
	list-style: none;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

form#detail-order ul.usp li {
	background: url(../img/menu-pointer-categories-new.png) left 5px no-repeat;
	list-style: none;
	font-family: helveticaNeueMedium, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	padding-left: 10px;
	width: 120px;
	white-space: nowrap;
}

form#detail-order h1, form#detail-order span.h1 {
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 18px;
    color: #333333;
}

form#detail-order h1.announced, form#detail-order span.h1.announced {
    margin-bottom: 0px;
}


option.soldout {
    color: #aaaaaa !important;
}

div#detail-order-from {
    width: 304px;
    float: left;
    margin-top: 18px;
    margin-bottom: 9px;
}

form#detail-order label {
    display: block;
    width: 50px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    float: left;
    cursor: default;
}

div#detail-price {
	font-family: helveticaNeueMedium, Arial, Helvetica, Sans-serif;
    float: left;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    margin-top: 18px;
    padding-top: 3px;
}

div#detail-price s {
    color: #9d9d9d;
}

div#detail-order-from a.button-large {
    margin-left: 65px !important;
}

/* detail tumbs */

div#detail-tumbs {
    float: left;
    width: 325px;
    height: 67px;
    overflow: hidden;
    margin-top: 18px;
}

div#detail-image-wrapper div#detail-tumbs {
    width: 335px;
    height: 74px;
}

div#detail-tumbs img {
    float: left;
    width: 49px;
    height: 65px;
    border: 1px solid #9d9d9d;
    cursor: pointer;
    margin: 0px 14px 0px 0px;
}

div#detail-image-wrapper div#detail-tumbs img {
    float: left;
    width: 54px;
    height: 72px;
    border: 1px solid #ffffff;
    cursor: pointer;
    margin: 0px 10px 0px 0px;	
}

div#detail-tumbs img:hover, div#detail-tumbs img.active {
    border: 1px solid #e4eef1 !important;
}

/* social media */

div#detail-media {
    float: right;
    width: 145px;
    height: 67px;
    /*	overflow: hidden;*/
    margin-top: 16px;
}

div#detail-social {
	margin-top: 25px;
}

div.a2a_kit a.a2a_button_facebook span.a2a_img { background: url(../img/sprite-fresh.png) 0px -514px no-repeat !important;}
div.a2a_kit a.a2a_button_twitter span.a2a_img { background: url(../img/sprite-fresh.png) -17px -514px no-repeat !important;}
div.a2a_kit a.a2a_button_hyves span.a2a_img { background: url(../img/sprite-fresh.png) -51px -514px no-repeat !important;}
div.a2a_kit a.a2a_button_linkedin span.a2a_img { background: url(../img/sprite-fresh.png) -68px -514px no-repeat !important;}
div.a2a_kit a.a2a_button_google_bookmarks span.a2a_img { background: url(../img/sprite-fresh.png) -85px -514px no-repeat !important;}
div.a2a_kit a.a2a_button_email span.a2a_img { background: url(../img/sprite-fresh.png) -102px -514px no-repeat !important;}
div.a2a_kit a.a2a_button_facebook:hover span.a2a_img { background: url(../img/sprite-fresh.png) 0px -497px no-repeat !important;}
div.a2a_kit a.a2a_button_twitter:hover span.a2a_img { background: url(../img/sprite-fresh.png) -17px -497px no-repeat !important;}
div.a2a_kit a.a2a_button_hyves:hover span.a2a_img { background: url(../img/sprite-fresh.png) -51px -497px no-repeat !important;}
div.a2a_kit a.a2a_button_linkedin:hover span.a2a_img { background: url(../img/sprite-fresh.png) -68px -497px no-repeat !important;}
div.a2a_kit a.a2a_button_google_bookmarks:hover span.a2a_img { background: url(../img/sprite-fresh.png) -85px -497px no-repeat !important;}
div.a2a_kit a.a2a_button_email:hover span.a2a_img { background: url(../img/sprite-fresh.png) -102px -497px no-repeat !important;}

div.google-plusone {
	float: left;
	margin-top: 1px;
	padding-left: 2px;
}

div#detail-media label {
    display: block;
    clear: left;
    float: left;
    height: 23px;
    line-height: 23px;
    cursor: default;
}

div#detail-media a {
    float: right;
    margin-left: 5px;
}

a.detail-taf {
    display: block;
    width: 21px;
    height: 23px;
    background: url(../img/icon-taf.png) left top no-repeat;
}

a.detail-facebook {
    display: block;
    width: 15px;
    height: 23px;
    background: url(../img/icon-facebook-white.png) left top no-repeat;
}

a.detail-twitter {
    display: block;
    width: 15px;
    height: 23px;
    background: url(../img/icon-twitter-white.png) left top no-repeat;
}

a.detail-like {
    display: block;
    width: 51px;
    height: 23px;
    background: url(../img/icon-like.png) left top no-repeat;
}

/* bottom half of product detail */

div#detail-extra {
    clear: both;
    padding: 15px 0px 0px 0px;
}

/* related */

div#detail-related-labels {
    width: 485px;
    height: 31px;
    background: url(../img/bg-divider-white-new.gif) left bottom repeat-x;
}

div#detail-related-labels-wide {
    width: 980px;
    height: 31px;
    background: url(../img/bg-divider-white-new.gif) left bottom repeat-x;
}

div#detail-related-labels label, div#detail-related-labels-wide label {
	font-family: helveticaNeueRoman, Arial, Helvetica, Sans-serif;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
/*    font-weight: bold;*/
    color: #333333;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    text-transform: uppercase;
}

div#detail-related-labels label.active {
    text-decoration: underline;
}

div#detail-related-labels-wide label {
    background: url(../img/menu-pointer-categories-new.png) left 3px no-repeat;
    padding-left: 10px;
}

div#detail-related-labels-wide label.active {
    background: url(../img/menu-pointer-categories-on-new.png) left 3px no-repeat;
}

div#detail-related {
    float: left;
    width: 485px;
}

div#detail-related-wide {
    width: 980px;
}

div#detail-related-items ul.overview-products {
    width: 495px !important;
    padding: 14px 0px 0px 0px;
    overflow: hidden;
    /*	display: none;*/
}

div#detail-related-wide div#detail-related-items ul.overview-products {
    width: 990px !important;
    padding: 14px 0px 0px 0px;
}

div#detail-related-items ul#products-viewed {
    display: none;
}

/* product comments */

div#detail-comments {
    float: right;
    width: 470px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

div#detail-comments h2, div#detail-comments span.h2 {
    height: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}

div#detail-comments h4, div#detail-comments span.h4 {
    margin: 0px;
    padding: 0px;
}

div#content ul#comment-list {
    margin: 0px;
    padding: 16px 0px 0px 0px;
    width: 470px;
    list-style: none;
    background: url(../img/bg-divider-white-new.gif) left top repeat-x;
}

div#content ul#comment-list li {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    width: 470px;
    background: url(../img/bg-divider.gif) left bottom repeat-x;
}

div#content ul#comment-list li div.comment-content {
    color: #cccccc;
}


/****** point of sale addresses *****/

div.address {
    width: 205px;
    float: left;
}

div.address h2, div.address span.h2 {
    margin: 0px;
    text-transform: uppercase;
}

div.address h3, div.address span.h3 {
	font-family: helveticaNeue, Arial, Helvetica, Sans-serif;
    margin: 0px 0px 20px 0px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

div.address h3.cat-1, div.address span.h3.cat-1 {
    color: #666666;
}
div.address h3.cat-2, div.address span.h3.cat-2 {
    color: #666666;
}
div.address h3.cat-3, div.address span.h3.cat-3 {
    color: #666666;
}

div.address label {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0px 0px 9px 0px;
    padding: 0px;
}

div#content ul.address-results {
    width: 185px;
    height: auto;
    clear: both;
    margin: 18px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    background: url(../img/bg-divider.gif) left bottom repeat-x;
}

div#content ul.address-results li {
    width: 185px;
    overflow: hidden;
    margin: 0px;
    padding: 9px 0px 9px 0px;
    background: url(../img/bg-divider.gif) left top repeat-x;
}


/***** agenda *****/

div#content ul.agenda-results {
    clear: both;
    width: 605px;
    height: auto;
    clear: both;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    background: url(../img/bg-divider.gif) left bottom repeat-x;
}

div#content ul.agenda-results li {
    width: 605px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background: url(../img/bg-divider.gif) left top repeat-x;
}

div#content ul.agenda-results li a {

	font-family: helveticaNeueRoman, Arial, Helvetica, Sans-serif;

    display: block;
    width: 615px;
    height: 22px;

    font-size: 15px;
    line-height: 22px;
    font-weight:  normal;
    color: #999999;
    text-decoration: none;

    margin: 0px;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
}

div#content ul.agenda-results li a:hover {
    color: #000000;
}

div#content ul.agenda-results li a span.date {
    display: block;
    width: 200px;
    float: left;
}

div#content ul.agenda-results li a span.location {
    display: block;
    font-weight: normal;
    float: left;
}

/***** blog *****/

div#content ul.blog-results, div#content ul.comment-results {
    clear: both;
    width: 605px;
    height: auto;
    clear: both;
    margin: -10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    overflow: hidden;
}

div#content ul.comment-results {
    margin: -10px 0px 18px 0px;
    background: url(../img/bg-divider-white-new.gif) left top repeat-x;
}

div#content ul.blog-results > li, div#content ul.comment-results > li {
    width: 605px;
    margin: 0px;
    padding: 0px 0px 36px 0px;
    background: url(../img/bg-divider-white-new.gif) left top repeat-x;
    overflow: hidden;
}

div#content ul.comment-results > li {
    background: url(../img/bg-divider.gif) left bottom repeat-x;
}

div#content ul.comment-results > li {
    padding: 0px 0px 18px 0px;
}

div#content ul.blog-results li h1.blog-title, div#content ul.comment-results li h1.blog-title, div#content ul.blog-results li span.h1.blog-title, div#content ul.comment-results li span.h1.blog-title {
    color: #333333;
    float: left;
    margin-top: 18px;
    width: 475px;
}

div#content ul.blog-results li h2.blog-title, div#content ul.comment-results li h2.blog-title, div#content ul.blog-results li span.h2.blog-title, div#content ul.comment-results li span.h2.blog-title {
    float: left;
    margin-top: 18px;
}

div#content ul.blog-results li div.date, div#content ul.comment-results li div.date {
    float: right;
    margin-top: 23px;
    white-space: nowrap;
}

div#content ul.blog-results li img.blog-avatar {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0px 10px 8px 0px;
}

div#content ul.blog-results li div.blog-content {
    clear: both;
    padding: 0px 0px 18px 0px;
    background: url(../img/bg-divider-white-new.gif) left bottom repeat-x;
}

div#content ul.comment-results li div.blog-content {
    clear: both;
    padding: 0px 0px 0px 0px;
}

div#content ul.blog-results li div.blog-image {
    width: 605px;
    margin: 0px;
    padding: 0px;
    background: url(../img/bg-divider-white-new.gif) left bottom repeat-x;
}

div#content ul.blog-results li div.blog-image a {
    display: block;
    float: left;
    margin: 10px 0px 10px 10px;
    padding: 0px;
}

div#content ul.blog-results li div.blog-image a:first-child {
    margin: 10px 0px 10px 0px;
}

div#content ul.blog-results li div.blog-image a span {
    position: absolute;
    z-index: 5;
    display: none;
    width: 186px;
    height: 250px;
    border: 2px solid #ffffff;
}

div#content ul.blog-results li div.blog-image img {
    width: 190px;
    height: 254px;
}

div#content ul.blog-results li div.blog-footer {
    clear: both;
    margin: 5px 0px 18px 0px;
}

div#content ul.blog-results li div.blog-footer-title {
    width: 110px;
    float: left;
    line-height: 22px;
}

div#content ul.blog-results li div.blog-footer-author {
    float: left;
    line-height: 22px;
}

div#content ul.blog-results li div.blog-footer-share {
    float: right;
    line-height: 22px;
    white-space: nowrap;
}

div#content ul.blog-results li div.blog-footer-share div.blog-footer-share-title {
    float: left;
}

div#content ul.blog-results li div.blog-footer-share div.a2a_kit {
    float: right;
    margin: 3px 0px 0px 5px;
    width: 106px;
    white-space: nowrap;
}

div#content ul.blog-results li div.blog-footer-content {
    float: left;
    font-style: italic;
    line-height: 22px;
}

div#content ul.blog-results li div.blog-footer-content a {
    display: block;
    float: left;
    margin: 3px 1px 0px 0px;
}

div.read-more {
    display: block;
    float: right;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    padding: 0px 12px 0px 0px;
    background: url(../img/icon-arrow-new.png) right 7px no-repeat;
}

a.read-more {
	font-family: helveticaNeueMedium, Arial, Helvetica, Sans-serif;
    display: block;
    float: right;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    padding: 0px 12px 0px 0px;
    background: url(../img/icon-arrow-new.png) right 7px no-repeat;
    text-decoration: none;
}

a.read-more:hover {
	text-decoration: underline;
}

/***** account *****/

table.list {
    width: 605px;
}

table.list thead td {
    font-family: helveticaNeueMedium, Arial, Helvetica, Sans-serif;
    font-weight: bold;
    height: 30px;
}

table.list td {
    height: 30px;
    font-size: 14px;
}

table.list label {
    margin: 0px;
}

a.list-pdf {
    float: right;
    display: block;
    width: 19px;
    height: 23px;
    background: url(../img/icon-pdf.png);
}

table.list tr.divider td {
    height: 10px;
    font-size: 5px;
    line-height: 5px;
    background: url(../img/bg-divider-white-new.gif) left 5px repeat-x;
}

tr.account-order td {
    cursor: default;
}

td.r {
    text-align: right;
}

td.c {
    text-align: middle;
}

/***** basket *****/

tr.active td {
    background: #eeeeee;
}

tr.basket-article td {
    cursor: default;
}

tr.basket-article td a {
    color: #333333;
    text-decoration: none;
}
tr.basket-article.soldOut td, tr.basket-article.soldOut a {
    color: #e4eef1;
}
/*
tr.basket-article td a:hover {
        color: #333333;
        text-decoration: underline;
}*/

tr.total td {
    font-size: 14px;
}

a.basket-remove {
    display: block;
    float: right;
    width: 14px;
    height: 17px;
    background: url(../img/icon-remove-new.png) no-repeat;
}

div.discount-description {
    width: 285px;
    float: right;
    line-height: 28px;
    text-align: right;
}

/***** address *****/

form#login {
    margin-top: 18px;
}


/***** approval *****/

div.col {
    width: 50%;
    float: left;
}


/* twitter */

div#twitter-feed {
    clear: both;
    width: 320px;
    height: 427px;
    padding-top: 1px;
    margin-top: -10px;
    background: url(../img/bg-divider-white-new.gif) left top repeat-x;
}

/* google maps */

div#google_maps {
    width: 320px;
    height: 428px;
    margin-top: 0px;
}

span#infowindow_content a {
    color: #29898f !important;
    font-weight: bold !important;
}

div#google_maps div {
    position: static;
}

/***** footer *****/

div#footer {
    position: relative;
    clear: both;
    width: 980px;
    margin: 13px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
    background: #e4eef1 url(../img/bg-footer-divider.gif) left bottom repeat-x;
    z-index: 0;
}

ul.footer-menu {
    list-style: none;
    float: left;
    width: 170px;
    margin: 18px 0px 0px 0px;
    padding: 0px;
}

ul.footer-wide {
	width: 300px !important;
}

ul.footer-menu li {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
    display: block;
    float: left;
}

ul.footer-menu a {
    display: block;
    width: 165px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    padding: 0px 0px 0px 15px;
    color: #7a7a7b;
    text-transform: uppercase;
    text-decoration: none;
}

ul.footer-menu a:hover {
	color: #a8d5d6 !important;
}

ul.footer-menu a.footer-payment {
    clear: both;
    width: 176px;
    height: 21px;
    background: url(../img/sprite-fresh.png) -200px -497px no-repeat;
    padding: 0px;
    margin: 0px 0px 0px 15px;
}

ul.footer-menu a.footer-social {
	width: 0px;
    height: 43px;
    padding-left: 43px;
	margin: 0px 0px 20px 10px;
    overflow: hidden;
    float: left;
}

ul.footer-menu a.footer-twitter {
    background: url(../img/icon-twitter.png) 0px 0px no-repeat;
}
ul.footer-menu a.footer-facebook {
    background: url(../img/icon-facebook.png) 0px 0px no-repeat;
}
ul.footer-menu a.footer-instagram {
    background: url(../img/icon-instagram.png) 0px 0px no-repeat;
}

ul.footer-menu a:hover {
    color: #333333;
    text-decoration: none;
}

div.footer-menu {
	display: none;
    float: left;
    width: 150px;
    line-height: 22px;
    color: #9d9d9d;
}

div.footer-menu a {
    display: inline;
    color: #9d9d9d;
}

div.footer-menu a:hover {
    color: #333333;
    text-decoration: none;
}

form#newsletter {
    float: right;
    width: 310px;
    margin: 18px 10px 0px 0px;
}

form#newsletter h3, form#newsletter span.h3 {
    margin-left: 6px;
    color: #7a7a7b;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

form#newsletter input.frm-txt {
	background: #555656;
	color: #ffffff;
	border-color: #555656;
}

form#newsletter input.titled, form#newsletter textarea.titled {
	color: #e4eef1 !important;
}

form#newsletter a.button, div#headers a.button {
	background: #ffffff;
	color: #333333;
	border-color: #949b9f;
}

form#newsletter a.button span, div#headers a.button span {
	background: #ffffff;
}

/***** overlays *****/

a.overlaybox {
    cursor: pointer;
}

div.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -380px;
    width: 732px;
    height: 427px;
    padding: 14px;
    z-index: 10000;
    background: url(../img/bg-shadow-new.png);
    color: #333333;
}

div.overlay-small {
    display: none;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -220px;
    width: 412px;
    height: 227px;
    padding: 14px;
    z-index: 10000;
    background: url(../img/bg-shadow-small-new.png);
    color: #333333;
}

a.tooltip {
	display: block;
	float: right;
	background: #a8d5d6;
	width: 24px;
	height: 24px;
	color: #ffffff;
	margin-top: 1px;
	border-radius: 12px;
	line-height: 24px;	
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

div#overlay-video {
    display: none;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -489px;
    width: 950px;
    height: 534px;
    padding: 14px;
    z-index: 10000;
    background: url(../img/bg-shadow-video-new.png);
    color: #333333;
}

div#overlay-size {
    display: none;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -359px;
    width: 690px;
    height: 500px;
    padding: 14px;
    z-index: 10000;
    background: url(../img/bg-shadow-size.png);
    color: #333333;
}

div.overlay-inner {
    width: 732px;
    height: 427px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

div.overlay-small div.overlay-inner {
    width: 412px;
    height: 227px;
}

div#overlay-video div.overlay-inner {
    width: 950px;
    height: 534px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

div#overlay-size div.overlay-inner {
    width: 690px;
    height: 490px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

div.overlay img {
    float: left;
    width: 320px;
    height: 427px;
}

a.overlay-close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10001;
    display: block;
    width: 12px;
    height: 11px;
    background: url(../img/icon-close.png) left top no-repeat;
    cursor: pointer;
}

div.overlay div.overlay-content {
    float: right;
    width: 352px;
    height: 397px;
    padding: 25px 30px 25px 30px;
    overflow: hidden;
}

div#overlay-size div.overlay-content {
	float: none;
	width: 630px;
	height: 450px;
}

div.overlay div.overlay-content form {
    width: 382px;
}

div.overlay div.overlay-content div.divider {
    clear: both;
    width: 352px;
    height: 1px;
    margin: 18px 0px 18px 0px;
    background: url(../img/bg-divider-white-new.gif) left top repeat-x;
}


div#overlay-bg {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    filter:alpha(opacity=0);
    z-index: 9999;
}


/* buttons */

a.button {
    display: block;
    float: left;
    height: 25px;
/*    background: transparent url(../img/sprite-fresh.png) right -273px no-repeat;*/
	background: transparent url(../img/sprite-fresh.png) right -325px no-repeat; /* color */
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    padding: 0px 2px 0px 0px;
    margin: 0px 0px 4px 0px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    
    height: 22px;
    background: #9a141b;
    border: 1px solid #9a141b;
}

a.button:hover {
    text-decoration: none;
}

a.button-active {
    background: transparent url(../img/sprite-fresh.png) right -351px no-repeat;
    background: #9a141b;
}

a.button.r {
	margin-right: 2px;
}

a.button span {
    display: block;
    line-height: 20px;
    padding: 0px 11px 2px 10px;
/*    background: transparent url(../img/sprite-fresh.png) left -25px no-repeat;*/
    background: transparent url(../img/sprite-fresh.png) left -77px no-repeat; /* color */
    
    padding: 2px 11px 0px 14px;
    background: #9a141b;
}

a.button-active span {
    background: transparent url(../img/sprite-fresh.png) left -103px no-repeat;
    background: #9a141b;
}

div#header a.button {
	background: #949b9f;
	border-color: #949b9f;
}

div#header a.button span {
	background: #949b9f;
}

a.w70-center span {
    width: 79px;
    text-align: center;
}

a.color {
    background: transparent url(../img/sprite-fresh.png) right -325px no-repeat;
    background: #ffffff;
}
a.color-active {
    background: transparent url(../img/sprite-fresh.png) right -351px no-repeat;
    background: #ffffff;
}
a.color span {
    background: transparent url(../img/sprite-fresh.png) left -77px no-repeat;
    background: #ffffff;
}
a.color-active span {
    background: transparent url(../img/sprite-fresh.png) left -103px no-repeat;
    background: #ffffff;
}

a.button-large {
    display: block;
    float: left;
    height: 29px;
/*    background: transparent url(../img/sprite-fresh.png) right -377px no-repeat;*/
    background: transparent url(../img/sprite-fresh.png) right -437px no-repeat; /* color */
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 29px;
    padding: 0px 2px 0px 0px;
    margin: 0px 0px 4px 0px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;

    background: #a8d5d6;
    border: 1px solid #a8d5d6;
}

a.button-large:hover {
    text-decoration: none;
}

a.button-large-active {
/*    background: transparent url(../img/sprite-fresh.png) right -467px no-repeat;*/
}

a.button-large span {
    display: block;
    line-height: 28px;
    padding: 0px 8px 1px 10px;
/*    background: transparent url(../img/sprite-fresh.png) left -129px no-repeat;*/
    background: transparent url(../img/sprite-fresh.png) left -189px no-repeat; /* color */
    
    background: #a8d5d6;
}

a.button-large-active span {
    background: transparent url(../img/sprite-fresh.png) left -219px no-repeat;
    background: #a8d5d6;
}

a.color-large {
    background: transparent url(../img/sprite-fresh.png) right -437px no-repeat;
    background: #9a141b;
    border: 1px solid #9a141b;

}
a.color-large-active {
    background: transparent url(../img/sprite-fresh.png) right -467px no-repeat;
    background: #9a141b;
}
a.color-large span {
    background: transparent url(../img/sprite-fresh.png) left -189px no-repeat;
    background: #9a141b;
}
a.color-large-active span {
    background: transparent url(../img/sprite-fresh.png) left -219px no-repeat;
    background: #9a141b;
}

a.r {
    float: right !important;
}


/***** forms *****/

label {
    margin-right: 15px;
    cursor: pointer;
}

div.myAttention {
    margin: 18px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    color: #333333;
/*    background: url(../img/bg-attention-content.png) left top;*/
}

div.attention {
    width: 605px;
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 0px 0px;
    font-size: 14px;
    color: #7a7a7b;
    border: 1px solid #e4eef1;
    background: #e4eef1;
/*    background: url(../img/bg-attention-top.png) left top no-repeat;*/
}

div.attention div {
    width: 570px;
    padding: 0px 10px 0px 10px;
/*    background: url(../img/bg-attention-content.png);*/
}

div.attention span {
    display: block;
    width: 605px;
    height: 10px;
/*    background: url(../img/bg-attention-bottom.png) left top no-repeat;*/
}

form#detail-order div.attention {
    margin: 18px 0px -9px 0px;
    width: 428px;
    background: url(../img/bg-attention-top-order.png) left top no-repeat;
}

form#detail-order div.attention div {
    width: 408px;
    padding: 0px 10px 0px 10px;
    background: url(../img/bg-attention-content-order.png);
}

form#detail-order div.attention span {
    display: block;
    width: 428px;
    height: 10px;
    background: url(../img/bg-attention-bottom-order.png) left top no-repeat;
}

div.frm-txt {
    display: block;
    float: left;
    width: 308px;
    height: 25px;
/*    background: transparent url(../img/sprite-fresh.png) right -249px no-repeat;*/
    padding: 0px;
    margin: 0px 8px 0px 0px;
}

div.frm-txtarea {
    display: block;
    float: left;
    height: 69px;
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 8px 8px 0px;
}

div.frm-txtarea-medium {
    display: block;
    float: left;
    height: 120px;
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 8px 8px 0px;
}

div.frm-txtarea-large {
    display: block;
    float: left;
    height: 120px;
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 8px 8px 0px;
}

div.frm-txtarea-small {
    display: block;
    float: left;
    height: 87px;
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 14px 8px 0px;
}

div.frm-txt span {
    display: block;
    line-height: 23px;
    padding: 0px 0px 0px 0px;
    background: transparent url(../img/sprite-fresh.png) left 0px no-repeat;
    background: none;
}

input.frm-txt, input.frm-pw {
    width: 100%;
    height: 24px;
    font-family: helveticaNeueLight, Arial, Helvetica, Sans-serif;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #333333;
    border: 1px solid #555656;
    background: #ffffff;
    padding: 0px 4px 0px 4px;
    
    text-indent: 2px;
    
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input.c {
    text-align: center;
}

input.titled, textarea.titled {
    color: #cccccc !important;
}

textarea {
    width: 471px;
    height: 61px;
    font-family: helveticaNeueLight, Arial, Helvetica, Sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    border: 1px solid #555656;
    background: transparent;
    overflow-y: auto;
    margin: 0px;
    padding: 0px 0px 0px 7px;
    resize: none;
}

div.frm-txtarea-large textarea {
    width: 598px;
    height: 112px;
}

div.frm-txtarea-medium textarea {
    width: 461px;
    height: 112px;
}

div.frm-txtarea-small textarea {
    width: 287px;
    height: 86px;
}

div.selector select, select {
    width: 100%;
    height: 24px;
    font-family: helveticaNeueLight, Arial, Helvetica, Sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    border: 1px solid #555656;
    background: #ffffff !important;
    margin: 0px;
    padding: 0px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.selector select optgroup, select optgroup {
    font-family: helveticaNeueLight, Arial, Helvetica, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    padding: 0px;
    color: #333333;
    background: #ffffff !important;
}

div.selector select option, select option, div.selector select optgroup option, select optgroup option {
    font-family: helveticaNeueLight, Arial, Helvetica, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal !important;
    line-height: 20px;
    padding: 0px;
    color: #333333;
    background: #ffffff !important;
}

select option.header {
    color: #333333 !important;
    background: #ffffff !important;
}


div.w180 {
    float: left;
    width: 193px;
    height: 24px;
    margin: 0px 14px 8px 0px;
}

div.w164 {
    float: left;
    width: 164px;
    height: 24px;
    margin: 0px 14px 8px 0px;
}

div.w180-s {
    float: left;
    width: 193px;
    height: 24px;
    margin: 0px 18px 8px 0px;
}

table.list div.w180 {
    margin: 2px 0px 2px 0px;
}

div.w222 {
    float: left;
    width: 222px;
    height: 24px;
    margin: 0px 26px 8px 0px;
}

div#detail-order-from div.w222 {
    margin: 0px 0px 8px 0px;
}

div.w284 {
    float: left;
    width: 297px;
    height: 24px;
    margin: 0px 13px 8px 0px;
}

div.w284-s {
    float: left;
    width: 284px;
    height: 24px;
    margin: 0px 20px 8px 0px;
}

div.w284-other {
    float: left;
    width: 297px;
    height: 24px;
    margin: 0px 20px 8px 0px;
}

div.w314 {
    float: left;
    width: 320px;
    height: 24px;
    margin: 0px 14px 8px 0px;
}

div.w346 {
    float: left;
    width: 352px;
    height: 24px;
    margin: 0px 14px 8px 0px;
}

div.w346-other {
    width: 352px;
}

div.w384 {
    float: left;
    width: 400px;
    height: 24px;
    margin: 0px 14px 8px 0px;
}

div.w470 {
    float: left;
    width: 464px;
    height: 24px;
    margin: 0px 26px 8px 0px;
}

div.w470-other {
    float: left;
    width: 470px;
    margin: 0px 26px 8px 0px;
}

div.w474 {
    float: left;
    width: 474px;
    height: 24px;
    margin: 0px 26px 8px 0px;
}

div.w474-other {
    float: left;
    width: 480px;
    margin: 0px 26px 8px 0px;
}

div.w50 {
    float: left;
    width: 50px;
    height: 24px;
    margin: 0px 0px 8px 0px;
}

table.list div.w50 {
    margin: 2px 0px 2px 0px;
}

div.w82 {
    float: left;
    width: 90px;
    height: 24px;
    margin: 0px 13px 8px 0px;
}

div.w586 {
    float: left;
    width: 601px;
    margin: 0px 26px 7px 0px;
}

div.w586-other {
    float: left;
    width: 607px;
    margin: 0px 26px 8px 0px;
}

div.readonly-1 {
    background-image: none !important;
}

div.readonly-1 span {
    background-image: none !important;
}

div.r {
    float: right !important;
    margin: 0px 2px 4px 0px;
}