/*-----------------------------------------------------------------
Alpha Workholding Solutions

MISCELLANEOUS

version: 	1.0
author: 	Impressive Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008	
-------------------------------------------------------------------*/

/* MISCELLANEOUS
-------------------------------------------*/
.clearBoth{
	height: 0px;
	line-height: 0px;
	clear: both;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

img{
	border: none;
}

.withMargin{
	margin-bottom: 30px;
}

table.noPadding tr td{
	padding: 0;
}

/* LISTS
-------------------------------------------*/
ul.bulleted{
	line-height: 1.4em;
	margin-left: 20px;
	margin-bottom:20px;
}

	ul.bulleted li{
		list-style-image: url(/images/miscellaneous/magnet_bullet.gif);
	}
	
	table#cart_list{
		padding: 0;
		margin-bottom: 5px;
		width: 100%;
		border-collapse: collapse;
	}

/* STORE ITEMS
-------------------------------------------*/
table#cart_list td{
	padding: 5px;
	text-align: left;
}

	table#cart_list th{
		background-color: #eee;
		color: #555;
		padding: 5px;
		font-size: 14px;
		text-align: left;
	}

	table#cart_list td.money{
		border-bottom: 1px dotted #fff;
    font-weight:bold;
    font-size: 115%;
    text-align:right;
	}

	table#cart_list td.cart_items{
		border-bottom: 1px dotted #fff;
	}

	table#cart_list td.sub_total{
		background-color: #b219c4;
		color: #eee;
		font-size: 130%;
		border-top: 2px solid #000;
		border-bottom: 1px solid #000;
	}

	table#cart_list td.total{
		text-align: right;
		color: #d70000;
		font-size: 150%;
		font-weight: bold;
		border-top: 3px solid #ccc;
	}
	
	#notice{
		background: #fff;
		color: #777;
		padding:6px;
		margin-bottom:10px;
	}
	
	#notice h1{
		margin: 0;
		padding: 0;
	}
	
	.fieldWithErrors {
	  padding: 2px;
	  background-color: red;
	  display: table;
	}

	#errorExplanation {
	  width: 400px;
	  border: 2px solid red;
	  padding: 7px;
	  padding-bottom: 12px;
	  margin-bottom: 20px;
	  background-color: #f0f0f0;
	}

	#errorExplanation h2 {
	  text-align: left;
	  font-weight: bold;
	  padding: 5px 5px 5px 15px;
	  font-size: 12px;
	  margin: -7px;
	  background-color: #c00;
	  color: #fff;
	}

	#errorExplanation p {
	  color: #333;
	  margin-bottom: 0;
	  padding: 5px;
	}

	#errorExplanation ul li {
	  font-size: 12px;
	  list-style: square;
	}

	div.uploadStatus {
	  margin: 5px;
	}

	div.progressBar {
	  margin: 5px;
	}

	div.progressBar div.border {
	  background-color: #fff;
	  border: 1px solid grey;
	  width: 100%;
	}

	div.progressBar div.background {
	  background-color: #333;
	  height: 18px;
	  width: 0%;
	}