* { 
  margin: 0;
  padding: 0;
}

html, body { 
  height: 100%;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body {
  min-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  font-family: Myriad,"Myriad Pro",sans-serif;
  padding:0px;
  margin:0px;
}

#main {padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	 margin-top: -150px; /* negative value of footer height */
	 height: 150px;
	 clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#header {
  background-color: #f5f5f5;
  height: 96px;
}


#header #logIn{
  text-align: right;
  margin-right: 10px;
  margin-top: -90px;
} 


#header #loggedInUsername{
  text-align: right;
  margin-right: 5px;
  margin-top: 35px; 
} 

#header #loggedInUsername a:visited,
#header #loggedInUsername a:link{
  text-decoration: underline;
}



#navigation {
  background-color: #ab152b;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px;
  padding-left: 15px;
}
#navigation .spacer{
  color: #FFFFFF;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
}
#header a:visited, 
#header a:link{
  color: #000000;
  text-decoration: none;
}

 
#navigation a:visited, 
#navigation a:link{
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  font-size: 17px;
}

#navigation a:hover{
  text-decoration: underline;
}

#header a:hover{
  text-decoration: underline;
}


#indexError{
  background: #d1d1d1;
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 15px;
  
}

#indexWelcome{
  background: #d1d1d1;
  width: 92%;
  margin-bottom: 15px;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 10px;
  padding-bottom: 10px;
}

#snipeEntry {
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ab152b;
  height: 100px;
  background-image: url(/images/main-form-bg.png);
  background-repeat: repeat-x;
  padding-top: 70px;
  text-align: center;
  font-size: 22px;
}
#mainSnipeForm input {
  font-size: 18px;
}

  #formInstructions {
    font-size: 12px;
  }


#mainSalesPitch {
  width: 550px;
  margin-bottom: 70px;
  margin-left: 60px;
  margin-top: 70px;
  list-style: none;

}

#mainSalesPitch a:visited,
#mainSalesPitch a:link{
  color: #000000;
}
#mainSalesPitch a:hover{
  background: #CCCCCC;
}
#mainSalesPitch h3{
  font-weight: bold;
  font-size: 110%
}
#mainSalesPitch p {
  margin-top: 0.3em;
  font-size: 16px;
  margin-bottom: 0.8em;
}


#mainSalesPitch ul {
  margin-bottom: 1em;
  list-style: disc outside;

}




#mainSalesPitch li>ul {
  font-size: 16px;
  margin-left: 2em;
}


#tutorialFrame {
  border: solid;
  border-width: 1px;
  margin-right: 80px;
  margin-top: 70px;
  width: 190px;
  padding: 7px;
  padding-left: 10px;
  padding-bottom: 22px;
  padding-top: 12px;
  float: right;

}
  #tutorialFrame a:visited, 
  #tutorialFrame a:link{
    color: #000000;
  }
  #tutorialFrame img {
    margin-bottom: -2px;
    margin-right: 1px;
  }

  #tutorialFrame p{
    margin-top: 7px;
    margin-bottom: 7px;
  }

#footer {
  border-top: solid;
  border-top-width: 4px;
  border-top-color: #ab152b;
  background-color: #F5F5F5;


}

  #footer a:visited, 
  #footer a:link{
  color: #000000;
  text-decoration: none;
  }

#footer a:hover{
  text-decoration: underline;
}

  #footerLogo{
    margin-left: 40px;
    margin-right: 5px;
    margin-top: 25px;
    float: left;
  }
#footerContent {
  font-size: 14px;
  margin-top: 20px;
  margin-left: 140px;
}

/* About us area */

#aboutUs {
  padding: 20px;
  padding-bottom: 50px;
}

#aboutUs h1 {
  font-size: 150%;
}

#aboutUs h2 {
  font-size: 110%;
}
 
#aboutUs p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#aboutUs ul {
  list-style: none;
}

#aboutUs li>p {
  margin-left: 1em;
}

#aboutUs ul {
  margin-bottom: 1em;
}

/* quicksnipe area */
#quicksnipePage{
  padding: 20px;
  padding-bottom: 50px;
  width: 900px;
}
#quicksnipePage h1{
  font-size: 150%;
  margin-bottom: 1em;
}

#quicksnipePage h2{
  font-size: 125%;
  margin-bottom: 0.7em;
  margin-top: 1em;
}
#quicksnipePage p{
  margin:1em;
  margin-left:0px;
}
#quicksnipePage .iehelp{
  margin-top: 1em;
}
.iehelp img{

}
/* support and contact page */

#supportAndContact {
  padding: 20px;
  padding-bottom: 50px;
}

#supportAndContact h1{
  font-size: 150%;
  margin-bottom: 1em;
}

#supportAndContact p{
  margin-bottom: 0.5em;
}

#supportAndContact fieldset p{
  margin-bottom: 0.5em;
  padding-left: 1em;
}
#supportAndContact fieldset {
  border: none;
  margin-bottom: 1em;
  margin-top: 1em;
}

#supportAndContact label{
  width: 8em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  margin-left: -0.8em;
  display: block;
}

#supportAndContact legend{
  font-size: 110%;
  font-weight: bold;
  padding-bottom: 10px;
}
#contactTextArea{
  z-index: 1;
}


/* site faq area */

#siteFAQ {
  padding: 20px;
  padding-bottom: 0px;
}

#siteFAQ h1{
  font-size: 150%;
  margin-bottom: 1em;
}

#siteFAQ h3{
  font-size: 110%;
  margin-bottom: 0.3em;
  margin-top: 0.8em;
}


#siteFAQ ul{
  margin-left: 2.2em;
}

#siteFAQ hr{
  margin-top: 15px;
  margin-bottom: 15px;
}
/* Privacy page area */

#privacyPage {
  padding: 20px;
  padding-bottom: 50px;
}

#privacyPage h2{ 
  font-size: 150%;
  margin-bottom: 1em;
}

#privacyPage h3{
  font-size: 110%;
  margin-bottom: 0.3em;
  margin-top: 0.8em;
}


#privacyPage ol{
  margin-left: 40px;
}
 
/* Conditions of use page */


#conditionsPage {
  padding: 20px;
  padding-bottom: 50px;
}

#conditionsPage h2{
  font-size: 150%;
  margin-bottom: 1em;
}

#conditionsPage ul {
  list-style: none;
}

#conditionsPage li {
  margin-top: 1em;
}

#conditionsPage p {
  margin-top: 0.5em;
}

/* Login page */

#loginPage {
  padding: 20px;
  padding-bottom: 50px;

}
 

#loginPage h1 {
  font-size: 150%;
  margin-bottom: 30px;
}
#loginPage h2{
  font-size: 150%;
  margin-bottom: 1em;
}

#loginForm{ 
  width: 600px;
  border: none;
  padding-left: 5px;
  border-left: solid 2px;
  margin-left: 270px;
}

#loginPage #user_current_name{
  position: absolute;
  left: 460px;
}

#loginPage #user_current_password{
  position: absolute;
  left: 460px;
}

#loginPage #user_remember_me{
  position: absolute;
  left: 460px;
}

.loginFormRow{
  background: #d1d1d1;
  margin: 0.3em;
  padding: 0.3em;
}

#loginPage input.submit{
  margin-left: 160px;

}

#loginNewUser{
  float: left;
  padding: 7px;
  width: 220px;

}

#loginNewUser p{
  padding: 4px;
  padding-left: 0px;
}

#loginPage #reminder{
  font-size: 80%;
  margin-top: 20px;
  margin-left: 280px;
}

#loginError{
  background: #d1d1d1;
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  padding-left: 40px;
  margin-left: -40px;
  margin-bottom: 15px;

}


/* References */

#references {
  padding: 20px;
  padding-bottom: 50px;
}

#references h1 {
  font-size: 150%;
  margin-bottom: 15px;
}

#references ul {
  list-style: disc outside;
  margin-left: 30px;
  width: 630px;
}

#references li {
  padding: 7px;
}

#references h3 {
  font-size: 120%;
  margin-top: 10px;
}


/* showItem page */


#showItemPage {
  padding: 20px;

}


#showItemPage td{
  padding: 5px;
}

#showItemPage #showItemContent td{
  background: #d1d1d1;
}
#showItemPage .showItemLabel{
  width: 180px;
}


#showItemPage .showItem{
  width: 600px;
}

#showItemPage #showItemContent tr.form td{
  background: #ffffff;
  padding: 2px;
}

#showItemPage #showItemAdvancedSettings td{
  border-bottom: solid 1px;


}
#showItemPage #itemTitle td {
  font-weight: bold;
}
#showItemPage #itemThumbnail {
  float: left;
  border-right: solid 1px;
  padding: 25px;
  padding-bottom: 40px;
  margin: 3px;
  
}
#showItemContentWrapper{
  margin-left: 120px;
}

#showItemPage h1{
  font-size: 150%;
  margin-bottom: 15px;
}

#showItemPage #snipe_bid_group_id{
  width: 200px;
}
#showItemError{
  background: #d1d1d1;
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  padding-left: 40px;
  margin-left: -40px;
  margin-bottom: 15px;
}


/*  pricing page */

img { border: none;}
.custom h2.title {margin-bottom:0 !important;font-weight:normal;font-size:20px;}
.custom h3.caption {margin-bottom:18px !important;color:#777;font-size:17px;}
.custom #content {text-align:left;}

#price_plans .tooltipImage {float:right;}
.pricingTooltip .body {width:200px;}

table#price_plans {width:90%;border-collapse:collapse;}
table#price_plans .small_caption {color:#777;font-family:Georgia,Lucida Sans,Arial;font-size:11px;font-style:italic;font-weight:normal;}
table#price_plans .col_label {color:#000000;width:20%;text-align:left;padding-left:20px;padding-right:10px;background-color:white;font-weight:bold;}
table#price_plans th,table#price_plans td {padding:10px 0;text-align:center;}
table#price_plans th {border-bottom:1px solid #eee;}
table#price_plans thead .plan_text {display:block;margin-bottom:5px;font-weight:bold;color:#333;font-size:12px; }
table#price_plans thead .price_text {display:block;font-size:20px;color:#000000;font-weight:bold; }
table#price_plans tbody td {font-size:12px;border:1px solid #eee;border-left:none;background:#ffffe0/* blue fafaff */;line-height:1.2em;}
table#price_plans tbody.group tr.header td {color:#fff;text-shadow:0 1px 1px #5280b1;padding:5px 10px; background-color:#c1c1c1/*FFFBD0 yellow*/;}
table#price_plans th.selected,table#price_plans td.selected {background-color:#effdea;border-left:2px solid #c7d5e1;border-right:2px solid #c7d5e1;width:20%;font-weight:bold;q}
table#price_plans th.selected {border-top:2px solid #c7d5e1;}
table#price_plans tfoot td.selected {border-bottom:2px solid #c7d5e1;height:2em;}
table#price_plans tbody.group tr.header td.selected {background-color:#effdea;}
table#price_plans tbody.group tr td.description {text-align:left !important;padding-left:15px;vertical-align:baseline;color:#777;}




#price_content {margin-top:40px;}
#price_content h2 {padding:6px 0 6px 15px;color:#fff;background-color:#5280b1;text-shadow:0 1px 1px #666;}
#price_content h3 {color:#000000;}



#pricingPage h1{
  font-size: 150%;
  margin-bottom: 1em;
}


.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#ddd; margin:0 5px;}
.b2f {height:1px; background:#ddd; margin:0 3px;}
.b3f {height:1px; background:#ddd; margin:0 2px;}
.b4f {height:2px; background:#ddd; margin:0 1px;}
.contentf {background: #ddd;}
.contentf div {margin-left: 5px;}


.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#888; margin:0 5px;}
.b2 {height:1px; background:#ddd; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.b3 {height:1px; background:#ddd; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.b4 {height:2px; background:#ddd; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.contentb {background: #ddd; border-right:1px solid #888; border-left:1px solid #888;}
.contentb div {margin-left: 5px;}

.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#aaa; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#aaa; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #ddd;}
.headh {background: #aaa; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth {background: #ddd; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.contenth div {margin-left: 12px; padding-top: 5px;}


#subscriptionb1h, #subscriptionb2h, #subscriptionb3h, #subscriptionb4h, #subscriptionHeadh, #subscriptionContenth{

}

#subscriptionb2bh, #subscriptionb3bh, #subscriptionb4bh{

}

#subscriptionDiv{

height: 15.5em;


}

#pointsDiv{
height: 15.5em;
padding-right: 5px;

}

#pointsb2bh, #pointsb3bh, #pointsb4bh{

}


.paymentError{
	color: #880000;
}


#pricingPage {
  padding: 25px 20px 20px 20px;
}

#pricingPage h2{
	font-size: 150%;
}

#pricingPlanHeader{
	font-style: italic;
	color: #1a1a1a;
	position: relative;
	left: 264px;
}

#pricingPage .pricingBox{

	width: 410px;
}

#pricingPage #pricingBox1{
  position: absolute;
  top: 185px;
  left: 40px;
	
}

#pricingPage #pricingBox2{
  position: absolute;
  top: 185px;
  left: 480px;
}

#pricingPage .paymentDropDown{
  position: relative;
	text-align: center;
	margin: 8px 0px 10px 0px;
}

#pricingPage #paymentDropDown1{
  position: relative;
}

#pricingPage #paymentDropDown2{
  position: relative;
	top: 9px;

}

#paymentSubmitButton1{
	margin: 0px 0px 0px 7px;
}

#paymentSubmitButton2{
	margin: 0px 0px 0px 7px;
}

#pricingPage ul{
  margin-left: 1.25em;
}

#pricingPage li{
  padding: 0.25em;
}

#pricingPage hr{
    margin-top: 2em;

  margin-bottom: 15px;
}

ol#pricingFaqContent{
  margin-left: 1.6em;
  margin-top: 1em;
}


/* Payments forwarding page */

#paymentsPage h2{ 
  font-size: 150%;
  margin-bottom: 1em;
}
#paymentsPage{ 
  padding: 0.8em;
  margin-left: 1em;

} 



