p {
     font: 8pt courier new, courier;
     color: #000;
     margin: 5px 0;
}

h2 {
     font: 8pt courier new, courier;
     color: #000;
     margin: 0;
     padding: 0;
}

h3 {
     font: 9pt courier new, courier;
     color: #000;
     font-weight: bold;
     margin: 0;
     padding: 0;
}

a {
     font: 8pt courier new, courier;
     color: #000;
     text-decoration: none;
}

a:hover {
     color: red;
     text-decoration: none;
}

/* ---------- Navigation ---------- */

ul {
     list-style: none;
     margin: 10px 0;
     padding: 0;
}

li {
     list-style: none;
     font: 8pt courier new, courier;
     margin: 0;
     padding: 0;
     border: 0;
     line-height: 0;
}

li a {
     color: #000;
     text-decoration: none;
}

li a:hover {
     color: red;
     text-decoration: none;
}

.text {
     font: 8pt courier new, courier;
     color: #000;
     text-decoration: none;
}

.txtOldPrice {
    text-decoration: line-through;
}

.txtSale {
    color: red;
}


select {
     font: 8pt courier new, courier;
     color: #000;
     padding: 0;
     border: 1px solid #000;
}

option {
     font: 8pt courier new, courier;
     color: #000;
     padding: 0;
     border: 0;
}

input {
     font: 8pt courier new, courier;
     color: #000;
     padding: 0;
     border: 1px solid #000;
}


.tdcartTitle {
     font: 8pt courier new, courier;
     color: #000;
     background: #fff;
     border-bottom: 1px solid #000;
}

.tdCartMain {
     font: 8pt courier new, courier;
     color: #000;
     background: #fff;
}

.tdCartLower {
     font: 8pt courier new, courier;
     color: #000;
     background: #fff;
}

.tdCartSubTotal {
     font: 8pt courier new, courier;
     color: #000;
     background: #fff;
     border-top: 1px solid #000;
}

.tdCartTotal {
     font: 8pt courier new, courier;
     color: #000;
     background: #fff;
}

.txtcartProgressCurrent {
     font-weight: bold;
}

.copylink {
     font: 7pt courier new, courier;
     color: #000;
     text-decoration: none;
}

.pagination {
     font: 8pt courier new, courier;
     color: #000;
     background: #fff;
     width: 250px;
}