/* @override http://localhost/Proyectos_Web/vitaminaOnline/css/stylevita.css */


/********************************************
  Style  Vitamina Studio
********************************************/

/* top elements */

body {
	margin: 0;
	padding: 0;
	background-image:url(../images/bg1.jpg);
	background-repeat: repeat-x;
	font: normal 11px 'Geneva', Tahoma, sans-serif;
	color: #555;
	text-align: left;
}

/* links */

a {
	background: inherit;
	color: #069;
	text-decoration: none;
}

a:hover {
	background: inherit;
	color: #066;
	text-decoration: underline;
}

/* headers */

h1, h2, h3 {
	font: bold 1em 'Geneva', Tahoma, Sans-serif;
}

h1 {
	font-size: 14px;
	color: #8f1B1D;
}

h2 {
	font-size: 11px;
	text-transform: uppercase;
}

h3 {
	font-size: 10px;
}

p, h1, h2, h3 {
	margin: 10px 15px;
}

/* ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}*/

/* images */

img {
	border: 1px solid #DADADA;
	padding: 5px;
	

/* background: #FAFAFA;
*/
}

img .float-right {
	margin: 5px 0px 5px 15px;
}

img .float-left {
	margin: 5px 15px 5px 0px;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 11px 'Lucida Console', 'courier new', monospace;
	

/*

white-space: pre; */
  background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #8F1B1D;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background-color: #FAFAFA;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #8F1B1D;
	font: bold 1.2em/1.5em "Geneva", Tahoma, sans-serif;
	color: #666666;
}

/* start - table */

table {
	border-collapse: collapse;
	margin: 10px 15px;
}

th strong {
	color: #fff;
}

th {
	background: #069;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

tr {
	height: 30px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	

/*

border-left: 1px solid #FFE1C3; 
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;*/
}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
	background: #F8F8F8;
}

tr.row-b {
	background: #EFEFEF;
}

/* end - table */

/* form elements 
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Geneva", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Geneva", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}
*/

/* search form */

.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.searchform p {
	margin: 10px;
	padding: 0;
}

.searchform input.textbox {
	width: 130px;
	color: #333;
	height: 20px;
	padding: 2px;
	vertical-align: top;
}

.searchform input.button {
	font: bold 11px Arial, Sans-serif;
	color: #333;
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 900px;
}

/* header */

#header {
	margin-top:5px;
	margin-bottom:5px;
	

/*

background-image:url(../images/top_01.jpg);
	background-repeat:no-repeat;*/
	height: 260px;
	text-align: left;
}

/* header menu */

#header-content ul {
	position: absolute;
	right: 107px;
	top: 171px;
	font: bolder 1.3em 'Geneva', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-content li {
	display: inline;
}

#header-content li a {
	float: left;
	display: block;
	padding: 3px 11px;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #272727;
}

#header-content li a:hover {
	background: #8f1B1D;
	color: #FFF;
}

#header-content li a#current {
	background: #8f1B1D;
	color: #FFF;
}

/* header photo */

.headerphoto {
	margin: 0 auto;
	width: 900px;
	height: 169px;
	background: #FFF;
}

#wrap div.headerphoto img {
	padding: 0px;
	border: none;
}

#breadcums {
	margin: 0 auto;
	background: #F5F5F5;
	width: 900px;
}

#breadcrumb {
	background-image: url(../images/bc_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	color: #9b9b9b;
	border: solid 1px #CACACA;
	width: 898px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#breadcrumb li {
	list-style-type: none;
	float: left;
	padding-left: 10px;
}

#breadcrumb a {
	height: 30px;
	display: block;
	background-image: url(../images/bc_separator.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	text-decoration: none;
	color: #454545;
}

.home {
	border: none;
	margin: 2px 0px;
}

#breadcrumb a:hover {
	color: #069;
}

/* Tres col superior */

#con3col {
	margin: 0 auto;
	width: 900px;
	height: 197px;
	padding: 10px 0px 5px 0px;
}

.col_float-left {
	float: left;
	width: 292px;
	height: 190px;
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
}

#con3col div.col_float-left p img {
	float: left;
	margin-right: 5px;
}

#con3col div.col2_float-right ul {
	list-style-position: inside;
}

#con3col div.col_float-left2 ul {
	list-style-position: inside;
}

#con3col div.col_float-left ul {
	list-style-position: inside;
}

#con3col div.col_float-left2 p img {
	float: left;
	margin-right: 5px;
}

#con3col div.col2_float-right p img {
	float: left;
	margin-right: 5px;
}

.col_float-left2 {
	float: left;
	width: 292px;
	height: 190px;
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-left: 10px;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
}

.col_float-right {
	float: right;
	width: 292px;
	height: 190px;
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
}

.col2_float-right {
	float: right;
	width: 292px;
	height: 190px;
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
}

/* Tres col inferior */

.colpromo_float-left {
	float: left;
	width: 292px;
	height: 190px;
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
}

#con3col div.colpromo_float-left p img {
	float: left;
	margin-right: 5px;
}

#con3col div.col2promo_float-right ul {
	list-style-position: inside;
}

#con3col div.colpromo_float-left2 ul {
	list-style-position: inside;
}

#con3col div.colpromo_float-left ul {
	list-style-position: inside;
}

#con3col div.colpromo_float-left2 p img {
	float: left;
	margin-right: 5px;
}

#con3col div.col2promo_float-right p img {
	float: left;
	margin-right: 5px;
}

.colpromo_float-left2 {
	float: left;
	width: 292px;
	height: 190px;
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-left: 10px;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
}

.colpromo_float-right {
	float: right;
	width: 292px;
	height: 190px;
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
}

.col2promo_float-right {
	float: right;
	width: 292px;
	height: 190px;
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
}

/* Menu header */

#menuheader {
	width: 900px;
	height: 45px;
	margin: 0px auto;
	background: url(../images/top_gris.png) left top;
	position: relative;
}

#menuheader ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 900px;
	height: 45px;
	z-index: 10;
}

#menuheader ul li {
	float: left;
	padding: 0;
}

#menuheader ul li#li1 {
	padding-left: 50px;
}

#menuheader li a {
	display: block;
	height: 30px;
	float: left;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	padding: 0 10px;
	font-family: arial, sans-serif;
	font-size: 14px;
	border-right: 1px solid #bbb;
	margin-top: 5px;
}

#menuheader li#li7 a {
	border: 0;
}

#menuheader li#li1 a b {
	background: url(../images/top_gris.png) no-repeat left 110px;
}

#menuheader li#li2 a b {
	background: url(../images/top_azul.png) no-repeat left 110px;
}

#menuheader li#li3 a b {
	background: url(../images/top_cream.png) no-repeat left 110px;
}

#menuheader li#li4 a b {
	background: url(../images/top_naranja.png) no-repeat left 110px;
}

#menuheader li#li5 a b {
	background: url(../images/top_rojo.png) no-repeat left 110px;
}

#menuheader li#li6 a b {
	background: url(../images/top_verde.png) no-repeat left 110px;
}

#menuheader li#li7 a b {
	background: url(../images/top_morado.png) no-repeat left 110px;
}

#menuheader li a:hover {
	color: #CCC;
	white-space: nowrap;
}

#menuheader li a.current {
	color: #FEC607;
}

#menuheader li a:hover.current {
	color: #ff0;
}

#menuheader li a:hover b {
	display: block;
	width: 900px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#menuheader li#li1 a:hover b {
	background: url(../images/top_gris.png) left top;
}

#menuheader li#li2 a:hover b {
	background: url(../images/top_azul.png) left top;
}

#menuheader li#li3 a:hover b {
	background: url(../images/top_cream.png) left top;
}

#menuheader li#li4 a:hover b {
	background: url(../images/top_naranja.png) left top;
}

#menuheader li#li5 a:hover b {
	background: url(../images/top_rojo.png) left top;
}

#menuheader li#li6 a:hover b {
	background: url(../images/top_verde.png) left top;
}

#menuheader li#li7 a:hover b {
	background: url(../images/top_morado.png) left top;
}

#pre_main {
	margin: 0 auto;
	width: 900px;
	height: 300px;
	padding: 0px 0px 5px 0px;
}

.main_right {
	float: right;
	width: 440px;
	margin-left: 410px;
	height: 300px;
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-left: 10px;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
}

.main_left {
	float: left;
	width: 440px;
	height: 300px;
	padding: 0px;
	margin: 0px;
}

#pre_main div.main_right p img {
	float: left;
	margin-right: 5px;
}

.widgetskype {
	
}

/* Menu tabs*/

#tabs {
	width: 440px;
	text-align: center;
	background: url(../icon/top.gif);
	margin: 0;
	position: relative;
	z-index: 200;
	border: 1px solid #EFEDED;
	height: 300px;
}

#tabs ul {
	padding: 0;
	margin: 0;
	width: 439px;
	list-style: none;
	position: relative;
}

#tabs ul li.outer {
	float: left;
	display: inline;
	margin: 0 4px 3px 4px;
	width: 88px;
	height: 53px;
	border-bottom: 1px solid #9c9c9c;
	line-height: 45px;
	color: #664;
	padding: 0 0 0 50px;
	cursor: pointer;
}

#tabs ul li.one {
	background: #fff url(../icon/world.jpg) no-repeat top left;
}

#tabs ul li.two {
	background: #fff url(../icon/key.jpg) no-repeat top left;
}

#tabs ul li.three {
	background: #fff url(../icon/mail.jpg) no-repeat top left;
}

#tabs ul li.four {
	background: #fff url(../icon/search.jpg) no-repeat top left;
}

#tabs ul li.five {
	background: #fff url(../icon/profile.jpg) no-repeat top left;
}

#tabs ul li.six {
	background: #fff url(../icon/draw.jpg) no-repeat top left;
}

#tabs ul li div {
	display: none;
}

#tabs ul li.click {
	padding-bottom: 132px;
	border-bottom: 1px solid #fff;
	color: #000;
	margin-bottom: 0;
}

#tabs ul li.click {
	color: #000;
	background-position: 0 -55px;
	height: 55px;
	cursor: default;
}

#tabs ul li.click div {
	display: block;
	padding: 5px;
	position: absolute;
	left: 4px;
	top: 55px;
	width: 421px;
	height: 118px;
	border-bottom: 3px solid #fff;
}

#tabs ul li.click div.tab_left {
	background: #fff url(../icon/tab_left.gif);
}

#tabs ul li.click div.tab_center {
	background: #fff url(../icon/tab_center.gif);
}

#tabs ul li.click div.tab_right {
	background: #fff url(../icon/tab_right.gif);
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

#tabs span.base {
	display: block;
	height: 20px;
	font-size: 10px;
	color: #c60;
	background: url(../icon/bottom.gif) bottom;
}

#tabs div h5 {
	font-size: 11px;
	margin: 0;
}

#tabs div p {
	font-weight: normal;
	text-align: left;
	color: #000;
	margin-top: 3px;
	line-height: 15px;
}

#tabs div a img {
	border: 0;
}

#tabs div img.image {
	float: left;
	border: 0;
	margin-right: 5px;
	margin-top: -15px;
}

#tabs div a.unlock {
	background: url(../icon/unlock.gif);
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

#tabs div a.unlock:hover {
	border: 0;
}

#tabs div a:hover.unlock img {
	visibility: hidden;
}

#tabs p.bold {
	color: #069;
	padding-top: 5px;
}

#tabs form {
	margin-top: -10px;
	padding: 0;
}

#tabs form fieldset {
	padding: 0;
}

#tabs p.buttons {
	text-align: center;
}

/* content */

#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}

#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

/* sidebar */

#sidebar {
	float: right;
	width: 292px;
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
	font: bold 1.3em 'Geneva', Tahoma, Sans-serif;
}

.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */

#sidebar ul.sidemenu {
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;
}

#sidebar ul.sidemenu li {
	padding: 0px 10px;
}

#sidebar ul.sidemenu a {
	display: block;
	font-weight: normal;
	color: #333;
	height: 1.5em;
	padding: .3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration: none;
}

#sidebar ul.sidemenu a.top {
	border-top: 1px dashed #D4D4D4;
}

#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #8f1B1D;
	color: #8f1B1D;
}

#sidebar div.sidebox ul li {
	padding: 0 15px;
}

/* main */

#main {
	float: left;
	width: 598px;
	margin: 0 0 10px 0;
	padding: 0;
}

#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2;
	font: normal 1.5em 'Geneva', Tahoma, Sans-serif;
}

#main ul li {
	list-style-image: url(../images/bullet.gif);
}

#post {
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}

#post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px;
	margin-top: 20px;
	font-size: 95%;
}

#post .post-footer .date {
	background: url(../images/clock.gif) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

#post .post-footer .comments {
	background: url(../images/comment.gif) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

#post .post-footer .readmore {
	background: url(../images/page.gif) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

#main div.post p img {
	float: left;
	margin-right: 5px;
}

#main div.post ul {
	list-style-position: inside;
}

/* footer */

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 220px;
	background-image: url(../images/bg.jpg);
	text-decoration: none;
	color: #FFF;
}
* {margin:0;padding:0}
#leftcol
{
float: left;
width: 360px;
}
#middlecol
{
float: left;
width: 200px;
}
#rightcol
{
	background: url(../images/posit.png) no-repeat;
	float:left;
	height: 150px;
	width: 247px;
	position:relative;
	margin-right:-1px;
	padding-left: 20px;
}
#middlecol p img {
	border:none;
}

#leftcol p img {
	border:none;
}

#rightcol p {
	color: #666;
}

#rightcol p a strong {
	color: #666;
}

#middlecol h2 {
	color: #beff5b;
	padding: 5px 0 0 0;
	margin: 0;
}

#leftcol table tbody tr td h2 {
	color: #beff5b;
	padding: 5px 0 0 0;
	margin: 0;
}


#footer-content #leftcol p img {
	float: left;
	border: none;
}

#footer-content #middlecol p a img {
	border: none;
}

#footer-content #rightcol p img {
	border: none;
}

#footer-content div.col2.float-right {
	background: url(../images/posit.png) no-repeat;
	height: 150px;
	width: 247px;
	padding-left: 20px;
}

#footer-content div.col2.float-right p {
	color: #666;
}

#footer-content div.col2.float-right p a strong {
	color: #666;
}

#footer h1, #footer p {
	margin-left: 0;
}

#footer-content {
	border-top: 4px solid #44AC05;
	margin: 0 auto;
	padding-left: 15px;
	font-size: 11px;
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	color: #FFF
}

#footer-content a {
	text-decoration: none;
	color: #FFF;
}

#footer-content a:hover {
	text-decoration: underline;
	color: #CCC;
}

#footer-content div.float-left h1 {
	font-size: 14px;
	color: #FEC607;
}

#footer-content div.col.float-left {
	margin-left: 20px;
}

#footer-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
	float: left;
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;
	float: right;
}*/

/* alignment classes */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* additional classes */

.clear {
	clear: both;
}

.gray {
	color: #BFBFBF;
}

#footer-content div.float-left ul {
	color: #FFF;
}

.submenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: auto;
}

/* #slide height = (number of top level links - 1) * height of links + inner div height */

#slide {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 290px;
	height: 360px;
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

#slide li.sub,
#slide li.top {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	width: 290px;
	color: #000;
	background: #eee;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	cursor: pointer;
}

#slide li.sub {
	background-image: url(../images/out.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
}

#slide li.top a {
	list-style: none;
	text-decoration: none;
	color: #000;
	display: block;
	background: url(../images/out.gif) no-repeat 5px 8px;
	text-indent: 15px;
}

#slide li.top a:hover {
	color: #069;
	background: #ddd url(../images/out-over.gif) no-repeat 5px 8px;
}

#slide li.clicked {
	color: #800;
	background: #ddd url(../images/down.gif) no-repeat 5px 8px;
}

/* #slide li.sub div height = (maximum sub lines * sub line height) + top level link height(variable fY in jQuery) */

#slide li.sub div {
	background: #fff;
	height: auto;
	width: 260px;
	padding: 0 15px;
	line-height: 18px;
	font-family: verdana, sans-serif;
	text-indent: 0;
}

#slide li div ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#slide li div ul li {
	float: left;
	height: 20px;
	width: 100%;
}

#slide li div ul li a {
	padding: 0;
	margin: 0;
	color: #888;
	text-decoration: none;
	background: #fff url(../images/out.gif) no-repeat 5px 6px;
	font-size: 10px;
	display: block;
	border-bottom: 1px solid #ddd;
	height: 19px;
	line-height: 19px;
	width: 100%;
	text-indent: 20px;
}

#slide li div ul li a:hover {
	color: #069;
	background: #fff url(../images/out-over.gif) no-repeat 5px 6px;
}

/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../images/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(../images/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../images/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(../images/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(../images/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(../images/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(../images/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(../images/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(../images/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(../images/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(../images/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(../images/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	/*background:none;*/
	padding:0;
	margin:5px;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(../images/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}
#main div.postxx form.niceform img {
	border: none;
	padding: 0;
	margin: 0;
}
