
   /* Copyright (c) 2007, Yahoo! Inc. All rights reserved.
      Code licensed under the BSD License:
      http://developer.yahoo.net/yui/license.txt
      version: 2.3.1 */

   .yui-skin-sam .yui-button {
      display: -moz-inline-box;
      display: inline-block; }

   .yui-skin-sam .yui-button .first-child {
      display:   block;
      * display: inline-block; }

   .yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {
      display:   block;
      * display: inline-block;
      border:    none; }

   .yui-skin-sam .yui-button button {
      background-color: transparent;
      * overflow:       visible;
      cursor:           pointer; }

   .yui-skin-sam .yui-button a {
      text-decoration: none; }

   .yui-skin-sam .yui-button {
      position:     relative;
      top:          0px;
      * position:   relative;
      * top:        -2px;
      border-width: 0px 0;
      border-style: solid;
      border-color: #cccccc;
      background:   url(http://av.jvc.com/images/universal/JVC.png) repeat-x 0 0;
      margin:       auto 0px; }

   .yui-skin-sam .yui-button .first-child {
      border-width: 0 1 0 1px;
      border-style: solid;
      border-color: #666666;
      margin:       0 -1px;
      * position:   relative;
      * left:       -1px; }
	  
/* button overall look */ 
   .yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {
      position:      relative;
      top:           -2px;
      padding:       1 4 0 4 px;
      font-family:   tahoma;
      font-size:     10px;
      height:        16px;
      overflow:      hidden;
      color:         #999999; }
	  
/* control size for cap	   */ 	
div#searchButtons{
	width: 	177px;
	* width: 	194px;

      background:   url(http://av.jvc.com/images/universal/search_fill.gif) repeat-x;
     * background:   url(http://av.jvc.com/images/universal/space.gif) repeat-x;
	* overflow: hidden;	}


/* focus */ 
   .yui-skin-sam .yui-button-focus {
      border-color:        #7D98B8;
      background-position: 0 -1300px; }

   .yui-skin-sam .yui-button-focus .first-child {
      border-color: #7D98B8; }
	  
	  
/* hover */ 
   .yui-skin-sam .yui-button-hover {
      border-color:        #7D98B8;
      background-position: 0 -1300px; }

/* button on */ 
   .yui-skin-sam .yui-button-focus button, .yui-skin-sam .yui-button-focus a {
      color: #ffffff; }
	  
   .yui-skin-sam .yui-radio-button-checked, .yui-skin-sam .yui-checkbox-button-checked {
      border-color:        #304369;
      background-position: 0 -1400px; }
	  
/* border */ 
   .yui-skin-sam fieldset#radiobuttonsfrommarkup {
      border:  0px;
      padding: 0px;
      margin:  0px; }
	  
/* button font on */   
   .yui-skin-sam .yui-radio-button-checked button, .yui-skin-sam .yui-checkbox-button-checked button {
      color:#fff; }



