/**INIT**/
* {
  margin: 0px;
  padding: 0px;
}

body, p, td, th, 
div, span, ul, li, 
ol, a, h1, input { 
  font-size: 12px;
	font-family: Arial, Tahoma, Trebuchet MS;
	color: #333333;
}

body {
  text-align: left;
  line-height: 150%;
  background-color: #000F15;
}

img {
  border: 0;
}

table {
  text-align: left;
}

a {
  color: #333333;
  text-decoration: underline;
}

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

p {
  margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 10px;
}

.clear {
  display: none;
}

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

.center {
  text-align: center;
}

/**LAYOUT**/
.container {
  position: relative;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto 0 auto;
  background-color: #FFFFFF;
}

.header {
  position: relative;
  overflow: hidden;
  width: 1000px;
  height: 224px;
  /*height: 267px;*/
  background: url('../images/header-bg.jpg') no-repeat;
}

.logo {
  position: absolute;
  top: 38px;
  left: 45px;
  width: 217px;
  height: 114px;
}

.top {
  overflow: hidden;
  width: 1000px;
  margin-top: 0;
}

.marks,
.simply-scroll {
  overflow: hidden;
  float: left;
  display: inline;
  width: 510px;
  overflow: hidden;
  height: 26px;
  margin: 1px 0 0 0;
}

.marks li,
.simply-scroll .simply-scroll-list li
{
  float: left;
  display: inline;
  margin: 0 0 0 15px;
  width: auto;
  height: 26px;
}

.login {
  overflow: hidden;
  float: left;
  display: inline;
  width: 450px;
  margin: 0 0 0 40px;
}

.login_form {
  overflow: hidden;
  width: 450px;
}

.frm_log_txt,
.frm_log_pas {
  float: left;
  display: inline;
  width: 145px;
  height: 25px;
  border: 0;
  padding: 0 5px 0 5px;
  line-height: 25px;
  margin: 4px 0 0 10px;
  background: url('../images/frm_login.jpg') no-repeat;
}

.frm_log_sub {
  cursor: pointer;
  float: left;
  display: inline;
  width: 69px;
  height: 25px;
  border: 0;
  margin: 4px 0 0 10px;
  background: url('../images/login-bt.jpg') no-repeat;
}

.menu {
  overflow: hidden;
  width: 1000px;
  height: 23px;
  position: absolute;
  top: 165px;
  left: 0;
  /*margin: 134px 0 0 0;*/
}

.menuB {
  overflow: hidden;
  width: 1000px;
  height: 23px;
  position: absolute;
  top: 195px;
  left: 0;
  /*margin: 17px 0 0 0;*/
}

.menu a,
.menuB a {
  overflow: hidden;
  float: left;
  display: inline;
  height: 23px;
  text-decoration: none;
  color: #767571;
  font-weight: bold;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
}

.menu a:hover,
.menuB a:hover,
.menuB .menuBActive {
  color: #FFF;
  text-decoration: none;
  background-position: 0 -43px;
}

.menu1 {
  /*margin-left: 245px;*/
  margin-left: 150px;
  width: 108px;  
  background: url('../images/menu1-bt.jpg') no-repeat;
}

.menu2 {
  width: 82px;
  margin-left: 40px;
  background: url('../images/menu2-bt.jpg') no-repeat;
}

.menu3 {
  width: 198px;
  background: url('../images/menu3-bt.jpg') no-repeat;
}

.menuB1 {  
  width: 245px;
  background: url('../images/menu7-bt.jpg') no-repeat;
}

.menu4 {
  width: 206px;
  background: url('../images/menu4-bt.jpg') no-repeat;
}

.menu5 {
  width: 108px;
  background: url('../images/menu5-bt.jpg') no-repeat;
}

.menu6 {
  width: 130px;
  background: url('../images/menu6-bt.jpg') no-repeat;
}

.menuB2 {
  width: 130px;
  background: url('../images/menu6-bt.jpg') no-repeat;
}

.menu span,
.menuB span {
  float: left;
  display: inline;
  width: 13px;
  height: 43px;
  background: url('../images/span-bg.jpg') no-repeat;
}

.menuB span {
  background: url('../images/span2-bg.jpg') no-repeat;
}

.menuB .menuBFirst {
  margin-left: 230px;
}

.over_cont {
  position: relative;
  overflow: hidden;
  width: 1000px;
  margin: 12px 0 0 0;
}

.panel {
  float: left;
  display: inline;
  width: 203px;
}

.title {
  display: block;
  margin: 0;
}

.categories {
  overflow: hidden;
  width: 203px;
  margin-bottom: 10px;
}

.categ,
.sub,
.sub2 {
  display: block;
  width: 176px;
  height: 20px;
  color: #111111;
  text-decoration: none;
  padding: 0 0 0 27px;
  line-height: 20px;
  background: url('../images/categories-bg.jpg') no-repeat;
}

.categ:hover {
  color: #111111;
  text-decoration: none;
  background-position: 0 -29px;
}

.sub,
.sub2 {
  width: 161px;
  height: 20px;
  font-size: 10px;
  color: #111111;
  text-decoration: none;
  padding: 0 0 0 42px;
  line-height: 20px;
  background: url('../images/sub-bg.jpg') no-repeat;
}

.sub:hover,
.sub2:hover {
  color: #111111;
  text-decoration: underline;
}

.sub2 {
  padding-left: 67px;
  background: url('../images/sub2-bg.jpg') no-repeat;
}

.box {
  width: 203px;
  background-color: #F5F5F5;
}

.cart-info {
  width: 183px;
  padding: 10px;
  margin-bottom: 10px;
}

.cart-info table {
  width: 183px;
  margin: 20px 0 0 0;
  border-collapse: collapse;
}

.cart-info th {
  width: 90px;
  font-weight: normal;
}

.cart-info td {
  width: 90px;
  font-weight: normal;
}

.cart-info a {
  display: block;
  cursor: pointer;
  width: 103px;
  height: 28px;
  margin: 20px 0 10px 32px;
  background: url('../images/shop_cart-bt.jpg') no-repeat;
}

.newsletter {
  width: 183px;
  padding: 10px;
  margin-bottom: 10px;
}

.frm_new_txt {
  display: block;
  width: 160px;
  height: 18px;
  padding: 2px 5px 0 5px;
  margin: 0 0 0 5px;
  border: 1px #7E7D7C solid;
  background-color: #FFF;
}

.frm_new_sub,
.frm_search_sub {
  display: block;
  cursor: pointer;
  width: 91px;
  height: 28px;
  margin: 10px 0 10px 3px;
  border: 0;
  background: url('../images/send-bt.jpg') no-repeat;
}

.frm_search_sub {
  background: url('../images/hladat-bt.jpg') no-repeat;
}

.content {
  float: left;
  display: inline;
  width: 588px;
  margin: 0 3px 0 3px;
}

.line {
  width: 568px;
  height: 30px;
  font-weight: bold;
  color: #4B4B4B;
  padding: 11px 0 0 20px;
  background: url('../images/line-bg.jpg') no-repeat;
}

.top_ban {
  display: block;
  margin: 13px 0 13px 7px;
}

.index {
  width: 588px;
  margin: 0;
  overflow: hidden;
}

.product_box {
  float: left;
  display: inline;
  width: 188px;
  height: 340px;
  margin: 7px 9px 0 0;
  padding-bottom: 10px;
  border: 1px #D2D2D2 solid;
  background: #FFF url('../images/product_box-bg.jpg') no-repeat;
}

.product_box_action {
  background: #FFF url('../images/product_box_2-bg.jpg') no-repeat;
}

.product_no_margin {
  margin: 7px 0 0 0;
}

.title_box {
  width: 178px;
  height: 25px;
  font-weight: bold;
  padding: 10px 0 0 10px;
}

.image_box {
  display: block;
  margin: 5px 0 0 3px;
  width: 182px;
  height: 121px;
}

.description_box {
  overflow: hidden;
  font-size: 11px;
  height: 53px;
  margin: 11px 11px 0 11px;
}

.product_box table {
  width: 182px;
  line-height: 21px;
  border-collapse: collapse;
  margin: 11px 0 0 3px;
}

.product_box th {
  width: 80px;
  padding-left: 5px;
}

.product_box .product_price_panel span {
  color: #FFF;
  font-size: 10px;
}

.product_box td {
  width: 95px;
  text-align: right;
  padding-right: 5px;
}

.frm_siz_txt {
  float: left;
  display: inline;
  width: 70px;
  height: 18px;
  font-size: 11px;
}

.row0_box {
  background-color: #C10100;
}

.row0_box th,
.row0_box td {
  color: #FFFFFF;
  font-weight: bold;
}

.row1_box {
  background-color: #F4F4F4;
}

.row2_box {
  background-color: #E9E9E7;
}

.row1_box th,
.row2_box th {
  font-weight: normal;
}

.product_button {
  overflow: hidden;
  width: 180px;
  margin: 15px 0 0 0;
}

.product_cart {
  float: left;
  display: inline;
  width: 92px;
  height: 29px;
  margin-left: 3px;
  background: url('../images/cart-bt.jpg') no-repeat;
}

.product_detail {
  float: left;
  display: inline;
  width: 80px;
  height: 29px;
  margin: 0 0 0 5px;
  background: url('../images/detail-bt.jpg') no-repeat;
}

.footer {
  position: relative;
  display: block;
  width: 1000px;
  height: 54px;
  margin: 30px 0 0 0;
  background: url('../images/footer-bg.jpg') no-repeat;
}

.footer p {
  position: absolute;
  top: 20px;
  left: 30px;
}

.footer div {
  position: absolute;
  top: 20px;
  left: 595px;
}

.product3 {
  width: 203px;
  height: 177px;
  padding-bottom: 10px;
  margin-top: 2px;
  background-color: #F5F5F5;
}

.super-title {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  padding: 8px 0 0 0;
}

.super-img {
  display: block;
  width: 120px;
  height: 90px;
  margin: 10px 0 0 40px;
}

.product3 table {
  margin: 10px 0 0 15px;
  color: #4FC000;
  font-weight: bold;
}

.super-th {
  width: 90px;
}

/**TEXT**/
.text,
.detail {
  overflow: hidden;
  position: relative;
  width: 588px;
}

.text,
.detail,
.registration {
  width: 548px;
  padding: 20px;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.detail h1,
.detail h2,
.detail h3,
.detail h4,
.detail h5,
.detail h6,
.registration h1,
.registration h2,
.registration h3,
.registration h4,
.registration h5,
.registration h6 {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
}

.text h1,
.text h2,
.detail h1,
.detail h2,
.registration h1,
.registration h2 {
  font-size: 17px;
  font-weight: bold;
}

.text ul,
.detail ul {
  margin: 0 0 10px 20px;
  list-style-type: none;
}

.text li,
.detail li {
  width: 530px;
  padding: 0 0 0 15px;
  background: url('../images/li4.gif') 0 center no-repeat;
}

/**REGISTRATION**/
.RegForm {
  overflow: hidden;
  width: 552px; 
}

.RegWar {
  text-align: center;
}

.RegForm table {
  margin-bottom: 20px;
}

.RegForm tr {  
  height: 30px;
}

.RegLogin table {
  width: 250px;
}

.RegCol1 {
  width: 95px;
}

.RegCol2 {
  width: 155px;
}

.RegData {
  overflow: hidden;
  width: 552px;
}

.RegData table {
  float: left;
  width: 250px;
  display: inline;
}

.RegInv {
  margin-left: 50px;
}

.RegInv .RegCol1 {
  width: 70px;
}

.RegForm input {
  width: 131px;
  height: 17px;
  font-size: 11px;
  padding: 2px 10px 0 10px;
  border: 1px #4D4D4D solid;
  background: transparent;
}

.RegForm input:focus {
  border: 1px #BC0300 solid;
}

.RegSub {
  cursor: pointer;
  width: 91px;
  height: 28px;
  border: 0;
  margin: 15px 0 0 230px;
  text-align: center;
  background: url('../images/send-bt.jpg') no-repeat;
}

.detail-inp {
  width: 30px;
  height: 17px;
  padding-top: 3px;
  text-align: center;
  color: #323232;
  font-weight: bold;
  border: 1px #323232 solid;
}

.detail-sub {
  cursor: pointer;
  width: 91px;
  height: 28px;
  border: 0;
  margin: 7px 0 0 10px;
  background: #F5F5F5 url('../images/do_kosika-bt.jpg') no-repeat;
}

/**DETAIL**/
.detail-over {
  position: relative;
  overflow: hidden;
  width: 552px;
  margin-top: 20px;
}

.detail-img {
  float: left;
  display: inline;
  width: 250px;
}

.detail-info {
  position: relative;
  float: right;
  display: inline;
  width: 280px;
  line-height: 28px;
  border-collapse: collapse;
}

.detail-param {
  width: 552px;
  line-height: 28px;
  border-collapse: collapse;
  margin: 10px 0 10px 0;
}

.detail-info th,
.detail-info td,
.detail-param th,
.detail-param td {
  border-bottom: 2px #FFF solid;
}

.detail-info-tr1,
.detail-param-tr1 {
  background-color: #EBEBEB;
}

.detail-info th,
.detail-param th {
  width: 90px;
  padding-left: 15px;
  font-weight: bold;
}

.detail-info td {
  width: 175px;
}

.detail-param th,
.detail-param td {
  width: 261px;
  padding-left: 15px;
}

.detail-param-tr1:hover th,
.detail-param-tr1:hover td,
.detail-param-tr2:hover th,
.detail-param-tr2:hover td {
  cursor: pointer;
  color: #FFF;
  background-color: #4C4C4C;
}

.detail-info span {
  color: #C10100;
  font-weight: bold;
}

.detail_desc {
  margin-top: 20px;
}

.detail_gallery {
  overflow: hidden;
  width: 553px;
}

.detail_gallery div {
  overflow: hidden;
  float: left;
  display: inline;
  width: 120px;
  height: 90px;
  padding: 4px;
  margin: 10px 8px 0 0;
  border: 1px #4C4C4C solid;
}

.detail_gallery div:hover {
  border: 1px #C10100 solid;
}

/**KOSIK**/
.cart {
  overflow: hidden;
  position: relative;
  width: 559px;
  padding: 15px 14px 0 15px;
}

.cart-cnt {
  overflow:hidden;
  width:100%;
}

.CrtMenu {
  overflow: hidden;
  width: 490px;
  margin: 0 15px 0 15px;
}

.CrtFir,
.CrtSec,
.CrtThi {
  float: left;
  display: inline;
  height: 21px;
  padding-top: 7px;
  margin-right: 1px;
  text-align: center;
}

.CrtFir {
  width: 130px;
}

.CrtSec {
  width: 103px;
}

.CrtThi {
  width: 110px;
}

.CrtActive {
  color: #C10100;
}

.CrtActive strong {
  font-size: 20px;
}

.CrtBack a {
  float: right;
  display: inline;
  width: 50px;
  height: 28px;
  background: url('../images/crt-back-bg.jpg') no-repeat;
}

.CrtCnt {
  overflow: hidden;
  position: relative;
  width: 552px;
  border-top: 3px #C10100 solid;
  border-bottom: 3px #C10100 solid;
  background-color: #F3F5F5;
}

.CrtMessage {
  margin: 15px;
}

.Crt1Tab1 {
  border-collapse: collapse;
}

.Crt1Tr0 td {
  color: #C10100;
  font-weight: bold;
  border-bottom: 1px #DDDDDD solid;
}

.Crt1Tr1 {
  height: 119px;
  padding-top: 3px;
  overflow: hidden;
  background: #F8F8F8;
}

.Crt1Tr1 td {
  border-bottom: 1px #DDDDDD solid;
}

.Crt1Td1 img {
  border: 1px #C0C0C0 solid;
}

.Crt1Td1 img:hover {
  border: 1px #C10100 solid;
}

.Crt1Td1 {
  width: 100px;
  padding-left: 18px;
}

.Crt1Td2 {
  width: 115px;
  padding-right: 10px;
}

.Crt1Td2 a,
.Crt1Td2 a:hover {
  text-decoration: underline;
}

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

.CartQua {
  width: 30px;
  height: 17px;
  padding-top: 3px;
  margin-left: 12px;
  text-align: center;
  color: #C10100;
  font-weight: bold;
  border: 1px #D2D2D2 solid;
  background: #FFF;
}

.Crt1Td3 {
  width: 80px;
  text-align: right;
  padding-right: 10px;
}

.Crt1Td4 {
  width: 60px;
}

.Crt1Td5 {
  width: 90px;
  font-weight: bold;
  color: #C10100;
  text-align: right;
  padding-right: 10px;
}

.Crt1Td6 {
  width: 60px;
}

.Crt1Td6 a {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 18px;
  background: url('../images/crt-del-bt.jpg') no-repeat;
}

.Crt1NmTd1 {
  padding-left: 18px;
}

.Crt1NmTd2,
.Crt1NmTd3,
.Crt1NmTd4,
.Crt1NmTd5 {
  text-align: center;
}

.CrtPayment,
.CrtDelivery,
.CrtDisc {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px #DDDDDD solid;
  width:100%;
  overflow:hidden;
}

.CrtPayment p,
.CrtDelivery p,
.CrtDisc p {
  width: 200px;
  font-size: 12px;
  font-weight: bold;
  color: #C10100;
  margin: 20px 0 0 20px;
}

.CrtPayment table,
.CrtDelivery table {
  width: 400px;
  margin: 10px 0 0 100px;
}

.CrtPayment th,
.CrtDelivery th {
  width: 10px;
}

.CrtPayment td,
.CrtDelivery td {
  width: 385px;
  padding: 0 0 0 5px;  
}

.CrtPayment label,
.CrtDelivery label {
  font-weight: bold;  
}

.CrtPayment input,
.CrtDelivery input {
  margin: 2px 0 0 0;
}

.CrtDeliveryImg {
  position: absolute;
  top: 60px;
  left: 15px;
  width: 72px;
  height: 65px;
  background: url('../images/crt-delivery-bg.jpg') no-repeat;
}

.CrtSummary {
  width: 552px;
  height: 30px;
  padding-top: 7px;
  background-color: #4D4D4D;
  border-bottom: 1px #DDDDDD solid;
}

.CrtSummary td {
  color: #FFF;
}

.CrtSummary1 {
	padding-left: 15px;
	font-size: 17px;
	width: 120px;
}

.CrtSummary2 {
	font-size: 11px;
	text-align: center;
	width: 180px;
}

.CrtSummary3 {
	font-size: 17px;
	padding-right: 15px;
	text-align: right;
	width: 370px;
}

.CrtP {
  margin: 13px 0 0 0;
  text-align: center;
}

.Crt1Btn {
  overflow: hidden;
  width: 552px;
  height: 100px;
}

.Crt1Btn1,
.Crt1Btn2,
.Crt1Btn2-2,
.Crt3Submit {
  cursor: pointer;
  float: left;
	display: inline;
	height: 28px;
	width: 122px;
	margin-top: 40px;
	margin-left: 25px;
	border: 0;
  background: #F8F8F8 url('../images/prepocitat-bt.jpg') no-repeat;
}

.Crt1Btn2,
.Crt1Btn2-2 {
  width: 168px;
	margin-top: 40px;
	margin-left: 200px;	
	background: #F8F8F8 url('../images/pokracovat-bt.jpg') no-repeat;
}

.Crt1Btn2-2 {
  margin-left: 350px;
}

/**KOSIK-2**/
.Crt2Login tr,
.Crt2Data tr {  
  height: 30px;
}

.Crt2Login table {
  width: 250px;
  margin-left: 15px;
}

.Crt2Td1 {
  width: 95px;
}

.Crt2Td2 {
  width: 155px;
}

.Crt2Data {
  overflow: hidden;
  width: 537px;
  margin-left: 15px;
}

.Crt2Data table {
  float: left;
  width: 250px;
  display: inline;
  margin-top: 80px;
}

.Crt2Inv {
  margin-left: 25px;
}

.RegInv .RegCol1 {
  width: 70px;
}


.Crt2Login input,
.Crt2Data input {
  width: 135px;
  height: 16px;
  padding: 2px 2px 0 2px;
  border: 1px #4D4D4D solid;
}


.Crt2Log {
  position: absolute;
  top: 165px;
  left: 107px;
  cursor: pointer;
  width: 91px;
  height: 28px;
  border: 0;
  background: url('../images/prihlasit-bt.jpg') no-repeat;
}

.Crt2Border {
  overflow: hidden;
  width: 552px;
  height: 1px;
  border-bottom: 1px #DDDDDD solid;
}

/**KOSIK-3**/
.Crt3Confirm {
  overflow: hidden;
  position: relative;
  width: 522px;
  margin: 15px;
}

.Crt3Confirm table {
  width: 482px;
  margin: 0 20px 0 20px;
  border-collapse: collapse;
}

.Crt3Confirm tr {
  height: 30px;
}

.cart3-bord td,
.cart3-bord th {
  border-bottom: 1px #DDDDDD solid;
}

.cart3-bord th {
  width: 180px;
  font-weight: bold;
}

.cart3-bord td {
  width: 402px;
}

.Crt3Confirm td strong {
  color: #C10100;
}

.cart3-btn {
  padding: 40px 0 40px 0;
  text-align: center;
}

.cart-thx {
  color: #646363;
  font-size: 18px;
  margin: 20px 0 0 0;
}

.CrtOK {
  margin: 15px 0 15px 70px;
}

.CrtOK input {
  margin-right: 2px;
}

.Crt3Submit {
  width: 91px;
  padding: 0;
  margin: 10px 0 20px 220px;
  background: #F8F8F8 url('../images/send-bt.jpg') no-repeat;
}

/* pager */
.pages {
  text-align: center;
  margin: 15px;
}

.pages a {
  text-decoration: none;
}

.pages a:hover {
  text-decoration: underline;
}

.pages span {
  font-weight: bold;
  color: #c10100;
}

.errTag {
  display: block;
  color: red;
}

.FrmPass input {
  float: left;
  margin-left: 5px;
  margin-top: 0;
}

.FrmPass .frm_new_txt {
  margin-top: 3px;
}

.FrmPass {
  width: 100%;
  overflow: hidden;
}

.LstPass {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.cart_error {
  color: red;
  font-weight: bold;
  display: block;
  text-align: center;
}

/* kontakt */
#contact {
	float:right;
	width:250px;
}


#contact input {
  margin-left: 0;
}

#contact textarea.txtArea {
	display:block;
	margin-bottom:10px;
	margin-top:5px;
    width: 160px;
    height: 100px;
    border: 1px #7E7D7C solid;
    background-color: #FFF;
}

#contact textarea.txtArea {
  padding: 5px;
}

.FrmCon {
  cursor: pointer;
  border: 1px #CECECE solid;
  text-align: center;
  font-weight: bold;
  float: left;
  display: inline;
  height: 35px;
  width: 116px;
  padding: 8px 0 8px 0;
  background-color: #F8F8F8;
}

.FrmCon:hover {
  text-decoration: underline;
}

.login_user {
  text-align: right;
  margin-right: 20px;
  margin-top: 2px;
}

.login_user span {
  font-size: 14px;
  font-weight: bold;
  padding-right: 20px;
}

#loader {
  position: absolute;
  left: 20px;
}

.search-stat {
  margin: 10px;
  font-style: italic;
}

.index-text {
    margin: 0 15px 15px 15px;
}

.gallery {
    width: 100%;
    overflow: hidden;
    margin-left: 5px;
}

.gallery img {
    float: left;
    display: block;
    margin-top: 17px;
    margin-right: 17px;
}

.prod_inf {
  float: left;
  display: inline;
  font-size: 10px;
  margin-left: 5px;
  line-height: 90%;
}

.prod_inf span {
  color: red;
  font-size: 10px;
}

.product_box .no-stock,
.detail tr.no-stock th,
.detail span.no-stock {
  color: #F00;
}

.detail span.in-stock {
  color: #000;
  font-weight: normal;
}

.product_box .no-stock,
.product_box .in-stock{
  font-size: 12px;
}

.size-table {
  line-height: 150%;
}

.size-table ul {
  margin: 0 0 0 10px;
  padding: 10px 10px 10px  15px;
}

.size-table a {
  text-decoration: none;
}

.size-table a:hover {
  text-decoration: underline;
}
