body {
font:0.7em Tahoma, sans-serif;
line-height:1.5em;
background:url(../images/background.gif);
color:#454545;
margin:10px 0 0;
padding:0;
}

a:hover {
color:#9ED200;
background:inherit;
}

h1 {
color:#9C0;
font-size:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:23px;
}

.dark {
color:#737373;
background:inherit;
font-weight:700;
}

h1 a,h2 a {
text-decoration:none;
}

h2 {
color:navy;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:20px;
}

h3 {
font:normal 11px Tahoma, Sans-Serif;
text-decoration:none;
color:#690;
font-weight:700;
}

p {
margin:0 0 15px;
}

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

form {
margin:0;
}

.subT {
font:12px Arial, Sans-Serif;
color:#414141;
background:#FFF;
padding:3px 0;
}

.white {
color:#FFF;
font-weight:700;
}

input.search {
width:292px;
border:0;
background:#FFF url(input.gif) no-repeat;
color:#E0691A;
font-weight:700;
padding:4px;
}

input.submit {
background:#E0691A url(submit.gif) no-repeat;
border:0;
width:65px;
color:#FFF;
font:bold 1em Arial, Sans-Serif;
margin:0 15px 1px 0;
padding:4px 0;
}

input.login {
width:150px;
border:none;
padding:4px;
}

.topbanner {
font-size:11px;
clear:both;
color:#335296;
background:#FFF;
border-bottom:1px solid #eee;
}

/* layout
   ------ */
.content {
width:790px;
background:#fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 
margin:0 auto;
padding:10px;
}

.header {
background:#eee;
color:gray;
width:100%;
}

.top_info {
float:right;
width:555px;
border-bottom:1px solid #eee;
background:#eee;
color:gray;
padding:5px 0 4px;
}

.top_info_left {
width:200px;
float:left;
}

.top_info_right {
float:right;
width:290px;
border-left:1px solid #eee;
padding:0 0 0 35px;
}

.browse_category {
font-size:0.9em;
width:190px;
color:#FFF;
background:inherit;
}

.bar {
clear:both;
font-size:1.1em;
height:30px;
color:#FFF;
background:#FFF;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
margin:0;
}

.bar li {
color:#9ED200;
background:#FFF;
float:right;
margin:0;
padding:7px 8px 5px;
}

.bar li.active {
color:#53A5FF;
font-weight:700;
padding:7px 8px 5px;
}

.bar li a {
font-weight:700;
color:#9ED200;
background:inherit;
text-decoration:none;
}

.bar li a:hover {
color:#53A5FF;
background:inherit;
}

.search_field {
background:#fff url(searchbg.gif) no-repeat right;
color:gray;
clear:both;
font-weight:700;
margin:5px 0;
padding:7px 25px 10px 10px;
}

.grey {
color:gray;
background:inherit;
font-weight:400;
}

.search_form {
float:right;
}

.subheader {
border-bottom:1px solid #eee;
background:#CCC;
color:#fff;
margin:0 0 10px;
padding:5px;
}

/* left side
   --------- */
.left {
float:left;
width:65%;
margin:0 0 10px;
padding:30px 0;
}

.left h4 {
clear:both;
background:#FFF;
color:#92BF04;
font:bold 1em Tahoma, Arial, Sans-Serif;
border-top:1px solid #eee;
margin:0;
padding:7px 0 7px 5px;
}

.left ul{
	list-style-type:inherit;
	margin:15px 30px;
	}
	
.left ul li{
	margin:5px 0;
	}

.left_side {
float:left;
width:220px;
margin:10px 0;
padding:0 0 0 10px;
}

.left_side a,.right_side a {
color:#414141;
background:#FFF;
}

.order-product{
	width:190px;
	padding:15px;
	margin:0 0 10px 20px;
	text-align:center;
	float:right;
	}
	
	.order-product p{
		margin:5px 0;
		color:#666;
		font-size:10px;
		}
	
/* CSS3 button */

.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
}
.button span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}

.button.small span {
	font-size:10px;
}

.button.blue {
	background-color: #00ADEE;
}

.right_side {
float:right;
width:210px;
background:#FFF url(dotted.gif) repeat-y;
color:#414141;
margin:10px 0;
padding:0 0 0 12px;
}

.left_box {
color:#000;
background:#FFF;
margin:0 0 10px;
padding:3px 0;
}

.left_box a {
color:#00F;
background:#FFF;
}

.links {
font:normal 11px Tahoma, Arial, Sans-Serif;
color:#414141;
}

.Sub {
color:#9C0;
font-size:18px;
line-height:22px;
}

/* right side
   ---------- */
.right {
float:right;
width:30%;
border-left:1px solid #eee;
margin:0 0 10px;
padding:30px 0;
}

.right h3 {
border-bottom: 1px solid #003399;
color: navy;
font: bold 1em Arial,Arial,Sans-Serif;
padding-bottom: 5px;
text-transform: uppercase;
}

.right_articles {
background:#fff;
color:#414141;
margin:0 10px;
}

.right_articles p {
margin-bottom:25px;
}

.image {
float:left;
border:1px solid #9C0;
margin:0 9px 3px 0;
}

.image2 {
float:right;
border:1px solid #E9E9E9;
}

.greenbox {
float:right;
background-color:#FEFEFC;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
color:inherit;
margin:0;
padding:30px 0 0 30px;
}

.boxtitle {
line-height:1.3em;
background-color:#FEFEFC;
border:1px solid #9C0;
color:#6363CE;
width:100%;
margin_left:0;
padding:4px;
}

.blue {
font-weight:700;
color:#00F;
}

.blue a {
color:#00F;
}

#linesbox {
border:2px solid #fff;
background:#E5EFF9 url(plavo.gif);
color:#70C256;
margin:15px 0 0;
padding:3px 3px 3px 6px;
}

#menu {
clear:left;
float:left;
width:160px;
font-size:0.9em;
margin:0;
padding:0;
}

#menu ul {
list-style:none;
width:140px;
font-size:1.1em;
margin:2px 0 6px;
padding:0;
}

#menu li {
margin-bottom:1px;
}

#menu li a {
font-weight:700;
height:20px;
text-decoration:none;
color:#B5B5B5;
display:block;
background:FFFFFF;
border:1px solid #E9E9E9;
padding:2px 0 0 2px;
}

#menu li a:hover {
background:#E9E9E9;
color:#B5B5B5;
}

/* footer
   ------ */
.footer {
clear:both;
line-height:1.8em;
margin:0;
padding:10px 0;
}

.footer a {
color:#00F;
background:#fff;
}

.style5 {
color:#587500;
font-weight:700;
}

.Estilo1 {
color:#7BA400;
}

.Estilo6 {
color:#9ED200;
}

.Estilo7 {
color:#6363CE;
font-size:14px;
font-weight:700;
}

.style8 {
font:Tahoma, sans-serif;
font-size:11px;
color:#587500;
font-weight:400;
}

.Estilo13 {
color:#9C0;
font-size:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#Layer1 {
position:absolute;
width:394px;
height:11px;
z-index:1;
left:489px;
top:16px;
}

.Estilo24 {
font-weight:400;
color:#ccc;
font-size:8px;
}

.Estilo22 {
font-weight:700;
font-style:italic;
}

.Estilo23 {
font-weight:700;
}

.Estilo25 {
color:navy;
}

.Estilo26 {
color:red;
font-size:14px;
}

.Estilo27 {
color:#000;
font-size:18px;
}

.header-text{
	text-align:center;
	color:#ccc;
	font-size:0.9em;
	margin:5px 0;
	}

/* includes ------ */
.include {
margin-top:50px;
}

.includefooter {
margin-top:10px;
border-top:1px solid #ccc;
text-align:center;
}

.includeindice {
color:#000;
text-align:left;
}

.includeindice p {
text-align:left;
margin-bottom:25px;
}

.includeindice li {
text-align:left;
margin-bottom:15px;
}

.includeFeedback p {
text-align:left;
margin-bottom:20px;
}

a,h1 a:hover,h2 a:hover {
color:#414141;
background:inherit;
}

.subT a,.links a {
color:#414141;
background:#FFF;
text-decoration:none;
}

.includedisclaimer,.includeconten,.includeFeedback {
text-align:left;
}
