body
{
	COLOR: #000000;
	FONT-FAMILY: Segoe UI, Trebuchet MS, Verdana, Arial;
	margin: 0;
	background: url(/images/backgrad.png) repeat-x #ffffff;
	font-size: 80%;
}

.Toolbar {
	background: url(/images/midbar4.png) repeat-x #e8e8e8;
	color: #000;
	padding: 5px 8px;


}

.SideToolbar {
	background: url(/images/sidebar3.png) repeat-x #0058bb;
	color: #FFF;
	padding: 5px 8px;
}

.SearchBox {

	border: 1px #ebebeb solid;
}

.ButtonToolbar {
	background: url(/images/sidebar3.png) repeat-x #0058bb;
	color: #FFF;
	padding: 5px 8px;
	margin-bottom: 10px;
}

.ButtonToolbar a, a:Hover
{
    	color: #FFF;
}

.SubItem {
	display: block;
	text-decoration: none;
	color:#000000;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	
	
}

.MenuGroup {
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ebebeb;
	border-right-color: #ebebeb;
	border-bottom-color: #ebebeb;
	border-left-color: #ebebeb;
	font-size: 90%;
	background-color: #FFF;
}

.ArticleGroup {
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ebebeb;
	border-right-color: #ebebeb;
	border-bottom-color: #ebebeb;
	border-left-color: #ebebeb;
	background-color: #FFF;
	padding: 5px 5px 5px 5px;

}

.ArticleDetails
{
    border-top: 1px solid #ebebeb;
    margin-top: 4px;
    padding-top: 4px;
    font-size: 11px;
}

.ArticleList
{
	padding-bottom: 5px;
	COLOR: #666666;
	padding-top: 2px;

	  
}

.ArticleList  a
{
     
	color: #000000;
	text-decoration: none;

	  
}

.Footer {
	font-size: 10px;
}

#TopBar {
	height: 30px;
	background: url(/images/TopBar_o.png) repeat-x #ff7609;
	text-align:left;
		
}



#Content, #Content2 {
	width: 880px;
	margin:auto;

}
#Content:after { content:"."; display:block; visibility:hidden; height:0; clear:both;}

#Main { float:left; width:663px; padding-right:17px;}
#Menu { float:right; width:200px;}

#MainDisplay { float:left; width:560px; padding-right:15px;}
#MenuDisplay { float:right; width:300px;}

#container {
	width:925px;
	text-align:left;
	background: url(/images/container_back.png) repeat-y;
	
}

#TopBarContainer {
	width:925px;
	text-align:left;
}



a {
	color:#000000;
	text-decoration: none;
}

a:Hover
{
	color: #0159bb;
    text-decoration: underline;
}  

.PriceListArticleGroup {
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ebebeb;
	border-right-color: #ebebeb;
	border-bottom-color: #ebebeb;
	border-left-color: #ebebeb;
	background-color: #FFF;

}

.PriceListTableHeader {
	font-size: 10px;
	color: #acacac;
	border-bottom: 1px solid #ebebeb;
	padding-right: 7px;
	padding-left: 7px;
	text-align: center;
}

.PriceListItem {
	border-bottom: 1px solid #ebebeb;
	padding: 7px 7px 7px 7px;
}

.PriceListPrice 
{
    text-align: center;
    white-space:nowrap;
}

.PriceListImage
{
    text-align: center;
}
    
/*SearchBox*/
.SearchText {
	background-color: transparent;
	border: 0px;
	color: #000;
	width: 201px;
	height: 18;
	margin: 1px 1px 4px 2px;
	font-size: 12px;
}

.SearchTextBlur {
	background-color: transparent;
	border: 0px;
	color: #717171;
	width: 201px;
	height: 18;
	margin: 1px 1px 4px 2px;
	font-size: 12px;
}

#SearchButton {
	background-color: transparent;
	border: 0px;
	color: #fff;
	cursor:pointer;
}

.SearchArea {
	position: relative;
	top: 4px;
	right: 6px;
	background: url(/images/searchbar2.png) no-repeat center left;
	float: right;
	width: 225px;
	height: 20px;
	border: solid 1px #fb7a0d;
}

#SearchIcon 
{
    margin-top:3px;
}

/*Deal List*/
.DealDate
{
    border-bottom: 1px solid #ebebeb;
	padding: 6px 5px 6px 5px;
	color:#666666;
}

.DealTitle
{
    border-bottom: 1px solid #ebebeb;
	padding: 6px 5px 6px 0px;

}

.DealPager
{
    text-align:center;
    padding: 6px 5px 2px 0px;
}

.Chart
{
    text-align:center;
    margin: 0px 0px 0px 0px;

}


.Hidden
{
    visibility:hidden;
}