﻿/*
	Forms & fieldsets
*/

div#main FIELDSET
{
	border: solid 1px #CDCDCD;
	margin: 16px;
	padding: 16px;
}

div#main FIELDSET LEGEND
{
	font-size: 12pt;
	font-style: italic;
	padding: 4px;
}

div#main FIELDSET .required
{
	font-weight: bold;
}

div#main FIELDSET DIV.row
{
	clear: both;
	margin-top: 6pt;
}

div#main FIELDSET LABEL.label
{
	display: block;
	float: left;
	width: 140px;
}

div#main FIELDSET DIV.commands
{
	border-top: dotted 1px #333333;
	display: block;
	margin-top: 24px;
	padding: 8px;
	text-align: right;
}

div#main FIELDSET DIV.commands .commandSubmit
{
	height: 28px;
	font-weight: bold;
	width: 200px;
}

div#main FIELDSET DIV.commands .commandCancel
{
	height: 28px;
	width: 100px;
}

#account
{
    float: right;
    text-align:right;
    font-size: .8em;
    padding-top: 2px;
    border: solid 0px green;
}

.NewsBox
{
    float: left;
    width: 160px;
    height: 45px;
    margin-left:70px;
    overflow:hidden;
    font-size: .7em;
    border: solid 0px green;
}

.NewsBox a
{
    padding: 3px;
    border: 1px solid transparent;
    color: #000000;
    text-decoration: none;
}

.NewsBox a:hover {
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #E72028;
}

.NewsBox a:visited {
  color:  #000000;
  text-decoration: none;
}

.NewsTitle
{
    margin-left: 90px; 
    margin-top: 10px; 
    float: left;
}

.ShopDisclaimer
{
	font-style: oblique;
	font-weight: bold;
	color: #808080;
	font-size: 11pt;
	text-decoration: underline;	
}

.NewsPanel
{   
    /*min-height: 200px;*/
    display: block;
    float: left;
    position: absolute;
    width: 392px;
    height: 392px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ContentGimborn
{
	color:Black;
	font-family: Verdana, Sans-Serif;
	font-weight:normal;
}

.ContentGimbornImportant
{
	color:Black;
	font-family: Verdana, Sans-Serif;
	font-weight:bold;
}


.SubContentGimborn
{
	font-size:8pt;
	font-style:italic;
}
