/* $Id: main.css 105 2011-04-23 12:11:02Z jfabregat $ */

body {
	background: url(../images/bg.gif);
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
label, button {
	cursor: pointer;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

td, th {
	font-size: 12px;
}

#main {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -495px;
	width: 990px;
	min-height: 100%;
	background: #fff;
	padding: 20px;
}
#headerMenu {
	float: right;
	background: #f0eff0;
	width: 480px;
	margin-top: 7px;
}
#search {
	float: left;
	margin: 7px 0 7px 10px;
	border: none;
}
#search input {
	width: 100px;
}
#search button {
	color: #a99d73;
	padding: 2px 0;
	background: #fff;   
	border: none;
}
#bag {
	float: right;
	text-transform: uppercase;
	margin: 12px 10px 0 0;
	font-size: 11px;
}
#bag a {
	color: #777771;
	text-decoration: none;
}
#page {
	margin-top: 30px;
}
#page td {
	vertical-align: top;
}
#left {
	width: 150px;
	padding-right: 10px;
}
#subTitle {
	margin: 30px 0;
}
#categories ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0;
}
#categories ul li a {
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none;
	color: #777272;
	font-weight: bold;
}
#categories ul li a:hover, #categories ul li.selected a {
	background: black;
	color: white;
}
#socialNetworks {
	margin-top: 30px;
}
#rightBottomMenu {
	margin: 30px 0 40px;
}
#right {
	margin-top: 50px;
}
#bags {
	width: 100%;
	border-collapse: collapse;
}
#bags td {
	vertical-align: top;
}
#bags a {
	text-decoration: none;
}
#content {
	margin-top: 20px;
	/*background: url(../images/contentBg.gif) repeat-y right;*/
}
#contentBorder {
	padding: 10px;
	border: 4px solid #f7f8f9;
}
#contentBg {
	background: #fafafa;
	padding: 10px;
}
#rightContent {
	width: 120px;
	background: #F4F2F4;
	padding: 5px;
	font-size: 11px;
	color: #3E3B3C;
	text-align: justify;
}
#rightcontent p.img {
	text-align: center!important;
}
#rightContent p a {
	text-decoration: none;
}
#rightSubTitle {
	margin: 10px 0 15px;
}
#footer {
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 9px;
	padding: 3px 0;
	text-align: center;
	background: #f0eff0;
	width: 800px;
	float: right;
	line-height: 15px;
}
#footer, #footer a {
	color: gray;
	text-decoration: none;
}
#leftContent {
	overflow: hidden;
}


.nounderline {
	text-decoration: none;
}
table.split {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table.split td {
	overflow: hidden;
}
