/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

/* ===== This file contains the eCommerce specific styles ===== */

/* ===== Resets/Browser Normalization ===== */

blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6,
img, input, li, ol, p, select, span, td, textarea, th, ul {
border-style: none;
margin: 0;
padding: 0;
}

td{padding:2px 0;}
a, address, body, caption, cite, code, dfn, em, strong, th, var {
text-decoration: none;
font: normal 11px Arial,"Myriad Pro",Helvetica,verdana,sans-serif;
	color:#333;
	line-height:14px;
}
p{padding:0;margin:3px 0;}
caption, th {
text-align: left;
}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

ol, ul {
list-style: none;
}

/* ===== Basic Element Styles ===== */


a{
color: #3C5C12;
font-weight: bold;
}

a:hover, a:active {
text-decoration: underline;
}

.disabled {
color: #333366;
text-decoration: none;
}

body, textarea, input, select {
font-family: Arial,Verdana, Helvetica, sans-serif;
}

body {
background-color: #FFFFFF;
color: #000000;
font-size: 11px;
margin:0;text-align:center;
}

hr {
background-color: #999999;
border: 0;
height: 1px;
margin: 5px 0 5px 0;
}

input[type="radio"], input[type="checkbox"] {
font-size: 11px; border:0;
}

input[type="text"], input[type="password"] {
font-size: 11px;
background: white;
border: #999999 solid 1px;
margin: 2px;
}

input[type="submit"], input[type="button"],
input[type="reset"] {
font-size: 11px;
font-weight: bold;
color:#494949;
background:url(/images/store/button_bg2.gif) repeat-x;
border:#999999 solid 1px;
margin: 2px 4px;line-height:14px;padding:1px;
}

input[type="submit"]:hover {
color: #ff0000;
cursor: pointer;
text-decoration: underline;
}

input[type="file"] {
font-size: 11px;
}

select {
background: #FFFFFF;
font-size: 11px;
border: #999999 solid 1px;
margin: 2px;
}

h1, .h1 {
font-weight: bold;
font-size:18px;color:#3C5C12;line-height:28px;
}

h2, .h2 {
font-size: 10pt;
font-weight: bold;
}

h3, .h3 {
font-size: 11px;
font-weight: bold;
}
h2{font-size:15px;}

/* IE7 fix */
table {
font-size: 11px;
}

/* IE7 fix */
table input {
border: #999999 solid 1px;
}

textarea {
background: #FFFFFF;
font-size: 11px;
background: white;
border: #999999 solid 1px;
margin: 2px;
}

th, th a {
color: #000000;
font-weight: bold;
}

img {
behavior: url("/images/pngbehavior.htc");
}

.endcolumns {
clear: both;
height: 0px;
visibility: hidden;
}

.hidden {
visibility: hidden;
}

.label {
/* Used for <input> element labels */
font-weight: bold;
padding-right: 11px;
text-align: right;
white-space: nowrap;
width: 1%;
}

/* ===== Header Styles ===== */
#ecom-header {
width:100%;height:146px;margin:0 auto;background:url(/images/store/top_bg.gif) repeat-x left top;
}
#ecom-header #top_bg{width:950px;margin:0 auto;height:125px;background:url(/images/store/top_rightbg.gif) no-repeat;background-position:99% 90%;}
#ecom-header #top_bg #left{
width:128px;height:110px;float:left;margin:10px 0 0 10px;
}
#ecom-header #top_bg #middle{
width:480px;height:56px;float:left;background:url(/images/store/name.gif) no-repeat left top;margin:21px 0 0 85px;
}
html* #ecom-header #top_bg #middle{margin:27px 0 0 85px;}
@media all and (min-width:0){ 
html* #ecom-header #top_bg #middle{margin:21px 0 0 85px;}
}
#ecom-header #top_bg #right{width:750px;height:22px;float:right;padding:7px 0 0 0;text-align:right;}
#ecom-header #top_bg #right ul{list-style:none;}
#ecom-header #top_bg #right ul li{display:inline;padding:0 2px;color:#E0346A;font-size:11px;font-family:Arial;}
#ecom-header #top_bg #right a{font-weight:bold; text-decoration:none;color:#E0346A;font-size:13px;}
#ecom-header #top_bg #right a:hover{color:#93AD19;}
#ecom-header #top_bg #right a:active{color:#768B11;}

.input1{border:1px solid #B9884D;background:#fff;width:130px;float:left;padding:1px;}
#welcome-message {
padding-right: 10px;
padding-left: 10px;
font-weight: bold;
text-decoration: none;
}
#welcome-message a {
text-decoration: none;
color: #3C5C12;
}
#welcome-message a:hover {
color: black;
text-decoration: underline;
}
#company-name {
font-size: 12pt;
font-weight: bold;
color: #3C5C12;
white-space: nowrap;
}
#company-subtitle {
font-size: 6pt;
color: #3C5C12;
white-space: nowrap;
}

#microcart {
font-weight: bold;
text-decoration: none;
}
#microcart a {
text-decoration: none;
color: #3C5C12;
}
#microcart a:hover {
color: black;
text-decoration: underline;
}
#microcart .disabled {
color: #666666;
}

/* ===== Header-Bar Styles ===== */
#ecom-header-bar {
background: #B4B0AA;
text-align: center;
overflow: visible;
height: 14px;
}

#ecom-header-bar ul {
display: block;
overflow: visible;
background: transparent;
}

#ecom-header-bar ul li {
height: 14px;
padding: 0px 8px 0px 8px;
}
#ecom-header-bar ul#left-links li {
float: left;
border-right: 1px solid #FFFFFF;
}
#ecom-header-bar ul#right-links li {
float: right;
border-left: 1px solid #FFFFFF;
}

#ecom-header-bar ul li a {
font-weight: bold;
text-decoration: none;
color: #3C5C12;
}
#ecom-header-bar ul li:hover a {
color: black;
text-decoration: underline;
}


/* ===== Layout/Formatting Styles ===== */
/* NOTE: using a combination of a float left/right for the side bars AND
  wide margins for the center to get 2 desired effects: 1. be able to end
  columns and put the footer at the bottom of the page and 2. not have the
  center column expand to full width below the columns.

  The downside to this is that in some browsers we can't effectively use floats
  within divs in the main column.
*/

/* ecom-mainarea wraps what is below the header including the divs for left, main, right columns as applicable */
#ecom-mainarea {
width:950px;margin:0 auto;min-height:600px;
}

#ecom-mainarea .left {
width:240px;float:left;padding:0;
}
#ecom-mainarea .left .left_ad1{padding:0 0 5px 0;text-align:left;}
#ecom-mainarea .right {
/* alt: position: absolute; right: 0px; top: 0px; */
float: right;
width: 200px;
background: #ffffff;
}
#ecom-mainarea .rightonly, #ecom-mainarea .nocolumns{
text-align: left;
vertical-align: top;
}
#ecom-mainarea .center, #ecom-mainarea .leftonly{
float:right;width:700px;text-align:left;
vertical-align: top;
}
#ecom-mainarea .center {
width:700px;float:right;padding:5px 0 5px 0;
}
#ecom-mainarea .leftonly {
voice-family: "\"}\"";
voice-family: inherit;
margin:5px 0 0 0;
}
#ecom-mainarea .rightonly {
margin:5px 0 0 0;
voice-family: "\"}\"";
voice-family: inherit;
}

/* ====== eCommerce "Screenlet" Styles ====== */
#ecom-mainarea .screenlet_ss {
padding:10px 0 5px 15px;width:225px;height:66px;float:left;background:url(/images/store/left_bg1.gif) no-repeat;margin:0 0 5px 0;
}
*html #ecom-mainarea .screenlet_ss{width:240px;height:76px;margin:0;}
html* #ecom-mainarea .screenlet_ss{width:240px;height:86px;margin:0;}
@media all and (min-width:0){ 
html* #ecom-mainarea .screenlet_ss{width:225px;height:71px;margin:0;background:url(/images/store/left_bg1.gif) no-repeat;}
html* #ecom-mainarea .keywordbg{background:url(/images/store/left_bg2.gif) no-repeat;}
}
#ecom-mainarea .screenlet-header_ss {
float:left;width:166px;height:15px;
}
#ecom-mainarea .screenlet-body_ss {
clear:both;float:left;width:220px;text-align:left;margin-top:17px;
}
#ecom-mainarea .screenlet {
border: 1px solid #7C9D34;
margin-bottom: 10px;
height:auto !important;
height:1%
}
#ecom-mainarea .screenlet-header {
background:url(/images/store/header_bg.gif) repeat-x;border-bottom:1px solid #7C9D34;
padding-top: 1px;
padding-bottom: 3px;
padding-right: 4px;
padding-left: 4px;
height:auto !important;color:#000;
height:1%
}
#ecom-mainarea .screenlet-body {
background: #FFFFFF;
padding: 4px;
height:auto !important;
height:1%
}
#ecom-mainarea .keywordbg{background:url(/images/store/left_bg2.gif) no-repeat;}
#ecom-mainarea  .left_ad2{width:240px;padding:0 0 5px 0;margin:0;float:left;}
html* #ecom-mainarea  .left_ad2{width:240px;padding:0 0 5px 0;margin:-5px 0 0 0;float:none;}
@media all and (min-width:0){ 
html* #ecom-mainarea  .left_ad2{width:240px;padding:0 0 5px 0;margin:0;float:left;}
}
.left_ad1 ul{width:100%;float:left;}
.left_ad1 ul li{display:inline-block;#display:inline;zoom:1; height:59px;float:left; overflow:hidden;}
.left_ad1 ul li img{margin:0px;padding:0px;}
.title{text-align:left;float:left;display:block;}
.m_t_15{margin-top:15px;}
.boxhead {
font-size: 12px;
font-weight: bold;
text-decoration: none;padding-top:2px;
color: #333;
}
#navbar_ss {width:936px;margin:0 auto;height:20px;}
#navbar_ss .location_ss{padding:3px 0 0 0;float:left;text-align:left;width:400px;}


.boxlink {
float: right;
}

A.boxheadbutton {
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}

A.boxheadbutton:hover {
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: red;
}

/* Form layout styles to simulate a table-style layout */
#ecom-mainarea .form-row {
clear: both;
padding-top: 2px;
}
#ecom-mainarea .form-label {
float: left;
width: 180px;
text-align: right;
padding-top: 5px;
}
#ecom-mainarea .form-field {
float: left;
margin-left: 10px;
text-align: left;
}

/* ===== Text/Label Styles ===== */
.tablebuttontext {
color: #1E3C66;
}

.contenttext {
font-size: 11px;
}

DIV.tabletexthidden {
visibility: hidden;
}

.info {
font-style: normal;
color: #000000;
}

DIV.graybox {
font-weight: bold;
background: #CCCCCC;
border: 1px solid #000000;
text-align: center;
margin: 2px auto;
width: auto;
padding: 4px;
}


.boxoutside {
background: #FFFFFF;
border-color: #999999;
border-style: solid;
border-width: 1px 1px 1px 1px;
}

.boxtop {
background: #3C5C12;
padding-top: 1px;
padding-bottom: 1px;
padding-right: 4px;
padding-left: 4px;
border-color: #999999;
border-style: solid;
border-width: 0px 0px 0px 0px;
}

.boxbottom {
background: #FFFFFF;
padding: 4px;
border-color: #999999;
border-style: solid;
border-width: 0px 0px 0px 0px;
}

.button {
border-style: outset; border-color: #9999CC; border-width: 2px;
background: #dddddd;
padding-right: 5px; padding-left: 5px;
}


.tableheadtext {
font-weight: bold;
color: black;
}

A.tableheadbutton {
font-weight: bold;
color: black;
}

A.tableheadbutton:hover {
font-weight: bold;
color: red;
}

.browsecategorylist {
}
.browsecategorylist select{ width:90%;}
.browsecategorytext {
}

A.browsecategorybutton {
font-weight: bold;
color: #3C5C12;
}

A.browsecategorybutton:hover {
color: #3C5C12;
}

.browsecategorybuttondisabled {
font-weight: bold;
color: #333333;
}

A.buttontext, .buttontextdisabled {
font-weight: bold; text-decoration:none;
border:#B3B3B3 solid 1px;
margin:0 1px 1px 2px;
padding:2px 4px 1px 4px;line-height:14px;height:14px;background:url(/images/store/button_bg.gif) repeat-x;
}

A.buttontext {
color: #3D3D3D;
}

A.buttontext:hover {
color:#000;
}

A.linktext {
font-weight: bold;
color: #3C5C12;
}

A.linktext:hover {
color: #333333;
}

.buttontextdisabled {
color: #333333;
}

.submenutextinfo {
font-weight: bold;
color: white;
padding-left: 6px;
padding-right: 5px;
border-right: 1px solid #7C9D34
}

.submenutext, A.submenutext, A.submenutext:visited {
font-weight: bold;
color:#DC1B57;
padding-left: 6px;
padding-right: 5px;
border-right: 1px solid #DC1B57
}
.submenutext_account{font-weight: bold;
color:#DC1B57;
padding-left: 6px;
padding-right: 5px;}
A.submenutext:hover {
color:#344905;
}

.submenutextdisabled, A.submenutextdisabled {
font-weight: bold;
color: #668425;
padding-left: 6px;
padding-right: 5px;
border-right: 1px solid #7C9D34
}

A.submenutextdisabled:hover {
font-weight: bold;
color:#344905;
}

.submenutextinforight {
font-weight: bold;
color: white;
padding-left: 6px;
}

.submenutextright, A.submenutextright {
font-weight: bold;
color:#49424E;
width:79px;height:17px;background:url(/images/store/checkout_butt.png) no-repeat;line-height:17px;margin-left:6px;padding:2px 12px;
}
html* .submenutextright, A.submenutextright {
padding:0 10px 1px 10px;line-height:16px;height:10px;
}
@media all and (min-width:0){ 
html* .submenutextright, A.submenutextright {
padding:2px 13px;line-height:17px;height:10px;
}
}

A.submenutextright:hover {
color:#111;
text-decoration:none;
}
A.submenutextright:active {
color:#3C5C12;
}
.submenutextrightdisabled, A.submenutextrightdisabled {
font-weight: bold;
color: #668425;
padding-left: 6px;
}

A.submenutextrightdisabled:hover {
color:#465F0F;
}

A.lightbuttontext {
font-weight: bold;
color:#DC1B57;
border: none;
}

A.lightbuttontext:hover {
color:#465F0F;
}

A.lightbuttontextsmall {
font-size: 8px;
font-weight: bold;
color:#465F0F;
border: none;
}

.lightbuttontextdisabled {
font-weight: bold;
color: #CCCCCC;
}

A.buttontextbig, .buttontextbigdisabled {
font-size: 13px;
font-weight: bold;
border: #999 solid 1px;line-height:18px;
margin:2px;
padding:1px 6px 1px 6px;background:url(/images/store/button_bg2.gif) repeat-x;
}
A.buttontextbig {
color: #333;
}
.buttontextbigdisabled {
color: #CCCCCC;
}
A.buttontextbig:hover {
color:#000;
}

A IMG.imageborder {

}

/* ===== Other Header Styles ===== */


.headersmalltext {
font-size: 11px;
font-weight: bold;
color: black;
}
a.headersmalllink {
font-size: 11px;
font-weight: bold;
color: #3C5C12;
}
a.headersmalllink:hover {
color: red;
}

/* ===== Misc/General Styles ===== */
.errorMessage {
font-size: 11px;
font-weight: bold;
color: red;
}

.eventMessage {
font-size: 11px;
font-weight: bold;
color: #3C5C12;
}

.ontab {
font-size: 11px;
background: black;
padding: 2px;
border-style: inset;
border-width: 3px;
}

a.onlnk {
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
padding: 2px;
}

.offtab {
background: #CCCCCC;
padding: 2px;
border-style: outset;
border-width: 3px;
}

a.offlnk {
font-weight: bold;
color: #3C5C12;
padding: 2px;
}

a.offlnk:hover {
color: red;
}

.areaheader {
font-weight: bold;
color: #FFFFFF;
width: 100%;
background: black;
padding: 2px;
}

.edittable {
border-color: #000000 #000000 #003333;
border-style: solid;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin
}

.editInputBox {
font-size: 11px;
background: #FFFFFF;
background: white;
border: #999999 solid 1px;
margin: 2px;
}
.smallSubmit {
font-size: 11px;
font-weight: bold;
color:#494949;
background:url(/images/store/button_bg2.gif) repeat-x;
border:#999999 solid 1px;
margin: 2px 4px;line-height:14px;padding:1px;
}

.mediumSubmit,.largeSubmit,.loginButton {
font-size: 10pt;
font-weight: bold;
color:#494949;
background:url(/images/store/button_bg2.gif) repeat-x;
border:#999999 solid 1px;
margin: 2px 4px;line-height:14px;padding:1px;
}

.smallSubmit:hover,.mediumSubmit:hover,.largeSubmit:hover,.loginButton:hover {
color: red;
}

.smallAltSubmit,.mediumAltSubmit,.largeAltSubmit {
font-size: 11px;
}

.basePrice {
color: black;
}

.normalPrice {
color: green;
}

.salePrice {
color: red;
}

/* ===== Product Summary Styles ===== */
.product-prevnext {
text-align: right;
}

.product-prevnext .tabletext {
font-weight: bold;
}
.tabletext {
line-height:20px;padding:1px 3px;}
.productcategorylink-container {
position: relative;
margin-top: 10px;
margin-bottom: 5px;
border-top: #999 solid 1px;
}

.productcategorylink {
position: relative;
padding: 5px;
border-bottom: #999 solid 1px;
height: 60px;
}

.productcategorylink .smallimage {
float: left;
/* position: absolute; top: 5px; left: 5px; */
margin: 0px 5px 5px 0px;
}
.productcategorylink .smallimage img {
border: #CCC solid 1px;
height: 50px;
}

.productsummary-container {
position: relative;
margin-top:5px;
margin-bottom: 5px;
border-top: #999 solid 1px;
}

.productsummary {
position: relative;
padding: 5px;margin:0 30px 10px 0;
border-bottom: #999 solid 1px;
min-height:120px;
}

.productsummary .smallimage {
float: left;
/* position: absolute; top: 5px; left: 5px; */
margin: 0px 5px 5px 0px;
}
.productsummary .smallimage img {
height: 50px;
}

.productsummary .productbuy {
float: right;
width: 160px;
margin: 5px;
text-align: right;
}

.matrix .productsummary {
border: none;
padding:10px;
height: 250px;
width:  170px;
}

.matrix .productsummary .smallimage {
float: none;
text-align: center;margin: 0px 5px 5px 0px;
}
.matrix .productsummary .smallimage img {
height: 163px;
}

.matrix .productsummary .productbuy {
float: none;
text-align: left;
}

.productsummary .productinfo {
text-align: left;
}

/* ===== Product Detail Styles ===== */
#productdetail #download-files {
margin-top: 10px;
padding-top: 5px;
border-top: #999 solid 1px;
}

#productdetail #long-description {
margin-top: 10px;
padding-top: 5px;
border-top: #999 solid 1px;
}

#productdetail #reviews {
margin-top: 10px;
padding-top: 5px;
border-top: #999 solid 1px;
}

#productdetail #associated-products {
margin-top: 10px;
padding-top: 5px;
border-top: #999 solid 1px;
}

.lefthalf{
left:0;
width:49%;
height:1%;
margin:0% 1% 1% 0%;
float:left;
}
.righthalf {
float:right;
height:1%;
width:49%;
right:0;
margin:0 0 1% 1%;
}
.leftclear{
height:1%;
clear: left;
}
.bothclear{
height:1%;
clear: both;
}

/* ================================= */
/* ===== Calendar Date Select ====== */
/* ================================= */

.calendar_date_select {
  color: #fff;
  border: #777 1px solid;
  display: block;
  width: 200px;
  z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
  position: absolute;
  z-index: 999;
}

.calendar_date_select thead th {
  font-weight:bold;
  background-color: #4682B4;
  border-top:1px solid #777;
  border-bottom:2px solid #777;
  color: white !important;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background-color: #4682B4;
}

.calendar_date_select .cds_footer {
  background-color: #4682B4;
  padding:3px;
  font-size:12px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}

.calendar_date_select .cds_header {
  background-color: #87CEEB;
  border-bottom: 2px solid #87CEEB;
  text-align:center;
}

.calendar_date_select .cds_header span {
  font-size:15px;
  color: #000;
  font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
  color: #fff;
}
.calendar_date_select .cds_header a {
  width:22px;
  height:20px;
  text-decoration: none;
  font-size:14px;
  color: #000 !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
}
.calendar_date_select .cds_header a.next {
  float:right;
}
.calendar_date_select .cds_header a.close {
  float:right;
  display:none;
}

.calendar_date_select .cds_header select.month {
  width:90px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}

.calendar_date_select .cds_buttons a {
  color: #fff;
  font-size: 9px;
}
.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #87CEEB;
}
.calendar_date_select td.weekend {
  background-color: #ADD8E6;
}

.calendar_date_select td div {
  color: #fff;
}
.calendar_date_select td div.other {
  color: #888;
}
.calendar_date_select td.selected div {
  color: #000;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #FFD700;
}
.calendar_date_select td.selected {
  background-color: #fff;
}

.calendar_date_select td:hover {
  background-color:#00BFFF;
}

.calendar_date_select td.today {
  border: 1px dashed #FFFF00;
}

.calendar_date_select td.disabled div {
  color: #454545;
}


.fieldWithErrors .calendar_date_select {
  border: 2px solid #FF0000;
}
#footer{clear:both;width:100%;height:80px;background:#FAFFDE;border-top:1px solid #A4BB28;}
#footer .link{width:950px;height:15px;padding:5px 0;margin:0 auto;text-align:center;font-size:13px;}
#footer .link ul{list-style:none;}
#footer .link ul li{display:inline;padding:0 5px;}
#footer .link a{font-weight:bold; text-decoration:none;color:#475111;font-size:13px;}
#footer .link a:hover{color:#558A12;}
#footer .link a:active{color:#121504;}
#footer .copyright{width:550px;height:55px;padding:2px 0 0 0;line-height:12px;margin:0 auto;text-align:left;background:url(/images/store/copyright1.gif) no-repeat; background-position:50% 90%;}
.flash{clear:both;float:left;width:690px;height:225px;}
.promotion_left{line-height:20px;}
.promotion_right{line-height:20px;}
.price_text1_ss{color:#858585; text-decoration:line-through;}
a.button2 { 
background: transparent url(/images/store/bg_button_a2.gif) no-repeat scroll top right;  
color:#444;  
font-size:12px;
display: block;  
float:right; 
height: 23px;  
margin-right: 4px;  
padding-right: 15px;  
text-decoration: none;
}
a.button2 span {  
background: transparent url(/images/store/bg_button_span2.gif) no-repeat;  
display: block;  
line-height:14px;font-weight:bold;
padding: 4px 0 5px 15px;
}
a.button2:active {
background-position: bottom right;
color: #000;
outline: none;
}
a.button2:active span {
background-position: bottom left;
padding: 5px 0 4px 15px;
}
.home_ss{padding:6px 0 0 0;}
html* .home_ss{padding:2px 0 0 0;}
@media all and (min-width:0){ 
html* .home_ss{padding:3px 0 0 0;}
}
.space_ss{padding:0 0 6px 0;}
.space2_ss{padding:6px 10px 6px 10px;}
.line_ss{text-decoration:underline;}
.italic_ss{font-style:italic;}
