/*
Theme Name: Soluções Premiadas - Weber Quartzolit
Theme URI:
Description: 2009
Version: 1.0
Author: Cesar Augusto Becker Denis

    ******************
        Cores
        Azul:#023f88
        Roxo:#5d1e79;
        Laranja:#f58220;
        Verde:#4f9d3a;

*/

@import /**/"reset.css";

@import /**/"menu.css";
@import /**/"sidenews.css";
@import /**/"sidequiz.css";
@import /**/"gridsThemes.css";
@import /**/"store.css";
@import /**/"gallery.css";
@import /**/"droplinemenu.css";
@import /**/"cockpit.css";
@import /**/"taining.css";

img.alignleft {float:left; margin:15px 10px 10px 0;}
img.alignright {float:right; margin:15px 0 10px 10px;}

/**** 
	PADRÃO
	Coloca valores que serão usados no site inteiro
****/

.clearfix {
	clear:both;
	overflow:hidden;
}

.clearfix:after {
    content: " ";
	display: block;
	clear:both;
}

body {
    background:#FFFFFF url(../images/bgBodyGray.jpg) no-repeat center 0;
    color:#252525;
    font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	margin: 0 0 30px;
}

h1, h2, h3, h4, h5, h6 {
    color:#222;	
}

a, a:link, a:active {
	color:#333;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	color:#222;
}

strong {
	font-weight:bold;
}


code, pre 
{
	font: 1em/150% "courier new", courier, monospace;
}


.wrapper {
    margin: 0 auto;
    width:960px;
	text-align:left;
}

.testSite {
    background-color:#ffec00;
    height: 40px;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:100;
}
.testContent {
    padding: 12px 0 12px 50px;
    font-size: 14px;
    background: url(../images/icons/alert_icon.jpg) no-repeat 0 5px;
}

div.container { 
	float:left;
	width:100%;
}

div.content {
	margin: 0 216px;
}

div.twocol {
	margin:0 0 0 216px !important;
}

div.withoutcol {
	margin:0 !important;
}

div.left {
	float:left;
	width:195px;
	margin-left: -960px;
}

div.right {
	float:right;
	width:195px;
	margin-left: -195px;
	padding-top: 168px;
}

div.boxsilver{
	margin-bottom:20px;
	padding:10px;
	background-color:#eee;
}

div.boxsilver h3, div.box_content h3{
	font-weight:bold;
	margin-bottom:10px;
}

div.boxweber {
    width:365px;
    height:85px;
    padding: 28px 146px 106px 21px;
    background: url(../images/weberlindo.jpg) no-repeat 0 0;
}

div.boxweber span { font-size: 100%; line-height:140%; display:block;}
div.boxweber span a { text-decoration:none; }
div.boxweber span a:hover { text-decoration:underline; }
div.boxweber span.large { font-size: 150%; line-height:140%;}

div.content div.boxsilver h3, div.box_content h3{
	font-size:150%;
}

div.content h2 {
    color:#222;
    margin:0.2em 0 0.4em;
    padding:0 0 0.2em;
}

div.box_content h2 {
    font-size:1.3em;
    font-weight:bold;    
}

div.content h4 {
    font-size:1.2em;
    margin:0.2em 0 0.5em;
    padding:0 0 0.2em;
    font-weight:bold;    
}

div.boxName {}
div.boxName span{ display:block; }
div.boxName span.name{ margin-bottom:10px; }

h1.logo {
	width:175px;
	margin:5px 20px 18px 20px;
	position:relative;
	top: -13px;
}

h1.logo a {
	height:145px;
	display:block;
	background:url(../images/logoWeberCV.png) no-repeat;
	text-indent:-999em;
	overflow:hidden;
}


div.product{
	clear:both;
	margin-bottom:20px;
	padding:10px;
	background-color:#eee;
	
}

    div.product-photo {
        width:130px;
        height:120px;
        float:left;
    }
    
    div.product-details {
        width:378px;
        float:right;
    }
    
    div.product-tools 
    {
        padding: 10px 0 0 130px;
        height:25px;
    }
    

         div.product-tools ul{
            margin: 0 !important;
            padding: 0 !important;
            padding-left: 10px; /*offset of tabs relative to browser left edge*/
            list-style-type: none;
        }

         div.product-tools li{
            display: inline;
            margin: 0;
            background:none !important;
        }

         div.product-tools li a{
            -moz-border-radius: 0.5em;
            border-radius: 0.5em;
            text-shadow: 1px 1px 1px #000;
            float: left;
            display: block;
            text-decoration: none;
            margin: 0 0.2em 0;
            padding: 0.3em 0.5em; /*padding inside each tab*/
            color: #fff;
            background-color: #666;
        }
    
    div.product h4 {
        font-size:1.2em;
        font-weight:bold;
        margin:0 ;
        padding:0 0 0.2em;
    }
    
    div.product p {
        font-size:100%;
        line-height:160%;
        margin:0 0 0.5em;
        padding:0;
    }
    
    div.product ul, div.product ol {
        line-height:150%;
        margin:0 0 0 1em;
    }
    
        div.product ul li {
            margin:0 0 0.2em;
            padding:0 0 0 22px;
        }

/*-------------------------------------------
		FORMULARIO DE LOGIN
	-------------------------------------------*/

fieldset.login { }

    fieldset.login label {
        display:block; 
        margin-bottom:5px; 
        font-weight:bold; 
    }
        
        fieldset.login label input {
            border: solid 1px #222;
            background: url(../images/bgInput.jpg) repeat-x 0 0;
            padding:3px;
            width:164px;
            margin-top: 3px;
        }
    
    fieldset.login span.error {
         font-family:Arial,Helvetica,sans-serif;
         color:#cc0000;
         margin-bottom:15px;
         font-weight:normal;
    }
    
    fieldset.login a {

    }
    
        fieldset.login a strong {
            color: #f93;
        }
    fieldset.login button {
        float: right;
        margin-top:10px;
    }
    
button, input.btnDiret, button.DiretButton, input.DiretButton {
    border:0;
    background-color: #ffec00;    
    color:#333;
    cursor:pointer;
    font-weight:bold;
    padding: 3px;
    margin-left: 5px;
}

ul.tools {  }
ul.tools li{ font-size:12px; margin: 0.5em 0; }
ul.tools li a {
    color:#000;
    padding-left: 25px;
}

ul.tools li a:hover {
    text-decoration:none;
}

ul.tools li a.new { font-weight:bold; color:#333; }
ul.tools li a.inbox { background: url(../images/icon_inbox.gif) no-repeat 0 0; }
ul.tools li a.newmsg { background: url(../images/icon_new.gif) no-repeat 0 0; }

/*****
	CONTENT

*****/
div.flash_slide{
	margin-bottom:20px;
}

.content ul {
	line-height:150%;
	margin:0 0 1.5em 1em;
}

.content ol {
	line-height:150%;
	margin:0 0 1.5em 2.5em;
}

    .content ul li {
	    background:transparent url(../images/li.gif) no-repeat scroll 0 4px;
	    margin:0 0 1em;
	    padding:0 0 0 22px;
    }
        .content ul li h4 
        {
            font-size: 120%;
            font-weight:bold;
            margin:0 0 0.3em;
        }
        .content ul li span 
        {
            line-height:150%;
        }
    
    
    .content ol li {
	    list-style-type:decimal;
	    margin:0 0 1em;
    }
        .content ol li h4 
        {
            font-size: 120%;
            font-weight:bold;
            margin:0 0 0.3em;
        }
        .content ol li span 
        {
            line-height:150%;
        }


.content p {
    font-size:100%;
    line-height:180%;
    margin:0 0 1.5em;
    padding:0;
}

.content small {
    font-size:90%;
    line-height:150%;
}


div.intro {
    height:158px;
}

div.twocol div.intro { margin: 0 207px 0 0;}

div.intro h1.title {
    font-size:140%;
    margin:10px 0 0.3em;
    color:#fff;
}

div.intro h1.title strong {
    color:#ffec00;
}

div.intro p {
    font-size:120%;
    line-height:1.6em;
    color:#000;
}

/*-------------------------------------------
		FEATURE BLOCKS ON THE FRONT PAGE 
	-------------------------------------------*/
	
	div#bigblocks
	{
		margin-bottom:20px;
	}
	
	div#bigblocks ul
	{
		list-style:none;
		margin:0;
		padding:0;
	}
	div#bigblocks ul li
	{
		width:48%;	
		padding:0;
		margin:0 0 20px 0;
	}

		div#bigblocks ul li.one,
		div#bigblocks ul li.three	
		{float:left;}
			
		div#bigblocks ul li.two,
		div#bigblocks ul li.four	
		{float:right;}
	
	div#bigblocks ul li a
	{
		display:block;
		padding:10px;	
		height:180px;
		background-color:#eeeeee;
		background-position:bottom right;
		background-repeat:no-repeat;
		font-size:95%;
		text-decoration:none;
		color:#000
	}
	div#bigblocks ul li a strong
	{
		display:block;
		font-size:140%;
		color:#313131;
	}
	
	div#bigblocks ul li.join a strong
	{
		color:#fff !important;
	}
	
	div#bigblocks ul li a:hover
	{
	}
	
	div#bigblocks ul li a:hover strong
	{
		color:#f58220;
	}
	
	div#bigblocks ul li.join a:hover strong
	{
		color:#ffec00 !important;
	}
		
		div#bigblocks ul li.objective a{background-image:url(../images/block-objective.jpg)}
		div#bigblocks ul li.prize a{background-image:url(../images/block-prize.jpg)}
		div#bigblocks ul li.prizeexp a{background-image:url(../images/block-prizeexp.jpg)}
		div#bigblocks ul li.prizefutebol a{background-image:url(../images/block-prizefutebol.jpg)}
		div#bigblocks ul li.prizeapp a{background-image:url(../images/block-prizeapp.jpg)}
		div#bigblocks ul li.prizesstore a{background-image:url(../images/block-prizestore.jpg)}
		div#bigblocks ul li.prizesales a{background-image:url(../images/block-prizesales.jpg)}
		div#bigblocks ul li.prizesales2 a{background-image:url(../images/block-prizesales2.jpg)}
		div#bigblocks ul li.prizeweber a{background-image:url(../images/block-prizeweber.jpg)}
		
		div#bigblocks ul li.action a{background-image:url(../images/block-actions.jpg); cursor:default;}
		div#bigblocks ul li.prizeall a{background-image:url(../images/block-prizeall.jpg); cursor:default;}
		div#bigblocks ul li.info a{ background-image:url(../images/block-info.jpg); cursor:default;}
		div#bigblocks ul li.join a{ background-color:#00518e !important; color:#fff !important; background-image:url(../images/block-join.jpg)}

	div#bigblocks ul li a:hover
	{
		border-color:#999;

		background-color:#eee;
		background-image:none;
	}
	
	div#bigblocks ul li.join a:hover
	{
		color:#fff !important;

		background-color:#00518e;
		background-image:none;
	}
	
	/* additional text, appears on hover */
	
	div#bigblocks ul li a span				{visibility:hidden;}
	div#bigblocks ul li a:hover span	{visibility:visible;}
	
/*-------------------------------------------
		PREMIOS
	-------------------------------------------*/
	
	div#prizeblocks
	{
		margin-bottom:20px;
	}
	
	div#prizeblocks ul
	{
		list-style:none;
		margin:0;
		padding:0;
	}
	div#prizeblocks ul li
	{
		width:253px;	
		padding:0;
		margin:0 0 20px 0;
	}

		div#prizeblocks ul li.one
		{float:left;}
			
		div#prizeblocks ul li.two
		{float:right;}
	
	div#prizeblocks ul li a
	{
		display:block;
		height:200px;
		font-size:100%;
		text-decoration:none;
		color:#000;
		position:relative;
	}
	
	div#prizeblocks ul li a:hover
	{
	}
	
	
	
	/* additional text, appears on hover */
	div#prizeblocks ul li a span {
	    display:block;
	    padding: 10px;
	    position:absolute;
	    width:233px;
	    bottom:0;
	    left:0;
	    height:38px;
	    font-size:105%;
	}
	div#prizeblocks ul li a span.bg {
	    background-color:#000;
	    opacity: 0.35;
        filter: alpha(opacity = 35);
	}
	div#prizeblocks ul li a span.txt {
	    color:#fff;
	}
	div#prizeblocks ul li a span				{visibility:visible;}
	div#prizeblocks ul li a:hover span	{visibility:hidden;}
	
span.gridScore {
    font-size: 140%;
    font-weight:bold;
}

.page { margin: 0 0 10px 0; }
.page span span {
	display: inline-block;
	background-color: #ccc;
	padding:2px;
	color:#fff;
}

.page span a  {
	display: inline-block;
	background-color: #5d1e79;
	padding: 2px;
	color:#fff;
	text-decoration:none;
}

/*****
	HEADER
	Logo / Form Login / Menu / Pontuação
*****/

div.header {
    background:url(../images/bgHeader.gif) no-repeat 0 0;
    margin-bottom:20px;
	float:left;
	width:100%;
}

	#nav-util
	{
		float:left;
		width:100%;
		margin:0;
		font-size:80%;
		color:#222;
		padding:0.5em 0;
		line-height:23px;
		font-family:Verdana;
	}
	
			#breadcrumbs
			{
				float:left;
			}
			#breadcrumbs span
			{
				float:left;
				margin:0 0 0 5px;
			}
			
			#breadcrumbs ol
			{
				float:left;
				list-style:none;
				margin:0 5px;
			}
			#breadcrumbs ol li
			{
				display:inline;
			}
			#breadcrumbs a
			{
				color:#222;
				font-weight:bold;
			}
			
			#breadcrumbs a.current_node
			{
				color:#222;
			}
			
			#breadcrumbs a.root_node
			{
				color:#f58220;
				text-decoration:none;
			}
			
			#breadcrumbs a.node
			{
				font-weight:normal;
				text-decoration:none;
			}
			
			#breadcrumbs a.node:hover, #breadcrumbs a.root_node:hover
			{
				text-decoration:underline;
			}
			
	
	
		#util-links
		{
			float:right;
		}
		
			#util-links ul
			{
				list-style:none;
				margin:0 92px 0 0;
				padding:0;
			}
			#util-links ul li
			{
				float:left;
				display:inline;
				margin:0 0 0 0.8em;
				
			}
			#util-links ul li a
			{
				color:#222;
			
				text-decoration:none;
				text-transform:capitalize;
				padding:0.3em 0.5em 0.3em 24px;
				margin:1px;
				background-repeat:no-repeat;
				background-position:4px center;
			}
			#util-links ul li a:hover
			{
				margin:0;
				border: 1px solid #ccc;
			}
				
				#util-links ul li.weber a		{background-image:url(../images/btn-weber.gif);}
				#util-links ul li.sitemap a		{background-image:url(../images/btn-sitemap.gif);}
				#util-links ul li.logout a		{background-image:url(../images/btn-logout.gif);}
				#util-links ul li.cart a		{background-image:url(../images/btn-cart.gif);}
				

.tableSend { margin-bottom:10px;  }
.tableSend label { color:#000; font-weight:bold; font-size:12px; }
.tableSend input { width:468px; border: solid 1px #ccc; font-family:Arial; padding:3px 0; }
.tableSend a.btnto, .tableSend a.btncc { width:50px; height:24px; display:block; text-indent:-999px; overflow:hidden; }
.tableSend a.btnto { background: url(../images/btn_to.gif) no-repeat 0 0;}
.tableSend a.btncc { background: url(../images/btn_cc.gif) no-repeat 0 0; }
.tableSend a.btnto:hover, .tableSend a.btncc:hover { background-position: 0 -24px; }

    div.modal {
        
    }

    /*div.modal div.bg_modal {
        position:fixed;
        background-color:#525759;
        opacity:0.75;
        filter:alpha(opacity=75);
        top: 0px;
        left: 0px;
        width: 100%;
        height:100%;
        z-index:5;
    }*/

    div.bg_modal {
        background-color:#525759;
        opacity:0.75;
        filter:alpha(opacity=75);
    }

    div.modal div.modal_content {
        -moz-border-radius:7px; /* Firefox, etc */
        -khtml-border-radius:7px; /* Konqueror, etc */
        -webkit-border-radius:7px; /* Safari, Google Chrome, etc */
        -opera-border-radius:7px; /* Opera */  
        border-radius:7px; /* IE */    
        z-index:10;
        padding:15px;
        background-color:#fff;
        position:relative;
        width:430px;
    }
    div.modal div.modal_content a.btnClose 
    {
        display: block;
        width:24px;
        height:24px;
        position:absolute;
        top: -10px;
        right: -10px;
    }


/*****
	FOOTER
*****/
.footer {
    border-top: solid 4px #606060;
    padding: 5px 0;
    clear:both;
	margin: 10px auto 0;
    width:960px;
	background: url(../images/logoWeber.jpg) no-repeat right 0;
	height:60px;
	text-align:left;
}