/* - - - - - - - - - - - - - - - - - - - - -

Title : Brás Óptica

- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}	
html{
	background: #313131;
}
body{
	background: #313131;
	color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%; /* http://www.clagnut.com/blog/348/ */
	text-align: center;
}

/* links */

a{
	color: #FF7F00;
}
a:hover{
	text-decoration: none;
}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em;}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* logo */

h1 img{
	position: absolute;
	margin: 20px 0;
	display: block;
	width: 280px;
	top: 90px;
}

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#wrap{
	margin: 0 auto;
	text-align: left;
}
#navigation-wrap{	
	background: #2D2D2D;
	padding: 10px;
	border-bottom: 1px solid #262626;
}
#banner{
	border-top: 3px solid #FFF;
	background: #f6f6f6;
	border-bottom: 1px solid #F6F6F6;
}
#content{
	margin-top: 20px;
}
#primary-content{
	float: left;
	width: 700px;
	font-size: 1.2em;
	padding-bottom: 20px;
	position: relative;
}
#primary-content h3{
	margin: 10px 0;
}
#secondary-content{
	background: #2D2D2D;
	float: right;
	width: 243px;
	font-size: 1.1em;
	margin-top: 10px;
}
#footer{
	padding-bottom: 20px;
	color: #777;
	clear: both;
	font-size: 1.1em;
}

/* ------------------------------------------------------------

	navigation

------------------------------------------------------------ */

#navigation{
	float: left;
	font-size: 1.2em;
	width: 420px;
}
#navigation li{
	float: left;
	list-style: none;
	margin-left: 5px;
}
#navigation li a{
	float: left;
	display: block;
	padding: 7px 10px;
	color: #FFF;
	text-decoration: none;
	background: #262626;
}
#navigation li a:hover{
	background: #111;
}

/* sec navigation */

#sec-navigation{
	float: right;
	margin-top: 8px;
	font-size: 1.1em;
	color: #888;
	text-align: right;
	width: 480px;
}
#sec-navigation li{
	list-style: none;
	margin-left: 5px;
	display: inline;
}
#sec-navigation li a{
	color: #888;
	text-decoration: none;
}
#sec-navigation li a:hover{
	color: #999;
	text-decoration: underline;
}

/* lang */

.lang{
	margin-top: -5px;
	float: left;
	width: 130px;
	text-align: left;
}
.lang img{
	float: left;
	width: 24px;
	margin: 0 0 0 10px;
}

/* ------------------------------------------------------------

	banner copy

------------------------------------------------------------ */

#banner .copy{
	height: 250px;
	background: url("images/img.jpg") no-repeat right;
	position: relative;
}
#banner .copy .glass{
	position: absolute;
	right: -5px;
	top: -3px;
	background: #000;
	font-size: 16px;
	letter-spacing: -1px;
	font-style: italic;
	padding: 5px 10px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
#banner .copy .glass a{
	color: #fff;
}

#livechat {
	position: absolute;
	top: -3px;
	right: 344px;
	width: 140px;
	height: 56px;
	background: url(images/livechatbg.jpg) 0 0 no-repeat;
	padding: 5px 10px;
}

#phone {
	position: absolute;
	bottom: 15px;
	left: 24px;
}

/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#primary-content h2{
	color: #97999C;
	font-weight: normal;
	border-bottom: 2px solid #2A2A2A;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 5px;
	font-size: 2.0em;
}
#primary-content h2 a{
	position: absolute;
	right: 0;
	top: 5px;
}
#primary-content ul{
	margin: 10px 0 10px 20px;
}
#primary-content ul li{
	line-height: 1.8em;
}

/* product */

.product{
	margin: 0 10px 20px 0;
	position: relative;
	width: 340px;
	float: left;
	height: 220px;
}
.product h3{
	font-size: 12px;
	padding: 0;
	margin-bottom: 0 !important;
}
.product h3 a{
	color: #CCC;
	display: block;
	height: 35px;
}
.product .img{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	height: 100px;
}
.product img{
	display: block;
	float: left;
	padding: 15px;
	background: #FFF;
	border: 1px solid #111;
	width: auto;
}
.product ul{
	list-style: none;
	font-size: 11px;
	color:  #989898;
	margin: 10px 0 0 0;
}
.product ul li{
	line-height: 1.8em;
	
}
.product ul li strong{
	color: #FFF;
}
.product p{
	font-size: 11px;
	color:  #989898;
}

.actions{
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px solid #111;
	background: #2A2A2A;
	padding: 5px;
	clear: both;
	margin-top: 30px;
	font-family: Georgia;
	color: #FFF;
	position: relative;
}
.actions span.links{
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin-top: 5px;
}
.actions span.promo{
	color:  #FF0000;
	text-decoration: line-through;
	position: relative;
	font-size: 0.9em;
}

#prodDetails{
	width: 100%;
	height: auto !important;	
}
#prodDetails .img{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	height: 250px;
}
#prodDetails ul{
	margin: 10px 0 0 10px !important;
}
#prodDetails .actions{
	padding: 10px;
}
#prodDetails .actions span.links{
	position: absolute;
	right: 10px;
	top: 0;
}

ul#variantes {
	margin: 0;
	list-style: none;
	padding: 0;
	position: relative;
}
ul#variantes li {
	display: block;
	width: 150px;
	height: 67px;
	float: left;
	border: 1px solid #000;
	margin: 0 3px 3px 0;
	padding: 5px 0;
	background: #FFF;
	overflow: hidden;
}
ul#variantes li.selected {
	border: 1px solid aqua;
	width: 150px;
	height: 67px;
}
ul#variantes li a {
	outline: none;
}

#selectedFrame {
	display: none;
	position: absolute;
	border: 1px solid #FFF;
	width: 150px;
	height: 77px;
}

#carrinho th {
	border-bottom: 1px solid #111;
}

#carrinho td, #carrinho th {
	padding: 10px 5px;
}

#carrinho td {
	border-bottom: 1px solid #444;
}

/* encomendas list */

table#encomendas-list {
	margin: 10px 0 20px 0;
	width: 100%;	
}
table#encomendas-list th{
	padding: 8px 5px;
	border-bottom: 1px solid #DDD;
}
table#encomendas-list td{
	padding: 8px 5px;
	border-bottom: 1px solid #DDD;
}

/* forms */
 
#primary-content .details{
	margin-bottom: 20px;
}
div.errors { margin: 10px 0 10px 0; padding: 10px; border: #777 1px solid; background-color: #111; }
div.form-container p {text-align: left;	width: 340px;margin: 0;line-height: auto;padding: 0;}
div.form-container p.required-error {color: #C00; }
div.form-container p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container fieldset { margin: 10px 0; border: 1px solid #777;padding-left: 10px;width: 460px;}
div.form-container legend { font-weight: bold; color: #999;}
div.form-container .legend em { color: #C00; font-weight:bold }
div.form-container label {position: relative; margin-top: 10px;}
div.form-container label em, 
div.form-container span.label em { font-size: 120%; font-style: normal; color: #C00; }
div.form-container input:focus,
div.form-container input.error:focus,
div.form-container input.text, div.form-container textarea, div.form-container select {
	padding: 3px;
	border: 1px solid #777;
	width: 440px;
	color: #FFF;
	font-size: 1.2em;
	background: #191919;
	margin-bottom: 10px;
	}
.searchfield{
	width: 90%;
	padding: 2px;
	border: 1px solid #777;
	color: #FFF;
	font-size: 1.2em;
	background: #191919;
	margin: 10px 0;
	}	
div.form-container .wrap-button{
	margin: 15px 0 25px 0;
	text-align: center;
	}
div.form-container select{
	width: 440px;
	}
	
/* pagination links */	
.pagination_links{
	position: relative;
	padding: 10px;
	width: 670px;
	border: 1px solid #2A2A2A;
	overflow: hidden;
	clear: left;
}
#map{
	padding: 10px;
	border: 1px solid #777;
}

/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#secondary-content h3{
	background: #111;
	padding: 5px;
	color: #DDD;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #555;
}
#secondary-content ul li{
	display: inline;
}
#secondary-content ul li a{
	display: block;
	padding: 7px 10px;
	background: #444;
	margin: 0 0 1px 0;
	text-decoration: none;
	color: #FFF;
}
#secondary-content ul li a:hover{
	background: #313131;
	color: #999;
}

/* module */

.mod{padding: 15px;}

.mod dd{
	padding: 5px 0;
}
.mod dd img{
	float: left;
}



/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer .copy{
	padding-top: 10px;
	border-top: 5px solid #2A2A2A;
}
#footer .copy a{
	color: #777;
}

/* ------------------------------------------------------------

	global

------------------------------------------------------------ */

p{line-height: 1.8em;color:  #989898;}
small{font-size: 1.0em;}
fieldset { padding: .5em; }
select option{ padding:0 5px; }
a img{ border:none; }
hr, .hide {display: none;}
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
.left{ float:left; }
.right{ float:right; }

.copy{width: 960px;margin: 0 auto;}

.zoomlink {
	background: url(images/zoom.gif) no-repeat;
	padding-left: 20px;
}

/* ------------------------------------------------------------

	browser issues

------------------------------------------------------------ */

.floatclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.floatclear {display: inline-table;}

/* hides from IE-mac \*/
* html .floatclear {height: 1%;}
.floatclear {display: block;}
/* end hide from IE-mac */

/* end */
