
#container
{
	text-align: left;
	width: 990px;
	margin: 30px 32px;
	
}

h2
{ 
  font-family: 'Dancing Script', cursive;
  font-size: 32px;
  font-weight: normal;
  color: #aba6c8;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  list-style: none;
}

h3
{ 
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  list-style: none;
}

h4
{ 
  font-family: 'Josefin Slab 400', serif;
  font-size: 14px;
  font-weight:normal;
  text-transform: uppercase;
  color: #a2719b;
  margin-left: 0;
  padding-left: 0;
}

h5
{ 
  font-family: 'Josefin Slab', serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  list-style: none;
  color: #666;
  margin: -12px 0px 10px 0px;
  padding: 0px;
}

h5 ul
{ 
  list-style: none;
  margin: 20px 0px 20px 0px;
  padding: 0px;
}

h6
{ 
  font-family: 'Josefin Slab', serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  list-style: none;
  color: #666;
  margin: -12px 0px 0px 0px;
  padding: 0px;
}

  
p
{ 
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  color: #666;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
	
.line
{ 
  border-bottom: thin dotted #666;
  margin: 25px 0px 35px 0px;
  padding: 0px;
}
	
	
#nav
{ 
  margin: 20px 0px 100px 0px;
}
	
#nav ul
{ 
  font-family: 'Josefin Slab', serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0;
  list-style: none;
}

#nav ul li 
{
  display: block;
  position: relative;
  float: left;
}

#nav li ul
{ 
display: none; 
}

#nav ul li a 
{
  display: block;
  text-decoration: none;
  color: #c7c8ca;
  border-top: 1px dotted #58595b;
  border-bottom: 1px dotted #58595b;
  padding: 5px 15px 5px 15px;
  background: white;
  margin-left: 1px;
  white-space: nowrap;
}

#nav ul li ul a 
{
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
}

#nav ul li a:hover 
{ 
background: white; 
color: #a2719b;
font-weight: bold;
}

#nav li:hover ul 
{
  display: block;
  position: absolute;
}

#nav li:hover li 
{
  float: none;
  font-size: 11px;
}

#nav li:hover a 
{ 
background: white; 
}

#content
{
	clear: both;
	width: 405px;
	height: 403px;
	float:left;
	background-color: white;
	 margin-right: 30px;
	
}

#scarves
{
	clear: both;
	width: 405px;
	height: 403px;
	float:left;
	background-color: white;
	 margin-right: 30px;
	 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
}

#thumbs
{
	width: 80px;
	padding: 0px 0px 0px 20px;
	float:left;
	background-color: white;
}

#description
{
	width: 405px;
	float:left;
	padding: 0px 0px 0px 50px;
	background-color: white;
}


select {
font-family:'Josefin Slab', serif;
font-size: 0.8em;
}


input[type="image"] {
	padding: 3px 0px 0px 5px;
	

}

#network
{
  display: inline;
  float: left;
  margin: 50px 0px 0px 0px;
}


#social
{
	clear: both;
	float: left;
	list-style: none;
  font-family: 'Josefin Slab', serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #ebe8e8;
  color: #999;
  margin: 30px 0px 0px 0px;
  padding: 4px 6px 4px 10px;	
	
}

#social  li 
{
  display: inline;
  float: left;
	
}



#social  li a
{
  display: block;
  margin-left: 0;
  padding: 0px 6px;	
	
}

.social_text

{
position : relative;
top: .33em;
}


#copyright
	{
		clear: both;
		color: #333;
		margin: 0 0 0px 0;
		padding: 10px 0px;
		text-align: left;
		font: 12px 'Josefin Slab', serif;
	}
	
	a:link { color: #aba6c8;}
	a:visited { color: #aba6c8;}
	
	a:hover, a:active, a:focus
	{
		color: #a2719b;
		outline: 0;
	}
	
	
	

	/* Delvery information rollover */
	
	
	span.tool {
  position: relative;   /* this is key */
  cursor: help;
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 1.6em;
  left: 0;
  width: auto;
  padding: 3px 7px 4px 6px;
  border: 1px solid #7b8e99;
  background-color: #c4d1d8;
  font: normal 0.9em/1.2em 'Josefin Sans', sans-serif;
  text-align: left;
  color: #000;
}

#content span.tool::after {
  padding-left: 2px;            /* eye candy */
  content: url(/img/bubble.gif);
}