html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}hr{background:transparent;border-top: 0;border-left: 0;border-right: 0;border-bottom:0;color:transparent;height:1px;margin:0;padding:0}mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* Clearfix */
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}

/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */
body {
	font:12px/1.55 Verdana, Arial, sans-serif;
	color:#727272;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #fff;
}

a{
	color:#868686;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

}

hr{
	height: 1px;
	margin: 10px 0;
	background: #ccc;
}

/* ---------------------------------------------------------------------- */
/*	Generic Classes
/* ---------------------------------------------------------------------- */
.hidden 	{ display: none !important; }
.block 		{ display: block !important; }
.iblock 	{ display: inline-block !important; }
.relative	{ position: relative !important; }
.justify	{ text-align:justify !important; }
.aleft		{ text-align:left !important; }
.aright		{ text-align:right !important; }
.acenter	{ text-align:center !important; }
.underline 	{ text-decoration: underline !important; }
.left		{ float:left !important; }
.right		{ float:right !important; }
.nomargin	{ margin:0 !important; }

.bg{
	background-color: #F0F0F0;
}

.padding{
  padding: 34px 30px;
color: #333;
font-size: 13px;
}

.padding2{
	padding: 10px;
}

.h1, .h2{
	color: #333333;
font-weight: bold;
text-decoration: none;
text-align: left;
zoom: 1;
}

.h2{
	font-size: 16px;
}

/* ---------------------------------------------------------------------- */
/*	Colors
/* ---------------------------------------------------------------------- */
.red 		{ color: #ff0000; }
.blue 		{ color: #00aeef; }
.green 		{ color: #00a651; }


/* ---------------------------------------------------------------------- */
/*	Wrap
/* ---------------------------------------------------------------------- */
.wrap{
	width: 1000px;
	position: relative;
	margin: 0 auto 15px auto;
	border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	box-shadow: 0 0 6px #A0A0A0;
	-webkit-box-shadow: 0 0 6px #A0A0A0;
	-moz-box-shadow: 0 0 6px #A0A0A0;
}

/* ---------------------------------------------------------------------- */
/*	Rodape
/* ---------------------------------------------------------------------- */
.rodape{
	border-top: 6px solid #999;
	padding-top: 5px;
}

.rodape p{
	color: #a2a2a2;
font-size: 11px;
}

.footerLinks li{
	display: inline-block;
	margin: 0 5px;
}

/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */
.header{
	height: 120px;
	background: url(../images/bg-header.png) 0 0 no-repeat;
	display: block;
}

.logo{
	width: 257px;
	height: 95px;
	float: left;
	margin-left: 15px;
	margin-top: 17px;
}
.logo a{
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	width: 257px;
	height: 95px;
	background: url(../images/agco-shadow.png) 0 0 no-repeat;
}

.header ul{
	float: right;
	display: block;
	width: 630px;
	margin-top: 42px;
	margin-right: 10px;
}

.header ul li{
	display: inline-block;
	float: left;
}

.header ul li:first-child{
	font-weight: bold;
	font-size: 17px;
color: #d00518;
line-height: 62px;
margin-right: 16px;
}

.header .font1{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 62px;
	font-size: 16px;
	text-align: right;
}

.header .font1 strong{
	color: #000;
}

/* ---------------------------------------------------------------------- */
/*	SubHeader
/* ---------------------------------------------------------------------- */
.sub-header{
	margin: 0 0 10px;
}

.sub-header nav{
	margin-left: 10px;
}

.sub-header li{
	display: inline-block;
	line-height: 48px;
}

.sub-header li:after{
	content: "|";
	margin: 0 3px;
}

/* ---------------------------------------------------------------------- */
/*	Busca
/* ---------------------------------------------------------------------- */
.frmSearch{
	height: 48px;
	margin: 0 16px;
	text-align: right;
	background: url('../images/search.png') no-repeat center right;
	display: table;
	float: right;
}

.frmSearch label{
  font-weight: bold;
  color: #333333;
  padding-right: 8px;
}

.frmSearch input[type="text"]{
  width: 177px;
  border: 0;
  outline: none;
  color:#333;
  padding: 4px;
}
.frmSearch select{
    border: 0 none;
    color: #333333;
    margin-left: 3px;
    outline: medium none;
    width: 97px;
}
.frmSearch input[type="submit"]{
  width: 45px;
  background: none;
  border: 0 !important;
  cursor: pointer;
  display: inline;
  box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    padding: 9px 4px;
}

.frmSearch .lineitem {
display: table-cell;
vertical-align: middle;
line-height: 34px;
}
/* ---------------------------------------------------------------------- */
/*	Breadcrumbs
/* ---------------------------------------------------------------------- */
.breadcrumbs{
	height: 35px;
	background: url(../images/bg3.jpg) center center repeat-x;
	color: #fff;
	padding: 0 10px;
	margin: 5px 0;
	line-height: 35px;
}

.breadcrumbs p, .breadcrumbs a{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

/* ---------------------------------------------------------------------- */
/*	Container
/* ---------------------------------------------------------------------- */
.container{
	padding: 0 10px 10px 10px;
}

.container .title{
	display: block;
	background: url(../images/bg3.jpg) center center repeat-x;
	height:40px;
	line-height: 40px;
	text-indent: 10px;
	color: #fff;
	font-size: 15px;
	border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
}

.content{
	width: 785px;
min-height: 340px;
background: #fff;
	float: right;
}

/* ---------------------------------------------------------------------- */
/*  Slideshow
/* ---------------------------------------------------------------------- */
.slideshow{
  width: 570px;
  height: 283px;
  overflow: hidden;
  position: relative;
}

/* ---------------------------------------------------------------------- */
/*  Tabs
/* ---------------------------------------------------------------------- */
.tabs > ul li{
  display: inline-block;
}
.tabs > ul li a{
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../images/bg4.jpg) center center repeat-x;
  height: 35px;
  padding: 0 30px;
  line-height: 35px;
  display: block;
}

.tabs > ul li.ui-state-active a{
  background: url(../images/bg3.jpg) center center repeat-x;
  color: #fff;
}

.tabs .ui-tabs-panel{
  border: 1px solid #eee;
  padding: 10px;
  height: 173px;
}

.products li{
  display: inline-block;
  width: 180px;
  margin: 10px;
  text-align: center;
}

.products li img{
  width: 100%;
}

.products li a{
  font-size: 12px;
/*  text-transform: uppercase;*/
  font-weight: bold;
  color: #000;
}

/* ---------------------------------------------------------------------- */
/*	Sidebar Categorias
/* ---------------------------------------------------------------------- */
.aside{
	width: 194px;
min-height: 100%;
background: #F0F0F0;
float: left;
}

.aside .title{
	height: 30px;
	line-height: 30px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

.aside > ul{
	padding: 0 16px 10px 16px;
margin-top: 6px;
color: #333;
line-height: 20px;
font-weight: bold;
}

.aside a{
	color: #333;
}

#sidebar-menu{
  padding: 0 16px;
  margin-top: 6px;
  color: #333;
  line-height: 20px;
  font-weight: bold; 
}
#sidebar-menu a{
/*  display: table-cell;*/
 display:inline-block;
  color: #333;

}
#sidebar-menu a.active {
color: #ac0101;
font-weight: bold;
}
#sidebar-menu a.side 
{
  display: block;
  padding: 3px 0;
  font-size: 12px; 
}

#sidebar-menu a:hover
{
    color: #AC0101;
}

.lilevel1{
  cursor: pointer; 
  text-transform: capitalize;

}
.alevel1.plus, .alevel1.minus,
.alevel2.plus, .alevel2.minus{
  background: url('../images/plus.gif') no-repeat left 4px;
  display: inline-block;
  padding-right: 0;
  width: 14px;
}
.alevel1.minus, .alevel2.minus{
  background: url('../images/minus.png') no-repeat left 4px;
}

.lilevel2{
	text-indent: 14px;
    font-size: 10px;
    margin: 2px 0;
	font-weight:normal !important;
}

/* ---------------------------------------------------------------------- */
/*	Page Categorias - Scroll Categorias
/* ---------------------------------------------------------------------- */
div.scrollingHotSpotLeft, div.scrollingHotSpotRight
{
  background: url(../images/arrows.png) 0% 50% no-repeat;
  background-position: -17px;
  width:40px;
  height: 100%;
  position:absolute;
  z-index: 10;
  left: 2px;
  cursor: pointer;
}
   
div.scrollingHotSpotRight
{
  background-position: -64px;
  left: auto;
  right: 2px;
} 

.makeMeScrollable {
  width: 100%;
  height: 160px;
  position: relative;
  background: #F0F0F0;
  padding: 3px 0;
  overflow: hidden;
  margin-bottom: -13px;
}
.makeMeScrollable#makecategoryScrollable
{
    height: 150px;
    margin-bottom: 0px;
}

div.scrollWrapper
{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  float:left;
}

div.scrollableArea
{
  position: relative;
  width: auto;
  height: 100%;
  cursor: pointer;
}
.makeMeScrollable div.scroll-elem 
{   
  margin-left: 3px; 
  background: #FFF; 
  float:left;
  width: 150px;
  height: 150px;  
  position: relative;
  cursor:pointer;
}
.makeMeScrollable div.scroll-elem:first-child
{
  margin-left: 0;
}
.makeMeScrollable .scroll-elem-middle
{
  display: table;
  height: 130px;
  width: 150px;
  z-index: 10;
}

.makeMeScrollable .scroll-elem-middle-img
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.makeMeScrollable div.scroll-elem.active .down{
    background: url("../images/down.png") no-repeat scroll 0 0 transparent;
    bottom: -13px;
    height: 18px;
    left: 66px;
    position: absolute;
    width: 18px;
    z-index: 1000;
}
.makeScrollableDiv
{
    position:relative;
}
     
.makeMeScrollable div.scrollableArea a{
  display:table-cell;
  text-align: center;
  vertical-align: middle;
  width: 150px
}

.makeMeScrollable .scroll-elem-middle-img img{
  max-height: 127px;
  max-width: 150px;
  margin: 0 auto;
}

.makeMeScrollable .scrollable{
  text-align: center;
  display: block;
  height: 31px;
  margin: 0 auto;
  font-weight: bold;
  background-color: #4b4b4b;
  opacity: .67;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  color: #FFF;
  text-transform: capitalize;
  margin-top: -11px;
  width: 100%; 
}
#makecategoryScrollable.makeMeScrollable .scrollable
{
    margin: -11px auto 0;
}
.makeMeScrollable .scrollable .scrollable-inner span,
.makeMeScrollable .scrollable .scrollable-inner div
{
   display: table-cell;
   vertical-align: middle;
   text-align: center;
   padding: 1px 5px;
   font-size: 11px;
   width: 140px;
   word-wrap: break-word;
    
}
.makeMeScrollable .scrollable .scrollable-inner
{
    display: table;
    height: 100%;
    padding: 0;
    text-align: center;
    width: 100%;
}

.makeMeScrollable .scrollable.hover{
  z-index: 91;
  position: relative;
}

.scrollable ul{
  position: absolute;
}

.tiptip{
  display: none;
}
#tiptip_content li{
  list-style-type: none;
  padding: 2px 8px;
  text-transform: capitalize;
  color: #333;
}
#tiptip_content li a
{
    color: #333;
    display: block;
}
#tiptip_content li a:hover
{
    color: #ac0101;
}

/* ---------------------------------------------------------------------- */
/*	Page Categorias - Lista de Produtos
/* ---------------------------------------------------------------------- */
.productListListing table
{
    width: 100%;
    border-collapse:collapse;
}
.productListListing table td
{
    padding: 0;
}

.productListListing a.boxtitle 
{
    color: #333;
    font-weight: bold;
    font-size: 11px;
}
.productlist-table th
{
    background: #f0f0f0;
    height: 32px;
    padding: 0 5px;
    text-align: left;
    color: #000;
}
.productlist-table.productparts-table th
{
    text-align: center;
}
.productlist-table.productparts-table .btnAccount
{
    min-width: 40px;
}
.productlist-table .productVisible td
{
    height: 50px;
    padding: 14px 5px 6px;
    border-bottom: 1px solid #e7e7e7;
    vertical-align: middle;
    word-wrap:break-word;
    color: #333;
}
.productlist-table.productparts-table .productVisible td
{
    padding: 0 4px;
}
.productListType
{
    background: #ffffff; /* Old browsers */
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */
    height:32px;
    line-height: 32px;
    margin-bottom: 1px;
    text-align: right;
    margin-top: 3px;
    position: relative;
}

/* ---------------------------------------------------------------------- */
/*	Page Categorias - Zoom da Imagem
/* ---------------------------------------------------------------------- */
.imgProductImageListLarge
{
    max-width: 97px;
    max-height: 97px;
}
.imgProductImageList
{
    max-width: 50px;
    max-height: 50px;
}
.imgProductImageListLarge
{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px #A0A0A0;
    -moz-box-shadow:    1px 1px 5px #A0A0A0;
    box-shadow:         1px 1px 5px #A0A0A0;
    display: table;
    position: absolute;
    left: 50px;
    bottom: 0;
    background: #FFFFFF;
    height: 235px;
    width: 234px;
    text-align:center;
    padding: 3px;
    visibility: hidden;
    z-index: 10;
}
.imgProductImageListLarge img
{
    max-width: 234px;
    max-height: 234px;
}
.imgProductImageListLarge div, .imageZoomtd
{
    display: table-cell;
    vertical-align:middle;
}
.imageZoom
{
    position:relative;
    display: table;
    width: 50px;
    height: 50px; 
}
.imageZoom:hover .imgProductImageListLarge
{
    visibility: visible;
}

/* ---------------------------------------------------------------------- */
/*  Page Produtos - Sidebar
/* ---------------------------------------------------------------------- */
.produto .aside{
  width: 242px;
}
.produto .content{
  width: 737px;
  min-height: 500px;
}

.tozoom {
  display:block;
  position: relative;
  margin: 4px;
  z-index:2;
  text-align:center;
}
.tozoom .largeImage
{
    background: none repeat scroll 0 0 #FFFFFF;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index:2;
    right: 0;
    bottom: 0;
}
.tozoom img.smallImg
{
    max-width: 100%;
    margin: 0 auto;
}

.zoom-holder 
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A2A2A2;
    display: block;
    height: 350px;
    overflow: hidden;
    position: absolute;
    right: -380px;
    top: -20px;
    width: 350px;
        -moz-box-shadow: 4px 5px 9px -4px #999;
    -webkit-box-shadow: 4px 5px 9px -4px #999;
    box-shadow: 4px 5px 9px -4px #999;
}
.tozoom img {
  display: block;
  z-index:1;
}

.tozoom img::selection { background-color: transparent; }

.productLinks a
{
    color: #333;
    padding: 3px 16px;
    display: block;
}
.productLinks a.addthis_button
{
    padding: 3px 0;
}  
.center
{
    text-align: center;
}

.disclaimer {
font-family: verdana,arial,sans-serif;
font-size: 9px;
line-height: 16px;
padding: 8px 28px 12px;
}

#warningIcons li
{
    list-style: none;
    display: inline-block;
    padding: 5px 3px;
}
#warningIcons li img
{
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* ---------------------------------------------------------------------- */
/*  Page Produos - Content
/* ---------------------------------------------------------------------- */
.product-details #inner-content a
{
    color: #333;
}

.product-details h2
{
    font-size: 14px;
    padding-bottom: 3px;
}

.text-input, .btn-input{
    padding: 6px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow:    0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.06) inset;
    box-shadow:         0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.06) inset;
    border: 1px solid #CCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333333;
}

.btn-input{
  text-align: center;
display: inline-block;
min-width: 110px;
max-width: auto;
width: auto;
margin: 6px 0;
background: #e6e6e6;
}

.tabs2{
  margin-top: 15px;
}

.tabs2 .ui-tabs-nav li{
  display: inline-block;
}

.tabs2 .ui-tabs-nav li a{
  color: #333;
background-color: #e6e6e6;
border-color: #999;
border-bottom: 1px;
height: 27px;
padding: 0 10px;
line-height: 27px;
display: block;
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
}
.tabs2 .ui-tabs-nav li.ui-state-active a{
  background-color: #999;
  color: #FFF;
}
.inner-container{
  -webkit-border-radius: 6px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 6px;
-moz-border-radius-topleft: 0;
border-radius: 6px;
border-top-left-radius: 0;
padding: 10px;
border: 1px solid #CCCCCC;
box-shadow: 1px 1px 1px #CCCCCC;
-webkit-box-shadow: 1px 1px 1px #CCCCCC;
-moz-box-shadow: 1px 1px 1px #CCCCCC;
background: #fff;
}

/* Product repeaters*/
.repeaterContaner, .addreview 
{
    border-collapse: collapse;
    width: 100%;
}
.repeaterContaner
{
    font-size: 13px;
}
.repeaterItem, .addreview td
{
    border-bottom: 1px dotted #CCCCCC;
    height: 25px;
    padding:5px;
    text-align: left;
    vertical-align: middle;
    color: #333333;
}
.repeaterItem.td1, .addreview .td1
{
    background-color: #F7F7F7;
    color: #666666;
    width: 35%;
}
.repeaterItem.td2
{
    width: 65%;
}
.repeaterHeader
{
    line-height: 25px;
    width: 60%;
    height: 25px;
    text-align: left;
    border-bottom: 1px dotted #CCCCCC;
}
.repeaterWidth
{
    width:100%;
}
#inner-content table.repeaterWidth td
{
    vertical-align: middle;
}

/* ---------------------------------------------------------------------- */
/*	Page Login
/* ---------------------------------------------------------------------- */
.pagercontainer {
	padding: 15px 30px;
	background: #f0f0f0;
}

.main-section {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}

.header-space
{
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    margin-bottom: 2px;
}

.login .H2maroon {
color: #000;
font-weight: bold;
text-decoration: none;
padding: 5px 0;
display: inline-block;
zoom: 1;
font-size: 12px;
}

.login .TextBox
{
    width: 185px;
}
.login .acsbutton.blue, .acsbutton.blue
{
    background: #4184CF;
    color: #FFF;
    font-weight: bold;
    font-family: "Helvetica", Arial, sans-serif;
    min-width: 120px;
    margin: 10px 0;
    text-decoration: none;
    border-color: #50729F;
    cursor: pointer;
    text-align: center;
}
.login .acsbutton.blue.small, .acsbutton.blue.small
{
    min-width: 98px;
}
.login .acsbutton.blue:hover, .acsbutton.blue:hover
{
    border-color: #999;
}
.login .acsbutton.middle
{
	min-width:60px;
}
.login .LoginControl td
{
    vertical-align: middle;
    padding: 3px;
}
.login .subsection
{
    float:left;
}
.login .subsection a
{
    color: #333;font-size: 13px;
}
.login .subsection-left{width: 430px; border-right: 2px dashed #FFF; min-height: 150px; padding-right:20px;}
.login .subsection-right{padding-left: 20px; width: 427px; text-align:center;}
.login .section-container{margin-top: 20px;margin-bottom: 25px;}
.login .subsection-heading{margin-top: 40px;}
.login .subsection p{line-height: 18px;}
.login .RadGrid.RadGrid_Default{border: 0;padding: 0;}
.login .employee-register{color: #666; text-align: right; position: absolute; right: 16px; bottom: 32px; margin-top: 15px;}
.login .employee-register a{color: #666;}


.login input, .login textarea, .login select,
.btnAccount, .acsbutton, .cart input
{
    padding: 6px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow:    0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.06) inset;
    box-shadow:         0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.06) inset;
    border: 1px solid #CCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333333;
    background: #fff;
    display: inline-block;
}
.login input:focus, .login textarea:focus, .login select:focus,
.footer input[type="text"]:focus, .btnAccount:focus, .acsbutton:focus
{
    border: 1px solid #4184cf;
    outline: none;
} 

.cartitem
{
    padding: 5px 0;
}

.PriceSummaryWidth {
	width: 250px;
}

.PriceSummaryWidth span{
	color: #000;
}

.PriceSummaryWidth .h2{
	font-size: 12px;
	width: 150px;
	display: inline-block;
}

.acsbutton.grey, .btnAccount.grey {
min-width: 110px;
max-width: auto;
width: auto;
margin: 6px 0;
background: #e6e6e6;
text-align: center;
	cursor: pointer;
}

/* ---------------------------------------------------------------------- */
/*	Carrinho de Compras
/* ---------------------------------------------------------------------- */
a.navigationlink, .login .subsection a.navigationlink {
color: #4184CF;
}

.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td, .RadGrid .rgFilterRow td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
padding-left: 7px;
padding-right: 7px;
}

.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td {
padding-top: 4px;
padding-bottom: 3px;
}

.RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td, .RadGrid_Default .rgEditRow td, .RadGrid_Default .rgFooter td,
.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol
{
    border: 0 !important;
}
.RadGrid.RadGrid_Default
{
    border: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    outline: none ;
}

.RadGrid .rgHeader, .RadGrid th.rgResizeCol {
padding-top: 5px;
padding-bottom: 4px;
text-align: left;
font-weight: normal;
}

.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol {
border: 0;
border-bottom: 1px solid #828282;
background: #eaeaea 0 -2300px repeat-x url('../images/bg-cart.gif');
}

.RadGrid_Default .rgHeader, .RadGrid_Default .rgHeader a {
color: #333;
}

.RadGrid_Default .rgRow a, .RadGrid_Default .rgRow span, .RadGrid_Default .rgAltRow a, .RadGrid_Default .rgEditRow a, .RadGrid_Default tr.rgEditRow a, .RadGrid_Default tr.rgHoveredRow a, .RadGrid_Default tr.rgActiveRow a, .RadGrid_Default .rgFooter a, .RadGrid_Default .rgEditForm a {
color: #000;
}

.rgMasterTable a {
text-decoration: underline;
}

.cart h2{
	margin-bottom: 10px;
}

.cart input.buttonDeleteItemFromCart {
border: none;
background: url('../images/excluir.gif');
width: 11px;
height: 10px;
background-position: center center;
background-repeat: no-repeat;
padding: 8px;
vertical-align: middle;
}

/* ---------------------------------------------------------------------- */
/*	Columns
/* ---------------------------------------------------------------------- */
.span9{width: 66%;}
.span7{width: 60%;}
.span6{width: 50%;}
.span5{width: 40%;}
.span4{width: 33%;}
.span3{width: 25%;}


/* ---------------------------------------------------------------------- */
/*	Spacer
/* ---------------------------------------------------------------------- */
.spacer10{height: 10px;}
.spacer20{height: 20px;}
.spacer30{height: 30px;}
.spacer40{height: 40px;}
.spacer50{height: 50px;}
.spacer60{height: 60px;}
.spacer70{height: 70px;} 
.spacer80{height: 80px;}
.spacer90{height: 90px;}
.spacer100{height: 100px;}
#lang{
	width:55px;
	height:`12px;
	position:absolute;
	right: 0;
	top:40px;
} 
#logoagco{
	width:165px; 
	height: 33px;
	position:absolute; 
	right: 0;
	top:174px;    
} 