/**
 * CSS - zedFramework
 * 
 * @package   www.concord.com.br
 * @name      TI-WEB-CCD-0001 
 * @author    Thiago M. Zampieri <thiago.zampieri@gmail.com>
 * @copyright 2009
 * @version   0.1.0 
 * @access    public
 * @todo      Página de Estilos
 */

/***************************************************************************************************************************
ALL
****************************************************************************************************************************/
* {	margin: 0; padding: 0; }

img { border: 0 }

body {
	width:auto;
	height:100%!important;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
}

.page {
	display:block;
	float:center;
	margin:10px auto 0 auto;
	width:1000px;
	height:auto!important;
	background-position:center 139px;
	background-repeat:no-repeat;
	margin-bottom: 20px;
}


a  {color : #000000; font-weight: bold; text-decoration: none; }
a:hover  {color : #f2f2f2;}
/*html{ scrollbar-3d light-color:#f2f2f2;scrollbar-arrow-color:#000000; scrollbar-base-color:#f2f2f2;scrollbar-dark-shadow-color:#f2f2f2;
scrollbar-face-color:#95947e;scrollbar-highight-color:#95947e;scrollbar-shadow-color:#95947e;}*/


/***************************************************************************************************************************
HEADER
****************************************************************************************************************************/
#header {
	float:left;
	width:1000px;
	background: url('../images/header.png') bottom center no-repeat;
	height: 250px;
	background-color: #ffffff;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	border-radius: 1em 1em 0em 0em;
	-moz-border-radius: 1em 1em 0em 0em;
}
	
/***************************************************************************************************************************
CONTENT
****************************************************************************************************************************/							
#content {
	width: 1000px;
	display:block;
	float: left;
	background-color: #ffffff;
	padding-bottom: 10px;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
		}
		
#content .offers {
	border: 1px solid #c2c2c2;
	background: #f2f2f2;
	font-size: 1.2em;
	text-decoration: none;
	display: block; 
	float: right;
	width: 930px;
	text-align: center;
	padding: 5px;
	margin-right: 30px;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}

#content .offers label {
	display: block;
	float: right;
	padding-top: 5px;	
	width: 90%;
}

#content .offers:hover {
	color: #006cad;
}

#content #supplier
{
	display: inline;
	float: left;
	width: 240px;	
	margin-right: 8px;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-radius: 0.5em 0.5em 0.5em 0.5em;	
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
	}
	
#content #supplier h3
{
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	font-size: 1.0em;
	padding-top: 10px;
	padding-bottom: 5px;
	background: #9aba32;
	border-radius: 0.5em 0.5em 0.0em 0.0em;	
	-moz-border-radius: 0.5em 0.5em 0.0em 0.0em;
	}
	
#content #supplier label
{
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 5px;
	}

#content #product
{
	display: inline;
	float: left;
	width: 750px;
	}

/* VIEWER FOR COLUNNS */							
#content #product .col {
	display: block; 
	float: left; 
	width: 240px;
	margin-left: 10px;
	height: 350px;
				}
							
#content #product .col .photo {
	width: 180px;
	text-align: center;
	margin-left: 30px;
					}					

#content #product .col .information {
	display: block;	 
	float: left;
	width: 240px;
	margin-top: 5px;
					}

#content #product .col .information .name {
	display: block;	 
	float: left;
	font-size: 0.9em;
	width: 180px;
	color: #424242;
	display:block;
	padding: 5px;
	padding-left: 30px;
}


#content #product .col .information .code {
	display: block;	 
	float: left;
	font-size: 0.7em;
	color: #727272;
	width: 180px;
	display:block;
	padding-left: 30px;
	font-weight: bold;
}

#content #product .col .information .parcels {
	display: block;	 
	float: left;
	font-size: 0.9em;
	color: #006cad;
	width: 180px;
	display:block;
	margin-top: 10px;
	padding-left: 30px;
}

#content #product .col .information .parcels .number {
	font-size: 1.2em;
	display: inline;	 
	float: left;
	margin-right: 5px;
	font-weight: bold;
	padding-left: 10px;
}

#content #product .col .information .price {
	display: block;	 
	float: left;
	font-size: 1.6em;
	color: #bc212e;
	display:block;
	margin-left: 30px;
	margin-top: 5px;
	font-weight: bold;	
	background: #9aba32;
	border-radius: 0.5em 0.5em 0.0em 0.0em;	
	-moz-border-radius: 0.5em 0.5em 0.0em 0.0em;
	text-align: center;
	padding: 3px;
}

#content #product .col .information .total {
	display: block;	 
	float: left;
	font-size: 0.85em;
	color: #006cad;
	width: 180px;
	display:block;
	padding-left: 30px;
	font-weight: bold;
}					
						
#content #product .col .information .restrict {
	width: 140px;
	margin-bottom: 10px;
	float: left;
	display: block;
	margin-top: 5px;
				}
				
#content #product .col .information .restrict .check {	
	padding-left: 5px;
	height: 25px;
	float: left;
	display: block;
									}

						
#content #product .col .information .restrict .price {
	float: left;
	display: block;
	width: 150px;	
	text-align: center;
	font-weight: bold;
										}
				
						
#content #product .col .atributtes {
	font-size: 0.75em;
	display: block;
	float: left;
	color: #424242;
	text-align: center;
	padding-bottom: 5px;
	width: 150px;
					}
						
#content #product .col .atributtes p .name {
	font-weight: bold;
							}


/***************************************************************************************************************************
FOOTER
****************************************************************************************************************************/
#footer { 
	width: 1000px;
	display: block;
	float: left;
	height: 140px;
	background: url('../images/background.png') top center repeat-x;
	background-color: #ffffff;
	border-radius: 0em 0em 1em 1em ;
	-moz-border-radius: 0em 0em 1em 1em;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
		}

#footer .image 
{	
	display: block;
	float: left;
	width: 180px;
	margin-top: 25px;
	margin-left: 50px;
}

#footer .address 
{
	color: #273b7d;	
	font-size: 1.3em;
	display: block;
	float: left;
	width: 220px;
	margin-top: 12px;
	margin-left: 10px;	
	font-family: Calibri, Verdana, Arial;
}
#footer .address label
{
	width: 100%;
	display: block;
	float: left;	
}
#footer .address .bold
{
	font-weight: bold;
}

#footer .address .bold2
{
	font-size: 1.5em;
	font-weight: bold;
}
		
#footer .box { 
	width: 525px;	
	display: block;
	float: left;
	height: 100%;
	font-size: 0.7em;
	text-align: justify;
	color: #273b7d;
	margin-top: 15px;
}

#footer .box .phrase {
	width: 100%; 
	display: block; 
	float: left; 
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #be0342;
	margin-top: 5px;
}

#footer .box .phrase a, #footer .box .phrase a:hover {
	color: #be0342;
}

#copy
{
	margin-top: 10px;
	color: #a2a2a2;
	font-size: 0.7em;
	display: block;
	float: left;
	text-align: center;
	width: 100%;
}
		
/***************************************************************************************************************************
//* FORM */
input,select,textarea,button {color: #424242; font-size: 0.9em }

.buttonClick:hover,
.buttonClick:active {
	background: #bb0000;
	color: #ffffff;
	border: 1px solid #770000;
}

.buttonClick, .buttonOk {
	background: #e2e2e2;
	color: #424242;
	border: 1px solid #727272;
	font-weight: bold;
}

.buttonOk:hover,
.buttonOk:active {
	background: #3a3a3a;
	color: #f2f2f2;
	border: 1px outset #727272;
	font-weight: bold;
}

input {
	background: url(../../default/images/header/bkgrd_inputs.png) top left no-repeat;
	behavior: url(scripts/iepngfix.htc);
	border: 1px solid #929292;
	padding: 2px;
	}
	
textarea {
	background-color: #ffffff;
	border: 1px solid #727272;
	padding: 2px;
	}
	
.checkbox {
	background: none;
	border: none;
	
		}
