/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
                                      { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }/* BODY */
html                                  { height: 100%; }
body                                  { background: #fff url('/images/bg_tile.jpg') repeat top left; color: #000; font: normal .8em Arial, Helvetica, sans-serif; height: 100%; }
/* IMAGES */
img, a img                            { border: 0; }
img.png24                             { behavior: url('/images/pngfix.htc') }
/* LINKS */
a, a:link, a:visited                  { color: #f63; text-decoration: none; }
a:hover, a:active                     { color: #666; text-decoration: none; }
/* TEXT */
p                                     { margin: 1em 0; }
b, strong                             { font-weight: bold; }
i                                     { font-style: italics; }
em                                    { font-style: italic; }
small                                 { font-size: 0.9em; }
.gray																	{ color:#999; }
/* HEADERS */
h1                                    { font-size: 2.5em; }
h2                                    { font-size: 2.3em; }
h3                                    { font-size: 1.8em; }
h4                                    { font-size: 1.5em; }
h5                                    { font-size: 1.2em; }
h6                                    { font-size: 1.0em; }
/* LISTS */
ul, ol                                { list-style: none; }
ul.bulleted li                        { margin-left: 1.5em; list-style: disc; }
ol.numbered li                        { margin-left: 2em; list-style: decimal; }
/* FORMS */
form div                              { margin-bottom: 0.25em; }
form p                                { margin-bottom: 1em; }
input[type=text],
  input[type=password],
  select,
  textarea                            { border: 1px solid #999; padding: 0.2em; }
input[type=submit]                    { }
input[type=button]                    { }
select option                         { padding-right: 1em; }
fieldset                              { border: 1px solid; border-color: #666 #666 #777; margin: 1em 0; padding: 0.75em; }
fieldset legend                       { color: #999; padding:0 0.5em; }

/* TABLES */
table tr                              { vertical-align: top; }
table.midcells tr,
  table tr.midcells                   { vertical-align: middle; }
table.padded tr th,
  table.padded tr td,
  th.padded,
  td.padded                           { padding: 0.2em; }
  
/* Navigation stuff */

#header h1                            { position:absolute; bottom:2px; left:0; width:86px; height:70px; }
#header h1 a                          { position:absolute; top:0; left:0; width:86px; height:70px; background:url(../images/logo.png); overflow:hidden; text-indent:-9999px;}

#menu                                 { position:absolute; bottom:0; right:0; left:96px; background:#CCC; }
#menu ul                              { list-style:none; padding:0; margin:0; z-index:99; }
#menu li                              { float:left; margin:0; margin-right:1px; position:relative; }
#menu a                               { display:block; padding:8px 14px 6px; background:#999; background:-webkit-gradient(linear, left top, left bottom, from(#666), to(#AAA)); background: -moz-linear-gradient(90deg, #AAA, #666); text-transform:uppercase; color:#FFF; font-weight:bold; font-size:12px; border-bottom:3px #333 solid; }
#menu ul.reducedpadding a             { padding:8px 10px 6px; }
#menu a:hover                         { color:#FF623D; border-color:#000; background:#555; }

#menu ul ul                           { position:absolute; font-weight:normal; padding:4px 0; background:#333; width:150px; }
#menu ul ul li                        { float:none; }
#menu ul ul a                         { border:none; padding:2px 8px; background: #333; border-bottom: 1px solid #444; font-weight:normal; text-transform:none; }
#menu ul ul a:hover                   { background: #222; border-color:#444;}

#menu li.expandable a                 { padding-right:23px;}
.dd_arrow                             { position:absolute; top:0; right:0; bottom:0; width:18px; background:url(../images/dd_arrow.png) center center no-repeat; cursor:pointer;}
/* Secondary Menu */

#menu-secondary                       { position:absolute; bottom:32px; right:0; }
#menu-secondary ul                    { list-style:none; padding:0; margin:0; }
#menu-secondary li                    { float:left; margin:0; padding:0; margin-left:1px; }
#menu-secondary a                     { display:block; background-color:#FFF; background-repeat:no-repeat; background-position:4px center; padding:4px 14px 6px 28px; border-top:3px solid #A2A2A2; font-weight:bold; color:#999; }
#menu-secondary a:hover               { color:#333; }
#menu-secondary li.checkout           { margin-left:0; }
#contact_menu                         { background-image:url(../images/contact_bubble.png); }
.dealers_menu                         { background-image:url(../images/map_pin.png); }
a#cart_menu                           { background-image:url(../images/cart.png); color:#FFF; background-color:#F26639; border-color:#333; background-position:6px center; }
a#checkout_menu                       { background-color:#F26639; border-color:#333; padding-left:4px; padding-right:4px; }
a#checkout_menu span                  { background:#444; color:#CCC; font-size:11px; font-weight:bold; text-transform:uppercase; padding:2px 3px;}
a#checkout_menu:hover span            { color:#FFF; background:#000; margin-bottom:-1px; line-height:10px; }


/* DATA TABLES */
table.data                            { width: 100%; border-collapse: collapse; }
table.data tr th                      { text-align: left; border-bottom: 1px solid #333; background-color: #666; color: #fff; font-weight: bold; }
table.data tr                         { vertical-align: top; }
table.data tr td                      { }
table.data tr th,
  table.data tr td                    { padding: 0.3em; }
table.data tr.odd td                  { background-color: #eee; }
table.data tr.even td                 { background-color: #ccc; }

/* UTILITIES */
.clear_both, .clear                   { clear: both; }
.clear_left                           { clear: left; }
.clear_right                          { clear: right; }
.float_left                           { float: left; }
.float_right                          { float: right; }
.text_center                          { text-align: center; }
.text_left                            { text-align: left; }
.text_right                           { text-align: right; }
.debug                                { border: 1px solid #0c3; }
.debugbg                              { background-color: #cfc; color: #000; }
/* NOTICE/ERRORS */
#notice,
  #error,
  #errorExplanation                   { margin: 1em 0; padding:.5em 1em .5em 1em; font-size: 1.25em; line-height: 1.5em; color: #000; z-index: 99; }
#notice                               { border: 1px solid #0f0; background-color: #cfc; }
#error, #errorExplanation             { border: 1px solid #f00; background-color: #fcc; }
#notice a.confirm,
  #error a.confirm                    { float: right; }
/* ADMIN CODE HELP */
#codehelp                             { clear: both; float: right; width: 450px; margin: 10px 0; border: 1px solid #666; background-color: #eee; padding: 10px; color: #333; font-size: 10px; }
span.code                             { color: #f00; }
.muted                                { color: #666; }
/* LAYOUT */
/* region selector */
#shadowbox_content                    { color: #FFF; }
#region_select ul                     { list-style: none; margin: 0 auto; padding: 20px; font-size: 1.2em; width: 120px; }
#container_border                     { width: 990px; min-height:100%; margin: 0 auto; background:url(/images/bg_main_border.png) center repeat-y; }
#container                            { width: 852px; margin: 0 auto; padding: 0px 45px; background: #fff url(/images/bg_content_white.gif) left repeat; }
#header                               { height: 80px; position: relative; }
#header #languages                    { text-align: right; font-size: 0.85em; font-weight:bold; position: absolute; top:5px; right:0px; }
#languages a:hover                    { color:#000; }
#header #nav                          { font-size: 12px; font-weight :bold; position: relative; top: 37px; text-transform: uppercase; z-index: 100; }

/* new footer */
#footer                               { width:806px; min-height:275px; color:#666; font-size:0.85em; background:#fff url('/images/footer.background.jpg') no-repeat; margin:15px 6px 0px 6px; padding:0 0 0 34px; }
#footer a                             { color:#666; }
#footer a:hover                       { color:#f63; }
#footer .footer_column                { float:left; min-height:202px; margin:30px 25px 0px 0px; }
#footer .about                        { width:130px; }
#footer .support                      { width:175px; }
#footer .quicklinks                   { width:105px; }
#footer .footer_column h5             { line-height:11px; margin:0 0 17px 0; }
#footer .footer_column ul             { list-style-image:url('/images/carat.jpg'); margin:0px; padding:0px; }
#footer .footer_column li             { margin:0 0 5px 17px; }
#footer .event                        { width:250px; border:1px solid #e3e3e3; padding:15px; margin-bottom:10px; }
#footer .event .event_image           { float:left; width:113px; height:109px; margin-right:5px; }
#footer .event .event_content         { float:left; width:130px; }
#footer .event p                      { margin:0; padding:0; line-height:15px; }
#footer .event p.event_title          { font-weight:bold; }
#footer .event p.event_date           { margin-bottom:8px; }
#footer .event li                     { margin:8px 0 0 20px; }
#footer .legalese                     { float:left; width:550px; margin-top:13px; }
#footer .networking                   { float:right; width:200px; font-weight:bold; margin-top:0px; }
#footer .networking .follow_us        { display:block; float:left; margin-top:13px; }

/* new nav styles */
/* remove the list style */
#nav                                  { margin:0; padding:0; list-style:none; }
	
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul                         { margin:0 0 0 -2px; }
#news_list li                         { margin-top: 4px; padding-bottom: 4px; border-bottom: 1px #ccc solid; }
#content                              { width: 800px; min-height: 400px; padding: 25px; background-color: #fff; border-left: #ccc 1px solid; border-right: #ccc 1px solid; }
#content #main                        { float: left; width: 460px; padding-right: 20px; }
#content #side                        { float: right; width: 320px; }
#content #side .side_hdr              { background-color: #f63; color: #fff; height: 18px; padding: 5px 10px; text-align: right; width: 300px; }
#content #main #title,
  .underlined                         { border-bottom: 0.0833em #ccc solid; }
.underlined                           { margin-bottom: 10px; }
#content #side .side_hdr #title       { float: left; font-size: 16px; font-style: italic; }
#content #side .side_hdr #title a     { color: #fff; }
#content #side .side_content          { width: 290px; background: #eee url('../images/bg_boxfade.jpg') repeat-x bottom left; padding:15px; }
.grayline                             { background-color: #333; height: 3px; width: 852px; }
/* DEALERS */
#distributor                          { float: right; }
/* COLOGNE BATTLES BERLIN */
#battles_left                         { width:500px; float:left; }
#battles_right                        { width:272px; padding-left:28px; float:right; }
#battle_form label                    { float:left; width:130px; }
#battle_form input                    { }
/* Atheletes.css */
h4                                    { border-bottom: 1px solid #ccc; margin: 10px 0 10px; }
h5                                    { color: #666; margin: 10px 0 10px; }
#content #main.athletes               { width: 540px; }
#content #side.athletes               { width: 240px; }
#content #side_index                  { float: right; text-align: center; width: 160px; }
select option current                 { color: #f30; }
.alliance-athlete                     { float: left; margin: 0 20px 20px 0; }
.alliance-thumb                       { text-align: center; }
#alliance-portrait                    { float: left; width: 150px; margin: 0 20px 15px 0; }
#athletes_subnav                      { float: right; margin: 0 0 20px 20px; display: block; }
ul                                    { list-style-type: disc; }
li                                    { margin-left: 20px; }

/* Home.css */
#home_top 														{ margin-bottom:20px; }
#home_fb 															{ float:left; width:200px; }
#home_bottom_row1 										{ float:right; width:580px; margin:0 0 20px 20px;] }
#home_bottom_row2											{ float:right; width:580px; margin-left:20px;] }
#home_bottom h4												{ color:#f63; border-bottom:2px solid #f63; font-size:16px; height:18px; padding:5px 0; margin:0 0 10px 0; font-style:italic; }
#home_featured_products 							{ float:left; width:350px; height:282px; }
#home_banners 												{ float:right; width:210px; height:282px; }
#home_featured_products p							{ margin-top:0; }
.home_featured_thumb 									{ float:left; text-align:center; padding:0 10px; }
#home_ecomm														{ float:right; width:210px; }
#home_featured_video									{ float:left; width:350px; }

/* ECO PAGE */
#right_eco_img                        { width: 90px; height:60px; float:left; padding-bottom: 10px; cursor:pointer; }
#right_eco_text                       { width: 190px; padding-left: 10px; height:60px; float: right; padding-bottom: 10px; cursor:pointer; }
.eco_text img                         { padding: 10px; }
.side_hdr                             { margin-bottom:-3px; }
.product_eco_thumbs                   { display: block; float: left; height: 130px; margin-right:10px; text-align: center; width: 100px; }

/* partners.css */
.partner_logo                         { float:left; width:230px; height:160px; text-align:center; margin:10px; display:block; }

/* POLAR PAGE */
#content .item                        { display:block; }
#content ul                           { list-style:inside disc; }
#content li                           { line-height:18px; margin-left:10px; }
table.registrations th                { padding:5px 10px; border-bottom:#fff solid 1px; }
table.registrations td                { padding:5px 10px; border-bottom:#666 solid 1px; }
table.registration_details th         { padding:5px 10px; }
table.registration_details td         { padding:5px 10px; }
/* products.css */
#product_title                        { font-size:24px; font-weight:bold; line-height:26px; margin-bottom: 8px; text-transform: uppercase; }
#product_title .subtitle              { color: #666; font-size: 18px; font-style: italic; font-weight: normal; text-transform: none; }
#specs                                { float:right; position:relative; top:-370px; width:265px; height:200px; }
.spec                                 { float:left; width:80px; height:	20px; text-align:right; font-style:italic; font-weight:bold; color:#666; }
.spec_data                            { float:right; width:210px; height:20px; text-align:left; }
#content #side .side_content          { width: 305px; padding: 15px 10px 15px 5px; }
#content #side .side_content li       { margin-left: 20px; }
.product_subnav_thumbs                { float:left; width:92px; height:130px; text-align:center; margin:4px; display:block; }
#family_link                          { float: right; font-size: 11px; position: relative; width: 130px; }
#family_link a:link,
  #family_link a:visited              { color:#fff; text-decoration:none; }
#family_link a:hover                  { text-decoration:underline; }
a.buy_now_link:link,
  a.buy_now_link:visited              { color: #fff; }
a.buy_now_link:hover                  { color: #f63; }
.buy_now_link                         { float: right; background-color: #069; font-size: 12px; padding: 0 6px 5px; height: 18px; text-transform: uppercase; }
h3                                    { border-bottom: 1px solid #999; margin: 25px 0 5px; padding: 3px 0; }
/* support.css */
.question_answer                      { border-bottom: 1px solid #ccc; padding: 10px 0 5px; }
h6.question                           { margin-bottom: 5px; }
.question_answer li                   { margin-left: 20px; }
/* .question                          { font-weight:normal; }


/* videos */

/*
#content #main                        { float: left; width: 560px; padding-right: 20px; }
#content #side                        { float: right; width: 220px; }
*/

#side a.video_category                { font-weight:bold; line-height:24px; }
.video_category                       { width:310px; border-bottom:#f63 1px solid; }
.video_category_list                  { display:none; margin-left:10px; }

.date                                 { color:#999; font-size:11px; font-weight:bold; }

/* Filter Page  */

#filter_sidebar                       { float:left; width:140px; }
#filter_results                       { float:right; width:600px;}
.filter_result                        { position:relative; float:left; width:190px; height: 296px; margin:5px; text-align:center; }
.filter_result img.badge_50th         { position:absolute; z-index:10; top:10px; left:-5px; width:52px; height:52px; }
.filter_result img.badge_50th_helmets { position:absolute; z-index:10; top:10px; left:5px; }
.filter_result img                    { display:block; }
.filter_price                         { display:block; font-size:11px; color:#999; padding:2px 0 4px; }
#filter_sidebar h3                    { font-weight:normal; font-size:12px; background:#999; color:#FFF; margin:0; padding:4px 6px; border-bottom:3px solid #333; }
#filter_sidebar ul                    { list-style:outside none; margin:0; padding:0; margin-bottom:10px; }
#filter_sidebar li                    { margin:0; padding:0 4px; position:relative; }
#filter_sidebar li.used               { background:#F26639; }
#filter_sidebar li a                  { display:block; white-space:nowrap; }
li.empty                              { color:#999; }
li.used                               { margin:-2px 4px;}
li.used a                             { color:#FFF; padding:2px 0; }
li.used .remove                       { position:absolute; top:0; right:0; width:16px; line-height:18px; background:#000; text-align:center; color:#CCC; }
li.used a.remove:hover                { color:#FFF; }
.paging_top                           { border-bottom:3px solid #CCC; line-height:19px;}
.paging_bottom                        { border-top:3px solid #CCC; line-height:19px; }
.filter_paging                        { display:block; clear:both; font-weight:bold; float:right; }
.filter_paging .current               { color:#000; }
.filter_paging .next_page,
  .filter_paging .prev_page           { background: #FFF 0 -19px; display:inline-block; vertical-align:bottom; overflow:hidden; width:19px; height:19px;}
.filter_paging .next_page span,
  .filter_paging .prev_page span      { visibility:hidden; }
.filter_paging span.next_page,
  .filter_paging span.prev_page       { background-position: 0 -38px; }
.filter_paging a.next_page:hover,
  .filter_paging a.prev_page:hover    { background-position: 0 0;}
.filter_paging .next_page             { background-image:url(../images/paging_next.png); margin-left: 10px; }
.filter_paging .prev_page             { background-image:url(../images/paging_prev.png); margin-right: 10px; }
.pages a                              { line-height:19px; padding:0 3px;}

/* PRODUCT PAGE */
#breadcrumbs                                               { float:left; width:460px; color:#999; font-size:12px; }
#content #product_title                                    { float:right; width:320px; padding-top:14px; }
#content #products_show #main                              { float:left; width:460px; padding-right:20px; }
#content #products_show #main_product                      { position:relative; }
#content #products_show #main_product img.badge_50th       { position:absolute; z-index:10; top:10px; left:10px; }
#content #products_show #side                              { float:right; width:320px; }
#content #products_show #side .side_hdr                    { background-color:#f63; color:#fff; height:18px; padding:5px 10px; text-align:right; width:300px; margin:0; }
#content #products_show #side .side_hdr #title             { float:left; font-size:16px; font-style:italic; }
#content #products_show #side .side_hdr #title a           { color:#fff; }
#content #products_show #side .side_content                { width:290px; background:#eee url('../images/bg_boxfade.jpg') repeat-x bottom left; padding:15px; margin-bottom:15px; }
#content #products_show #side .description                 { margin-top:15px; padding-bottom:15px; }
#content #products_show #side .product_video               { padding-bottom:15px; }
#content #products_show #side img.sizechart                { padding-bottom:15px; }
#content #products_show h1, h2, h3, h4, h5                 { border-bottom:none; }
#content #products_show h5                                 { margin-top:20px; }
#content #products_show #side .product_technology_feature  { margin-bottom:15px; }
#content #products_show #side .product_technology_thumb    { float:left; }
#content #products_show #side .product_technology_text     { float:left; width:180px; font-size:12px; margin-left:10px; }
#content #products_show #side .product_technology_text h4  { font-size:12px; font-weight:bold; margin:0px; }
#content #products_show #side .related_product             { float:left; width:130px; vertical-align:top; text-align:center; margin-right:15px; padding:0; }
#content #products_show #side .related_product a           { display:block; }
#content #products_show #side .related_product img         { margin-bottom:10px; border:1px solid #c0c0c0; }

/* PRODUCT PAGE BUY NOW BUTTON */
#content #products_show #side .button_action               { margin-left:5px; background:#eee; background:-webkit-gradient(linear, left top, left bottom, from(#EEE), to(#DDD), color-stop(0.5, #FFF), color-stop(0.5, #E9E9E9)); 
	                                                         border:1px solid #999; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; 
	                                                         text-shadow:0 1px 0 #fff; color:#333; cursor:pointer; width:auto; overflow:visible; 
	                                                         font-weight:bold; padding:2px 10px; line-height:17px; }
#content #products_show #side .button_action:hover         { color:#fff; border-color:#333; background:#f63; text-decoration:none; 
	                                                         background:-webkit-gradient(linear, left top, left bottom, from(#f63), to(#333), color-stop(0.5, #4B4B4B), color-stop(0.5, #343434)); 
	                                                         text-shadow:0 -1px 0 rgba(0, 0, 0, 0.5); }
#content #products_show #side .button_action:active        { background:#f63; background:-webkit-gradient(linear, left top, left bottom, from(#333), to(#f63)); }



/* PRODUCT PAGE POWER REVIEWS */
#power_review_snippet                                      { margin-bottom:10px; width:345px; }
#product_power_reviews                                     { width:450px; margin:0; font-size:12px; text-align:left; }
div.pr-snippet-read-write a.pr-snippet-link                { color:#f63; text-decoration:none; margin:0; padding:0; }
div.pr-snippet-read-write a:hover.pr-snippet-link          { color:#666; }
.pr-modal-container                                        { display:none; }
div.pr-snippet-wrapper                                     { background:none; border:none; padding-left:0;}
div.pr-snippet-stars                                       { background:none; border:none; padding:5px 0 0 0;margin-right:0;}
p.pr-snippet-review-count                                  { float:left; margin:0; padding:0; }
div.pr-snippet-read-write                                  { font-size:11px; background:none; border:none; clear:none; float:left; text-align:left; padding:5px 0 0 0; }
div.pr-snippet-read-reviews                                { margin:0; padding:0 4px 0 4px; }
div.pr-snippet-write-review                                { margin:0; padding:0 0 0 4px; }
div.pr-snippet-write-first-review  p                       { padding:0 0 0 4px; }
div.pr-snapshot-head                                       { display:none; }
div.pr-snapshot-head-wrapper                               { padding-left:0; }
div.pr-review-sort                                         { display:none; }
div.pr-snapshot-body                                       { background:none; border:none; padding:0; }
div.pr-snapshot-body-wrapper                               { background:none; border:none; }
div.pr-snapshot-footer                                     { clear:left; }
div.pr-nav-back-to-top                                     { float:right; }
div.pr-pagination-top                                      { padding:0.5em 0 2em; }
div.pr-pagination-bottom                                   { padding:0 0 1em; }
div.pr-contents                                            { border:none; background:transparent; margin:0; }
div.pr-contents ul.pr-other-attributes-list li             { list-style:none;}
div.pr-review-main-wrapper, div.pr-review-rating-wrapper   { float:none; width:auto; }
div.pr-review-sort                                         { border:none; background:transparent; }
.pr-review-rating-headline                                 { clear:left; }
.pr-review-author-info-wrapper                             { float:left; width:45%; padding:0; }
.pr-review-author-affinity-wrapper                         { float:left; width:45%; padding:0; }
div.pr-review-author                                       { float:none; width:auto; }
div.pr-clear                                               { clear:none; }
p.pr-fb-reviewComment                                      { line-height:12px; background-position:0px 0px; margin:0; padding:0; }
p.pr-fb-reviewComment span                                 { margin:0 0 0 17px; }

/* SHOPPING CART */
div.shopping_cart                                       { margin:0 0 0 0; padding:40px 20px; background: #FFF; }
table.shopping_cart                                     { width:100%; border-collapse:collapse; }
table.shopping_cart td.numerical,
  table.shopping_cart th.numerical                      { text-align:right; }
table.shopping_cart thead th                            { padding:5px 8px; background:#303030; background:-webkit-gradient(linear, left top, left bottom, to(#333), from(#303030), ); color:#FFF; font-weight:bold; font-size:11px; text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); }
table.shopping_cart tbody td,
  table.shopping_cart tbody th                          { padding:5px 8px; vertical-align:middle; border-bottom:1px solid #CCC; }
table.shopping_cart tr.total td,
  table.shopping_cart tbody th                          { border-bottom:none; }
table.shopping_cart tr.total td                         { font-weight:bold; padding:10px 8px; }
table.shopping_cart tr.total th                         { font-weight:bold; text-align:right; padding:10px 8px; }
div.shopping_cart a.remove_cart_item_button             { float:left; padding:4px 8px; display:block; text-align:center; font-size:14px; }
div.cart_controls                                       { border-top:1px solid #CCC; padding:20px 10px; }
a.button,
  #empty_cart_button,
  #checkout_button,
  #update_cart_button,
  div.shopping_cart .remove_cart_item_button,
  #continue_shopping_button                             { background:#EEE; background:-webkit-gradient(linear, left top, left bottom, from(#EEE), to(#DDD), color-stop(0.5, #FFF), color-stop(0.5, #E9E9E9)); border:1px solid #999; padding:3px 10px; line-height:17px; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; font-weight:bold; text-shadow:0 1px 0 #FFF; color:#333; }
#checkout_button                                        { color:#000; border-color:#D2B70D; background:#FED90B; background:-webkit-gradient(linear, left top, left bottom, from(#FDF9D3), to(#FCEB72), color-stop(0.5, #FDF19C), color-stop(0.5, #FED90B)); }
a.button:hover,
  #update_cart_button:hover,
  #continue_shopping_button:hover                       { color:#FFF; border-color:#666; background:#7F7F7F; text-decoration:none; background:-webkit-gradient(linear, left top, left bottom, from(#999), to(#444), color-stop(0.5, #797979), color-stop(0.5, #707070)); text-shadow:0 -1px 0 rgba(0, 0, 0, 0.5); }

#checkout_button:hover                                  { text-decoration:none; color:#000; border-color:#D67B0C; background:#EF8809; background:-webkit-gradient(linear, left top, left bottom, from(#FAE4C3), to(#EF8809), color-stop(0.5, #F6C57A), color-stop(0.5, #EF8809)); }
#empty_cart_button:hover,
  div.shopping_cart .remove_cart_item_button:hover      { color:#FFF; border-color:#920004; background:#AB3B3E; text-decoration:none; background:-webkit-gradient(linear, left top, left bottom, from(#AB3B3E), to(#920004), color-stop(0.5, #C98082), color-stop(0.5, #AB3B3E)); text-shadow:0 -1px 0 rgba(0, 0, 0, 0.55); }
#empty_cart_button:active,
  div.shopping_cart .remove_cart_item_button:active     { background:#AB3B3E; background:-webkit-gradient(linear, left top, left bottom, from(#4F0003), to(#920004), color-stop(0.5, #4F0003)); }
a.button:active,
  #update_cart_button:active,
  #continue_shopping_button:active                      { background:#333; background:-webkit-gradient(linear, left top, left bottom, from(#444), to(#777)); }
#checkout_button:active                                 { background:#D67B0C; border-color:#D67B0C; background:-webkit-gradient(linear, left top, left bottom, from(#C5720E), to(#F6C57A), color-stop(0.5, #EF8809)); }
#empty_cart_button                                      { display:none; }
#checkout_button, #continue_shopping_button             { float:right; margin-left:10px; }
#update_cart_button                                     { cursor:pointer; font:12px Arial; float:left; width:auto; overflow:visible; font-weight:bold; padding:3px 10px; line-height:17px; }
#continue_shopping_button                               { float:right; }
.cart_fulfillment_message                               { clear:both; margin:30px 0; }
.shopping_cart h2                                       { font-size:18px; font-weight:bold; margin:0 0 20px 0; padding:0; text-transform:uppercase; }

/* Contact Forms */
.contact_column                                                         { width:365px; margin-right:20px; font-size:12px; line-height:18px;}
.contact_column .button_action                                          { margin:10px 0 0 12px; height:30px; }
.contact_column .no_indent_button .button_action                        { margin-left:0; }
.contact_column input[type=text]                                        { width:200px; }
.contact_column select                                                  { width:205px; }
.contact_column table.padded tr th
.contact_column table.padded tr td 
.contact_column th.padded
.contact_column table.padded tr th, .contact_column table.padded tr td  { padding:0.2em; vertical-align:middle; }
.contact_column .form_indented                                          { padding-left:10.7em; }
.contact_asterik                                                        { color:#8dc63f; font-size:12px; line-height:18px; }
p.disclaimer                                                            { width:800px; font-size:11px; line-height:16px; margin-left:40px; }

#sitemap_header                                         { padding: 5px 0px 0px 20px; }
#sitemap .sitemap_products li                           { width: 200px; height: 15px; list-style:none; float: left; }
#sitemap .sitemap_products ul                           { display:inline; float: left; padding: 10px; width: 100%; }
#sitemap ul.noheader                                    { padding-top:0px; }
#sitemap .sitemap_products                              { padding: 5px 0px 0px 20px; }
#sitemap .sitemap_category                              { padding: 10px 30px; }
#sitemap .sitemap_subhead                               { color: #333333; border-bottom:1px solid #333333; padding: 5px 0px; font-size:14px; font-weight:bold; }
#sitemap h4                                             { border-bottom:3px solid #FF6633; margin-top: 10px; }

