@media print {
    body {
	    margin: 0;
	    border: none;
    }
    #mainnav,
    #topbg,
    .ui-tabs-nav, 
    .ui-tabs-nav li, 
    .ui-tabs-subnav, 
    .ReportSelector, 
    #problem, 
    #bottomlinks {
	    display: none;
    }
    div#logotop {
	    border-bottom: solid 1px #ccc;
    }
    div#logotop h1 {
	    font-size: 18px;
	    margin: 0px;
    }
    #rights {
	    margin-top: 20px;
    }
    .grid TH {
	    background-color: #eee;
	    border-bottom: solid 1px #ccc;
	    text-align: left;
    }
}

body {
    background-color: #e2ebf2;
}
a, a:link, a:visited {
	color: #257397;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #6AB5F2;
}
a.smallLink {
	font-weight: normal;
}
.submitLink {
	color: #257397;
	background-color: transparent;
	text-decoration: none;
	font: normal 12px/15px Tahoma, sans-serif;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
.submitLink:hover {
	text-decoration: underline;
	color: #6AB5F2;
}
p, div {
	font: normal 12px/15px Tahoma, sans-serif;
	text-align: left;
}
tr.alt td {
	background-color: #eeeeff;
}
tr.odd td {
	background-color: #eee;
}
h1 {
	/*border-bottom: solid 2px #1077be;*/
	height: 28px;
	line-height: 28px;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	font-size: 17px;
    font-weight: bold;
}
h2 {
	/*border-bottom: solid 2px #1077be;*/
	line-height: 28px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 15px;
    font-weight: bold;
}
h2 .HeadingNote {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
label {
    font-size: 14px;
	font-weight: bold;
}
form {
	margin: 0;
}
#pagebg {
	background-color: #e2ebf2;
}
.boxed {
    background-color: #fff;
    max-width: 970px;
    margin: 0 auto !important;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 0 2px rgba(255,255,255,.75);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 0 2px rgba(255,255,255,.75);
    box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 0 2px rgba(255,255,255,.75);
}
@media (min-width: 1200px) {
    .container {
        width: 940px;
    }
    #Contents {
	    max-width: 730px;
    }
    #ContentsWide {
	    max-width: 915px;
    }
}
@media (min-width: 992px) {
    #Contents {
	    max-width: 730px;
    }
    #ContentsWide {
	    max-width: 915px;
    }
}
@media (min-width: 768px) {
    #Contents {
	    width: 100%;
    }
    #ContentsWide {
	    width: 100%;
    }
}
.header-full {
  background-image: linear-gradient(to top, #ffffff, #f4f4f4);
}
.header-full-title {
  float: left;
  overflow: hidden;
  padding: 5px 0 5px 0;
}
#footer {
    margin-top: 20px;
}
#footer div, #footer p {
    text-align: center;
}
.top-nav {
  float: right;
  position: relative;
}

#desktopSearchBox {
    width: 170px; 
    float: right; 
    margin-top: 15px;
}
#mobileSearchBox {
    width: auto; 
    float: right; 
    margin-top: 15px;
}

#Contents {
	float: left;
	margin: 10px auto;
	padding: 0;
    width: 100%;
}
#ContentsWide {
	float: left;
	margin: 10px auto;
	padding: 0;
    width: 100%;
}
#maincontent {
	float: left;
	width: 548px;
	height: 100%;
	background: #FFFFFF;
	padding: 5px;
}
#maincontent p {
	padding-left: 4px;
}
#register {
	clear: both;
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
}
input.button {
	background: #6095D7;
	color: #FFFFFF;
	font: bold 10px Verdana, sans-serif;
	text-align: center;
}
input.search {
	height: 13px;
	border: 2px solid #CCCCCC;
	font: bold 11px Verdana, sans-serif;
	padding: 1px;
	margin: 0;
}
.center {
    margin-left:auto;
    margin-right:auto;
}
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('images/validation.png');
}
.tableSorterHead {
	cursor: pointer;
}
.grid {
	font-family: Tahoma;
	font-size: 12px;
}
.grid H2 {
	border-bottom: solid 2px #F58735;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 15px;
}
.grid TH {
	/* grid headers */
	background: #e9e9eb url( 'images/header-bg.gif' ) repeat-x;
	height: 24px;
	line-height: 24px;
	padding-left: 6px;
	color: #666666;
	text-align: left;
}
.grid TH.first {
	/* get rid of the first slash */
	background: #e9e9eb url( 'images/header-bg.gif' ) -3px;
	width: 20px;
}
.grid TD {
	/* data items */
	padding: 3px 0 3px 6px;
	border-bottom: solid 1px #eae9e1;
	color: #222222;
}
.table > thead > tr > th {
    font-weight: bold !important;
}
.table > thead > tr > th > div {
    font-weight: bold !important;
}
.bootstrap-table .table > thead > tr > th {
    border-bottom: 2px solid #1077be;
}
.nav-tabs > li > a {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
    color: #555;
    transition: padding 0.2s, border-top 0.2s;
    -moz-transition: padding 0.2s, border-top 0.2s;
    -webkit-transition: padding 0.2s, border-top 0.2s;
    padding-right: 10px;
    padding-left: 10px;
    border: 0;
    border-top: solid 3px transparent;
}
.nav-tabs > li > a:hover {
    border-top: solid 3px #1077be;
    background-color: #fff;
    color: #000;
    padding-right: 25px;
    padding-left: 25px;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    border-top: solid 3px #b2d234;
    padding-right: 25px;
    padding-left: 25px;
}
.compare {
	font-family: Tahoma;
	font-size: 12px;
}
.compare H2 {
	border-bottom: 0;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 15px;
}
.compare table {
	border-collapse: collapse;
}
.compare TH {
	background: #e9e9eb;
	border-bottom: solid 2px #F58735;
	padding: 3px;
	color: #666666;
	text-align: center;
}
.compare TH.first {
	/* get rid of the first slash */
	background: #ffffff;
}
.compare TD {
	/* data items */
	padding: 3px 0 3px 6px;
	border: solid 1px #eae9e1;
	color: #222222;
	text-align: center;
}
.lastUpdate TD {
	text-align: right;
	border-bottom: 0;
	font-family: Verdana,Arial,Helvetica;
	font-size: 9px;
	font-style: italic;
	line-height: 9px;
	padding-top: 10px;
}
.disclaimer {
    margin-top: 20px;
    border-spacing: 4px; 
    border-collapse: separate;
}
.disclaimer TD {
	font-family: Verdana,Arial,Helvetica;
	font-size: 9px;
	line-height: 9px;
}
.rssTitle {
	font-weight: bold;
}
.rssDate {
	float: right;
	font-family: Verdana,Arial,Helvetica;
	font-size: 9px;
	vertical-align: bottom;
}
.rssOlder {
	text-align: right;
	font-family: Verdana,Arial,Helvetica;
	font-size: 9px;
	vertical-align: bottom;
}
#pagination-clean {
	margin: 0;
	padding: 0;
}
#pagination-clean li {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 11px;
	list-style: none;
}
#pagination-clean li,
#pagination-clean a {
	border: solid 1px #DEDEDE;
	margin-right:2px;
}
#pagination-clean .previous-off,
#pagination-clean .next-off {
	color: #888888;
	display: block;
	float: left;
	font-weight: bold;
	padding: 3px 4px;
}
#pagination-clean .next a,
#pagination-clean .previous a {
	font-weight: bold;
	border: solid 1px #FFFFFF;
}
#pagination-clean .active {
	color: #000000;
	font-weight: bold;
	display: block;
	float: left;
	padding: 4px 6px;
}
#pagination-clean a:link,
#pagination-clean a:visited {
	color: #0033CC;
	display: block;
	float: left;
	padding: 3px 6px;
	/*text-decoration: none;*/
}
#pagination-clean a:hover {
	text-decoration: none;
}
#problem {
	clear: both;
	float: none;
	padding-top: 30px;
	margin-left: 12px;
	width: 96%;
}
#copyright {
	border-top: 1px solid #CCCCCC;
	width: 96%;
	margin: 20px auto;
	padding: 0;
	text-align: center;
	clear: both;
	float: none;
}
#copyright * {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}
#copyright #bottomlinks {
	margin: 8px auto;
	text-align: center;
	padding: 0;
}
#copyright #rights {
	margin: auto;
	text-align: center;
	font-size: 10px;
}
#copyright #rights a {
	font-size: 10px;
}
table.tablestyle {
	width: 100%;
	border: 1px solid #CCCCCC;
	margin: auto;
	padding: 0;
}
table.tablestyle tr th {
	background: #7FACC9;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}
table.tablestyle tr td {
	border: 1px solid #DDDDDD;
}
#productSetCategories .productSetCategoryName td {
    border-bottom: 0;
}
#productSetCategories .productSetCategoryName h2 {
    font-size: 24px;
}
#productSetCategories h3 {
	border: solid 0;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0;
	padding: 0;
}
#productSetCategories a {
    font-weight: normal;
}
#productSetCategories .productSetCategorySpacer td {
    border-bottom: 0;
    height: 30px;
}
#productSets h3 {
	border: solid 0;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0;
	padding: 0;
}
#productSets a {
    font-weight: normal;
}
.productSet {
	border-bottom: solid 2px #F58735;
	padding-bottom: 10px;
}
/* StarterKits.Mvc.Membership Stuff
----------------------------------------------------------*/
fieldset.MvcMembership{
	padding: 10px;
	margin-bottom: 16px;
}
fieldset.MvcMembership legend{
	margin-bottom: 8px;
}
fieldset.MvcMembership label{
	font-weight: bold;
	display: block;
	margin-top: 8px;
}
fieldset.MvcMembership input[type="submit"]{
	margin: 8px 0 8px 0;
}
fieldset.MvcMembership div.information{
	margin-top: 8px;
}
p.MvcMembershipError{
	color: #cc0000;
}
.spin {
	width: 50px;
	height: 20px;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
	background: #FEFEFE url(images/spinner-bg.gif) repeat-x left bottom;
	padding: 0 5px;
	margin-right: 15px;
}
.spindisabled {
	background: #F4F4F4;
}
.spinbox {
	width: 90%;
	height: 100%;
	float: left;
	font-size: 125%;
	border: none;
	background: none;
	padding: 0;
}
.spinup,
.spindown {
	width: 25px;
	height: 50%;
	font-size: 0.5em;
	line-height: 10px;
	padding: 0;
	margin: 0;
	z-index: 10;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	right: 0;
	cursor: default;
	border: 1px solid #999;
	border-right: none;
	border-top: none;
}
.spindown {
	bottom: 0;
	border-bottom: 0;
}
.spinpressed {
	background: #FEFEFE;
}
.toolTip {
    padding-right: 20px;
    background: transparent url(/Content/Images/help.gif) no-repeat right;
    cursor: help;
    position: relative;
    z-index: 20;
}
.toolTipWrapper {
	background: #ffffe1;
	border: solid 1px #000000;
    width: 175px;
    position: absolute;
    top: 20px;
    display: none;
    font-size: 9pt;
    padding: 5px;
}
/* Basic Bar Graph */
.graph { 
	position: relative; /* IE is dumb */
	width: 200px; 
	border: 1px solid #B1D632; 
	padding: 2px; 
	vertical-align: middle;					
}
.graph .bar { 
	display: block;	
	position: relative;
	background: #B1D632; 
	text-align: center; 
	color: #333; 
	height: 15px; 
	line-height: 15px;									
}
.graph .bar span { position: absolute; left: 1em; } /* This extra markup is necessary because IE doesn't want to follow the rules for overflow: visible */
.graphV { 
	position: relative; /* IE is dumb */
	width: 200px; 
	border: 1px solid #B1D632; 
}
.graphV .column { 
    float: left;
    height: 100%;
    width: 20px; 
}
.graphV .bar {
	background: #B1D632; 
	bottom: 0;
	color: #333; 
    display: inline;
    margin: 2px;
	position: absolute;
	text-align: center; 
	width: 15px; 
}
@media (max-width: 768px) {
    .graph { 
	    width: 100px; 
    }
}
.tree {
	margin-left: 0;
	padding-left: 0;
}
.tree li {
	list-style-type: none;
}
.TradeMatch td {
	color: Blue;
}
.Comment {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #EAE9E1;
}
.CommentUser {
	float: left;
	font-weight: bold;
}
.CommentDate {
	float: right;
	font-size: 0.75em;
	font-style: italic;
	font-weight: bold;
}
.CommentText {
	clear: both;
}
.FeedbackPositive {
	color: Green;
	padding-right: 15px;
}
.FeedbackNeutral {
	padding-right: 15px;
}
.FeedbackNegative {
	color: Red;
	padding-right: 15px;
}
.InvalidItem td
{
    color: #cccccc;
}
.InvalidItem td a
{
    color: #cccccc;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field {
    margin: 0.5em 0;
}
.text-box {
    width: 30em;
}
.text-box .multi-line {
    height: 6.5em;
}
.tri-state {
    width: 6em;
}

/* Styles for review and ratings
----------------------------------------------------------*/
#reviews .section-results {
    margin-top:20px;
}
.review .review-rating {
    color:#676767;
    margin: 0;
    padding: 0;
}
.section-results .review {
    margin-bottom:20px;
    width:99.5%;
}
.section-results li {
    list-style: none outside none;
}
.merchant-rating {
    float: left;
    padding-top: 3px;
    text-align: center;
    width: 50px;
}
.merchant-subtitle {
    font-size: 108%;
    font-weight: bold;
    margin-left: 10px;
}
.merchant-rating p {
    font-size: 124%;
    margin: 0;
    text-align: center;
}
.merchant-review-content {
    margin-left: 70px;
}
.rating {
    text-align: center;
}
.rating a {
    font-size: 10pt;
    font-weight: normal;
}
.ps-sprite-son, .ps-sprite-shalf, .ps-sprite-soff {
    height: 9px;
    position: relative;
    top: 4px;
    width: 10px;
} 
.ps-sprite-son {
    background-position: 0 -21px;
}
.ps-sprite-shalf {
    background-position: -10px -21px;
}
.ps-sprite-soff {
    background-position: -20px -21px;
}
.ps-sprite {
    background-image: url("images/stars.png");
    display: inline-block;
    vertical-align: top;
}
.product-row {
    height: auto;    
    border-bottom: 1px solid #ccc;
    clear: both;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.product-row-compare {
    float: left;
    margin-top: 17px;
    text-align: center;
    width: 60px;
}
.product-row-image {
    float: left;
    width: 60px;
}
.product-row-desc {
    min-height: 55px;
    width: 65%;
    margin-left: 100px;
}
.product-row-price {
    width: 180px;
    float: right;
    text-align: center;
}
.product-row-traders {
     color: #999; 
     font-size: 11px; 
     font-weight: normal; 
     padding: 5px 0 0 20px;
}
.priceRed {
    color: #8C0000;
    font-weight: bold;
}
@media (max-width: 768px) {
    .product-row-price {
        width: 120px;
    }
    .product-row-compare {
        width: 30px;
    }
    .product-row-image {
        width: 50px;
    }
}

a.myButton {
	color:#333333;
    white-space: nowrap;
}
.myButton {
	color:#333333;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 8px;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}
.top-offers {
    height:12px;
    margin:-2px 0;
    width:530px;
    list-style: none;
    padding: 5px 0 0 5px;
}
.top-offers .merchant {
    /*color:#0075CC;*/
}
.top-offers .price {
    color:#888;
    font-weight:bold;
}
.top-offers a {
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
}
.compareSort {
    padding: 0 0 10px 20px; 
    margin-bottom: 5px; 
    border-bottom: 1px solid #ccc;
}
.compareSortBy {
    float: right;
}
td.priceCell {font-size: 11px; font-family: Arial;}
td.priceCell .price-container .ts-container { text-align:right }
td.priceCell .ts-container { line-height:15px; position:relative; white-space:nowrap }
td.priceCell .price-container { float:left }
td.priceCell .cl { float:none; padding:0 50px 0 0; text-align:right }
td.priceCell .cr { float:none; position:absolute; right:0; text-align:left; width:45px }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}