.page_divider {
    background: url(http://static2.widex.com/images/design/horizontal_dash.ashx.gif) repeat-x;
    float:left;
    height:1px;
    margin-bottom:5px;
    margin-top:20px;
    width:100%;
}
.float_right {
	float: right;
	height: auto;
	width: auto;
}
.float_left {
	float: left;
}

.page_SolidDivider {
    border: 1px #ebebeb;
    border-bottom-style: solid;
    width: 980px;
	height: 1px;
	float: left;
	padding-top: 5px;
}

.logo {
	float: left;
	padding-left:3px;
}
.pointer {
	cursor: pointer;
}
.page_wide {
	background-image: url(http://static2.widex.com/images/design/page_white_wide.ashx.png);
}
.page_narrow {
	background-image: url(http://static2.widex.com/images/design/page_white_narrow.ashx.png);
	background-repeat: repeat-y;
}

.navigation_endline {
	background-image: url(http://static2.widex.com/images/design/main_endline.ashx.png);
	height: 51px;
	width: 1px;
	float: left;
}
.home_tools_spacer {
	float: right;
	width: 5px;
}
.home_clearspace {
	float: left;
	height: 400px;
	width: 988px;
}

.home_pushfield_spacer {
	float: left;
	height: 205px;
	width: 5px;
}
.home_footer a {
	color: #676767;
}

.home_footer a:hover {
	color: #70b2d6;
}

.footer a{
	color: #ebebeb;
}
.footer a:hover{
	color: #70b2d6;
}
.toolbar_label {
	font-size: 12px;
	padding-top: 2px;
	padding-left: 24px;
	text-transform: uppercase;
	float: left;
}

.toolbar_inline_narrow {
	background-image: url(http://static2.widex.com/images/design/toolbar_inline.ashx.png);
}
.toolbar_inline_wide {
	background-image: url(http://static2.widex.com/images/design/toolbar_inline_wide.ashx.png);
}

.toolbar_top_narrow {
    background: url(http://static2.widex.com/images/design/toolbar_top_narrow.ashx.png) no-repeat;
}
.toolbar_top_wide {
    background: url(http://static2.widex.com/images/design/toolbar_top_wide.ashx.png) no-repeat;
}

.toolbar_right {
	padding-right: 10px;
}

.toolbar_tool {
	color: #999;
	background-repeat: no-repeat;
	width: auto;
	float: right;
	height: 30px;
	padding-top: 4px;
	margin-right: 17px;
}
.toolbar_TextSize {
	color: #999;
	background-repeat: no-repeat;
	width: auto;
	float: left;
	height: 30px;
	padding-top: 4px;
	margin-right: 17px;
	padding-left: 7px;
}

.toolbar_TextSize a {
	color: #909090;
}

.toolbar_tool a 
{
    color: #909090;
}

.toolbar_TextSize a:hover {
	color: #70b2d6;
}

.toolbar_tool a:hover {
	color: #70b2d6;
}
.toolbar_TextSize a:hover {
	color: #70b2d6;
}

.tool_icon {
    padding-right: 5px;
    float: right;
}

.share {
	margin-top: -2px;
}


.PublicationPager {
    border: 0;
    background-color: #fff;
}

#popup_container
{
    width: 700px;
    background-color: #fff;
}

#popup_container_country
{
    width: 450px;    
}

.popup_Header {
    background: #343434 url(/-/media/WidexShared/design/popup_gradient.ashx) repeat-x;
    color:#fff;
    font-size:13px;
    font-weight:bold;
    height:auto;
    padding: 20px 0 10px 30px;
    text-transform:uppercase;
}

.popup_Text {
	height: auto;
	max-height: 500px;
	padding: 30px;
	overflow:auto;
}
