/* General fixes
----------------------------------------------*/
.clearfix {
display: block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear-both {
    clear: both;
}
.pagination {
    text-align: center;
}

.pagination a, .pagination a:visited {
    text-decoration: none;
}
.heightfix {
    width: 1px; 
    height: 1px;
    clear: both;
}

.b { border:1px solid red; }
.float-left { float:left; }
.float-right { float:right; }

.clear-padding {
    padding: 0px !important;
}

.clear-margin {
    margin: 0px !important;
}

.clear-border {
    border: none !important;
}

/* PRESS CORNER
--------------------------------------------------------------------------------------------*/
.press_corner_archive_link {
	height: 20px;
	line-height: 20px;
	clear:both;
	float: left;
	display: block;
	width: 300px;
}
.press_corner_archive_link img {
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
}

.press_corner_archive_link a {
	display: block;
	float: left;	
}

.press_corner_archive_link span {
	float: left;
	cursor: pointer;
}

.press_corner_delimiter {
	float: left;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 0px;
	background: url("/images/shared/ul-dotted-4283a4.gif") repeat-x center center;
}

.press_corner_category_name {
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	clear: both;
	text-transform: uppercase;
	font-size: 12px;
}

.press_corner_category_name a {
	color: #000000 !important;
	background: transparent !important;
}

.press_corner_header {
	margin: 10px 0px 10px 0px;
	float: left;
	clear: both;
	width: 100%;
}

.press_corner_categories_list {
	clear: both;
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 10px 0px 10px 0px;
}

.press_corner_categories_list strong {
	display: block;
	float: left;
	margin-right: 5px;
}

.pres_corner_categories_list a {
	display: block;
}

.press_corner_items_list {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

.press_corner_item, .press_corner_item_bordered {
	margin-bottom: 10px;
	clear: both;
	float: left;
	clear: both;
	width: 100%;
	
}

.press_corner_item_bordered {
	border-bottom: 1px dashed #EEEEEE;
}

.press_corner_item strong, .press_corner_item_bordered strong {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	line-height: 16px;
	margin-bottom: 1px;
}

/* top anchor */
.top_anchor {
	display: block;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

table.blue {
    _width: 390px;
}
table.blue td {
    color: #4283A4;
    _padding: 0;
}
