body {
	margin: 0px;
	padding: 0px;
	background: url(../img/bg.jpg) repeat left 30px;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a {
	color: #666;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
hr {
	border: none;
	border-bottom: #000 1px dashed;
	margin-top: 20px;
	margin-bottom: 20px;
}
input[type=text], input[type=password], textarea {
	border: #000 1px solid;
	background: #FFF url(../img/bginputs.jpg) repeat-x top;
	font-weight: normal;
	outline: none;
}
input[type=submit], input[type=reset], input[type=button], button {
	border: #000 1px solid;
	background: #999;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	transition: all 700ms;
	outline: none;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
	background: #F60;
}
#cima {
	background: #FFF;
	height: 30px;
	border-bottom: #EAEAEA 1px solid;
	position: fixed;
	width: 100%;
}
#cima div {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
#cima label {
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
#cima ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#cima li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-right: #EBEBEB 1px solid;
	padding: 9px;
	margin-left: -4px;	
}
#cima form {
	padding: 0px;
	margin: 0px;
	margin-top: -5px;
	margin-bottom: -3px;
}
#cima li ul {
	display: none;
	border: #EBEBEB 1px solid;
	background: #FFF;
	margin-top: 7px;
	width: 130px;
	margin-left: -10px;
}
#cima li ul li {
	display: block;
	border: none;
	padding: 2px;
	margin: 0px;
	text-align: left;
}
#cima li ul li a {
	display: block;
	padding: 4px;
}
#cima li:hover > ul {
	display: block;
}
#conta {
	width: 100px;
	text-align: left;
}
#cima input[type=text], #cima input[type=password] {
	width: 60px;
}
#cima input[type=submit] {
	width: 40px;
}
#carrinho {
	background: #EBEBEB;
}
#cima #bandeiras {
	border: none;
	cursor: pointer;
	cursor: hand;
	background: #FFF;
}
#bandeiras img {
	vertical-align: middle;
}
#cima #bandeiras ul {
	width: 30px;
	background: #FFF;
	z-index: 999;
}
#cima #bandeiras ul li {
	padding: 2px;
}
#cima #bandeiras ul li a {
	display: inline-block;
	padding: 5px;
}
#cima #bandeiras ul li a:hover {
	background: #CCC;
}
#site {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}
#logo {
	padding: 7px;
	padding-top: 30px;
}
#technosocks {
	margin: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#logo div {
	display: inline-block;
	vertical-align: top;
	margin-left: 530px;
	margin-top: 20px;
	z-index: -1;
}
#logo ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#logo label {
	font-size: 14px;
	color: #999;
	font-weight: bold;
}
#logo form {
	padding: 1px;
	margin: 0px;
	position: absolute;
	margin-left: 783px;
	margin-top: -17px;
}
#logo input[type=text] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: transparent;
	border: #999 1px solid;
	margin: 0px;
	border-right: none;
	vertical-align: top;
}
#logo input[type=image] {
	border: #999 1px solid;
	border-left: none;
	padding: 2px;
	padding-right: 5px;
	vertical-align: top;
}

/* banner rotativo */
#banner {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 2px;
	overflow: hidden;
	background: #f5f5f5; 
	clear: both;
}
#banner ul#carousel-menu {
	list-style: none;
	list-style-image: none;
	margin: 320px 0 0 700px;
	width: 200px;
	padding: 0px;
}
#banner ul#carousel-menu li {
	cursor: pointer;
	float:left;
	margin:0 5px 0 0;
	background: #ccc;
	padding:2px 5px;
}
#banner ul#carousel-menu li.selected {
	background-color: #404040;
}
#banner ul#carousel-menu li a {
	color: #404040;
	text-decoration:none;
}
#banner ul#carousel-menu li.selected a {
	color: #fff;
}
#banner h2 {
	font-size: 17px;
	font-weight: normal;
}
.carousel-content {
	display: inline-block;
	margin: 0 -15px 0 -15px;
}
.carousel-content-image {
	float:left;
	width: 685px;
	height: 346px;
	padding: 0px;
	margin: 0px;
}
.carousel-content-info {
	background-color: #5f5f5;
	float: left;
	width: 245px;
	margin-left: 0px;
	height: 215px;
	padding: 7px;
}
.info { display: none; }
img.tinyimg {
	display:none;
	background-color:#f5f5f5;
}
/* fim banner rotativo */

#vmenu {
	width: 180px;
	display: inline-block;
	vertical-align: top;
}
#vmenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#vmenu li {
	border-bottom: #000 1px dashed;
	padding: 7px;
}
#vmenu li span {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 7px;
	padding-top: 7px;
	display: inline-block;
	text-transform: uppercase;
}
#conteudo {
	display: inline-block;
	vertical-align: top;
	width: 755px;
	padding: 7px;
	padding-bottom: 30px;
}

/* Artigos */
.prevartigo {
	display: inline-block;
	margin: 0px;
	margin-left: -5px;
	margin-top: -1px;
	height: 207px;
	background: #FFF;
	vertical-align: top;
	border: #999 1px solid;
}
.prevartigo article {
	position: absolute;
	width: 150px;
	border: #999 1px solid;
	border-top: none;
	margin-left: -1px;
	background: #FFF;
	padding-bottom: 3px;
}
.prevartigo * {
	word-wrap: break-word;
}
.prevartigo:hover > article .escolha {
	display: block;
}
.prevartigo div {
	text-align: left;
	padding-left: 5px;
	word-wrap: break-word !important;
}
.prevartigo div label {
	display: block;
	color: #999;
	text-align: left;
	height: 30px;
	max-width: 195px;
}
.prevartigo span {
	display: block;
	padding: 5px;
}
.prevartigo span label {
	font-size: 12px;
	font-weight: bold;
}
.prevartigo span a {
	position: absolute;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 57px;
	background: #000;
	color: #FFF;
	transition: all 500ms;
	cursor: pointer;
	cursor: hand;
}
.comprar {
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	background: #000;
	color: #FFF;
	transition: all 500ms;
	cursor: pointer;
	cursor: hand;
}
.comprar:hover {
	color: #FFF;
}
.prevartigo span a:hover, .comprar:hover {
	background: #999999;
	text-decoration: none;
}
div .escolha {
	text-align: left;
	padding: 0px;
	padding-right: 5px;
	display: none;
	padding-left: 5px;
}
.cores {
	padding-top: 7px;
	margin-bottom: 3px;
	font-size: 9px;
	color: #999;
	border-bottom: #999 1px solid;
	margin-left: 5px;
	margin-right: 5px;
}
/* fim artigo  */

.titulo {
	font-size: 22px;
}
#paginador  {
	text-align: center;
	padding-top: 40px;
}
#rodape {
	padding: 20px;
	border-top: #000 1px dotted;
	background: #EAEAEA;
	padding-top: 30px;
}

#rodape form {
	display: inline-block;

}
#rodape  input[type=text] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0px;
	outline: none;
	width: 200px;
}
#rodape input[type=submit] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0px;
	background: #666666;
	color: #FFF;
}
#rodape input[type=submit]:hover {
	 background: #FF9900;
}

#rodape * {
	color: #4F4F4F;
}
#rodape ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding-left: 80px;
}
#rodape li div {
	vertical-align: top;
	display: inline-block;
}
#rodape label {
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	padding-bottom: 20px;
}
#rodape li {
	display: block;
	padding-bottom: 3px;
}
#rodape a:hover, #creditos a:hover {
	color: #666;
}

#creditos {
	border-top: #000 1px dashed;
	background: #EAEAEA;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#creditos div {
	display: inline-block;
	float: right;
}

/* SDK */
#ampliar {
	display: block;
	background: #999;
	border: #666 1px solid;
	padding: 5px;
	text-align: center;
	color: #FFF;
	margin-top: 210px;
}
#ampliar a {
	color: #FFF;
}
#ampliacao {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	border: #000 1px solid;
	z-index: 8887;
}
#sblock {
	background: #000;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 999;
	display: none;
}
#fechapop {
	background: #FFF;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: #000 1px solid;
	border-top: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 8888;
	display: none;
}

/* Ajax */
#added {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px;
	color: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 300px;
	margin-top: -25px;
	margin-left: -150px;
	font-size: 18px;
	-webkit-box-shadow: 0 0 6px 0px #000;
	box-shadow: 0 0 6px 0px #000;
	transition: all 1s;
}
#added * {
	display: inline-block;
	vertical-align: top;
}
#added img {
	margin-right: 7px;
}
.sucesso {
	background: #A2BE12;
	border-top: #C4EE6A 1px solid;
	border-bottom: #060 1px solid;
}
.add_carrinho {
	background: url(../img/addcarrinho_off.jpg) no-repeat; 
	transition: all 700ms;
	height: 18px;
	width: 84px;
	display: inline-block;
}
.add_carrinho:hover {
	background: url(../img/addcarrinho_on.jpg) no-repeat; 
}