/* CSS Document */
.productTable {
margin:10px 0;
padding: 0;
width: 600px; /*new*/
}

.productSummary {
	padding: 3px;
	background: inherit;
}

.productSummary h1 {
	color: #036;
	margin: 0 0 10px 0;
	padding:0;
	
	font-size: 220%;
}


.productTrial {
	color: #036;
	/*background-color: #FFF1BE;*/
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	padding: 7px;
}
.productTrial a {
	color: #036;
	text-decoration: none;
}
.productTrial a:hover {
	color: #036;
	text-decoration: underline;
}


.productImageChooser {
	color: #333;
	margin: 10px 0;
	text-align: center;
	font-size: 90%;
}
.productImageChooser a {
	color: #333;
	text-decoration: none;
}
.productImageChooser a:hover {
	color: #333;
	text-decoration: underline;
}


/* TURING INVISIBLE RIGHT NOW */
.productFeatureIcons{
	height: 30px;
	margin: 20px 10px 10px 10px;
	border: 1px solid green;
	display:none;
}




.productKeyFeatures{
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 120%;
}
.productKeyFeatures ul {
	margin:0;
}
.productKeyFeatures li {
	margin-left: 8px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.2em;
	padding-top: 7px;
}



#productAddToQuoteOld{
	color: white;
	background-color: #FF8600;
	border: 1px solid #FF6600;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	margin-top: 10px;
	
	padding: 5px;
	width: 250px;
	/*height: 37px;*/
}

#productAddToQuoteOld a {
	color: white;
	text-decoration:none;
	width: 112px;
	margin: 0 1px;
	padding-left: 1px;
	height: 28px;
}



#productAddToQuote{
	color: white;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	margin: 10px auto 0 auto;
	padding: 5px;
	width: 250px;
}
#productAddToQuote a {
	color: white;
	text-decoration:none;
	width: 112px;
	margin: 0 1px;
	padding-left: 1px;
	height: 28px;
}

#productAddToQuote2{
	color: white;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	margin: 10px auto 0 auto;
	padding: 5px;
	width: 250px;
}
#productAddToQuote2 a {
	color: white;
	text-decoration:none;
	width: 112px;
	margin: 0 1px;
	padding-left: 1px;
	height: 28px;
}

.productThumb {
	padding: 5px 10px;
	height: 40px;
	width: 40px;
}

.productBuyingGuideBox {
	/*border: 1px solid #FFCC33;*/
	border: 1px solid #999999;
	/*background: #FFF1BE;*/
	background: #fafafa;
	color: #003366;
	margin: 10px auto;
	padding: 5px;
	text-align: left;
	font-size: 90%;
	width: 250px;
}

.productBuyingGuideBox h4  {
	margin-top: .5em;
	margin-bottom: 1em;
	font-size: 142%;
}

.productBuyingGuideBox .heading{
	/*border: 1px solid #003366;
	background: #eaf2ff;*/
	border: 1px solid #036;
	background: #FF8600;
	/*color: black;*/
	color: white;
	font-weight: bold;
	text-align: center;
	margin:0;
	padding: 2px;
}


.productBuyingGuideBox form {
	margin:0;
	padding:0;
}		
.productBuyingGuideBox ul{
	list-style-type: none;
	margin:0;
}		



/* image popup stuff */
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}











/* TAB PANE STUFF */
.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	/*width:		100%;*/
	width:		99%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	/*cursor:			Default;*/
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			left;
	padding:		3px 6px 3px 6px;
	background:		rgb(234,242,255);
	/*background: #FFF1BE;*/
	
	border:			1px solid;
	/*border-color:	rgb(120,172,255);*/
	border-color:	#366903;
	border-left:	0;
	border-bottom:	0;
	border-top:		0;
		
	z-index:		1;
	position:		relative;
	top:			0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	/*border:			1px solid rgb(120,172,255);*/
	border: 1px solid #366903;
	border-bottom:	0;
	z-index:		3;
	padding:		2px 6px 5px 6px;
	margin:			1px -6px -2px 0px;
	top:			-2px;
	background:		white;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Helvetica, Arial;
	font-size:			13px;
	color:				rgb(0,66,174);
	text-decoration:	none;
}

.dynamic-tab-pane-control .tab-row .hover a {
	color:	rgb(0,66,174);
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	/*border:			1px solid rgb(120,172,255);*/
	border: 1px solid #366903;
	background:		White;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		13px;
	padding:		10px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background:		rgb(234,242,255);
	/*background: #FFF1BE;*/
	height:			1.85em;
	width:			100%;
}


.dynamic-tab-pane-control .tab-page p {
padding-top: 10px;
}


	/* GENERIC TAB STUFF */
dynamic-tab-pane-control .tab-page {
	height:		200px;
}

.dynamic-tab-pane-control .tab-page .dynamic-tab-pane-control .tab-page {
	height:		100px;
}

.dynamic-tab-pane-control h2 {
	text-align:	center;
	width:		auto;
}

.dynamic-tab-pane-control h2 a {
	display:	inline;
	width:		auto;
}

.dynamic-tab-pane-control a:hover {
	background: transparent;
}


