/* CSS Document */


.pricelist {
color: #000000;
font-family: Arial, SunSans-Regular, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-decoration: none;
}

.index_comments {
color: #000000;
font-family: Arial, SunSans-Regular, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-decoration: none;
}

.catalog_page { 
	font-size: 10pt;
	font-family: Arial, SunSans-Regular, sans-serif;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	/*background-image: url(images/vintagecomputer2_03.jpg);*/
/*	background-repeat: repeat-y;*/
/*	background-position: center 0;*/
/*	text-align: center;*/
}

.std_text { 
	font-size: 10pt;
	font-family: lucida console, Geneva, Arial, SunSans-Regular, sans-serif;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
}

.thread_header { 
	font-size: 10pt;
	font-family: lucida console, Geneva, Arial, SunSans-Regular, sans-serif;
	color:#B42830;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	
}
.thread_main { 
	font-size: 9pt;
	font-family: lucida console, Geneva, Arial, SunSans-Regular, sans-serif;
	color:#000000;
	
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
}
a.thread_main { 
	font-size: 9pt;
	font-family: lucida console, Geneva, Arial, SunSans-Regular, sans-serif;
	color:#B42830;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
}

.prompt {
margin-left: 5px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 0px;
}



.input {
margin-left: 33px;
margin-right: 0px;
margin-top: -20px;
margin-bottom: 0px;
}



.cursor {
margin-left: 33px;
margin-right: 0px;
margin-top: -7px;
margin-bottom: 0px;
}



.text_field {
background-color: #000000;
border-width: 0;
border-style: solid;
border-color: #000000;
color: #C0C0C0;
font-size: 9pt;
height: 10pt; 
font-family: lucida console;
font-weight: normal;
margin-top:5px;
<![if !IE]>
.text_field {
margin-top:15px;
}
.link {
color: #C0C0C0;
font-family: Arial, SunSans-Regular, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-decoration: underline;
}

.form_fields {
color: #000000;
font-family: lucida console;
font-style: normal;
margin-left: 5px;
margin-right: 0px;
margin-top: 15px;
font-weight: normal;
font-variant: normal;
font-size: 11px;
text-decoration: none;           
}


.navbar-nav > li{
  padding-left:5px;
  padding-right:5px;
}

.navbar-nav > li{
  margin-left:5px;
  margin-right:5px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    h1{ font-size:62px; line-height: 72px;    }
	h2 { font-size:32px; line-height: 38px;  }
	h3 { font-size:28px; line-height: 32px;  }	
	p {font-size:24px; line-height: 36px;  }
	
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    h1{font-size:54px; line-height: 62px;   }
	h2 { font-size:26px; line-height: 32px;  }
	h3 { font-size:24px; line-height: 30px;  }	
	p {font-size:24px; line-height: 36px;  }
			
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    h1{font-size:42px; line-height: 48px;		    }
	h2 { font-size:22px; line-height: 26px;  }
	h3 { font-size:20px; line-height: 24px;  }	
	p {font-size:18px; line-height: 22px;  }

		
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    h1{font-size:38px; line-height: 42px;		    }
	h2 { font-size:18px; line-height: 20px;  }
	h3 { font-size:16px; line-height: 18px;  }	
	p {font-size:18px; line-height: 20px;  }



		
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    h1{font-size:28px;line-height: 30px;		    }
	h2 { font-size:15px; line-height: 17px;  }
	h3 { font-size:16px; line-height: 18px;  }	
	p {font-size:15px; line-height: 17px;  }


}

