@media screen {
  /* **********  BASIC SCREEN STYLES  ********** */
  
.stream { position:absolute;right:9999em;left:auto; }
.print { display : none; }


/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html, body { height : 100%; }

body {
  margin : 0;
  padding : 0;
  color : #262626;
  line-height : 1.4;
  text-align : center;
  font-family : Arial, Helvetica, sans-serif;
  background: #D1E3E3;
}

body { font-size : 12px;  ~font-size :  75.00%; }
body.zoom { font-size : 16px;  ~font-size :  100%; }


div, table, caption { font-size : 1em; }


blockquote {
  margin : 0 3em 0 2em;
  padding : .3em .5em;
}
q:after, q:before { content : ""; }


p, blockquote, ul, ol, dl, table {
  margin-top : 0;
  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 : #406070;
  text-decoration: none;
}


acronym {
  cursor : help;
  border : none;
}

acronym:hover { border-bottom : 1px dotted #ddd; }


img {
  margin : 0;
  padding : 0;
  border : none; 
  vertical-align : middle;
}


h1, h2, h3, h4 {
  margin-top : 0;
  margin-bottom : 0;
}
h1 {
  font-size : 1.27em;
  margin-bottom : .55em;
}
h2 {
  font-size : 1.27em;
  margin-top : 1.57em;
  margin-bottom : .55em;
}
h3 {
  font-size : 1.09em;
  margin-top : 1em;
  margin-bottom : .64em;
}
h4 {
  font-size : 1em;
  margin-bottom : .2em;
}




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; 
}






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,
.fi_txt input {
  border : 1px solid #B3C7C7;
  background : #fff;
  color : #555;
  padding: 1px;
}

textarea:focus,
textarea:active,
.fi_txt input:focus,
.fi_txt input:active { border-color: #599796; }


.fi_btn input {
  cursor : pointer; 
  _cursor : hand;
  background : #f1f1f1;
  border : 1px solid #B3C7C7;
  color: #555;
}

.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color : #395462;
  background-color: #2B6263;
  color : #fff;
}


.reqerror li { color:  #c33; }

.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;
  color: #c00;
}
acronym.req:hover { border : none; }




/* *****  clear  ***** */
.clear { clear : both; line-height : 0px; font-size : 1px; }


/* ***** sep ***** */

.sep {
  padding-top: 10px;
  border-bottom: 2px solid #eee;
}



/* **************** */
/* Layout          */
/* ************** */

.bodywrap {
  position : relative;
  text-align : left;
  background: #fff;
  margin : 0 auto;
  /* width: 320px; */
}



.pageheader {
  height: 85px;
}



.pageheader .brand a {
  position: relative;
  z-index: 1;
}

.pageheader .brand img {
  height: 68px;
}


.skiplink {
  position: absolute;
  left: 0;
  top: 68px;
  width: 100%;
  background: #224d4e url(i/mnav-bg.gif) repeat-x;
}

.skiplink p {
  margin: 0;
  background: url(i/skiplink-arrow.png) no-repeat 4% 50%;
}

.skiplink a {
  display: block;
  color: #fff;
  padding: 1px 4% 0 4%;
  text-decoration: underline;
  margin-left: 17px;
}

.wrapper .skiplink a:hover,
.wrapper .skiplink a:focus,
.wrapper .skiplink a:active {
  color: #fff;
  text-decoration: none;
}

.skiplink hr { display: none; }


.pagebody {
  background: url(i/pb-bg.gif) repeat-x;
  _display: inline;
}

.pagebody .wrapper { padding: 0 4% 32px; }

.pageextra1,
.pageextra2 {
  background: url(i/p1p2-bg.gif) repeat-x;
  _display: inline;
}

.pageextra1 .wrapper,
.pageextra2 .wrapper {
  padding: 0 4% 12px;
  background: url(i/mobile-sep.png) repeat-x;
}

.pageextra2 .wrapper {
  padding-top: 16px;
}

.pageextra5 {
  background: #D1E3E3;
  clear: both;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.pageextra5 .wrapper {
  padding: 0 4%;
}


.pageextra5 .wrapper,
.pageextra2 .wrapper,
.pageextra1 .wrapper,
.pageheader .wrapper,
.pagebody .wrapper { _height:0;min-height:0;/* ie hasLayout fix */ }



/* ************** */
/* BOX           */
/* ************ */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  position : relative;
  margin-bottom : 1.5em;
}

.boxhd {
  padding-top: 1em;
  margin-top: 0;
  color: #2B6263;
  font-size: 1.16em;
}

.content { _height:0;min-height:0;/* ie hasLayout fix */ }


.pagebody h1.boxhd {
  font-size: 1.4em;
  padding-top: .7em;
  margin-bottom: .7em;
}

.pagebody .box .content {  }



.pageextra1 .box .content { font-size: .92em; }






/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */

.meta {
  color : #777;
  display : block; 
  font-weight : normal;
  font-size : .83em;
}
.meta span { padding-right : .5em; }

.wrapper .meta a:link,
.wrapper .meta a:visited { color : #777; }



/* ****** buttons ****** */

.more,
.archivelink {
  background: url(i/snav-hov-arrow.gif) no-repeat 0 .33em;
  display : block;
  font-size: .92em;
}

.more a,
.archivelink a {
  padding-left: 17px;
  background: url(i/more-arrow.gif) no-repeat 0 .33em;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
}


.more a:hover,
.more a:focus,
.more a:active,
.archivelink a:hover,
.archivelink a:focus,
.archivelink a:active { background: none; }





/* ******  article  ****** */

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

.article .content h2,
.article .content h3 { margin-top: .4em; }

.article .content a { text-decoration: underline; }

.article .content a:hover,
.article .content a:focus,
.article .content a:active {
  text-decoration: none;
}

.article .summary {
  color : #5B5B5B;
  margin : 0 20px .7em 0;
  font-weight: bold;
}

.article .summary p { margin : 0; }

.article img {
  clear : both;
  vertical-align : text-bottom;
  border: 1px solid #b3c7c7;
  padding: 1px;
  background: #fff;
  max-width: 290px;
}
.article img.left {
  float : left;
  margin : 0 1em .7em 0;
}
.article img.right {
  float : right;
  margin : 0 0 .7em 1em;
}

.article img.left,
.article img.right {
  max-width: 150px;
}

.article img.center {
  float : none;
  display : block;
  margin : 0 auto .7em auto;
  text-align : center;
}


.article ul {
  list-style : disc;
  padding-left : 1.1em;
  margin-bottom : 1.2em;
}

.article li { margin-bottom : .2em; }

.wrapper .article li a { text-decoration: none; }

.wrapper .article li a:hover,
.wrapper .article li a:focus,
.wrapper .article li a:active { text-decoration: underline; }


.article table {
  border-right: 1px solid #ccc;
  margin-bottom: 1.2em;
  clear: both;
}

.article caption { 
  font-style : italic;
  padding : .2em 0;
  text-align : left;
}

.article th {
  font-weight : bold;
  padding : .4em .6em;
  background: #224d4e url(i/mnav-bg.gif) repeat-x;
  color: #fff;
}

.article td {
  padding : .2em .6em;
  border-left : 1px solid #ccc;
  border-bottom: 1px solid #ccc
}

.article tr.alt td { background-color : #eee; }

.article table.grid,
.article table.grid td {
  background : transparent none;
  border : none;
  padding : 0
}

.article table.grid img {
  padding: 0;
  background: none;
  border: none;
}

.article table.grid a { text-decoration: none; }
.article table.grid a:hover,
.article table.grid a:focus,
.article table.grid a:active { text-decoration: underline; }


.article object {
  max-width: 294px;
}



/* imgbox */


.article .imgbox {
  float: right;
  text-align: center;
  margin: 0 0 1em 2em;
}

.home .article .imgbox {
  margin-top: -41px;
}

.article .imgbox img {
  margin-bottom: .2em;
}

.article .imgbox .imgcontent {
  font-size: .92em;
}
.article .imgbox .imgcontent p {
  margin-bottom: 0;
}



/* articlelist? */

.article .item {
  margin-bottom : 1em;
  padding-top: 1em;
  background: url(i/dots.gif) repeat-x;
  width : 100%;
  overflow : hidden;
}

.article .item h3 {
  margin : 0;
  font-size: 1.1em;
}

.article .item h3 a { text-decoration: none; }

.article .item .summary { font-weight: normal; }

.article .item .summary p { margin : 0; }


.article .item img {
  float : right;
  margin : -2.6em 0 .7em 1em;
  padding: 1px;
  border: 1px solid #b3c7c7;
  background: #fff;
}

.article .pager {
  font-size: .92em;
  background: url(i/dots.gif) repeat-x;
  padding-top: .7em;
}

.article .pgs {
  width: 6em;
  text-align: center;
  margin: 0;
  padding: 0;
}

.article .pgs span { position:absolute;right:19999px;left:auto; }

.article ul.pgr {
  list-style: none;
  padding: 0;
  margin-top: -1.4em;
  width: 6em;
  position : relative;
}

.article .pgr li { position : absolute; }

.article .pgr .next { right: 0; }


/* contactform? */

.article .fi_txt { clear: left; }

.article .fi_txt input { width: 35%; }

.article .fi_txt label,
.article .fi_bdy label {
  width : 7em;
  float : left;
  margin-top : .1em;
  margin-bottom: .7em;
}

.article .fi_bdy { clear: left; }

.article .fi_btn {
  clear: left;
  margin-left: 7em;
  margin-top: .6em;
  padding-bottom: 2px;
}

.article textarea { width : 70%; }




/* brands? */

.article .brands .boxhd {
  background: url(i/dots.gif) repeat-x 0 100%;
  padding-bottom: 8px;
}

.article .brands .boxhd a { text-decoration: none; }
.article .brands .boxhd a:hover,
.article .brands .boxhd a:focus,
.article .brands .boxhd a:active { text-decoration: underline; }

.article .brands .content {
  background: none;
  padding: 0;
}

.article .brands .content:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.article .brands .item {
  background: none;
  padding: 4px 0 0 0;
}

.article .brands .item .summary { margin: 0; }

.article .brands .item img { margin-top: 0; }

.article .brands .more { margin-top: .2em; }





/* ******  pontun  ****** */

.article .pontun fieldset {
  margin-bottom: .7em;
}

.article .pontun .fi_txt,
.article .pontun .fi_sel,
.article .pontun .fi_bdy { padding-bottom: .7em; }

.article .pontun .fi_txt label,
.article .pontun .fi_sel label,
.article .pontun .fi_bdy label {
  float: none;
  width: auto;
  margin-bottom: 0;
  display: block;
}

.article .pontun input { width: auto; }

.article .pontun .bill-to,
.article .pontun .send-to {
  float: left;
  width: 49.9%;
}

.article .pontun .items {
  clear: both;
  max-width: 365px;
}

.article .pontun .items .fi_txt,
.article .pontun .signature .fi_txt,
.article .pontun .bill-to .fi_pnr,
.article .pontun .send-to .fi_pnr {
  float: left;
  padding-right: 12px;
}

.article .pontun .items .fi_txt,
.article .pontun .signature .fi_txt,
.article .pontun .bill-to .fi_tel,
.article .pontun .send-to .fi_tel { clear: none; }

.article .pontun .items label { position:absolute;right:19999px;left:auto; }

.article .pontun .items .itm1 label,
.article .pontun .items .itm2 label { position: static }

.article .pontun .items .itm2 label {
  display: none;
}

.article .pontun .items .fi_txt input { width: 153px; }



.article .pontun .items .fi_qty input { width: 42px; }

.article .fi_bdy textarea {
  height: 110px;
}

.article .fi_chk label { font-weight: bold; }

.article .fi_chk small {
  display : block;
  padding-left: 27px;
}

.article .fi_chk small strong {
  color: #c00;
  font-weight: normal;
  display : block;
}


.article .extra .fi_bdy label { position:absolute;right:19999px;left:auto; }

.article .pontun .fi_bdy,
.article .pontun .fi_btn {
  margin-left: 0;
  clear: both;
}

.article .pontun .more {
  float: right;
  padding-right: 100px;
}

.article .pontun .more {
  float: right;
}

.article .pontun .more a {
  _display: inline;
}

.article .pontun .fi_btn {
  float: left;
  clear: none;
  margin-top: -4px;
}



/* ******* gallery ******* */

.article ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.article ul.gallery:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.article ul.gallery li {
  float: left;
  height: 100px;
  width: 100px;
  margin: 0 16% 5px 0;
  _display: inline;
}

.article ul.gallery li a:hover img,
.article ul.gallery li a:focus img,
.article ul.gallery li a:active img { border-color: #395462; }




/* ******  tenglar  ****** */

.article ul.tenglar {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article ul.tenglar li {
  margin-bottom: 1em;
}

.article ul.tenglar li img {
  
}





/* ******  mnav  ****** */

.mnav {
  background: #224d4e url(i/mnav-bg.gif) repeat-x;
  display: block;
}

.mnav .boxhd { position:absolute;right:19999px;left:auto; }

.mnav .content {
  width: 100%;
  overflow: hidden;
}

.mnav ul {

}

.mnav li {
  background: url(i/mnav-hov-arrow.gif) no-repeat 12px 1.25em;
  border-bottom: 5px solid #fff;
}

.mnav li a {
  color: #fff;
  text-transform: uppercase;
  font-family: Trebuchet MS;
  font-weight: bold;
  padding: 12px 12px 10px 32px;
  background: url(i/mnav-arrow.gif) no-repeat 12px 1.25em;
  display : block;
}

.mnav .parent a,
.mnav .current a {
  color: #72a39f;
}

.wrapper .mnav li a:hover,
.wrapper .mnav li a:focus,
.wrapper .mnav li a:active {
  color: #e0f4f4;
  background: none;
  text-decoration: none;
}


/* ******  snav  ****** */
  
.snav .boxhd { position:absolute;right:19999px;left:auto; }

.snav .content {
  
}

.snav li {
  background: #eee url(i/snav-hov-arrow.gif) no-repeat 14px 1.3em;
  border-bottom: 5px solid #fff;
  border-top: 1px solid #ccc;
}

.snav li a {
  padding: 12px 12px 10px 32px;
  background: url(i/more-arrow.gif) no-repeat 13px 1.3em;
  _height:0;min-height:0; /* ie hasLayout fix */
  display : block;
  color: #457575;
  font-weight: bold;
  border: 1px solid #ccc;
  border-top: none;
}

.snav .current { 
  border-top-color: #777;
}

.snav .current a {
  color: #767676;
  border-color: #777;
}
.snav .parent a { background-position: -100px 0; }

/* l2 */

.snav .level2 {
  border-top: 5px solid #fff;
  margin-bottom: -5px;
}

.snav .level2 li {
  background-position: 32px 1.3em;
  margin-bottom: 0;
  border-top-color: #ccc;
}

.snav .level2 li a {
  font-weight: normal;
  background-position: 31px 1.3em;
  color: #457575;
  padding: 12px 12px 10px 50px;
  border-color: #ccc;
}

.snav .level2 .current {
  border-top-color: #777;
}

.snav .level2 .current a {
  color: #767676;
  font-weight: bold;
  border-color: #777;
}

.wrapper .snav li a:hover,
.wrapper .snav li a:focus,
.wrapper .snav li a:active {
  background: none;
  color: #355e5e;
  text-decoration: none;
}


/* ****** enav ***** */

.enav li {
  border: 1px solid #B3C7C7;
  padding: 1px;
}

.enav li a {
  background: #224d4e url(i/mnav-bg.gif) repeat-x;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  padding: 8px 0;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1em;
  text-align: center;
}

.wrapper .enav li a:hover,
.wrapper .enav li a:focus,
.wrapper .enav li a:active {
  background: #224d4e;
  color: #fff;
}






/* ******  advert  ****** */

.advert {
  text-align : center;
  overflow : hidden;
  width : 100%;
}

.pageextra5 .advert {
  display: none;
}










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

.footer .boxhd { position:absolute;right:19999px;left:auto; }

.footer .content {
  text-align: center;
  color: #5C8889;
  font-size: .92em;
  padding: 10px 0;
}

.footer i { margin: 0 4px; }




/* *****  ophone  ***** */

.ophone {
  position: absolute;
  line-height: 1.2;
  top: 16px;
  right: 4%;
  font-size: 1.2em;
  color: #777;
  text-align: center;
}

.ophone strong {
  display: block;
  color: #224d4e;
  font-size: 1.4em;
}




/* ******  imgbanner  ****** */

.pageextra5 .imgbanner {
  top: 170px;
  left: 10px;
  display: none
  
}

.pageextra5 .brandsrep {
  position : absolute;
  top: 18px;
  right: 4%;
  float: left;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.pageextra5 .brandsrep img {
  width: 95px;
}






/* ****** fontsizer  ****** */

.fontsizer {
  position : absolute;
  top: 140px;
  right: 27px;
  width: 50px;
  z-index: 10;
  
  display: none;
  
}

.fontsizer .boxhd { position:absolute;right:19999px;left:auto; }

.fontsizer li { float: right; }

.fontsizer li a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 25px;
  height: 20px;
  background: url(i/font-up.gif) no-repeat;
}

.fontsizer li.dwn a { background-image: url(i/font-dwn.gif); }

.fontsizer li a:hover,
.fontsizer li a:focus,
.fontsizer li a:active { background-position: 0 -20px; }




/* *** flowplayer *** */

#flowplayer {
  width: 500px;
  height: 400px;
  display: block;
}




/* *** xmas *** */

.santahat {
  width: 76px;
  height: 110px;
  background: url(/uploads/images/santahat.png) no-repeat;
  _background-image: url(/uploads/images/santahat.gif);
  position: absolute;
  left: -10px;
  top: 3px;
}




/* * links * */
div.wrapper a:hover,
div.wrapper a:focus,
div.wrapper a:active { color : #395462;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }





/* ********** */
/* ** HOME ** */
/* ********** */


.home .pageextra1 .article {
  margin-bottom: 12px;
}


.home .quicklinks {
  margin-bottom: 1em;
}

.home .quicklinks a {
  display: block;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #B3C7C7;
  background: #fff;
  margin-bottom: 7px;
}

.home .quicklinks a:hover,
.home .quicklinks a:focus,
.home .quicklinks a:active {
  border: 1px solid #224D4E;
}

.home .quicklinks a img {
  border: 1px solid #fff;
}

.home .article .imgbox {
  margin: 0;
  float: none;
  width: auto;
  text-align: center;
}

.home .article .imgbox img {
	margin: 0 auto;
}




 /* END: BASIC SCREEN STYLES */
}






@media screen and (min-width: 420px) {
  /* **********  NARROW SCREEN STYLES  ********** */

  .article img {
    max-width: 380px; 
  }
  
  .article img.left,
  .article img.right {
    max-width: 230px;
  }

  .article .brands {
    float: left;
    width: 45%;
    padding-right: 4%;
  }
  
  .article object {
    max-width: none;
  }
  





  /* END: NARROW SCREEN */
}




@media print {
  /* **********   PRINT STYLES  ********** */




  .stream,
  .screen { display : none; }


  .pageextra1,
  .pageextra2,
  .pageextra3,
  .pageextra4,
  .pageextra5 { display : none; }

  .eplicaad,
  .adbanner,
  .buttons,
  .archivelink,
  .morelink,
  .more { display : none; }

  body form .pickdatelink,
  body form .pickdate { display : none; }


  body {
    font-family : Palatino, "Book Antiqua", Times, "Times New Roman", serif;
    margin : 0;
    padding : 0;
  }


  div, table, caption { font-size : 1em; }


  a {
    font-weight : bold;
    text-decoration : none;
  }
  a:after {
    font-family : Palatino, "Book Antiqua", Times, "Times New Roman", serif;
    text-decoration : none;
    font-weight : normal;
    font-size : 0.9em;
  }




  p, table, blockquote, ul, ol, dl {
    margin-top : 0;
    margin-bottom : 0.67em;
    widows : 2;
    orphans : 2;
  }
  ul, ol {
    margin-left : 0;
    padding-left : 2.25em;
  }

  img {
    margin : 0;
    border : none;
    padding : 0;
  }

  h1, h2, h3, h4, h5, caption {
    font-family : Helvetica, Geneva, Arial, sans-serif;
    page-break-after : avoid;
    page-break-inside : avoid;
    font-weight : bold;
    margin : 0em;
  }
  h1 {
    font-size : 1.5em;
  }
  h2 {
    font-size : 1.33em;
    margin-top : 1.85em;
    margin-bottom : 0.5em;
  }
  h3 {
    font-size : 1.1em;
    margin-top : 1.1em;
    margin-bottom : 0.61em;
  }
  h4, caption {
    font-size : 0.9em;
    margin-top : 1em;
    margin-bottom : 0;
  }


  label { 
    display : block;
    clear : both;
    float : left;
    width : 10em;
    margin-top : .2em;
  }


  table {}
  caption { text-align : left; }
  th, td {
    page-break-inside : avoid;
    vertical-align : top;
    text-align : left;
  }

  table.grid {
    page-break-inside : auto;
    border : none;
  }
  table.grid td {
    page-break-inside : avoid;
    widows : 2;
    orphans : 2;
    border : none;
  }






  .pageheader {
    padding-bottom : 0.2em;
    border-bottom : 0.1em solid #000;
    margin-bottom : 2.1em;
  }
  .pageheader h1 {
    font-size : 1.33em;
    margin : 0;
    font-weight : bold;
    white-space : nowrap;
    text-transform : uppercase;
  }
  .pageheader img {
    width : auto;
    vertical-align : middle;
  }



  .box {
    clear : both;
    padding-bottom : 1.5em;
    border-bottom : 0.07em solid #000;
    margin-bottom : 0.8em;
  }
  .boxhd {
    font-size : 1.5em;
    margin-top : 0em;
  }


  .article .boxhd { display : none; }
  .article h2.subtitle {
    font-size : 1.1em;
    margin-top : 0;
  }
  .article a[href]:after  { content : " (" attr(href) ")"; }
  .article a[title]:after { content : " (" attr(href) " - " attr(href) ")"; }

  .article .meta {
    font-style : italic;
    margin-top : 0.67em;
  }

  .article img { clear : both; margin : .2em .5em .1em 0;}
  .article img.right { float : right;  margin : .2em 0 .5em .5em; }
  .article img.left { float : left;  margin : .2em .5em .2em 0; }
  .article img.big { display : block;  margin : 0 auto .7em auto; text-align : center;}
  .article-ie5mac img.big { display : inline; }


  .article .imgbox {
    float : right; 
    margin : 0 0 1em 0;
    border-bottom : none;
    width : 13em;
  }
  .article .imgbox .content {
    background-color : #fff;
    padding-left : 1em;
  }

  .imgbox img { width : 12em; }
  .imgbox .imgcontent {
    font-size : 0.8em;
  }
  .imgbox .imgmeta {
    margin-top : 0.3em;
    font-size : 0.7em;
    color : #666;
  }

  .article .chapters a:after,
  .article .meta a:after { content : ""; }


  .article table {  border-top : 0.05em solid #ccc;
    border-left : 0.05em solid #ccc;
  }
  .article th, 
  .article td {
    border-right : 0.05em solid #ccc;
    border-bottom : 0.05em solid #ccc;
    padding : 0 0.67em 0.1em 0;
  }






  .articlelist .meta {
    font-family : Palatino, "Book Antiqua", Times, "Times New Roman", serif;
    font-weight : normal;
    font-size : 0.95em;
    margin-right : 0.25em;
  }
  .articlelist ul {
    padding-left : 0;
    list-style : none;
  }
  .articlelist li {
    margin-bottom : 0.67em;
  }
  .articlelist li a {
    font-family : Helvetica, Geneva, Arial, sans-serif;
    font-weight : bold;
  }
  .articlelist .item {
    margin-bottom : 0.9em;
    clear : both;
  }
  .articlelist .item img {
    float : right;
    margin : 0.2em 0 0.5em 0.5em;
  }
  .articlelist .item h3 {
    font-size : 1em;
    margin : 0.6em 0 0.2em 0;
  }
  .articlelist .item h3 a {
    font-size : 1.05em;
  }
  .articlelist .item h3 .meta {
    display : block;
  }




  .footer {
    page-break-before : avoid;
    font-style : italic;
    font-size : 0.8em;
    padding-top : 0.5em;
    border-top : 0.07em solid #000;
    border-bottom : none;
  }
  .footer h2.boxhd { display : none; }
  .footer a { font-weight : bold; }




  /* ******  pontun  ****** */

  .article .pontun {
    font-size: .92em;
  }

  .article .pontun fieldset { border: none; }

  .article .pontun .fi_txt,
  .article .pontun .fi_sel,
  .article .pontun .fi_bdy { padding-bottom: .7em; }

  .article .pontun .fi_txt label,
  .article .pontun .fi_sel label,
  .article .pontun .fi_bdy label {
    float: none;
    width: auto;
    margin-bottom: 0;
    display: block;
  }

  .article .pontun input { width: auto; }

  .article .pontun .bill-to,
  .article .pontun .send-to {
    float: left;
    width: 40%;
  }


  .article .pontun .items {
    clear: both;
    width: 100%;
  }

  .article .pontun .items .fi_txt,
  .article .pontun .signature .fi_txt,
  .article .pontun .bill-to .fi_pnr,
  .article .pontun .send-to .fi_pnr {
    float: left;
    padding-right: 12px;
  }

  .article .pontun .items .fi_txt,
  .article .pontun .signature .fi_txt,
  .article .pontun .bill-to .fi_tel,
  .article .pontun .send-to .fi_tel { clear: none; }

  .article .pontun .items label { display: none; }

  .article .pontun .items .itm1 label,
  .article .pontun .items .itm2 label { display: block; }

  .article .pontun .items .fi_qty { padding-right: 74px; }

  .article .fi_bdy textarea {
    height: 110px;
    width: 511px;
  }


  .article .extra .fi_bdy label { display: none; }

  .article .pontun .fi_bdy,
  .article .pontun .fi_btn {
    margin-left: 0;
    clear: both;
  }

  .article .pontun .fi_chk,
  .article .pontun .fi_btn,
  .article .pontun .more { display: none; }






  /* END:  PRINT STYLES */
}





