/* Colores:				*/
/*   rgb(127,181,30);	green		*/
/*   rgb(170,205,105);	light green	*/
/*   rgb(212,231,179);	lighter green	*/
/*   rgb(238,70,17);	orange		*/
/*   rgb(245,132,95);	light orange	*/
/*   rgb(249,193,175);	lighter orange	*/


BODY,TABLE,TD,TR,FORM {
  border-collapse: collapse;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: Tahoma, Arial;
  font-size: 8pt;
}
BODY {
	background-color: #8dc63f;
	background-image: url(../img/bodybk.png);
	background-repeat: repeat-y;
	background-position: center;
}
H1 {
	font-size: 14pt;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	background-color: #F06;
	color: #FFF;
	border-top-right-radius:0.5em 0.5em;
	-webkit-border-top-right-radius:0.5em 0.5em;
	-o-border-top-right-radius:0.5em 0.5em;
	-moz-border-radius-topright:0.5em 0.5em;
	border-top-left-radius:0.5em 0.5em;
	-webkit-border-top-left-radius:0.5em 0.5em;
	-o-border-top-left-radius:0.5em 0.5em;
	-moz-border-radius-topleft:0.5em 0.5em;
	border-bottom-right-radius:0.5em 0.5em;
	-webkit-border-bottom-right-radius:0.5em 0.5em;
	-o-border-bottom-right-radius:0.5em 0.5em;
	-moz-border-radius-bottomright:0.5em 0.5em;
	border-bottom-left-radius:0.5em 0.5em;
	-webkit-border-bottom-left-radius:0.5em 0.5em;
	-o-border-bottom-left-radius:0.5em 0.5em;
	-moz-border-radius-bottomleft:0.5em 0.5em;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0px;
}
H2 {
  font-size: 10pt;
  margin: 0;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 4px;
  text-align: left;
  color: rgb(238,70,17);
}
P {
  font-size: 9pt;
  margin: 0;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 8px;
  text-align: justify;
}
SMALL {
  font-size: 8pt;
}
Q {
  font-size: 9pt;
  color: rgb(51,51,51);
}
LABEL {
  position: relative;
  top: -2px;
  font-weight: bold;
  cursor: hand;
  cursor: pointer;
}

#main {
	width: 1000px;
	background: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#input200 {
  width: 240px;
  border: solid 1px rgb(238,70,17);		/* orange */
  font-family: Tahoma, Arial;
  font-size: 8pt;
  padding-left: 2px;
  padding-right: 2px;
}
#input100 {
  width: 120px;
  border: solid 1px rgb(238,70,17);		/* orange */
  font-family: Tahoma, Arial;
  font-size: 8pt;
  padding-left: 2px;
  padding-right: 2px;
}
#input75 {
  width: 88px;
  border: solid 1px rgb(238,70,17);		/* orange */
  font-family: Tahoma, Arial;
  font-size: 8pt;
  padding-left: 2px;
  padding-right: 2px;
}
#input50 {
  width: 60px;
  border: solid 1px rgb(238,70,17);		/* orange */
  font-family: Tahoma, Arial;
  font-size: 8pt;
  padding-left: 2px;
  padding-right: 2px;
}
#textarea {
  width: 100%;
  height: 80px;
  border: solid 1px rgb(238,70,17);		/* orange */
  font-family: Tahoma, Arial;
  font-size: 8pt;
  padding-left: 2px;
  padding-right: 2px;
}
#descrtextarea {
  width: 240px;
  height: 80px;
  border: solid 1px rgb(238,70,17);		/* orange */
  font-family: Tahoma, Arial;
  font-size: 8pt;
  padding-left: 2px;
  padding-right: 2px;
}
#select {
  border: solid 1px rgb(238,70,17);		/* orange */
  font-family: Tahoma, Arial;
  font-size: 8pt;
}

#caption {
  font-weight: bold;
  text-align: left;
  padding-left: 8px;
  padding-right: 4px;
}
#field {
  text-align: left;
  padding-top: 1px;
  padding-bottom: 1px;
}

#topmenu {
  background: url('../img/back.png') center center repeat-x;
  height: 32px;
}
#bottommenu {
  background: url('../img/back.png') center center repeat-x;
  height: 24px;
}
H1#menu {
	font-size: 11pt;
	text-align: center;
	font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #09C;
	border-top-right-radius:0em 0em;
	-webkit-border-top-right-radius:0em 0em;
	-o-border-top-right-radius:0em 0em;
	-moz-border-radius-topright:0em 0em;
	border-top-left-radius:0em 0em;
	-webkit-border-top-left-radius:0em 0em;
	-o-border-top-left-radius:0em 0em;
	-moz-border-radius-topleft:0em 0em;
	border-bottom-right-radius:0em 0em;
	-webkit-border-bottom-right-radius:0em 0em;
	-o-border-bottom-right-radius:0em 0em;
	-moz-border-radius-bottomright:0em 0em;
	border-bottom-left-radius:0em 0em;
	-webkit-border-bottom-left-radius:0em 0em;
	-o-border-bottom-left-radius:0em 0em;
	-moz-border-radius-bottomleft:0em 0em;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin: 0px;
	color: #FFF;
}
UL#menu {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
LI#suboption {
	background-color: #E2E2E2;
	background-image: url(../img/gray-bkbtn.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Corbel, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}
LI#suboption a{
	width: 200px;
	height: 25px;
	padding-left: 16px;
	padding-right: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 5px;
	text-decoration: none;
	background-color: #E2E2E2;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	vertical-align: text-top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
LI#suboption a:hover {
	background-color: #000;
	color: #FFF;
}
LI#menu {
  height: 16px;
  padding-left: 8px;
  padding-right: 2px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}
LI#menuwrap {
  padding-left: 8px;
  padding-right: 8px;
  margin: 0;
  white-space: nowrap;
}
DIV#disabled {
  display: block;
  width: 120px;
  text-align: left;
  font-size: 9pt;
  margin-left: 8px;
  padding-left: 12px;
  background: url('../img/arrow.gif') left center no-repeat;
  color: black;
}
A#enabled {
  display: block;
  width: 120px;
  text-align: left;
  font-size: 9pt;
  margin-left: 8px;
  padding-left: 12px;
}
A#enabled:link,A#enabled:visited {
  background: url('../img/arrow.gif') left center no-repeat;
  color: black;
}
A#enabled:active,A#enabled:hover {
  background: url('../img/moving.gif') left center no-repeat;
  color: darkgreen;
}
TD#option {
  width: 80px;
  background: url('../img/option.png') left no-repeat;
  padding-left: 8px;
  padding-right: 4px;
}
A#option {
	display: block;
	width: 80px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: "Myriad Pro", "Lucida Console", monospace;
}
A#option:link,A#option:visited {
	padding-left: 2px;
	padding-right: 2px;
	color: #E2E2E2;
}
A#option:active,A#option:hover {
	color: #0F0;
}
DIV#suboption {
  padding-left: 16px;
  padding-top: 1px;
  padding-bottom: 2px;
  text-align: left;
  border-right: dotted 1px rgb(127,181,30);	/* green */
  border-bottom: dotted 1px rgb(127,181,30);	/* green */
}
A#suboption {
	display: block;
	width: 120px;
	text-align: left;
	font-size: 10pt;
	padding-left: 12px;
}
A#suboption:link,A#suboption:visited {
  background: url('../img/arrow.gif') left center no-repeat;
  color: black;
}
A#suboption:active,A#suboption:hover {
  background: url('../img/moving.gif') left center no-repeat;
  color: darkgreen;
}
A#button {
//height: 20px;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
}
A#button:link,A#button:visited {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: underline;
  color: black;
}
A#button:active,A#button:hover {
  border: solid 1px rgb(238,70,17);		/* orange */
  padding-top: 1px;
  padding-bottom: 1px;
  background: rgb(127,181,30);			/* green */
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: darkgreen;
}

H1#rightpane {
	font-size: 11pt;
	text-align: center;
	font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #09C;
	border-top-right-radius:0em 0em;
	-webkit-border-top-right-radius:0em 0em;
	-o-border-top-right-radius:0em 0em;
	-moz-border-radius-topright:0em 0em;
	border-top-left-radius:0em 0em;
	-webkit-border-top-left-radius:0em 0em;
	-o-border-top-left-radius:0em 0em;
	-moz-border-radius-topleft:0em 0em;
	border-bottom-right-radius:0em 0em;
	-webkit-border-bottom-right-radius:0em 0em;
	-o-border-bottom-right-radius:0em 0em;
	-moz-border-radius-bottomright:0em 0em;
	border-bottom-left-radius:0em 0em;
	-webkit-border-bottom-left-radius:0em 0em;
	-o-border-bottom-left-radius:0em 0em;
	-moz-border-radius-bottomleft:0em 0em;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	color: #FFF;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#rightpane {
	margin-left: 4px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #09c;
	border-left-color: #09C;
}

A#link:link,A#link:visited {
  color: black;
}
A#link:active,A#link:hover {
  color: darkgreen;
}

.hidden {
  display: none;
}
.error {
  background: lightsalmon;
}
.green {
  color: rgb(127,181,30);
  font-weight: bold;
}
.red {
  color: red;
  font-weight: bold;
}
.orange {
  color: rgb(238,70,17);			/* orange */
}
.small {
  font-size: 6pt;
  font-weight: normal;
}
.big {
	font-size: 12pt;
	font-weight: normal;
	color: #333;
	padding-right: 2px;
	padding-bottom: 2px;
}
.bigshade {
	font-size: 12pt;
	font-weight: normal;
	color: #FFE7B6;			/* lighter orange */
	padding-left: 2px;
	padding-top: 2px;
}
.cursor {
  cursor: pointer;
  cursor: hand;
}
.faded {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
.left {
  text-align: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.right {
  text-align: right;
}
.top {
  vertical-align: top;
}

#catalogtable {
	margin-left: 8px;
}
#product {
  height: 140px;
  vertical-align: top;
  padding: 1px;
}
#category {
  height: 90px;
  vertical-align: top;
  padding: 1px;
}
#productframe {
  height: 140px;
  border-right: dotted 1px rgb(238,70,17);
  border-bottom: dotted 1px rgb(238,70,17);
}
#categoryframe {
	height: 105px;
	width: 180px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#categoryname {
  position: absolute;
  width: 180px;
}
#productextra {
  position: absolute;
  font-size: 14pt;
  font-weight: bold;
  color: darkgreen;
  float: left;
  margin-top: 116px;
}
#thumbnail {
	width: 90px;
	text-align: right;
	vertical-align: center;
	padding-top: 15px;
}
#thumb {
  margin-top: 5px;
}
#image {
  width: 250px;
  text-align: center;
  vertical-align: center;
}
#description {
  width: 120px;
  text-align: center;
  vertical-align: top;
}
#fulldescription {
  width: 350px;
  text-align: center;
  vertical-align: top;
}
#keycode {
  border-bottom: solid 1px rgb(238,70,17);
  font-family: Verdana, Arial, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  color: rgb(255,102,0);
}
#fullkeycode {
  border-bottom: solid 1px rgb(238,70,17);
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: rgb(255,102,0);
}
#text {
  font-family: Verdana, Arial, sans-serif;
  font-size: 7pt;
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  color: darkgreen;
}
#fulltext {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  text-align: justify;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: darkgreen;
}

A#title {
	margin-right:2px;
	display:block;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-align:center;
	background-color:#8dc63f;
	border-top-right-radius:0.5em 0.5em;
	-webkit-border-top-right-radius:0.5em 0.5em;
	-o-border-top-right-radius:0.5em 0.5em;
	-moz-border-radius-topright:0.5em 0.5em;
	border-top-left-radius:0.5em 0.5em;
	-webkit-border-top-left-radius:0.5em 0.5em;
	-o-border-top-left-radius:0.5em 0.5em;
	-moz-border-radius-topleft:0.5em 0.5em;
	border-bottom-right-radius:0.5em 0.5em;
	-webkit-border-bottom-right-radius:0.5em 0.5em;
	-o-border-bottom-right-radius:0.5em 0.5em;
	-moz-border-radius-bottomright:0.5em 0.5em;
	border-bottom-left-radius:0.5em 0.5em;
	-webkit-border-bottom-left-radius:0.5em 0.5em;
	-o-border-bottom-left-radius:0.5em 0.5em;
	-moz-border-radius-bottomleft:0.5em 0.5em;
	border:0px solid #8dc63f;
	padding:6px 1px 1px 1px;
}
A#title:link,A#title:visited {
  color: black;
  text-decoration: none;
}
A#title:active,A#title:hover {
  color: black;
  text-decoration: underline;
}

#admintable {
  width: 560px;
  margin-left: 8px;
  margin-right: 8px;
}
A#adminlink:link,A#adminlink:visited {
  color: white;
}
A#adminlink:active,A#adminlink:hover {
  color: yellow;
}
#head {
  background: darkgreen;
  border: solid 1px white;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
}
#odd {
  background: rgb(249,193,175);
  border: solid 1px white;
  color: black;
  padding-left: 4px;
  padding-right: 4px;
}
#even {
  background: rgb(212,231,179);
  border: solid 1px white;
  color: black;
  padding-left: 4px;
  padding-right: 4px;
}
#headerbk {
	background-color: #00F;
	width: 1000px;
	height: 150px;
}
#footerbk {
	background-color: #F60;
	height: 100px;
	color: #FFF;
	letter-spacing: .1em;
	background-image: url(../img/footerbk.png);
	background-repeat: repeat-x;
}
#footerinfo {
	font-size: 12px;
	float: left;
	width: 100%;
	text-align: center;
}
#footerlink {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#footerlink:hover {
	color: #FF0;
}
#footertels {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	float: left;
	width: 275px;
	padding-top: 15px;
	padding-left: 15px;
	text-align: right;
}
#socialicons {
	display: block;
	float: right;
	padding-right: 20px;
}#socialicons a #social {
	padding-top: 14px;
	padding-right: 6px;
}
#container {
	margin-right: 8px;
	margin-left: 8px;
}
#myHeader {
	height: 150px;
	width: 1000px;
	background-image: url(../img/TopBanner.png);
}
#linkHolder {
	width: 298px;
	margin-top: 25px;
	margin-left: 30px;
	float: left;
}
#SocialButons {
	float: right;
	width: 360px;
	height: 21px;
	margin-top: 0px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-top: 5px;
	background-image: url(../img/blackTrans.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#SocialButons p {
	display: inline;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-weight: bold;
	color: #0CF;
	padding: 0px;
}
#msg1 {
	text-align: right;
	font-family: "Myriad Pro", Gadget, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding-top: 78px;
}
#msg1 a {
	font-family: "Myriad Pro", Gadget, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
#msg2 {
	text-align: center;
	font-family: "Myriad Pro", Gadget, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	vertical-align: top;
	padding-top: 37px;
}
#msg2 a {
	font-family: "Myriad Pro", Gadget, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
#msg3 {
	text-align: center;
	font-family: "Myriad Pro", Gadget, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	vertical-align: top;
	padding-top: 20px;
}
#msg3 a {
	font-family: "Myriad Pro", Gadget, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
#tiny {
	font-size: 9px;
	font-weight: normal;
}

