/*
Alpha PNG support for IE
------------------------------
Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
\*/
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="media/blank.png").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}

* {
	margin:0pt;
	padding:0pt;
}
fieldset, img {border:0;}
a {
	border-bottom:1px dotted #666666;
	color:#B5B5B5;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted #FFFFFF;
	color:#FFFFFF;
}
body {
	color:#808080;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	line-height:1.3em;
}
strong {
	color:#CCCCCC;
	font-weight:normal;
}
body {
	background:#202020 none repeat scroll 0%;
	padding:0pt 0pt 20px;
}
.outer {
	background:transparent url(shadow_repeat.gif) repeat-y scroll 50% 0pt;
}
.outer .outer {
	background:transparent url(bg.jpg) no-repeat scroll 50% 0pt;
}
#container {
	background:#0F0F0F url(backpage_columns.gif) repeat-y scroll 0pt;
	margin:0pt auto;
	overflow:hidden;
	padding:0pt;
	width:980px;
}
#content {
	background:#0F0F0F none repeat scroll 0% 50%;
	margin:0pt 0pt 0pt 0px;
	min-height:520px;
	_height:500px;
	width:740px;
	padding:20px;
	float:left;
}

#content h1{
	color:#990000;
	font-size:16px;;
	font-weight:bold;
	margin-bottom:20px;
}
#content h2{
	color:#990000;
	font-size:10px;;
	font-weight:bold;
}
#content h3{
	color:#FFFFFF;
	font-size:1.273em;
	font-weight:normal;
	line-height:1.336em;
	margin:0pt 0pt 1.336em;
	text-shadow:#0F0F0F 1px 1px 0pt;
	text-transform:uppercase;
}
#content h5{
	color:#FFFFFF;
	font-size:1.636em;
	font-weight:normal;
	text-shadow:#0F0F0F 1px 1px 0pt;
	padding:5px;
}
#content p{
	border-top:1px dotted #333333;
	clear:both;
	display:inline;
	float:left;
	margin:0pt;
	padding:0.5em 0pt;
	width:100%;
}
#content p.semBorda{
	border:none;
}
#content form label{
	color:#999999;
	display:inline;
	float:left;
	margin-right:20px;
	padding:0pt 0pt 0pt 30px;
	width:150px;
}

#content form input.text, #content form textarea.text, #content form select {
	background:#333333 url(bg_form.png) repeat-x scroll center top;
	border:1px solid #505050;
	color:#999999;
	font-family:verdana,sans-serif;
	font-size:1em;
	padding:0.2em;
}
#content form input.text:focus, #content form textarea:focus, #content form select:focus {
	background:#505050 url(bg_form.png) repeat-x scroll center top;
	border:1px solid #999999;
	color:#DCDCDC;
	font-size:1em;
}

/**/
#content form fieldset {
	border-bottom:1px dotted #333333 !important;
	float:left;
	padding-top:0.7em;
	width:100%;
}
#content form legend {
	border:medium none;
	color:#990000;
	line-height:1.7em;
	margin:0pt;
	padding:0.7em 0pt 0pt;
	text-transform:uppercase;
}
#content form dl, #content form dt, #content form dd {
	background:transparent none repeat scroll 0%;
	border:0pt none;
	color:#999999;
	margin:0pt;
	padding:0pt;
}
#content form label, #content form dt, #content form dl.alt dt {
color:#999999;
display:inline;
float:left;
margin-right:15px;
padding:0pt 0pt 0pt 30px;
width:150px;
}
#content dt {
color:#990000;
float:left;
padding-right:15px;
width:18em;
}
#content dl.alt dd {
margin:1em 0pt;
}
#content dl.alt dt {
float:none;
width:auto;
}
#content form dl.alt dd {
display:inline;
float:left;
margin:0pt 1em 0pt 0pt;
padding:0pt;
}
#content form ul.error li label, #content form dl.error dd label {
color:#CC0000;
}
#content form p, #content form ul, #content form dl {
	border-top:1px dotted #333333;
	clear:both;
	display:inline;
	float:left;
	margin:0pt;
	padding:0.5em 0pt;
	width:100%;
}
#content form p.info {
	background:#151515 url(info.gif) no-repeat scroll 1em 0.6em;
	clear:both;
	color:#999999;
	display:block;
	float:none;
	padding-left:30px;
	width:auto;
}
#content form p.required, #content form ul.required, #content form dl.required {
	background-image:url(field_required.gif);
	background-position:1em 0.7em;
	background-repeat:no-repeat;
}

#content #detalheProduto{
	width:734px;
	min-height:140px;
	_height:140px;
	background:url(bg_detalhe_produto.jpg) top no-repeat;
	padding:10px;
	margin-top:20px;
	float:left;
}
#content #detalheProduto #video{
	background:#006633;
	width:320px;
	height:240px;
	margin:auto;
}
#content #boxEsq, #content #boxDir, #content #boxFotoAtleta{
	width:370px;
	margin-bottom:30px;
	float:left;
	background:#151515;
	padding-bottom:10px;
	clear:both;
}
#content #boxDir{
	width:345px;
}
#content #boxDir #dados{
	float:left;
	margin-top:10px;
	width:200px;
}
#content #direita #boxFotoAtleta{
	width:370px;
	margin-right:-20px;
}
#content #boxDir #dados ul{
	float:left;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin:20px 0px 0px 0px;
	padding:0pt;
	width:100%;
	clear:both;
}
dd, dt{
	margin:0pt;
	padding:0pt;
}
#content #boxDir #dados ul li{
	border-bottom:1px dotted #333333;
	display:inline;
	float:left;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width:100%;
	display:block;
	padding:3px 5px 5px 10px;
	color:#FFFFFF;
}
#content #boxDir #dados ul li a{
	background-color:#151515;
	color:#999999;

}

#content #boxEsq #flashNoticias{
	margin:20px 0px 0px 7px;
}
#content img.titulo{
	position:absolute;
	margin:-13px 0px 0px 10px;
}
#content #boxEsq ul{
	float:left;
	font-family:verdana,arial,sans-serif;
	margin:20px 0px 0px 0px;
	padding:0pt;
	width:100%;
	clear:both;
}
#content #boxEsq ul li{
	border-bottom:1px dotted #333333;
	display:inline;
	float:left;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width:100%;
}
#content #boxEsq ul li a{
	background-color:#151515;
	color:#999999;
	display:block;
	padding:3px 5px 5px 10px;
}
#content #boxEsq ul li a:hover{
	background:#1F1F1F none repeat scroll 0%;
	color:#FFFFFF;
	border-bottom:1px dotted #333333;
}

#header {
	background:transparent url(bg_header.jpg?1180543802) no-repeat scroll 0pt;
	height:70px;
	position:relative;
	z-index:2;
}
#header a {
	border:0pt none;
}
h2#logo {
	float:left;
	height:70px;
	margin:0pt;
	width:178px;
}
h2#logo a {
	float:left;
	height:70px;
	text-decoration:none;
	text-indent:-9999px;
	width:178px;
}
#header ul.menu{
	width:674px;
	float:right;
	margin-top:41px;
}
#header ul.menu li{
	float:left;
	list-style-type:none;
	margin:0px;
}
#header ul.menu li a{
	background:url(bg_menu_interna.jpg);
	display:block;
	float:left;
	height:29px;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
}
#header ul.menu li.mercha a{
	width:130px;
}
#header ul.menu li.mercha a:hover{
	background-position:0pt -29px;
}
#header ul.menu li.mercha-on a{
	width:130px;
	background-position:0pt -29px;
}

#header ul.menu li.treinamento a{
	background-position:-130px 0px;
	width:115px;
}
#header ul.menu li.treinamento a:hover{
	background-position:-130px -29px;
}
#header ul.menu li.treinamento-on a{
	background-position:-130px -29px;
	width:115px;
}

#header ul.menu li.advert a{
	background-position:-245px 0px;
	width:105px;
}
#header ul.menu li.advert a:hover{
	background-position:-245px -29px;
}
#header ul.menu li.advert-on a{
	background-position:-245px -29px;
	width:105px;
}

#header ul.menu li.sport a{
	background-position:-350px 0px;
	width:145px;
}
#header ul.menu li.sport a:hover{
	background-position:-350px -29px;
}
#header ul.menu li.sport-on a{
	width:145px;
	background-position:-350px -29px;
}

#header ul.menu li.produtos a{
	background-position:-495px 0px;
	width:90px;
}
#header ul.menu li.produtos a:hover{
	background-position:-495px -29px;
}
#header ul.menu li.produtos-on a{
	background-position:-495px -29px;
	width:90px;
}
#header ul.menu li.pedido a{
	background-position:-585px 0px;
	width:80px;
}
#header ul.menu li.pedido a:hover{
	background-position:-585px -29px;
}
/* */
#header ul.menuAberto{
	width:565px;
	float:right;
	margin-top:41px;
}
#header ul.menuAberto li{
	float:left;
	list-style-type:none;
	margin:0px;
}
#header ul.menuAberto li a{
	background:url(bg_menu.jpg);
	display:block;
	float:left;
	height:29px;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
}

#header ul.menuAberto li.atendimento a{
	width:187px;
}
#header ul.menuAberto li.atendimento a:hover{
	background-position:0pt -29px;
}
#header ul.menuAberto li.atendimento-on a{
	width:187px;
	background-position:0pt -29px;
}

#header ul.menuAberto li.cadastre a{
	background-position:-190px 0px;
	width:110px;
}
#header ul.menuAberto li.cadastre a:hover{
	background-position:-190px -29px;
}
#header ul.menuAberto li.cadastre-on a{
	width:110px;
	background-position:-190px -29px;
}
#header ul.menuAberto li.lojas a{
	background-position:-298px 0px;
	width:75px;
}
#header ul.menuAberto li.lojas a:hover{
	background-position:-298px -29px;
}
#header ul.menuAberto li.lojas-on a{
	background-position:-298px -29px;
	width:75px;
}
#header ul.menuAberto li.ecomm a{
	background-position:-378px 0px;
	width:95px;
}
#header ul.menuAberto li.ecomm a:hover{
	background-position:-378px -29px;
}
#header ul.menuAberto li.ecomm-on a{
	background-position:-378px -29px;
	width:95px;
}
#header ul.menuAberto li.podcast a{
	background-position:-470px 0px;
	width:80px;
}
#header ul.menuAberto li.podcast a:hover{
	background-position:-470px -29px;
}
#header ul.menuAberto li.exclusivo a:hover{
	background-position:-375px -29px;
}
/* */
.pageinfo {
	background:#000000 url(bg_pageInfo.gif) repeat-x scroll 0%;
	border-bottom:#990000 solid 1px;
	height:28px;
	padding:0pt 0pt 0pt 10px;
	float:left;
	width:980px;
}
#infoUser{
	color:#ffffff;
	font-size:10px;
	line-height:28px;
	padding-top:1px;
	padding-right:10px;
	float:right;
}
#breadcrumb {
	color:#666666;
	font-size:10px;
	line-height:28px;
	padding-top:1px;
	float:left;
}
#breadcrumb a {
	border:0pt none;
	color:#666666;
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
#breadcrumb strong {
	color:#990000;
}
#menuInterna{
	float:left;
	width:180px;
}
#menuInterna ul li ul li{
/*	text-indent:15px;*/
	border:none;
}
#menuInterna ul li ul li a{
	border:none;
	padding-left:25px;
	width:150px;
	background:#1a1a1a;
}
#menuInterna ul li ul li a.on, #menuInterna ul li a.on{
	color:#8c0000;
}
.on{
	color:#8c0000;
}
#menuInterna ul li ul li a:hover{
	border:none;
}
#menuInterna ul{
	float:left;
	font-family:verdana,arial,sans-serif;
	margin:0pt;
	padding:0pt;
	width:100%;
}
#menuInterna ul li{
	border-bottom:1px dotted #333333;
	display:inline;
	float:left;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width:100%;
}
#menuInterna ul li a{
	background-color:#151515;
	color:#999999;
	display:block;
	padding:3px 5px 5px 10px;
}
#menuInterna ul li a:hover{
	background:#1F1F1F none repeat scroll 0%;
	color:#FFFFFF;
	border-bottom:1px dotted #333333;
}
#footer {
	background:transparent url(footer_back.gif?1161897867) no-repeat scroll 50% 0pt;
	color:#505050;
	font-size:10px;
	height:55px;
	margin:-11px 0pt 0pt;
	text-align:right;
}
#footer .inner {
	margin:0pt auto;
	overflow:hidden;
	width:980px;
}
#footer a{
	border:0pt none;
	color:#666666;
	text-decoration:none;
}
#footer a:hover {
	border-bottom:1px dotted #808080;
	color:#999999;
}
#international {
	float:left;
	margin:26px 0pt 0pt;
	padding:0pt;
	width:250px;
}
#footer ul#internacional{
	margin:25px 0px 0px 0px;
	width:400px;
	float:left;
}
#footer ul#internacional li{
	display:inline;
	list-style:none;
}
#footer ul#internacional li a{
	float:left;
	height:13px;
	width:25px;
	text-decoration:none;
	text-indent:9999px;
	border:medium none;
	border:solid 1px #333333;
	margin-left:5px;
	overflow:hidden;
}
#footer ul#internacional li#int_label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#505050;
	margin-left:10px;
	border-left:dotted 1px;
	padding-left:5px;
	float:left;
}
#footer ul#internacional li a.brasil{
	background:url(brasil.jpg);
	border:solid 1px #990000;
}
#footer ul#internacional li a.usa{
	background:url(usa.jpg);
}
#footer ul#internacional li a.canada{
	background:url(canada.jpg);
}
#footer ul#internacional li a.australia{
	background:url(australia.jpg);
}
#footer ul#internacional li a.japao{
	background:url(japao.jpg);
}
#footer ul#internacional li a.oakley{
	background:url(ico_oakley.jpg);
}
#footer ul#internacional li a:hover{
	border:solid 1px #666666;
}

#footer ul#menuRodape{
	margin:25px 0px 0px 35px;
	float:right;
}
#footer ul#menuRodape li{
	display:inline;
	list-style:none;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}
#footer ul#menuRodape li a{
	float:left;
	text-decoration:none;
	margin-left:5px;
	overflow:hidden;
	color:#999999;
	padding-bottom:1px;
}
#footer ul#menuRodape li a:hover{
	color:#b5b5b5;
	border-bottom:dotted 1px;
	padding-bottom:0px;
}
#footer p {
	float:right;
	margin: 5px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	clear:right;
	width:400px;
	text-align:right;
}
#footer p a{
	color:#b5b5b5;
	text-decoration:none;
}
#footer p a:hover{
	color:#f7931d;
	border-bottom:none;
	padding-bottom:0px;
}
.borda5{
	border:solid 5px #313131;
	float:right;
	margin:20px 10px 0px 0px;
}
#fotoDetalhe{
	margin:20px 0px 10px 7px;
}
#fotoDetalhe p{
	text-align:center;
	padding:10px;
	color:#FFFFFF;
	width:335px;
	border-bottom:1px dotted #808080;
}
#fotoDetalhe #thumbs{
	position:relative;
	float:left;
	width:345px;
	margin:10px 0px 0px 5px;
}
#fotoDetalhe #thumbs ul{
	float:left;
}
#fotoDetalhe #thumbs ul li{
	display:inline;
	float:left;
	padding:5px;
}
#fotoDetalhe #thumbs ul li a{
	border:none;
	background:#fff;
}
#fotoDetalhe #thumbs ul li a img{
	border:solid #666666 1px;
}
#thumbs *{
	display:block;
	border:none;
}
#thumbs .cropFoto {
	background-color:#00FF33;
	height:45px;
	width:45px;
	position:relative;
}
#thumbs .cropFoto img{
	position:absolute;
	float:left
	border:solid 1px #FFFFFF;
}
#thumbs .cropFoto:hover img {
	clip:rect(2px 43px 43px 2px);
}
#thumbs .cropFoto-on img {
	clip:rect(2px 43px 43px 2px);
}
.teste{
	padding-top:20px;
}

#fotosProdutos{
	float:left;
}

#textoDetalheProdutos{
	float:left;
	margin-left:20px;
}
#textoDetalheProdutos h3{
	color:#990000;
	font-size:11px;
}
#textoDetalheProdutos p{
	color:#ffffff;
	font-size:10px;
	line-height:12px;
	float:left;
}
#paginacao{
	width:760px;
	background:#151515;
	text-align:center;
	float:left;
	margin-top:20px;
	height:25px;
	line-height:25px;
}
#paginacao ul li{
	list-style:none;
	display:inline;
	color:#990000;
	font-size:11px;
	font-weight:bold;
	padding:5px;
}
#paginacao ul li a{
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
	border:none;
	padding:5px;
}
#paginacao ul li a:hover{
	background:#000000;
}
.botao{
	width:68px;
	height:21px;
	border:none;
	background:url(bg_botao.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	line-height:18px;
}
.botao:hover{
	width:68px;
	height:21px;
	border:none;
	background:url(bg_botao_over.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	line-height:20px;
}
.botao2{
	width:61px;
	height:21px;
	border:none;
	background:url(bg_botao2.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	line-height:18px;
}
.botao2:hover{
	width:61px;
	height:21px;
	border:none;
	background:url(bg_botao_over2.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	line-height:20px;
}
.botao3{
	width:83px;
	height:21px;
	border:none;
	background:url(bg_botao3.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	line-height:18px;
}
.botao3:hover{
	width:83px;
	height:21px;
	border:none;
	background:url(bg_botao_over3.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	line-height:20px;
}
.botao4{
	width:150px;
	height:21px;
	border:none;
	background:url(bg_botao4.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	line-height:18px;
}
.botao4:hover{
	width:150px;
	height:21px;
	border:none;
	background:url(bg_botao_over4.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	line-height:20px;
}
p.dadosAtleta{
	color:#FFFFFF;
	margin:20px;
	border:none;
}
#content p#legendaFotoAtleta{
	float:none;
	padding:15px 0px 0px 0px;
	border:none;
}
#loading{
	position:absolute; 
	top:250px; 
	margin-left:170px;
}

#content #detalheProduto ul{
	list-style:none;
}
#content #detalheProduto ul li{
	display:inline;
	float:left;
	height:22em;
	margin:0pt 0pt 0pt 20px;
	width:160px;
}
#content #detalheProduto ul li a img{
	background:#000000 none repeat scroll 0%;
	border:1px solid #333333;
	display:block;
	height:166px;
	padding:1px;
	width:166px;
}
#content #detalheProduto ul li a:hover img{
	border:1px solid #990000;
}
#content #detalheProduto ul li a strong{
	color:#CCCCCC;
	display:block;
	font-weight:normal !important;
	line-height:1.1em;
	margin-top:0.3em;
}
#content #detalheProduto ul li a:hover strong{
	color:#FFFFFF;
}
#content #detalheProduto ul li a span{
	color:#666666;
	display:block;
	font-size:0.909em;
	line-height:1.87em;
}
hr{
	border-bottom-color:#505050;
	border-top-color:#1F1F1F;
	margin:0pt 0pt 10px;
	width:97%;
}

.qtdLoja{
	color:#CCCCCC;
	background-color:#1F1F1F;
	font-size:0.909em;
	line-height:1.87em;
	width:260px;
	font-family:verdana,sans-serif;
	font-size:1em;
	padding:0.2em;
	border:solid 1px #666666;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

.imgCart{
	background:#000000 none repeat scroll 0%;
	border:1px solid #333333;
	display:block;
	float:left;
	padding:1px;
	margin:5px;
}

.qtdCart{
	color:#CCCCCC;
	background-color:#1F1F1F;
	font-size:0.909em;
	line-height:1.87em;
	font-family:verdana,sans-serif;
	font-size:1em;
	padding:0.2em;
	border:solid 1px #666666;
	text-align:center;
}