/*reset*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
/*typography.css*/
body {
	font-size: 10px;
	color: #222;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.6em;
	margin-bottom: 0.4em;
	color: #777;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
p {
	margin: 0;
	padding: 0;
}
p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #ccc;
}
a {
  outline: 0 none; 
	color: #777;
	text-decoration: none;
	cursor:pointer;
}
input, textarea {
  color:black !important;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666;
}
li ul, li ol {
	margin: 0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
caption {
	background: #eee;
}
.small {
	font-size: 0.8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.info {
  cursor:help;
}
.strikethrough {
  text-decoration:line-through;
}
/*Main*/
html, body {
height: 100%;
}
body {
	border-top: 3px solid #4e1930;
	background: #fff url(/images/bg.jpg) repeat-x;
}
#container {
	width: 950px;
	margin: 0 auto;
	background: url(/images/con-bg.gif);
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
.header-container {
	width: 920px;
	margin: 0 auto;
	background: url(/images/con-bg.png);
	padding: 0px 15px;
	height:120px;
  float:left;
}
#main-container {
	background: url(/images/con-bg.gif);
	width: 920px;
	margin: 0 auto;
	padding: 0px 15px 55px 15px;
  float:left;
}
#right-container {
  float:left;
	background: #fff;
	width:630px;
}
#left-container {
	background: #fff;
	margin-right:10px;
	width:280px;
  float:left;
  padding-bottom:30px;
}
#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 119px;
	width: 920px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
#footer {
	position:fixed;
	z-index:1000;
	bottom:0;
	left:0;
  color:white;
	background-color:black;
	border-top:1px solid #A03E71;
	width:100%;
	height:35px;
}
#footer .container {
  width:920px;
  margin:3px auto;
  text-align:left;
}
#footer .right {
  float:right;
}
#inline_cart {
	position:fixed;
	z-index:999;
	bottom:21px;
	margin-bottom:-121px;
	left:0;
	width:100%;
}
#inline_cart_wrap {
	width:100%;
	background-color:black;
	background-color:rgba(0,0,0,0.8);
	background: url(/images/cart_bg.png) repeat-x;
}
#inline_cart #toggler {
	background: transparent url(/images/cart_but.png) no-repeat top left;
  text-align:left;
  width:920px;
  margin:0 auto;
  height:15px;
  padding-top:5px;    
}

#inline_cart #toggler-barra {
	background-color:black;
 height:15px;         
}
#inline_cart .cart_container {
	background: url(/images/cart_icon.png) no-repeat top left;
  width:920px;
  margin:0 auto;
  text-align:left;
	height:100px;
	overflow:auto;
	height:121px
}
#inline_cart .cart_container-in {
  width:767px;
  margin-left:138px;
  text-align:left;
	height:auto;
  padding-right:15px;
}
#inline_cart * {
  color:white;
}
#inline_cart input {
  color:black;
}
#inline_cart table {
  width:100%;
}
#inline_cart table img {
  vertical-align:middle;
}
#inline_cart h1 {
  font-size:18px;
}
#inline_cart p {
  text-align:center;
  padding:15px 0 0 0;
}

#toggler a {
  cursor:pointer;
  padding-left:15px;
}
#toggler a:first-child {
  cursor:pointer;
  padding-right:40px;
    padding-left:8px;
  margin:0px 20px 0px 20px;
}
#logo {
	display: inline;
	float: left;
	height: 119px;
	width: 345px;
  text-align:left;
/*  background: #FFF url(/images/logo.jpg) no-repeat;*/
}

#links {
	display: inline;
	float: left;
	height: 118px;
	width: 119px;
	background: #FFF;
	border-left: 1px dotted #000;
}
#links ul {
	margin: 0;
	padding-left: 2px;
	border: none;
	list-style-type: none;
}
#links li {
	margin-left: 1em;
	padding-left: 1.5em;
	background: url(/images/bullet.gif) no-repeat left;
}
#links li a {
	font-size: 0.9em;
	line-height: 1.8em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	padding: 0.7em 0 0.8em;
	color: #777;
	width: 100%;
}
#links li a:hover {
	color: #000;
}
#search {
	display: inline;
	float: left;
	height: 108px;
	width: 144px;
	background: #FFF;
	border-left: 1px dotted #000;
	color: #777;
	padding: 10px 0 0 10px;
	text-align: left;
}
#search p {
	padding-bottom: 10px;
}
textarea {
	border: 1px solid #9D9D9D;
	padding: 0.2em;
	background-image: url(/images/textarea_bg-pattern.gif);
	margin-bottom: 5px;
	font-size: 10px;
	color: #222;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	word-spacing: normal;
}
input {
	border: 1px solid #9D9D9D;
	padding: 0.2em;
	background-image: url(/images/textarea_bg-pattern.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	font-size: 10px;
	color: #222;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	word-spacing: normal;
}
input:focus {
	outline: none;
	border: 1px solid #D64D9B;
}
input#searchtext {
	margin-bottom: 10px;
	width: 124px;
}
input#userinput {
	width: 80px;
}
input#passwordinput {
	width: 80px;
}
input.default {
	width: 124px;
}
#registo {
	display: inline;
	float: left;
	height: 118px;
	width: 107px;
	background: #FFF;
	border-left: 1px dotted #000;
	padding: 0 1px 0 1px;
	text-align: left;
}
#registo-in {
	height: 108px;
	width: 97px;
	background: #FFF;
	background: transparent url(/images/reg_bg.gif) repeat-x 0 0;
	color: #fff;
	padding: 10px 0 0 10px;
}
#registo-in h3 {
	color: #fffffe;
}
#registo-in p {
	padding-bottom: 7px;
	font-size: 9px;
}
#login {
	display: inline;
	float: left;
	height: 108px;
	width: 179px;
	background: #fff;
	border-left: 1px dotted #000;
	color: #777;
	padding: 10px 0 0 10px;
	text-align: left;
}
#login a{
	display: block;
 padding:2px;
 margin:0px;
	width:169px;
	height:6px;

}
#login a:hover {
	color: #000;
}
#login p{
	padding-bottom:7px;
	color: #BE216D;
}

/*Buttons*/

button {
background:url(../images/bg_button.gif) right top no-repeat;
color:#fff;
height:30px;
cursor:pointer;
text-decoration: none;
text-transform: uppercase;
width:131px;
padding:0 0 10px 0;
line-height: 2;
}

button:hover {background:url(../images/bg_button.gif) right bottom no-repeat; }

a.but_reg {
background:url(../images/bg_button_reg.gif) top left no-repeat;
	color: #fff;
	display: block;
	float: left;
	height: 27px;
width: 90px;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	white-space: nowrap;
}
a.but_reg:hover {
	background-position: bottom right;
	color: #eeeeef;
	outline: none;
}

button.but_reg {
background:url(../images/bg_button_reg.gif) top left no-repeat;
	color: #fff;
	display: block;
	float: left;
	height: 30px;
width: 90px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	margin-right:10px;
}
button.but_reg:hover {
background:url(../images/bg_button_reg.gif) bottom right no-repeat;
	color: #eeeeef;
	outline: none;
}

.but_search {margin:0px;width: 128px;	height: 30px;background:url(/images/but_search.gif) top left no-repeat;}
.but_search:hover {background:url(/images/but_search.gif) bottom left no-repeat; }



button.but_prodcat {width: 110px;background:url(/images/bg_button_prod_cat.gif) top left no-repeat;}
button.but_prodcat:hover {background:url(/images/bg_button_prod_cat.gif) bottom left no-repeat; }

button.but_search {width: 128px;background:url(/images/but_search.gif) top left no-repeat;}
button.but_search:hover {background:url(/images/but_search.gif) bottom left no-repeat; }

button.big {background: transparent url(/images/bg_button_big.gif) top left;height: 57px;width:83px;line-height: 5;}
button.big:hover {background: transparent url(/images/bg_button_big.gif) bottom left;}

a.button_big {
	background: transparent url(/images/bg_button_a_big.gif) no-repeat scroll top right;
	color: #fff;
	display: block;
	float: left;
	height: 57px;
	margin-right: 0px;
	padding-right: 18px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
text-transform:uppercase ;
}
a.button_big span {
	background: transparent url(/images/bg_button_span_big.gif) no-repeat;
	display: block;
	line-height: 44px;
	padding: 5px 0 8px 18px;
}
  a.button_big:hover,
  a.button_big.active {
	background-position: bottom right;
	color: #fff;
	outline: none;
}
a.button_big:hover span {
	background-position: 0 -57px;
	padding: 5px 0 8px 18px;
}
a.button_big.active span {
	background-position: 0 -57px;
	padding: 5px 0 8px 18px;
}
/*END Buttons*/
/*Menu*/
#navigation-wrap {
	background: #fff url(/images/menu_bg.gif) repeat-x top left;
	height: 60px;
	width: 920px;
	margin-top: 5px;
}
#navigation-in {
	background: transparent url(/images/menu_bg_right.gif) no-repeat top right;
	height: 60px;
	width: 920px;
}
#navigation-in-left {
	background: transparent url(/images/menu_bg_left.gif) no-repeat top left;
	float: left;
	height: 60px;
	width: 3px;
}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	text-align: center;
}
.menu li em {
	background: url(/images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -95px;
	left: -25px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
	color: #fff;
}
/*END Menu*/
/*Breadcrumb*/
#breadcrumb-wrap {
	height: 30px;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	width: 920px;
	margin-bottom: 5px;
	padding: 5px 0px 5px 0px;
}
#breadcrumb {
	font-size: 10px;
	background: transparent url(/images/title_bg.gif) repeat-x bottom left;
	height: 30px;
	line-height: 30px;
	color: #777;
	border: solid 1px #ccc;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#breadcrumb li {
	list-style-type: none;
	background: transparent url(/images/bc_separator.gif) no-repeat left;
	padding:0 5px 0 15px;
	display: inline-block;
	float: left;
}
#breadcrumb li:first-child {
	height: 30px;
	background: transparent url(/images/house.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: 5px;
	outline: none;
}
#breadcrumb a {
	display: inline-block;
/*  padding-right: 15px;*/
	text-decoration: none;
	color: #333;
	outline: none;
}
#breadcrumb a:hover {
	color: #be216d;
}
/*END Breadcrumb*/
/*Titles*/
.title-wrap {
	width: 100%;
	min-height: 32px;
	padding-bottom: 3px;
	background: transparent url(/images/title_arrow.gif) no-repeat 8px bottom;
	margin-bottom: 6px;
}
.title-in {
	width: 100%;
	min-height: 30px;
	background: transparent url(/images/title_bg.gif) repeat-x bottom left;
	border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding-bottom:2px;

	text-align: left;
}
.title-in h3 {
	padding: 5px 0 0 15px;
}
/*END Titles*/
.bottom-wrap {
	width: 920px;
	height: 500px;
	padding-bottom: 20px;
	background: #fff;
}
/* Widget Top10 */
#top10-wrap {
	width: 320px;
	height: 500px;
	float: left;
}
#top10-wrap2 {
	background: transparent url(/images/label_top10.jpg) no-repeat 8px 360px;
	width: 292px;
	padding-left: 28px;
	font-size: 10px;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: left;
	float: left;
}
.top10-in {
	background: #fff;
	height: 400px;
	width: 280px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	float: left;
	padding:5px 0px;
}
.top10shadow {
	background: transparent url(/images/shadow.gif) no-repeat bottom right;
	width: 280px;
	padding-right: 6px;
	padding-bottom: 5px;
	float: left;
}
.top10-unit-wrap {
	background: #fff;
	height: 39px;
	width: 276px;
	margin: 0px 2px 0px 2px;
	border-bottom: 1px #ccc solid;
	float: left;
}
.top10-unit-number {
	background: transparent url(/images/top_number_bg.gif) repeat-x top left;
	height: 23px;
	width: 33px;
	margin: 2px 0px 2px 0px;
	border: 1px solid #be216d;
	float: left;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin-right:2px;
}
.top10-unit-image img {
	max-height: 33px;
	max-width: 33px;
}
.top10-unit-image-holder{
float: left;
background: #fff;
height: 33px;
width: 33px;
border: 1px #ccc solid;
	margin: 2px 5px 2px 2px;
vertical-align:middle;
text-align: center;
}
.top10-unit-image-holder[class]{display: table; position: static;}
.top10-unit-image[class]{display: table-cell; vertical-align: middle; position: static;}

.top10-unit-wrap h1 {
  width:185px;
	padding:3px 0px 3px 3px;
	float: left;
	color: #777;
	font-size: 9px;
	margin:0px;
	line-height: 10px;
}
.top10-combo-in {
	background: #fff;
	height: 38px;
	width: 280px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	float: left;
	color: #777;
}
.top10-combo-in p {
	float: left;
	padding: 10px 20px 0px 15px;
	font-size: 12px;
}
.top10-comboshadow {
	background: transparent url(/images/shadow.gif) no-repeat bottom right;
	width: 280px;
	padding-right: 6px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	float: left;
}
#combobox {
	border: 1px solid #9D9D9D;
	font-size: 12px;
	color: #777;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	word-spacing: normal;
	margin: 8px 0px 0px 0px;
	height: 20px;
}
/* Widget Top10 END */
/* Neslwtter / Suggestsite Wrap */
#newsletterbox-wrap {
	float: left;
	background: transparent;
	width: 270px;
	height: 510px;
	padding-left: 10px;
	padding-right: 9px;
}
.newsletterbox-in {
	float: left;
	background: transparent;
	width: 228px;
	height: 130px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	text-align: left;
	color: #777;
	padding: 15px 0px 0px 40px;
	background: url(/images/bullet.gif) no-repeat 24px 17px;
}
.newsletterbox-in p {
	padding: 5px 0px;
}
.newsletterboxshadow {
	background: transparent url(/images/shadow.gif) no-repeat bottom right;
	width: 268px;
	padding-right: 6px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	float: left;
}
.suggestsite-in {
	float: left;
	background: transparent;
	width: 228px;
	height: 332px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	text-align: left;
	color: #777;
	padding: 15px 0px 0px 40px;
	background: url(/images/bullet.gif) no-repeat 24px 17px;
}
.suggestsite-vertical-wrap {
	float: left;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	text-align: left;
	color: #777;
	background: #fff url(/images/bullet.gif) no-repeat 24px 17px;
	width: 584px;
	padding: 15px 0px 0px 40px;
}
.suggestsite-vertical-in {
	float: left;
	background: transparent;
	width: 199px;
	padding-bottom:10px;
	padding-right:20px;

}
.suggestsite-vertical-in2 {
	float: left;
	background: transparent;
	width: 132px;
	padding-bottom:10px;

}

.suggestsite-in  p {
	padding: 5px 0px;
}
.suggestsiteshadow {
	background: transparent url(/images/shadow.gif) no-repeat bottom right;
	width: 268px;
	padding-right: 6px;
	padding-bottom: 5px;
	float: left;
}
/* Neslwtter / Suggestsite Wrap END*/
/* Front Form Wrap */
#frontform-wrap {
	float: left;
	background: transparent;
	width: 275px;
	height: 500px;
	padding-left: 11px;
}
.frontform-in {
	float: left;
	background: transparent;
	width: 202px;
	height: 489px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	text-align: left;
	color: #777;
	padding: 15px 40px 0px 40px;
	background: url(/images/bullet.gif) no-repeat 24px 17px;
}
.frontform-in p {
	margin-bottom: 15px;
}
.frontformshadow {
	background: transparent url(/images/shadow.gif) no-repeat bottom right;
	width: 282px;
	padding-right: 6px;
	padding-bottom: 5px;
	float: left;
}
textarea#front {
	width: 200px;
	height: 238px;
}
/* Front Form Wrap END */

/* Category Menu */

#Catmenu-wrap {
	background: transparent;
	width: 252px;
	padding-left: 28px;
	font-size: 10px;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: left;
	float: left;
}
#Catmenu {
	background: #fff;
	width: 235px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	float: left;
	padding:15px 0px 15px 10px;
	overflow: hidden;
}
.Catmenu_shadow {
	background: transparent url(/images/shadow.gif) no-repeat bottom right;
	width: 246px;
	padding-right: 6px;
	padding-bottom: 5px;
	float: left;
}
.treeview, .treeview ul {
padding: 0;
margin: 0;
list-style: none;
background-color: white;
}
.treeview li {
padding: 2px 0px 2px 2px;
margin-left: 12px;
background: 0 0 no-repeat;
}
.treeview li span {
display: block;
background-color: transparent;
border-bottom: 1px solid #eee;
cursor: pointer;
text-decoration: none;
color: #666;
width: auto;
height: 15px;
padding: 10px 0px;
text-align: left;
margin:0px 0px 0px 15px;
}
.treeview li span.hover {
color: #333;
cursor: pointer;
background-color: #fce5f1;
}
.treeview li span.selected {
background-color: #fce5f1;
}
.treeview li a {
background: transparent;
height:15px;
padding:5px;
}
.treeview li a.hover {
color: #333;
background-color: #fce5f1;
}

.treeview .collapsable, .treeview .collapsable.top {
background:#fce5f1 url(/images/menu_bullet_open.gif) 0 2px no-repeat;
}
.treeview .expandable, .treeview .expandable.top {
background: url(/images/menu_bullet_closed.gif) 0 2px no-repeat;
}

.treeview .top {
background: url(/images/menu_bullet.gif) 0 0 no-repeat;
}
.treeview .top a {
padding-left:0px;
}
.treeview .top a:hover {
color: #333;
background-color: #fce5f1;
width:auto;
}


/* Category Menu END */

/* Cat-List Product */

.catlist-wrap {
	background: transparent;
	width: 155px;
	height: 280px;
	padding:6px 5px 6px 6px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	color: #777;
}
.img-holder {
  background: #fff;
	width: 150px;
	height: 150px;
	border: 1px #ccc solid;
	color: #777;
	margin:0 auto;
	overflow: hidden;
}
.catlist_img_holder {
background: #fff;
width: 150px;
height: 150px;
border: 1px #ccc solid;
vertical-align:middle;
text-align: center;
color: #777;
overflow: hidden;
}
.catlist_img_holder[class]{display: table; position: static;}
.catlist_img[class]{display: table-cell; vertical-align: middle; position: static;}

.catlist-wrap .prod-title p {
	padding: 5px 0px;
}
.catlistshadow {
	background: transparent url(/images/shadow.gif) no-repeat bottom right;
	padding-right: 4px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	float: left;
	margin-right:38px;
}
.prod-title {
	background: transparent;
	width: 155px;
	height: 44px;
	border-bottom: 1px #ccc solid;
	color: #777;
}
.catlist-box-top {
	background: #fff;
	width: 155px;
	height: 45px;
	padding-top:4px;
}
.catlist-box-bottom {
	background: #fff;
	width: 155px;
	height: 30px;
	padding-top:4px;
}
.catlist-box-bottom-alt {
	background: #fdd9ec url(/images/option_arrow.gif) no-repeat top right;
	width: 155px;
	height: 25px;
	margin-top:4px;
	padding-top:7px;
	text-align: center;
	font-size:9px;
	line-height:7px;
	overflow: visible;
}
.prod-stock-wrap {
	background: #fff url(/images/stock_variado.gif) no-repeat center center;
  margin-right:2px;
  float:left;
	width: 28px;
	height: 36px;
	border: 1px #ccc solid;
	padding:2px;

}
.prod-stock-yes {
	background: #C5DD02;
  width: 28px;
	height: 26px;
	color:#fff;
	text-align: center;
	padding-top:10px;

}
.prod-stock-no {
	background: #D73714;
	width: 28px;
	height: 26px;
	color:#fff;
	text-align: center;
	padding-top:10px;
}
.prod-stock-low {
	background: #FFB21E;
	width: 28px;
	height: 26px;
	color:#fff;
	text-align: center;
	padding-top:10px;
}
.prod-label-nov {
	position:absolute;
	z-index: 1;
	height: 76px;
	margin-left: 0;
	margin: 0;
	background: transparent url(/images/nov.png) no-repeat;
	width: 76px;
	float:left;
}
.prod-label-promo {
  position:absolute;
  z-index: 1;
  height: 76px;
  margin-left: 0;
  margin: 0;
  background: transparent url(/images/promo.png) no-repeat;
  width: 76px;
  float:left;
}
.prod-label-dest {
  position:absolute;
  z-index: 1;
  height: 76px;
  margin-left: 0;
  margin: 0;
  background: transparent url(/images/label_destaque.png) no-repeat;
  width: 76px;
  float:left;
}
input.qtd {
	width: 30px;
	height: 22px;
	float:left;
	font-size: 12px;
  color:#666;
  padding:0px;
  margin:5px 5px 0px 0px;
  text-align: right;
  
}
.adicionar-wrap{
float:right;
}
/* Pagination */
.pagination {
	padding: 17px 0px 5px 0px;
	height:25px;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	margin:0px 0px 10px 0px;
	background: #fff;
	clear:both;
	text-align:left;
}
/*.pagination ul {
  list-style-type: none;
  margin:0px;
}
.pagination li {
  float: left;
  display: inline;
  margin: 0 3px 0 0;
  display: block;
}*/
.pagination a {
	background: transparent url(/images/tab_bg.gif) repeat-x top left;
	color: #fffffe;
	padding: 5px;
	height:5px;
	border:1px solid #BE216D;
	text-decoration: none;
/*  float: left;*/
}
.pagination a:hover {
  color: #fffffe;
  background-position: 0 -7px;
}
.pagination .disabled,
.pagination .current {
	height:5px;
	border: 1px solid #ccc;
	padding: 5px;
	background: transparent url(/images/tab_selected.gif) repeat-x top left;
	color: #aaa;
}
/* Pagination END */
.dialog {
  display:none;
  position:fixed;
  z-index:1000;
  padding:10px;
  background-color:#B52068;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border:2px solid white;
}
.dialog.showing {
  display:block;
}
.dialog * {
  color:white;
  font-size:11px;
  text-align:left;
}
.dialog div {
  margin-left:25px;
}
.dialog img {
  float:left;
  vertical-align:top;
  background-color:white;
  padding:3px;
  width:33px;
  height:33px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.dialog h1 {
  font-weight:bold;
  margin: 0 25px;
}
.dialog p {
  margin: 0 25px;
}
#notification.dialog {
  top:10px;
  right:10px;
  width:250px;
}
#password_reset.dialog {
  top:50%;
  left:50%;
  width:300px;
  height:150px;
  margin-left:-152px;
  margin-top:-77px;
}
#reset_password{
padding:0px;margin:0px;
}
.xhr_response {
  clear:both;
}
.hidden {
  visibility:hidden;
}
.fieldWithErrors input {
  outline: 2px solid red;
}
/* Product Detail View */
.prod-detail-wrap{
	background: #fff;
	width: 624px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	float: left;
	color:#777;
}
.prod-detail-shadow{
	background: transparent url(/images/shadow.gif) no-repeat bottom right;
	width: 624px;
	padding-right: 6px;
	padding-bottom: 5px;
	margin-bottom:15px;
	float: left;
}
.prod-detail-in{
  display: inline-block;
	background: transparent;
	width: 604px;
	float: left;
	padding:10px;
	text-align: left;
	height:auto;
}
.prod_detail_img_holder {
background: #fff;
width: 150px;
height: 150px;
float: left;
margin-right:8px;
vertical-align:middle;
text-align: center;
border: 1px #ccc solid;
color: #777;
}
.prod_detail_img_holder[class]{display: table; position: static;}
.prod_detail_img[class]{display: table-cell; vertical-align: middle; position: static;}


#prod-detail-disc-container{
	background: transparent;
	width: 432px;
	float: left;
	padding-left:10px;
}

#prod-detail-controls-wrap{
border-top:1px solid #ccc;
background: transparent;
height: 50px;
width: 444px;
padding-top:5px;
padding: 5px 0px 0px 160px;
float:left;
}
.prod-code p {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	margin: 0px;
}
.item-wrap{
padding:0px;
margin:0px;
  float:left;
}
.item2-wrap{
  float:left;
  margin-top:15px;
}
.item-wrap p{
  padding-bottom:3px;
}

.title-compras-wrap {
	width: 177px;
	height: 60px;
	padding-right: 6px;
	background: transparent url(/images/title_arrow_right.gif) no-repeat 177px 50px;
	margin-right: 6px;
	float:left;
}
.title-compras-in  {
	width: 175px;
	height: 60px;
	background: transparent url(/images/title_compras_bg.gif) repeat-x bottom left;
	border: 1px solid #ccc;
	text-align: center;
}
.title-compras-in h3 {
	padding: 10px 0 0 0px;
}
#compras-qtd-wrap {
	width: 404px;
	float:left;
	font-size: 11px;
  color:#666; 
  text-align: center;
	border: 1px solid #ccc;
	background:#fff;
	margin-left:5px;
	padding:2px;
}
#compras-qtd-in {
padding:10px 0 10px 0;
	width: 100%;
	float:left;
	background:#fdd9ec;
}

.compras-qtd-small-wrap .compras-qtd-small-in {
display:inline;
height:20px;
padding:15px 0px 0px 10px;
width: 100%;
float:left;
background: transparent url(/images/compras_qtd_small.png) no-repeat bottom left;
}

.compras-qtd-small-wrap .compras-qtd-small-in p{
font-size: 9px;
display: inline;
margin-right:3px;
color: #BF266D;
background:#FFEEF7;
padding:6px;
}
/* Product Detail View Options */

.legendas-wrap {
	background: #fff;
	width: 614px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	float: left;
	font-family: verdana;
	padding: 5px;
	overflow: hidden;
	display: inline-block;
}
.legendas-in {
	background: #fdd9ec;
	width: 610px;
	float: left;
	padding:2px;
}
.legendas-in p{
	color: #777;
	font-size: 9px;
	float: left;
	text-align: left;
	padding:0 5px;
}
.legendas-in a{
	color: #777;
	font-size: 9px;
	float: left;
	text-align: left;
	padding:0 5px;
}
p.res{
	padding-left:70px;
}

.prod-option-wrap {
	background: #fff;
	width: 624px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	float: left;
	font-family: verdana;
	padding-bottom: 5px;
	overflow: hidden;
	display: inline-block;
}
.prod-option-shadow {
	background: transparent url(/images/shadow.gif) no-repeat bottom right;
	width: 624px;
	padding-right: 6px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	float: left;
}
.prod-option-toggle, .prod-shallow-option-toggle {
	background: #fff;
	cursor: pointer;
	display: block;
	margin: 0 5px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #D64F9B;
	height: 30px;
	padding: 5px;
	float: left;
	width: 605px;
}
.prod-option-legenda-wrap {
	background-color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
  padding:10px 0px 10px 60px;
	font-size: 10px;
	color: #777;
	width: 550px;
	text-align: left;
	float:left;
}
.prod-option-legenda-wrap p{
	background-color: #FDD9EC;
	padding:2px;
  float:left;
  width:72px;
  margin-right:8px
}
p.legenda-stock{
  float:left;
  width:30px;
  margin-right:10px
}
.legenda-spacer{
  height:10px;
	width: 80px;
  float:left;
}
.prod-option-content {
	background-color: #fff;
	overflow: hidden;
	margin: 0 5px 0 5px;
	font-size: 10px;
	color: #777;
	float: left;
	width: 612px;
}
.prod-option-sub-wrap {
	background-color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
  padding:10px 0px;
	font-size: 10px;
	color: #777;
	width: 610px;
}
.sub-wrap-spacer{
	background: transparent;
	width: 60px;
  height: 20px;
  float:left;
}

.highlight-wrap {
	background: #fdd9ec url(/images/promo_small.png) no-repeat top left;
	overflow: hidden;
  height: 100%;
	width: 100%;
	padding-top:5px;
}
.prod-option-promo-sub-wrap {
	background-color: #fdd9ec;
	overflow: hidden;
	margin: 5px 0;
	font-size: 10px;
	color: #777;
	padding: 5px 10px;
	width: 592px;
}
.prod-option-sub-wrap p {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	margin: 0px;
}
.prod-option-promo-sub-wrap p {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	margin: 0px;
}
.prod-option-title {
	float: left;
	width: 145px;
	margin-right: 20px;
	height: 22px;
	font-size: 10px;
	color: #777;
}
.prod-option-title  p {
	padding: 0px;
	margin: 0px;
	text-align: left;
	
}
.swatch-holder {
	background-color: #fff;
	height: 16px;
	width: 80px;
	padding: 2px;
	border: 1px #ccc solid;
	float: left;
	margin-top:5px;
	overflow: hidden;
}
.swatch-holder img{
	height: 16px;
	width: 80px;
}
.empty.swatch-holder {
  border-color:transparent;
}
.resiste-holder {
	background-color: #fff;
	height: 22px;
	width: 86px;
	float: left;
	margin-left: 10px;
	margin-top:5px;
}
.star1 {
	background: transparent url(/images/1star.gif) no-repeat center left;
	height: 22px;
	width: 86px;
	float: left;
}
.star2 {
	background: transparent url(/images/2star.gif) no-repeat center left;
	height: 22px;
	width: 86px;
	float: left;
}
.star3 {
	background: transparent url(/images/3star.gif) no-repeat center left;
	height: 22px;
	width: 86px;
	float: left;
}
.star4 {
	background: transparent url(/images/4star.gif) no-repeat center left;
	height: 22px;
	width: 86px;
	float: left;
}
.star5 {
	background: transparent url(/images/5star.gif) no-repeat center left;
	height: 22px;
	width: 86px;
	float: left;
}
.price-desde-holder {
  background: #fff url(/images/title_bg.gif) repeat-x top left;
	height: 16px;
	width: 45px;
	padding: 2px;
	border: 1px #ccc solid;
	float: left;
	margin-left: 10px;
	margin-top:5px;
	text-align: center;
}
.price-desde-holder p{
	color: #777;
	font-size: 9px;
	line-height: 8px;
	float: left;
	padding: 0px;
	margin: 0px;
  text-transform: uppercase;
}
.transparency-holder {
	background-color: #fff;
	height: 22px;
	width: 22px;
	float: left;
	margin-left: 10px;
	margin-top:5px;
}
.opacity-1 {
	background: #fff;
	border:1px solid #ccc;
	height: 20px;
	width: 20px;
	float: left;
}
.opacity-2 {
	background: transparent url(/images/semi-trans.gif) no-repeat center left;
	height: 22px;
	width: 22px;
	float: left;
}
.opacity-3 {
	background: transparent url(/images/semi-opaco.gif) no-repeat center left;
	height: 22px;
	width: 22px;
	float: left;
}
.opacity-4 {
	background: transparent url(/images/opaco.gif) no-repeat center left;
	height: 22px;
	width: 22px;
	float: left;
}
.prod-code {
	background: #fff url(/images/title_bg.gif) repeat-x top left;
	height: 24px;
	width: 70px;
	padding: 2px;
	border: 1px #ccc solid;
	float: left;
	margin-right: 10px;
}
.prod-size {
	background: #fff url(/images/title_bg.gif) repeat-x top left;
	height: 24px;
	width: 65px;
	padding: 2px;
	border: 1px #ccc solid;
	float: left;
	margin-right: 10px;
}
.prod-size p{
	font-size:9px;
	line-height:0.9em;
}
.stock-wrap {
	background-color: #fff;
	height: 24px;
	width: 24px;
	padding: 2px;
	border: 1px #ccc solid;
	float: left;
	margin-right: 10px;
}
.stock-yes {
	background: #C5DD02;
	height: 24px;
	width: 24px;
}
.stock-low {
	background: #FFB21E;
	height: 24px;
	width: 24px;
}
.stock-no {
	background: #D73714;
	height: 24px;
	width: 24px;
}
.price-wrap-siva-wrap {
	background: #fff;
	height: 24px;
	width: 70px;
	border: 1px #ccc solid;
	float: left;
	margin-right: 10px;
	padding: 2px;
	text-align: center;
}
.price-wrap-civa-wrap {
	background: #fff url(/images/title_bg.gif) repeat-x top left;
	height: 24px;
	width: 70px;
	border: 1px #ccc solid;
	float: left;
	margin-right: 10px;
	padding: 2px;
	text-align: center;
}
.price-wrap-siva-in {
	background: #fdd9ec;
	height: 24px;
	width: 70px;
	float: left;
}
p.old {
	color: #777;
	height: 12px;
	width: 100%;
	font-size: 9px;
	text-decoration: line-through;
	float: left;
	padding: 0px;
	margin: 0px;
}
p.new {
	color: #BF266D;
	height: 12px;
	width: 100%;
	font-size: 11px;
	float: left;
	padding: 0px;
	margin: 0px;
}
input {
	border: 1px solid #9D9D9D;
	padding: 0.2em;
	background-image: url(/images/textarea_bg-pattern.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	font-size: 10px;
	color: #222;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	word-spacing: normal;
}
input:focus {
	outline: none;
	border: 1px solid #D64D9B;
}
input.prod-option-qtd {
	height: 24px;
	width: 24px;
	padding: 2px;
	border: 1px #ccc solid;
	float: left;
	margin-right: 10px;
}
button {
	background: url(/images/bg_button_prod_opt.gif) left top no-repeat;
	color: #fff;
	height: 30px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	width: 75px;
	line-height: 2;
	border: none;
	font-size: 10px;
	float: left;
	padding-bottom: 5px;
	margin-top: 4px;
}
button:hover {
	background: url(/images/bg_button_prod_opt.gif) left bottom no-repeat;
}
button.option_promo {
	background: url(/images/bg_button_prod_opt_promo.png) left top no-repeat;
}
button.option_promo:hover {
	background: url(/images/bg_button_prod_opt_promo.png) left bottom no-repeat;
}
button.image {
	background: none;
	height: auto;
	width: auto;
	line-height: inherit;
	border: none;
	float: none;
	padding: 0;
	margin-top: 0;
}
button.image:hover {
	background: none;
}
.prod-option-promo-wrap {
	background: #fff;
	width: 624px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	float: left;
	font-family: verdana;
	padding-bottom: 5px;
	overflow: hidden;
	display: inline-block;
}
.prod-option-promo-toggle {
	background: #fff url(/images/bullet.gif) no-repeat 24px 15px;
	cursor: pointer;
	padding: 5px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	height: 30px;
	margin: 0 5px;
}
.prod-option-toggle-wrap {
	background: #fdd9ec url(/images/toggle_line.gif) repeat-y top left;
	cursor: pointer;
	text-decoration: none;
	margin-left: 5px;
	height: 30px;
	float: right;
	width: 153px;
}
.prod-option-toggle-wrap p {
	text-align: left;
	padding: 8px 8px 8px 12px;
	color: #777;
	font-size: 9px;
	float:left;
	margin-right:15px;
}
.prod-option-toggle-icon {
	background: #FDD9EC url(/images/arrow_but.png) no-repeat;
	cursor: pointer;
	height: 14px;
	width: 28px;
	float:left;
	margin-top:8px;
}
h3#toggle-promo {
	font-size: 15px;
	color: #777;
	margin: 0px;
	font-weight: normal;
	text-align: left;
	padding: 5px 0 0 40px;
	width: 405px;
	float: left;
	height: 25px;
}
.prod-code-promo-wrap {
 	background: #fff;
	height: 11px;
	width: 70px;
	float: left;
	border: 1px #ccc solid;
	padding: 1px;
}
.prod-code-promo-wrap p{
	font-size: 9px;
	padding:0px;
	margin:0px;
}
.block-promo-wrap {
	background: #fdd9ec;
	height: 30px;
	width: 74px;
	float: left;
	margin-right: 10px;
}
.promo-options-holder {
	background: #FDD9EC;
	height: 16px;
	width: 74px;
	float: left;
	padding:0px;
	margin:0px;
}
.transparency-promo-holder {
 	background: transparent;
	height: 13px;
	width: 13px;
	float: left;
	margin-bottom:2px;
	margin-left:5px;
}
.opacity-1-small {
	background: #fff;
	height: 11px;
	width: 11px;
	float: left;
	border:1px #ccc solid;
}
.opacity-2-small {
	background: transparent url(/images/semi-trans-small.gif) no-repeat center left;
	height: 13px;
	width: 13px;
	float: left;
}

.opacity-3-small {
	background: transparent url(/images/semi-opaco-small.gif) no-repeat center left;
	height: 13px;
	width: 13px;
	float: left;
}
.opacity-4-small {
	background: transparent url(/images/opaco-small.gif) no-repeat center left;
  height: 13px;
	width: 13px;
	float: left;
}
.resiste-promo-holder {
 	background: transparent;
	height: 13px;
	width: 56px;
	float: left;
	margin-bottom:2px;
}

.star1-small {
	background: #FDD9EC url(/images/1star_small.gif) no-repeat center left;
	height: 13px;
	width: 56px;;
	float: left;
}
.star2-small {
	background: #FDD9EC url(/images/2star_small.gif) no-repeat center left;
		height: 13px;
	width: 56px;;
	float: left;
}
.star3-small {
	background: #FDD9EC url(/images/3star_small.gif) no-repeat center left;
		height: 13px;
	width: 56px;;
	float: left;
}
.star4-small {
	background: #FDD9EC url(/images/4star_small.gif) no-repeat center left;
		height: 13px;
	width: 56px;;
	float: left;
}
.star5-small {
	background: #FDD9EC url(/images/5star_small.gif) no-repeat center left;
		height: 13px;
	width: 56px;;
	float: left;
}
.stock-small-holder {
 	background: #fff;
	height: 9px;
	width: 9px;
	float: left;
  border:#ccc solid 1px;
  padding:1px;
	margin:0px 0px 0px 5px;
}
.stock-small-yes {
	background: #C5DD02;
		height: 9px;
	width: 9px;
	float: left;
}
.stock-small-no {
	background: #D73714;
		height: 9px;
	width: 9px;
	float: left;
}
.stock-small-low {
	background: #FFB21E;
		height: 9px;
	width: 9px;
	float: left;
}
.swatch-holder-promo {
	background: transparent;
	height: 14px;
	width: 74px;
	float: left;
	overflow: hidden;
}
.swatch-holder-promo img{
	background: #fff;
	border: 1px #ccc solid;
	padding: 1px;
	height: 10px;
	width: 70px;
}
p.promo-title {
	color: #777;
	height: 15px;
	width: 72px;
	font-size: 9px;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
}

/* Product Detail View END */

/* BIG PROMO */

#big_promo_wrap {
    display:block;
    height: 200px;
    width: 920px;
    border-bottom: 1px solid #ccc;
    padding: 1px;
    margin-top:2px;
    background: #fff;
    text-align:right;
}
#big_promo_wrap h1{
   font-size:14px;
   color:#c61b6a;
}
#big_promo_wrap p{
   font-size:12px;
   color:#777;
}
#big_promo_wrap p span{
   font-size:9px;
   color:#777;
}

.big_promo_in {
   float:left;
    height: 180px;
    width: 324px;
    border-right: 1px solid #ccc;
    padding: 10px;
    background: transparent;
}
.big_promo1 {
    background: transparent url(/images/bigpromo/promo1.jpg) bottom left no-repeat;
}
.big_promo2 {
    background: transparent url(/images/bigpromo/promo2.jpg) bottom left no-repeat;
}
.big_portes {
	text-align:center;
    float:right;
    padding-top:140px;
    height: 60px;
    width: 210px;
    background: transparent url(/images/portes_box.jpg) top center no-repeat;

}
.big_portes h1{
line-height:1px;
}

.big_promo_btn {
	height: 40px;
	width: 111px;
	padding-left: 215px;
}

/* BIG PROMO END */

/* Slideshow */

#slideshow {
    position:relative;
    height: 200px;
	width: 920px;
	border-bottom: 1px solid #ccc;
	padding: 1px;
	margin-top:2px;
		background: #fff url(/images/loader.gif) center center no-repeat;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* Slideshow END */

/* Registo */

.registo-wrap {
	width: 892px;
	padding-left:28px;
	padding-bottom: 15px;
	background: transparent;
	float:left;
}
#finalizar-wrap {
	height: auto;
}
#finalizar-in {
	padding: 15px 0px 15px 40px;
	height: auto;
}
.registo-in {
	background: transparent;
	width: 835px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	float: left;
	text-align: left;
	color: #777;
	padding: 15px 0px 20px 40px;
	background: url(/images/bullet.gif) no-repeat 24px 17px;
}
.registo-in p {
	padding: 5px 0px;
}
.registo-in em {
	color:#D64D9B;
	padding-left:5px;
}
.registo_left_wrap{
float:left;
width:225px;
height:100%;
margin-right:30px;
}
.registo_menu_wrap {
position: absolute;
top:15px;
left:15px;
width:245px;
display:block;
float:left;
}
.registo_menu_wrap h3{
background: transparent url(/images/bullet.gif) no-repeat top left;
padding-left:15px;
}
.registo_menu_wrap a{
line-height: 15px;
}
#finalizar_top_wrap{
float:left;
width: 795px;
height:70px;
border-bottom:1px solid #ccc;
margin-bottom:10px;
margin-right:40px;
}
.registo_center_wrap{
float:left;
width:135px;
height:250px;
margin-right:20px;
}
.registo_right_wrap{
float:left;
width:410px;
}
.registo_user_form div{
float:left;
margin-right:7px;
}
.registo_right_wrap div p{
float:left;
padding:0px 0px 0px 5px;
margin:0px;
}
.finalizar_container_small{
float:left; width:395px; padding-top:25px;
}
.finalizar_container_mid{
float:left; width:272px;margin:0px 10px 10px 0px;
}
.registo_right_full_wrap{
float:left;
width: 560px;
margin-left:275px;
}
.registo_right_full_wrap h1{
font-size:12px;
padding:0px;
margin:0px;
color:#D64D9B;
text-align:left;
}
.registo_right_full_wrap p{
float:left;
line-height:15px;
}
.registo_right_full_wrap em{
	color:#D64D9B;
	padding-left:5px;
}
.finalizar_container_horizontal{
float:left;
width: 530px;
height:30px;
padding-right:20px;
margin-bottom:10px;
margin-right:40px;
margin-left:255px;
text-align:right;
font-size:12px;background: #FFEEF7;padding-top:15px;
}
.choose_title{font-size:12px;height:30px;width:255px;background: #FFEEF7;padding:15px 0px 0px 10px;}

.option_but{background:#BE216D;padding:4px;color:#fff;font-size: 10px;}

/* ADS box */

.ad_box{
	background: transparent;
	width: 252px;
	margin:20px 0px 0px 28px;
	font-size: 10px;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: left;
	float: left;
}

.ad_box_in{
background: #fff url(/images/box_icon.jpg) no-repeat top left;

	width: 170px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	float: left;
	padding:10px 10px 10px 65px;
	}
.ad_box_in h3{
background: transparent url(/images/bullet.gif) no-repeat top left;
color:#D64F9B;
padding-left:15px;
}
.ad_box_in strong{
color:#777;
font-size: 13px;
text-transform: uppercase;
padding-left:15px;
}
.ad_box_in p{
color:#777;

}

/* Slideshow_marcas */

#marcas_slide {
border-left:1px #ccc solid;
border-top:1px #ccc solid;
height: 150px;
width: 235px;
padding-left:10px;
margin:0px;
position:relative;
background: #fff;
}
#marcas_slide div {
background: #fff;
position: absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
height:150px;
width:100%;
vertical-align:middle;
text-align: center;
overflow: hidden;
}
#marcas_slide div img {
background: #fff url(/images/loader.gif) center center no-repeat;
margin-top:5%;
}
#marcas_slide div.active {
z-index:10;
opacity:1.0;
}
#marcas_slide div.last-active {
z-index:9;
opacity:0.0;
}

/* Tabelas Finalizar */
.finalizar_cart{
float:left;
width: 795px
}

.finalizar_cart table{
width: auto;
text-align: left;
border-collapse: collapse;
}
.finalizar_cart th
{
padding: 5px 10px;
color: #777;
background: #FFEEF7;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
.finalizar_cart td
{
padding: 5px 10px;
color: #777;
border-top: 1px solid #eee;
}
.finalizar_cart tr:hover td
{
color: #888;
background: #FFEEF7;
}

.but_review:hover {background:url(../images/bg_button.gif) right bottom no-repeat;color:#fff; }
.but_review {
float:right;
margin-top:15px;
border:none;
background:url(../images/bg_button.gif) right top no-repeat;
height:30px;
cursor:pointer;
text-decoration: none;
text-transform: uppercase;
width:131px;
text-align:center;
line-height: 2;
outline:none;
color:#fff;}
