/* Start of CMSMS style sheet 'newshelleys' */
body
{
  background-color: #FFF;
  font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif,"Bitstream Vera Sans";
  font-size:  85%;
  height: 100%;
}

#container
{
 width: 90%;
 margin: 10px auto;
 padding: 20px;
 background-color: #FFF;
 height: 100%;
}

#top
{
  padding: 90px 15px 0px 0px;
  height: 100%;
}

div#left
{
  height: 100%;
  border-right: 1px solid gray;
  float: left;
  font-size: 75%;
  margin: 15px 5px;
  padding: 0px 5px 0px 15px;
  text-align: right;
}


div#left ul
{
  margin: 0;
  padding: 0;	
  list-style-type: none;
  border: 0;
  display: block;
  text-transform: uppercase;
  font-size:12px;
  font-weight: bold;
}

div#left ul li
{
  padding-top: 20px;
  width: 100%;
  whitespace: no-wrap;
}

div#left ul li:hover
{
  list-style-image: url(http://www.shelleysjewelry.com/uploads/images/core_images/bullet.gif);
}

div#left ul li span
{
  width: 100%;
  padding: 2px;
}

div#left ul li span.caret
{
  color: #FF9900;
  margin-right: 5px;
}

div#left ul li a
{
  border: 1px solid #FFF;
  text-decoration: none;
  color: #000;
}

div#left ul li a:hover
{
  background: #FFFAEC;
  border: 1px dashed #FFE9A9;
}

div#left ul.subnav
{
  text-transform: none;
  font-weight: normal;
  padding-top: 0px;
  width: 100%;
}

div#left ul.subnav li
{
  padding-top: 5px;
}

#content
{
  padding: 15px;
  height:auto !important;
}

#content img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

#content img.float
{
    margin-left:15px;
    margin-right:0px;
    margin-bottom: 15px;
    float: right;
    clear:right;
}

#content img.floatLeft
{
    margin-bottom: 15px;
    float: left;
    margin-right: 15px;
}

#logo
{
  position: absolute; 
  z-index: 100;
  left: 50px;
  top: 55px;
}

.ddheader
{

}

.ddcontent
{
  display: none;
  position: absolute;
  background-color: 0;
  padding: 0px;
  width: 15em;
  margin-top: 1px;
}

h1
{
  margin: 0px;
  padding: 0px;
  font-size: 28px;
  font-weight: bold;
  margin-top: 15px;
  font-variant: small-caps;
}

h2
{
  padding: 0px;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0px;
  font-variant: small-caps;
  text-decoration: underline;
}

blockquote
{
  margin: 10px 100px 10px 300px;
  padding: 5px;
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  border: 1px dashed #CCC;
}

p
{
  margin: 3px; 
  margin-bottom: 20px;
  font-size: 11px;
  font-family: Verdana;
  font-weight: normal;
}

strong
{
  font-size: 16px;
  font-variant: small-caps;
  margin: 0px;
}

p .droptext
{
}


.menu-tl
{
  background-image: url('http://www.shelleysjewelry.com/uploads/images/core_images/menu-tl.gif');
  height: 10px;
  margin-right: 9px;
  font-size: 2px;
}

.menu-tr  
{
  float: right;
  margin-top: -10px;
  background-image: url('http://www.shelleysjewelry.com/uploads/images/core_images/menu-tr.gif'); 
  height: 10px; 
  width: 10px;
  font-size: 2px;
}

.menu-bl 
{
  background-image: url('http://www.shelleysjewelry.com/uploads/images/core_images/menu-bl.gif');
  height: 10px;
  font-size: 2px;
  margin-right: 10px;
}

.menu-br 
{
  background-image: url('http://www.shelleysjewelry.com/uploads/images/core_images/menu-br.gif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  height: 10px;
  font-size: 2px;
  margin-top: -10px;
}
/* End of 'newshelleys' */

/* Start of CMSMS style sheet 'tabber' */
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
 border-bottom: 1px solid #778;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 font-size: 12px;
 font-family: Verdana;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 position: relative;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 background: #B7B7FD;
 text-decoration: none;
 white-space: nowrap;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #6A6AEF;
 border-color: #227;
}

ul.tabbernav li div.droptext
{
  border-left: 1px solid #b0c8ff;
  border-right: 1px solid #b0c8ff;
  padding-left: 10px;
  background: #FFF;
  padding-bottom: 5px;
}

ul.tabbernav li a.droptext
{
 border: 1px solid #FFF;
 background: #FFF;
 font-weight: normal;
 text-decoration: none;
 margin: 0px;
 float: left;
 width: 95%;
 padding: 0px;
 font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Helvetica,Arial,sans-serif,"Bitstream Vera Sans";
}

ul.tabbernav li a.droptext:hover
{
  background: #FFFAEC;
  border: 1px dashed #FFE9A9;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* End of 'tabber' */

