/* global styles */
.container {
	margin: 0 auto;
	width: 950px;
	border-left: #a3a3a3 solid 1px;
	border-right: #a3a3a3 solid 1px;
	border-bottom: #a3a3a3 solid 1px;
	padding: 10px;
}

#main {
	background: #a2a2a2;
	height: 470px;	
}

.footer {
	text-align: center;
	padding-top: 10px;
}

#copyright {
	padding-top: 5px;
	text-align: center;
}

textarea {
	
	height:150px;	
}

a {
	text-decoration: none;
	color: #000;
}

a.bold {
	font-weight: bold;
	font-size: 16px;
}

a.nav {
	cursor: hand;
	cursor: pointer;
}

a.submit-link {
	font-weight: bold;
	cursor:pointer;
	cursor:hand;
	
}

.formSubmit {
	cursor: hand;
	cursor: pointer;
}

.popupButton {
	position: relative;
	float:left;
	top: 0;
	left: 60px;
	width: 50px;
	height: 20px;
	z-index: 10;
	border: 1px solid #000000;
	text-align: center;
	background: green;
	display: none;
	cursor: hand;
	cursor: pointer;
}

.quoteHeader {
	background: yellow;
	height: 30px;
	font-size: 20px;
}

.quoteHeaderLeft {
	text-align: left;
}


.quoteHeaderTitle {
	text-align: center;
}

.quoteHeaderRight {
	text-align: right;
}

.quoteItems {
	height: 440px;
	overflow: auto;
}

.quoteItem {
	background: #F0807F;
	height: 200px;
	margin: 10px 0;
}

.quoteItemAdd {
	cursor: hand;
	cursor: pointer;
	color: blue;
}

.quoteRemoveItem {
	cursor: hand;
	cursor: pointer;
}

/* popup screen */
.quotePopup {
	height: 300px;
	width: 250px;
}

/* page-main.html styles*/
.introButton {
	height: 150px;
	text-align: center;
	background: aqua;
	padding: 10px;
}

.titleDiv {
	text-align: center;
	font-size: 1em;
	padding: 5px;
	font-weight: bold;
}

.spaceDiv {
	height: 40px;
}

/* page-getinfo.html styles */
.infoDiv {
	text-align: center;
}

label {
	width: 2em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}


input.submit
{
	margin-right: 6em;
} 

/* quotebuilder page files (all page files not page-packages and page-getinfo */
.selected {
	background: yellow;
}

input.quoteItemQty {
	width: 20px;
}

span.quoteItemTitle {
	font-size: 14px;
	font-weight: bold;
}

img.quoteItemPreview {
	width: 190px;
	height: 100px;
}
.quoteRightHeader {
	background: #80B0EF;
}

.quoteCartList {
	height: 315px;
}

.quoteCartSummary {
	background: #80A24F;
	height: 100px;
	z-index: 4;
} 