@media all
{
	.product-purchase-block
	{
		float: left;
		width: 325px;
		padding: 0 5px;
	}
	.tgws-contact-form-error,.tgws-contact-form-errorlist
	{
		color: red;
	}
		.editFormCol
        {
            color: black;
            font-size: 1em;
            font-family: Arial;
            width: 200px;
            margin: 2px;
            text-align: right;
            margin-right: 15px;
            padding-right: 10px;
            float: left;
        }

        .editFormClear
        {
            clear: left;
            height: 1px;
            margin: 0px;
            padding: 0px;
            font-size: 0px;
            margin-bottom: .5em;
            padding-bottom: 1em;
            /* border-bottom: 1px solid #ccc; */
            width: 520px;
        }

        #contactForm input
        {
            width: 180px;
        }

        .editFormTextBox, #contactForm select
        {
            
            border: 1px solid #cccccc;
            padding: 2px;
            
            margin: 2px;
            font-size: 10pt;
            font-family: arial;
        }

        .captcha
        {
            font-size: .4em;
            font-weight: bold;
            color: black;
        }



.testimonialItem
{
	border: 2px solid gray;
	padding: .5em;
	width: 180px;
}

em
{
	font-weight: bold;
	color: #555;
}

#leftBar
{
	padding: 2px;
	position: absolute;
	left: 2px;
	top: 10px;
	margin-left: 0px;
	margin-top: 0px;
	width: 110px;
	border: 1px solid #ccc;
	z-index: 3;
	font-size: .7em;
	background-color: white;
}

.sidebarSection
{
	background-color: #333;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}


.articleTitle
{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: -.4em;
	color: #C30;

}

.st
{
	text-decoration: line-through;
}

hr
{
	margin: 0 auto 0 0;
	border: none;
	background-color: #AAA;
	color: #AAA;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 8px;
	width: auto;
	align: left;
	border-bottom:1px dashed #EEE;
}

ul
{

	list-style-type: square;
	list-style-position: inside;
}

li
{
	margin-left: 1em;
}

img
{
	border: none;
}

code
{
	font-size: 1em;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}


h1
{
	font-size: 1.2em;
}

h2
{
	font-size: 1.2em;
}

h3
{
	margin-bottom: -12px;
	color: #C30;
}

.pageSection
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -.9em;
	color: #C30;
}

.pageSubSection
{
	font-weight: bold;
	color: black;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -.3em;
	margin-left: 1em;
}


.docFunction
{
	font-weight: bold;
	font-size: .9em;
	color: #33F;
}

.documentationSection
{
	color: black;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -.4em;
	margin-left: 1em;
}





.pullLetter:first-letter
{
	font-size: 200%;
	font-weight: bold;
}

.error
{
	color: red;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: -.6em;
}

#page, .centeredPage
{
	width: 908px;
	margin-left: auto;
	margin-right:  auto;
	margin-top: 10px;
}

#header
{
	width: 908px;
	height: 104px;
	margin: 0px;
	padding: 0px;
	line-height: 0em;
	z-index: 2;
}

#topNav div.contentBox
{
	text-align: center;
}

#topNav div.contentBox ul
{
	list-style: none;
	margin: 0pt auto;
	padding: 0px;
	
	
}

#topNav div.contentBox ul li
{
	margin-left: 0px;
	float: left;
	
	padding-right: 8px;
	padding-left: 8px;
	
}

.professionallyCentered
{
	text-align: center;
	width: 100%;
}

.centeredPage
{
	width: 900px;
	margin-top: 0px;
}

.contentBox
{
	background-image: url( ../images/new/css/contentBg1.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid green;
	padding: .5em;
	margin-top: 4px;
	margin-bottom: 4px;
}

#sidebar
{
	margin-right: 0px;
	margin-top: 0px;
	float: right;
	width: 200px;
}

#sidebar .contentBox
{
	margin-top: 4px;
}

.sidebarSection
{
	padding-left: 5px;
}


#mainPage
{
	float: left;
	width: 675px;
	margin-top: 4px;
	margin-right: 0px;
	clear: none;
}

#topNav .contentBox
{
	font-size: 1.1em;
	font-weight: bold;
}

.breadcrumb
{
	/*background-image: url(../images/css/breadcrumb_bg.jpg);*/
	/*background-repeat: no-repeat;*/
	height: 21px;
	padding-top: 4px;
	padding-left: 30px;

}


#footer_left
{
	float: left;
	padding-left: 5px;
}

#footer_right 
{
	float: right;
	padding-right: 20px;
}


.spacer
{
	clear: both;
}

a
{
	color: #C00;
	text-decoration: underline;
	background-color: inherit;
}
a:visited {
	color: #666666;
	text-decoration: none;
	text-decoration: underline;
	background-color: inherit;
}
a:hover {
	text-decoration: underline;
	color: #800;
	background-color: inherit;
}


#footer a {
	color: #5E5E5E;
	text-decoration: underline;
	background-color: inherit;
}
#footer a:visited {
	color: #333333;
	text-decoration: underline;
	background-color: inherit;
}
#footer a:hover {
	text-decoration: underline;
	color: #CC0000;
	background-color: inherit;
}

/* ----------------------------- */
.customLink a, .customLink a:visited, .customLink a:hover
{
	color: white;
	text-decoration: underline;
	background-color: inherit;
}


select.option, option
{
	background-color:#DFF2FF;
}

input.text, textarea, select
{
	font-family: arial;
    font-size:1.0em;
    line-height:1.3em;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(/images/fieldbg.jpg) ;
}

/* styles for articles */

.codeBlock
{
	border: 1px solid black;
	margin: .5em;
	margin-left: .5em;
	margin-right: .5em;
	padding-top: 0em;
	padding-left: .7em;
	
	font-size: 1em;
	background-color: rgb(255, 255, 204);
	width: auto;
	overflow: auto;
}

.topProductLinks
{
	/* margin-top: -10px; */
}

.subProductLinks
{
	margin: 0px;
	padding: 0px;
	margin-top: -.8em;
}

/* ------------------------------------------------ */

.PopupWindow
{
	padding: 5px;
	background-color: #EED;
	border:1px double #000055;
	display:none;
	left: 10px;
	position:absolute;
	top:10px;
	
	z-index:2;
}

.BlockWindowBackground
{
	background-color:#000000;
	display:none;
	height:1000%;
	left:0px;
	opacity:0.5;
	position:absolute;
	top:0px;
	width:100%;
	z-index:1;
}

}


/* ---------------------------------------- */


@media print
{

.noPrint, #topNav
{
	display: none;
}




#mainPage.contentBox, #header img, #page
{
	width: 7in;
}



}



