/* Default CSS Stylesheet for a new Web Application project */


.QuoteButton
{
	width: 150px;
	height: 24px;
	font-family: Verdana,Arial;
	font-size: 12px;
	padding-left:10px;
}
.AddToCartButton
{
	width: 150px;
	height: 24px;
	font-family: Verdana,Arial;
	font-size: 12px;
}
.ButtonSmall
{
	width: 65px;
	height: 20px;
	font-family: Verdana;
	font-size: 7pt;
}
.CheckBox
{
	font-family: Verdana,Arial;
	font-size: 12px;
	color: Black;
}
.PatchCableImage
{
	border: solid 1px black;
}
.DropDownList
{
	width: 112px;
	font-family: Verdana,Arial;
	font-size: 12px;
}
.BottomCells
{
	border: solid 1px Black;
	width: 100%; 
	background-color: #e4e0d4;
	padding:4px 4px 4px 8px;	
}
.LeftColumnCells
{
	border: solid 1px Black;
	width: 320px; 
	background-color: #e4e0d4;
	padding:4px 4px 4px 8px;	
}
.RightColumnCells
{
	border: solid 1px Black;
	width: 260px; 
	background-color: #e4e0d4;
	padding:4px 8px 4px 8px;
	margin:-3px;	
}
.ListBox
{
	width: 112px;
	height: 102px;
	font-family: Arial,Verdana;
	font-size: 12px;
	color: Black;
}
.priceQuote
{
	font-family: Arial,Verdana;
	font-size: 16px;
	color: Red;
	font-weight: bold;
}	
.RedText
{
	font-family: Verdana,Arial;
	font-size: 10px;
	color: Red;
}

.DidYouKnowBox
{
	font-family: Verdana,Arial;
	font-size: 10px;
	color: #0E228C;
	border:solid 1px #0E228C;
	padding:3px;
	background-color:White;
}
.Text
{
	font-family: Verdana,Arial;
	font-size: 10px;
	color: Black;
	padding:3px;
}
.TextBold
{
	font-family: Verdana,Arial;
	font-size: 12px;
	color: Black;
	font-weight: bold;
}
.TextHeadline
{
	font-family: Verdana,Arial;
	font-size: 16px;
	color: Black;
	font-weight: bold;
}
.TextH2
{
	color:#0e228c;
	font-size: 12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: normal;
	padding-bottom:0px;
	margin-bottom: 0px;
}
.TextLargeNumber
{
	color:#0e228c;
	font-size: 16pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: bold;
}
.TextBoxQuantity
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 35px;
	padding-left:10px;
}
.QBox
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	color: Red;
}
