@charset "UTF-8";

/* --- General --- */

html {
	height: 100%;
}

body.index {
	color: black;
	font-size: 16px;
	height: 100%;
}

@font-face {
	font-family: 'open_sansregular';
	src: url('/fonts/opensans-regular-webfont.eot');
	src: url('/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/opensans-regular-webfont.woff') format('woff'), url('/fonts/opensans-regular-webfont.ttf') format('truetype'), url('/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansbold';
	src: url('/fonts/opensans-bold-webfont.eot');
	src: url('/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/opensans-bold-webfont.woff') format('woff'), url('/fonts/opensans-bold-webfont.ttf') format('truetype'), url('/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

.wrapper {
	/*different heights because of sticky footer*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px /* the bottom margin is the negative value of the footer's height */
}

a, a:hover {
	color: #0000cc;
}

/* Probably not existent on page, but may contain pixel to record impression */
.impression-tag {
	display: none;
}

/* --- End General --- */
/* --- Text Results --- */

/* Default padding for text result area */
.brick-text {
	padding: 2px 4px;
}

.brick-text,
.brick-images,
.brick-shopping,
.brick-video {
	font-family: Arial, sans-serif;
}

.top .brick-text.highlights {
	padding-left: 4px;
}

/* h2 elements like "Ads" and "Web Results" */
.brick-text h2 {
	font-weight: normal;
	text-align: right;
	position: absolute;
	right: 17px;
	margin: 13px 9px 0;
	color: #666;
	font-size: 10px;
}

/* Description of the result, e.g. "beautiful flower, x y, z" */
.result .description {
	clear: both;
}

/* We put bricks in an ordered list, which has a lot of padding by browser defaults */
.top .brick-text ol.block,
.bottom .brick-text ol.block {
	padding-left: 0px;
	margin-bottom: 0px;
}

.top .brick-text .result,
.bottom .brick-text .result {
	list-style-type: none;
	margin-bottom: 0.938em;
}

.top .brick-text .result:last-child,
.bottom .brick-text .result:last-child {
	margin-bottom: 0.313em;
}

.brick-text .result .title {
	display: block;
	font-size: 16px;
	text-decoration: underline;
}

.highlights .description a {
	text-decoration: none;
	cursor: default;
	color: #000;
}

/* --- End Text Results --- */
/* --- Organic Results --- */

.brick-text ol {
	padding-left: 0;
}

.brick-text ol.block > li {
	list-style-type: none;
}

.main .brick-text {
	margin-top: 0.833em;
}

.text .main br {
	display: none;
}

.text .main a.title {
	color: #0000FF;
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	word-wrap: break-word;
}

.result .description {
	color: black;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

a.display-url {
	color: #009933;
	display: block;
	font-size: 13px;
	text-decoration: none;
}

/* --- End Organic Results --- */
/* --- Organic Images --- */

.images .main  h2 {
	font-size: 0.800em;
}

.images .main .brick-images ol {
	padding: 0;
}

.images .main .brick-images ol li {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 0.313em;
	vertical-align: top;
}

.images .main .brick-images .img-container {
	height: 5.625em;
	overflow: hidden;
}

.images .main .brick-images ol li img {
	width: 8.375em;
}

/* --- End Organic Images --- */
/* --- Organic Videos --- */

.main .brick-video h2 {
	font-size: 0.800em;
}

.main .brick-video ol {
	padding-left: 0;
}

.main .brick-video ol li {
	display: inline-block;
	list-style-type: none;
	vertical-align: top;
}

.main .brick-video ol li .img-container {
	height: 7.500em;
	position: relative;
	width: 100%;
}

.main .brick-video ol li a img {
	bottom: 0;
	max-height: 7.500em;
	max-width: 100%;
	min-width: 8.750em;
	overflow: hidden;
}

.main .brick-video ol li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .brick-video ol li a.title {
	color: #2C5FB0;
	font-size: 0.688em;
	margin-top: 0.364em;
}

.main .brick-video ol li a.display {
	color: #33A752;
}

.main .brick-video .description {
	display: none;
}

/* --- End Organic Videos --- */
/* --- Seller Ratings, Stars, Reviews --- */

.seller-ratings {
	overflow: hidden;
}

.seller-ratings .advertiser-info {
	color: #666666;
	float: left;
	font-size: 0.813em;
	margin-right: 0.538em;
}

.seller-ratings .review-url {
	color: #4272DB;
	float: left;
	font-size: 13px;
	margin-left: 5px;
	margin-right: 7px;
}

.seller-ratings .stars {
	background-image: url("/img/seller-ratings-stars.png");
	display: block;
	float: left;
	height: 9px;
	margin: 3px 0 0;
	width: 11px;
}

.seller-ratings .stars.full-star {
}

.seller-ratings .stars.half-star {
	background-position: -10px 0;
}

.seller-ratings .stars.empty-star {
	background-position: -20px 0;
}

/* --- End Seller Ratings, Stars, Reviews --- */
/* --- Deeplinks --- */

.deeplinks {
	line-height: 0;
	margin-left: 0;
	margin-top: 10px;
	overflow: hidden;
	padding: 0 0 0 4px;
}

.deeplinks a {
	color: #0032FF;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-right: 10px;
	text-decoration: none;
	word-wrap: break-word;
}

.deeplinks .deeplinks-row {
	float: left;
	margin: 0;
	padding: 0;
}

/* --- End Deeplinks --- */
/* --- Right Side Images -Aside- --- */

.right .brick-images h2 {
	font-size: 0.85em;
	color: #555;
}

.right .brick-images {
	margin: 0;
	padding: 10px 0 0 0px;
	display: table;
}

.right .brick-images ol {
	padding-left: 0;
}

.right .brick-images ol li {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 5px;
}

.right .brick-images ol li a.title {
	color: #3300B5;
	font-size: 0.71em;
	line-height: 1;
	text-decoration: none;
}

.right .brick-images ol li a img {
	border: 3px solid white;
	margin-left: 10px;
	margin-bottom: 3px;
	padding: 0;
	width: 118px;
}

.right .brick-video h2 {
	font-size: 0.850em;
}

.right .brick-video {
	display: table;
	margin: 0;
	padding: 13px 0 0 0px;
}

.right .brick-video ol {
	padding-left: 0;
}

.right .brick-video ol li {
	list-style-type: none;
	margin-bottom: 5px;
}

.right .brick-video ol li a.title {
	color: #3300B5;
	display: block;
	font-size: 0.71em;
	line-height: 1;
	margin: 5px auto;
	max-width: 200px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}

.right .brick-video ol li a img {
	border: 3px solid white;
	margin-right: 23px;
	margin-bottom: 3px;
	padding: 0;
	width: 160px;
}

.right .brick-video .description {
	display: none;
}

/* --- End Right Side Images -Aside- --- */
/* --- Shopping --- */

article.shopping {
	background: none repeat scroll 0 0 #FDFEEE;
	box-shadow: 0 0 0.500em rgba(0, 0, 0, 0.05);
	margin: 0.625em 0.313em 0 0.500em;
	padding-bottom: 20px;
}

.shopping header {
	text-align: right;
	padding: 10px 20px 5px;
}

.shopping header a {
	color: #999;
	font-size: 12px;
	text-decoration: none;
}

.shopping .products {
	margin: 0;
	padding: 0 20px;
	text-align: center;
}

.brick-shopping .shopping-results {
	text-align: center;
}

.brick-shopping .products .result {
	border: dotted 1px #919191;
	display: inline-block;
	height: 140px;
	list-style-type: none;
	margin-bottom: 5px;
	position: relative;
	vertical-align: top;
	width: 128px;
}

.brick-shopping .products .result .img-container {
	margin: 0 auto;
	padding: 3px 0;
	width: 75px;
}

.brick-shopping .products .result .img-container img {
	width: 75px;
}

.brick-shopping .products .result .name {
	padding: 0 5px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.brick-shopping .products .result .name .title {
	display: block;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	width: 120px;
	word-wrap: break-word;
}

.brick-shopping .products .result .price {
	bottom: 2px;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.brick-shopping .products .result .price .value {
	background-color: #0da865;
	border-radius: 8px;
	color: white;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	margin: 10px auto;
	text-decoration: none;
	width: 90px;
}

.brick-shopping .products .result .price .value:hover {
	text-decoration: underline;
}

/* --- End Shopping --- */
/* --- Yellopages --- */

.brick-yellopages {
	margin-top: 8px;
}

.brick-yellopages .business-logo {
	display: inline-block;
	margin-right: 4px;
	overflow: hidden;
	vertical-align: top;
	width: 120px;
}

.brick-yellopages .business-logo img {
	max-width: 100%;
}

.brick-yellopages a:hover {
	text-decoration: none;
}

.brick-yellopages .left-border {
	border-left: solid 1px #e0e0d0;
}

.brick-yellopages ol {
	background-color: #fff7ec;
	padding: 8px;
}

.brick-yellopages .contact-details ol,
.brick-yellopages .contact-details ul {
	padding-left: 0;
}

.brick-yellopages ol li {
	list-style: none;
}

.brick-yellopages .info {
	display: inline-block;
	padding-left: 8px;
	width: 440px;
}

.brick-yellopages .description,
.brick-yellopages .result .content .description {
	color: black;
}

.brick-yellopages .contact-details {
	color: black;
	font-size: 13px;
}

/* --- End Yellopages --- */
/* --- Pagination --- */

.pagination {
	text-align: center;
}

.pagination>li {
	display: inline;
}

.pagination>li.disabled a {
	color: #666;
}

.pagination>li a {
	color: #255EAF;
	text-decoration: none;
}

/* --- End Pagination --- */
/* --- News Bricks --- */

.news .brick-news .organic > .result {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 10px;
	vertical-align: top;
}

.news .main article .brick-news ol li a.title {
	white-space: normal;
	word-wrap: break-word;
	color: #0000ff;
	font-size: 16px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
}

.news .main article .brick-news .meta {
	font-size: 13px;
	color: grey;
}

.news .main article .brick-news .description {
	font-size: 13px;
	padding-top: 4px;
	color: black
}

.news .main article .brick-news .meta .source {
	color: #093;
}

/* --- End News Bricks --- */
/* --- Shopping Page NEW Bricks --- */

.shopping .brick-shopping ol li {
	margin-bottom: 0.938em;
	margin-right: 0.625em;
	width: 12.500em;
	display: inline-block;
	list-style-type: none;
	vertical-align: top;
}

.shopping .brick-shopping ol li .img-container img {
	max-height: 120px;
	max-width: 100px;
	min-width: 80px;
	overflow: hidden;
}

.shopping .main article .brick-shopping ol li a.title {
	white-space: normal;
	word-wrap: break-word;
	color: #0000ff;
	font-size: 16px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
}

.shopping .main article .brick-shopping .restinfo {
	position: relative;
	margin-left: 110px;
}

.shopping .main article .brick-shopping .restinfo .meta {
	font-size: 14px;
	padding-top: 4px;
	color: #00802A
}

.shopping .main article .brick-shopping .restinfo .description {
	font-size: 12px;
	color: black
}

.shopping .main .brick-shopping ol li .img-container {
	float: left;
	width: 100px;
	height: auto;
}

.shopping article .brick-shopping ol {
	padding: 0 10px
}

.shopping .top .brick-shopping .products, .shopping .top .brick-shopping header, .shopping .bottom .brick-shopping .products, .shopping .bottom .brick-shopping header {
	background: #fff6ec
}

.shopping .top .brick-shopping header a, .shopping .bottom .brick-shopping header a {
	font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}

.shopping .resultsdisplay .top .brick-shopping .products .result, .shopping .resultsdisplay .bottom .brick-shopping .products .result {
	display: block;
	height: auto;
	width: 100%;
	background: none;
	margin: 0;
}

.shopping .resultsdisplay .top .brick-shopping .products .result .name .title, .shopping .resultsdisplay .bottom .brick-shopping .products .result .name .title {
	background: none;
	width: auto;
	display: inline;
	color: #0000ff;
	font-size: 12pt;
	text-decoration: underline;
}

.shopping .resultsdisplay .top .brick-shopping .products .result .name, .shopping .resultsdisplay .bottom .brick-shopping .products .result .name {
	text-align: left;
	background: none;
	padding: 0 5px 4px
}

.shopping .top .brick-shopping .products .result .img-container, .shopping .resultsdisplay .top .brick-shopping .products .result .price, .shopping .bottom .brick-shopping .products .result .img-container, .shopping .resultsdisplay .bottom .brick-shopping .products .result .price {
	display: none
}

.shopping .top .brick-shopping .products .result .brand, .shopping .bottom .brick-shopping .products .result .brand {
	padding: 0 5px 5px;
	color: #00802A;
	line-height: 1;
	font-size: 12pt
}

.shopping .top .brick-shopping .products .result .description, .shopping .bottom .brick-shopping .products .result .description {
	padding: 0 5px;
	line-height: 1;
	color: #222222;
	font-size: 10pt
}

.shopping .top article .brick-shopping ol li, .shopping .bottom article .brick-shopping ol li {
	padding: 12px 0
}

.shopping .pagination {
	width: 100%;
	margin: 4px 0
}

.shopping .pagination>li a {
	float: none;
	border: none;
	font-size: 14px;
	padding: 6px 5px
}

.shopping .pagination>li>a {
	color: #222222;
}

.shopping .pagination>li>a:hover {
	background: none;
	text-decoration: underline
}

.shopping .pagination>li:first-child>a {
float: left;
font-weight: bold;
line-height: 0.9;
}

.shopping .pagination>li:last-child>a {
float: right;
font-weight: bold;
line-height: 0.9;
}

.shopping .pagination>.active>a, .shopping .pagination>.active>span, .shopping .pagination>.active>a:hover, .shopping .pagination>.active>span:hover, .shopping .pagination>.active>a:focus, .shopping .pagination>.active>span:focus {
	background: none;
	border: none;
	color: #222222;
	font-weight: bold
}

.shopping .col-xs-6 {
	width: 100%;
	margin: 0 auto;
	float: none
}

.shopping article .brick-shopping .shopping-results {
	text-align: left
}

.shopping article .brick-shopping .col-xs-12 {
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1
}

.shopping .main article .rightcontainer {
	width: 330px;
	float: none;
	padding: 25px 0 0
}

.shopping .main article .leftcontainer {
	width: auto;
	overflow: hidden
}

.shopping article .brick-shopping ol li {
	width: 100%;
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #c1c1c1
}

.shopping .main .price {
	float: left;
	font-weight: bold;
	color: #222222;
	line-height: 1.6;
	width: 35%;
	margin-right: 2%
}

.shopping .main .retailer {
	float: left;
	color: #00802A;
	width: 61%;
	line-height: 1.6;
	word-wrap: break-word;
	margin-right: 2%
}

.shopping .main .fixed {
	float: right;
	width: 95px;
	margin-left: 5px
}

.shopping .main .fluid {
	overflow: hidden
}

.shopping .main .fixed .button {
	display: block;
	background: #727272; /* Old browsers */
	background: -moz-linear-gradient(top, #727272 0%, #616161 19%, #515151 31%, #353535 50%, #2e2e2e 56%, #1a1a1a 78%, #0b0b0b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #727272), color-stop(19%, #616161), color-stop(31%, #515151), color-stop(50%, #353535), color-stop(56%, #2e2e2e), color-stop(78%, #1a1a1a), color-stop(100%, #0b0b0b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #727272 0%, #616161 19%, #515151 31%, #353535 50%, #2e2e2e 56%, #1a1a1a 78%, #0b0b0b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #727272 0%, #616161 19%, #515151 31%, #353535 50%, #2e2e2e 56%, #1a1a1a 78%, #0b0b0b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #727272 0%, #616161 19%, #515151 31%, #353535 50%, #2e2e2e 56%, #1a1a1a 78%, #0b0b0b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #727272 0%, #616161 19%, #515151 31%, #353535 50%, #2e2e2e 56%, #1a1a1a 78%, #0b0b0b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727272', endColorstr='#0b0b0b', GradientType=0); /* IE6-9 */
	color: white;
	text-transform: uppercase;
	font-size: 8pt;
	text-align: center;
	line-height: 2.4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer
}

.shopping .main .rightcontainer .item {
	clear: right;
	padding: 10px 0 0;
}

.shopping .main .rightcontainer .item:first-child {
	padding: 0
}

.shopping .main .description p:last-child {
	margin: 0
}

.shopping article .brick-shopping h2 {
	padding: 0 15px;
	text-transform: uppercase
}

article .brick-shopping .shopping-results {
	text-align: center;
}

/* --- Predictive Text Infospace --- */

.suggest_link {
	background-color: #ffffff;
	padding: 2px 6px 2px 6px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
}

.suggest_link_over {
	background-color: #d3d3d3;
	padding: 2px 6px 2px 6px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	cursor: pointer;
	color: #000000;
}

.suggestPanel {
	position: absolute;
	display: none;
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #000000;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	z-index: 10;
}

/* --- Responsiveness --- */

@media (min-width:768px) {
	.shopping .main article .rightcontainer {
		/* shopping mobile breakdown */
		width: 330px;
		float: right;
		margin-left: 15px
	}

	.shopping .col-xs-6 {
		/* shopping pagination main top */
		margin: 0 auto;
		float: none;
		width: 50%
	}
}

@media (max-width: 480px) {
	.shopping .main .brick-shopping ol li .img-container {
		float: none;
		margin: 0 auto
	}

	.shopping .main article .brick-shopping .restinfo {
		margin-left: 0;
		padding-top: 10px
	}

	.shopping .main article .rightcontainer {
		width: 100%
	}

	.shopping .main .price, .shopping .main .retailer {
		font-size: 9pt;
		line-height: 2
	}
}

.shoppingpage .brick-text.highlights h2 {
	background-color: rgb(255, 247, 236);
}

/* --- End Shopping Page NEW Bricks --- */
/* --- End Predictive Text Infospace --- */

@media screen and (max-width: 700px) {
	.top .brick-text, .main .brick-text, .bottom .brick-text {
		padding-right: 0.625em;
		padding-top: 1px;
	}

	.top .brick-text ol, .main .brick-text ol, .bottom .brick-text ol,
	.top .brick-text h2, .main .brick-text h2, .bottom .brick-text h2 {
		padding-left: 0;
	}

	.text .pagination .numbers span {
		display: none;
	}

	.text .pagination .numbers .current {
		display: inherit;
	}
}

@media screen and (min-width: 701px) and (max-width: 900px) {
	/* --- Brick Text --- */
	/*.sponsored-ads, .organic-web{*/
	.top .brick-text, .main .brick-text, .bottom .brick-text {
		padding-top: 0.063em;
		padding-bottom: 0.063em;
	}

	/*.organic-web ol {*/
	.main .brick-text ol {
		padding-right: 0.625em;
	}
	/* --- End Brick Text --- */
}

@media screen and (min-width: 901px) {
	/* --- Brick Text --- */
	.top .brick-text, .main .brick-text, .bottom .brick-text {
		padding-top: 0.063em;
		padding-bottom: 0.063em;
		padding-right: 10px;
	}

	.text .main ol li {
		padding-right: 1.667em;
	}

	/* --- End Brick Text --- */
	/* --- Brick Video --- */

	.main .brick-video ol li {
		margin-bottom: 0.938em;
		margin-right: 0.625em;
		width: 12.500em;
	}

	/* --- End Brick Video --- */
}
/* --- End Responsiveness --- */

.recaptchatable * {
	border: 0 !important;
	line-height: normal !important;
}

/*Client Side solution for CSA Infospace*/

.images #mainResults .imageResult .resultThumbnailInfoWrapper {
	visibility: hidden;
	display: none;
}

/** What is this doing here? Surely this should be per template.. **/
.images #mainResults .imageResult {
	width: auto;
	padding: 0;
}

/** Video XML **/
.video #mainResults .resultThumbnailPane,
.video #mainResults .resultThumbnailInfoWrapper {
	vertical-align: top;
}

.video #mainResults .resultThumbnailPane {
	float: left;
	padding: 4px 8px 0 0;
}

.video #mainResults .searchResult {
	color: #000;
	font: 13px arial, sans-serif;
	padding: 4px;
	margin: 0 0 8px;
}

.video #mainResults .resultSource, #mainResults .resultDisplayDate {
	color: #999;
	font-size: smaller;
}

.video #mainResults .searchResult::after, #mainResults .resultThumbnailInfoWrapper::after {
	content: '';
	display: block;
	clear: both;
}

.video #mainResults .videoResult img {
	width: 81px;
}

/* Twitter */
#twitter-widget {
	width: 292px;
	margin: 0 auto;
	border-radius: 5px;
}

#twitter-widget .tweet {
	margin: 0px 0 20px;
	min-height: 50px;
	clear: both;
}

#twitter-widget .avatar,
#twitter-widget .message {
	float: left;
	font-size: 11px;
}

#twitter-widget .avatar {
	width: 48px;
}

#twitter-widget .message {
	width: 210px;
	padding: 0 5px;
	max-height: 48px;
	text-overflow: ellipsis;
	overflow: hidden;
}

#twitter-widget:after {
	clear: both;
}

/* Wikipedia */
#wikipedia-widget {
	padding-bottom: 10px;
}

#wikipedia-widget .message {
	color: #333333;
	font-size: 13px;
}

#wikipedia-widget .source {
	font-size: 11px;
	color: #777;
	margin-top: 5px;
}

.searchResult {
	padding: 2px 4px;
}

/* Related CSR Infospace */
#relatedResults .aylfResult,
#relatedRepeated .aylfResult {
	float: left;
	margin-right: 15px;
	padding: 6px 0 1px;
	width: 35%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-ms-word-wrap: normal;
	word-wrap: normal;
	font-size: 100%;
}

#relatedResults a {
	font-size: 12px;
	text-decoration: none;
	color: #0035d1;
}

/* CSR/Infospace video */
#insp_result_supplementalvideo_0:before {
	display: block;
	content: "Video Results";
	color: #232323;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}

#insp_result_supplementalvideo_0 .videoResult {
	margin: 5px 0 0;
	padding: 10px 0;
	height: 100%;
	width: 100%;
	color: #000;
	font-family: arial, sans-serif;
	font-size: 13px;
}

#insp_result_supplementalvideo_0 .resultThumbnailPane {
	float: left;
	height: 61px;
	width: 81px;
	max-height: 123px;
	overflow: hidden;
}

.insp_result_supplementalvideo_0 .resultThumbnail {
	max-width: 220px;
	width: 100%;
	height: 100%;
}

#insp_result_supplementalvideo_0 .resultThumbnailInfoWrapper {
	overflow: hidden;
	padding: 0 0 0 9px;
}

#insp_result_supplementalvideo_0 .resultTitle {
	height: 38px;
	overflow: hidden;
	color: #232323;
	text-decoration: none;
}

#insp_result_supplementalvideo_0 .resultSourceDate {
	display: none;
}

#insp_result_supplementalvideo_0 .resultDescription {
	padding-top: 4px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
}

/* CSR/Infospace Supplemental news */
#insp_result_supplementalnews_0:before {
	display: block;
	content: "News Results";
	color: #232323;
	font-weight: bold;
	font-size: 14px;
}

/* Shopping Widget */
.shopping-widget .product-title {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.shopping-widget .product-image {
	float: left;
	padding-right: 10px;
}

.shopping-widget .product-info {
	color: #333333;
	font-size: 13px;
	min-height: 60px;
}

.shopping-widget .product {
	padding: 2px 0 0;
}

/* Widget generic */
.widget-right a {
	color: #3300B5;
}

.widget-right {
	margin-bottom: 6px;
	clear: both;
}

.right div.title,
.right h2 {
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

/*FOOTER*/

.footer ul {
	margin: 0
}

.footer, .push {
	height: 60px /* .push must be the same height as .footer */
}

.footer p {
	color: black;
	text-align: center;
}

.footer-links {
	font-size: 80%;
	padding: 0;
	text-align: center;
}

.footer-links li {
	display: inline;
	font-size: 1em;
}

.footer-links li a {
	color: #434552;
	text-decoration: none;
}

.footer-links li a:visited {
	color: #434552;
	text-decoration: none;
}

/*END FOOTER*/
.text .main .result, .images .main .result {
	list-style-type: none;
	margin-top: 0.833em;
}
/* Right brick -- news */
.right .brick-news ol {
	list-style-type: none;
	padding-left: 0;
}

.right .brick-news a:hover {
	text-decoration: none;
}

.right .brick-news .title {
	color: black;
	font-size: 14px;
}

.right .brick-news cite {
	display: inline;
}

.right .brick-news .author a {
	color: #027f0a;
	font-size: 12px;
}

.right .brick-news .description a {
	color: black;
	font-size: 12px;
}

.right .brick-news li {
	margin-bottom: 10px;
}
/* Create a re-usable shadowbox */
.brick-top-shadowbox {
	padding: 15px 27px;
	border: 1px solid #ececec;
	-webkit-box-shadow: 2px 2px 5px -1px rgba(196,196,196,0.63);
	-moz-box-shadow: 2px 2px 5px -1px rgba(196,196,196,0.63);
	box-shadow: 2px 2px 5px -1px rgba(196,196,196,0.63);
	margin-bottom: 5px;
}
@media (max-width: 675px) {
	.brick-top-shadowbox {
		padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: 0;
		margin: 15px;
	}
}
