table {
	border-spacing: 1px;
}

dt {
	font-weight: bold;
}

.cake_debug {
	padding: 1em;
	border: 1px solid red;
	background: #fff;
	text-align: left;
	color: #000;
}

/* http://green-beast.com/experiments/css_smart_corners.php */
.csc {
  background-color: #f90;
  position: relative;
  padding: 6px;
  margin-bottom: 1em;
  height: auto;
}
.button {
  background-color: transparent;
  float:left;
  width:auto;
  padding: 0;
  margin-bottom:0;
}
.tl, .tr, .bl, .br {
  position: absolute;
  width: 6px;
  height: 6px;  /* corner images are 4x4 */
  display: block;
  margin-bottom: 0 !important;
  margin-bottom: -1px;  /* this is for IE */
}
.tl {
  background: transparent url(/img/csc_tl.png) no-repeat;
  top:0;
  left:0;
}
.tr {
  background: transparent url(/img/csc_tr.png) no-repeat;
  top: 0;
  right: 0;
}
.bl {
  background : transparent url(/img/csc_bl.png) no-repeat;
  bottom: 0;
  left: 0;
}
.br {
  background: transparent url(/img/csc_br.png) no-repeat;
  right: 0;
  bottom: 0;
}
.clear {
  clear:both;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}* {
margin: 0;
padding: 0;
}

body {
background: #fff;
color: #888;
}

/*body,td, th {
font-size: 70%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}*/

.faq {
font-size: 55%;
}
img {
border: 0;
}
#header #logo {
padding-right: 300px;
display: block;
}
a{
text-decoration:none;
font-weight:bold;
}

a:link{
color:#99cccc;
}

a:visited{
color:#646464;
}

a:hover,a:active{
text-decoration:underline;
}

h1,h2,h3,h4,h5{
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
line-height:1.1em;
}

h2,h3,h4,h5{
margin:8px 0 1em;
}

h1{
font-size:20px;
margin-bottom:.5em;
}

h2{
font-size:1.2em;
}

body.simple h2 {
clear:both;
}

h3{
font-size:2em;
}

h4{
font-size:1.1em;
}

h5{
font-size:1.0em;
}

ul, p, ol, dl {
margin-bottom:1em;
line-height:1.5;
}

li {
margin-left:2em;
}

#wrapper {
width: 100%;
}

#header, #subnav, #footer {
clear: both;
width: 100%;
}

.button:after, #header:after, ul.cols:after, #footer ul:after, div.productwrapper:after, ul.flist:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#center {
margin: 15px 68px;
padding:2em 0;
min-height:600px;
width:905px;
}

#header {
position:relative;
}
#right {
position:absolute;
top:40px;
right:25px;
}

/* header */

#header {
background: #000 url(/img/header_repeat.png) repeat-x;
height:128px;
}

#header a.edit {
border-top:0;
border-right:0;
position:absolute;
top:0;
right:0;
}

/* horizontal navigation */

#subnav {
background: #fff url(/img/menu_repeat.png) repeat-x;
height: 37px;
}

#subnav img.flor {
float:left;
margin-right:42px;
}

#subnav ul {
font-weight: bold;
margin-top:0;
float:left;
}

#subnav ul li {
list-style-type:none;
margin:0;
float:left;
padding:0px;
padding-top:2px;
}

#subnav ul li.sep {
padding: 0;
border-left: 1px solid #fff;
margin-top: 10px;
margin-bottom: 6px;
height:18px;
width:1px;
}
#subnav form#search {
float:right;
}
#subnav form#search button {
display:inline;
padding:2px;
margin:0 2px;
}
#subnav li.active img{
background: url(/img/m_over.png) no-repeat center bottom;
padding-bottom:16px;
}

/* shoppingcart */

#right #cart {
background-color:#960B22;
color: #ffffff;
font-family: verdana, tahoma, sans-serif;
font-size: 1.1em;
}
#right #cart img {
vertical-align: middle;
}
#right #cart .text {
display: inline;
padding: 0 10px;
}

/* simple layout */

body.simple #center {
margin:0 25%;
}

body.simple #center fieldset {
border:1px solid #999;
width: 400px;
padding:0 1em 1em;
}

body.simple #email {
width:20em;
}

body.simple #password {
width:6em;
}

body.simple #center a {
float:right;
line-height:2em;
}

body.simple-wide #center {
}

/* prices */

span.nprice {
color: #999;
text-decoration: line-through;
}

span.sprice {
color: #c30;
font-weight: bold;
}

/* tables */

/*table {
margin-top:1em;
width:100%;
}*/

/*td, th {
margin: 1px;
padding:4px;
}*/

th {
background-color:#FFFFFF;
text-align:left;
}

td h3 {
margin:0;
}

/* product listing */

ul.cols li {
display:block;
float:left;
padding:0;
margin:0;
width: 125px;
height: 133px;
}

ul.cols li a {
display:block;
}

/* footer */

#footer {
background: url(/img/footer_repeat.png) repeat-x;
height: 45px;
}

#footer img.flor {
float:left;
margin-right:32px;
}

#footer ul {
float:left;
font-weight: bold;
margin-top:0;
padding-top: 12px;
}

#footer ul li {
margin: 0;
float:left;
list-style-type:none;
padding:5px 8px;
}
#footer ul li a {
font-family: Verdana,Helvetica,Arial,sans-serif;
font-weight:normal;
font-size:11px;
color:#fff;
}

#footer ul li.sep {
padding: 0;
border-left: 1px solid #fff;
margin-top: 6px;
height:16px;
width:1px;
}

#copy {
height: 118px;
background-image: url(/img/copy_repeat.png);
background-repeat: repeat-x;
color: #ccc;
}

#copy div {
padding-top: 50px;
padding-left: 68px;
}

/* flash messages */

div.fmessage {
border-bottom:1px solid #333;
line-height:1.5;
padding:5px 20px;
}

div.confirmation {
background-color:#f4f8e4;
color:#729d00;
font-weight:bold;
}

.error {
background:#fcc;
}

/* action buttons */

a.edit, button, a.admin {
background:#FFFFFF;
border-width:0;
color:#fff;
padding:5px 1em;
text-align:center;
text-decoration:none;
}

a.admin:link,a.admin:visited,a.admin:active {
background:#3297FC;
color:#fff;
}

#center a.admin {
display:block;
width:10em;
margin:1em 0;
}

pre {
text-align:left;
font-size:1.4em;
}

.clear {
clear: both;
}

ul.cols li {
position:relative;
}
a.overlay {
	position: absolute;
	opacity: 0.80;
	filter:alpha(opacity = 85);
	bottom:18px;
	color:#99cccc;	
	width: 105px;
	left: 21px;
	padding: 5px;
	text-align: left;
	font-weight:normal;
	font-size:9.5px;
	background-color:#000;
}

a.overlay:hover {
	text-decoration:none;
}

a.overlay:link {
color:#99cccc;
}

a.overlay:hover,a.overlay:visited {
color:#fff;
}

.box {
background-color: #ffb400;
width:30em;
color: #000000;}

body.login div.left {
float:left;
padding-right: 25px;
margin-right: 25px;
border-right: 1px solid #888;
height: 545px;
}

body.login div.right {
float:left;
}

div.arrows {
position:absolute;
bottom:0;
width: 236px;
}
div.arrows .back {
float:left;
}
div.arrows .next {
float:right;
}

div.scroll {
border-top:1px solid #888;
width:460px;
}
div.scroll img {
position:relative;
top:-10px;
}

/* Scroll galerias */

.sliderGallery {
    overflow: auto;
    width: 385px;
    height: 580px;
}

.sliderGallery TABLE {
    padding: 0;
    margin: 0;
	border-right: none;
	border-top: none;
}

.sliderGallery TABLE TD {
    padding: 0;
    margin: 0;
	border-left: none;
	border-bottom: none;
}

/*.sliderGallery td img {
	margin: 0 12px 12px 0;
}*/

.slider {
    width: 490px;
    height: 10px;
    margin-top: 400px;
    margin-left: 5px;
    padding: 1px;
    position: relative;
    border-bottom: 1px solid #888888;
}

.handle {
    position: absolute;
    cursor: move;
    top: 0;
    z-index: 100;
    /* bespoke to your own solution */
    height: 23px;
    width: 24px;
}

div.cols {
	width: 30%;
	margin-right: 3%;
	float: left;
}

body.home #content {
margin: 20px 25px;
border-right:1px solid #CCCCCC;
padding-right:25px;
border-left:1px solid #CCCCCC;
padding-left:25px;
float: left;
}

div#feature-product {
width: 236px;
float: left;
height: 608px;
position:relative;
}

/* Artists box */
div#feature-brands {
height: 545px;
float: left;
width: 170px;
}

#feature-brands #brands li, #categories li {
list-style-type: none;
margin: 0;
padding: 0;
}

#feature-brands #brands li a, #categories li a {
font-weight: normal;
}

.productwrapper {
border-right: 1px solid #CCC;
margin-right:195px;
padding-right: 25px;
}

hr {
border-color: #CCC;
border-style: solid;
border-width: 1px 0 0 0;
}

/* Shooping cart */
table.cart td img {
vertical-align:top;
}

table.cart tr.cart-tr {
background: transparent url(/img/csc_tr.png) no-repeat top right;
}
table.cart tbody.cart-tl {
background: #f90 url(/img/csc_tl.png) no-repeat top left;
color: #000000;
}
table.cart td.cart-bl {
background-image: url(/img/csc_bl.png);
background-repeat: no-repeat;
background-position: bottom left;
}
td.cart-br {
background: url(/img/csc_br.png) no-repeat bottom right;
}
table.cart tfoot {
background: #000044 url(/img/csc_br.png) no-repeat bottom right;
}
table.cart tfoot td ul {
list-style:none;
}

table.cart tbody td{
}

table.cart {
margin-bottom: 30px;
font-size: 16px;
}

tfoot td {
border:0;
background-color: #fff;
text-align:right;
}

tfoot td.total {
background-color:#FF9900;
padding: 10px;
color: #000000;
}

td.grandtotal {
padding: 10px;
background-color: transparent;
color: #fff;
text-align: center;
}

td.total, th.total {
text-align:center;
white-space:nowrap;
}

span.error {
border: 1px solid red;
display:block;
padding:1em;
margin:1em;
}

a.checkout {
float:right;
}
a.checkout:hover {
text-decoration:none;
}

table.overlay td {
vertical-align:top;
}
table.overlay a.overlay {
bottom: 14px;
}
#ProductNavigation a.overlay {
bottom: 4px;
}
#ContactActive {
display: none;
}
.scroll_artistas {
overflow: auto;
height: 240px;
}

.scroll_categorias {
overflow: auto;
height: 88px;
}

#feature-product a.overlay {
bottom:0;
width:236px;
}

.error_message {
color: #c00;
font-weight:bold;
}
h1.right {
text-align: right;
width: 380px;
}
h1.home {
padding-top:20px;
}
#feature-product div.smallp {
margin-top: 1em;
height: 120px;
overflow: hidden;
text-overflow: ellipsis;
text-align: justify;
}

a.language {
	float:right;
	margin:8px;
}

legend{
font-weight:bold;
padding:0;
}

fieldset {
margin: .5em 0;
border:0;
}

/*input, textarea, select{
border:1px solid #ccc;
border-color:#666 #ccc #ccc #666;
}
input, textarea {
padding:2px 4px;
}*/

option {
padding:0 1em 0 4px;
}

ul.flist, fieldset ul {
margin-top:0;
list-style: none;
}

ul.flist {
padding-left:1em;
}

ul.flist li {
display:inline;
float:left;
margin:0 1em 1em 0;
width:18em;
}

ul.flist li label{
display:block;
}

ul.flist li.cl {
clear:left;
}

ul.flist li.cb {
clear:both;
width:26em;
}

ul.flist li.cb input {
width:22em;
}
ul.flist li.cb textarea {
width:24.2em;
height:6em;
}
ul.flist li.cb input[type='checkbox'] {
width: auto;
}

li.error {
border: 1px solid red;
padding:0.5em 0.5em;
font-weight:bold;
margin-right:1em;
}

li.error span {
display:block;
}

li.save {
clear:both;
}

button {
clear:both;
display:block;
font-weight:bold;
padding:0;
}

/* address and shipping */

.order {
width:65em;
}

.order fieldset {
margin-bottom:1em;
}

.oaddress {
float:left;
padding:1em;
width:28em;
}

.oinfo {
background:#FFBB04;
clear:right;
float:right;
padding:0;
width:30em;
}

.oinfo li {
margin:0;
padding-left:1.5em;
line-height:2em;
}

.oinfo li.active {
background:#cfff9f;
font-weight:bold;
}

.oinfo li input{
bottom:-3px;
position:relative;
}

/* simple layout */

body.simple #center fieldset {
padding-top:1em;
}

#header label {
position:absolute;
margin-top:-100px;
}