﻿.rtbHorizontal ul { height: 28px;}

.rtbHorizontal li { list-style: none; float: left; display: inline; height: 28px; }
.rtbHorizontal a { height: 28px; display:block; background-repeat:no-repeat; 
                   background-position: left 0%; margin:0 1px; cursor:pointer; line-height:28px; }

.rtbHorizontal .rtSaveRecipe {width:136px; background-color:#E0ECE8; padding:0 5px; margin-right:2px; text-align:center;}
.rtbHorizontal .rtShare { width:112px; background-image: url('/images/buttons/button_Share.gif'); }
.rtbHorizontal .rtEmail { width:112px; background-image: url('/images/buttons/button_Email.gif'); }
.rtbHorizontal .rtPrint { width:111px; background-image: url('/images/buttons/button_Print.gif'); }
.rtbHorizontal .rtGroceryList { width:137px; background-color:#E0ECE8; padding: 0 5px; margin-right:2px; text-align:center;}
.rtbHorizontal a:hover { background-position:left -28px; }
                                
.rtbHorizontal .tbTitle { display:none; }
.rtbHorizontal .tbStart { display:none; }
.rtbHorizontal .tbDivider { display:none; }
.rtbHorizontal .tbEnd { display:none;}

/*  Bottom Toolbox - smaller space */
.rtbVertical  { width:134px; float:right; margin:20px 0 10px; background-color:#e0ece8; border:solid 1px #ccc; padding:5px;}

.rtbVertical ul {padding:5px 0; 
                  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

.rtbVertical li { list-style: none; display: block; height: 28px;  margin: 5px 10px;}
.rtbVertical a { display:block; height: 28px; background-repeat:no-repeat; 
                 background-position: left 0%; cursor:pointer; width:112px;}

.rtbVertical .rtSaveRecipe { background-image: url('/images/buttons/button_Save.gif'); font-size:0;}
.rtbVertical .rtShare { background-image: url('/images/buttons/button_Share.gif');}
.rtbVertical .rtEmail { background-image: url('/images/buttons/button_Email.gif');}
.rtbVertical .rtPrint { background-image: url('/images/buttons/button_Print.gif');}
.rtbVertical .rtGroceryList { background-image: url('/images/buttons/button_GroceryList.gif');}
.rtbVertical a:hover { background-position:left -28px; }

.rtbVertical .tbTitle { padding-bottom:5px; background-color:#e0ece8;
                        text-align:center; font-weight:bold; color:#0064C6; }
.rtbVertical .tbStart { display:none; }
.rtbVertical .tbDivider { margin:0 10px; height:1px; font-size:0; line-height:0;
                          overflow:hidden; border-bottom:solid 1px #e0ece8; }
.rtbVertical .tbEnd { display:none; }

