/* SCPricelist_style.css  ======================================================= V 1.01 10/28/17 Cm
 * 
CSS page for Pricelist.php include file.

0.01 creation																									 5/10/14 Cm
0.02 #pricelist changed to .pricelist, #qty removed												 5/23/14 Cm
0.03 CSS rationalized.																						 5/28/14 Cm
0.04 Borders, checkout added.																				 4/13/15 Cm
1.00 production version 1.00. Use 0.04 for further development 								10/05/15 Cm

1.01 General cleanup & reformatting.																	10/28/17 Cm

==================================================================================================*/

/*-- pricelist table properties --------------------------------------*/
th  {
	padding-left:               5px;
	background-color:       #FFE690;
	text-align:                left;
}

td	 {
	border-bottom:  1px dotted gray;
	padding-top:                5px;
}

input[type="submit"]   {
	font-family:       times, serif;
	font-size:                 17px;	
	padding:                1px 5px;
	background-color:       #8CCAFF;
	border:      2px outset #660066;
	color:                    black;
	cursor:                 pointer;
}

/*---------------------------------------------------------------------*/
.content	{
	left:                        5%;
}

.pricelist	{
	padding:                      0;
}

.button	{
	border:      2px outset #660066;
	padding:                2px 6px;
	font-size:                 17px;
	background-color:       #8CCAFF;
	text-decoration:           none;
	color:                    black;
	cursor:                 pointer;
}

.button a	{
	color:                    black;
	text-decoration:           none;
}

.checkout	{
	font-weight:                200;
	float:                    right;
}

.part	{
	position:              relative;
	width:                     10em;
	padding-left:               1em;
	text-align:                left;
}

.item		{
	position:              relative;
	width:                     15em;
	padding-left:               1em;
	text-align:                left;
}

.price	{
	position:              relative;
	width:                      4em;
	padding-right:              1em;
	text-align:               right;
}

.qty	 {
	position:              relative;
	width:                      3em;
	padding-top:                  0;
	text-align:              center;
}

.add	{
	position:              relative;
	width:                      3em;
	text-align:              center;
}

.incart	{
	background-color:       #AFECFF;
}

.required	{
	background-color:          pink;
}

.silent	{
	border-bottom:                0;
}

/*---------------------------------------------------------------------*/
#btmBar	{
	width:                     100%;
}

/*================================================================================================*/