@charset "UTF-8";
/*-------------------------------------------------------------------------------------------*/
/*                                 TABLE OF CONTENT                                         */
/*-----------------------------------------------------------------------------------------*/
/*
1 - GENERAL CSS FOR STYLING (BODY,LINKS, LISTS,HEADINGS,TABLES,CODE, WRAPPER, CONTAINER)
2 - PAGE HEADER
	a.  Page SEARCH
	b.	Page TOP REGISTRATION
	c.	Page MEDIA
	d.	Page HEADER LOGO
	e.	HEADER CODE
	f.	HEADER FIRST MENU
	g.	HEADER TEXT BOXES
	h.	SHOPPING CART FOR HEADER
	i.	HEADER MENU TWO
3 - PAGE BODY CODE
4 - HOME PAGE ONLY CODE
5 - PAGE SIDEBAR BODY CODE
6 - PAGE RIGHT BODY CODE
	a.	crumb BODY section
	b.	Main BODY section
	c.	PRODUCT BODY section
	d.	LINKS BODY section
7 - PAGE FOOTER CODE
8 - COPYRIGHTS
9 - PRINT



10 - FORMS
11 - TOOLTIP
*/
/*-------------------------------------------------------------------------------------------*/
/*                                 GENERAL CSS FOR STYLING                                  */
/*-----------------------------------------------------------------------------------------*/


  html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }
  audio, canvas, video { display: inline-block; *display: inline;
  *zoom: 1; }
  audio:not([controls]) { display: none; }
   [hidden] {
   display: none;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
  html, button, input, select, textarea { font-family: sans-serif; color: #222; }
  blockquote, q { quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
  ins { background-color: #ff9; color: #000; text-decoration: none; }
  mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
  del { text-decoration: line-through; }
  abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
  table { border-collapse: collapse; border-spacing: 0; }
  hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
  body { font: 13px/1.231 sans-serif; *font-size:small; } 
  pre, code, kbd, samp { font-family: monospace, sans-serif; }
  html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
  a:link { -webkit-tap-highlight-color: #FF5E99; }
  a:hover, a:active { outline: none; }
  a, a:active, a:visited { color: #607890; }
  a:hover { color: #036; }
  ul, ol { margin-left: 2em; }
  ol { list-style-type: decimal; }
  nav ul, nav li { margin: 0; list-style: none; list-style-image: none; }
  small { font-size: 85%; }
  b, strong, th { font-weight: bold; }
  td { vertical-align: top; }
  sub, sup { font-size: 75%; line-height: 0; position: relative; }
  sup { top: -0.5em; }
  sub { bottom: -0.25em; }
  pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
  .ie6 legend, .ie7 legend { margin-left: -7px; }
  button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }
  textarea { overflow: auto; vertical-align: text-top; }
  label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
  input::-moz-focus-inner, button::-moz-focus-inner { border: 0; padding: 0; }
  input:valid, textarea:valid { }
  input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
  .no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
  .ie7 img { -ms-interpolation-mode: bicubic; }
  ul, ol, li { margin: 0; padding: 0; list-style-type: none; }
  a { text-decoration: none; outline: none; }
  a:focus, a:active { outline: none; }
  a:visited { color: inherit; }
  .lt-ie8 a:visited, .lt-ie8 a { color: expression(this.parentNode.currentStyle['color']); }
  a.stroke { text-decoration: underline; }
  a.stroke:hover { text-decoration: underline; }
  a.clean { text-decoration: none; }
  a.clean:hover { text-decoration: underline; }
  body, select, input, textarea { color: #444; margin: 0px; padding: 0px; }
  h1, h2, h3, h4, h5, h6 { font-weight: bold; }
  ::-moz-selection { background: #fe57a1; color:#fff; text-shadow: none; }
  ::selection { background: #fe57a1; color: #fff; text-shadow: none; }
  .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
  .ir br { display: none; }
  .hidden { display: none; visibility: hidden; }
  .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  .invisible { visibility: hidden; }
  .clearfix:before, .clearfix:after { content: ""; display: block; }
  .clearfix:after { clear: both; font-size: 0; height: 0; line-height: 0; visibility: hidden; width: 0; }
  .clearfix { zoom: 1; }
  @media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
  }/*/mediaquery*/
  @media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
  }/*/mediaquery*/
  h2.outline, .outline { display: none; }
  h3.outline, .outline { display: none; }
  h4.outline, .outline { display: none; }
  .noshow { display:none; }
  .orange_bg { background-color: #ff6600; }
  .clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }
  .wrapper { width: 1100px; margin: 0px auto; }  
   html { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; background-image: url(https://www.dartworld.com/images/boardbg.jpg); background-repeat: no-repeat; background-position: center top; }
/*-------------------------------------------------------------------------------------------*/
/*                                 PAGE HEADER                                              */
/*-----------------------------------------------------------------------------------------*/
  #dart_header_out { background-image: url(https://www.dartworld.com/images/backgrounds/media/backgrounds/boardbg_color.jpg); background-repeat: repeat-x; height: 280px; }
  #thePageTitle { text-indent: -9999px; position: absolute; }
  #thePageDesc { text-indent: -9999px; position: absolute; }
  .head_black_section { padding-top: 25px; }
  /*Page SEARCH start*/  
  #head_search { width: 420px; float: left; }
  .search_one { background-image: url(https://www.dartworld.com/images/search.png); background-repeat: no-repeat; height: 39px; width: 119px; float: left; margin: 0px; padding: 0px; display: block; text-indent: 0px; }
  .search_two { float: left; height: 29px; padding-top: 10px; width: 230px; background-repeat: repeat-x; background-color: #FFF; }
  .search_two .search_input_box { height: 25px; width: 220px; font-size: 18px; font-family: Helvetica, sans-serif, Arial; font-weight: normal; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; background-position: 0px -5px; color: #999; vertical-align: baseline; text-transform: uppercase; }
  .search_input_box, textarea:focus, input:focus { outline: 0; }
  .search_three { }
  #search-submit { background-image: url(https://www.dartworld.com/images/search_button.png); background-repeat: no-repeat; background-position: 0px -39px; height: 39px; width: 42px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
  #search-submit:hover { background-image: url(https://www.dartworld.com/images/search_button.png); background-repeat: no-repeat; background-position: 0px 0px; }
  /*Page TOP REGISTRATION start*/  
  #head_reg_soc { float: right; }
  #head_reg_box { float: left; padding-top: 15px; height: 10px; width: 490px; text-align: right; padding-right: 10px; color: #FFF; font-family: Helvetica, sans-serif, Arial; font-size: 16px; }
  #head_reg_box a:link { text-align: right; padding-right: 10px; color: #FFF; font-family: Helvetica, sans-serif, Arial; font-size: 16px; }
  /*Page MEDIA start*/  
  #head_media_box { float: right; padding-top: 5px; width: 100px; text-align: right; padding-right: 4px; }
  .media_frame { width: 40px; }
  /*Page HEADER LOGO start*/
  #dart_world_boxa { height: 130px; position: relative; z-index: 2; width: 1100px; top: 30px; clear: left; }
  .dart_world_logo { background-image: url(https://www.dartworld.com/images/dart_world_logo.png); background-repeat: no-repeat; height: 114px; width: 600px; float: left; position: absolute; z-index: 2; left: 5px; top: 15px; }
  .dart_world_logo a { text-indent: -99999px; display: block; height: 114px; width: 600px; }
  /*Page HEADER CODE */
  .head_right_section { width: 597px; float: right; position: absolute; z-index: 2; top: 0px; left: 500px; }
  .top_menu_one { width: 597px; }

/*---------------------------------------------
  .head_right_section { width: 775px; float: right; position: absolute; z-index: 2; top: 0px; left: 324px; }
  .top_menu_one { width: 775px; }
--------------------------------------------*/

  /*Page HEADER FIRST MENU start*/  
  #MenuBar1 li a { float: none; text-align: center; background-repeat: no-repeat; background-color: transparent; background-image: url(https://www.dartworld.com/images/menu_a_bg.png); background-position: 0px 0px; }
  #MenuBar1 #nav-a-1 { width: 145px; padding-left: 43px; background-position: 0px -46px; }
  #MenuBar1 #nav-a-1:hover { background-position: 0px -1px; }
  #MenuBar1 #nav-a-2 { width: 175px; background-position: -188px -46px; text-align: center; }
  #MenuBar1 #nav-a-2:hover { background-position: -188px 0px; }
  #MenuBar1 #nav-a-3 { width: 165px; background-position: -362px -46px; text-align: center; }
  #MenuBar1 #nav-a-3:hover { background-position: -362px 0px; }
  #MenuBar1 #nav-a-4 { width: 67px; background-position: -526px -46px; text-align: center; }
  #MenuBar1 #nav-a-4:hover { background-position: -526px 0px; }
  /*Page HEADER TEXT BOXES start*/  
  .header_text { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 24px; font-weight: bold; color: #333; text-align: right; padding-right: 10px; clear: left; padding-top: 10px; line-height: 26px; }
  /*Page SHOPPING CART FOR HEADER start*/  
  .header_shop_box_cart { text-align: right; padding-right: 10px; font-size: 24px; color: #ff4e00; }
  .header_shop_box_cart a:link, .header_shop_box_cart a:visited, .header_shop_box_cart a:active { text-decoration: none; color: #ff4e00; }
  .header_shop_box_cart a:hover { text-decoration: none; color: #c20404; }
  /*Page HEADER MENU TWO start*/ 
  #header_menu_b { clear: both; display: block; margin-top: 40px; height: 46px; overflow: hidden; }
  #MenuBar2 li a { float: none; text-align: center; background-repeat: no-repeat; background-color: transparent; background-image: url(https://www.dartworld.com/images/menu_b_bg.png); background-position: 0px 0px; }
  #MenuBar2 #nav-b-1 { width: 148px; background-position: 0px -50px; }
  #MenuBar2 #nav-b-1:hover { background-position: 0px 0px; }
  #MenuBar2 #nav-b-2 { width: 150px; background-position: -148px -50px; text-align: center; }
  #MenuBar2 #nav-b-2:hover { background-position: -148px 0px; }
  #MenuBar2 #nav-b-3 { width: 148px; background-position: -298px -50px; text-align: center; }
  #MenuBar2 #nav-b-3:hover { background-position: -298px 0px; }
  #MenuBar2 #nav-b-4 { width: 151px; background-position: -446px -50px; text-align: center; }
  #MenuBar2 #nav-b-4:hover { background-position: -446px 0px; }
  #MenuBar2 #nav-b-5 { width: 149px; background-position: -597px -50px; text-align: center; }
  #MenuBar2 #nav-b-5:hover { background-position: -597px 0px; }
  #MenuBar2 #nav-b-6 { width: 151px; background-position: -746px -50px; text-align: center; }
  #MenuBar2 #nav-b-6:hover { background-position: -746px 0px; }
  #MenuBar2 #nav-b-7 { width: 200px; background-position: -897px -50px; text-align: center; }
  #MenuBar2 #nav-b-7:hover { background-position: -897px 0px; }

/*-------------------------------------------------------------------------------------------*/
/*                                 PAGE HOME PAGE ONLY CODE                                 */
/*-----------------------------------------------------------------------------------------*/
  /* Start WOWSlider.com BODY section */  

  #home_ad_box { clear: both; margin-top: 0px; margin-bottom: 0px; }
  .home_ad_a { float: left; width: 361px; margin-right: 5px; margin-left: 3px; }
  .home_ad_b { float: left; width: 361px; margin-left: 0px; margin-right: 0px; }
  .home_ad_c { float: right; width: 361px; margin-right: 3px; margin-left: 0px; }
  #home_mid { clear: both; background-image: url(https://www.dartworld.com/images/frame_17.jpg); background-repeat: repeat-x; font-size: 20px; font-family: Arial, "Comic Sans MS", "Lucida Grande"; height: 40px; text-align: center; vertical-align: middle; padding-top: 13px; display: block; color: #666; text-transform: uppercase; background-position: 0px -10px; }
/*-------------------------------------------------------------------------------------------*/
/*                                 PAGE SIDEBAR BODY CODE                                 */
/*-----------------------------------------------------------------------------------------*/
  #site_left { width: 240px; margin-bottom: 10px; margin-right: 10px; margin-left: 5px; }
  .left_nav_header { background-color: #ff6600; padding: 5px; width: 230px; font-family: Arial, "Comic Sans MS", "Lucida Grande"; font-size: 16px; text-transform: uppercase; color: #FFF; text-align: center; margin-top: 8px; }
  .page_left-ad_box { width: 240px; margin-top: 10px; padding-top: 5px; padding-bottom: 5px; }
  .page_left_ad_cap { font-size: 16px; line-height: 20px; color: #FFF; padding-top: 4px; padding-left: 10px; }
  .page_left_ad_name { font-size: 14px; color: #CCC; padding-top: 0px; padding-left: 10px; line-height: 18px; padding-bottom: 3px; }
  .page_left_ad_image { height: 219px; width: 219px; margin-right: auto; margin-left: auto; }
  .page_left_ad_cost { width: 60px; margin-top: 10px; margin-bottom: 10px; background-color: #FFF; margin-right: auto; margin-left: auto; padding-top: 8px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; float: left; }
  .page_left_ad_cart { width: 37px; float: left; margin-top: 4px; }
  .page_left_ad_more { height: 44px; width: 96px; float: left; margin-top: 4px; background-image: url(https://www.dartworld.com/images/cart_w_more.png); background-repeat: no-repeat; background-position: left bottom; }
  .page_left_ad_more a:link { height: 44px; width: 96px; }
  .page_left_ad_more:hover { background-image: url(https://www.dartworld.com/images/cart_w_more.png); background-repeat: no-repeat; background-position: left top; }
  .page_left_p_box { background-color: #FFF; height: 50px; margin: 10px; padding-left: 10px; }
/*-------------------------------------------------------------------------------------------*/
/*                                 PAGE RIGHT BODY CODE                                 */
/*-----------------------------------------------------------------------------------------*/
  #site_right { }
  /* Start crumb BODY section */   
  #dart_crumb { color: #999; width: 600px; padding-top: 8px; padding-right: 20px; padding-left: 4px; padding-bottom: 0px; }
  .crumb_home { float: left; }
  .crumb_home a { text-decoration: none; font-size: 12px; text-transform: uppercase; color: #999; font-family: Arial, "Comic Sans MS", "Lucida Grande"; }
  .crumb_image { color: #999; float: left; }
  /* Start Main BODY section */ 
  .dart_page_name { text-transform: uppercase; width: 842px; font-size: 20px; font-family: Arial, "Comic Sans MS", "Lucida Grande"; clear: left; padding-left: 4px; padding-top: 8px; padding-bottom: 0px; border-top-width: 1px; border-top-style: solid; border-top-color: #999; color: #F60; }
  .option_mid { width: 835px; clear: both; background-image: url(https://www.dartworld.com/images/frame_17.jpg); background-repeat: repeat-x; font-size: 20px; font-family: Arial, "Comic Sans MS", "Lucida Grande"; height: 38px; text-align: center; vertical-align: middle; padding-top: 15px; display: block; color: #666; text-transform: uppercase; background-position: 0px -10px; }  
  .field_five_page { width: 680px; float: left; }
  .growA { display: inline-block; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .growA:hover, .growA:focus, .growA:active { -webkit-transform: translate(15px, 10px) scale(1.1); transform: translate(15px, 10px) scale(1.1); z-index: 1; }
  .growB { display: inline-block; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .growB:hover, .growB:focus, .growB:active { -webkit-transform: translate(0px, 10px) scale(1.1); transform: translate(0px, 10px) scale(1.1); z-index: 1; }
  .growC { display: inline-block; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .growC:hover, .growC:focus, .growC:active { -webkit-transform: translate(15px, 10px) scale(1.1); transform: translate(-15px, 10px) scale(1.1); z-index: 1; }  
  .page_body_image { margin-top: 8px; }
  .dart_page_textA { padding-top: 2px; padding-right: 20px; padding-bottom: 0px; padding-left: 4px; font-size: 14px; line-height: 22px; color: #000000; font-family: Arial, "Comic Sans MS", "Lucida Grande"; }
  .dart_page_textB { width: 810px; padding-top: 0px; padding-right: 20px; padding-bottom: 8px; padding-left: 4px; font-size: 14px; line-height: 22px; color: #000000; font-family: Arial, "Comic Sans MS", "Lucida Grande"; }
  .dart_page_textC { width: 810px; padding-top: 0px; padding-right: 20px; padding-bottom: 8px; padding-left: 4px; font-size: 14px; line-height: 22px; color: #000000; font-family: Arial, "Comic Sans MS", "Lucida Grande"; }

/*-------------------------------------------------------------------------------------------*/
/*                                 PRODUCT CODE                                 */
/*-----------------------------------------------------------------------------------------*/ 
  .product_page_block { margin-bottom: 10px; }
  .next_page { float: right; width: 155px; font-size: 12px; text-transform: none; }
  .product_page-box { float: left; width: 280px; }
  .product_box_g { height: 280px; padding-top: 15px; background-image: url(https://www.dartworld.com/images/product_g_head_bg.png); background-repeat: no-repeat; width: 280px; background-position: -12px -5px; }
  .product_box_r { height: 280px; padding-top: 15px; background-image: url(https://www.dartworld.com/images/product_r_head_bg.png); background-repeat: no-repeat; width: 280px; background-position: -12px -5px; }
  .product_box_b { height: 280px; padding-top: 15px; background-image: url(https://www.dartworld.com/images/product_b_head_bg.png); background-repeat: no-repeat; width: 280px; background-position: -12px -5px; }
   .spacea {  }
  .product_page_name { overflow: hidden; height: 50px; padding-right: 15px; padding-left: 4px; font-family: Arial, "Comic Sans MS", "Lucida Grande"; font-size: 14px; font-weight: bold; color: #000; text-decoration: none; }
  .product_page_name a:link, .product_page_name a:visited, .product_page_name a:active { font-family: Arial, "Comic Sans MS", "Lucida Grande"; font-size: 14px; font-weight: bold; color: #000; text-decoration: none; }
  .product_page_name a:hover { font-family: Arial, "Comic Sans MS", "Lucida Grande"; font-size: 14px; font-weight: bold; color: #F00; text-decoration: underline; }
  .product-page-image { width: 260px; margin-left: 6px; margin-bottom: 0px; margin-top: 0px; }
  .product_page_info_r { background-image: url(https://www.dartworld.com/images/product_r_mid_bg.png); background-repeat: repeat-y; background-position: -14px -0px; }
  .product_page_info_b { background-image: url(https://www.dartworld.com/images/product_b_mid_bg.png); background-repeat: repeat-y; background-position: -14px -0px; }
  .product_page_info_g { background-image: url(https://www.dartworld.com/images/product_g_mid_bg.png); background-repeat: repeat-y; background-position: -12px -0px; }
  .product_page_short { font-size: 14px; padding-top: 5px; padding-right: 8px; padding-left: 14px; line-height: 18px; padding-bottom: 5px; }
  .product_page_cost_box_r { background-image: url(https://www.dartworld.com/images/product_r_footer_bg.png); background-repeat: no-repeat; height: 78px; background-position: -12px -12px; }
  .product_page_cost_box_b { background-image: url(https://www.dartworld.com/images/product_b_footer_bg.png); background-repeat: no-repeat; height: 78px; background-position: -12px -12px; }
  .product_page_cost_box_g { background-image: url(https://www.dartworld.com/images/product_g_footer_bg.png); background-repeat: no-repeat; height: 78px; background-position: -12px -12px; }
  .product_page_cost { float: left; padding-left: 10px; padding-top: 14px; width: 127px; }
  .product_strike_price strike { font-size: 16px; }
  .product_sale_price_text { font-size: 16px; color: #F00; }
  .product_sale_price { font-size: 16px; color: #F00; }
  .product_price { padding-left: 20px; padding-top: 8px; font-weight: bold; font-size: 16px; }
  .product_page_infor { background-image: url(https://www.dartworld.com/images/product_02r.png); background-repeat: repeat-y; background-position: -12px -12px; }
  .product_page_cost_boxr { background-image: url(https://www.dartworld.com/images/product_04r.png); background-repeat: no-repeat; height: 78px; background-position: -12px 0px; }
  .product_page_infob { background-image: url(https://www.dartworld.com/images/product_02b.png); background-repeat: repeat-y; background-position: -12px -12px; }
  .product_page_cost_boxb { background-image: url(https://www.dartworld.com/images/product_04b.png); background-repeat: no-repeat; height: 78px; background-position: -12px 0px; }
  .product_page_cart { height: 44px; width: 37px; float: left; margin-top: 8px; }
  .product_page_cart_f { width: 133px; float: left; margin-top: 8px; }
  .product_page_more { height: 44px; width: 96px; float: left; margin-top: 8px; background-image: url(https://www.dartworld.com/images/cart_w_more.png); background-repeat: no-repeat; background-position: left bottom; }
  .product_page_more a:link { height: 44px; width: 96px; }
  .product_page_more:hover { background-image: url(https://www.dartworld.com/images/cart_w_more.png); background-repeat: no-repeat; background-position: left top; }
  .product_page_sku { clear: left; text-align: right; padding-right: 25px; font-size: 10px; color: #000; }
  .no_info_button { border: none; width: 133px; height: 44px; background-image: url(https://www.dartworld.com/images/cart_no_more.png); background-repeat: no-repeat; background-position: left bottom; }
  .no_info_button:hover { background-position: left top; }
  .product_break { width: 700px; height: 1px; } 
  /* Start LINKS BODY section */
  .link_page_block { margin-bottom: 5px; margin-top: 5px; }
  .links_mid { padding-left: 10px; margin-bottom: 8px; width: 825px; clear: both; background-image: url(https://www.dartworld.com/images/frame_17.jpg); background-repeat: repeat-x; font-size: 16px; font-family: Arial, "Comic Sans MS", "Lucida Grande"; height: 34px; text-align: left; vertical-align: middle; padding-top: 22px; display: block; color: #666; text-transform: uppercase; background-position: 0px -10px; }
  .link_page_box { float: left; width: 201px; border: 1px solid #999; margin-right: 3px; margin-left: 3px; }
  .link_page_image { width: 184px; margin-right: auto; margin-left: auto; overflow: hidden; text-align: center; margin-top: 3px; margin-bottom: 3px; border: 1px solid #000; padding: 3px; }
  .link_page_name { font-family: Arial, "Comic Sans MS", "Lucida Grande"; font-size: 16px; line-height: 20px; font-weight: bold; color: #F60; text-decoration: none; width: 190px; margin-right: auto; margin-left: auto; text-align: center; }
  .link_page_name a:link { font-family: Arial, "Comic Sans MS", "Lucida Grande"; font-size: 16px; line-height: 20px; font-weight: bold; color: #F60; }
  .link_page_text { font-family: Arial, "Comic Sans MS", "Lucida Grande"; font-size: 12px; text-align: center; line-height: 16px; font-weight: normal; color: #333; width: 190px; margin-right: auto; margin-left: auto; }
  .link_clear { clear: both; height: 4px; }
/*-------------------------------------------------------------------------------------------*/
/*                                 PAGE FOOTER CODE                                         */
/*-----------------------------------------------------------------------------------------*/
  #dart_foot_c_out { background-color: #121111; width: 100%; height: 45px; padding-top: 4px; }
  #footer_gray_box { width: 1100px; background-color: #666; height: 75px; margin-bottom: 4px; }
  .foot_box_a_g { font-family: Arial, "Comic Sans MS", "Lucida Grande"; float: left; width: 240px; margin-right: 5px; margin-left: 0px; color: #FFFFFF; padding-top: 16px; padding-left: 20px; font-size: 16px; padding-bottom: 2px; }
  .foot_box_b_g { font-family: Arial, "Comic Sans MS", "Lucida Grande"; float: left; width: 260px; margin-right: 5px; margin-left: 0px; padding-top: 5px; }
  .foot_box_c_g { font-family: Arial, "Comic Sans MS", "Lucida Grande"; float: right; width: 270px; margin-left: 0px; padding-top: 5px; }
  .foot_text_o a:link { color: #ff6600; }
  .foot_text a { color: #FFF; text-decoration: none; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 14px; padding-left: 10px; text-transform: uppercase; }
  .foot_box_a { font-family: Arial, "Comic Sans MS", "Lucida Grande"; float: left; width: 230px; color: #FFFFFF; padding-top: 7px; padding-left: 40px; font-size: 14px; padding-bottom: 2px; margin: 0px; }
  .foot_box_link a:link, .foot_box_link a:visited { color: #FFFFFF; }
  .foot_box_b { font-family: Arial, "Comic Sans MS", "Lucida Grande"; float: left; width: 235px; padding-top: 5px; margin: 0px; color: #FFF; font-size: 14px; padding-left: 40px; }
  .foot_box_c { font-family: Arial, "Comic Sans MS", "Lucida Grande"; float: right; width: 235px; margin-left: 0px; padding-top: 5px; font-size: 14px; color: #FFF; padding-left: 40px; }
  .foot_text a { color: #FFF; text-decoration: none; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 14px; padding-left: 10px; text-transform: uppercase; }
  .foot_box_text { vertical-align: top; color: #FFF; font-size: 22px; padding-top: 15px; text-transform: uppercase; }
  .foot_box_textC { vertical-align: top; color: #FFF; font-size: 22px; padding-top: 10px; }
  .foot_box_textCa { vertical-align: top; color: #FFF; font-size: 12px; padding-top: 5px; float: left; text-transform: uppercase; }
  .foot_box_image { height: 56px; width: 59px; vertical-align: top; float: left; padding-right: 10px; padding-top: 4px; padding-bottom: 4px; padding-left: 4px; }
/*-------------------------------------------------------------------------------------------*/
/*                                 PAGE COPYRIGHT                                 */
/*-----------------------------------------------------------------------------------------*/
  .copyright { font-family: Arial, "Comic Sans MS", "Lucida Grande"; font-size: 12px; color: #FFF; clear: both; padding-bottom: 6px; padding-top: 14px; padding-left: 20px; }


/*-------------------------------------------------------------------------------------------*/
/*                                 PRINT                                */
/*-----------------------------------------------------------------------------------------*/ 
  @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  }
