﻿body, h1, h2, h3, h4, p, a, table, tr, td, ul, li
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: #FFFFFF;
    color: #404143;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

html, body, .contents
{
    height: 100%;
    min-height: 100%;
    width: 100%;
}

html>body, html>body .contents
{
    height: auto;
}

a
{
    color: #404143;
}

.contents
{
    left: 0;
    position: absolute;
    top: 0;
}
    
.img-shadow 
{
  float: left;
  background: url(../images/shadow-alpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img 
{
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}     

#skipNav
{
    height: 0;
	visibility: hidden;
}

/* -----------------------------------------------------------
     Content
   ----------------------------------------------------------- */

#content
{
    background-color: #FEFEFE;
    border: 1px solid #E9E9E9;
    margin: 10px 10px 50px 250px;
    padding: 0 15px 20px 15px;
}

#content h1
{
    font-size: 24px;
    font-weight: normal;
    margin: 15px;
}

#content h2
{
    font-size: 20px;
    font-weight: normal;
    margin: 15px;
}

#content p, #content td
{
    line-height: 26px;
    padding-left: 30px;
    margin-bottom: 10px;
}

#content table
{
    border-collapse: collapse;
    width: 100%;
}

#content tr
{
    border-bottom: 1px dotted #1B1E46;
}

#content td
{
    text-align: left;
    vertical-align: top;
    padding-bottom: 20px;
    padding-top: 20px;
}

#content ul
{
    list-style-type: none;
    margin-left: 20px;
}

#content li
{
    line-height: 26px;
    margin-bottom: 15px;
    margin-left: 40px;
}

#content .price
{
    color: Green;
    font-weight: bold;
}

#content .category
{
    font-weight: bold;
}

#content .rating
{
    font-style: italic;
    margin-left: 20px;
}

#content .title
{
    font-size: 120%;
    font-weight: bold;
}

#content .list
{
    margin-left: 20px;
    font-weight: bold;
    color: Red;
}

#content .releasedate
{
    margin-left: 20px;
}

#content .new, #content .used, #content .bestbuy, #content .redbox
{
    margin-top: 5px;
}

#content .used, #content .new, #content .bestbuy
{
    width: 125px;
    height: 29px;
    float: left;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
}

#content .used, #content .new
{
    background-image: url(../images/yellow-button.png);
}

#content .bestbuy
{
    background-image: url(../images/blue-button.png);
    color: White;
}

#content .bestbuy .price
{
    color: White;
}

#content .bestbuy a
{
    color: White;
}

#content .used, #content .redbox, #content .bestbuy
{
    margin-left: 20px;
}

#content .redbox
{
    float: left;
}

#content .description
{
    clear: both;
}

#content .more
{
    margin-top: 10px;
    font-size: 16px;
}

/* -----------------------------------------------------------
     Header
   ----------------------------------------------------------- */

#header 
{
    background: #E9E9E9 url(../images/header.jpg) repeat-x;
    border-top: 2px solid #02137A;
    border-bottom: 1px dotted #1B1E46;
    height: 50px;
}

#header #tagline
{
    font: 20px Georgia, "Times New Roman", Times, Serif;
    color: #061037;
    position: absolute;
    right: 40px;
    margin-left: 250px;
    margin-top: 10px;
}

#header #logo a
{
    font-size: 26px;
    color: #061037;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
    text-decoration: none;
}

#header #logo a:hover
{
    text-decoration: underline;
}

/* -----------------------------------------------------------
     Footer
   ----------------------------------------------------------- */

#footer
{
    width: 100%;
    font-size: 10px;
    text-align: center;
}

#footer p
{
    margin: 10px 0 10px 250px;
}

#footer .item
{
    margin-right: 20px;
}

/* -----------------------------------------------------------
     Navigation
   ----------------------------------------------------------- */

#nav
{
    border-bottom: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    position: absolute;
    top: 100px;
    left: 10px;
    width: 220px;
}

#nav ul
{
    list-style: none;
    margin-left: 15px;
    padding-left: 0;
    margin-top: 5px;
    margin-right: 15px;
}

#nav li
{
    font-size: 13px;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 2px;
}

#nav a:link, #nav a:visited
{
    text-decoration: none;
    color: #061037;
    background-color: Transparent;
}

#nav h2
{
    font-size: 16px;
    font-weight: bold;
    color: #061037;
    background: #E9E9E9 url(../images/header.jpg) repeat-x;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    padding: 7px;
}

/* -----------------------------------------------------------
     Icon Bar
   ----------------------------------------------------------- */

#icon-bar
{
    position: absolute;
    top: 430px;
    left: 20px;
}

#icon-bar img
{
    float: left;
    margin-left: 16px;
}

/* -----------------------------------------------------------
     Products
   ----------------------------------------------------------- */

.products
{
    background-color: #FFF;
    position: absolute;
    top: 475px;
    left: 10px;
    width: 200px;
    padding: 10px;
    text-align: center;
}

.products h2
{
    font-size: 16px;
    font-weight: bold;
    color: #061037;
    background-color: Transparent;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px;
}

.products p
{
    margin-bottom: 15px;
}

.products a
{
    font-weight: bold;
}