body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 75%;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    background: #000000;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    padding-top: 10px;
    margin-top: 0;
    color: #FC1175;
}



table {
    width: 50%;
    margin: 0 auto 0 auto;
}

tr {
    background-color: #222222;
    
}

th {
    padding: 5px 5px 5px 5px;
    margin: 1px 1px 1px 1px;
    background-color: #333333;
}

td {
    padding: 5px 5px 5px 5px;
    margin: 1px 1px 1px 1px;
    text-align: center;
}

img {
    border: 0;
}

fieldset {
    border: 1px solid #222222;
    padding: 5px 7px 5px 7px;
}

legend {
    padding: 0 10px;
    color: #ffffff;
}

a:link {
    color: #fc1175;
}

a:visited {
    color: #fc1175;
}

a:hover {
    text-decoration: none;
}

/*a:active {
}*/

.category-row {
    clear: left;
}

.category-image {
    padding: 5px 5px 5px 5px;
    width: 208px;
    float: left;
}

.category-image a:link {
    text-decoration: none;
}

.category-image a:visited {
    text-decoration: none;
}

.category-image a:active {
    text-decoration: none;
}

.category-image img {
    padding: 0 4px 0 4px;
}

.category-image h3 {
    font-size: 1.2em;
    padding-left: 5px;
}

.clear {
    clear: both;
}

.flash {
    margin: 10px 10px 10px 10px;
}

.emphasize {
  font-weight: bold;         
}

#errorExplanation h2 {
    color: #ffffff;
    font-size: 1em;
}

.notice {
    padding: 5px 5px 5px 5px;
    background-color: #222222;
    border: 1px solid #333333;
}

.error {
    padding: 5px 5px 5px 5px;
    background-color: #b22222;
    border: 1px solid #cd5c5c;
}

.small-row {
    width: 300px;
    clear: both;
    padding: 5px 0 5px 0;
}

.medium-row {
    width: 450px;
    clear: both;
    padding: 5px 0 5px 0;
}

.large-row {
    width: 600px;
    clear: both;
    padding: 5px 0 5px 0;
}

.tiny-field {
    width: 105px;
    float: left;
    padding-right: 5px;
}

.small-field {
    width: 145px;
    float: left;
    padding-right: 5px;
}

.medium-field {
    width: 295px;
    float: left;
    padding-right: 5px;
}

.small-form-field {}

.medium-form-field {}

.large-form-field {}

.form-row {
    padding-bottom: 5px;
}

.form-label-medium {
    clear: left;
    float: left;
    width: 200px;
}

.form-field-small {
    clear: left;
    float: left;
    width: 100px;
}

.form-field-medium {
    clear: left;
    float: left;
    width: 200px;
}

.form-field-large {
    clear: left;
    float: left;
    width: 350px;
}

.country-select {
  width: 155px;
}

.fieldWithErrors {
    padding: 1px;
    background-color: #cc0000;
    display: table;
}

.previous-button {
    float: left;
}

.next-button {
    float: right;
}
#header {
    height: 121px;
    width: 100%;
    background: #000000 url(/images/header_background.png) repeat-x top left;
}

#logo {
    width: 299px;
    height: 121px;
    float: left;
    /*margin-left: 52px;*/
    /*background: url(/images/logo.png) no-repeat top left;*/
}

#logo h1 {
    padding: 0;
    margin: 0;
    text-indent: -5000px;
}

#header-right {
    float: right;
    height: 121px;
    width: 300px;
    /*width: 100%;*/
}

#basket-container {
    float: right;
    margin-top: 10px;
    padding-left: 12px;
    height: 38px;
    background: url(/images/basket_background_left.gif) no-repeat top left;
}

#basket {  
    background: url(/images/basket_background.gif) repeat-x top left;
    height: 22px;
    padding: 11px 10px 5px 0;
}

#contact-number {
    width: 215px;
    height: 21px;
    margin-top: 37px;
    padding-right: 6px;
    clear: right;
    float: right;
    background: url(/images/call.png) no-repeat bottom left;
}

#contact-number h2 {
  display: none;    
}

#category-images {
    float: left;
}

#header-spacer {
    height: 1px;
    width: 100%;
    background: url(/images/grad_strip.gif) repeat-x top left;
}

#content-spacer {
    height: 30px;
    width: 100%;
    /*background: url(/images/grad_bottom.gif) repeat-x top left;*/
}

#main-content {
    padding: 0 53px 10px 53px;
}

#left-col {
    width: 267px;
    float: left;
    padding: 0 5px 0 0;
}

#right-col {
    float: left;
    width: 654px;
}

#categories {
    padding-bottom: 15px;
}

#categories a {
    text-decoration: none;
    color: #ffffff;
    background-color: #222222;
    margin: 0 0 2px 0;
    padding: 5px 5px 5px 15px;
    width: 180px;
    display: block;
}


#categories a:hover {
    background-color: #fc1175;
    text-transform: uppercase;
    font-style: italic;
}

#categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
}

#product-header h3 {
    margin: 0;
    padding: 0 0 5px 0;
    float: left
}

#price {
    padding: 0 0 5px 0;
    float: right;
    font-size: 16px;
    font-weight: bold;
}

#product-description {
    clear: both;
}

#product-details {
}

#product-footer {
    padding-top: 10px;
    float: right;
}

#gift-ideas {
    clear: both;
    padding-left: 53px;
}

.gift-idea {
    float: left;
    width: 120px;
}

.small-text {
  font-size: 10px;
  color: #666;
}

#welcome {
    
    /*padding-left: 53px;*/
}

#welcome h2 {
    background: url(/images/welcome.gif) no-repeat top left;
    margin: 0;
    padding: 0;
    line-height: 30px;
    text-indent: -5000px;
}

#welcome p {
    
}

#billing-address {
    float: left;
    width: 45%;
}

#delivery-address {
    float: left;
    width: 45%;
}

.button-bar {
    clear: left;
    padding: 5px 5px 5px 5px;
}

#footer {
    clear: both;
    width: 500px;
    height: 37px;
    padding-bottom: 8px;
    margin: 0 auto 0 auto;
    background: url(/images/footer_left.gif) no-repeat top left;
}

#footer li {
    float:left;
    padding: 0 6px 0 6px;
    font-size: 10px;
}

#footer-links {
    height: 26px;
    padding-top: 9px;
    margin-left: 10px !important;
    margin-left: 5px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    background: #222222;
    float: left;
}

#footer-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer-spacer {
    height: 37px;
    width: 10px;
    background: url(/images/footer_right.gif) no-repeat top right;
    float: left;
}

.inactive {
    display: none; 
}

#display-image {
    height: 270px;
}

#display-image img {
    position: absolute;
}

#product-image {
    float: left;
    padding: 0 10px 10px 10px;
}

#product-thumbs {
    float: left;
}

#product-thumbs img {
    padding: 0 2px 2px 2px;
}
