/*
-----------------------------------------------
Stylesheet: culvercity.classicpartyrentals.com
Media: Screen
Author: Chris Abad
----------------------------------------------- */

  em {
    color: #3d90ca;
    }

/* ID/Class Styles
----------------------------------------------- */

/* Index Page
----------------------------------------------- */
  
  #index img.small {
    float: right;
    margin: 5px 0 0 5px;
    }
  
  #index #product_images {
    float: right;
    margin: 0 0 17px 17px;
    text-align: right;
    width: 420px;
    }


/* Categories
----------------------------------------------- */

  #categories {
    float: left;
    font-size: 90%;
    font-weight: bold;
    list-style: none;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    width: 143px;
    }

  #categories a {
    text-decoration: none;
    }
  
  #categories a.active,
  #categories a:hover {
    color: #3d90ca;
    }

  #categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
  
  #categories ul li {
    margin: 0 0 1em 0;
    padding: 0;
    }
  
  #categories ul ul {
    padding: .8em 0 .5em 10px;
    }
  
  #categories ul ul a {
    color: #A0A0A0;
    }


/* Product
----------------------------------------------- */
  
  .product {
    display: block;
    float: left;
    margin: 0 13px 0 0;
    width: 130px;
    }
  
  .product a {
    text-decoration: none;
    }
  
  div.over {
    border: 0;
    }
  
  div.over .product_medium {
    background-color: #F1F1F1;
    border: 1px solid #666;
    display: block;
    padding: 15px;
    position: absolute;
    width: 241px;
    z-index: 1000;
    }
  
  .product_medium {
    display: none;
    }
  
  .product_medium .product_name {
    color: #3d90ca;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 0;
    }
  
  .product_medium .product_description {
    display: block;
    font-size: 90%;
    margin: 0 0 .8em 0;
    }
  
  .product_medium img {
    display: block;
    width:239px;
    }
  
  .product p {
    font-weight: bold;
    line-height: 1.2em;
    margin: .3em 0 0 0;
    padding: 0;
    }
  
  .product_row {
    float: left;
    margin-right: -50px;
    padding: 0 0 20px 0;
    width: 600px;
    }
  
  .product_row .first {
    left: 0;
    }
  
  .product_row .second {
    left: 143px;
    }
  
  .product_row .third {
    left: 286px;
    }
  
  .product_row .fourth {
    left: 286px;
    }  
  
  #product_list {
    overflow: hidden;
    padding-bottom: 150px;
    position: relative;
    }


/* Show Individual Product
----------------------------------------------- */  
  
  #show h3 {
    font-size: 110%;
    margin: 0 0 .8em 0;
    }
  
  #show h4 {
    color: #3d90ca;
    margin: 0;
    }
  
  #show #next_product p,
  #show #previous_product p {
    text-align: left;
    }
  
  #show #next_link {
    background-image:  url("../images/btn_next.gif");
    display: block;
    height: 0px !important;
  	height /**/: 17px; /* for IE5/Win only */
  	margin: 0 auto .8em auto;
    overflow: hidden;
    padding-top: 17px;
    width: 86px;
    }
  
  #show #next_product {
    float: right;
    text-align: center;
    width: 130px;
    }
  
  #show #previous_link {
    background-image:  url("../images/btn_previous.gif");
    display: block;
    height: 0px !important;
  	height /**/: 17px; /* for IE5/Win only */
  	margin: 0 auto .8em auto;
    overflow: hidden;
    padding-top: 17px;
    width: 86px;
    }
  
  #show #previous_product {
    float: left;
    text-align: center;
    width: 130px;
    }
  
  #show #product_images {
    float: right;
    margin: 0 0 17px 17px;
    width: 420px;
    }
  
  #show .product_large {
    margin: 0 0 15px 0;
    width: 418px;
    }
