/* ----------------------------------------------------------- */
/* ------------------------------       Basic        */

* {	
	padding: 	0px;
	margin: 	0px;
	border: 	0px;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: gray;
}

ul {list-style-type: none;}

body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

/* ----------------------------------------------------------- */
/* ------------------------------        common styles         */

div#pageHolder {
	position: relative;
}

div#pageLayout {
	/*border: 1px dotted #f00000;*/
	color: black;
	width: 1024px;
}

div#rowHeader {
	width: 100%;
	position: relative;
	padding-top: 6px;
	z-index: 1;
}
div#rowFooter {
	width: 100%;
	position: relative;
	padding-bottom: 20px;
	z-index: 2;
}

div#rowContent {
	z-index: 3;
}

#search{
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 180px;
}

#search form{
	border:0;
	margin:0;
	padding:0;
	text-align:right;
}

#search input{
	padding:2px;
	margin:0;
}

#search span{
	color: black;
	font-weight: bold;
}

div#rowContent{
	position: relative;
	padding-top: 0;
	margin: 15px 0 0 0;
}

div#leftMenu {
	float: left;
	width: 220px;
	text-align: left;
	font-size: 13pt;
	font-weight: bold;
	padding-bottom: 110px;
	background: white;
}

div#contentContainer {
	float: right;
	width: 789px;
	font-size: 11pt;
	text-align: left;
	padding-bottom: 10px;
	min-height:200px;
	height:200px;
}
div#contentContainer[id]  {
	height:auto;
}

div#contentContainer img{
	border: 5px solid #ffffff;
	margin: 3px 6px;
}

.clear {
	clear: both;
	font-size: 0;
}

/*************************** LEFTMENU ************************/

a.lmenu,
a.lmenu_a {
	display: block;
	padding: 4px 0 12px 46px ;
	line-height: 13pt;
	color: black;
}

a.lmenu_a:link,
a.lmenu_a:active,
a.lmenu_a:visited,
a.lmenu_a:hover {
	color: black;
}

a.lmenu { 		background: url(img/leaf_white.gif) no-repeat; }
a.lmenu:hover { 	background: url(img/leaf_gray.gif) no-repeat; }
a.lmenu_a { 		background: url(img/leaf_green.gif) no-repeat; }

a.lmenu,
a.lmenu:hover,
a.lmenu_a {
	background-position: 2px 6px;
}

a.lmenu_submenu,
a.lmenu_submenu_a {
	display: block;
	padding: 4px 0 4px 25px ;
	margin: 0 0 0 20px;
	line-height: 12pt;
	font-size: 11pt;
	color: black;
}

a.lmenu_submenu_a:link,
a.lmenu_submenu_a:active,
a.lmenu_submenu_a:visited,
a.lmenu_submenu_a:hover {
	color: black;
}

a.lmenu_submenu { 		background: url(img/leaf_white_sml.gif) no-repeat; }
a.lmenu_submenu:hover { 	background: url(img/leaf_gray_sml.gif) no-repeat; }
a.lmenu_submenu_a { 		background: url(img/leaf_green_sml.gif) no-repeat; }

a.lmenu_submenu,
a.lmenu_submenu:hover,
a.lmenu_submenu_a {
	background-position: 2px 6px;
}

/****************************** FORMAS **************************/

form{
	margin-top: 20px;
}

input,select,textarea {
	border: 1px solid silver;
	padding: 2px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

label{
	width: 160px;
	display: block;
	float: left;
	text-align: right;
	margin: 2px 5px 5px 0;
	padding: 2px 0 2px 0;
}

.form-actions{
	margin-top: 10px;
	text-align: center;
}

#error, .error{
	border: 1px solid #FF0000;
	background: #FFD0D0;
	padding: 5px;
	font-weight: bold;
	color: black;
	font-size: 12px;
}

.warning{
	border: 1px solid yellow;
	background: #FFFFF0;
	padding: 4px;
	text-align: left;
	font-weight: bold;
	color:black;
	font-size: 12px;
}

.message-critical,.message-warning{
	margin: 5px 0 5px 0;
	border: 1px solid #FF0000;
	background: #FFD0D0;
	padding: 4px;
	text-align: left;
	font-weight: normal;
	color: black;
	font-size: 12px;
}

.message-warning{
	border: 1px solid yellow !important;
	background: #FFFFF0 !important;
}

.message-critical a ,.message-warning a{
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.required{
	color: red;
}

.comment{
	margin-bottom: 10px;
}

.comment-header{
	border-bottom: 1px solid gray;
}

.comment .name{
	font-weight: bold;
}

.comment .date{
	font-style: italic;
	font-weight: normal;
	color: #888;
}

#topcart{
	position: absolute;
	top: 10px;
	right: 130px;
	width: 150px;
	height: 40px;
	cursor:pointer;
}

#carttext{
	margin-left: 40px;
	text-align: left;
}

#banners{
	text-align: center;
}

.left-banner{
	margin: 5px 0 0 0;
}

#topmenu{
	margin: 5px 0 0 0;
	border-bottom: 1px solid black;
}

#topmenu img{
	margin: 0 3px 0 3px;
	border:0;
}

#logo{
	text-align: center;
	margin-bottom: 20px;
}

#logo .small{
	font-size: 10px;
}