/*
  undo styles
  fonts
  reusable
  special regions
*/

/* undo browser styling */

html, body, p, strong, h1, h2, h3, ul, li, form, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}
ul {
  list-style: none;
}


/* fonts */
body, a, button, input {
  font-size: 100%;
  font-family: Georgia, "Times New Roman", serif;
  color: #999;
}
h1, h2 {
  font-size: 1.4em;
  margin: .81em 0;
}
h3, label {
  font-size: 18px;
}
button {
  font-size: 1.2em;
  cursor: pointer;
}
p {
  margin: 10px 0;
}
.body h3 {
  margin: 10px 0;
}
.sideBar h3 {
  margin: 16px 0;
}
.sideBar ul {
  margin-bottom: 27px;
}

.body .left img {
  margin: 10px 0;
  margin-right: 20px;
}
.body .right img {
  margin: 10px 0;
  margin-left: 20px;
}


p {
  font-size: .75em;
  line-height: 1.4em;
}
.body h2 {
  margin: .7em 0;
}
.body h2, .body  h3 {
  color: #b0cac2;
}

.strong {
  background: #b0cac2 !important;
}
.strong a, .strong p, .strong h2, .strong h3, .strong button, .strong div, .strong span {
  color: #fff !important;
}


.feature {
  margin-bottom: 25px;
}
.feature img {
  border: 0;
}
.feature .right {
  margin: 13px;
  width: 212px;
}
.feature p {
  font-size: 14px;
}
.feature h2.first, .feature h2.p {
  margin-top: 0;
}
.feature .submit {
  display: block;
  margin-top: 18px;
}


a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


h1, .menu a, .sideBar a, .listing strong a, .listing .price strong, .pagination strong, .body a {
  color: #666;
}
.menu a, .listing a {
  font-size: .8125em;
}
.sideBar a, .listing strong a, .listing .price strong {
  font-size: .875em;
}
.listing .price .canceled {
  color: #999;
  font-size: 13px;
  margin-right: 4px;
}
strong {
  color: #91a1bd;
}

img {
  border: 1px solid #ccc;
}

.pagination {
  line-height: 30px;
  padding: 0 10px;
  margin-bottom: 35px;
  background: #f7f9f8;
}
.pagination a, .pagination strong {
  margin: 0 3px;
}
.pagination .previous, .pagination .next {
  font-size: 12px
}
.pagination .previous strong, .pagination .next strong, .pagination a {
  font-size: 14px;
}
.pagination strong {
  font-size: 16px;
}
.pagination .separator {
  line-height: 11px;
  font-size: 10px;
}


/* common */

.left, .image {
  float: left;
  display: inline;
}
.right {
  float: right;
  display: inline;
}
.cleared:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cleared {
  zoom: 1;
}
.hidden {
  height: 0;
  width: 0;
  border: 0;
}
.icon, .logo {
  position: absolute;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top left;
}
.canceled {
  color: #ccc;
  text-decoration: line-through;
}

.sideBar .list li {
  background: url(../images/dot.gif) bottom repeat-x;
}
.sideBar .list li.strong {
  background-image: none;
  border-top: 3px solid #fff;
  margin-top: -3px;
  margin-left: -5px;
  padding-left: 5px;
  width: 200px;
}

.sideBar .section {
  margin: 20px 0;
}
.sideBar .section .first {
  background: url(../images/dot.gif) top repeat-x;
  padding-top: 10px;
}
.sideBar .section .first div {
  position: relative;
}
.sideBar .section .last {
  background: url(../images/dot.gif) bottom repeat-x;
  padding-bottom: 10px;
}
.sideBar .section .last div {
  position: relative;
}


.rule {
  display: block;
  width: 100%;
  height: 3px;
  margin: 6px 0;
}

.submit {
  padding: 0;
  border: 0;
  font-size: 21px;
  color: #fff;
  background: none;
}

.sideBar .list li {
  padding: 5px 0;

}
.sideBar li.last {
  background: none;
}

.sideBar .options li {
  background: none;
  padding: 0;
  line-height: 22px;
}
.sideBar .options li label {
  font-size: 14px;
}


.sideBar .price {
  margin-top: 60px;
  margin-bottom: 18px;
  line-height: 35px;
}
.sideBar .price .canceled {
  font-size: 19px;
}
.sideBar .price strong {
  font-size: 32px;
}

.menu li {
  padding: .35em 0;
  padding-right: 20px;
}
.menu li.first {
  padding-left: 20px;
}


.sideBar {
  margin: 0 20px;
  padding-bottom: 20px;
  width: 200px;
}
.column {
  width: 500px;
  padding-bottom: 50px;
}


.listing li {
  text-align: center;
  width: 160px;
  margin-right: 10px;
  padding-bottom: 10px;
}
.listing li .price {
  padding-bottom: 10px;
}
.listing li .image {
  margin-bottom: 10px;
}
.listing li.last {
  margin-right: 0;
}

.bar {
  background: #7489ac url(../images/gradients/blue.gif) top repeat-x;
  color: #fff;
}
.bar a {
  font-size: 1em;
  line-height: 1.875em;
  color: #fff
}


.productHead {
  position: relative;
  margin: 28px 0;
  line-height: 25px;
  padding-top: 25px;
}
.productHead h1, .productHead h2 {
  margin: 0;
}
.productHead h2 {
  position: absolute;
  top: 0;
  font-size: 19px;
}
.productHead label {
  margin-right: 20px;
}
.productHead li {
  margin-right: 5px;
}
.productHead ul a {
  text-decoration: underline;
  font-size: 14px;
}

/* slide show */

.slideImages img {
  
}

.slideShow {
  position: relative; 
}
.slideShow li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.slideShow .fading {
  z-index: 2;
}
.slideShow .selected, .slideShow .fading {
  display: block;
}
* html .slideShow .selected {
  display: inline;
}


/* editing */

.content {
  cursor: pointer;
}
.editing .content, .busy .content {
  display: none;
}

*:not([class~='editing']) > .editor {
  display: none;
}

/* display:none breaks designMode in moz
   Hide blocks this way instead */
*:not([class~='editing']) > div.editor { /* .wordProcessor */
  height: 0;
  width: 0;
  overflow: hidden;
  position: relative;
  left: 999em;
}

*:not([class~='busy']) > .busyNotice {
  display: none;
}

.busy > .editor, .busy > .content {
  display: none;
}


.attribute .highlight {
  background: url(../images/dim.png);
}
* html .attribute .highlight {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/dim.png", sizingMethod="resize");
}

.editor .field {
  background: transparent;
  width: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  border: none;
}
.placeholder {
  font-style: italic;
  color: #000;
  opacity: 0.2;
  text-align: center; 
}

.button {
  overflow: hidden;
  display: block;
  position: relative;
  cursor: pointer;
}

.button input {
  font-size: 1000px;
  position: absolute;
  bottom: 0;
  right: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}


.target:hover img, .button:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.images .busy {
/*  background: url(../images/thumper.gif) no-repeat center;*/
  background: #eff4fb url(/images/basket_thumper.gif) !important;
}


/* controls */

.control {
  background-position: left;
  background-repeat: no-repeat;
}

.bar .add {
  padding-left: 2em;
  background-image: url(../images/controls/plus.gif);
  background-position: .5em;
}
.previous {
  padding-left: 21px;
  background-image: url(../images/controls/left.gif);
}
.next {
  background-image: url(../images/controls/right.gif);
  background-position: right;
  padding-left: 0;
  padding-right: 21px;
}
.ascending {
  background-image: url(../images/controls/up.gif);
}
.descending {
  background-image: url(../images/controls/down.gif);
}
.ascending, .descending {
  padding-left: 25px;
}


/* icons */

.icon span {
  display: block;
  position: relative;
  width: 120px;
  height: 90px;
  background-image: url(../images/icons.png);
}
* html .icon span {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/icons.png", sizingMethod="resize");
}

.add span {
  top: 0;
  left: 0;
}

.quantity span {
  top: -60px;
}

.item .destroy {
  top: 0;
  right: 0;
  height: 13px;
  width: 13px;
}
.item .destroy span {
  left: -30px;
  top: 0px;
  cursor: pointer;
}

.first > .item .back,
.last  > .item .forward { display: none }

.item .back, .item .forward {
  height: 6px;
  width: 20px;
  left: 50%;
  margin-left: -3px;  
}
.item .back {
  top: 0;
}
.item .back span {
  top: -30px;
  left: -30px;  
}
.item .forward {
  bottom: 0;
}
.item .forward span {
  left: 0px;
  top: -30px;
}

.accross .item .back,
.accross .item .forward {
  height: 20px;
  width: 6px;
  left: 0;
  margin-left: 0;
  top: 50%;
  margin-top: -10px;
}
.accross .item .back span {
  left: -60px;
  top: -30px;
}
.accross .item .forward {
  left: 100%;
  margin-left: -6px;
}
.accross .item .forward span {
  left: -90px;
  top: -30px;
}



/* collections */

.collection, .item {
  position: relative;
}
/** html .collection {
  position: static;
}*/
.collection .add {
  height: 28px;
  width: 26px;
  bottom: -38px;
  left: 0;
}

.item .icon {
  display: none;
}
.item:hover .icon {
  display: block;
}

.accross li {
  float: left;
  display: inline;
}


/* regions */

body {
  background: #f1f1f1
}

#page {
  background: url(../images/backgrounds/page_strip.gif) repeat-y;
  width: 980px;
  padding: 0 7px;
  margin: 0 auto;
}
#top {
  height: 30px;
  background: url(../images/backgrounds/header_right.gif) top right no-repeat;
  padding-right: 7px;
  margin-right: -7px;
}
#header {
  position: relative;
  z-index: 1;
  height: 110px;
  background: url(../images/backgrounds/header.gif) no-repeat;
  margin-top: -10px;
  margin-left: -10px;
  color: #fff;
}
#footer {
  position: relative;
  background: #f1f1f1 url(../images/backgrounds/page_bottom.gif) top no-repeat;
  clear: both;
  padding: .8em 0;
}
#footer ul {
  width: 980px;
  margin: 0 auto;
}

#header .carvills {
  top: 31px;
  left: 25px;
}

.carvills {
  background-image: url(../images/carvills.gif);
  width: 166px;
  height: 58px;
}

#search {
  position: absolute;
  top: 10px;
  right: 20px;
}
#search .submit {
  height: 100px;
}
#search .keywords {
  margin: 0 15px;
}
#search label, #search .keywords, #search .submit {
  vertical-align: middle;
}


* html.fixed, * html.fixed body, * html.fixed #content {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
* html.fixed #content {
  position: relative;
  overflow-y: auto;
}

.withBasket {
  padding-bottom: 143px;
}
.withBasket #basket {
  display: block;
}
#basket {
  display: none;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
}
* html #basket {
  position: absolute;
  bottom: -1px;
}

#basket h2 {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-left: 1.6em;
}
#basket .control {
  padding-left: 1.15em;
  background-image: url(../images/controls/down_on_blue.gif);
}
#basket .contents {
  margin-left: 9px;
}
#basket .busy {
  height: 118px;
  background-image: url(/images/basket_thumper.gif) !important;
}
#basket .contents, #basket .contents li {
  background-color: #eff4fb;
}
#basket ul {
  margin-top: .875em;
  margin-left: 2em;
}
#basket li {
  margin-right: 20px;
}
#basket li p {
  clear: both;
  font-size: 11px;
  line-height: 14px;
  margin: 7px 0;
}
#basket .destroy {
/*  background-position: -90px 0px;*/
  width: 20px !important;
  height: 20px;
  top: -9px;
  left: -10px;
}
#basket .destroy span {
  left: -90px;
}

#basket .price {
  font-size: 30px;
  line-height: 77px;
  margin-right: 20px;
}

#basket .up, #basket .down {
  width: 9px;
  height: 8px;
  right: -16px;
}
#basket .up {
  top: 11px;
}
#basket .down {
  top: 21px;
}
.quantity {
  width: 43px;
  height: 24px;
  position: absolute;
  top: 8px;
  right: 22px;
}

#basket .count {
  width: 28px;
  padding-right: 15px;
  color: #fff;
  text-align: center;
}

.basketItem {
  width: 86px;
  position: relative;
}

#google-checkout {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.sale {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  left: 10%;
  width: 146px;
  height: 83px;
  background: url(/images/sale_lg.png) no-repeat;
  text-indent: 150px;
  overflow: hidden;
}
.listing .sale {
  width: 53px;
  height: 53px;
  background: url(/images/sale_sm.png) no-repeat;
}
#basket .sale {
  width: 37px;
  height: 37px;
  background: url(/images/sale_bk.png) no-repeat;
}