* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 10pt;
}

img {
  border: 0px;
}

body {
  text-align: center;
  background-image: url('images/body_background.jpg');
  background-position: top center;
  background-repeat: repeat-x;
  background-color: #00a7e8;
}

#main_container {
  width: 893px;
  margin: 20px auto;
  background-color: #ffffff;
}

#main_container * {
  text-align: left;
}

#bucket_summary {
  width: 350px;
  height: 200px;
  background-image: url('images/bucket_background.jpg');
  float: right;
  margin: 10px 10px 0px 0px;
}

#main_menu {
  background-color: #e497b7;
  height: 30px;
  text-align: center;
}

#header {
  background-image: url('images/header_background.jpg');
  height: 243px;
}

#left_nav {
  width: 200px;
  float: left;
}

#right_nav {
  width: 200px;
  float: right;
}

#content {
  margin-left: 210px;
  margin-right: 210px;
  width: 473px;
  margin-top: 10px;
}

    #content p {
      line-height: 120%;
      margin-bottom: 20px;
    }

    #content h1 {
      font-size: 18pt;
      margin-bottom: 20px;
    }

#footer {
  background-image: url('images/footer_background.jpg');
  height: 277px;
  background-repeat: no-repeat;
  clear: both;
}

#main_menu a, #main_menu a:visited {
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  margin: 0 40px 0 40px;
}

.product_nav {
  width: 190px;
  margin: 10px 0px 10px 10px;
}

  .product_nav li {
    background-color: #e497b7;
    line-height: 30px;
    list-style-type: none;
    padding: 0px 0px 0px 10px;
  }

#giddy_offers {
  width: 190px;
  text-align:center;
  margin: 10px 0px 0px 10px;
  background-image: url('images/giddyoffers_background.jpg');
  background-position: bottom;
}

  #giddy_offers h2 {
    background-image: url('images/giddyoffers_top.jpg');
    font-size: 12pt;
    line-height: 40px;
  }

#new_products {
  width: 190px;
  text-align:center;
  margin: 10px 10px 0px 0px;
  background-image: url('images/newproducts_background.jpg');
  background-position: bottom;
  padding-bottom: 15px;
}

  #new_products h2 {
    background-image: url('images/newproducts_top.jpg');
    font-size: 12pt;
    line-height: 40px;
  }

h1.t_myaccount {
  line-height: 30px;
}

#login_form {
  width: 350px;
}

.basicForm * {
        margin-left: 0;
        padding-left; 0;
        font-size: 10pt;
        list-style-type: none;
}

.basicForm li {
        padding: 5px 5px 5px 0;
}

.basicForm li select, .basicForm li input {
        width: 180px;
}

label {
        display: block;
        float: left;
        width: 100px;
        text-align: right;
        padding-right: 5px;
}

table.checkout {
  border: 0px;
  width: 100%;
}

table.checkout th, table.checkout td {
  padding: 4px;
}

table.checkout th {
  background-color: #e497b7;
  color: #fff;
}

#breadcrumbs {
        color: #E597B7;
        font-size: 8pt;
        font-weight: bold;
        margin-bottom: 5px;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover {
        color: #E597B7;
        font-size: 8pt;
        font-weight: bold;
}

#itemDescription ul, #itemDescription ol {
	margin-left: 30px;

}
