/* 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: beige;
}
H1 {
  font-size: 16pt;
  background: url('../img/shade.png') right no-repeat;
  margin: 0;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 8px;
  text-align: left;
}
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;
  margin-top: 2px;
  margin-bottom: 2px;
  border: solid 1px rgb(51,51,51);
}

#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 {
  background: rgb(127,181,30) url('../img/titlehead.png') center bottom repeat-x;
  font-size: 11pt;
  font-variant: small-caps;
  text-align: center;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}
UL#menu {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
LI#suboption {
  width: 200px;
  height: 16px;
  padding-left: 16px;
  padding-right: 2px;
  border-right: dotted 1px rgb(127,181,30);	/* green */
  border-bottom: dotted 1px rgb(127,181,30);	/* green */
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}
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;
}
A#option:link,A#option:visited {
  padding-left: 2px;
  padding-right: 2px;
  color: black;
}
A#option:active,A#option:hover {
  border: solid 1px darkgreen;
  background: rgb(127,181,30);			/* green */
  padding-left: 1px;
  padding-right: 1px;
  color: darkgreen;
}
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: 8pt;
  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 {
  background: rgb(127,181,30) url('../img/titlehead.png') center bottom repeat-x;
  font-size: 11pt;
  font-variant: small-caps;
  text-align: center;
  padding: 0;
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: 4px;
  margin-right: 0;
}
#rightpane {
  border-left: dotted 1px rgb(127,181,30);	/* green */
  border-bottom: dotted 1px rgb(127,181,30);	/* green */
  margin-left: 4px;
  margin-bottom: 4px;
}

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: 16pt;
  font-weight: bold;
  color: darkgreen;
  padding-right: 2px;
  padding-bottom: 2px;
}
.bigshade {
  font-size: 16pt;
  font-weight: bold;
  color: rgb(249,193,175);			/* 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: 90px;
  width: 186px;
  border-right: dotted 1px rgb(238,70,17);
  border-bottom: dotted 1px rgb(238,70,17);
}
#categoryname {
  position: absolute;
  width: 186px;
}
#productextra {
  position: absolute;
  font-size: 14pt;
  font-weight: bold;
  color: darkgreen;
  float: left;
  margin-top: 116px;
}
#thumbnail {
  width: 90px;
  text-align: center;
  vertical-align: center;
}
#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 {
  display: block;
  background: rgb(238,70,17) url('../img/title.png') center top repeat-x;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  padding: 1px;
  margin-right: 2px;
}
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;
}
