/* test */
.stream,
.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }
/* Accessibility tr1ck50r */
.pgwrap .wrap a.stream:focus,
.pgwrap .wrap a.stream:active,
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  background: #fff;
  border: 1px solid #029;
  margin: 0;
  padding: 3px 5px;
  color: #c00;
  right: 0;
  z-index:9999;
  font-size: 1em;
  white-space: nowrap;
}
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  position: absolute;
  right: -9999px;
}

.print { display: none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; -ms-overflow-y: scroll; }


body {
  background: #fff;
  margin: 0;
  padding: 0;
  color: #3e201e;
  line-height: 1.25;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body,
body.zoom1 { font-size: 12px;  ~font-size:  75.00%; }
body.zoom2 { font-size: 14px;  ~font-size:  87.50%; }
body.zoom3 { font-size: 18px;  ~font-size: 112.50%; }



div, table, caption { font-size: 1em; }


blockquote {
  margin: 0 3em 0 2em;
  padding: .3em .5em;
}
q:after, q:before { content: ""; }

sup {
  line-height: .5;
  vertical-align: .4em;
  ~display: inline-block;
  ~line-height: 1;
  ~margin-top: -1em;
}
sub {
  line-height: .5;
  vertical-align: -.4em;
  ~display: inline-block;
  ~line-height: 1;
  ~margin-bottom: -1em;
}


p, blockquote, ul, ol, dl, table {
  margin-top: 0px;
  margin-bottom: .7em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a { 
  color: #86112a;
  text-decoration: none;
}

a * {
  cursor: pointer;
  _cursor: hand;
}


acronym {
  cursor: help;
  border: none;
}
acronym:hover { border-bottom: 1px dotted #ddd; }


img {
  margin: 0;
  padding: 0;
  border: none; 
  vertical-align: top;
}


h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
h1 {
  font-size: 2em;
  margin-bottom: .55em;
}
h2 {
  font-size: 1.5em;
  margin-top: 1.57em;
  margin-bottom: .55em;
}
h3 {
  font-size: 1.33em;
  margin-top: 1em;
  margin-bottom: .64em;
}
h4 {
  font-size: 1.17em;
  margin-bottom: .2em;
}
h1 a, h2 a, h3 a, h4 a {
  color: #3e201e;
}


table { border-collapse: collapse; }
table, td, th, caption {
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
th acronym:hover { border: none; }
th.num, td.num {
  text-align: right; 
  white-space: nowrap; 
}

th.r,
td.r {
  text-align: right;
}

th.c,
td.c {
  text-align: center;
}






form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

input,
select,
textarea {
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #888;
  background: #fff;
  color: #000;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #000;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 98%; }

.button,
.fi_btn input {
  cursor: pointer; 
  _cursor: hand;
  background: #fff;
  border: 1px solid #888;
  color: #000;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #c00;
  color: #c00;
}


.reqerror label,
.typeerror label {
  font-weight: bold;
  color: #c33;
}
.typeerror label { color: #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border: 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border: 1px solid #936; }


acronym.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
acronym.req:hover { border: none; }






/* *****  clear  ***** */

.clear {
  clear: both;
}



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */


.pghead {
  background: url(i/pgh-bg.png) 50% 0 no-repeat;
}
.pghead .wrap {
  height: 136px;
  position: relative;
}
.home .pghead .wrap,
.whitepage .pghead .wrap {
  height: 125px;
}
.pghead .brand { 
  margin:0; 
  font-size :1em; 
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -80px;
}
.pghead .brand img.logo { vertical-align: middle; }
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */


.pgwrap .pgmain .wrap {
  position: relative;
  background: #f7f7f7;
  padding: 22px 32px 22px 26px;
  width: 838px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgwrap .pgmain .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.whitepage .pgmain .wrap {
  background: #fff;
  padding: 0;
  width: 939px;
}
.whitepage .pgmain2 .wrap {
  width: 998px;
}
.pgextra1 {
  float: left;
  width: 170px;
  _display: inline;
  margin-left: -170px;
  _margin-left: -171px;
}

.pgextra2 {
  float: left;
  width: 170px;
  margin-left: -760px;
  _display: inline;
}

.pgfoot {
  background: url(i/pgf-bg.png) 50% 0 no-repeat;
  clear: both;
}
.home .pgfoot,
.whitepage .pgfoot {
  background-image: url(i/pgf-wp-bg.png);
}
.pgfoot .wrap {
  height: 60px;
  padding-top: 28px;
}
.home .pgfoot .wrap,
.whitepage .pgfoot .wrap {
  padding-top: 17px;
}

.pghead .wrap,
.pgmain .wrap,
.pgfoot .wrap {
  width: 896px;
  margin: 0 auto;
  text-align: left;
}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.sbox {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 1em;
}

.boxhead { padding-top: 0; margin-top: 0; font-size : 1.17em; }
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }


.pgmain .boxhead,
.pgmain .article h1 {
  background: url(i/h1-bg.png) 0 100% no-repeat;
  padding: 0 14px 5px;
  margin-bottom: 18px;
  font-size: 2em;
  clear: both;
}




/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */

.meta {
  color: #777;
  display: block; 
  font-weight: normal;
  font-size: .92em;
}
.meta span { padding-right: .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #777; }





/* ******  buttons  ****** */

.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
}
.buttons {
  margin-top: 1.33em;
  clear: both;
}
.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  padding: 0 14px 0 0;
}
.wrap .buttons a {
  float: left;
}


/* ******  articlelist  ****** */

.articlelist .boxbody {
  padding: 0 13px;
}
.articlelist .item {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
.articlelist .item h3 {
  margin: 0 0 .2em;
}
.articlelist .item h3 .meta {
  font-size: .75em;
}
.articlelist .summary { line-height: 1.5; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist img {
  float: right;
  margin: .2em 0 .33em .5em;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: .7em;
}
.articlelist li a {
  font-weight: bold; 
}




/* ******  article  ****** */

.article .boxhead { position:absolute;right:9999px;left:auto; }
.article .boxbody { 
  line-height: 1.5; 
  padding: 0 407px 0 13px; 
  position: relative; 
}
.article .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.article h1 {
  margin-right: -407px;
  position: relative;
  z-index: 1;
}
.article .subtitle {
  clear: none;
  margin-top: -.54em;
  font-size: 1.09em;
}
.article .summary {
  color: #777;
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.article p { font-size: 1.09em; }
.article img { clear: both; vertical-align: text-bottom; }
.article img.left { float: left;  margin: .2em 2em .2em 0; }
.article img.right { float: right;  margin: .2em 0 .5em 2em; }
.article img.center { float: none; display: block; margin: 0 auto .7em auto; text-align: center;}

.article table {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th,
.article td {
  padding: 2px 8px;
}
.article .th th,
.article thead th {
  font-weight: bold;
  background-color: #eee;
  border-right: 1px solid #fff;
}
.article tr.odd th,
.article tr.odd td {
  background-color: #f8f8f8;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}


.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article ul {
  list-style: disc;
  padding-left: 2.5em;
  margin-bottom: .7em;
}
.article li { margin-bottom: .54em; }


.paging ul { list-style: none; padding: 0; }
.paging li { clear: none; }
.paging .prev { float: left; margin-right: 1em; }

.chapters ul { list-style: none; padding: 0; overflow: hidden; }
.chapters li { float: left; margin-right: 1em; }



/* *****  products-intro  ***** */

.products-intro {
  float: left;
  width: 410px;
}

.products-intro .boxhead {
  position: absolute;
  width: 810px;
}

.products-intro .boxbody {
  padding-left: 15px;
  line-height: 1.5;
  padding-top: 59px;
  
}

.products-intro p {
  margin-bottom: 1.9em;
}





/* ******  imagebox  ****** */

.imagebox {
  background: url(i/aimg-bg.png) 0 0 no-repeat;
  line-height: 1.2;
  font-size: .92em;
  float: right;
  margin: 0 -407px .75em 12px;
  color: #666;
  padding-top: 15px;
}

.imagebox ul.imagelist {
  background: url(i/aimg-bg.png) 0 100% no-repeat;
  list-style: none;
  padding: 0 13px 15px 14px;
  margin: 0;
}

.imagebox li.image {
  margin: 0;
  width: 318px;
  overflow: hidden;
}

.imagebox .img {
  display: block;
}

.imagebox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
}

.imagebox .imagelist li span,
.imagebox .imagelist li a {
  width: auto;
  height: auto;
}

.imagebox .longdesc,
.imagebox small.credit {
  padding: 7px 9px 5px 9px;
  margin-top: 5px;
}

.imagebox .longdesc strong.title {
  display: block;
}

.imagebox small.credit {
  display: block;
  position: relative;
  padding-top: 0;
  margin-top: -3px;
  font-size: .91em;
  color: #aaa;
}






/* *** imgpopup *** */

.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  text-align: center;
}

.ipopup-container {
  position : absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 18px;
}

.ipopup-container-wrapper {
  padding: 10px;
  margin: 32px auto;
  display : inline-block;
  background: #fff;
  position: relative;
}

.ipopup-container .image {
  display: block;
  text-align: center;
}

.ipopup-container .image img {
  _width: 666px;
  max-width: 666px;
}

.ipopup-container .title { display : none; }

.ipopup-container .desc {
  padding : 16px 0 7px;
  text-align : center;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}

.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}

.ipopup-container .close,
.ipopup-container .status {
  display: none;
}

.ipopup-container .stepper {

}

.ipopup-container .paging {
}

.ipopup-container .paging a {
  position: absolute;
  top: 256px;
  left: -45px;
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 43px;
  height: 32px;
  background: url(i/imgbox-prev.png) no-repeat;
}

.ipopup-container .paging .next a {
  background-image: url(i/imgbox-next.png);
  left: auto;
  right: -45px;
}

.ipopup-container .paging a:hover,
.ipopup-container .paging a:focus,
.ipopup-container .paging a:active {
  background-position: 0 -32px;
}

.ipopup-container .paging .next {
  float: right;
}

.ipopup-container .paging li.nav-end { display: none; }





/* ******  collection  ****** */

.collection {
  width: 939px;
  height: 505px;
  overflow: hidden;
  position: relative;
}

.collection .boxhead { position:absolute;right:9999px;left:auto; }

.collection .boxbody {
  margin: 0 -220px;
}

.collection .thumbsview li {
  height: 505px;
  overflow: hidden;
  margin: 0 2px;
  float: left;
}

.collection .listscroller-wrapper {
  width: 1378px;
  overflow: hidden;
}

.collection .listscroller-clip {
  width: 10000px;
}

.collection .listscroller-clip:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.collection .paging li {
  background: url(i/collection-overlay.png) 0 0 repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.collection .paging .next {
  left: auto;
  right: 0;
  background-position: 100% 0;
}
.collection .paging a {
  background: url(i/collection-arrows.png) 1000% 50% no-repeat;
  display: block;
  height: 505px;
  width: 242px;
  text-indent: -9999em;
  overflow: hidden;
}
.collection .paging a:hover,
.collection .paging a:focus {
  background-position: 0 50%;
  outline: 0;
}
.collection .paging .next a:hover,
.collection .paging .next a:focus {
  background-position: 100% 50%;
}

/*
.collflash .overlay {
  background: url(i/collection-overlay.png) 0 0 repeat-y;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 939px;
  height: 507px;
  
}
*/

/* ******  contactform  ****** */

.contactform .boxbody { 
  background: #e8e7e7;
  padding: 20px 20px 30px;
  width: 480px;
  position: relative;
  float: left;
}

.contactform .intro {
  font-size: 1.5em;
  padding-left: 8px;
}

.contactform p { clear: both; }
.contactform small { position:absolute;right:9999px;left:auto; }
.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_file,
.contactform .fi_chk,
.contactform .fi_static { clear: left; margin-bottom: 12px; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_file label,
.contactform .fi_static span {
  width: 105px;
  float: left;
  margin-top: .2em;
  padding-right: 13px;
  text-align: right;
}

.contactform .fi_txt input,
.contactform .fi_bdy input,
.contactform .fi_file input,
.contactform .fi_static input,
.contactform .fi_bdy textarea {
  padding: 5px;
  border: none;
  width: 330px;
}

.contactform textarea { 
  padding: 5px;
  border: none;
  width: 330px;
  height: 130px;
}

.contactform .fi_btn {
  position: absolute;
  bottom: -18px;
  width: 84px;
  height: 42px;
  right: 41px;
}

.contactform .fi_btn input {
  /* input-button image replacement */padding:0; margin:0; border:none; line-height:0; font-size:999px; letter-spacing:-9999px; text-indent:-999em; text-align:left; overflow:hidden;
  width: 84px;
  height: 42px;
  background: url(i/cf-btn-send.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.contactform .einfo {
  float: left;
  width: 223px;
  margin-left: 60px;
  margin-top: 16px;
  background: url(i/einfo-sep.png) repeat-y 75px 0;
}

.contactform .einfo h3 {
  text-align: right;
  font-size: 1.5em;
  margin-top: 0;
  padding-bottom: 17px;
  margin-bottom: -5px;
  background: #f7f7f7;
}

.contactform .einfo strong,
.contactform .einfo span {
  padding-bottom: 1.6em;
  line-height: 1.5;
}

.contactform .einfo strong {
  text-align: right;
  width: 63px;
  float: left;
  clear: left;
  font-weight: normal;
  color: #a3a3a3;
  margin-right: 37px;
  padding-top: 2px;
}

.contactform .einfo span {
  width: 105px;
  float: left;
  font-size: 1.15em;
}

.contactform .einfo a {
  color: #3E201E;
  text-decoration: underline;
}




/* ******  breadcrumbs  ****** */

.breadcrumbs { position:absolute;right:9999px;left:auto; }


/* ******  mnav  ****** */
.mnav {
  position: absolute;
  top: 96px;
  left: 50%;
  margin-left: -448px;
  width: 366px;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody { padding: 0; }

.mnav ul {}
.mnav li {
  _display: inline;
  float: left;
  padding: 0 16px 15px;
}

.mnav .boxbody a {
  background: url(i/menus.png) no-repeat;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: -9999em;
}
.mnav .home a { background-position: 0 0; width: 33px; }
.mnav .home a:hover,
.mnav .home a:focus { background-position: 0 -10px; }

.mnav .collect a { background-position: -50px 0; width: 77px; }
.mnav .collect a:hover,
.mnav .collect a:focus { background-position: -50px -10px; }

.mnav .shop a { background-position: -150px 0; width: 31px; }
.mnav .shop a:hover,
.mnav .shop a:focus { background-position: -150px -10px; }

.mnav .wtw a { background-position: -200px 0; width: 97px; }
.mnav .wtw a:hover,
.mnav .wtw a:focus { background-position: -200px -10px; }

.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  outline : 0;
}
.mnav .parent,
.mnav .current {
  background: url(i/menus-arrow.png) 50% 100% no-repeat;
}




/* ******  snav  ****** */
.snav {
  position: absolute;
  top: 96px;
  right: 50%;
  margin-right: -448px;
  width: 366px;
}
.snav .boxhead { position:absolute;right:9999px;left:auto; }
.snav .boxbody { padding: 0; }

.snav ul {
  float: right;
}
.snav li {
  _display: inline;
  float: left;
  padding: 0 16px 15px;
}

.snav .boxbody a {
  background: url(i/menus.png) no-repeat;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: -9999em;
}

.snav .about a { background-position: -300px 0; width: 39px; }
.snav .about a:hover,
.snav .about a:focus { background-position: -300px -10px; }

.snav .contact a { background-position: -350px 0; width: 53px; }
.snav .contact a:hover,
.snav .contact a:focus { background-position: -350px -10px; }

.snav .mcares a { background-position: -420px 0; width: 56px; }
.snav .mcares a:hover,
.snav .mcares a:focus { background-position: -420px -10px; }

.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
  outline : 0;
}
.snav .parent,
.snav .current {
  background: url(i/menus-arrow.png) 50% 100% no-repeat;
}




/* ******  enav  ****** */

.enav { 
  float: right;
  margin-right: 11px;
}
.enav .boxhead { position:absolute;right:9999px;left:auto; }
.enav ul {
  overflow: hidden;
  width: auto;
}
.enav li {
  float: left;
  display: inline;
  padding: 0 7px;
  border-left: 1px solid #9d8f8e;
  font-size: .92em;
}
.enav ul li:first-child,
.enav li.cat1 { border: none; }

.enav .boxbody a {
  color: #3a1e1d;
}

.enav .parent a,
.enav .current a { font-weight: bold; }





/* ******  monthlist ****** */
.pgmain td table.calendar {
  font-size: .92em;
}
.monthlist table.grid { width: 100%; }
.monthlist td {
  padding: 0 0 10px 0;
}

.events .pager,
.monthlist .pager {
  padding-top: 5px;
  text-align: center;
}
.events .pager .prev,
.monthlist .pager .prev {
  float: left;
  padding-right: 7px;
  border-right: 1px solid #eee;
}
.events .pager .next,
.monthlist .pager .next {
  float: right;
  padding-left: 7px;
  border-left: 1px solid #eee;
}




/* ******  calendar  ****** */
.monthlist .boxbody {
  position: relative;
}
.calendar { margin: 0; }
.pgextra1 .calendar,
.pgextra2 .calendar { width: 100%; }

.calendar th {
  text-align: center;
  font-size: .92em;
  padding: .2em;
  border-bottom: 1px solid #666;
}
.calendar td {
  padding: 0;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.calendar .sa { }
.calendar .su { color: #888; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display: block;
  font-style: normal;
  padding: 2px;
}
.calendar td.today i {
  font-style: italic;
}
.calendar td a:link,
.calendar td a:visited { font-weight: bold; }
.calendar td a:hover,
.calendar td a:focus,
.calendar td a:active { background-color: #eee; }



.dateinfo {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0px 4px;
  padding: 0;
  text-align: left;
}
td:hover .dateinfo {
  display: block;
}
.dateinfo strong {
  display: block;
  margin-bottom: 2px;
  padding: 2px 8px 0px 8px;
  color: #272727;
}
.dateinfo ul {
}
.dateinfo li {
  border-top: 1px solid #ccc;
}
.dateinfo li a {
  padding: 2px 8px 2px 4px;
}
.evwrap .dateinfo li a {
  min-width: 120px;
  max-width: 300px;
  display: block;
  text-align: left;
  font-weight: normal;
}





/* ******  advert  ****** */
.advert {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.advert .boxhead { text-align: left; }
.advert .boxbody { text-align: center; }
.advert img { margin-bottom: 1em; }





/* ******  loginform  ****** */
.loginform {}





/* ******  loginpagebox  ****** */

.loginpagebox label {
  width: 7em;
  float: left;
  margin-top: .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left: 7em;
}





/* ******  qsearch  ****** */
.qsearch {
  background: url(i/qsearch-bottom.png) 0 100% no-repeat;
  position: absolute;
  top: 13px;
  left: 50%;
  width: 210px;
  margin-left: 232px;
  padding-bottom: 8px;
  text-align: left;
}
.qsearch .boxhead {
  font-size: 11px;
  margin: 0;
  padding-left: 22px;
  width: 80px;
  line-height: 12px;
  height: 12px;
  background: url(i/search-sep.png) 100% 50% no-repeat;
}
.qsearch .boxbody {
  background: url(i/search-bg.png) 0 0 no-repeat;
  margin: 5px 0 2px 22px;
  width: 188px;
  line-height: 14px;
}
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .fi_txt input {
  width: 134px;
  background: none;
  border: none;
  padding: 0 5px 0 10px;
  font-size: 11px;
}
.qsearch .fi_btn input { 
  /* input-button image replacement */padding:0; margin:0; border:none; line-height:0; font-size:999px; letter-spacing:-9999px; text-indent:-999em; text-align:left; overflow:hidden;
  width: 18px;
  height: 20px;
  background: none;
}





/* ******  sitemap  ****** */
.sitemap .boxbody {
  font-weight: bold;
  font-size: 1.08em;
  padding-bottom: 3em;
}
.sitemap ul { width: 13em; }

.sitemap .level1 ul {
  margin: -3px 0 0 110px;
  _margin-bottom: -.5em;
  font-size: .92em;
  padding-bottom: 3px;
}
.sitemap ul.level3 {
  font-weight: normal;
  margin-left: 100px;
}
.sitemap ul.level4 {
  margin-left: 90px;
  font-size: 1em;
}
.sitemap li { margin-bottom: .5em; }

.sitemap a,
.sitemap i {
  display: block;
  padding: 2px 10px;
  background: #fff none 95% 45% no-repeat;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.sitemap i {
  color: #999;
  font-style: normal;
  background-image: url(i/icn-lock.gif);
}
.sitemap .level2 a,
.sitemap .level2 i { border-color: #d9d9d9; }
.sitemap .level3 a,
.sitemap .level3 i { border-color: #e9e9e9; }

.sitemap .boxbody a:hover,
.sitemap .boxbody a:focus,
.sitemap .boxbody a:active { border-color: #c00; }
.sitemap .boxbody i:hover { border-color: #aaa; }






/* ****** mediagallery ****** */

.mediagallery {
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-bottom: 1em;
}

.mediagallery .boxbody {
  text-align: center;
}

.mediagallery ul {
  width: 100%;
  overflow: hidden;
}

.mediagallery li {
  float: left;
  margin: 0 15px 15px;
  position: relative;
  _display: inline;
  text-align: center;
}

.mediagallery .pgr {
  text-align: right;
  padding : 5px 0;
}

.mediagallery .pgr a.prev {
  float: left;
}

.mediagallery .pgr a.next {
}

.mediagallery .pgs {
  clear: both;
}



/* albums (extends: mediagallery) */

.albums li {
  margin: 0;
}

.albums li a {
  overflow: hidden;
  display: block;
}

.albums li span.count {
}



/* imagelist (extends: mediagallery) */

.imagelist {
  overflow: hidden;
  _overflow: visible;
  margin-right: -20px;
  position: relative;
  display: block;
}

.imagelist .boxhead {
  display: none;
}

.imagelist .boxbody {

}

.imagelist ul {
  float: right;
  width: 297px;
}

.imagelist li {
  margin: 0;
}

.imagelist .boxbody li {
  padding: 7px;
  background: url(i/image-bg.png) no-repeat;
}

.imagelist li.hover,
.imagelist li:hover,
.imagelist li:focus,
.imagelist li:active {
  background-position: -99px 0;
}
.imagelist .boxbody li a {
  overflow: hidden;
  display: block;
  width: 85px;
  height: 127px;
  text-align: center;
  vertical-align: middle;
}
.imagelist .boxbody li img {
}

.imagelist li a:hover img,
.imagelist li a:focus img,
.imagelist li a:active img {}
  
.imagelist .pgr {
  float: right;
  clear: right;
  margin-right: 6px;
}

.imagelist .pgr a,
.imagelist .pgr span {
  /* image replacement */padding:0; display:inline-block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 12px;
  height: 12px;
  background: url(i/images-next.png) no-repeat;
  float: left;
}

.imagelist .pgr .prev {
  background-image: url(i/images-prev.png);
}

.imagelist .pgr a:hover,
.imagelist .pgr a:focus,
.imagelist .pgr a:active {
  background-position: 0 -12px;
}

.imagelist .pgs {
  float: right;
  clear: right;
  font-size: .92em;
  margin-right: 36px;
  margin-top: -17px;
  ~margin-top: -18px;
  white-space: nowrap;
}

.imagelist .pgs b {
  font-weight: normal;
}





/* imgalbum-bigimage (extends: mediagallery) */

.singleimage img {
}

.singleimage .content:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.singleimage .imgcontent .imgtext {
  text-align: left;
  margin: 0;
}

.singleimage .pgs {
}





/* ******  video  ****** */

.video {
}

.video .boxbody {
  float: left;
  padding: 16px;
  background: url(i/video-bg.png) repeat-y;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.video .boxbody img,
.video .boxbody object,
.video .boxbody embed {
  border: 1px solid #fff;
  display: block;
}






/* ******  footer  ****** */
.footer .boxhead { /* display: none; */ }





/* ******  byggiraeplica  ****** */
.byggiraeplica {
  position: absolute;
  left: 50%;
  margin-left: 299px;
  margin-top: -20px;
  padding-bottom: 20px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.byggiraeplica a {
  /* inline IR */display:inline-block; overflow:hidden; width:0; height:1px; font-size:1px; line-height:0; vertical-align:-2px;
  padding-left: 135px;
  padding-top: 19px;
  background: url(http://codecentre.eplica.is/f/e2-b25.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/e2-b25.png',sizingMethod='crop');
}





/* ******  imgbanner  ****** */
.imgbanner {}






/* ******  products  ****** */

.products {
  background: url(i/products-top.png) no-repeat 191px 45px;
}

.products .boxhead {
  margin-bottom: 14px;
}

.products .boxbody {
  margin: 0 -32px;
  overflow: hidden;
  _overflow: visible;
  background: url(i/products-bot.png) no-repeat 223px 100%;
}

.products .item,
.wrap .products-right .itm3,
.wrap .products-right .itm4 {
  background: url(i/products-sep.png) 50% 0 no-repeat;
  float: left;
  margin: 0 10px;
  _margin: 0 9px;
  padding: 21px 20px 3px;
  width: 165px;
  text-align: center;
  position: relative;
}

.products .itm1,
.products .itm2,
.products .itm3,
.products .itm4 {
  padding-top: 0;
  background: none;
}

.products .item img { display: none; }

.products .item span.img {
  display: block;
  background: #fff 50% 50% no-repeat;
  border: 1px solid #dbdbdb;
  width: 163px;
  height: 248px;
  margin-bottom: 6px;
}

.products .item h3 {
  font-size: 1em;
  margin: 0 0 6px;
}


.products .item a:hover,
.products .item a:focus,
.products .item a:active {
  text-decoration: none;
}

.products .item h3 strong {
  font-size: 1.5em;
  font-weight: normal;
  display: block;
}

.products .item a:hover span.img,
.products .item a:focus span.img,
.products .item a:active span.img {
  border-color: #B60707;
}


.products .colors {
  position: absolute;
  right: 21px;
  bottom: 60px;
}

.products .colors h4 {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 47px;
  height: 17px;
  background: #F7F7F7 url(i/products-colors-h4.png) no-repeat;
  position: absolute;
  bottom: -1px;
  ~bottom: 0;
  right: 0;
  border: 1px solid #dbdbdb;
  border-right: none;
  z-index: 10;
}

.products .colors-open h4 {
  background-position: 0 -17px;
  border-top-color: #f3f3f3;
  border-left-color: #f3f3f3;
}

.products .colors ul {
  background: url(i/products-colors-bg.png);
  border: 1px solid #E0E0E0;
  border-right: none;
  width: 92px;
  padding-bottom: 22px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}

.products .colors li {
  float: left;
  margin: 4px 2px 1px 3px;
}

.products .colors li a,
.products .colors li label {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  float: left;
}

.products .colors li a:hover,
.products .colors li a:focus,
.products .colors li a:active {
  width: 9px;
  height: 9px;
  border: 2px solid #000;
}



.products-right {
  float: right;
  width: 400px;
  margin-top: 59px;
}

.products-right .boxhead {
  display: none;
}





/* ****  product  **** */

.product .boxhead { position:absolute;right:9999px;left:auto; }

.product .boxbody {
  padding-left: 235px;
  background: url(i/product-sep.png) no-repeat 539px 53px;
  min-height:450px;
  _height:450px;
  position: relative;
}

.product .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.product .imagebox {
  float: left;
  width: 230px;
  text-align: center;
  background: none;
  position: absolute;
  left: -30px;
  top: -10px;
  z-index: 10;
}

.product .imagebox li.image {
  width: auto;
  overflow: visible;
}

.product .imagebox ul.imagelist {
  background: none;
  overflow: visible;
}

div.process-loading {
  position : absolute;
  top : 50px;
  left : 20px;
  border: 3px solid #EEEEE7;
  color : #777;
  padding : 10px 10px 10px 40px;
  background : #fff url(i/process-loading.gif) 7px 50% no-repeat;
}

div.zoom-img-wrapper {
  position : absolute;
  z-index : 10;
  top : 50px;
  left : 246px;
  border: 3px solid #EEEEE7;
}
div.zoom-img {
  width : 279px;
  height : 224px;
  background-color : #fff;
}
div.zoom-img-wrapper .closebtn {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 25px;
  height: 25px;
  background: url(i/closebtn.png) 1px 1px no-repeat;
  position: absolute;
  top: 3px;
  right: 3px;
  opacity: .67;
  filter: alpha(opacity=67);
}
div.zoom-img-wrapper .closebtn:hover,
div.zoom-img-wrapper .closebtn:focus,
div.zoom-img-wrapper .closebtn:active {
  background-position: 1px -22px;
  opacity: 1;
  filter: none;
}

span.thumbnail-ghost {
  background : url(i/thumbnail-ghost.png) no-repeat;
}


.product h1 {
  background: url(i/product-boxhead.png) no-repeat 0 100%;
  margin-top: -3px;
  padding-bottom: 4px;
  margin-left: -14px;
  padding-left: 14px;
  margin-bottom: .8em;
  width: 610px;
  position: relative;
}

.product .meta,
.product .desc,
.product .price {
  width: 280px;
}

.product .desc {
  margin-bottom: 1.5em;
  clear: both;
}

.product .price {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  float: left;
}

.product .price strong {
  display: block;
  font-weight: normal;
  padding-bottom: 3px;
}

.product .price b {
  font-weight: normal;
  padding-left: 2px;
}

.product .price b i {
  font-style: normal;
  font-weight: bold;
  font-size: 1.1em;
  position: relative;
  bottom: -1px;
}

.product .summary {
  line-height: 1.5;
  float: left;
  width: 305px;
}

.product .summary strong {
  font-size: 1.2em;
}

.product .summary .thumbs {
  padding-top: 32px;
}

.product .summary .thumbs img {
  border: 1px solid #dbdbdb;
  margin-right: 8px;
}

.product .summary .thumbs a:hover img,
.product .summary .thumbs a:focus img,
.product .summary .thumbs a:active img {
  border-color: #A40808;
}

.product .addtocart {
  float: right;
  width: 257px;
  top: 55px;
  right: 0;
  position: absolute;
  z-index: 10;
}

.product .sizes {
  margin-bottom: 1em;
}

.product .sizes li {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

.product .sizes li input { position:absolute;right:9999px;left:auto; }

.product .sizes li label {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 35px;
  height: 29px;
  background: url(i/sizes-s.png) no-repeat;
  cursor: pointer;
  _cursor: hand;
}

.product .sizes .s { margin-left: 0; }
.product .sizes .sm label { background-image: url(i/sizes-sm.png); }
.product .sizes .m label { background-image: url(i/sizes-m.png); }
.product .sizes .ml label { background-image: url(i/sizes-ml.png); }
.product .sizes .l label { background-image: url(i/sizes-l.png); }
.product .sizes .xl label { background-image: url(i/sizes-xl.png); }
.product .sizes .onesize label {
  background-image: url(i/sizes-onesize.png);
  width: 94px;
}


.product .sizes li.current label {
  background-position: 0 -29px;
}

.product .sizes li.disabled label {
  background-position: 0 -58px;
}


.product .colors {
  margin-bottom: 1.2em;
  margin-left: -5px;
}

.product .colors h4 {
  margin-left: 5px;
}

.product .colors li {
  float: left;
  margin-top: -3px;
  _height:0;~min-height:0; /* ie hasLayout fix */
  width: 29px;
  height: 29px;
  
  background: url(i/colors-hov-bg.png) no-repeat;
}

.product .colors li.current {
  background-position: 100% 0;
}

.product .colors li input { position:absolute;right:9999px;left:auto; }

.product .colors li label {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 17px;
  height: 17px;
  cursor: pointer;
  _cursor: hand;
  float: left;
  margin: 6px 7px;
}

.colors .white a,
.colors .white label,
.co .cartitem .color.white span { background: #f5f4f0 url(i/colors-border.png) no-repeat 50% 50%; }

.colors .black a,
.colors .black label,
.co .cartitem .color.black span { background: #201f1d; }

.colors .charcoalgray a,
.colors .charcoalgray label,
.co .cartitem .color.charcoalgray span { background: #4d4e53; }

.colors .mediumgray a,
.colors .mediumgray label,
.co .cartitem .color.mediumgray span { background: #868487; }

.colors .lightgray a,
.colors .lightgray label,
.co .cartitem .color.lightgray span { background: #cdcdcd; }

.colors .mossgreen a,
.colors .mossgreen label,
.co .cartitem .color.mossgreen span { background: #80775b; }

.colors .bottlegreen a,
.colors .bottlegreen label,
.co .cartitem .color.bottlegreen span { background: #7a9b7a; }

.colors .limegreen a,
.colors .limegreen label,
.co .cartitem .color.limegreen span { background: #32CD32; }

.colors .red a,
.colors .red label,
.co .cartitem .color.red span { background: #d90a1a; }

.colors .maroon a,
.colors .maroon label,
.co .cartitem .color.maroon span { background: #834c54; }

.colors .brown a,
.colors .brown label,
.co .cartitem .color.brown span { background: #513a28; }

.colors .beige a,
.colors .beige label,
.co .cartitem .color.beige span { background: #998f86; }

.colors .jeansblue a,
.colors .jeansblue label,
.co .cartitem .color.jeansblue span { background: #657487; }

.colors .plum a,
.colors .plum label,
.co .cartitem .color.plum span { background: #984874; }

.colors .indigo a,
.colors .indigo label,
.co .cartitem .color.indigo span { background: #25174a; }

.colors .whitewblackspots a,
.colors .whitewblackspots label,
.co .cartitem .color.whitewblackspots span { background: url(i/colors-whiteblackdots.png) no-repeat; }

.colors .blackwgrayhairs a,
.colors .blackwgrayhairs label ,
.co .cartitem .color.blackwgrayhairs span { background: url(i/colors-blackwgrayhairs.png) no-repeat 50% 50%; }

.colors .blueadarkblue a,
.colors .blueadarkblue label,
.co .colors strong.blueadarkblue
{ background: url(i/colors-blueadarkblue.png) no-repeat 50% 50%; }

.colors .greenadarkgreen a,
.colors .greenadarkgreen label,
.co .cartitem .color.greenadarkgreen span { background: url(i/colors-greenadarkgreen.png) no-repeat 50% 50%; }

.product .colors li.current label {
  position: relative;
}

.product .fi_qty {
  float: right;
  clear: right;
  width: 236px;
  height: 58px;
  background: url(i/quantity-bg.png) no-repeat;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 1.2em;
}

.product .fi_qty label {
  font-size: 1.1em;
  margin-bottom: 5px;
  display: block;
}

.product .fi_qty input {
  width: 70px;
  font-weight: bold;
  padding: 3px 5px;
}

.product .fi_qty input:hover,
.product .fi_qty input:focus,
.product .fi_qty input:active {
  border-color: #CB2418;
}

.product .fi_btn {
  clear: both;
  height: 100px;
  width: 168px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.product .fi_btn input {
  /* input-button image replacement */padding:0; margin:0; border:none; line-height:0; font-size:999px; letter-spacing:-9999px; text-indent:-999em; text-align:left; overflow:hidden;
  width: 168px;
  height: 100px;
  background: url(i/product-btn.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.product .fi_btn input:hover,
.product .fi_btn input:focus,
.product .fi_btn input:active {
  background-position: 0 -100px;
}


.product .continueshopping {
    bottom:-57px;
    clear:both;
    height:100px;
    left:44px;
    position:absolute;
    width:168px;
}
.product .continueshopping a{
    color:#FFF;
    background: url(i/quantity-bg.png) no-repeat;
    padding:8px;
}

.product .continueshopping a:hover,
.product .continueshopping a:focus,
.product .continueshopping a:active {
  color: #F7F7F7;
}


.product .imagelist {
  float: left;
  clear: left;
  width: 305px;
}

.product .imagelist li {
  float: left;
  margin-right: 7px;
  _display: inline;
  height: 79px;
  margin-bottom: 6px;
}

.product .imagelist li a {
  float: left;
  outline: 0;
}

.product .imagelist img {
  width: 51px;
  border: 1px solid #DBDBDB;
}

.product .imagelist li a:hover img,
.product .imagelist li a:focus img,
.product .imagelist li a:active img {
  border-color: #bbb;
}



/* **** currency **** */

.currency {
  position: absolute;
  right: 6px;
  top: 10px;
  z-index:20;
}

.currency strong {
  float: left;
  font-weight: normal;
  color: #929191;
  padding-right: 8px;
}

.currency div {
  float: left;
  margin-top: -4px;
}

.currency div a {
  width: 20px;
  background: url(i/products-currency-a.png) no-repeat 0 50%;
  display: block;
  text-align: center;
  float: left;
  margin: 0 3px;
  font-weight: bold;
  color: #3B201F;
  font-size: 1.35em;
}

.wrap .currency div a:hover,
.wrap .currency div a:focus,
.wrap .currency div a:active,
.wrap .currency div a.current {
  text-decoration: none;
  background-position: -20px 50%;
  color: #fff;
}





/* ****  cartstatus  **** */

.cartstatus {
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: 340px;
  width: 100px;
  z-index:30;
}

.cartstatus .boxhead,
.cartstatus .boxhead b {
  font-size: 11px;
  font-weight: normal;
}

.cartstatus .boxbody {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 192px;
  padding: 10px 14px 10px;
  background: #fff;
  border: 2px solid #613e3d;
  text-align: left;
}

.cartstatus .boxbody .boxhead {
  font-size: 14px;
  border-bottom: 1px solid #7c7777;
  padding: 0 5px 4px;
}

.cartstatus .boxbody .boxhead a:hover,
.cartstatus .boxbody .boxhead a:focus {
  color: #3a1f1d;
  text-decoration: none;
  cursor: default;
}

.cartstatus .boxbody .item {
  margin-bottom: 9px;
}

.cartstatus .boxbody .item h3 {
  font-size: 11px;
  padding: 5px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0;
}

.cartstatus .boxbody .item h3 span {
  display: block;
}

.cartstatus .boxbody .gtotal {
  background: #ddd7d7;
  border-top: 1px solid #5a3635;
  border-bottom: 1px solid #5a3635;
  overflow: hidden;
  padding: 5px;
  margin-bottom: 9px;
  font-size: 11px;
  vertical-align: baselilne;
}

.cartstatus .boxbody .gtotal span {
  float: right;
  font-size: 14px;
  font-weight: bold;
}

.cartstatus .boxbody .act a {
  background: url(i/bag-n-checkout.png) 0 0 no-repeat;
  display: block;
  width: 192px;
  height: 29px;
  overflow: hidden;
  text-indent: -9999em;
}

.cartstatus .boxbody a.act {
  background: url(i/closecart.png) 0 0 no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999em;
  width: 16px;
  height: 13px;
  position: absolute;
  top: 7px;
  right: 7px;
}







/**********************/
/*****  CHECKOUT  *****/
/**********************/

.co .errormsg {
  border: 1px solid #CC0000;
  color: #CC0000;
  font-size: 0.92em;
  margin-bottom: 33px;
  margin-top: 17px;
  padding: 11px;
  width: 146px;
}

.co .msgbox {
  border: 1px solid #CC0000;
  color: #CC0000;
  font-size: .92em;
  margin-bottom: 33px;
  margin-top: 17px;
  padding: 11px;
  width: 146px;
}

.co .boxbody {
  padding: 16px 0;
}

.co .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
/*
.co .steps {
  padding: 0;
  margin: 0;
  width: 957px;
  position : absolute;
  left: -19px;
  top: 5px;
  _height:0;min-height:0; *//* ie hasLayout fix *//*
  text-transform: uppercase;
  color: #aaa;
  font-weight: bold;
  list-style: none;
}

.co .steps li {
  width: 165px;
  background: #eee;
  float: left;
  margin: 0 4px 0 5px;
  padding: 8px 0 6px;
  text-align: center;
  _display: inline;
  border: 1px solid #e5e5e5;
}

.co .steps li a {
  color: #aaa;
}

.co .steps .current {
  background: #7b7b7b url(i/steps-current.gif) repeat-x;
  color: #fff;
}

.co .steps .current a {
  color: #fff;
}*/

.co h3,
.co h4 {
  color: #858584;
  border-bottom: 1px solid #DCDCDB;
  font-size: 1em;
  padding-bottom: 6px;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.co table { width: 100%; }

.co .cartlist table {
  margin-bottom: 1em;
  border-bottom: 1px solid #D6D6D6;
}

.co .cartlist tbody .grandtotal,
.co .cartlist tfoot .grandtotal {
  font-weight:bold;
}

.co .cartlist table .unitprice {
  padding: 7px 30px 7px 0;
  width:70px;
}
.co-step5 table { margin-bottom: -1px; }

.co-step5 h3 {
  margin-top: 26px;
  margin-bottom: 3px;
}

.co .col-row {
  width: 100%;
  overflow: hidden;
  background: url(i/sep.gif) no-repeat 414px 36px;
  padding-top: 2.08em;
  margin-bottom: 12px;
}

.co .col-1_2 {
  float: left;
  width: 49.9%;
  border-top: 2px solid #dcdcdb;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.co .col-first {
  width: 46.9%;
  padding-right: 3%;
}

.co .col-1_2 .fi_btn {
  padding-left: 100px;
  padding-top: 21px;
}

.co .col-1_2 .fi_btn input { width: 68px; }

.co .col-row h3 {
  border-bottom: 0;
  margin: -1.8em 0 3px 0;
  position : relative;
}

.co .col-row form h3 { margin-bottom: 12px; }

.co .col-row table { margin-bottom: -1px; }

.co .intro {
  font-size: 1.2em;
  color: #616161;
}

.co .catlist table {
  border-bottom: 1px solid #D6D6D6;
}

.co th,
.co td {
  padding: 17px 18px 13px 18px;
  vertical-align: middle;
}

.co th {
  color: #858584;
  padding-top: 0;
  padding-bottom: 8px;
  font-weight: normal;
}

.co td {
  border-top: 1px solid #D6D6D6;
}

.co .cartlist .tcol1 { width: 164px; }
.co .cartlist .tcol2 { width: 72px; }
.co .cartlist .tcol3 { width: 60px; }
.co .cartlist .tcol4 { width: 60px; }
.co .cartlist .tcol5 { width: 58px; }
.co .cartlist .tcol6 { width: 86px; }

.co .nextform .tcol1,
.co .nextform .tcol2 {
  width: 50%;
}

.co td {
  font-size: 1.2em;
}

.co .colors strong,
.co .color span{
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 19px;
  height: 19px;
  border: 1px solid #070707;
  margin-left: 5px;
}


.co table .act a {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 13px;
  height: 14px;
  background: url(i/act-del.png) no-repeat;
  margin-left: 16px;
}

.co table .act a:hover,
.co table .act a:focus,
.co table .act a:active {
  background-position: -13px 0;
}


.co .nextform {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}


.co .fi_txt,
.co .fi_sel { margin-bottom: .2em; }

.co .fi_txt label,
.co .fi_sel label {
  display : block;
  padding-bottom: 2px;
}

.co .fi_txt input,
.co .fi_sel select {
  width: 165px;
  padding-top: 0;
  padding-bottom: 0;
}

.co .fi_sel select {
  font-size: .92em;
  width: 169px;
}


.co td.fi_qty label { position:absolute;right:19999px;left:auto; }

.co td.fi_qty input {
  width: 70px;
  border: 1px solid #B9B9B9;
  padding: 2px 5px;
  font-size: .83em;
  color: #555;
}



.co .fi_rdo {
  border-bottom: 1px solid #E7E7E6;
  padding-bottom: 6px;
  margin-bottom: 8px;
}

.co .fi_sel label {
  display: inline;
  padding-right: 50px;
}


.co .fi_static {
  border-bottom: 1px solid #e7e7e6;
  padding: 7px 0;
}

.co .fi_static strong {
  width: 110px;
  text-align: right;
  float: left;
  padding-right: 10px;
}

.co .fi_static span a {
  color: #858584;
  font-size: .92em;
  background: url(i/static-asep.gif) no-repeat 0 60%;
  padding-left: 5px;
  margin-left: 3px;
}



.co .ccinfo:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.co .ccinfo h3 { margin-bottom: 5px; }

.co .ccinfo .fi_sel,
.co .ccinfo .fi_txt,
.co .ccinfo .fi_hid {
  float: left;
  width: 49.9%;
  border-bottom: 1px solid #e7e7e6;
  padding-top: 6px;
  padding-bottom: 6px;
}

.co .ccinfo .fi_sel label,
.co .ccinfo .fi_txt label,
.co .ccinfo .fi_hid label{
  float: left;
  width: 82px;
  text-align: right;
  margin-right: 15px;
}

.co .ccinfo .fi_sel select,
.co .ccinfo .fi_txt input { width: 180px; }

.co .ccinfo .fi_sel select { width: 184px; }

.co .ccinfo .fi_mmyy select {
  width: 87px;
  margin-right: 7px;
}


.co .ccinfo .fi_ccv2 { position : relative; }

.co .ccinfo .fi_ccv2 input {
  float: left;
  margin-right: 6px;
  width: 145px;
}

.co .ccinfo .fi_ccv2 img {
  position : absolute;
  top: -125px;
  right: -60px;
  z-index: 10;
}

.co .ccinfo .fi_ccv2 a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 33px;
  height: 21px;
  background: url(i/ccnum.gif) no-repeat;
  float: left;
  margin-top: -3px;
}



.co .sub-total,
.co .total {
  font-size: 1.1em;
  margin-bottom: 8px;
  text-align: right;
  _height:0;min-height:0; /* ie hasLayout fix */
  float: right;
}

.co-step1 .sub-total,
.co-step1 .total { padding-right: 18px; }

.co .sub-total {
  padding-top: 12px;
  margin-bottom: 60px;
}

.co .total span,
.co .sub-total span {
  color: #838282;
  font-size: .92em;
}

.co .total strong,
.co .sub-total strong {
  font-size: 1.2em;
  padding-left: 20px;
}

.co .total {
  border-bottom: 2px solid #3A1F1E;
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 4px;
  margin-top: -50px;
  margin-bottom: 60px;
}

.co-step5 .total { padding-top: 18px; }

.co-step5 .total strong {
  background: #616161;
  padding: 8px 14px;
  color: #fff;
}

.co-step1 .fi_btn,
.co-step3 .fi_btn,
.co-step5 .fi_btn { text-align: right; }

.co-step1 .fi_btn {
  clear: right;
  float: right;
  _float: none;
}

.co .nextform .fi_btn input {
  /* input-button image replacement */padding:0; margin:0; border:none; line-height:0; font-size:999px; letter-spacing:-9999px; text-indent:-999em; text-align:left; overflow:hidden;
  width: 125px;
  height: 42px;
  background: url(i/co-btn-checkout.png) no-repeat;
}

.co .nextform .fi_btn input:hover,
.co .nextform .fi_btn input:focus,
.co .nextform .fi_btn input:active {
  background-position: 0 -42px;
}


.co .btnrow { clear: both; }


.co .btnrow input {
  float: right;
  margin-left: 5px;
}



.wrap .co .minor input {
  border-color: #e5e5e5;
  background: #eee;
  color: #bbb;
}

.wrap .co .minor input:hover,
.wrap .co .minor input:focus,
.wrap .co .minor input:active {
  border-color: #bbb;
  color: #aaa;
}


.checkout table tfoot td {
  border: none;
}

/*
.wrap .co .calc {
  padding-left: 422px;
  text-align: left;
  float: left;
  clear: none;
}


.wrap .co .calc input {
  border: 1px solid #AEA3A3;
  background: #DDD7D7;
  color: #391F1E;
  font-weight: normal;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 82px;
}

.wrap .co .calc input:hover,
.wrap .co .calc input:focus,
.wrap .co .calc input:active { background-position: 0 -16px; }*/


.co-step5 .act { padding-top: 16px; }

.co-step5 .act a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 75px;
  height: 20px;
  background: no-repeat;
  float: left;
  margin-right: 12px;
  _display: inline;
}

.co-step5 .act a.printpage { background-image: url(i/act-printpage.gif); }
.co-step5 .act a.sendpage { background-image: url(i/act-sendpage.gif); }

.co-step5 .act a:hover,
.co-step5 .act a:focus,
.co-step5 .act a:active { background-position: 0 -20px; }




.pleasewait-loading {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width : 214px;
  height : 111px;
  margin : 10px auto;
  background : url(i/loading.gif) 0 0 no-repeat;
}

.co .forgottenpassword {
  display: none;
  margin-top: 40px;
  border-top: 2px solid #DCDCDB;
}
.co .toggleforgotten {
  cursor: pointer;
}


.product .act, 
.co .act {
  float: left;
}
.co .cartlist .act {
  float: none;
}

.product .act a.back,
.co .act a.back {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 187px;
  height: 42px;
  background: url(i/co-btn-back.png) no-repeat;
}

.co .act a.back:hover,
.co .act a.back:focus,
.co .act a.back:active {
  background-position: 0 -42px;
}


.co .we-accept {
  text-transform: uppercase;
  color: #838282;
  float: right;
  clear: both;
  padding-right: 118px;
  background: url(i/we-accept.png) no-repeat 100% 0;
  padding-top: 8px;
  padding-bottom: 7px;
  margin-right: -6px;
  position: relative;
}




/* *****  banner  ***** */

.banner {
  margin: 0 -48px;
}





/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #b60707;  text-decoration: underline; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }







