html, body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 9pt;
    font-family: "trebuchet ms", helvetica, sans-serif;
    background: url(../pix/bg1.gif) #e0e0e0;
}

h1, h2, h3, h4, h5, h6 {
    color: #666;
}

h1 {
    margin-top: 0;
    font-size: 18pt;
}

h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14pt;
}

h2 img {
    margin-right: 5px;
}

div {
    position: relative;
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
}

input, textarea {
    border: 1px solid #ccc;
    padding: 2px;
    font-family: "trebuchet ms", helvetica, sans-serif;
    font-size: 9pt;
}

.disabled {
    background-color: #eee;
    color: #666;
}

li {
    margin-bottom: 0.3em;
}

ul {
    padding-left: 2em;
}

label.required {
    font-weight: bold;
}

dl {
    overflow: auto;
    margin: 10px 0;
}

dt, dd {
    margin-bottom: 2px;
}

dt {
    float: left;
    clear: left;
    width: 60px;
    color: #999;
}

dt.wide {
    width: 90px;
}

dt.extrawide {
    width: 140px;
}

dd {
    float: left;
    width: 200px;
    margin: 0;
}

dd.narrow {
	width: 40px !important;
}

dd.rightalign {
	text-align: right;
}

.bottomline {
	border-top: 1px solid #999;
}

s {
    color: #999;
}

#notice {
    position: fixed;
    width: 100%;
    top: 0;
    height: 35px;
    //b_ackground-color: #ffff77;
    background-color: #ffcc99;
    border-bottom: 2px solid #999;
    //b_order-bottom: 2px solid #f7941d;
    z-index: 999;
    display: none;
}

#notice p {
    float: left;
}

#notice-icon {
    float:left;
    width: 15px;
    text-align: left;
    margin-top: 8px;
    margin-left: 10px;
}

#notice-close {
    float:right;
    width: 60px;
    text-align: right;
    color: #666;
    font-size: 10px;
    margin-top: 12px;
    margin-right: 10px;
}

#notice p {
    margin: 10px;
}

#container {
    position: relative;
    top: 0px;
    width: 950px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
}

#header {
    position: relative;
    height: 125px;
    padding-right: 10px;
}

#header h1 {
    margin: 0;
}

#header h1 a {
    margin: 0;
    position: absolute;
    top: 15px;
    left: 20px;
    display: inline;
    width: 220px;
    height: 100px;
    text-indent: -9999px;
    background: url(../pix/logo.gif) no-repeat;
    z-index: 900;
}

#topnavi {
    position: relative;
    top: 90px;
    right: 5px;
    color: #666666;
    text-align: right;
    z-index: 100;
}

#topnavi a, #footer a {
    color: #666666;
    text-decoration: none;
}

#footer a {
    color: #c0c0c0;
    text-decoration: none;
}

#topnavi a:hover, #footer a:hover {
    color: #f7941d;
    text-decoration: underline;
}

#topuserinfo {
    position: relative;
    top: 75px;
    right: 5px;
    color: #666666;
    text-align: right;
    z-index: 100;
}

#topuserinfo a {
    color: #666666;
    text-decoration: none;
}

#topuserinfo a:hover {
    color: #f7941d;
    text-decoration: underline;
}

a {
    color: #f7941d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#content {
    border-top: 4px solid #f7941d;
    border-bottom: 4px solid #f7941d;
    background: url(../pix/content.gif) repeat-x;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

#tools {
    float: left;
    width: 170px;
    margin-right: 10px;
    margin-left: 10px;
}

#navi {
    padding: 0 0 16px 0;
}

#main {
    float: right;
    width: 720px;
    margin-right: 10px;
}

#main p {
    margin-right: 20px;
}

#cart p {
    padding: 5px 5px 5px 15px;
    margin: 0;
}

#cart {
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
    height: 50px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f6f6f6;
}

#cart:hover {
    border-left: 1px solid #f7941d;
    border-bottom: 1px solid #f7941d;
    background-color: #fff;
}

#cart a {
    color: #666;
    display: block;
    width: 170px;
    height: 50px;
}

#cart a:hover {
    text-decoration: none;
}

#cart:hover a {
    color: #333;
}

#cart .empty {
    color: #999;
}

#slider {
    width: 680px;
    height: 225px;
}

#slider_static {
    width: 680px;
    height: 225px;
    margin-bottom: 20px;
    border: 1px solid #666;
}

table.indextable {
    padding-right: 10px;
}

.indextable td {
    width: 325px;
    padding: 0 10px;
    padding: 0;
}

.indextable div {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    //m__argin-right: 10px;
}

.indextable h2 {
    font-size: 10pt;
}

.indexbullets li {
    font-family: 'Georgia', 'Garamond', 'Palatino';
    font-size: 13pt;
    color: #999;
}

.indexbullets li span {
    color: #f7941d;
}

.indexbullets li span.gray {
    color: #999;
}

.indexbullets li span.survey {
    font-family: "trebuchet ms", helvetica, sans-serif;
    color: #aaa;
    font-size: 7.5pt;
    line-height: 1em;
    display: block;
    margin-top: 5px;
}

.bordered {
    color: #333;
    padding: 5px;
    border: 1px solid #ccc;
}

.ok {
    color: #080;
    padding: 5px;
    border: 1px solid #080;
}

.error {
    color: red;
    padding: 5px;
    border: 1px solid #800;
}

.notice {
    padding: 5px;
    border: 1px solid #f90;
}

.bigcart {
    margin-bottom: 15px;
}

.bigcart thead, .checkout-preview-products thead {
    background-color: #e0e0e0;
    font-weight: bold;
}

.bigcart tbody td, .checkout-preview-products td {
    border-bottom: 1px solid #ccc;
}

.bigcart .total td, .checkout-preview-products .total td {
    border: none;
    padding-top: 6px;
    padding-bottom: 0px;
}

.bigcart .tax td, .checkout-preview-products .tax td {
    border: none;
}

.bigcart .availability, .checkout-preview-products .availability {
    font-size: 80%;
    color: #909090;
    line-height: 120%;
}

#checkout table {
    margin-bottom: 20px;
}

#checkout .customer-selection td {
    padding: 0 15px;
    border-right: 1px solid #d0d0d0;
}

#checkout .checkout-shipping td {
    padding: 10px 10px 10px 5px;
}

#checkout .checkout-preview td {
    padding: 10px 10px 0 5px;
}

#checkout .checkout-shipping td {
    border-bottom: 1px solid #d0d0d0;
}

#checkout .checkout-shipping thead td {
    font-weight: bold;
    padding-top: 5px;
}

#checkout .checkout-shipping tbody tr:hover {
    background-color: #eee;
}

#checkout .checkout-shipping label {
    display:block;
}

#checkout dt, #checkout dd {
    margin-bottom: 5px;
}

#checkout dt {
    float: left;
    clear: left;
    width: 60px;
    color: #999;
}

#checkout dt.wide {
    width: 90px;
}

#checkout dd {
    float: left;
    margin: 0;
}

#checkout textarea {
    width: 480px;
    height: 60px;
    margin: 5px;
}

#checkout #bonus-slider {
	margin: 10px;
	width: 400px;
}

#customer .row, #feedback .row {
    padding: 6px 0;
    margin-left: 5px;
    clear: both;
}

#customer .row .guide {
    padding-left: 160px;
    font-size: 8pt;
    color: #333;
    margin-top: 2px;
}

#customer .customer-register p {
    margin: 10px 20px 10px 5px;
}

#customer h2 {
    margin: 10px 0;
}

#customer .customer-selection h2 {
    margin-top: 0;
}

#customer label, #feedback label {
    padding-top: 4px;
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 10px;
}

#customer label.label-checkbox {
    width: 400px;
    clear: none;
    float: none;
}

#customer #address-other {
    display: none;
}

#customer span.error {
    font-size: 8pt;
    line-height: 9pt;
    border: none;
}

#customer input.error {
    border-color: red;
}

#customer .customerbox, #customer .addressbox {
    float: left;
    overflow: auto;
    overflow: hidden;
    width: 315px;
    height: 100px;
    padding: 10px;
    margin: 0 0 10px 10px;
    border: 1px solid #e0e0e0;
}

#customer .addressbox {
    height: 120px;
    vertical-align: top;
}

#customer .customerbox.large {
	height: auto !important;
	width: 660px;
}

#customer .customerbox dd, #customer .addressbox dd {
    width: 210px;
}

#customer .customerbox h2, #customer .addressbox h2 {
    margin: 0 0 10px 0;
    overflow: hidden;
}

#customer .addressbox h2 img {
    border: none;
}

#customer .customer-orders td {
    padding: 10px 10px 10px 5px;
    border-bottom: 1px solid #d0d0d0;
}

#customer .customer-orders thead td {
    font-weight: bold;
    padding-top: 5px;
}

#cartpage table.cart-shipping {
}

#cartpage .cart-shipping td, #cartpage p.cart-shipping, #cartpage li.cart-shipping {
    font-size: 0.9em;
}

#cartpage .cart-shipping td {
    padding: 4px 4px 4px 4px;
    border-bottom: 1px solid #d0d0d0;
}

#cartpage .cart-shipping thead td {
    font-weight: bold;
    padding-top: 5px;
    background-color: #e0e0e0;
}

#about table {
    margin-bottom: 20px;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}

#about table td {
    padding: 10px;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

div.cnav {
    display: block;
    color: #999;
    padding: 5px 0 5px 5px;
}

div.cl1 {
    margin-left: 0;
}

div.cl2 {
    margin-left: 12px;
}

div.cl3 {
    margin-left: 24px;
}

div.cl4 {
    margin-left: 36px;
}

div.cl5 {
    margin-left: 48px;
}

.sel {
    font-weight: bold;
}

#footer {
    margin: 7px 10px;
    text-align: center;
    color: #c0c0c0;
}

.orange {
    color: #f7941d;
}

.small {
    font-size: 0.8em;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.wide {
    width: 380px;
}

.narrow {
    width: 152px;
}

.title_left {
    margin: 0;
    margin-bottom: 5px;
    font-size: 10pt;
    background-color: #999;
    padding: 6px;
    padding-left: 10px;
    color: #fff;
}

.title_left a {
    color: #fff;
}

.crumbs {
    font-size: 0.95em;
}

/* Product Data */

.proddata {
    float: left;
    width: 530px;
    margin: 0;
    border: 1px solid #eee;
    border-left: 4px solid #999;
}

.pricetag, .pricetagspecial {
    position: relative;
    float: right;
    width: 150px;
    height: 280px;
    margin-top: -2px;
}

.pricetag {
    background: url(../pix/pricetag3.gif) no-repeat;
}

.pricetagspecial {
    //b___ackground: url(../pix/pricetag_special.gif) no-repeat;
    background: url(../pix/pricetag3.gif) no-repeat;
}

.prodprice, .prodpricestrike {
    position: absolute;
    left: 8px;
    width: 130px;
    height: 60px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.prodprice {
    top: 125px;
    font-size: 22pt;
}

.prodpricestrike {
    top: 120px;
    font-size: 10pt;
    color: #666;
}

.prodspecialprice {
    color: #f7941d;
    font-size: 22pt;
}

.prodmodel {
    position: absolute;
    top: 228px;
    left: 8px;
    width: 130px;
    text-align: center;
    font-size: 8pt;
    color: #333;
}

.prodform {
    position: absolute;
    top: 258px;
    left: 8px;
    width: 130px;
    text-align: center;
    font-size: 8pt;
    color: #333;
}

.proddesc {
    clear: left;
    padding: 10px;
    background-color: #eee;
}
.prodinfo {
    color: #999;
    padding: 5px 10px;
}

.prodimage {
    color: #999;
    padding: 10px;
    text-align: center;
}

.notice-handling-fee {
    margin-top: 15px;
    font-size: 8.5pt;
    color: #666;
}

.notice-handling-fee a {
    color: #333;
}

.product-productversions td {
    color: #333;
    padding: 3px 10px 2px 5px;
    border-bottom: 1px solid #999;
    line-height: 1em;
}

.product-productversions thead td {
    padding-bottom: 10px;
}

#recommendations {
	clear: both;
	margin-top: 10px;
}

#recommendations h2.title {
    font-size: 11pt;
}

#fb-like {
    margin-top: 20px;
    margin-left: 20px;
    width: 500px;
}

/* Category */

.category-family-row {
    clear: both;
    //b__ackground-color: red;
    margin: 0;
    padding: 0;
}

.category-family, .category-subcat {
    position: relative;
    width: 160px;
    height: 160px;
    float: left;
    margin: 0 0 10px 5px;
    padding: 5px;
    border: 1px solid #ccc;
}

.category-subcat {
    border: 1px solid #999;
    border: none;
    width: 110px;
    height: 110px;
    margin: 0 0 5px 5px;
}

.category-family .image, .category-subcat .image {
    width: 160px;
    height: 80px;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 5px;
    overflow: clip;
}

.category-family .image a, .category-subcat .image a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 160px;
    height: 80px;
}

.category-family a, .category-subcat a {
    display: block;
    color: #404040;
}

.category-subcat .info {
    text-align: center;
}

.category-family a:hover, .category-subcat a:hover {
    text-decoration: none;
}

.category-family a img, .category-subcat a img {
    border: 0;
}

.category-family h2, .category-subcat h2 {
    color: #666;
    font-size: 8.5pt;
    padding: 0;
    margin: 0;
    margin-top: 2px;
}

.category-family .description, .category-subcat .description {
    color: #666;
    font-size: 7pt;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    height: 13px;
}

.brand {
    font-size: 0.9em;
    display: block;
}

.category-family .price {
    position: relative;
    right: 6px;
    bottom: 3px;
    height: 16px;
    width: 160px;
    text-align: right;
    color: #333;
    font-weight: bold;
    font-size: 10.5pt;
}

.category-family .price .start {
    font-size: 0.7em;
}

.category-family h2 a, .category-subcat h2 a {
    color: #666;
}

.category-special {
    border-color: #f90;
    background-image: url(/pix/special.gif);
    background-position: top left;
    background-repeat: repeat-x;
}

.category-special .price {
    color: #f90;
}

/* Google analytics */

#utmform, #utmtrans {
    display: none;
}

/* Liftup */

.liftup {
    text-align: center;
    width: 150px;
    background: url(../pix/liftup_middle.gif) repeat-y;
}

.liftup_top {
    width: 150px;
    height: 110px;
    background: url(../pix/liftup_top.gif) no-repeat;
}

.liftup_bottom {
    width: 150px;
    height: 15px;
    background: url(../pix/liftup_bottom.gif) no-repeat;
}

.liftup_title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 9.5pt;
    font-weight: bold;
    color: #f7941d;
}

.liftup p {
    font-size: 0.92em;
    margin-left: 9px;
    padding-right: 8px;
    width: 125px;
}

/* Cart */

.cartavailability {
    font-size: 0.85em;
    color: #999;
}

/* FAQ */

.faq-active {
    background-color: #f9f9f9;
    border: 1px solid red;
    padding: 10px;
    margin: 10px 0;
    
}


/* Testing */

.new-buy-button {
    clear: both;
    margin-top: 7px;
}

.newer-buy-button {
    clear: both;
    margin-top: 10px;
    padding: 7px 7px 7px 30px;
    font-weight: bolder;
    //c__olor: white;
    //b__ackground: #f4ae87 url('/pix/icons/cart.png') 7px 7px no-repeat;
    //b__ackground: #f7941d url('/pix/icons/cart_put.png') 7px 7px no-repeat;
    background-color: #ddd;
    background-image: url('/pix/icons/cart.png');
    background-position: 7px 7px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.newer-buy-button:hover {
    //b__ackground-color: #f7941d;
    background-image: url('/pix/icons/cart_put.png');
}

.cart-put {
    background-image: url('/pix/icons/cart_put.png');
}

.cart-add {
    background-image: url('/pix/icons/cart_add.png');
}

a.cta {
    /* general look */
    //f_loat: left;
    display: block;
    padding: 18px 24px;
    margin: 0 10px 0 0;
    border: 1px solid #9cc92c;
    background:url("/pix/cta_button_bg.png") repeat-x #ADDD37;

    /* CSS 3 goodies */
    -webkit-box-shadow: 0px 0px 15px #ccc;
    -moz-box-shadow: 0px 0px 15px #ccc;
    box-shadow: 0px 0px 15px #ccc;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;

    /* font stuff */
    font-family: arial, sans-serif;
    font-size:25px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 0 3px #444;

    /* misc */
    outline: none;
    cursor: pointer;
}
