/* @override http://www.editorialrm.com/2010/themes/minimaliste/css/new.css */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}
a.stbar.chicklet img {border:0;height:16px;width:16px;margin-right:3px;vertical-align:middle;}
a.stbar.chicklet {height:16px;line-height:16px;}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url('../images/containerBack.gif') top left repeat-y transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 155px;
	height: 100px;
	display: block;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0 15px;
	background: transparent;
}

#sidebar1 h4 {
	color: #87944B;
	font-variant: normal;
	font-size: 14px;
	text-align: left;
	background: none;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

#mainContent {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 770px; height: 100%;
	background: transparent;
} 
body#product #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
body#product #mainContent {
	float: left;
	background: url('../images/main_prod_bg.gif') no-repeat 0 0 transparent;
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 950px; height: 100%;
}

#product_container {
	width: 100%;
	background: transparent;
}

#product_links {
	float: right;
	width: 350px;
	text-align: right;
	display:block;
	text-decoration: transparent;
}
#product_links a {

	width: 100px;
	text-align: right;

	text-decoration: none;
	color: #87944B;
	background: transparent;
}

ul#product_features {
	margin-top: 33px;
}
#product_links a:hover {
	text-decoration: underline;
}
#product_header {
	width: 950px;
	height: 100px;
	clear: right;
	min-height: 130px;
}
body#product #product_title {
	background: #EBEDDF;
	float: left;
	width: 140px;
	height: auto;
	position: relative;
	top: 0px;
	padding: 5px 6px 5px 9px;
}
#product_title p {
	font-size: 12px;
	font-style: normal;
	color: #666;
	background: #EBEDDF;
	clear: left;
	margin-top: 15px;
}

#product_title h5 {
	font-size: 11px;
	color: gray;
	background: #EBEDDF;
	clear: left;

	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}


#product_title h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ae9a68;
	text-align: left;
	background: #EBEDDF;
	padding: 0;
	margin: 0 0 15px;
	width: 140px;
	clear: right;
	display: block;
	text-transform: none;
}
#product_title h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #8a7947;
	text-align: left;
	background: #EBEDDF;
	padding: 0;
	margin: 0 0 15px;
	width: 140px;
	clear: right;
	display: block;
	text-transform: uppercase;
}
#product_display {
	font-size: 11px;
	color: #666;
	float: left;
	width: 950px;
	margin-bottom: 20px;
	padding: 15px 5px 5px;
}
#product_display h3 {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#product_description {
	float: left;
	width: 370px;

}
#product_images {
	float: right;
	width: 518px;

}
#image-block{ border:#e8e6e6 solid 1px; height:310px;width:auto; align:center; text-align: center;}
.bigpictop{width:302px; background:url('../img/bg_bigpic_top.gif') repeat-x 0 0; padding:0; margin:0; height:2px}
.bigpicbottom{width:302px; background:url('../img/bg_bigpic_bottom.gif') repeat-x 0 0; padding:0; margin:0; height:2px}
#image-block img#bigpic{ cursor:pointer;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dbdfc9;
	text-align: center;
	height: 30px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	background: transparent;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	background: transparent;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header_content {
	width: 980px;
	margin: 0 auto;
	height: 100px;
}
#footer_content {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/barraBottom.gif) left top repeat-y;
	color: #8a7947;
}
#menu {
	float: right;
	bottom: 0px;
	padding-right: 33px;
}
.addthis_button {
	background: transparent;
}

#artistas_descripcion p span {
	text-align: justify;
}

div#artistas_libros_relac {
	width: 250px;
	float: right;
	margin-top: 0;
	text-align: right;
}

#lista_artista h3 {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

#artistas_descripcion p a {
	text-decoration: none;
	color: #87944B;
}
#artistas_descripcion p a:hover {
	text-decoration: underline;
	color: #87944B;
}

#mainContent div {
	background: transparent;
}

#lista_artista ul.libros_lista li a {
	text-decoration: none;
	color: #87944B;
}
#lista_artista ul.libros_lista li a:hover {
	text-decoration: underline;
	color: #87944B;
}

#lista_artista ul.libros_lista {
	margin-bottom: 15px;
}

div#artistas_descripcion {
	width: 467px;
	float: left;
	margin-right: 25px;
}

#mainContent span.Estilo1 {
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}

#mainContent span.style12 {
	text-transform: none;
	text-align: left;
}

#mainContent form table tbody tr td p.style12 {
	text-transform: none;
	text-align: left;
}

#mainContent table tbody tr td p.style12 {
	text-transform: none;
}

form#buy_block {
	margin-top: 15px;
	float: left;
	height: auto;
	width: 250px;
}

#quantity_wanted_p {
	padding-top: 5px;
}

#add_to_cart {
	padding-top: 5px;
}

ul#header_nav {
	list-style: none;
	background-color: white;
	width: 310px;
	float: right;
	right: 240px;
	position: relative;
	top: 32px;
}

#header_nav li {
	width: 5px;
	margin: 0;
	padding: 0;
	float: left;
}

li#shopping_cart {
	display: block;
	width: 160px;
	float: right;
	text-align: left;
	background: white url(../img/icon/cart.gif) no-repeat right center;
	height: 16px;
	padding-right: 30px;
}

li#your_account {
	width: 80px;
	text-align: left;
	float: left;
}

#myalerts ul.footer_links {
	float: left;
	clear: left;
}
