/* This stylesheet's purpose is to normalize styles across all browsers */

/* remove default margin/padding from elements */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* set font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* remove list-style from lists */
ol, ul
{ list-style: none; }

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

table
{ border-collapse: collapse; border-spacing: 0; }

fieldset, img
{ border: 0; }

/* left align captions and th */
caption, th
{ text-align: left; }

/* remove quotation marks from q */
q:before, q:after 
{ content: ''; }

body {
  font-family: verdana, geneva, sans-serif; /*  helvetica, arial, verdana, sans-serif*/
  font-size: small;
  color: #343636; /* old site #666; */
  background: #f3f3f3;
}

* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small;  /* for other IE versions */
}


th { font-family: arial, sans-serif; }
p, ol, ul { font-family: verdana, geneva, sans-serif; }

h1, h2, h3, h4 {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
}

h1 {
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 15px;
	/*color: #907e6c;
	margin-right: 30px;
	margin-top:  0;
	padding-top:  0;
	border-bottom: 2px solid #f0eee3;
	color: #1E4E4D; */
	}
	
h2 {
	font-size: 130%;
	margin-top: 10px;
	}
	
h3 {
	font-size: 120%;
	font-weight: bolder;
	} 

h4 {
	font-size: 100%;
	margin-top: 10px;
  font-weight: bolder;
	}

strong { font-weight: bold; }
em { font-style: italic; }

a {
  text-decoration: none;
  font-weight: normal;
  color: #004B91;
  /* color: #669999; */
  /* color: #422305; */
  /* font-size: 95%; */
}

a:hover { text-decoration: underline; /* color: #86a2cc; */ }

input, 
textarea {
  padding: 2px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p.smaller { font-size:  90%; }

li { list-style-type: square; }

.dark_link a { color: #604327; }
.dark_link a:hover { color: black; }

.grey { color: #333; }

.fieldWithErrors input, 
.fieldWithErrors select,
.fieldWithErrors textarea {
  background: #dfffdf;
}

.errorExplanation {
  width:  65%;
  margin: 10px auto;
  border: 1px solid #aaa;
  padding:  0 0 10px 0;
}

.errorExplanation h2 {
  padding: 6px;
  text-align:  center;
  margin:  0px;
  display:  block;
  font-size: 100%;
  background: #dfffdf;
}

.errorExplanation p {
  padding-left:  10px;
  margin: 10px;
}

.errorExplanation ul {
  margin-left: 20px;
}

.errorExplanation li {
  display: block;
  float: left;
  width: 45%;
  margin-bottom: 8px;
  margin-right: 20px;
}

.right { float: right; }
.left { float: left }

.align_right { text-align: right; }
.align_left  { text-align: left; }

.nospace {
    margin: 0px;
    padding: 0px;
}

.smaller_form input, 
.smaller_form select {
  font-size: 90%;
}

form.smaller_form {
  margin: 0;
  padding: 0;
}

.clearboth,
.clear_both {
    clear: both;
}

.field_failed_validate { background: #eeaaaa; }

.center { text-align: center; }

.subtle_link a { font-weight: normal; }

div.arranger p { float: left; margin-right: 20px; }

div.rounded {
  :-moz-border-radius 5px
  :-webkit-border-radius 5px
}

.flash { color: green; }
.flash_error { color: red; }

a.item_pic img { border: 1px solid #1E4E4D; }
a.item_pic:hover img { border: 1px solid #999; }

/* content management system styles */

div.content_field ul,
div.content_field ol {
	margin: 10px 0;
	padding-left: 2.5em;
}

div.content_field li {
  margin: .4em 0;
}

div.content_field div.edit_link {
	background: #afb6f8;
	padding: 3px 10px;
	border: 1px solid #ccc;
	float: right;
}

div.content_field div.edit_link a {
	color: #fff;
}

div.content_field div.edit_link a:hover {
	color: #666;
}

#content_pagination div.pagination {
  display: inline;
}

#content_pagination a {
  padding: .2em .2em;
}

/* ##### HACKS ##### */

/* universal clearfix hack - IE tweaks in ie.css */
.errorExplanation:after,
div.arranger:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*
h2 + p {
	margin: 0px;
	padding: 0px;
}

h1 + h2 {
	margin-top: 0px;
	padding-top: 0px;
}
*/


/* basic common styles */
h1.with_subtitle span {
  display: block; }
h1.with_subtitle span.subtitle {
  font-size: 90%; }

h2 {
  margin-bottom: 5px;
  margin-top: 20px; }

h3 {
  margin-bottom: 5px;
  margin-top: 10px; }

p {
  margin: 7px 0; }

table {
  border: 1px solid #ccc; }
  table th {
    padding: 3px 5px;
    font-weight: bold;
    background: #ccc; }
  table td {
    padding: 2px 5px; }
  table tr.odd {
    background: white; }
  table tr.even {
    background: #eff6f8; }
  table .no_wrap {
    white-space: nowrap; }

form p {
  margin: 7px 0; }

/* reuse styles */
span.rating {
  display: block; }

div.product_wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

a .price,
a.price {
  color: #eb7c15; }

a .savings,
.savings a {
  color: red; }

/* primary structure */
body {
  text-align: center; }

#superwrapper {
  width: 960px;
  text-align: left;
  margin: 0px auto 10px auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0;
  background: #fff;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px; }

#masthead {
  height: 45px;
  padding-top: 15px; }
  #masthead .title {
    font-size: 250%;
    font-weight: bold;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
    margin-left: 25px; }
    #masthead .title a {
      color: #eb7c15; }
    #masthead .title a:hover {
      text-decoration: none; }

#main_navigation {
  background: #023b6d;
  padding: 13px 0; }
  #main_navigation ul {
    float: left;
    font-size: 110%; }
    #main_navigation ul a {
      color: #fff; }
    #main_navigation ul li {
      float: left;
      list-style-type: none;
      padding: 0 0 0 15px;
      margin-left: 15px;
      background: url('/images/icons/silk/bullet_green.png') center left no-repeat; }

#search {
  background: #d3def0; }
  #search #search_wrapper {
    margin: 10px 20px 10px 0;
    float: right; }
    #search #search_wrapper form input.search_box {
      font-size: 150%;
      width: 400px;
      height: 25px;
      padding: 3px; }
    #search #search_wrapper form button {
      background: #5aac12;
      color: white;
      font-size: 120%;
      padding: 4px 10px;
      margin-left: 10px;
      border: none;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px; }

#content {
  margin: 30px 20px 50px 20px; }

#footer {
  margin: 10px 0 40px 0; }
  #footer .footer_links {
    font-size: 100%; }
    #footer .footer_links a:hover {
      text-decoration: underline; }
  #footer .copyright {
    margin-top: 5px;
    color: #666;
    font-size: 90%; }

/* layouts */
#main {
  width: 710px;
  float: left; }

#center_wide {
  float: right;
  width: 700px;
  margin-right: 10px; }

#center_column {
  float: right;
  width: 500px; }

#left_column {
  float: left;
  width: 200px;
  position: relative;
  left: -20px; }

#right_column {
  width: 200px;
  float: right;
  position: relative;
  left: 20px; }
  #right_column .see_more {
    margin: 15px 10px 10px 10px;
    font-size: 85%;
    text-align: center; }
    #right_column .see_more a {
      background: url('/images/icons/silk/bullet_go.png') center left no-repeat;
      padding-left: 18px; }

#left_column h2,
#left_column h3,
#right_column h2,
#right_column h3 {
  font-family: verdana, geneva, san-serif;
  font-weight: normal; }
#left_column h2,
#right_column h2 {
  font-size: 105%; }
#left_column h3,
#right_column h3 {
  font-size: 95%; }
#left_column ul,
#right_column ul {
  font-size: 93%;
  list-style-type: none;
  padding-left: 15px; }
  #left_column ul li,
  #right_column ul li {
    list-style-type: none; }

#middle_spaced {
  width: 60%;
  margin: 10px auto;
  text-align: center; }

/* home page */
#browse_by {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  #browse_by h2 {
    background: #5aac12;
    color: #fff;
    padding: 5px 15px;
    margin: 0; }
    #browse_by h2 a {
      color: #fff; }
    #browse_by h2 a:hover {
      text-decoration: none; }
  #browse_by h3 {
    background: #d3def0;
    padding: 5px 15px;
    margin-top: 0; }
  #browse_by ul {
    padding-bottom: 15px; }
  #browse_by li {
    background: url('/images/icons/silk/bullet_go.png') center left no-repeat;
    padding: 2px 0 2px 18px; }
    #browse_by li span {
      font-size: 85%;
      color: #666; }

#hottest_deals {
  margin-bottom: 30px; }
  #hottest_deals h2 {
    margin-bottom: 10px;
    background: #eee;
    padding: 3px 10px;
    background: #eee; }
  #hottest_deals a:hover {
    text-decoration: none; }
    #hottest_deals a:hover .name,
    #hottest_deals a:hover .spec {
      text-decoration: underline; }
  #hottest_deals .focus {
    float: left;
    width: 300px;
    text-align: center;
    margin-top: 20px; }
    #hottest_deals .focus img {
      margin: 5px auto; }
    #hottest_deals .focus a {
      font-size: 105%; }
      #hottest_deals .focus a span.name {
        font-weight: bold; }
      #hottest_deals .focus a span.price {
        font-weight: bold; }
      #hottest_deals .focus a span.savings {
        font-weight: bold; }
  #hottest_deals .recent {
    float: right;
    width: 185px;
    font-size: 95%; }
    #hottest_deals .recent h3 {
      margin: 0 0 0 5px; }
    #hottest_deals .recent li {
      list-style-type: none;
      padding: 5px 5px;
      border-bottom: 1px solid #e6eaf0; }
    #hottest_deals .recent .deals_link {
      margin-top: 10px;
      margin-left: 5px; }
      #hottest_deals .recent .deals_link a {
        font-size: 90%;
        padding-left: 18px;
        background: url('/images/icons/silk/bullet_go.png') center left no-repeat; }
      #hottest_deals .recent .deals_link a:hover {
        text-decoration: underline; }

div.shootout h2 {
  margin-bottom: 10px;
  background: #eee;
  padding: 3px 10px; }
div.shootout p.explanation {
  margin: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 95%;
  color: #5aac12; }

#popular_now,
#highly_rated {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }
  #popular_now h3,
  #highly_rated h3 {
    background: #023b6d;
    padding: 5px 15px;
    margin-top: 0;
    color: white; }

div.mini_product {
  text-align: center;
  margin: 10px 5px; }
  div.mini_product a:hover {
    text-decoration: none; }
    div.mini_product a:hover .name,
    div.mini_product a:hover .spec {
      text-decoration: underline; }
  div.mini_product span.spec {
    font-size: 87%; }
  div.mini_product span.price {
    font-size: 87%;
    color: #eb7c15;
    font-weight: bold; }
    div.mini_product span.price del {
      font-weight: normal;
      color: #333;
      font-size: 87%; }
    div.mini_product span.price span.unavailable {
      color: #333;
      font-size: 87%;
      font-weight: normal; }

/* browsing products */
#browse_home div.browse_header {
  background: #eee;
  padding: 3px 10px;
  margin-bottom: 10px; }
  #browse_home div.browse_header h2 {
    margin: 0px;
    font-size: 160%;
    font-weight: normal;
    float: left; }
  #browse_home div.browse_header a {
    color: #343636; }
  #browse_home div.browse_header a:hover {
    text-decoration: none; }
  #browse_home div.browse_header .starting_from {
    float: right;
    font-size: 90%;
    font-weight: bold;
    display: inline;
    font-size: 140%; }
#browse_home div.product_wrapper div.model {
  width: 225px; }
#browse_home .browse_more {
  text-align: center;
  font-size: 110%;
  margin-bottom: 20px;
  margin-top: 10px; }

#browse_list h1 {
  margin-bottom: 10px;
  background: #eee;
  padding: 3px 10px; }
#browse_list div.product_wrapper .model {
  width: 240px;
  margin-left: 10px; }
#browse_list #search_not_found {
  font-size: 105%;
  line-height: 1.3; }
  #browse_list #search_not_found big {
    font-size: 110%; }
  #browse_list #search_not_found ul {
    border-top: 2px solid #023b6d;
    border-bottom: 2px solid #023b6d;
    padding: 5px 10px 5px 20px; }
    #browse_list #search_not_found ul li {
      margin: 8px; }
  #browse_list #search_not_found #signature {
    text-align: right;
    margin-top: 10px; }

div.product_wrapper .model {
  float: left;
  width: 160px;
  margin-left: 6px; }

.pagination {
  text-align: right;
  padding: 5px 0;
  font-size: 95%; }
  .pagination a, .pagination span {
    padding: .2em .3em; }
  .pagination span.disabled {
    color: #AAA; }
  .pagination span.current {
    background: #d3def0; }
  .pagination a {
    text-decoration: none;
    border: 1px solid #DDDDDD;
    color: black; }
    .pagination a:hover, .pagination a:focus {
      text-decoration: underline; }

/* closeouts page */
#closeouts table {
  width: 100%; }
  #closeouts table td {
    text-align: right;
    padding: 5px 15px;
    font-size: 90%;
    color: #666; }
    #closeouts table td.model_number {
      text-align: center; }
    #closeouts table td a.savings {
      color: red;
      font-weight: bold; }
  #closeouts table th {
    text-align: right;
    background: #416c92;
    color: white;
    size: 110%;
    padding: 4px 15px;
    font-weight: normal; }
    #closeouts table th.size_header {
      font-weight: bold;
      text-align: center; }

/* deals page */
#daily_deals h2 {
  margin-bottom: 10px;
  margin-top: 0;
  background: #eee;
  padding: 3px 10px;
  font-size: 160%;
  font-weight: normal; }
#daily_deals div.product_wrapper {
  margin-bottom: 20px; }
  #daily_deals div.product_wrapper div.model {
    width: 225px; }

#todays_deals {
  margin-left: 20px;
  list-style: none;
  font-size: 95%; }
  #todays_deals li {
    background: url('/images/icons/silk/asterisk_yellow.png') center left no-repeat;
    list-style: none;
    padding: 5px 0;
    padding-left: 25px; }
    #todays_deals li .best_in a {
      color: #555; }
    #todays_deals li span.best_in a:hover {
      text-decoration: none; }

/* product show page */
#main_product_info #main_image {
  float: left;
  margin: 25px 0 15px 0;
  width: 350px; }
#main_product_info #purchase_info {
  float: right;
  width: 350px; }
  #main_product_info #purchase_info #best_price {
    font-size: 120%;
    text-align: center; }
    #main_product_info #purchase_info #best_price h2.price {
      font-size: 120%;
      font-weight: bold;
      display: block;
      padding: 0;
      margin: 0; }
    #main_product_info #purchase_info #best_price a.best_price {
      font-size: 150%; }
  #main_product_info #purchase_info #other_sellers,
  #main_product_info #purchase_info #open_box_refurb {
    text-align: center; }
    #main_product_info #purchase_info #other_sellers h3,
    #main_product_info #purchase_info #open_box_refurb h3 {
      font-size: 100%; }
    #main_product_info #purchase_info #other_sellers table,
    #main_product_info #purchase_info #open_box_refurb table {
      border: 0;
      margin: 0 auto; }
      #main_product_info #purchase_info #other_sellers table tr,
      #main_product_info #purchase_info #open_box_refurb table tr {
        border-bottom: 1px solid #ddd; }
      #main_product_info #purchase_info #other_sellers table td,
      #main_product_info #purchase_info #open_box_refurb table td {
        padding: 3px 15px; }
      #main_product_info #purchase_info #other_sellers table td.merchant,
      #main_product_info #purchase_info #open_box_refurb table td.merchant {
        width: 150px;
        text-align: left; }
        #main_product_info #purchase_info #other_sellers table td.merchant a,
        #main_product_info #purchase_info #open_box_refurb table td.merchant a {
          background: url('/images/icons/fugue/control-000-small-stripped.png') bottom right no-repeat;
          padding-right: 11px; }
      #main_product_info #purchase_info #other_sellers table td.price,
      #main_product_info #purchase_info #open_box_refurb table td.price {
        width: 70px;
        text-align: right; }
        #main_product_info #purchase_info #other_sellers table td.price a,
        #main_product_info #purchase_info #open_box_refurb table td.price a {
          color: #eb7c15; }

#specifications {
  margin-top: 20px;
  border: 1px solid #ccc; }
  #specifications table {
    border: 0px;
    width: 100%; }
    #specifications table th {
      background: #416c92;
      color: white;
      size: 110%;
      padding: 4px; }
    #specifications table td {
      padding: 5px 15px;
      font-size: 90%;
      color: #666; }
    #specifications table td.spec_title {
      color: #333; }

#specifications_contact {
  text-align: center;
  font-size: 85%;
  padding: 3px 5px; }

#reviews {
  margin: 30px 50px 20px 10px; }
  #reviews div.review {
    margin-bottom: 30px; }
    #reviews div.review h4 {
      margin-bottom: 10px; }
    #reviews div.review span.rating {
      display: inline;
      margin-right: 5px;
      vertical-align: middle; }
    #reviews div.review div.date {
      font-weight: normal;
      font-size: 75%;
      margin-top: 5px; }
    #reviews div.review div.body {
      font-size: 90%;
      line-height: 1.6; }

/* contact page */
#contact_spec_model_callout {
  line-height: 1.4;
  margin-bottom: 15px; }
  #contact_spec_model_callout a {
    font-weight: bold;
    font-size: 110%;
    padding: 5px; }

/* sponsorship */
#center_column .sponsorship {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 30px auto 0 auto;
  text-align: center;
  font-size: 90%;
  background: #eee;
  width: 75%;
  padding: 5px 10px; }
  #center_column .sponsorship .sponsor {
    color: green; }
