p, td, font
{ font-family:		Verdana, Verdana;
  font-size:		11px;
}
.small
{ font-size:		10px;
}
.cat
{ font-size:		12px;
  text-decoration:  none;
}
.big
{ font-size:		20px;
}
h1
{ font-family:	Verdana, Arial;
  font-size:	18px;
  color:	black;
}
.standard
{ font-weight:		normal;
}
.light
{ color:			white;
  text-decoration:  none;
}
.lightsmall
{ color:			white;
  font-size:		10px;
}
.lightstandard
{ color:			white;
  font-weight:		normal;
}
.middle
{ color:			white;
}
.gbook
{ color:			white;
  font-family:		Verdana, Verdana;
  font-weight:		bold;
  font-size:		20px;
}
.gbook1
{ color:			white;
  font-family:		Verdana, Verdana;
  font-weight:		bold;
  font-size:		12px;
}

a
{
  font-family:		Verdana, Arial;
  font-weight:		bold;
  font-size:		10px;
  color:			#10447C;
}
a.small
{
  font-family:		Verdana, Arial;
  font-size:		11px;
  font-weight:		bold;
  color:			#10447C;
}
a:hover
{ color:		#cc0033;
}
a.standard
{ font-family:		Verdana, Arial;
  font-size:		12px;
  font-weight:		normal;
}
a.cat
{ font-family:		Verdana, Arial;
  font-size:		16px;
  font-weight:		bold;
}
.bluebutton
{ BORDER-BOTTOM:		black 0px solid;
  BORDER-LEFT:		white 0px solid;
  BORDER-RIGHT:		black 0px solid;
  BORDER-TOP:		white 0px solid;
  margin:			0px;
  font-family:		Verdana, Arial;
  font-size:		12px;
  font-weight:		bold;
  background-color:	#0073C4;
  color:			white;
}
.redbutton
{ BORDER-BOTTOM:		black 1px solid;	
  BORDER-LEFT:		white 1px solid;
  BORDER-RIGHT:		black 1px solid;	
  BORDER-TOP:		white 1px solid;
  margin:			1px;
  font-family:		Verdana, Arial;
  font-size:		12px;
  font-weight:		bold;
  background-color:	navy;
  color:			white;
}
.ss
{ BORDER-BOTTOM:		black 1px solid;	
  BORDER-LEFT:		black 1px solid;
  BORDER-RIGHT:		black 1px solid;	
  BORDER-TOP:		black 1px solid;
  margin:			1px;
  font-family:		Verdana, Arial;
  font-size:		12px;
  font-weight:		bold;
  color:			black;
}
.cart
{ font-family:		Tahoma;
  font-size:		11px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:			1px;
  font-weight:		bold;
  color:			white;
  background-color:  transparent;
}

/* Navigation */

#navigation {
	width:789px; 
	background: #b70908 url(http://lojadospins.com/blog/wp-content/themes/summerfruit/images/bg_nav.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:47px;
	margin-bottom:0px;
	font-size: 1.0em;
	font-weight:bold;
}

#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	display: inline;
	margin: 0px;
}

#navigation li a

{
	height:32px;
	padding-top: 15px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	float: left;
	margin-right: 1px;
	background: url(http://lojadospins.com/blog/wp-content/themes/summerfruit/images/nav_split.gif) no-repeat right bottom;

}

#navigation li a:hover {
	background: url(http://lojadospins.com/blog/wp-content/themes/summerfruit/images/bg_nav_hover.gif) repeat-x left top;
}



/* begin styles for RSS Feed - Feed2JS */

.rss_box {
	 margin: 1px 1%;
	 padding: 1px 1px;
	 width: 95%;
	 background-color: #DFB4B3;
	 border: 2px dashed #BD170F
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 10px;
	font-weight:bold;
	margin: 0px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  list-style:none;
  margin:0;
  padding:2;
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight : bold; 
  margin: 2px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 0px solid #ededed;
	color: #000000;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #cc0033;
	border-bottom: 0px dotted #e0861e;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}
.nodisplay {
    display:none;
}

.menuazul a:link, .menuazul a:visited, .menuazul a:active {
	text-decoration : none;
    font-family:Trebuchet MS;
    font-size:14px; 
    font-weight:bold;
	border-bottom: 0px solid #ededed;
	color: #000000;
	}

.menuazul a:hover { 
	text-decoration : none;
	color: #cc0033;
	border-bottom: 0px dotted #e0861e;
	}


/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
	width: 100%;
	table-layout: fixed;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}


ul.nav>li:hover{
	padding-right: 1px;
} [*]

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}


/*** Menu TICKER ***/

#dropcontentsubject{
display: none;
}

.dropcontent{
width: 700;
height: 40px;
text-align: center;
color: white;
border: 2px solid #064B84;
background-color: #064B84;
padding: 3px;
display:block;
}


/*** Lightbox ***/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(lightbox/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="lightbox/overlay.png", sizingMethod="scale");
	}
