
/*Stop Tab strip from going lower case*/
.RadTabStrip .rtsUL .rtsLI .rtsLink {
    text-transform:none;
}
 

/*======================================================================================================================
New button style 
========================================================================================================================*/
/*Copy new button definitions into this section*/
/*start*/
.wtbutton {
    height:16px;
    line-height: 16px !important;
    background: #378de5;
    display:inline-block;
    color:#ffffff !important;
    font-family:arial;
    font-size:15px;
    font-weight:normal !important;
    padding:3px 3px;
    text-decoration:none;
    text-align:center !important;
    vertical-align:middle;
    outline:none;
    ie-dummy: expression(this.hideFocus=true);
    box-sizing: content-box;
    border: none;
}.wtbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
	text-decoration:underline !important;
}.wtbutton:active {
	
}

/*end*/
 
.wtbutton_small 
{
     width:37px; 
}
.wtbutton_medium
{
    width:75px;
}

.wtbutton_large 
{
     width:100px; 
}
.wtbutton_extralarge 
{
     width:150px; 
}
.wtbutton_xxlarge 
{
     width:250px; 
}
.wtbutton_100 {
    /*height: 1.25em !important;*/
    /*line-height: 1.5em !important;*/
    width: 86%;
    padding: 2px 2px 2px 2px;
    margin: 4px 4px 4px 4px;
}

.wtbutton_green 
{
     
	background:#228b22;
	border:0px solid #00ff00;
}.wtbutton_green:hover 
{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #228b22), color-stop(1, #32cd32) );
	background:-moz-linear-gradient( center top, #228b22 5%, #32cd32 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#228b22', endColorstr='#32cd32');
	background-color:#228b22;
	border:0px solid #00ff00;
}

.wtbutton_red 
{
	background:#ce0100;
	border:0px solid #d83526;
}.wtbutton_red:hover 
{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}

/* This imageless css button was generated by CSSButtonGenerator.com */


/*======================================================================================================================
Product Search settings
========================================================================================================================*/
/*Links Grid, List, In-Store, and Online*/
a.productviewlink 
{
    font-size:smaller;
      
}
a.productviewlink_selected 
{
     color:#FF4500 !important;
}


/*Grid vs List*/
table.productviewlink 
{
    background-color:#CCCCCC;
}

table.productviewlink_selected
{
    background-color:White;
}

/*======================================================================================================================
Telerik settings
========================================================================================================================*/


/*Following styles are for 'Simple' skin used for search combobox in header*/
div.RadComboBox_Simple,
div.RadComboBox_Simple .rcbInput,
div.RadComboBoxDropDown_Simple {
  font: 12px "Arial", Arial, sans-serif !important;
  color: #333; }

div.RadComboBox_Simple table td.rcbInputCell {
  height: 16px !important;
  line-height: 16px !important;
  border:1px solid #aaaaaa !important;
  border-right-style:none !important;
  background: #fff; }

div.RadComboBox_Simple table td.rcbArrowCell {
  border: 1px solid #aaaaaa !important;
  border-left-style:none !important;
  background: #ffffff url('../images/Telerik/rcbSprite.png') no-repeat -1px 50% !important;}

/* unfocused background - white*/
div.RadComboBox_Simple .rcbArrowCell,
div.RadComboBox_Simple .rcbReadOnly .rcbInputCell,
div.RadComboBox_Simple .rcbReadOnly .rcbArrowCellHidden {
  background-color: #ffffff; }
  
div.RadComboBox_Simple .rcbHovered .rcbArrowCell,
div.RadComboBox_Simple .rcbHovered .rcbReadOnly .rcbInputCell,
div.RadComboBox_Simple .rcbHovered .rcbReadOnly .rcbArrowCellHidden {
  background-color: #eeeeee; }
  
div.RadComboBox_Simple .rcbFocused .rcbArrowCell,
div.RadComboBox_Simple .rcbFocused .rcbReadOnly .rcbInputCell,
div.RadComboBox_Simple .rcbFocused .rcbReadOnly .rcbArrowCellHidden {
  background-color: #eeeeee; }
 
 /*hover over dropdown items*/
div.RadComboBoxDropDown_Simple .rcbHovered {
  background: #eeeeee !important;
  color: #111111 !important;
  border: 1px solid #999999 !important;
  padding: 1px 5px; }
  
  
/*main combobox text color*/
div.RadComboBox_Simple,
div.RadComboBox_Simple .rcbInput,
div.RadComboBoxDropDown_Simple {
  font: 8px "Arial", Arial, sans-serif;
  color: #777777 !important; }
  
div.RadComboBox_Simple .rcbHovered .rcbArrowCell,
div.RadComboBox_Simple .rcbHovered .rcbInputCell {
  border-color: #aaaaaa !important; }

div.RadComboBox_Simple .rcbFocused .rcbArrowCell,
div.RadComboBox_Simple .rcbFocused .rcbInputCell {
  border-color: #aaaaaa !important; }
  
  /*dropdown border color*/
div.RadComboBoxDropDown_Simple {
  background: #fff;
  border-color: #aaaaaa; }

 
