@CHARSET "UTF-8";

/**
 * Doce de Ver - Base Styles
 *
 * @author  Gabriel Rinaldi
 * @version 1.0
 */

body {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #666666;
}

#page {
	position: relative;
	left: 50%;
	padding: 0px;
	margin: 0px;
	margin-left: -400px;
	width: 800px;
}

#left {
	float: left;
	width: 185px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
}

#main {
	float: left;
	width: 580px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #666666;
}

#mainBig {
	float: left;
	width: 760px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #666666;
}

 #header {
    width: 800px;
    height: 150px;
    background-image: url(../images/header/image.png);
    background-repeat: no-repeat;
}

#main #mainPicture {
    width: 568px;
    height: 250px;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;  
}

#main #mainHighlight {
    margin: 0px;
    margin-top: 10px;
    margin-left: 10px;
    width: 170px;
    height: 28px;
    background-image: url(../images/home/highlight.png);
    background-repeat: no-repeat;
}

#main #mainHighlightText {
    float: right;
    margin: 0px;
    margin-top: 50px;
    margin-right: 10px;
    width: 150px;
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #666666;
}

#main #mainHighlightText b {
    font-size: 16px;
    color: #000000;
}

#main #mainHighlightText a {
    color: #666666;
}

#main .highlightBoxes {
    float: left;
    margin: 0px;
    padding: 0px;
}

#main .spacer {
    float: left;
    width: 3px;
}

#main .highlightBoxes .frame {
    padding: 0px;
    padding-top: 15px;
    padding-right: 15px;
    background-image: url(../images/home/frame.png);
    background-repeat: no-repeat;
    width: 175px;
    height: 97px;
    text-align: right;
}

#main .highlightBoxes .frame a {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    color: #666666; 
	font-weight: bold;
	text-decoration: none;
}

#topMenu ul {
    padding: 0px;
    margin: 0px;
    margin-right: 30px;
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF6633;
    list-style-type: none;
    text-align: right;
}

#topMenu li {
    display: inline;
    margin: 0px;
}

#topMenu li a {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}

#topMenu li .open {
    color: #000000;
}

#footer {
    clear: both;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;  
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    color: #666666;
}

#footer #copyright {
    float: left;
}

#footer #megafonoBox {
    float: right;
}

#footer #megafonoBox img {
    margin-top: -10px;
}

#left #navHeader {
    clear: both;
	width: 181px;
    margin: 0px;
	margin-bottom: 5px;
    padding: 2px;
    background-color: #F8E4E6;
    border-color: #F8E4E6;
    border-style: solid;
    border-width: 1px;
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    color: #666666;
}

#left #searchBox {
    width: 185px;
	height: 20px;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;	
}

#left #searchBox input {
	position: relative;
    float: left;
    margin-bottom: 10px;
    width: 160px;
    height: 18px;
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #666666;
    border-style: none;
}

#left #searchBox #searchButton {
	position: relative;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url(../images/resources/magnifier.gif);
    background-repeat: no-repeat;
}

#left #autocompleteList {
	float: left;
	width: 185px;
	margin-left: -1px;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    text-align: left;
	color: #666666;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;  
}

#left #autocompleteList ul {
    margin-top: 0px;
	margin-bottom: 0px;
    list-style: none;
}

#left #autocompleteList ul li.selected {
    background-color: #ffb;
}

#left #autocompleteList ul li {
  display: block;
  margin-left: -40px;
  padding: 3px;
  cursor: pointer;
}

#left #addressBox {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    color: #666666;
}

#left #addressBox span {
    padding: 0px;
    padding-left: 5px;
}

#mainBig #productsTitle {
	position: relative;
	float: left;
	margin-left: 8px;
}

#mainBig #searchBox {
	position: relative;
	float: right;
	margin-right: 8px;
    width: 185px;
	height: 20px;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;	
}

#mainBig #searchBox input {
	position: relative;
    float: left;
    margin-bottom: 10px;
    width: 160px;
    height: 18px;
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #666666;
    border-style: none;
}

#mainBig #searchBox #searchButton {
	position: relative;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url(../images/resources/magnifier.gif);
    background-repeat: no-repeat;
}

#mainBig #autocompleteList {
	float: left;
	width: 185px;
	margin-left: -1px;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    text-align: left;
	color: #666666;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;  
}

#mainBig #autocompleteList ul {
    margin-top: 0px;
	margin-bottom: 0px;
    list-style: none;
}

#mainBig #autocompleteList ul li.selected {
    background-color: #ffb;
}

#mainBig #autocompleteList ul li {
  display: block;
  margin-left: -40px;
  padding: 3px;
  cursor: pointer;
}

#mainBig #products {
	clear: both;
	padding-top: 10px;
}

#mainBig #productsTitle {
	font-size: 16px;
	font-weight: bold;
}

#mainBig .productBoxes {
    float: left;
    margin: 0px;
    padding: 0px;
	background-position: center;
	background-repeat: no-repeat;
}

#mainBig .productBoxes .frame {
    padding: 0px;
    padding-top: 15px;
    padding-right: 15px;
    background-image: url(../images/home/frame.png);
    background-repeat: no-repeat;
    width: 175px;
    height: 97px;
    text-align: right;
}

#mainBig .productBoxes .frame a {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none;
}

#mainBig #pageNumber {
	position: relative;
	clear: both;
	float: right;
}

#mainBig #pageNumber .current {
	position: relative;
	float: left;
	margin-right: 10px;
	padding-top: 2px;
    background-image: url(../images/produtos/currentPage.jpg);
    background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	width: 19px;
	height: 17px;
}

#mainBig #pageNumber .page {
	position: relative;
	float: left;
	margin-right: 10px;
	padding-top: 2px;
    background-image: url(../images/produtos/page.jpg);
    background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	width: 19px;
	height: 17px;
	cursor: pointer;
}

#mainBig #openInfo {
	position: relative;
	float: left;
	padding: 5px;
	border-color: #666666;
	border-style: solid;
	border-width: thin;
	background-color: #CCCCCC;
}

#mainBig #tags {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

#mainBig #tags a {
	color: #666666;
	padding: 5px;
}

#mainBig #openInfo {
	position: relative;
	float: left;
	padding: 5px;
	border-color: #666666;
	border-style: solid;
	border-width: thin;
	background-color: #CCCCCC;
}

#mainBig ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

#address {
	text-align: center;
}

div.coloritem{
    float: left;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

div.cpselected{
    border: 2px solid #000000;
}

div.coloritem A{
    display: block;
    width: 100%;
    height: 100%;
}