.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
/*  font-size: 12px;*/
  margin: -7px;
  background-color: #c00;
/*  color: #fff;*/
}

#errorExplanation p {
/*  color: #333;*/
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
/*  font-size: 12px;*/
  list-style: square;
}

/* ++++ */


/* homage to apple.com */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

img { behavior: url(../javascripts/iepngfix.htc); border: 0; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.left_icon { float: left; margin: 2px 10px 10px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
img.across { margin: 2px 0 16px 0; }
img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }
img.border { 
  border: 5px solid silver; 
  -webkit-border-radius:5px;border-radius:5px;-moz-border-radius:5px;
}
img.whiteborder { 
  border: 5px solid white; 
  -webkit-border-radius:5px;border-radius:5px;-moz-border-radius:5px;
}



#container { width: 980px; margin: 0 auto; position: relative; }
#main { width: 100%; position: relative; }
#content { padding: 18px 0px; position: relative; color: #333; }
#breadcrumb { clear: both; text-align: center; margin: 18px auto; clear: both; font-size: 10px; color: #686868; }

/* GRID */
.column { float: left; }
.grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col { width: 100%; }

.grid2col .column { width: 47%; margin-right:2em; }
.grid2col .grid2col .column { width: 47.8%; }
.grid3col .grid2col .column { width: 46%; }
.grid4col .grid2col .column { width: 45%; }

.grid2cola .column.first { width: 66%; }
.grid2cola .column.last { width: 32%; }

.grid2colb .column.first { width: 74.9%; }
.grid2colb .column.last { width: 23%; }

.grid2colc .column.first { width: 32%; }
.grid2colc .column.last { width: 66%; }

.grid2cold .column.first { width: 23%; }
.grid2cold .column.last { width: 74.9%; }

.grid2cole .column.first { width: 79%; }
.grid2cole .column.last { width: 19%; }

.grid2colf .column.first { width: 19%; }
.grid2colf .column.last { width: 79%; }

.grid3col .column { width: 32%; margin-left: 2%; }
.grid2col .grid3col .column { width: 31%; }

.grid3cola .column { width: 58%; margin-left: 2%; }
.grid3cola .column.first,
.grid3cola .column.last { width: 19%; }

.grid4col .column { width: 23%; margin-left: 3%; }

.grid5col .column { width: 18.4%; margin-left: 2%; }

.grid6col .column { width: 15%; margin-left: 2%; }

.column.first, .column.last { margin-left: 0 !important; }
.column.last { float: right !important; }

p.last, ul.last, ol.last, li.last { _width: auto !important; _float: none !important; }

#container:after, #content:after, .grid2col:after, .grid2cola:after, .grid2colb:after, .grid2colc:after, .grid2cold:after, .grid2cole:after, .grid2colf:after, .grid3col:after, .grid3cola:after, .grid4col:after, .grid5col:after, .grid6col:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#container, #content, .grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col { zoom: 1; }

/* GRID - Three Column, use on individual pages */
/*.grid3cola .column { width: 582px; margin-left: 15px; }
.grid3cola .column.first,
.grid3cola .column.last { width: 184px; }
.grid3cola .grid3col .column { width: 32%; margin-left: 14px; }
*/

/* TYPE */
body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #676767; color: #333; }

a{/* color:#08c;*/
color:#00cc00;}
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
a.more { white-space: nowrap; padding-right: 10px; background: url(../images/elements/arrows/morearrow_grn.gif) no-repeat 100% 50%; zoom: 1; }
a[rel="external"], a.external { white-space: nowrap; padding-right: 15px; background: url(../images/elements/icons/external10x10.gif) no-repeat 100% 50%; zoom: 1; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important; }
abbr { border: 0; }

p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; text-shadow: #ccc 2px 2px 2px;}
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }
p.intro { font-weight: bold; }
.center { text-align: center; }
.text_left { text-align: left; }
.more { text-align: right; }
.right { float: right; }
span.right, div.right { float: right; margin: 2px 0 16px 20px; }
.bad {background-color: #f095bf;}
.good {background-color: #a0d5b5;}

ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; margin-right: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul ul.circle,
ul ul.square { margin-top: 4px; margin-bottom: 5px; }

a.pdf { background: url(../images/elements/icons/globaliconpdf12x12.gif) 0 0.4em no-repeat; display: block; padding-left: 20px; }
a.dl { background: url(../images/elements/icons/globalicondl11x10.gif) 0 0.4em no-repeat; display: block; padding-left: 20px; }

.last { margin-bottom: 0; }
#main .sidebar { font-size: 10px; line-height: 18px; color:#686868; }
#main .callout { font-size: 11px; line-height: 18px; margin-bottom: 18px; }

/* HEADER */
#globalheader { width: 982px; height: 38px; margin: 18px auto; position: relative; z-index: 9998; }
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 117px; height: 0; padding-top: 38px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image: url(../images/nav/images/tl_globalnavbg.png); _background-image: url(../images/nav/images/tl_globalnavbg.gif); background-repeat: no-repeat; }

/* NAV */
#globalheader #globalnav li#gn-thinlinx  a { background-position: 0 -38px; width: 514px; }
#globalheader #globalnav li#gn-products  a { background-position: -514px -38px; }
#globalheader #globalnav li#gn-solutions a { background-position: -631px -38px; }
#globalheader #globalnav li#gn-service   a { background-position: -748px -38px; }
#globalheader #globalnav li#gn-about     a { background-position: -865px -38px; }

/* OVER */
#globalheader #globalnav li#gn-thinlinx  a:hover { background-position: 0 0; }
#globalheader #globalnav li#gn-products  a:hover { background-position: -514px 0; }
#globalheader #globalnav li#gn-solutions a:hover { background-position: -631px 0; }
#globalheader #globalnav li#gn-service   a:hover { background-position: -748px 0; }
#globalheader #globalnav li#gn-about     a:hover { background-position: -865px 0; }

/* PRESSED */
#globalheader #globalnav li#gn-thinlinx  a:active { background-position: 0 -76px; }
#globalheader #globalnav li#gn-products  a:active { background-position: -514px -76px; }
#globalheader #globalnav li#gn-solutions a:active { background-position: -631px -76px; }
#globalheader #globalnav li#gn-service   a:active { background-position: -748px -76px; }
#globalheader #globalnav li#gn-about     a:active { background-position: -865px -76px; }

/* ON */
#globalheader #globalnav li a.current:hover { cursor: default; }
#globalheader #globalnav li#gn-thinlinx a.current:hover { background-position: 0 0; cursor: default; }
#globalheader #globalnav li#gn-products a.current { background-position: -514px -114px !important; }
#globalheader #globalnav li#gn-solutions a.current { background-position: -631px -114px !important; }
#globalheader #globalnav li#gn-service a.current { background-position: -748px -114px !important; }
#globalheader #globalnav li#gn-about a.current { background-position: -865px -114px !important; }

/* FOOTER */
#globalfooter { width: 980px; color: #CCC; font-size: 10px; margin: 18px auto; padding-bottom: 36px; text-align: left !important; }
#globalfooter p { margin-bottom: 1em; }
#globalfooter p.gf-buy { float: left; width: 60%; margin: 18px 0 9px 3px; }
#globalfooter .gf-links {
  float: left;
/*  margin: 0px 3px 9px 0;*/
}
#globalfooter .gf-copyright {
  clear: both;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding-top: 9px;
}

#globalfooter .gf-copyright p {
  float: right;
/*  margin-left: 3px;*/
}

/* BILLBOARD */
#splash { width: 980px; margin: 0 auto 10px; clear: both; color: #76797c; }
#splash { margin: 10px auto 0 auto; }
#splash img.bottom { padding: 0; border: 0; margin: 0; margin-bottom: 16px; }
#splash a.more { padding-right: 8px; background: url(../images/elements/arrows/morearrow_grn.gif) no-repeat 100% 50%; text-decoration: none; }
#splash a.more:hover { text-decoration: underline; }

#splash { width: 980px; margin-bottom: 15px; position: relative; }
#splash h1 { margin: 0; }
#splash img { display: block; }

#splash.hote h1 a { position: absolute; top: 380px; left: 165px; width: 690px; height: 44px; display: block; background: url(../images/elements/products/hot-e-hero-tagline-04.png) no-repeat; text-indent: -9999px; overflow: hidden; behavior: url(../javascripts/iepngfix.htc); }
#splash.hote p { text-indent: -9999px; overflow: hidden; height: 0; margin-bottom: 0; }
#splash.hote img { margin-top: -4px; position: relative; }
#splash.hote #watch { top: 478px; left: 828px; }

div.product a.more {display: inline; float:right;}

/* text pages */
.grid1col { width:75%; }
.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
.pad20 { padding: 20px; }
.padtop5 { padding-top: 5px;}
.padtop10 { padding-top: 10px;}
.padtop15 { padding-top: 15px;}
.padtop20 { padding-top: 20px;}
.padtop35 { padding-top: 35px;}
.padright10 { padding-right: 10px;}
.padright20 { padding-right: 20px;}
.padleft20 { padding-left: 20px;}

#main #content .divider { border-top:1px solid #e0e0e0; margin:0; padding:0; }

/* BOXES */
#main #content .box { width:184px; background-color: #9a9; }
#main #content .box p { padding: 0 10px 0 10px; }
#main #content .box h2 {
  background: url(../images/elements/support/header_greenbg_676767.png) no-repeat;
  height: 21px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  padding: 4px 10px 0 10px;
  color: white;
  font-weight: normal;
  font-size: 12px;
  text-shadow: none;
}
#main #content .box h2 a { display: block; position: absolute; height: 25px; width: 100%; background: url(../images/elements/support/box_linkarrow.png) 95% 50% no-repeat; }
#main #content .padder { padding: 0 15px; }
#main #content a.more { color:#333; }


#page_bg {
  background: white url(../images/elements/support/page_bg.jpg) repeat-y;
  padding: 2em;
  -webkit-border-radius:7px;border-radius:7px;-moz-border-radius:7px;
}

/* PRINT */
@media print {
	body, #main, #content { color: #000 !important; }
	a, a:link, a:visited { color: #000 !important; text-decoration:none !important; }
	#globalheader, #globalfooter, .noprint, .hide { display: none !important; }
	#main a.pdf, #main a.html, #main a.dl, { padding-left: 0 !important; background-image: none !important; }
}

/* ******************************************************* */

/* Subsection Tabs
--------------------*/
#content ul.subsection_tabs {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
  clear: both;
/*  border-bottom: 1px solid #ccc;*/
  height: 20px;
  clear: both;
}

#content ul.subsection_tabs li.tab {
  float: right;
  margin-right: 7px;
  text-align: center;
}

#content ul.subsection_tabs li.tab a {
  -webkit-border-radius:5px;
  border-radius:5px;
  -moz-border-radius:5px;
  display: block;
  height: 20px;
  padding: 0 2em 0 2em;
  background-color: #FFFFFF;
  color: #333333;
}

#content ul.subsection_tabs li.tab a:hover {
  color: #0c0;
}

#content ul.subsection_tabs li.tab a.active {
  background: #ddd url(../images/elements/support/box_linkarrow.png) 5% 50% no-repeat;
  color: #333;
  text-decoration: none;
  cursor: default; 
}

/* TOOLBAR BUTTONS */

.widgToolbar a
{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -1000em;
	text-decoration: none;
}

.widgToolbar a:hover
{
	background-position: 0 -30px;
}

.widgToolbar a:active
{
	margin-top: 2px;
	margin-left: 2px;
	background-position: 0 -60px;
}

.widgToolbar li.on a, .widgToolbar li.on a:hover
{
	background-position: 0 -60px;
}

.widgToolbar li.widgEditButton
{
	background-image: url(../images/widgeditor_button_shadow.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.widgButtonBold
{
	background-image: url(../images/widgeditor_button_bold.gif);
}

.widgButtonHTML
{
	background-image: url(../images/widgeditor_button_html.gif);
}

.widgButtonImage 
{
	background-image: url(../images/widgeditor_button_image.gif);
}

.widgButtonItalic 
{
	background-image: url(../images/widgeditor_button_italic.gif);
}

.widgButtonLink
{
	background-image: url(../images/widgeditor_button_link.gif);
}

.widgButtonOrdered
{
	background-image: url(../images/widgeditor_button_ordered.gif);
}

.widgButtonUnordered
{
	background-image: url(../images/widgeditor_button_unordered.gif);
}

.widgSource a
{
	background-image: url(../images/widgeditor_button_empty.gif);
	cursor: default;
}

.widgSource li.on a, .widgSource li.on a:hover
{
	background-position: 0 0;
}

.widgSource .widgButtonHTML
{
	background-image: url(../images/widgeditor_button_html.gif);
}

.widgSource .widgButtonHTML:hover
{
	cursor: pointer;
}




/* TOOLBAR */

.widgToolbar
{
	list-style: none;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 0 0 2px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/widgeditor_toolbar_bg.gif);
	background-repeat: repeat-x;
}

* html .widgToolbar
{
	width: auto;
}

.widgToolbar li
{
	display: inline;
	float: left;
	width: 32px;
	height: 32px;
	margin-top: 9px;
	margin-left: 7px;
	line-height: 30px;
}

/* EDITING AREA */

.widgIframe
{
	clear: left;
	width: 100%;
	height: 400px;
	border-top-width: 1px;
}

.widgContainer textarea.widgEditor
{
	clear: left;
	width: 100%;
	height: 200px;
	border-top-width: 1px;
	padding: 0;
}

/* EDITOR CONTAINER */

.widgContainer
{
/*  height: 600px;*/
}

/* Other */

#menu li a {
  -webkit-border-radius:3px;border-radius:3px;-moz-border-radius:3px;
  padding: 0.5em 1em;
  border:0;
  margin: 0;
  letter-spacing:0.1em ;
  color: #ccc;
  text-decoration:none;
  text-transform:uppercase;
  background: #676767;
  text-shadow: #333 2px 2px 2px;
}

#menu > li a:hover {
  background-color: #333333;
  color: #99FF33;
}

.product {
    -webkit-border-radius:10px;border-radius:10px;-moz-border-radius:10px;
    padding: 2em;
    border: 1px outset #999;
/*    border-width: 1px 2px 2px 1px;*/
    background: #FFF;
}

.product h3 {
  text-shadow: #ccc 2px 2px 2px;
}

.product h3 a {
  color: black;
  text-decoration:none;
}

div.dimmed {background-color:#cccccc;}
.highlight {
  background-color: #a0d5b5;
}
.lowlight {
  color: #333;
  background-color: #72bd72;
}


span.highlight a {
  color: black;
}


h3.beta_program a { position: absolute; top: 5em; right: 0px; width: 216px; height: 218px; display: block; background: url(../images/hote_beta.png) no-repeat; text-indent: -9999px; overflow: hidden; behavior: url(../javascripts/iepngfix.htc); }


#about_faq h3 {font-size: 1.2em;font-weight:normal;margin-bottom: 0.5em;color:#000;}

#cart table {
  margin-bottom: 1em;
}

.total-line td {font-weight: bold;}
.total-line {border-top:1px solid black;}


#sidebar {
  position: fixed;
  bottom:50px;
  line-height: 1.4em;
  border:5px solid #a0d5b5;
  background-color: white;
  -webkit-border-radius:3px;border-radius:3px;-moz-border-radius:3px;
/*  width: 230px;*/
  margin: 5px 0;
/*  margin-right: -30px;*/
  padding: 1em;
}

#notice {
  width: 100%;
  background-color: #333;
  color: #a0d5b5;
  border-bottom: 1px dotted #aaa;
  text-align: center;
  font-weight: bold;
  padding:0em 0;
}

/* Admin */

.invoice_total {
  margin-top:0.5em;
  border-top: double #676767;
}