/**
 ** Add in site specific styles here 
 **/
/*Dagan... testing #rn_SearchControls .rn_SearchInput {width:100%;}*/

/* Dagan... Removing to line up search button to keyword search text box #rn_SearchControls form input[type="submit"], #rn_SearchControls form input[type="image"]  {
margin:-0.5em 0 0 1.3em;}*/
.rn_ProductCategorySearchFilter button.rn_DisplayButton {margin-top:0;}

.rn_ProductCategorySearchFilter .rn_Label  {width:75%; white-space:nowrap;}

#rn_SearchControls .rn_SearchInput a {white-space:nowrap;}

/* set out of box link color */
a:link, a:visited, a:hover, a:active{ color:#007DC3; }


/**
 **  default upgrades template items 
 **
 **  DEFAULT_COLOR - Do a replace on DEFAULT_COLOR to get all styles updated with a default color
 **/
 
/* remove header image */
html{ background-image:none; }
/* remove firefox drop shadow */
#rn_Footer, #rn_Body { -moz-box-shadow: none; }
#rn_Footer, #rn_Body { -webkit-box-shadow: none; }
/* add top border to content area */
/*#rn_Body {border-top:1px solid #DDDDDD;} */
/* upgrades default tabs */
/*.rn_NavigationTab2 a.rn_SelectedTab { 	background: url(/euf/assets/themes/standard/images/tabBackground.png) repeat-x scroll 0 -18px; }*/
/* DAGAN - Revmoing margin-left control to keep fixed width relative auto margin*/
/* #rn_Navigation { margin-left: 0; }*/
.rn_NavigationTab2 a {/*border:  1px solid #DDD;*/ background-image:url(/euf/assets/themes/standard/images/custom/help-dscm-nav-background.gif); height:33px; color:#ffffff; height:24px;}
.rn_NavigationTab2 a em {background:transparent no-repeat 0 0; color:#ffffff; font-size:0em; width:100%; height: 36px;}
.rn_NavigationTab2 a:hover {background-color:#c7eafb; background-image:none; color:#007dc3;}
.rn_SubNavigation {padding:8px;margin-top:2px;}
/* lowering main height for MainColumn*/
#rn_MainColumn { min-height:350px; }
/* override height of header to auto */
#rn_Header{ height:auto; min-height:0;}
/* 95% of the time we will not need the logo */
#rn_Logo{ display:none;}
/* Update header font color */
#rn_Header { color:#333333;}
#rn_Header a { color:#007DC3; text-decoration: none;}
#rn_Header a:hover { color:#007DC3; text-decoration: underline;}
/* default regular tab color */
#rn_Navigation a{/*background-color:#1285c6;color:#d9fdff; */}
#rn_Navigation a.rn_SelectedTab {background-color:#62bae9;color:#ffffff;}

#rn_Body a { color:#007DC3; text-decoration: none;}
#rn_Body a:hover { color:#007DC3; text-decoration: underline;}

#rn_SideBar h2, #rn_SideBar h3 { font-size: 12px; color: #666666}
#rn_SideBar img {margin: 0 4px 0 0;}

#rn_QuestionSubmit textarea{width:95%;}
/* remove white background pixel at top of search header and h2 headers*/
.rn_Module h3, .rn_Module h2,#rn_SearchControls  {background-image:none; /*background-color:#EFEFF4;*/ } /* remove grey background color in module title bar RF*/
.rn_AnswerList .rn_Element1 a {font-size: 14px; text-decoration:none;}
.rn_AnswerList .rn_Element1 a:hover {text-decoration:underline;}

/* ie6 hacks */
/*\*/ * html #rn_Navigation a { background-image:none; } /**/
/*\*/ * html #rn_Navigation a.rn_SelectedTab { background:none; } /**/
/*\*/ * html #rn_SearchControls { padding-bottom:25px; } /**/
/*\*/ * html #rn_PageContent.rn_Home .rn_AnswersLink { clear:both; } /**/
/*\*/ * html input, input[type="submit"], button { background-image:none; border: 0px solid #FFFFFF;} /**/

/**
 ** Updates quick styles, uncomment a style to quickly edit
 **/

/* To edit the default font */
/*
   html {   font-family:; }
*/

/* links */
/* 
   a:link{    color:#DEFAULT_COLOR;}
   a:visited{ color:#DEFAULT_COLOR;}
   a:hover{   color:#DEFAULT_COLOR;}
   a:active{  color:#DEFAULT_COLOR;} 
*/

/* to remove sidebar */

/*   #rn_MainColumn{ width:99% }
   #rn_Container{ width:750px;} 
   #rn_SideBar{ display:none; } TESTING Dagan - June 22nd */ 


/* to remove details on answer/list page */
/*
.rn_Multiline2 .rn_ElementsHeader,.rn_Element3, .rn_Multiline2 .rn_ElementsData,.rn_Element2,.rn_Multiline2 br {display:none; }
.rn_Multiline2 .rn_Element1 {  margin-bottom:15px;  }
*/

/* make 100% width */

/* DAGAN - removed to prevent scroll bar 
	#rn_Container{ width:99%;} 
*/
 

/* selected tab font and background-color */

/*   #rn_Navigation a.rn_SelectedTab {color:#D9FDFF ; background: url(euf/assests/images/custom/navtabactive.gif); }*/
   /*#rn_NavigationTab2 a { background: url(/images/custom/navtab.gif); }*/

   
   /*#rn_Navigation a.rn_SelectedTab:hover {color:#027dc3 ; } */
   

/* regular tab font and  background color */
 
/* DAGAN TEST   #rn_Navigation a {background: url(images/custom/navtab.gif) ; color:#d9fdff ; }      */


/* regular tab hover background color */
/* 
   #rn_Navigation a:hover {background-color:# ; } 
*/
   
/* add image to header  */
/* 
   #rn_Header{ background:  url(BACKGROUND_IMAGE) } 
*/

/* removing footer left padding */
/* 
   #rn_Footer{ padding-left:0; }  
*/

/* change input/button background color */
 
   .rn_SearchButton2 .rn_SubmitButton, input[type="submit"], button { /*background-color:#FFFFFF;*/ } 


/* change background-color of search area */

   #rn_SearchControls {background-color:#FFFFFF ; border:none; color:#666666;}


/* Advanced Search Items */
/* hide advanced sort form input */
/* 
   .rn_AdvancedSort{ display:none; }
*/

/* hide advanced search term form input */
/* 
   .rn_AdvancedKeyword{ display:none; }  
*/

/* hide rn logo */
/* 
   .rn_RightNowLogo{ display:none; }
*/

/* to hide the login/sign up widget*/
/*
   #rn_LoginStatus{display:none; }  
*/

/* include a border below tabs that is larger to mimic classic*/
/* 
   #rn_Body {border-top:10px solid #DDDDDD; }
*/
 
/* multi line font size */
/*
   .rn_Multiline2 .rn_Element1, .rn_Multiline2 .rn_Element2 {font-size: ; }
*/

.rn_AnswerFeedback2 .rn_ThanksLabel {margin-left:0; overflow:hidden; display:block; margin-top:8px; color:#666666;}

#rf_Channels {
    float: left;
    width: 95%;
}

    #rf_Channels table {
        border: 0;
        width: 400px;
    }

    #rf_Channels img {
        border: 0;
        width: 33px;
        height: 33px;
    }

    #rf_Channels th {
        padding:30px 16px 0px 0px;
        width: 33px;
        vertical-align: top;
    }

    #rf_Channels td {
        padding:30px 16px 0px 0px;
    }

    #rf_Channels ul {
      color:#007dc3;
      font-size:14px;
      line-height:1.5em;
      max-width: 325px;
    }
    #rf_Channels h1 {
    width: 425px;
    font-size:28px;
    font-weight:normal;
    line-height:1em;
    color:#e75625;
    }
#rf_Channels a {color:#007DC3; text-decoration: none;}
#rf_Channels a:hover {color:#007DC3; text-decoration: underline;}
