/*BEGIN: styles for listing windows*/
table.listWind {	width: 100%;
	}
	table.listWind td {		text-align: center;
		width: 33%;
		}
		table.listWind td div {			background-color: #FDE094;
			}
			table.listWind td div a.more, table.listWind td div a.more:hover {				display: block;
				margin : 0;
				padding: 5px 0 5px 0;
				color: #000000;
				text-decoration: none;
				}
/*END: styles for listing windows*/
/*BEGIN: styles for show window*/
form#calc {	margin: 0;
	padding: 0;
	}
div.windName {	text-transform: uppercase;
	text-decoration: underline;	}
div.windImgBig {	float: left;
	margin: 10px 20px 10px 0;
	}
div.clear {	clear: both;
	}
div.blockOption {	margin: 10px 0 10px 0;
	}
	div.blockOption span.Name {		color: #6E849E;
		font-weight: bold;
		}
	div.blockOption input {		border: 1px solid #6E849E;
		margin-left: 11px;
		height: 18px;
		width: 52px;
		}
div.blockLeft {	float: left;
	margin-right: 100px;
	}
div.blockSelect {	margin-top: 10px;
	margin-bottom: 10px;
	}
	div.blockSelect span.Name {		display: block;		color: #6E849E;
		font-weight: bold;
		margin-bottom: 5px;
		}
	div.blockSelect select {		border: 1px solid #6E849E;
		height: 18px;
		width: 300px;
		}
	div.blockSelect select.small {
		border: 1px solid #6E849E;
		height: 18px;
		width: 100px;
		}
fieldset {	clear: both;	border: 1px solid #000000;
	margin-bottom: 20px;
	padding: 20px;
	}
legend {	font-weight: bold;
	color: #000000;
	padding: 0 10px 0 10px;
	}

fieldset.more {	float: left;	width: 200px;
	}
div.blockCheck {
	margin: 10px 0 10px 0;
	}
	div.blockCheck span.Name {
		color: #6E849E;
		font-weight: bold;
		}
	div.blockCheck input {		margin-right: 11px;
		}
input.submit {	border: 1px solid #6E849E;
	background-color: #E5E8EA;
	font-size: 14px;
	width: 90px;
	height: 25px;	}
div.action {	float: left;
	margin-top: 15px;
	height: 85px;
	}
div#result {	float: left;
	text-align: center;
	min-width: 200px;
	width: 40%;
	margin-top: 30px;
	height: 100px;	}
	div#result span.discount {		text-decoration: line-through;
		}
	div#result span.cost {		color: #CC3300;
		font-weight: bold;
		font-size: 120%;
		}

div#message {	clear: both;	color: #FF0000;
	padding-left: 220px;
	}
/*END: styles for show windows*/
