/*** HYPERTOOLS CMS STYLESHEET ***/

/*** standard tags ***/
body {
	background: #E7F7EF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}

a:link, a:visited {
	color: #393D3E;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #AF4D05;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	border-bottom: solid #999 1px;
	color: #999;
	font-size: 19px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	background: #FFF url(gfx_site/title_back.gif) repeat-x;
	border-bottom: solid #999 1px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

h3 {
	margin: 0px;
	color: #999;
	font-size: 10px;
	font-weight: bold;
}

th {
	font-size: 12px;
}

td {
	font-size: 10px;
}

p {
	margin: 5px 0px 10px 0px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 2px 4px;
}

/*** form styles ***/
form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*** custom form styles ***/
.frm_titleBox {
	background: #CCC;
	margin: 0px;
	padding: 2px;

	font-weight: bold;
}
.frm_textBox {
	border: solid 1px #000;
}
.frm_textBox div {
	clear:both;
}
.frm_textBox label {
	position: relative;
	float: left;
	left: 0px;
	margin: 5px;
	text-align: right;
	width: 120px;
}
.frm_textBox input, .frm_textBox textarea {
	position: relative;
	left: 0px;
	margin: 5px;
}
.frm_textBox textarea {
	height: 100px;
}
.frm_error {
	margin: 20px auto 20px auto;
	width: 420px;
	border: solid #000 1px;
	background: #EEE;
	padding: 5px;
}
.frm_Box{
	background: #CCC;
	border-bottom: solid #000 1px;
	color: #000;
}
.inputBox {
	background: #FFF url(gfx_site/input_box.gif) repeat-x;
	border: solid #000 1px;
	color: #000;
	width: 260px;
}
.inputBoxHalf {
	background: #FFF url(gfx_site/input_box.gif) repeat-x;
	border: solid #000 1px;
	color: #000;
	width: 130px;
}
#lyrResetMsg {
	text-align: center;
	color: #F00;
	font-weight: bold;
	height: 20px;
}

/*** navigation elements ***/
.pagePath {
	font-size: 9px;
	margin: 0px;
	padding: 2px;
}
.pageNumbers {
	margin: 0px;
	padding: 2px;

	font-weight: bold;
	text-align: center;
}

/*** sub styles ***/
.txt_smallPrint {
	font-size: 10px;
}

/*** content styles ***/
#pageHeader {}

#pageFooter {}

#page {
	clear: both;
background: #d1edd7 url(gfx_site/sideCol_back.gif) repeat-y;
	border: solid #000 1px;
	margin: 0px auto 0px auto;
	width: 760px;
}

#pageContent {
	background: #FFF;
	float: right;
	width: 558px;
	/* height: 570px; */
	padding: 10px;
}

#sideCol {
	float: left;
	padding: 10px;
	width: 160px;
}

.sideCols {}

.sideBox {
	margin: 0px;
	padding: 5px;
	/*border: solid #000 1px;*/
}

.objProduct {
	clear: both;
	position: relative;
	top: 0px;
	left: 0px;

	margin: 0px;
	padding: 2px;
}

/*** custom styles ***/
/* replace with .objContent table ??? */
.objTable {
	clear:both;
	font-size: 9px;
	text-align: left;
}

.objTable td {
	background: #d1edd7;
}

.sideBox a {}

.sideBox th {
	background: #DCC293 url(gfx_site/nav_title.gif) no-repeat;
	padding: 2px;

	font-size: 15px;
	font-weight: bold;
}

.sideBox td {
	border-bottom: 1px solid #000;
	padding: 5px;
}

.sideInfo {
	padding: 0px 0px 0px 18px;
}

.ftr_smallPrint {
	clear: both;
	font-size: 10px;
	text-align: center;
}

.tbl_info {}

.sideTitle {
	border: solid #000 1px;
	font-weight: bold;
	padding: 5px;
}

.objTable th {
	font-size: 10px;
	font-weight: bold;
}

.objRow {}

.objRowBuy {
	width: 47px;
}

