/**
 **  default upgrades template items 
 **
 **  DEFAULT_COLOR - Do a replace on DEFAULT_COLOR to get all styles updated with a default color
 **/
#dvwidgets { width: 710px; } 
#dvShippingdg { width: 710px; }
#dvReturnhdg { width: 710px; }
#dvOtherhdg { width: 710px; }
#dvProducthdg { width: 710px; }
#dvAccounthdg { width: 710px; }
#frame1 { width: 710px; }
#prepage { width: 710px; }
html{ background-image:none; }
body{
    font-size: small;
    line-height: 1.4em;
}
.rn_wrap {
    padding:8px 10px 2px;
}
p {
    font-size:small;
    line-height:1.3em;
    margin-bottom:1em;
}
input[type="submit"], button {
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    background:url("/euf/assets/images/bg_greybutton.gif") repeat-x scroll left center #6A6B6E;
    width:58px;
}
.rn_KeywordText2 input {
    font-size: 1.2em;
}
.rn_Paginator {
    margin-top: 0;
    font-size: small;
    padding: 0 4px 0 0;
    text-align:right;
}
.rn_RightNowLogo {
    float: right;
}
table {
    border-spacing:0;
}
#rn_QuestionThread {
    margin:1em 0 1em 1em;
}
#rn_AdditionalInfo {
    margin:1em 0 1em 1em;
    width: 490px;
}
#middle_wrapperwidget .rn_FieldDisplay .rn_DataValue {
    margin-left: 170px;
}
#searchBar #searchBtn {
    border: 0;
    padding: 0;
}
#omailForm .formSubmit {
    border: 0;
    padding: 0;
}
#site-header a:link, #site-header  a:visited, #site-header  a:active {
    color:#000000;
    text-decoration:none;
}
#site-header .sale-tag a {
    color:#FFFFFF;
}
#site-header {
    font-size:12px;
}
.rn_ThanksLabel {
    color:#43845A;
    font-weight:bold;
}
/* 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; }
#rn_Navigation { margin-left: 0; }
.rn_NavigationTab2 a {border:  1px solid #DDD; }
/* 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, #rn_Header a { color:#000;}
/* default regular tab color */
#rn_Navigation a{background-color:#FFF;color:#000; }
#rn_Navigation a.rn_SelectedTab{background-color:#0E53A7;color:#fff;}
/* set out of box link color */
a:link { color:#0000CC; }
a:hover { 
	color:#0000CC;
	text-decoration:underline; 
}
a:visited { color:#551A8B; }
a:active { color:#0000CC; }
/* 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; }

/* ie6 hacks */
/*\*/ * html #rn_Navigation a { background-image:none; } /**/
/*\*/ * html #rn_Navigation a.rn_SelectedTab { background-image: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; } 
*/

/* 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 */
/* 
   #rn_Container{ width:99%;} 
*/ 

/* selected tab font and background-color */
/* 
   #rn_Navigation a.rn_SelectedTab {color:# ; background-color:#DEFAULT_COLOR; }
   #rn_Navigation a.rn_SelectedTab:hover {color:# ; } 
*/

/* regular tab font and  background color */
/* 
   #rn_Navigation a {background-color:# ; color:# ; }      
*/

/* 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:#DEFAULT_COLOR; } 
*/
/*
   .rn_SearchButton2 { 
   background:transparent url(/euf/assets/images/help_search.gif); 
   } */


/* change background-color of search area */
/* 
   #rn_SearchControls {background-color:# ; }
*/

/* 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: ; }
*/


/**
 ** Add in site specific styles here 
 **/
.rn_KeywordText2 {
   display:inline;
}

