/* CSS Document */


html, body { font-family:Arial, Verdana; font-size:12px; color:#6F6F6F;}
a:link, a:visited { font-family:Arial, Verdana; font-size:12px; color:#6F6F6F; text-decoration:none;}
a:hover { font-family:Arial, Verdana; font-size:12px; color:#6F6F6F; text-decoration:underline;}

.default { font-family:Arial, Verdana; font-size:12px; color:#6F6F6F; }

.basketlinks { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; }
.basketlinks a:link,
.basketlinks a:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-decoration:none; }
.basketlinks a:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-decoration:underline; }

.yourbasket { font-family:Arial, Helvetica, sans-serif; color:#363636; font-size:16px;}

.define { font-family:Arial, Helvetica, sans-serif; color:#006633; font-size:16px; text-decoration:none; }
.define a:link,
.define a:visited { font-family:Arial, Helvetica, sans-serif; color:#006633; font-size:16px; text-decoration:none; }
.define a:hover { font-family:Arial, Helvetica, sans-serif; color:#006633; font-size:16px; text-decoration:underline; }

.viewbasket { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#006633; }
.viewbasket a:link,
.viewbasket a:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#006633; text-decoration:none; }
.viewbasket a:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#006633; text-decoration:underline; }


.border_bottom { border-bottom:#FFFFFF 1px solid; }

.basketlinks_light { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#6F6F6F; }
.basketlinks_light a:link,
.basketlinks_light a:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#6F6F6F; text-decoration:none; }
.basketlinks_light a:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#6F6F6F; text-decoration:underline; }

.basket_small { font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #666666; line-height:1.7; }
.prod_title { font-family:Arial, Helvetica, sans-serif; font-size: 16px; color: #006633; }
.prod_title_small { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #006633; }
.prod_price { font-family:Arial, Helvetica, sans-serif; font-size: 22px; color: #006633; font-weight:bold; }

.test { font-family:Arial, Verdana; font-size:50px; color:#000000;}

.white { font-family:Arial, Verdana; font-size:12px; color:#FFFFFF; word-spacing:30px; font-weight:bold;}
.white a:link,
.white a:visited { font-family:Arial, Verdana; font-size:12px; color:#FFFFFF; text-decoration:none; word-spacing:30px; font-weight:bold;}
.white a:hover { font-family:Arial, Verdana; font-size:12px; color:#FFFFFF; text-decoration:underline; word-spacing:30px; font-weight:bold;}

.meun_links { font-family:Arial, Verdana; font-size:12px; color:#6F6F6F;}
a:link, a:visited { font-size:12px; color:#6F6F6F; text-decoration:none;}
a:hover { font-size:12px; color:#6F6F6F; text-decoration:underline;}

.red { font-family:Arial, Verdana; font-size:12px; color:#930000;}
.small_white { font-family:Arial, Verdana; font-size:12px; color:#FFFFFF;}
.header { font-family:Arial, Verdana; font-size:12px; color:#B1B1B1;}


.subheading { font-size:16px; color:#333333;}
a:link, a:visited { font-size:12px; color:#333333; text-decoration:underline;}
a:hover { font-size:12px; color:#999999; text-decoration:underline;}

/* links */
.linkstd a:link, .linkstd a:visited { font-size:12px; color:#333333; text-decoration:underline;}
.linkstd a:hover { font-size:12px; color:#999999; text-decoration:underline;}


/* links */
.linkstd a:link, .linkstd a:visited { font-size:12px; color:#333333; text-decoration:underline;}
.linkstd a:hover { font-size:12px; color:#999999; text-decoration:underline;}


/* PRODUCT */

.product_name { color:#333333; font-size:12px;}
.product_name  a:link, .product_name a:visited { font-size:12px; color:#333333; text-decoration:none;}
.product_name a:hover { font-size:12px; color:#999999; text-decoration:none;}
.product_code { color:#666666; font-size:11px;}
.product_price { color:#006633; font-size:20px;}
.product_price_totals { color:A28EB8; font-size:16px;}
.product_price_retail { color:A28EB8; font-size:16px;}
.product_price_discount { color:A28EB8; font-size:20px;}
.product_price_was { color:#999999; font-size:12px; text-decoration: line-through; }


/* FORM STYLES */

form.cmxform legend { padding-left: 0; }

form.cmxform fieldset { border: none; border-top: 1px solid #999999;}
form.cmxform fieldset fieldset { background: none; }
form.cmxform fieldset li { border: none;  padding: 3px 10px 2px; width:500px; }
input.btn { color:#050;}



/* FORM HINTS */
/* All form elements are within the definition list for this example */
dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 350px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: -190px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}