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, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul { list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before { content: ""; }
blockquote:after { content: ""; }
q:before { content: ""; }
q:after { content: ""; }
blockquote, q { quotes: "" ""; }
body {
	color: #414042;
	font-family: arial, helvetica, sans-serif;
}
a {
	color: #414042;
	text-decoration: none;
}
a.active {
	color: #d71920;
	font-weight: bold;
}
a:hover { color: #d71920; }
input {
	font-family: arial, helvetica, sans-serif;
	color: #414042;
}
p, ul {
	font-size: 13px;
	line-height: 1.3;
}
strong { font-weight: bold; }
h3 {
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
}
textarea {
	font-size: 12px;
	colour: #414042;
	font-family: arial, helvetica, sans-serif;
}
.no_matches { color: #d71920; }
.image_container { font-size: 12px; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display: block; }
input[type="text"], input[type="password"] {
	font-size: 12px;
	height: 20px;
	border: none;
	padding: 4px 12px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 12px;
	margin-right: 10px;
	vertical-align: top;
}
.pwd { position: relative; }
.placeholder {
	color: #414042;
	font-size: 12px;
	position: absolute;
	left: 12px;
	top: -11px;
}
#wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 10px 0;
	background-color: #ffffff;
}
nav li { display: inline; }
.subnav li {
	font-size: 12px;
	font-weight: normal;
}
.subnav li:first-child { background: transparent url(../img/tmp/arrow_sub.png) no-repeat scroll left 2px; }
#header_links {
	float: left;
	padding-left: 10px;
}
#header_links li {
	font-size: 11px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #a7a9ac;
}
#header_links li:last-child {
	padding-right: 0;
	margin-right: 0;
	border: none;
}
#header_links a { color: #a7a9ac; }
#header_links a:hover { color: #d71920; }
#user_info {
	float: right;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#user_info a {
	margin-left: 10px;
	font-weight: bold;
}
#mainlogin {
	clear: both;
	text-align: right;
	padding-right: 10px;
}
#mainlogin p {
	font-size: 11px;
	padding-bottom: 10px;
}
#mainlogin input { position: relative; }
#mainlogin input[type="text"] {
	background-color: #edeceb;
	border: none;
}
#mainlogin input[type="password"] {
	background-color: #edeceb;
	border: none;
}
#home #main_header a.home {
	color: #d71920;
	font-weight: bold;
}
#about #main_header a.about {
	color: #d71920;
	font-weight: bold;
}
#myaccount #main_header a.myaccount {
	color: #d71920;
	font-weight: bold;
}
#partners #main_header a.partners {
	color: #d71920;
	font-weight: bold;
}
#register #main_header a.register {
	color: #d71920;
	font-weight: bold;
}
#main_header {
	clear: both;
	padding: 0 0 0 20px;
	display: block;
	overflow: auto;
}
#main_header img { display: none; }
#main_header h1 {
	float: left;
	background: url(../img/h1-nabs.png) no-repeat scroll top left;
	width: 490px;
	height: 30px;
	text-indent: -99999px;
	margin-top: 15px;
}
#main_header li {
	float: left;
	padding: 0 20px;
	text-transform: lowercase;
}
#main_header form { margin-right: 20px; }
#main_header nav {
	background-color: #dcdbd9;
	padding: 15px 10px 20px;
	float: right;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	position: relative;
}
#main_header nav li {
	font-size: 15px;
	font-weight: bold;
}
#main_header nav .subnav {
	position: absolute;
	right: 30px;
	bottom: 5px;
	padding-left: 5px;
	display: none;
}
#main_header nav .subnav li {
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 0;
}
#main_header nav li:hover ul { display: block; }
.fr_CA #main_header nav .subnav li { padding-left: 6px; }
.fr_CA #main_header nav .subnav li:first-child { padding-left: 15px; }
#content_outer {
	background-color: #dcdbd9;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	padding: 10px;
	overflow: auto;
}
#content_main {
	float: left;
	width: 770px;
}
#content_main .subnav {
	width: 320px;
	display: none;
	left: 0;
	top: 18px;
	position: absolute;
	z-index: 10;
}
#content_main .menu li {
	position: relative;
	padding-bottom: 5px;
	z-index: 9;
	overflow: visible;
}
#content_main .menu li:hover .subnav { display: block; }
#content_main .menu li:hover > a { color: #d71920; }
#content_main .subnav li:first-child { padding-left: 20px; }
#content_main .menu li#Radio .subnav {
	left: auto;
	right: 0;
	text-align: right;
}
#content_main .menu li[id="Research & Other"] .subnav {
	left: auto;
	right: 0;
	text-align: right;
}
#content_main .menu li[id="Digital/ooh"] .subnav {
	left: auto;
	right: 0;
	text-align: right;
}
#content_wrap {
	background-color: #edeceb;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	padding: 20px;
}
#header_auctions {
	overflow: auto;
	padding: 10px 20px 20px 40px;
}
#header_auctions .subnav {
	top: 10px;
	padding-top: 15px;
}
#header_auctions .incentive {
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding: 4px 0 0;
}
#header_auctions .incentive li {
	display: inline;
	padding-right: 20px;
}
#header_auctions .search { float: right; }
#categories { padding: 0 0 25px 20px; }
#categories ul {
	position: relative;
	font-size: 15px;
	text-transform: lowercase;
	font-weight: bold;
}
#categories ul li {
	display: inline;
	padding-right: 10px;
}
#categories .subnav li {
	font-size: 14px;
	background-position: left 4px;
}
.fr_CA #categories ul { font-size: 13px; }
.fr_CA #categories ul li { padding-right: 6px; }
.fr_CA #categories ul .subnav li { font-size: 13px; }
#content {
	padding: 20px;
	background-color: #ffffff;
	overflow: auto;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	min-height: 600px;
}
#content > header { padding-bottom: 20px; }
#content > header h2 {
	color: #d71920;
	font-size: 24px;
	font-weight: bold;
	padding-top: 3px;
	text-transform: lowercase;
	float: left;
}
.fr_CA #content > header h2 .searchresults {
	font-size: 16px;
	padding-top: 0;
}
#view_options {
	float: right;
	overflow: visible;
}
#view_options li { float: left; }
#view_options .viewbutton { padding-right: 10px; }
#view_options #sortby {
	width: 200px;
	position: relative;
	overflow: visible;
	border: none;
	background-color: #edeceb;
	background: #edeceb url(../img/arrow-down.png) no-repeat 200px 4px;
	height: 18px;
	color: #666666;
	padding: 5px 10px 5px 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}
#view_options #sortby ul {
	background-color: #edeceb;
	z-index: 100;
	width: 200px;
	padding: 5px 10px 5px 15px;
	position: absolute;
	left: 0;
	top: 24px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#view_options #sortby ul li {
	display: block;
	padding-bottom: 5px;
	clear: both;
}
#view_options #sortby ul li.active { display: none; }
.dropdown ul { display: none; }
#view_options #sortby.dd_show {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
.dropdown.dd_show ul { display: block; }
#auctionsview_sort_input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #e3e2df;
	font-size: 12px;
	width: 184px !important;
	padding-left: 10px;
	margin-bottom: 12px;
	background-image: none;
}
#auctionsview_sort_container {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #e3e2df;
	border: none;
	width: 206px !important;
	height: auto !important;
	margin-top: -20px;
	padding-top: 5px;
}
#auctionsview_sort_container li {
	float: none;
	font-size: 12px;
}
#auctionsview_sort_container li:last-child {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#auctionsview_sort_container .selected { display: none; }
#auctionsview_sort_container .current { background-color: #dcdbd9; }
.auction_item {
	clear: both;
	padding-bottom: 20px;
	padding-right: 80px;
	overflow: auto;
	position: relative;
}
.auction_item .conditions_link { display: none; }
.auction_item .timeleft { display: none; }
.auction_item .itemno { display: none; }
.auction_item .image_container {
	position: relative;
	width: 92px;
	height: 92px;
	text-align: center;
	float: left;
	border: 1px solid #d8d8d9;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.auction_item .image_container img { max-width: 80px; }
.auction_item .image_container img.zoom {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.auction_item .item_info {
	margin-left: 110px;
	font-size: 13px;
	text-transform: lowercase;
	line-height: 1.3;
	color: #666666;
}
.auction_item span { padding-right: 10px; }
.auction_item .item_title { font-weight: bold; }
.auction_item .auction_end {
	font-weight: bold;
	color: #d71920;
}
.auction_item .auction_end strong { font-weight: bold; }
.auction_item .cardval { padding-top: 5px; }
.auction_item .currentbid { padding-top: 5px; }
.auction_item .cardval strong { font-weight: bold; }
.auction_item .currentbid strong { font-weight: bold; }
.auction_item .cardval span { padding-left: 10px; }
.auction_item .conditions { display: none; }
.auction_item .bidbutton {
	position: absolute;
	bottom: 18px;
	left: 480px;
}
.auction_item.gridview {
	clear: none;
	float: left;
	width: 160px;
	padding: 0 0 20px 0;
	margin-right: 16px;
	overflow: hidden;
}
.auction_item.gridview .image_container { float: none; }
.auction_item.gridview .auction_thumb { float: none; }
.auction_item.gridview .item_info {
	margin-left: 0;
	font-size: 13px;
	text-transform: lowercase;
	line-height: 1.3;
	color: #666666;
}
.auction_item.gridview .item_info li {
	display: block;
	float: none;
	padding-top: 0;
}
.auction_item.gridview .item_info .item_title {
	display: block;
	font-weight: bold;
	color: #d71920;
}
.auction_item.gridview .item_info .auction_end { display: none; }
.auction_item.gridview .item_info .description { display: none; }
.auction_item.gridview .item_info .conditions { display: none; }
.auction_item.gridview .item_info .cardval { padding-top: 10px; }
.auction_item.gridview .item_info .conditions_link { padding-top: 10px; }
.auction_item.gridview .item_info .bidbutton { padding-top: 10px; }
.auction_item.gridview .item_info .bidbutton {
	position: relative;
	top: 0;
	left: 0;
}
.auction_item.gridview .item_info .conditions_link { text-decoration: underline; }
.auction_item.gridview:nth-child(4n+1) { margin-right: 0; }
.auction_item.gridview span { padding-right: 10px; }
.auction_item.gridview .auction_end strong { display: none; }
.pagination {
	clear: both;
	padding-top: 10px;
}
.pagination a { text-decoration: underline; }
.pagination li {
	display: inline;
	padding-right: 5px;
}
.pagination li.pagenumber { font-weight: bold; }
.pagination li.activepage { color: #d71920; }
.pagination li.inactive { color: #a7a9ac; }
.regform label {
	font-size: 15px;
	font-weight: bold;
	display: block;
}
.regform li {
	float: left;
	padding-bottom: 15px;
	padding-right: 30px;
}
.regform li.username { float: none; }
.regform li.submit {
	padding-left: 260px;
	float: none;
}
.regform input[type="text"] {
	position: relative;
	left: -5px;
	font-size: 15px;
	background-color: #efefed;
	width: 260px;
	padding: 12px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	height: auto;
}
.regform input[type="password"] {
	position: relative;
	left: -5px;
	font-size: 15px;
	background-color: #efefed;
	width: 260px;
	padding: 12px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	height: auto;
}
.regform li.agree { float: none; }
.regform li.agree a { color: #d71920; }
#content header nav.content_nav ul {
	background: transparent url(../img/arrow_sub_2.png) no-repeat scroll left top;
	padding-left: 25px;
	line-height: 1 !important;
	padding-bottom: 15px;
}
#content header nav.content_nav li {
	font-size: 16px;
	padding-right: 20px;
}
#about #content header { padding-bottom: 20px; }
#about #content h2 {
	float: none;
	padding-bottom: 5px;
}
#about #content h3 {
	font-size: 24px;
	color: #d71920;
	padding-bottom: 20px;
}
#about #content h4 {
	font-size: 18px;
	color: #d71920;
	font-weight: bold;
	padding-bottom: 15px;
}
#about #content h5 {
	font-size: 14px;
	font-weight: bold;
}
#about #content ul {
	padding-bottom: 15px;
	line-height: 1.7;
}
#about #content ol {
	padding-bottom: 15px;
	line-height: 1.7;
}
#about #content li {
	font-size: 14px;
	padding-bottom: 3px;
}
#about #content p {
	line-height: 1.7;
	font-size: 14px;
	padding-bottom: 20px;
}
#about #content .nabs_link { color: #d71920; }
#about #content.how ul {
	list-style-type: disc;
	list-style-position: inside;
}
#about #content.donors ul {
	list-style-type: disc;
	list-style-position: inside;
}
#about #content.terms ul {
	list-style-type: disc;
	list-style-position: inside;
}
#about #content.bidders ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#about #content.donors ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#about #content.privacy ul { font-weight: bold; }
#about #content.help h4 { padding-bottom: 20px; }
#about #content.donors ol ul {
	color: #d71920;
	padding-left: 20px;
}
#about #content.how #increments { padding-left: 20px; }
#about div.about a.about { color: #d71920; }
#about div.how a.how { color: #d71920; }
#about div.bidders a.bidders { color: #d71920; }
#about div.donors a.donors { color: #d71920; }
#about div.contact a.contact { color: #d71920; }
#info #content header { padding-bottom: 20px; }
#info #content h2 {
	float: none;
	padding-bottom: 5px;
}
#info #content h3 {
	font-size: 24px;
	color: #d71920;
	padding-bottom: 20px;
}
#info #content h4 {
	font-size: 18px;
	color: #d71920;
	font-weight: bold;
	padding-bottom: 15px;
}
#info #content h5 {
	font-size: 14px;
	font-weight: bold;
}
#info #content ul {
	padding-bottom: 15px;
	line-height: 1.7;
}
#info #content ol {
	padding-bottom: 15px;
	line-height: 1.7;
}
#info #content li {
	font-size: 14px;
	padding-bottom: 3px;
}
#info #content p {
	line-height: 1.7;
	font-size: 14px;
	padding-bottom: 20px;
}
#info #content .nabs_link { color: #d71920; }
#info #content.how ul {
	list-style-type: disc;
	list-style-position: inside;
}
#info #content.donors ul {
	list-style-type: disc;
	list-style-position: inside;
}
#info #content.terms ul {
	list-style-type: disc;
	list-style-position: inside;
}
#info #content.bidders ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#info #content.donors ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#info #content.privacy ul { font-weight: bold; }
#info #content.help h4 { padding-bottom: 20px; }
#info #content.donors ol ul {
	color: #d71920;
	padding-left: 20px;
}
#info #content.how #increments { padding-left: 20px; }
#info div.about a.about { color: #d71920; }
#info div.how a.how { color: #d71920; }
#info div.bidders a.bidders { color: #d71920; }
#info div.donors a.donors { color: #d71920; }
#info div.contact a.contact { color: #d71920; }
#info #content .sitemap-cat {
	float: left;
	padding-right: 20px;
}
#info #content .sitemap-cat h4 {
	text-transform: lowercase;
	font-size: 14px;
	border-bottom: 1px solid #414042;
	padding-bottom: 5px;
	color: #414042;
}
#info #content .sitemap-cat ul {
	float: left;
	width: 150px;
	padding-bottom: 20px;
}
#info #content #sitemap-static { overflow: auto; }
#feedback #content header { padding-bottom: 20px; }
#feedback #content h2 {
	float: none;
	padding-bottom: 5px;
}
#feedback #content h3 {
	font-size: 24px;
	color: #d71920;
	padding-bottom: 20px;
}
#feedback #content ul {
	padding-bottom: 15px;
	line-height: 1.7;
}
#feedback #content ol {
	padding-bottom: 15px;
	line-height: 1.7;
}
#feedback #content li {
	font-size: 14px;
	padding-bottom: 10px;
	float: none;
}
#feedback #content p {
	line-height: 1.7;
	font-size: 12px;
	padding-bottom: 10px;
	width: 394px;
}
#feedback #content textarea {
	background-color: #edeceb;
	border: none;
	width: 370px;
	padding: 8px 12px;
	height: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#account #content header { padding-bottom: 20px; }
#account #content h2 {
	float: none;
	padding-bottom: 5px;
}
#account #content h3 {
	color: #d71920;
	padding-bottom: 10px;
}
#account #content h4 {
	color: #d71920;
	padding-bottom: 10px;
	display: none;
}
#account #content p.go a {
	position: relative;
	top: 9px;
	padding-left: 10px;
}
#account #content .auction_item .cardval { float: none; }
#account #content .auction_item .currentbid {
	float: none;
	padding-top: 0;
}
#account #content .auction_item .yourbid strong { font-weight: bold; }
#account #content .auction_item .remain-go span {
	background-color: #d71920;
	padding: 2px 3px 2px 10px;
	margin-right: 10px;
	-moz-border-radius: 10px;
	position: relative;
	top: -9px;
	color: #ffffff;
	font-size: 12px;
}
#account #content .auction_item .remain-go span a {
	padding-left: 5px;
	position: relative;
	top: 2px;
}
#account #content .auction_item .view { padding-top: 5px; }
#account div.bids a.bids { color: #d71920; }
#account div.purchased a.purchased { color: #d71920; }
#account div.update a.update { color: #d71920; }
.auction_display .back_link {
	float: right;
	margin: 10px 10px 0 0;
}
.auction_display .back_link a {
	color: #d71920;
	background: transparent url(../img/arrow-back.png) no-repeat scroll left 2px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 15px;
}
.auction_display #auction_images {
	float: left;
	width: 110px;
}
.auction_display #auction_images .main_image_container {
	text-align: center;
	overflow: hidden;
	width: 92px;
	height: 92px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #d8d8d9;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.auction_display #auction_images .main_image_container img {
	max-width: 80px;
	max-height: 80px;
}
.auction_display #auction_images .sub_image_container {
	text-align: center;
	overflow: hidden;
	border: 1px solid #d8d8d9;
	position: relative;
	float: left;
	width: 43px;
	height: 43px;
	margin-right: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.auction_display #auction_images .sub_image_container img {
	max-width: 39px;
	max-height: 39px;
}
.auction_display #auction_images .sub_image_container img.zoom {
	position: absolute;
	bottom: 3px;
	right: 3px;
}
.auction_display #auction_description {
	width: 300px;
	float: left;
}
.auction_display #auction_description h3 {
	color: #d71920;
	font-size: 20px;
}
.auction_display #auction_description ul { padding-bottom: 20px; }
.auction_display #auction_description p { padding-bottom: 20px; }
.auction_display #details {
	width: 210px;
	float: right;
}
.auction_display .detail {
	padding: 20px 15px;
	background-color: #eeefef;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	margin-bottom: 20px;
}
.auction_display #bidding form ul { font-weight: bold; }
.auction_display #bidding form ul label {
	font-size: 11px;
	display: inline;
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.auction_display #bidding form ul input[type="text"] {
	display: inline;
	width: 50px;
	margin-right: 0;
}
.auction_display #bidding form ul li { margin-bottom: 5px; }
.auction_display #bidding form ul .help {
	position: relative;
	top: 1px;
	margin-left: 5px;
}
.auction_display #bidding form ul .maxbid .help { top: 5px; }
.auction_display #bidding .remaining {
	padding: 0 18px 0 10px;
	background-color: #d71920;
	color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.auction_display #bidding .remaining a {
	position: absolute;
	top: 3px;
	right: 3px;
}
.auction_display #auction_details li { padding-bottom: 5px; }
#auction_display #bidding form { padding-bottom: 80px; }
#auction_display #bidding form li.bidbuy {
	margin-top: 10px;
	text-align: right;
}
#auction_display #bidding form li.bidbuy input { margin: 0 10px; }
#manage_bid #bidding { padding-bottom: 60px; }
#manage_bid #bidding h3 {
	font-size: 15px;
	color: #d71920;
	padding-bottom: 10px;
}
#manage_bid #bidding li.bidbuy {
	text-align: left;
	margin-top: 10px;
}
#manage_bid #bidding li.bid_amt { font-size: 20px; }
#manage_bid #bidding .bid_result ul {
	padding-bottom: 10px;
	font-weight: bold;
}
#manage_bid #bidding .bid_result p { font-weight: bold; }
#manage_bid #bidding li p {
	font-weight: bold;
	color: #d71920;
}
#manage_bid #bidding li p a {
	color: #d71920;
	text-decoration: underline;
}
#partners #content h2 {
	float: none;
	padding-bottom: 10px;
}
#partners #content header { padding-bottom: 20px; }
#partners #content h3 {
	color: #d71920;
	font-size: 20px;
	padding-bottom: 10px;
}
#partners #content ul { overflow: auto; }
#partners #content .image_container {
	width: 100px;
	height: 100px;
	text-align: center;
	border: 1px solid #d8d8d9;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	float: left;
	margin: 0 20px 20px 0;
}
#partners #content .image_container img {
	max-width: 80px;
	max-height: 80px;
}
#login .gobutton { clear: both; }
#login #content header > h2 { float: none; }
#login #content form { padding-bottom: 20px; }
#extras {
	float: right;
	width: 200px;
}
#extras aside {
	background-color: #edeceb;
	padding: 20px 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #444444;
}
#extras aside:first-child {
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
}
#extras aside:last-child {
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	margin-bottom: 0;
}
#extras h3 { padding-bottom: 10px; }
#extras p {
	padding: 0 10px 10px;
	text-transform: lowercase;
}
#extras aside form p { padding: 0; }
#extras aside input[type="text"] {
	font-size: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	padding: 4px 6px;
	margin-right: 5px;
	width: 140px;
	height: auto;
}
#extras #media {
	position: relative;
	height: 400px;
	background: transparent url(../img/banner-0.jpg) no-repeat scroll left top;
	padding: 0;
}
#extras #media img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#nabs_site h3 {
	font-size: 18px;
	color: #d71920;
	padding: 10px 20px 20px;
}
.fr_CA #nabs_site h3 { font-size: 14px; }
#nabs_site ul {
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(../img/list-dot.png);
}
#nabs_site label {
	text-transform: none;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#extras aside#partner_banner {
	background-color: transparent;
	padding: 0;
	text-align: center;
}
#extras aside#mic_banner {
	background-color: transparent;
	padding: 0;
	text-align: center;
}
#extras aside#specials {
	background-color: transparent;
	padding: 0;
	text-align: center;
}
#partner_banner div {
	background: url(../img/tmp/x-cardonline.png) no-repeat scroll left top;
	width: 169px;
	height: 101px;
	text-indent: -99999px;
	margin: 0 auto;
}
#mic_banner div {
	background: url(../img/tmp/Media_In_Canada.png) no-repeat scroll left top;
	width: 169px;
	height: 132px;
	text-indent: -99999px;
	margin: 0 auto;
}
#socialnetworks li {
	padding: 0 2px;
	display: inline;
}
.tagline {
	background: transparent url(../img/arrow_sub_2.png) no-repeat scroll 25px 15px;
	padding: 15px 0 5px 50px;
	clear: both;
}
#main_footer {
	padding: 10px 20px 20px;
	overflow: auto;
}
#main_footer a { color: #a7a9ac; }
#main_footer p { color: #a7a9ac; }
#main_footer a:hover { color: #d71920; }
#main_footer nav {
	float: right;
	position: relative;
	top: -5px;
}
#main_footer nav li {
	display: inline;
	padding-left: 15px;
	text-transform: lowercase;
}
#main_footer p {
	float: left;
	font-size: 10px;
	position: relative;
	top: 5px;
}
#vig_logo {
	position: relative;
	top: 5px;
}
.clear { clear: both; }
.nb {
	padding-top: 30px;
	color: #ff0000;
}
.nb h3 { color: #ff0000; }
.nb li { color: #999999; }
.nb p { color: #999999; }
.modal_container { display: none; }
#simplemodal-container {
	background-color: #ffffff;
	border: 1px solid #d71920;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 20px;
	margin: 20px;
	-moz-box-shadow: 10px 10px 10px #999999;
	-webkit-box-shadow: 10px 10px 10px #999999;
	box-shadow: 10px 10px 10px #999999;
	position: fixed;
}
#simplemodal-container h3 {
	font-size: 20px;
	color: #d71920;
	padding-bottom: 20px;
}
#simplemodal-container input[type="text"] {
	background-color: #edeceb;
	border: none;
}
#simplemodal-container input[type="password"] {
	background-color: #edeceb;
	border: none;
}
#simplemodal-container textarea {
	background-color: #edeceb;
	border: none;
}
#simplemodal-container .modal { min-height: 200px; }
#simplemodal-container .modalClose {
	position: absolute;
	top: 10px;
	left: 396px;
	height: 33px;
	width: 33px;
	text-indent: -99999px;
	background: transparent url(../img/btn-close.png) no-repeat scroll left top;
}
#simplemodal-container .auction_popup .item_title {
	color: #d71920;
	font-weight: bold;
	padding-bottom: 5px;
}
#simplemodal-container .auction_popup .auction_end {
	color: #d71920;
	font-weight: bold;
	padding-bottom: 5px;
}
#simplemodal-container .auction_popup li span { padding-left: 15px; }
#simplemodal-container .auction_popup .bidbutton {
	padding-top: 10px;
	text-align: right;
}
#simplemodal-container .auction_popup .image_container {
	width: 92px;
	height: 92px;
	text-align: center;
	border: 1px solid #d8d8d9;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-bottom: 10px;
}
#simplemodal-container .auction_popup .image_container img { max-width: 80px; }
#simplemodal-container .big_pic {
	text-align: center;
	min-height: 300px;
	width: auto;
}
#simplemodal-container #email_friend_modal li { padding-bottom: 10px; }
#simplemodal-container #email_friend_modal input[type="text"] { width: 370px; }
#simplemodal-container #email_friend_modal input[type="password"] { width: 370px; }
#simplemodal-container #email_friend_modal textarea {
	width: 370px;
	padding: 8px 12px;
	height: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#simplemodal-container #showerror {
	padding: 40px 0;
	min-height: 100px;
}
#simplemodal-container #showerror .errorcode { color: #777777; }
.no-borderradius #mainlogin input[type="text"] { background: transparent url(../img/nabs-ie.png) no-repeat scroll -520px -40px; }
.no-borderradius #mainlogin input[type="password"] { background: transparent url(../img/nabs-ie.png) no-repeat scroll -520px -40px; }
.no-borderradius #main_header nav {
	background: transparent url(../img/nabs-ie.png) no-repeat scroll 0px 0px;
	float: right;
}
.no-borderradius #main_header nav .subnav { right: 0; }
.no-borderradius #main_header nav li:last-child { padding-right: 0; }
.no-borderradius #main_header .cap-main_nav {
	width: 25px;
	height: 55px;
	background: transparent url(../img/nabs-ie.png) no-repeat scroll -475px 0px;
	float: right;
}
.no-borderradius .top-content_outer {
	background: transparent url(../img/nabs-ie.png) no-repeat scroll 0px -80px;
	height: 25px;
}
.no-borderradius .bottom-content_outer {
	background: transparent url(../img/nabs-ie.png) no-repeat scroll 0px -130px;
	height: 25px;
}
.no-borderradius #content_outer {
	padding-top: 0;
	padding-bottom: 0;
}
.no-borderradius #header_auctions {
	padding-top: 0;
	padding-bottom: 15px;
}
.no-borderradius #header_auctions .incentive {
	padding-top: 0;
	position: relative;
	top: 4px;
}
.no-borderradius .search {
	position: relative;
	top: 0px;
}
.no-borderradius #search_term {
	background: transparent url(../img/nabs-ie.png) no-repeat scroll -520px 0px;
	width: 140px;
	padding: 6px 12px 2px;
}
.no-borderradius .top-content_wrap {
	background: transparent url(../img/nabs-ie.png) no-repeat scroll 0px -160px;
	height: 25px;
}
.no-borderradius .bottom-content_wrap {
	background: transparent url(../img/nabs-ie.png) no-repeat scroll 0px -320px;
	height: 45px;
}
.no-borderradius #content_wrap {
	padding-top: 0;
	padding-bottom: 0;
}
.no-borderradius .top-content {
	background: transparent url(../img/nabs-ie.png) no-repeat scroll 0px -220px;
	height: 25px;
}
.no-borderradius #content {
	padding-top: 0;
	padding-bottom: 0;
}
.no-borderradius #view_options #sortby { background: transparent url(../img/nabs-ie.png) no-repeat scroll -775px -160px; }
.no-borderradius #view_options #sortby h4 { font-weight: normal; }
.no-borderradius #view_options #sortby ul { background: transparent url(../img/nabs-ie.png) no-repeat scroll right bottom; }
.no-borderradius #view_options #sortby li { float: none; }
.no-borderradius #view_options #sortby.dd_show { background-position: -775px -200px; }
.no-borderradius #extras aside input[type="text"] {
	background: transparent url(../img/nabs-ie.png) no-repeat scroll -220px -280px;
	border: none;
	padding-top: 3px;
}
.no-borderradius #socialnetworks {
	padding-bottom: 0;
	margin-bottom: 0;
}
.no-borderradius .bottom-socialnetworks {
	background: transparent url(../img/nabs-ie.png) no-repeat scroll 0 -275px;
	height: 25px;
}
.no-borderradius .regform input[type="text"] { background: transparent url(../img/nabs-ie.png) no-repeat scroll -700px 0; }
.no-borderradius .regform input[type="password"] { background: transparent url(../img/nabs-ie.png) no-repeat scroll -700px 0; }
.no-borderradius .auction_display #bidding form ul input[type="text"] {
	background: transparent url(../img/nabs-ie.png) no-repeat scroll -380px -280px;
	padding-top: 6px;
	padding-bottom: 2px;
}
.no-borderradius .auction_display #bidding .remaining {
	background: transparent url(../img/nabs-ie.png) no-repeat scroll -460px -280px;
	height: 38px;
}
.no-borderradius #account #content .auction_item .remain-go .remain {
	float: left;
	height: 18px;
	position: relative;
	top: 5px;
	margin-right: 0;
	padding: 0;
}
.no-borderradius .remain-go .left-remain {
	width: 9px;
	height: 18px;
	background: transparent url(../img/nabs-ie.png) no-repeat scroll -660px -280px;
	float: left;
	position: relative;
	top: 5px;
}
.no-borderradius .remain-go .right-remain {
	width: 9px;
	height: 18px;
	background: transparent url(../img/nabs-ie.png) no-repeat scroll -669px -280px;
	float: left;
	margin-right: 10px;
	position: relative;
	top: 5px;
}
.no-borderradius .auction_display .detail {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: auto;
}
.no-borderradius .top-detail {
	height: 25px;
	background: transparent url(../img/nabs-ie.png) no-repeat scroll 0px -370px;
}
.no-borderradius .bottom-detail {
	height: 25px;
	background: transparent url(../img/nabs-ie.png) no-repeat scroll 0px -395px;
	margin-bottom: 20px;
}
.no-borderradius #simplemodal-container input[type="text"] { background: transparent url(../img/nabs-ie.png) no-repeat scroll -220px -370px; }
.no-borderradius textarea {
	border: none;
	overflow: hidden;
}
.no-borderradius .top-textarea {
	height: 5px;
	background: transparent url(../img/nabs-ie.png) no-repeat scroll -220px -400px;
	position: relative;
	top: 1px;
}
.no-borderradius .bottom-textarea {
	height: 5px;
	background: transparent url(../img/nabs-ie.png) no-repeat scroll -220px -405px;
	position: relative;
	top: -1px;
}
.no-borderradius #simplemodal-container {
	background: transparent;
	border: none;
	padding: 0;
}
.no-borderradius .modal_mid {
	background: transparent url(../img/mid-popup.png) repeat-y scroll left top;
	border: none;
	padding: 0 20px;
}
.no-borderradius .big_pic { height: auto; }
.no-borderradius .big_pic .modal_mid { min-height: 300px; }
.no-borderradius .big_pic .modal_mid img {
	position: relative;
	top: -20px;
}
.no-borderradius .modal_top {
	background: transparent url(../img/top-popup.png) repeat-y scroll left top;
	height: 20px;
}
.no-borderradius .modal_bottom {
	background: transparent url(../img/bottom-popup.png) repeat-y scroll left top;
	height: 39px;
}
.no-borderradius #simplemodal-container .auction_popup .bidbutton { padding-right: 15px; }
.no-borderradius .auction_display #auction_images .main_image_container {
	width: 94px;
	height: 94px;
	border: none;
	background: transparent url(../img/nabs-ie.png) no-repeat scroll 0px -430px;
}
.no-borderradius .auction_item .image_container {
	width: 94px;
	height: 94px;
	border: none;
	background: transparent url(../img/nabs-ie.png) no-repeat scroll 0px -430px;
}
.no-borderradius #partners #content .image_container {
	width: 94px;
	height: 94px;
	border: none;
	background: transparent url(../img/nabs-ie.png) no-repeat scroll 0px -430px;
}
.no-borderradius .auction_display #auction_images .sub_image_container {
	width: 44px;
	height: 44px;
	border: none;
	background: transparent url(../img/nabs-ie.png) no-repeat scroll -100px -430px;
}
.no-borderradius .auction_display #auction_images .sub_image_container img { max-width: 40px; }
#l-header {
	width: 940px;
	height: 115px;
	background: transparent url(../img/landing/cap.png) no-repeat scroll left top;
	margin: 10px auto 0;
	position: relative;
}
#l-header h1 { text-indent: -99999px; }
#l-header #l-socialnetworks {
	position: absolute;
	right: 24px;
	top: 22px;
}
#l-header #l-socialnetworks li {
	padding: 0 2px;
	display: inline;
}
#l-content {
	line-height: 1.3;
	width: 940px;
	background: transparent url(../img/landing/body.png) repeat-y scroll left top;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}
#l-content #l-main {
	padding: 0 0 0 65px;
	float: left;
	width: 600px;
}
#l-content #l-sub {
	float: right;
	margin-right: 40px;
	width: 200px;
	height: 559px;
	text-indent: -99999px;
	background: transparent url(../img/landing/banner.jpg) no-repeat scroll left top;
}
#l-content h2 {
	font-size: 20px;
	color: #d71920;
	font-weight: bold;
	padding-bottom: 10px;
}
#l-content h3 {
	font-size: 33px;
	color: #d71920;
	font-weight: bold;
	padding-bottom: 10px;
}
#l-content h3.fr { font-size: 17px; }
#l-content p {
	font-size: 19px;
	padding-bottom: 10px;
}
#l-content .line {
	height: 1px;
	background-color: #d71920;
	margin: 10px 0 20px;
}
#l-footer {
	width: 940px;
	height: 122px;
	background: transparent url(../img/landing/foot.png) no-repeat scroll left top;
	margin: 0 auto;
	position: relative;
}
#l-footer p {
	position: absolute;
	left: 20px;
	top: 45px;
	padding-left: 25px;
	background-position: 0 15px;
}
#l-footer ul {
	position: absolute;
	right: 20px;
	bottom: 8px;
}
#l-footer ul li {
	display: inline;
	padding-left: 20px;
}
#ie6warning {
	padding: 10px;
	color: #ff0000;
	border: 1px solid #ff0000;
	margin-top: 10px;
	margin-bottom: 20px;
}
#ie6warning a { text-decoration: underline; }

#vigorate_branding { margin: 10px 0 0 0; text-align: right; clear: both; }

/* =BID HISTORY */

#auction_history { clear: both; margin: 40px 0; }
#auction_history h3 { color: #d71920; margin-left: 7px; }
#auction_history p { margin-left: 7px; }
#auction_history table { font-size: 90%; border-width: 1px 0 0 1px; border-color: #aaa; border-style: solid; width: 100%; }
#auction_history th, #auction_history td { padding: 4px 6px; border-width: 0 1px 1px 0; border-color: #aaa; border-style: solid; }
#auction_history th { font-weight: bold; }