@font-face {
 font-family: Minion;
 src: url('/img/Minion.eot');
 src: local("Minion"), url(/img/Minion.ttf) format("truetype"); /* non-IE */
}
 @font-face {
 font-family: Minion;
 font-weight: bold;
 src: url('/img/Minio3.ttf');
}
 @font-face {
 font-family: Agenda;
 src: url('/img/AgendaRegular.eot');
 src: local("Agenda"), url(/img/AgendaRegular.ttf) format("truetype"); /* non-IE */
}
#close_me {
	position: absolute;
	top : 600px;
	left : 40px;
	cursor: pointer;
	font-weight:bold;
	text-decoration: underline;
}
#product {
	position: relative;
}
#debug {
	clear:both;
	position: static;
}
#customaxioms {
	background-image:url(/img/YourCustomAxioms.gif);
	background-repeat:no-repeat;
	width:260px;
	height:30px;
	background-color:#828282;
}
#samplespeaker {
	background-image:url(/img/speakersampleheader.gif);
	background-repeat:no-repeat;
	width:260px;
	height:30px;
}
#samplespeakercontainer {
	background-color: #fff;
	width: 260px;
}

#ordersample {
	color: #333;
	width: 250px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 10px;
}

#ordersamplelink {
	display: block;
	color: #333;
	width: 250px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 10px;
}

#sampleFinishCell {
	height:250px !important;
	width:250px !important;
	display: block;
	background-color: #fff;
}
.summary_title {
	float: left;
	text-align: left;
	font-weight:bold;
	color:#333;
	clear: left;
	padding-left: 5px;
	padding-top: 3px;
}
.summary_content {
	float: left;
	clear:both;
	color:#000;
	padding-left: 5px;
	width: 245px;
	text-align: left;
}
.summary_label {
	float: left;
	color:#000;
	padding-left: 5px;
	text-align: left;
}
.summary_total {
	float: left;
	color:#333;
	font-weight:bold;
	padding-left: 0px;
	text-align: left;
}

.summary_upcharge {
	float: right;
	color:#000;
	padding-left: 5px;
	text-align: right;
}


.summary_addtocart {
	float: left;
	text-align: center;
	width: 245px;
	color:#000;
	clear: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.summary_value {
	text-align: right;
	font-weight:bold;
	border: 0px #fff solid;
	color:#333;
}
.summary_center_value {
	text-align: center;
	font-weight:bold;
	border: 0px #fff solid;
	color:#333;
}
#optblock_Finish_Type .summary_content {
	color:#000;
}
#optblock_Grille {
	color:#000;
}
#product_image {
	position: relative;
	float:left;
	width: 300px;
}
#product_options {
	float: left;
	_width:420px;
	margin: 10px;
}
#base_product_options {
	position: relative;
	float:left;
	width:300px;
}
#product_summary {
	float: right;
	color: #000000;
	width: 260px;
	margin: 10px;
	position: absolute;
	top:80px;
	right: 5px;
}
#product_summary table {
	font-family: Arial;
	font-variant:normal;
	background-color: #ffffff;
	color: #000000;
}
#base_product_summary {
	position: relative;
	float:right;
	width:300px;
	background-color: #ffffff;
}
#product_sample {
	float: left;
	margin: 10px;
}
#product_sample_table {
	position: relative;
	margin-left:25px;
}
#dialog_header {
background-image:url(/img/Customize.png);
	background-repeat:no-repeat;
	background-color:#024f82;
	width: 985px;
	_width: 1005px;
	height: 71px;
	_height: 81px;
	padding-top: 10px;
	padding-bottom:0px;
	margin:0px;
	border-bottom: 1px solid #002c49;
	
}
#dialog_silverlining {
	font-family: Minion;
	color:#fff;
	font-size:19px;
	background-color:#024f82;
	margin-top:-10px;
	padding: 0px 0px 3px 70px;
}
.block_head {
	text-align:left;
	color:#ffffff;
	width:400px;
	background:#024f82;
}
.block_content {
	PADDING-BOTTOM: 4px;
	PADDING-LEFT: 4px;
	WIDTH:342px;
	_width:400px;
	PADDING-RIGHT: 4px;
	PADDING-TOP: 4px;
	overflow:hidden;
}
.block_subcontent {
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 350px;
	PADDING-RIGHT: 0px;
	DISPLAY: none;
	PADDING-TOP: 0px;
}
.block_option {
	position: static;
	float: none;
	color: #000;
}
.block_suboption {
	display: none;
}
table.swatchtable {
	font-family: Verdana;
	font-weight: normal;
	font-size: 1em;
	margin-top: 0px;
	vertical-align: middle;
}
table.swatchtable tr td {
	vertical-align: middle;
	padding-left: 0px;
}
.swatch_image {
	border-width: 4px;
	border-style: solid;
	border-color: transparent;
}
/* the overlayed element */ 
.simple_overlay {
	z-index: 10000;
	border: #666 1px solid;
	position:absolute !important;
	top:10px !important;
	left:150px !important;
	background-color: #828282;
	height: 850px;
	width: 985px;
	_width: 1005px;
	display:none;
	-moz-box-shadow: 0 0 10px 5px #666;
	-webkit-box-shadow: 0 0 10px #666;
	font-size:1em;
}
/* close button positioned on upper right corner */ 
.simple_overlay .close {
	background-image:url(/img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.visible_overlay {
	border: #666 1px solid;
	background-color: #828282;
	height: 850px;
	width: 985px;
	display:block;
	-moz-box-shadow: 0 0 10px 5px #666;
	-webkit-box-shadow: 0 0 10px #666;
	font-size:1em;
}
/* close button positioned on upper right corner */ 
.visible_overlay .close {
	background-image:url(/img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* styling for elements inside overlay */ 
.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:150px;
}
.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}
#product_summary_container {
	position: relative;	
}
#product_summary_content {
	background-color: #fff;
	float:right;
	width: 260px;
}
#product_summary_header {
	background-color: transparent;
	float:right;
}

