/*
Main stylesheet
Silver Shop Gifts
Al @ popcorn 2005
*/

body {
  margin: 10px;
  padding: 0px;
  background-color: #000000;
}

body, td {
   /*font-family: arial, verdana, helvetica, sans-serif;*/
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666;
}

input,textarea,select {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 11px; 
  color: #666666;
  margin: 0px;
  padding-top: 1px;
  /*padding-bottom: 2px;*/
  padding-left: 2px;
}

select {
  padding: 1px 2px 1px 0;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 4px 0 4px 0;
  line-height: 16px;
}

h1 {
  margin:0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 20px;
}

h2 {
  margin:0 0 5px 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 17px;
}

h3 {
  margin:0;
  margin-bottom: 15px;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 14px;
}

h4 {
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
}

ul {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
}

ul.li {
  margin-left: 10px;
}

img {
  border: 0px;
}

form {
  margin: 0;
  padding: 0;
}

.small {
  font-size: 11px;
}

.tiny {
  font-size: 10px;
}

.note {
  color: #6d6d6d;
}

.note a {
  color: #6d6d6d;
}

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

select .uno {
  font-weight: bold;
}

select .dos {
  color: #8F8F8F;
}

td.right {
  text-align: right;
}

/* divs ******************************************************/
div.left {
  float: left;
}

div.right {
  float: right;
}
div.clear {
  clear: both;
}

div.breadcrumb {
  color: #ffffff;
  font-size: 11px;
  padding: 8px 0 10px 10px;
  background-color: #4E4E4E;
  font-family: arial, verdana, helvetica, sans-serif;
}

div.breadcrumb a {
  color: #ffffff;
}

div.error {
  padding-top: 5px;
}

/* global divides ********************************************/

.v-divide {
  background-repeat: repeat-y;
  background-image: url(/images/backgrounds/v-divide.png);
}

.h-divide {
  font-size: 0px;
  height: 3px;
  background-repeat: repeat-x;
  background-image: url(/images/backgrounds/h-divide.png);
}

/* anchors ***************************************************/
a {
  color: #000000;
  text-decoration: underline;
}

a:focus {
  outline:none;
}

/* text ******************************************************/
.red	{ color: #e00000; }
.orange { color: #FF6500; }
.white  { color: #FFFFFF; }
.green  { color: #1B6F00; }
.gry	{ color: #666666; }
.error	{ color: red; }

/* header table **********************************************/
.header-table {
  width: 840px;
  /*margin-bottom: 10px;*/
  margin: auto;
}

.header-table .logo {
  width: 70%;
  padding-bottom: 10px;
}

.header-table .navigation {
  background-image: url(/images/navigation/background.png);
  background-repeat: repeat-x;
}

.header-table .navigation div.button a {
  float: left;
  display: block;
  padding: 7px 0 8px 0;
  width: 140px;
  text-align: center;
  /*background-color: red;*/
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

.header-table .navigation div.button a:hover {
  background-color: #4E4E4E;
}

.header-table .navigation div.button .divide {
  background-image: url(/images/navigation/divide.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.header-table .navigation div.h-divide {
  height: 3px;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  clear: both;
  background-image: url(/images/navigation/h-divide.png);
  background-repeat: repeat-x;
}

.header-table .border {
  font-size: 0px;
  margin: 0px;
  border: 0px;
  height: 7px;
  background-image: url(/images/navigation/border.png);
  background-repeat: repeat-x;
}

.header-table .top-buttons {
  width: 100%;
  border-bottom: 2px solid #E31320;
}

.header-table .top-buttons .divide {
  border-right: 1px solid #000000;
}

.header-table .top-buttons .tab a {
  width: 80px;
  display: block;
  padding: 3px;
  background-color: #E31320;
  color: white;
  text-align: center;
  text-decoration: none;
  margin-bottom: 1px;
} 

.header-table .top-buttons .tab a:hover {
  background-color: #F1898F
}

/* main table ************************************************/
.main-table {
  width: 840px;
  margin: auto;
}

.main-table .side-bar {
  width: 190px;
  background-color: #383838;
}

.main-table .side-bar div.basket {
  background-color: #272727;
  padding: 10px;
}

.main-table .side-bar div.panel {
  padding: 10px;
}

.main-table .side-bar div.navigation {
  padding: 4px 8px 0 8px;
  background-color: #383838;
}

.main-table .side-bar div.navigation p.title {
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
}

.main-table .side-bar div.navigation div.button a {
  display: block;
  padding: 4px 0 5px 18px;
  color: #D2D2D2;
  /*background-color: #4E4E4E;*/
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 6px 10px;
  background-image: url(/images/navigation/arrow.png);
  border-bottom: 1px solid #5B5B5B;
}

.main-table .side-bar div.navigation div.selected a {
  background-color: #5C5C5C;
}

.main-table .side-bar div.navigation div.button a:hover {
  background-color: #5C5C5C;
}

.main-table .body {
  background-color: #ffffff;
}

.main-table .body div.contents {
  padding: 10px 10px 5px 10px;
}

/* promotional ***********************************************/
table.promotional {
  width: 100%;
  border: 1px solid #E6E6E6;
}

table.promotional td {
  padding: 6px 6px 8px 6px;
}

table.promotional h1 {
  font-family: arial, helvetica, century gothic, sans serif;
  font-size: 200%;
  font-weight: normal;
  color: #666666;
  margin: 0px;
  padding: 0px;
}

table.promotional .promotional td {
  background-repeat: repeat-x;
  background-image: url(/images/backgrounds/promotional.png);
}

div.promotional {
  padding: 5px;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

div.promotional h1 {
  font-family: arial, helvetica, century gothic, sans serif;
  font-size: 180%;
  font-weight: normal;
  color: #000000;
  margin: 0px;
  padding: 0px;
}


/* basket panel **********************************************/
div.basket-panel {
  padding: 5px 7px 7px 7px;
  background-color: red;
  background-repeat: repeat-x;
  background-image: url(/images/backgrounds/basket-panel.png);
}

table.basket-panel {
  width: 100%;
}

table.basket-panel .title {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 5px;
}

table.basket-panel .content {
  padding: 0 5px 0 5px;
  background-color: #ffffff;
}

/* gift panel ************************************************/
div.side-panel {
  padding: 5px 7px 7px 7px;
  background-color: #4e4e4e;
  background-repeat: repeat-x;
  background-image: url(/images/backgrounds/side-panel.png);
}

table.side-panel {
  width: 100%;
}

table.side-panel .title {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 5px;
}

table.side-panel .content {
  padding: 0 5px 0 5px;
  background-color: #ffffff;
}

table.side-panel .content ul {
  padding: 0px;
  margin: 2px 0 4px 0px;
  list-style: none;
}

table.side-panel .content li {
  padding: 1px 0 1px 9px;
  background-repeat: no-repeat;
  background-image: url(/images/icons/list-icon.png);
  background-position: 0 6px;
}

table.side-panel .content ul a {
  color: #666666;
}

table.side-panel .content ul a:hover {
  text-decoration: none;
}


/* listings table ********************************************/
table.listings-table {
  width: 100%;
}

table.listings-table .heading {
  font-family: arial, helvetica, century gothic, sans serif;
  font-size: 180%;
  font-weight: normal;
  color: #666666;
  margin: 0px;
  padding: 0px;
}

table.listings-table .related-divide {
  background-repeat: no-repeat;
  background-image: url(/images/backgrounds/related-divide.png);
  background-position: 0 20px;
}

table.listings-table .product {
  width: 156px;
  padding: 0 5px 0 5px;
  text-align: center;
}

table.listings-table h3 {
  margin: 0px;
}

table.listings-table h3 a {
  font-size: 12px;
  font-weight: normal;
}

table.listings-table p {
  line-height: 13px;
}

table.listings-table .price {
  padding: 2px 0 5px 0;
  color: #e00000;
  font-weight: bold;
}

table.listings-table p .rrp {
  padding: 2px;
  color: #ffffff;
  font-weight: bold;
  background-color: #e00000;
  text-decoration: line-through;
}

/* page controls *********************************************/
table.page-controls {
  width: 100%;
}

table.page-controls .paging td {
  border: 1px solid #cccccc;
}

table.page-controls .paging .disabled {
  color: #6d6d6d;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  background-color: #e6e6e6;
}

table.page-controls .paging a {
  display: block;
  text-decoration: none;
  padding: 1px 3px 1px 3px;
}

table.page-controls .paging a:hover {
  background-color: #e6e6e6;
}

/* product table *********************************************/
table.product-table {
  width: 100%;
  margin: 4px 0 10px 0;
}

table.product-table .image {
  width: 260px;
}

table.product-table .image img {
  border: 1px solid #E1E1E1;
}

table.product-table .image .thumbs {
  margin-top: 6px;
}

table.product-table .info {
  padding-left: 5px;
}

table.product-table .info .price {
  font-size: 180%;
  padding: 2px 0 5px 0;
  color: #e00000;
  font-weight: normal;
  margin: 10px 0 5px 0;
}

table.product-table .info .price span.rrp {
  font-size: 90%;
  padding: 2px 4px 2px 4px;
  color: #ffffff;
  font-weight: normal;
  background-color: #e00000;
  text-decoration: line-through;
}

table.product-table .info input, select {
  padding: 0px;
}

/* footer ****************************************************/
div.footer {
  padding: 15px;
}

div.footer table {
  width: 100%;
  margin-bottom: 5px
}

div.footer table .info ul {
  list-style-type: none;
  color: #000000;
  padding-left: 0px;
}

div.footer table .info a {
  color: #000000;
  font-size: 11px;
  text-decoration: none;
}

div.footer table .info a:hover {
  text-decoration: underline;
}

div.footer .outline {
  border: 1px solid #cccccc;
}

div.footer div {
  color: #000000;
  font-size: 11px;
}

/* basket table **********************************************/
table.basket-table {
  width: 100%;
  margin-top: 10px;
}

table.basket-table .header td {
  padding: 4px;
  /*border-bottom: 1px solid #e2e2e2;*/
  background-color: #f8f8f8;
}

table.basket-table .divide {
  border-right: 1px solid #e2e2e2;
}

table.basket-table .row td {
  padding: 2px 4px 2px 4px;
  vertical-align: top;
}

table.basket-table .row .item-price {
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
}

table.basket-table .item-price span.rrp {
  line-height: 26px;
  padding: 2px;
  color: #ffffff;
  font-weight: bold;
  background-color: #e00000;
  text-decoration: line-through;
}

table.basket-table .row .price {
  padding-right: 10px;
  text-align: right;
  background-color: #f8f8f8;
}

table.basket-table .options {
  width: 100%;
  margin-top: 8px;
}

table.basket-table .attribute {
  width: 50%;
  text-align: right;
}

table.basket-table .options td {
  color: #ff0000;
  padding: 0px;
  border-bottom: 1px solid #ffffff;
}

table.basket-table .buttons td {
  padding-top: 15px;
}

/* Home page table *******************************************/
table.home-page {
  width: 100%;
}

table.home-page .grey-bg {
  padding: 6px 0 2px 5px;
  background-color: #E5E5E5;
}

table.home-page table.panels {
  width: 100%;
}

table.home-page .perfect-gift {
  float: left;
  width: 466px;
  height: 183px;
  background-repeat: no-repeat;
  background-image: url(/images/home-page/perfect-gift.jpg);
}

table.home-page table.perfect-gift-info td {
  color: #878787;
}

table.home-page table.perfect-gift-info .title {
  padding: 55px 0 0 20px;
}

table.home-page table.perfect-gift-info .selection {
  padding: 15px 0 0 20px;
}

table.home-page .promo-code {
  float: left;
  width: 348px;
  height: 183px;
  background-repeat: no-repeat;
  background-image: url(/images/home-page/enter-promotional-code.png);
}

table.home-page table.promo-code-info td {
  color: #878787;
}

table.home-page table.promo-code-info .title {
  padding: 55px 10px 0 30px;
}

table.home-page table.promo-code-info .selection {
  padding: 20px 0 0 60px;
}

table.home-page table.promo-code-info .footer {
  padding: 15px 0 0 30px;
}