@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Chango&text=Buy%20Now%20Search);

body{
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 0.93em; /* was 0.83em */
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 600px) {
  	/* CSS Rules used when query matches */
  	body{
		width: 96%;
	}

}


.buynowsearch{
	font-family: 'Chango', Verdana, Geneva, sans-serif;
}

div#header{
	width: 100%;
	font-size: 50px;
	line-height: 46px;
	color: #F60;
}

h1{
	font-size: 1.7em;
	margin-right: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	color: #F60;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2{
	font-size: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	color: #666;
	margin-top: 2em;
}
h3{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	width: 80%;
	color: #666;
	margin-top: 2em;
	font-size: 1.05em;
}
p{
	line-height: 1.7em;
	margin-right: 50px;
	color: #4F4F4F;
}

p.footnote{
	color: #666;
	line-height: 1.3em;
	font-size: 0.9em;
}
p span.smallprint{
	color: #666;
	line-height: 1.3em;
	font-size: 0.7em;
	font-weight: normal;
}

p.highlight{
	display: block;
	background-color:#F3F3F3;
	font-size: 1.2em;
	font-weight: bold;
	color: #0C0;
	text-align: center;
	margin-bottom: 1.5em;
	border: 1px solid #E9E9E9;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888888;
}
p.highlight a{
	font-weight: normal;
}
p.highlight a img{
	margin-top: 7px;	
}
span.fixedwidth{
	font-family: "Courier New", Courier, monospace;
}
span.highlight{
	font-weight: bold;
	color: #F00;
	text-decoration: blink;
}
.attentionhere{
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}

.greyed{
	color: #BFBFBF;
}

img.qr{
	border: 5px solid #FFF;	
}

div.captionedimage img{
	margin: 0;
}
div.captionedimage p{
	margin: 0;
	font-size: 0.85em;
	font-style: italic;
	text-align: center;
	line-height: 1.3em;
	color: #666;
}

a{
	color: #F00;
}

ul li, ol li{
	margin-bottom: 0.5em;
	color: #4F4F4F;
}
p + ul,
p + ul + ul, 
p + ul + ul + ul, 
p + ul + ul + ul + ul, 
p + ul + ul + ul + ul + ul, 
p + ul + ul + ul + ul + ul + ul, 
p + ul + ul + ul + ul + ul + ul + ul, 
p + ul + ul + ul + ul + ul + ul + ul + ul, 
p + ul + ul + ul + ul + ul + ul + ul + ul + ul, 
p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul{
	margin-left: 5em;
}

ul#nav{
	list-style: none;
	padding: 0;
	color: #666;
	margin-bottom: 5em;
	font-size: 0.9em;
}

ul#nav li{
	float: left;
	margin-top: 0;
	margin-right: 0.7em;
	margin-bottom: 1em;
	margin-left: 0.1em;
}

ul#nav li a{
	color: #333;
	background-color: #3C0;
	height: 2em;
	line-height: 2em;
	padding-left: 1em;
	padding-right: 1em;
	float: left;
	display: block;
	border: 1px solid #dcdce9;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #888888;
}
ul#nav li a:hover{
	background-color: #F60;
	color: #FFF;
}
ul#nav li a.selected{
	background-color: #F60;
}

ul#nav+p{
	clear: both;
	margin-left: 0.15em;
	margin-bottom: 1em;
	font-size: 0.85em;
}

div#footer{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-right: 50px;
}
div#footer ul{
	list-style: none;
	padding: 0;
	color: #666;
}
div#footer ul li{
	float: left;
	margin: 0 1em 0.5em 1em;
}

div#popuphelp{
	display: none;
	background-color: #E6E6E6;
	position: fixed;
	left: 10px;
	top: 10px;
	width: 350px;
	padding: 10px;
	border-radius:25px;
	border: 2px solid #C03;
	max-height: 90%;
	overflow: scroll;
}

div#categoryList{
	display: none;
	background-color: #E6E6E6;
	position: fixed;
	left: 10px;
	top: 10px;
	padding: 10px;
	border-radius:25px;
	border: 2px solid #C03;
	max-height: 90%;
	overflow: scroll;
}

div#catselectorheader{
	width: 100%;
	text-align: right;
}

div.throbber{
	display: none;
	background-color: #E6E6E6;
	position: fixed;
	left: 10px;
	top: 10px;
	padding: 10px;
	width: 900px;
	height: 900px;
	overflow: scroll;
	background-attachment: fixed;
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 200px 0px;
	z-index: 100;
}

div.spacer{
	clear: both;
}

div.costEstimatorPopUp{
	display: none;
	background-color: #E6E6E6;
}

div.warningMessage{
	color: #F00;
	background-color: #FF0;
	padding: 1em;
	margin-bottom: 0.5em;
	width: 90%;
	font-size: 1.3em;
	text-align: center;
	border-radius: 10px;
	box-shadow: 3px 3px 10px #888888;
}

div.adviceMessage{
	color: #666;
	background-color: #6CF;
	padding: 1em;
	width: 90%;
	border-radius: 10px;
	box-shadow: 3px 3px 10px #888888;
}
div.adviceMessage h2{
	border-bottom-style: none;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

div.costEstimate{
	background-color: #FF9428;
	padding: 1em;
	width: 500px;
	font-size: 1.3em;
}

span.blinking{
	text-decoration: blink;	
}

.leafcat{
	color: #0C0;
}
.midcat{
	color: #F90;
}
.topcat{
	color: #C00;
}

table{
	font-family: Arial, Helvetica, sans-serif;
}

table tr th{
	background-color:#999;
}

table tr{
	background-color:#EFEFEF;
}

table tr.alternaterow{
	background-color:#E6E6E6;
}
table tr td{
	text-align: center;
}
table tr td.inactive{
	background-color:#F00;
}
table tr td.active{
	background-color:#0C0;
}
table tr td+td{
	text-align: left;	
}
table tr td+td+td+td{
	text-align: right;	
}
table tr td+td+td+td+td+td{
	text-align: center;
}
table tr td+td+td+td+td+td+td+td{
	text-align: left;
}
table tr td+td+td+td+td+td+td+td+td{
	text-align: right;
}
table tr td+td+td+td+td+td+td+td+td+td{
	text-align: center;
}

/* paypal transactions styling */
/* paypal tracking image */
form input+input+input+img, form table+input+input+input{
	border: none;
}
/* transactions table styling*/
table.transactions tr td+td, table.transactions tr td+td+td{
	text-align: right;
}
table.transactions tr td, table.transactions tr td+td+td+td{
	text-align: center;
}

hr{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	padding-top: 1em;
	margin-right: 50px;
}

/* form */
form label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:220px;
	float:left;
	clear: both;
	padding-top: 0.5em;
}
.addscost{
	color: #C00;
	font-weight: bold;
}
.subtractscost{
	color: #0C0;
	font-weight: bold;
}
.variescost{
	color: #F90;
	font-weight: bold;
}
.costneutral{
	color: #333;
}
.unhighlighted{
	font-weight: normal;
	color: #333;
}
form  span.small{
	color:#666666;
	display:block;
	font-weight:normal;
	text-align:right;
	width:inherit;
}
form select, form textarea, form span.forminput{
	float:left;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:auto;
	margin:2px 0 20px 10px;
}
form input{
	float:left;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width: auto;
	margin:2px 0 20px 10px;
}
form input.checkbox{
	margin-top: 0.7em;
	border: none;
}
form input.unstyled{
	float:left;
	padding: auto;
	border: none;
	width: auto;
	margin: auto;
}
form img{
	float:left;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 0 20px 10px;
}
form img.unstyled{
	float: none;
	padding: 0;
	border: none;
	margin: 0;
}
form input.mybutton{
	width:auto;
	text-align:center;
	font-weight:bold;
}
form p, form h2, form + h2{
	clear: both;
}
form p{
	line-height: normal;
}
form hr{
	width: 100%;
}

form div.checkset label{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	width:500px;
}
form div.checkset input.checkbox{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

hr{
	clear: both;
}

.clearboth{
	clear: both;
}
