@import 'clearfix.css';
@import 'paginator.css';

html * {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

li {
	margin-left: 25px;
}

a img {
	border: none;
}

body {
	background-color: black;
	font: normal 12px verdana;
}

body, a {
	color: #666;
}

table, td, th {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearer {
	clear: both;
}

#body {
	border-bottom: 1px solid #FFCB28;
	border-top: 1px solid #FFCB28;
	padding: 20px 0 20px 0;
}

a {
	text-decoration: none;
}

a.forcelink {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
}

.center {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

#main {
	width: 980px;
	margin: 0 auto;
	background: white;
}

#header {
	background: url('headerbg.png') 494px 0 no-repeat;
}

#header a {
	display: block;
	padding: 0;
}

#header img
{
	margin: 0;
	display: block;
/* 	margin-left: 150px; */
}

#footer
{
	text-align:center;
	border-top: 1px solid white;
	margin: 0;
	padding: 5px 0 5px 0;
	background: #7F7F7F;
}

#footer, #footer a
{
	color: white;
	font-size: 10px;
}

#footer span {
	margin: 0 50px 0 50px;
}

#itemlisttable {
	width: 780px;
	border-right: 1px dotted #ccc;
	margin-right: 20px;
}

#itemlisttable td.itemlisttitle strong {
	color: #ae0707;
}

#catlist {
	width: 150px;
	border: 1px solid #bbb;
	background: #ddd;
}

#catlist li {
	margin: 5px 0 5px 5px;
}

#catlist div {
	text-align: center;
	color: #888;
	background: #ccc;
	font-weight: bold;
	border-bottom: 1px solid gray;
	padding: 2px;
}

#carritolisttable {
	margin: 0 auto;
	width: 100%;
}

#itemlisttable th {
	display: none;
}

#itemlisttable td,
#carritolisttable td {
	vertical-align: top;
	padding: 10px;
}

#carritolisttable tr.totals td {
	padding: 10px 0 0 0;
}

#itemlisttable td span,
#carritolisttable td span {
	display: block;
}

#itemlisttable td strong,
#carritolisttable td strong {
	color: black;
}

#itemlisttable td span.price,
#carritolisttable td span.price,
#productdetail p.price strong,
#cart_confirm p .price {
	font-size: 16px;
	font-weight: bold;
	color: red;
	font-family: 'arial';
}

#productdetail {
	width: 800px;
	margin: 0 auto;
}

#productdetail h1 {
	margin-bottom: 10px;
}

#productdetail div.description {
	margin-top: 10px;
}

div.sep {
	border-top: 1px solid white;
	border-bottom: 1px solid #dedede;
	margin: 5px 0 5px 0;
}

#productdetail div.sep {
	width: 450px;
}

#productdetail #minilist img {
	border: 1px solid #dedede;
	padding: 5px;
}

#productdetail #minilist a {
	margin: 10px;
}

#addtocart {
	background: #333 url('cart.png') 5px 10px no-repeat;
	padding: 7px 10px 10px 30px;
	text-align: right;
	height: 17px;
	border-bottom: 1px solid white;
/* 	margin-bottom: 10px; */
}

#addtocart select {
	background: black;
	color: #aaa;
/* 	border-color: #333; */
}

#addtocart,
#addtocart a {
	color: #aaa;
}

#addtocart input,
#addtocart select {
	vertical-align: middle;
}

#cart_confirm {
	padding: 0 20px 0 20px;
}

#cart_confirm p {
	margin: 0 0 15px 0;
}

#frmConfirmarPedido input.text,
#loginfrm input.text {
	border: 1px solid #ccc;
	background: white;
	width: 250px;
}

.novedad {
	background: url('redstar.png') left center no-repeat;
	padding-left: 12px;
	color: #ae0707;
	font-weight: bold;
	font-size: 10px;
}

#novedadeslnk,
#iniciolnk,
#ofertaslnk {
	position: absolute;
	margin-top: 71px;
	display: block;
	width: 100px;
	color: white;
	background: #333;
	text-align: center;
	opacity: .8;
	filter: alpha(opacity=80);
}

#novedadeslnk:hover,
.active#novedadeslnk,
#iniciolnk:hover,
.active#iniciolnk,
#ofertaslnk:hover,
.active#ofertaslnk {
	opacity: 1;
	filter: alpha(opacity=100);
}
#iniciolnk {
	margin-left: 668px;
}
#novedadeslnk {
	margin-left: 770px;
}
#ofertaslnk {
	margin-left: 872px;
}
#iniciolnk span,
#novedadeslnk span,
#ofertaslnk span {
	margin: 5px;
	display: block;
}


#loggedinbar {
	background: #FFCB47;
	padding: 3px 10px 3px 10px;
	color: black;
}