/*==================== CSS Reset =======================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin: 0;
	color: #1E1F62;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*===================== GENERAL ====================*/
body {
	height: 100%;
	font-size: 62.5%;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	background: #fff;
}
#wrapper-center {
	text-align: center;
	width: 100%;
}
#wrapper-all {
	width: 780px;
	text-align: left;
	margin: 0;
}
#clear-both {
	clear: both;
	float: none;
}
.margin-bottom-zero {
	margin-bottom:0!important;
}
.align-bottom {
	position: absolute;
	bottom: 10px;
	left: 5px;
}


#accesskeys {position:relative;padding:0px;margin:0px;margin:0px;text-align:left;width:290px;width:626px;}
#skiplinks{display:block;position:absolute;top:15px;left:180px;text-align:left;width:220px;height:1.7em;clip:rect(0px, 220px, 1.7em, 0px);}
#skiplinks UL {padding:0;margin:0;list-style:none;}
#skiplinks LI {padding:0;margin:0;list-style:none;display:inline;}
#skiplinks a {color:#000000;position:absolute;top:0px;left:0px;overflow:hidden;width:0;height:0;z-index:1000;}
#skiplinks a:active, 
#skiplinks a:focus {position:absolute;overflow:visible;width:auto;height:auto;margin:auto;padding:3px;background-color:#E7FF44;text-decoration:none;}
#subcanvas{width:780px;background-color:#FFFFFF;border-right:7px solid #FFFFFF;border-bottom:7px solid #FFFFFF;display:none;}

/*===================== HEADER ======================*/
#header {
	width: 780px;
	height: 80px;
	background: url(/rbs/images/header-bg.gif) repeat-x;
	position: relative;
}
#header img {
	border: 0;
	float: left;
}
#header span {
	float: right;
}
#header-nav {
	position: absolute;
	right: 5px;
	top: 10px;
	font-size: 1em;
	z-index: 99;
	margin: 0;
}
#header-nav li {
	display: inline;
	float: left;
	border-right: 1px solid #fff;
}
#header-nav li.last {
	border-right: none;
}
#header-nav li a,
#header-nav li a:visited {
	padding: 0 6px;
	text-decoration: none;
	color: #fff;
}
#header-nav li a:hover,
#header-nav li a:active {
	text-decoration: underline;
}
#header-home-button {
	background: url(/rbs/images/header-home-button.gif) no-repeat;
	width: 138px;
	height: 29px;
	position: absolute;
	bottom: -1px;
	left: 22px;
	text-align: center;

}
* html #header-home-button {
	bottom: -2px;
}
#header-home-button a,
#header-home-button a:visited {
	color: #002A66;
	font-size: 1.4em;
	width: 118px;
	height: 12px;
	padding: 7px 10px 5px 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
* html #header-home-button a {
	padding-bottom: 0;
	padding-right: 8px;
}
#header-home-button a:hover,
#header-home-button a:active,
#header-home-button a:focus,
#header-home-button a.selected {
	color: #BB1962;
}
/*==================== TOP LEVEL NAV ================*/
#top-level-nav {
	font-size: 1.2em;
	float: left;
	margin:0;
	background: #fff url(/rbs/images/top-level-nav-bg.gif) repeat-x;
	height: 33px;
	width: 780px;
	}
#top-level-nav ul {
	display: block;
	clear: both;
	float: left;
	margin: 4px 0 0 20px;
	padding: 0;
}
* html #top-level-nav ul {
	margin: 4px 0 0 10px;	
}
#top-level-nav ul li {
	border-right: 1px solid #CCD4DF;	
	display: inline;
	float: left;

}
#top-level-nav ul li.last {
	border: none;
}
#top-level-nav a,
#top-level-nav a:visited {
	font-weight: bold;
	display: block;
	color: #002A66;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
}
#top-level-nav a:hover,
#top-level-nav a:focus,
#top-level-nav a:active,
#top-level-nav a.selected {
	color:#BB1962!important;
}
#top-level-nav a.selected  {
	background: url(/rbs/images/top-level-nav-sel.gif) 4px 10px no-repeat;
}

/*======================= MAIN CONTENT =====================*/
#wrapper-main-content {
	width: 775px;
	background: #fff;
	padding: 10px 0px 10px 5px;
	float: left;
}
/*======================= LEFT CONTENT ====================*/

#left-content {
	width: 585px;
	float: left;
	margin-right: 10px;
}
.left-double-block {
	position: relative;
	 width: 585px;
	 min-height: 151px;	
	 background: url(/rbs/images/left-double-block-bg.gif) no-repeat;;
	 float: left;

}
.left-double-block img {
	float: right;
	width: 283px;
	height: 141px;
	margin: 5px;
	margin-bottom: -5px;
	
}
.left-double-block p, .top-single-block p,.top-single-block-right p {
	font-size: 1.2em;
	color: #002A66;
	margin: 10px 10px;
}
.left-double-block h1, .top-single-block h1,.top-single-block-right h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #002A66;
	padding: 5px 0 0 10px;
}
.left-double-block a, .top-single-block a,.top-single-block-right a {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background: url(/rbs/images/find-out-more-bg.gif) no-repeat;
	width: 116px;
	height: 19px;
	padding: 2px 0 0 5px;
	display: block;
	margin: 5px 0 0 5px;
}
/*.left-double-block a, .top-single-block a,.top-single-block-right a {
	background:none;
}*/
.left-double-block a img, .top-single-block a img,.top-single-block-right a img {
	position: absolute; left: 0px; top: 0px;
	width:280px;
	height:140px;
}
.left-double-block a.align-bottom, 
.top-single-block a.align-bottom,
.top-single-block-right a.align-bottom {
	background: url(/rbs/images/find-out-more-bg.gif) no-repeat;
}
.left-double-block a.align-bottom img, .top-single-block a.align-bottom img,.top-single-block-right a.align-bottom img {
	position: static;
}
.left-double-block a:hover, .top-single-block a:hover,.top-single-block-right a:hover {
	
}
* html .left-double-block a, * html .top-single-block a, * html .top-single-block-right a {
	width: 121px;
	height: 19px;
}
.top-single-block ,.top-single-block-right {
	position: relative;
	width: 290px;
	min-height: 151px;
	background: url(/rbs/images/top-single-block-bg.gif) no-repeat;
	float: left;
}
.top-single-block img,.top-single-block-right img {
	float: right;
	margin: 5px;
	margin-bottom: -5px;
}
.top-single-block-right {
	float: right!important;
}

.single-block-left, .single-block-right {
	position: relative;
	width: 287px;
	height: 230px;
	margin-top: 10px;
	float: left;
	background: #fff url(/rbs/images/single-block-left-bg.gif) no-repeat;	
}
.single-block-right {
	float: right!important;
}
#wrapper-block {
	clear: both;
}

.single-block-left img, .single-block-right img {
	float: right;
	margin: 0 10px;
	border:1px solid #CCCCCC;
}
.single-block-left h1, .single-block-right h1 {
	font-size: 1.4em;
	background: #000;
	padding: 5px;
	color: #fff;
	margin-bottom: 10px;
}
a.h1-link, a.h1-link:visited {
	font-size: 1.6em!important;
	background: none!important;
	padding: 5px 5px 5px 10px!important;
	display: block!important;
	color: #002A66!important;
	text-decoration: none!important;
	width: 275px!important;
	margin: 0 0 5px 0!important;
	font-weight: bold!important;
}
a.h1-link:hover, a.h1-link:active {
	color:#BB1962!important;
}
.single-block-left a,
.single-block-right a,
.single-block-left a:visited,
.single-block-right a:visited {
	font-size: 1.4em;
	font-weight: bold;
	color: #BB1962;
	text-decoration: none;
	margin: 0 0 0 10px;
	background: url(/rbs/images/link-arrow.gif) no-repeat left 4px;
	padding: 0 0 0 12px;
}

.single-block-left a:hover,
.single-block-right a:hover,
.single-block-left a:active,
.single-block-right a:active {
	text-decoration: underline;
}
.single-block-left a.imglink, .single-block-right a.imglink {
	background: none;
	margin: 0;
	padding: 0;
}
.single-block-left h2 a,
.single-block-left h2 a:visited,
.single-block-right h2 a,
.single-block-right h2 a:visited {
	font-size: 1em;
	*font-size: .6em;
	font-weight: bold;
	padding: 0 0 5px 10px;
	margin: 0;
	color: #012964;
	background: none;
	display:block;
}
.single-block-left p a,
.single-block-left p a:visited,
.single-block-right p a,
.single-block-right p a:visited {
	font-size: 1.2em;
	color: #012964;
	padding: 0 0 10px 10px;
	margin: 0;
	background: none;
	font-weight: normal;
	display: block;
}
.single-block-bottom {
	position: absolute;
	bottom: 10px;
	left: 0;
}
.single-block-bottom a {
	font-weight: bold!important;
	font-size: 12px!important;
	
}

/*===================== RIGHT CONTENT ========================*/
#right-content {
	background: #fff;
	width: 180px;
	float: left;
	
}
.right-single-block {
	clear:both;
	width: 170px;
	min-height: 141px;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	background: url('/rbs/images/right-single-block-bg.gif') no-repeat;
	position: relative;
}
.right-single-block a.right-out-more,.right-single-block a.right-out-more:visited {
	font-weight: normal;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	background: url(/rbs/images/find-out-more-bg.gif) no-repeat;
	width: 116px;
	height: 19px;
	padding: 2px 0 0 5px;
	display: block;
	margin: 0;
}
.right-single-block h1 {
	margin: 0 0 5px 0;
	background: none;
	padding: 0;
	clear: both;	
	font-size: 1.4em;


}
.right-single-block h1 a,
.right-single-block h1 a:visited {
	color: #012964;
	font-weight: bold;
	text-decoration: none;

}
.right-single-block h1 a:active,
.right-single-block h1 a:hover {
	text-decoration: underline;
}
.right-single-block p {
	font-size: 1em;
	color: #012964;
	margin: 6px 3px 3px 3px;
	background: none;
	padding: 0;
	clear: both;
}
.right-single-block a img {
	background: none;
	clear: both;
}




.right-single-block-cap {
	width: 180px;
	height: 5px;
	background: url('/rbs/images/right-single-block-cap.gif') no-repeat;
	position: absolute;
	left:0;
	bottom: 0;
}
#footer {
	width: 780px;
	height: 29px;
	float: left;
	padding: 0;
	background: url(/rbs/images/footer-bg.gif) repeat-x;
}

#footer a, #footer a:visited {
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer ul {
	float: left;
	margin:7px 0 0 0;
	padding: 0;
}
#footer ul li {
	float: left;
	display: inline;
	border-right: 1px solid #f0f0f0;
	padding: 0 5px;
}
#footer ul li a {
	color: #fff;
	float: left!important;
}

/*========================= CATEGORY PAGE =========================*/
#category-nav {
	width: 178px;
	margin-right: 10px;
	float: left;
	position: relative;
	border-right: 1px solid #BAC5D7;
	border-left: 1px solid #BAC5D7;
	padding-bottom: 2px;
}
* html #category-nav {
	width: 178px;
}
#category-nav-top {
	background: url(/rbs/images/category-nav-top.gif) no-repeat;
	width: 180px;
	height: 9px;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 99;
}
#category-nav-bottom {
	background: url(/rbs/images/category-nav-bottom.gif) no-repeat;
	width: 180px;
	height: 16px;
	position: absolute;
	bottom: 0;
	left: -1px;
	z-index: 99;
}
#category-nav h1 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #BAC5D7;
	padding: 10px 0 5px 0;
	margin: 0 10px;
	color: #1E1F62;
}
#category-nav ul {
	display: block;
	margin: 0;
	padding: 10px 0 16px 10px;
	clear: both;
	float: left;
	width: 165px;
}
#category-nav ul li {
	clear: both;
	float: left;
	margin: 0 0 7px 0;
	width: 150px;
}
#category-nav ul li a, #category-nav ul li a:visited, #category-nav ul li a {
	font-size: 1.3em;
	color: #1E1F62;
	text-decoration: none;
	float: left;
	clear: both;
	background: url(/rbs/images/category-nav-arrow.gif) no-repeat 0 5px;
	padding: 0 0 0 10px;

}
#category-nav ul li a:hover,#category-nav ul li a:active {
	text-decoration: underline;
}
#category-nav ul li a.selected {
	color: #BB1962 !important;
	font-weight: bold;
	background: url(/rbs/images/category-nav-arrow-sel.gif) no-repeat 0 5px !important;
}

#category-listings {
	float: left;
	width: 393px;
	position: relative;
	background: #FEF6FA;
	border-left: 1px solid #BC1A61;
	border-right: 1px solid #BC1A61;
	padding: 0 0 0 0;
}

#category-listings-top {
	background: url(/rbs/images/category-listing-top.gif) no-repeat;
	width: 395px;
	height: 8px;
	font-size: 0;
	padding: 0;
	color: #BB1962;
	display: block;
	z-index: 999;
	text-indent: -9999px;
	float: left;
	margin: 0;
	line-height: 0;
}
* html #category-listings-top {

}
#category-listings-bottom {
	float: right;
	width: 395px;
	height: 8px;
	background: url(/rbs/images/category-listing-bottom.gif) no-repeat;
	margin: 0;
}
#category-listings-header {
	color:#1E1F62;
	font-size:1.6em;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
	line-height: 1;
}
.category-listings-item {

	width: 373px;
	min-height: 80px;
	position: relative;
	margin: 0 0 7px 10px;
	float: left;
	clear: both;
	border-bottom: 1px solid #BC1A61;
	padding: 2px 0 8px 0;
}
#category-listings .categoryListings-item .last {
	border-bottom: none!important;
	margin-bottom: 0!important;
}
* html .category-listings-item {
	margin: 0 0 2px 5px;
}

.category-listings-item img {
	margin: 0 8px 0 0;
	float: left;
	border: 1px solid #ccc;
}

.category-listings-item a.find-out-more, .category-listings-item a.find-out-more:visited {
	font-weight: normal;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	background: url(/rbs/images/find-out-more-bg.gif) no-repeat;
	width: 116px;
	height: 19px;
	padding: 2px 0 0 5px;
	display: block;
	margin: 5px 0 0 100px;
}
.category-listings-item a:hover,.category-listings-item a:active {

}
.category-listings-item h1 {
		font-weight: bold;
	margin: 0 5px 5px 0;
	padding: 0;
		line-height: 1;
			font-size: 1.3em;
}
.category-listings-item h1 a, .category-listings-item h1 a:visited {
	background: none;
	color:#1E1F62;
	text-decoration: none;
}
.category-listings-item p a, .category-listings-item p a:visited {
	background: none;
	font-size: 1.1em;
	color:#1E1F62;
	margin: 0 5px 10px 0;
	display: block;
	text-decoration: none;
}
.category-listings-item h1 a:active,
.category-listings-item h1 a:hover,
.category-listings-item p a:active,
.category-listings-item p a:hover {
	text-decoration: underline;
}

/*========================= OFFER PAGE =========================*/
#offer-content {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
#offer-details {
	width: 565px;
	float: left;
	background: #fff url('/rbs/images/offer-details-bg.gif') no-repeat;
	height: 100%;
	position: relative;
	padding: 10px;
	margin-top: 1px;
}
#offer-details-cap {
	width: 585px;
	height: 5px;
	background: url('/rbs/images/offer-details-cap.gif') no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}
* html #offer-details-cap {
	bottom: -2px;
}
#offer-details .logo {
	float: left;
	margin-bottom: 20px;
}
#offer-details .offer {
	float: right;
	margin: 0 0 10px 10px;	
}
#offer-details h1 {
	font-size: 2em;
	color: #1E1F62;
	font-weight: bold;
	clear:left;
}
#offer-details h2 {
	font-size: 1.4em;
	color: #1E1F62;
	font-weight: bold;
	margin: 20px 0;
}
#offer-details p {
	font-size: 1.1em;
	color:#1E1F62;
	margin: 10px 0;
	line-height: 1.3;
	clear: both;
}
#offer-details a, #offer-details a:visited {
	color:#BB1962;
	text-decoration: none;
}
#offer-details a:active, #offer-details a:hover {
	color: #BB1962;
	text-decoration: underline;
}

.offer-hr {
	height: 1px;
	border-bottom: 1px solid #BB1A60;
	width: 345px;
	clear: left;
	float: none;
}

#offer-details ol { list-style-type: decimal; margin-left: 10px; padding: 0; font-size: 1.1em;}
#offer-details ol li, #offer-details ul li { display: list-item; margin: 5px 10px 5px 16px; color: #1E1F62; line-height: 1.3;}
#offer-details ul { list-style-type: disc; font-size: 1.1em;}
#offer-details ul ul { list-style-type: circle;}
#offer-details ol ul { list-style-type: circle;}
#general-content ul li {
	font-size: 1.1em;
}
/*========================== GENERAL CONTENT PAGES =========================*/
#general-content {
	position: relative;
	padding: 0 10px 0 10px;
	width: 743px;
	float: right;
	
}
#general-content h1 {
	font-size: 2em;
	color: #1E1F62;
	font-weight: bold;
	clear: both;
	margin: 0 0 10px 0;
	float: left;
}
#general-content h2 {
	font-size: 1.8em;
	color: #1E1F62;
	font-weight: bold;
	margin: 10px 0 10px 0;
	clear: both;
	float: left;
}
#general-content h3 {
	font-size: 1.3em;
	color: #1E1F62;
	font-weight: bold;
	margin: 10px 0;
	clear: both;
	float: left;
}
#general-content p {
	font-size: 1.1em;
	color:#1E1F62;
	margin: 10px 0;
	line-height: 1.3;
	clear: both;
}
#general-content a, #general-content a:visited {
	color:#BB1962;
	text-decoration: none; 
}
#general-content a:active, #general-content a:hover {
	text-decoration: underline;
}
.general-content-note {
	width: 349px;
	background: url(/rbs/images/general-content-note-bg.gif) no-repeat top left;
	float: left;
	clear: both;
	position: relative;
	padding: 0 0 16px 0;
}
* html .general-content-note-cap {
	margin-bottom: -10px;
}
.general-content-note-cap {
	width: 349px;
	background: url(/rbs/images/general-content-note-bottom.gif) no-repeat top left;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#general-content .general-content-note p {
	font-size: 12px;
	color: #002A66;
	font-weight: bold;
	padding: 10px;
	margin: 0;
}
#general-content .general-content-note a,#general-content .general-content-note a:visited {
	background: url(/rbs/images/general-content-note-arrow.gif) no-repeat 0 4px;
	padding: 0 0 0 10px;
	color: #BB1962;
	margin: 0 10px;
	font-weight: bold;
}
#general-content .general-content-note a:active,#general-content .general-content-note a:hover {
	color: #BB1962;
	text-decoration: underline;
}
.general-content-block {
	width: 100%;
	border-bottom: 1px solid #BC1A61;
	clear: both;
	float: left;
	font-size: 11px;
}
.general-content-block div {
	width: 25%;
	margin: 0 2% 0 0;
	float: left;
}

ul.genlist {
	float: left;
	clear: both;
	padding: 0 0 10px 0 !important;
	margin: 0 !important;
	list-style-type: disc;
	list-style-position: inside;
	
}
ul.genlist li {
	font-size: 1em;
}

/*============= sitemap ==============*/
ul.sitemap {
	background: none;
	float: left!important;
	cleaR: both!important;
	margin: 20px 10px!important;
	list-style-type: disc!important;
	list-style-position: inside!important;
	color: #1E1F62!important;
	}
ul.sitemap li {
	margin: 2px 0 0 40px!important;
	background: none!important;
	}
ul.sitemap li ul {
	list-style-type: circle!important;
	list-style-position: inside!important;
	}
ul.sitemap li ul li {
	margin: 2px 0 0 40px!important;
	}
ul.sitemap li ul li ul {
	list-style-type: square!important;
	list-style-position: inside!important;
	}
ul.sitemap li ul li ul li {
	margin: 2px 0 0 40px!important;
	}
.sitemap a, .sitemap a:visited { color:#BB1962; text-decoration: none;}
.sitemap a:active, .sitemap a:hover { text-decoration: underline!important; color: #BB1962; }

#general-content table {
 width: 590px;
 margin-right: 10px;
 margin-bottom: 20px;
 margin-top: 10px; 
 border-collapse: collapse;
 border: solid 1px #B6BAD5;
}
#general-content table th,
#general-content table td {
 padding: 5px;
 font-family: Verdana, Arial, Helvetica, sans-serif;	
 color: #000642;
 font-size: 1em;	
}
#general-content table th {
 background: #EFF1FD;
}
#general-content table tr th.services,
#general-content table tr td.services {
 width: 260px;
 border: solid 1px #B6BAD5;
}
#general-content table tr th.service,
#general-content table tr td.service {
 width: 200px;
 border: solid 1px #B6BAD5;
}
#general-content table tr th.opening,
#general-content table tr td.opening {
 width: 180px;
 border: solid 1px #B6BAD5;
}
#general-content table tr th.national,
#general-content table tr td.national,
#general-content table tr th.overseas,
#general-content table tr td.overseas,
#general-content table tr th.phonenumber,
#general-content table tr td.phonenumber,
#general-content table tr th.minicom,
#general-content table tr td.minicom {
 width: 105px;
 border: solid 1px #B6BAD5;
}
#general-content table tr td.overseas,
#general-content table tr td.national,
#general-content table tr td.phonenumber,
#general-content table tr td.minicom,
#general-content table tr td.opening {
 background: #F8F9FE; 	
}

#general-content a, #general-content a:visited {
	color:#BB1962;
	text-decoration: none;

}
#general-content a:active, #general-content a:hover {
	text-decoration: underline;
}

.button {
	width: 151px;
	height: 27px;
	position: relative;
	float: left;
	background: url('/rbs/images/back-button-bg.gif') no-repeat;
	padding: 12px 0 5px 0!important;
	margin-top: 5px;
	margin-bottom: 0!important;
	text-align: center;
}
.button a, .button a:visited {
	color: #1E1F62!important;
	font-size: 12px;
	text-decoration: none!important;
	font-weight: bold;
}
.button a:hover, .button a:active {
	color:#BB1962!important;
	text-decoration: none!important;
}



/* ************************************************ */
/* *************** IE6 HACKS ********************** */
/* ************************************************ */

* html .left-double-block, * html .top-single-block, * html .top-single-block-right {
	height: 151px;
} 
/* html .right-single-block {
	height: 141px;
}*/
/* html .right-single-block-cap, * html #general-content-cap {
	margin-bottom: -8px;
}*/
* html .category-listings-item {
	height: 88px;
}
*html .category-listings-item-cap {
	margin-bottom: -7px;
}
* html #offer-details-cap {
	margin-bottom: -7px;
}
.out-more {
	position: absolute;
	font-size: 12px !important;
	bottom: 20px;
}
.view-all-link {
	display: block;
	font-size: .5em;
	margin: 10px 10px 20px 10px !important;
}
