/* Common specs styles for both short & long */
table.ymimport_spec { width: 350px; }
table.ymimport_spec * { margin: 0; padding: 0; }

table.ymimport_spec tr {  }
table.ymimport_spec th { text-align: left; font-weight: bold; }
table.ymimport_spec td { text-align: right; }
table.ymimport_spec td, table.ymimport_spec th { border-bottom: 1px solid #BBB; }

/* Short specs style */
table.ymimport_spec.specs_short { font-size: 6pt; }
table.ymimport_spec.specs_short tr {  }
table.ymimport_spec.specs_short th {  }
table.ymimport_spec.specs_short td {  }

/* Short specs style when they're on 'product' page */
#product_main table.ymimport_spec.specs_short { font-size: 8pt; }
#product_main table.ymimport_spec.specs_short tr {  }
#product_main table.ymimport_spec.specs_short th {  }
#product_main table.ymimport_spec.specs_short td {  }

/* Long specs style */
table.ymimport_spec.specs_long { font-size: 8pt; }
table.ymimport_spec.specs_long tr {  }
table.ymimport_spec.specs_long th.specset-title { text-align: center; font-weight: bold; }
table.ymimport_spec.specs_long th {  }
table.ymimport_spec.specs_long td {  }

/* Selector style */
ul#ymimport_spec_selector { margin: 5px 0 10px 0; }
ul#ymimport_spec_selector li { display: inline; padding: 5px 10px; }

ul#ymimport_spec_selector li { background: transparent; }
ul#ymimport_spec_selector li a { text-decoration: undeline; font-weight: normal; }
ul#ymimport_spec_selector li.this { background: #CCC; }
ul#ymimport_spec_selector li.this a { text-decoration: none; font-weight: bold; color: #000;  }
