/****************************************
START  Contents of quickorder.css 
*****************************************/

div#quickOrder div.sectionInner div.subSection div.subSectionInner h5{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
} 

div#quickOrder div.sectionInner div.subSection div.subSectionInner ul{
	list-style-type: none;
	font-size: 1.2em;
} 

div#quickOrder div.sectionInner div.subSection div.subSectionInner ul li{
	padding-left: 10px;
	background: transparent url(../img/bullet_010.gif) no-repeat 0 5px;
	margin-bottom: 5px;
	display: inline-block;
}

div#quickOrder div.sectionInner div.subSection div.subSectionInner table{
	border-collapse: collapse;
	width: 165px;
	margin: 10px 0 10px 0;
	float: left;
	background: url(../img/bg_dottedborder.gif) repeat-x left top;
}

div#quickOrder div.sectionInner div.subSection div.subSectionInner table thead{
	font-size: 1.2em;
	color: #50851E;
	background: url(../img/bg_dottedborder.gif) repeat-x left top;
} 

div#quickOrder div.sectionInner div.subSection div.subSectionInner table th{
	font-size: 1.1em;
	color: #50851E;
	background: url(../img/bg_dottedborder.gif) repeat-x left bottom;
	padding: 5px 0 5px 0;
	text-align: left;
}

div#quickOrder div.sectionInner div.subSection div.subSectionInner table td{
	padding: 10px 22px 0 0;
} 

div#quickOrder div.sectionInner div.subSection div.subSectionInner table td input.code{
	width: 80px;
} 

div#quickOrder div.sectionInner div.subSection div.subSectionInner table td input.quantity{
	width: 40px;
}

div#quickOrder div.sectionInner div.subSection div.subSectionInner table tr td label{
	display: none;
} 
body#pt_quickorder div.buttons {
	padding: 0 0 16px 15px;	
}

body#pt_quickorder input.code_error {
	border:2px solid red;
	width:80px;
}
/*
body#pt_quickorder div.error {
	border:2px solid red;
	padding-left: 5px;
}*/

/****************************************
END  Contents of quickorder.css 
*****************************************/
