/*Main HTML Selectors*/
body 
{
	background-color: #FFFFFF;
	margin: 5px 0px 0px 5px;
	color: #333333;
}
a img 
{
	border: 0;
}
p 
{
	padding: 6px 0px 6px 0px;
	margin: 0px;
}

/*Classes*/
.breaker
{
	clear: both;
	height: 1px;
	overflow: hidden;
}
.breakerLine 
{
	background-color: #ebebeb;
	width: auto;
	height: 1px;
	overflow: hidden;
	margin-top: 2px;
	margin-bottom: 2px;
}
.breakerLineDark 
{
	background-color: #a59f91;
	width: auto;
	height: 1px;
	overflow: hidden;
	margin-top: 2px;
	margin-bottom: 2px;
}
.spacer 
{
	height: 15px;
	overflow: hidden;
}
.spacer2 
{
	height: 7px;
	overflow: hidden;
}
.globalGoldnuggets 
{
	border: 1px solid #999999;
}

.tight {
    margin: 0px;
    padding: 0px;
}

#gnPreviewContentDiv {
	font-family: Arial, Verdana, Garamond, Sans-Serif;
	font-size: 11px;
}

#gnPreviewContentDiv div.text {
	border: 1px solid #bbb;
	background: #d6d6d6;
	padding: 5px 10px;
}

#gnPreviewContentDiv img.preview {
	border: 1px solid #999;
	display: block;
	margin: 10px 0;
}

#gnPreviewContentDiv img.clock {
	vertical-align: bottom;
	margin-right: 5px;
}

#gnPreviewContentDiv span.greenPrice {
	font-size: 18px;
	color: #17b41d;
	font-weight: bold;
}

#gnPreviewContentDiv p {
	margin: 0;
	padding: 0;
}

#gnPreviewContentDiv hr {
	background-color: #999;
	height: 1px;
	border: none;
}

.regularMenuItem            { font: 12px Arial; }
.regularMenuItem A:link     { color: Blue; text-decoration: none; }
.regularMenuItem A:visited  { color: Blue; text-decoration: none; }
.regularMenuItem A:hover    { }
/*Misc Font Styles*/
.bold 
{
	font-weight: bold;
}
.italic
{
	font-style:italic;
}
.white 
{
	color: #ffffff;
}
.red 
{
	color: #FF0000;
}
.black 
{
	color: #000000;
}
.gray 
{
	color: #BBBBBB;
}
.size10 
{
	font-size: 10px;
}
.size11 
{
	font-size: 11px;
}

.normal
{
	font-weight: normal;
}

.size12 
{
	font-size: 12px;
}
.size13 
{
	font-size: 13px;
}
.size14 
{
	font-size: 14px;
}
.fakeCrumbH1
{
	display:inline;
	font-size:11px;
	font-weight:bold;
}

