﻿/* *************************************************************************** */
/* SEGUROFACIL.NET website, including all css files, text, HTML, scripts, and  */
/* images are copyright 2006 - 2009 Joao Leme Administradora e Corretora de    */
/* Seguros Ltda. All rights reserved.                                          */
/*                                                                             */
/* Any replication, modification, or copy of any part of this website without  */
/* the prior, written consent of its owner is prohibited.                      */
/*                                                                             */
/* *************************************************************************** */
/* SEGUROFACIL.NET website, incluindo todos arquivos css, HTML, scripts, e     */
/* imagens são direitos reservados 2006 - 2009 Joao Leme Administradora e      */
/* Corretora de Seguros Ltda. Todos os direitos reservados.                    */
/*                                                                             */
/* Qualquer replicação, modificação ou cópia de qualquer parte deste website   */
/* sem a prévia autorização por escrito dos proprietários é proibida.          */
/*                                                                             */
/* *************************************************************************** */

.productBox { 
    position: relative; float: left; cursor: pointer;
    width: 355px;
    margin: 0px 3px 7px 3px; padding: 0px 0px 0px 0px;
    border: 1px solid #CCCCCC; 
    height: 115px;
    background-image: url("../images/base/InsideBoxTop.jpg"); 
    background-repeat: repeat-x; 
    text-align: right;
    font-family: Arial, Helvetica, sans-serif; color: #777777; font-size: 11px;
    }
.productBoxImage  {
    position: absolute; width: 138px; height: 89px; bottom: -1px; left: -1px; z-index: 2; 
    }
.productBoxText { 
    position: absolute; top: 34px; right: 7px; z-index: 3;
    height: 75px; 
    overflow: hidden; 
    width: 212px; 
    vertical-align:middle; 
    padding: 0px 0px 0px 0px;
}  
.productBoxTextCopy { 
    height: 75px; 
    overflow: hidden; 
    width: 212px; 
    float: right; 
    vertical-align:middle; 
    margin: 7px 7px 5px 0px; 
    padding: 0px 0px 0px 0px;
}     
    
.box { 
    position: relative;
    border: 1px solid #CCCCCC; 
    background-image: url("../images/base/InsideBoxTop.jpg"); 
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif; color: #777777; font-size: 11px;
} 

.boxHeather { 
    position: relative;
	height: 27px; width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.boxHeather a { text-decoration: none; }
.boxHeather a:hover { text-decoration: underline; }

.boxHeather H1 {
    position: relative;
    top: 5px;
	left: 10px;
	color: #000000;
	font-size: 13px;
	font-weight: bold; text-align: left;
	margin: 0px;
	float: left;
}
.boxHeather H2 {
    position: relative;
    top: 5px;
	left: 10px;
	color: #000000;
	font-size: 13px;
	font-weight: bold; text-align: left;
	margin: 0px;
	float: left;
}
.boxPath { 
    position: relative;
    float: right;
	top: 7px;
	right: 10px;
	color: #777777;
	font-size: 9px;
	text-align: right;
	margin: 0px;
}
.boxPath a { color: #777777; }

.boxTLCorner, .boxTRCorner, .boxBRCorner, .boxBLCorner { background-color: #ffffff; position: absolute; }

.boxTLCorner { background-image: url("../images/conttBarL.jpg"); background-position: top left; background-repeat: no-repeat; top: -1px; left: -1px; width: 10px; height: 28px; }

.boxTRCorner { background: url("../images/conttBarR.jpg") top right no-repeat; top: -1px; right:-1px; width: 10px; height: 28px; }

.boxBRCorner { background-image: url("../images/base/InsideBoxBRCorner.jpg"); background-position: bottom right; background-repeat: no-repeat; bottom: -1px; right: -1px; width: 8px; height: 8px; }

.boxBLCorner { background: url("../images/base/InsideBoxBLCorner.jpg") bottom left no-repeat; bottom: -1px; left: -1px; width: 8px; height: 8px; }

