﻿
.divMenuProdutos
{	
	
	width: 210px;
	float:left;
	position:relative;
}

.divMenuProdutosDetalhe
{	
	margin:10px;
	width: 720px;
	float:left;
	/*border: 1px solid #0E6595;*/
	box-shadow:0 1px 1px #fff; 
	border-radius:5px ;	
	box-shadow: 0px 0px 6px rgba(0,0,0,.5);
	position:relative;	
}

iframe#frame-ProdutosDetalhe
{
	width:720px;
	height:720px;
	margin: auto;
}


.divCleaner
{
	clear:both;
}

.ddl {
    /* Size & position */
    position: relative;
    width: 170px;
    margin: 0 auto;
    padding: 2px 5px;
	height:22px;
	
    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
	top: 3px;
	left: 0px;
}
 
.ddlUF {
    /* Size & position */
    position: relative;
    width: 60px;
    margin: 0 auto;
    padding: 2px 5px;
	height:22px;
	
    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;	
	left: 0px;
} 

.label
{
    width: 145px;    
    padding: 1px;
    border-radius: 3px;
    margin: 1px;
    color:#0E6595;
    display: block;     
}

fieldset  
{
	border: 1px solid #0E6595; 	 
	padding: 4px; 
	margin: 8px; 
	box-shadow:0 1px 1px #fff; 
	border-radius:5px ;	
	box-shadow: 0px 0px 6px rgba(0,0,0,.5);
} 

fieldset legend  
{	
	padding: 2px; 
	font-weight:lighter; 
	border-radius:5px; 
	color:#ffffff;
	background: #014464;
	background: -moz-linear-gradient(top, #116FA4, #023B56);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#116FA4), to(#023B56));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#116FA4, endColorStr=#023B56, GradientType=0.5); 
}




.botao
{
	/*-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	border-bottom-color:#333;	
	background-color:#FFFFFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#035680;
	font-family:'Verdana',Arial,sans-serif;
	font-size:10px;	
	padding:6px;
	text-align: center;*/
	
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #004080), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #004080 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004080', endColorstr='#378de5');
	background-color:#004080;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #3d7cba;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:70px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
	
}

.botao:hover{ /*background-color:#035680;color:#ffffff*/background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #004080) );
	background:-moz-linear-gradient( center top, #378de5 5%, #004080 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#004080');
	background-color:#378de5;
	cursor:pointer;
}

.botao:active
{
    position:relative;
	top:1px;
	}
	
	
.botaoRand
{	
	
	height: 22px;
	width: 22px;
	background: transparent url('../images/atualizar.gif') center no-repeat;
	
}

.textBox
{
	 /* Azul claro 61c4ea*/	
	 border:1px solid #cccccc;
	 border-radius:5px;
	 height:20px; 
}

.GridView
{
	font-family: arial, helvetica, serif;
	font-size:12px;
	width:660px;
}

.GridViewRepresentante
{
	font-family: arial, helvetica, serif;
	
	
}


fieldset  
{
    border: 1px solid #0E6595; 	        
    padding: 4px; 
    margin: 8px; 
    box-shadow:0 1px 1px #fff; 
    border-radius:5px ;	
    box-shadow: 0px 0px 6px rgba(0,0,0,.5);
    
} 

fieldset legend  
{	
	font-family: arial, helvetica, serif;
	font-size:12px;
    padding: 2px; 
    font-weight:lighter; 
    border-radius:5px; 
    color:#ffffff;
    background: #014464;
    background: -moz-linear-gradient(top, #116FA4, #023B56);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#116FA4), to(#023B56));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#116FA4, endColorStr=#023B56, GradientType=0.5); 
}

.botaoLanc
{
   background-color:transparent;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #909396;
	display:inline-block;
	color:#465b75;
	font-family:Georgia;
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:30px;
	text-decoration:none;
	text-align:center;
	
}

.botaoLanc:hover
{
     background-image:url(../Images/BotaoLanc.png);background-position:inherit;
   
}

.botaoLanc:active
{
    position:relative;
	top:1px;
}