@font-face {
  font-family: "Filosofia";
  src: url(type/Filosofia.ttf) format("truetype");
}

@font-face {
  font-family: "Filosofia-bold";
  src: url(type/FilosofiaBold.ttf) format("truetype");
}

@font-face {
  font-family: "Filosofia-italic";
  src: url(type/FilosofiaItalic.ttf) format("truetype");
}

@font-face {
  font-family: "free";
  src: url(type/free.ttf) format("truetype");
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
b, strong{font-weight:bold;}
i, em, address {font-style:italic;}
pre {font-family:monospace;}
.hidden{display:none;}

/* For rich text editor generated content */
#products_page_container .product .description ul li {
	list-style: disc inside;
}
#products_page_container .product .description ol li {
	list-style: decimal inside;
}

/* Igual a LinkedMan */
#header .searchbox .text-input{
	width:170px;
	float:left;
}

#products_page_container p,
#products_page_container ul,
#products_page_container ol,
#shoppingCartPage p,
#shoppingCartPage ul,
#shoppingCartPage ol {
	margin:0;
	line-height:1em;
}

.addToCartButton input {
	cursor:pointer;
}

.mini-text{
	font-size:0.8em;
	text-align:left;
	font-weight:normal;
}



/*
 * Real CSS Starts here
 */

body {
	font-family:Tahoma, Geneva, sans-serif;
	background-image: url(tramas/trama-man.png);
	background-repeat: repeat;
}
	
a {
	text-decoration: none;
	color:#e5448b;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 940px;
	margin: auto;
}

.contentBox.home-image{
	padding:0;
	width:940px;
	border-bottom:0 none;
}
.contentBox.image-frete{
	padding:0;
	position:relative;
	background-color:#ffffff;
	max-width:940px;
	min-width:940px;
	border-bottom:0 none;
}
.contentBox.home-image img{
	width:940px;
}

.contentBox.fullWidth{
	padding:0;
	width:940px;
}

/* --- Header --- */
#header #navigation {
	border: 1px solid #e8e8e8;
	clear: both;
	background:#fff;
	display:table;
	width:100%;
}

#header #logo {
	min-height: 80px;
	width: 700px;
	margin-top:15px;
	margin-bottom:-80px;
	clear:both;
	position:relative;
	z-index:99;
}

#header #logo.img {
	line-height:80px;
}
	
#header #no-logo{
	font-size:3em;
	display:inline-block;
	margin-top:25px;
}

#header #logo a:hover {
	text-decoration: none;
}

#header #logo img{
	max-width:640px;
	vertical-align:middle;
}

#header .header_right_wrapper{
	position:relative;
	height:85px;
}

#header .header_right {
	overflow: hidden;
	width:230px;
	position:absolute;
	bottom:3px;
	right:0;
}

#header .searchbox input {
	margin: 0;
	padding: 2px;
	border: 1px solid #000;
	background: #F8F8F8;
	color: #535353;
	border-color: #E8E8E8;
}

#header .searchbox .submit-button{
	font-size:0.6em;
	width:50px;
	height:22px;
	float:right;
	cursor:pointer;
	color:#E5448B;
}

#header .infobox {
	margin-bottom:4px;
}

#header .infobox .info {
	font-size:0.8em;
}

#header .price-disclaimer {
	bottom: 40px;
	font-size: 10px;
	font-weight: bold;
	left: 175px;
	position: absolute;
}

#header .languages {
	margin:2px 8px 2px 0;
}

#header .languages a {
	margin: 0px 3px;
}

#header .languages a img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#header .languages a.active img,
#header .languages a img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


/* Shopping Cart Display */
#ls_cart_widget{
    display: table-cell;
    min-width: 150px;
    vertical-align: middle;
	background: #fff;
	text-align:center;
}

#ls_cart_widget .cart-summary {
	padding: 2px 10px 1px 5px;
	line-height: 12px;
	color: #E5448B;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}
#ls_cart_widget .cart-summary img,
#ls_cart_widget .cart-summary span,
#ls_cart_widget .cart-summary a{
	vertical-align: middle;
	display:inline-block;
	color:#E5448B;
}

/* --- Layout --- */
.headerBox {
	background-color:#F8F8F8;
	border:1px solid #D2D2D2;
	color:#535353;
	padding:10px 0 10px 10px;
	width:930px;
}

.headerBox h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
}

.contentBox {
	background-color:#FFFFFF;
	border-bottom:1px solid #D2D2D2;
	border-left:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	height:auto;
	width:920px;
	padding:0 10px;
	float:left;
}


.no-border-bottom {
	border-bottom: 0 none;
}

.button,.submit_button {
	background: #707070;
	border: 1px solid #505050;
	height: 23px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #e5458b;
	padding-bottom: 1px;
	cursor: pointer;
}

.button:hover {
	background-color: #808080;
	text-decoration:none;
}

a.button{
	line-height: 23px;
    padding: 0 8px;
    display:block;
}

.transactionResultsContainer{
	padding:10px 0;
}

/* --- Pagination & Breadcrumbs --- */
.crumbPaginationContainer {
	overflow: hidden;
	clear: both;
	font-size: 12px;
	padding:0 16px 0 12px;
}

.crumbPaginationContainer.top {
	padding-top: 10px;
}

.crumbPaginationContainer.bottom {
	padding-bottom: 10px;
}

.crumbPaginationContainer .pagination {
	float: right;
	font-size:13px;
}

.crumbPaginationContainer .pagination,
.crumbPaginationContainer .pagination a {
	color:#535353;
}

.crumbPaginationContainer .pagination .page-number.selected {
	font-weight: bold;
	font-size:18px;
}

.crumbPaginationContainer #breadcrumb {
	float: left;
	font-size:11px;
	margin-top:3px;
}

#breadcrumb,
#breadcrumb a{
	color:#535353;
}

#single-product #breadcrumb {
	font-size: 10px;
	margin-bottom: 20px;
}

/* --- Products Page --- */
.product-table,
.listado {
    display:table;
    border-spacing: 0px 5px;
    width:840px;
    table-layout:fixed;
	margin:auto;
}
.destacado {
    border-spacing: 0 5px;
    display: table;
    float: left;
    margin: auto;
    table-layout: fixed;
    width: 705px;
	margin-left:5px;
}

.product-row{
	display:table-row;
}

#product-listing .product {
	display:table-cell;
	overflow:hidden;
	border:1px solid #D2D2D2;
	width:298px
}

.product:hover,
.dest-gral:hover,
.dest:hover {
	-moz-box-shadow:#ccc 2px 2px 4px;
	-webkit-box-shadow:#ccc 2px 2px 4px;
	box-shadow:#ccc 2px 2px 4px;
	text-decoration:none;
}

.product .head,
.dest-gral .head,
.dest .head{
	display:block;
	text-align:center;
}

#product-listing .product img{
	max-width:298px;
}

#product-listing .product .bajada{
	display:block;
	padding:6px;
	background:#F8F8F8;
	border-top:1px solid #D2D2D2;
	font-size:14px;
	overflow:hidden;
}

#product-listing .product .bajada a{
	display:block;	
	padding:6px;
	text-decoration:none;
}

#product-listing .product:hover .bajada strong{
	text-decoration:underline;
}

#product-listing .product .bajada .price{
	float:right;
}

.col0{
	clear: left;
}

#product-listing .product .out-of-stock-notice {
	font-size: 9px;
}

/* --- Single Product --- */
#fauxContainer{
	position:relative;
	border-right:1px solid #D2D2D2;
	left:-564px;
}

#fauxContainer > div{
	position:relative;
	left:564px;
}


/* Left col */
.productContainer .imagecol {
	float: left;
	width: 332px;
	padding: 20px 12px;
}

.productContainer .imagecol .imagecolContent {
	border: 1px solid #e8e8e8;
	width: 320px;
	overflow:hidden;
}
	
.productContainer .imagecol .imagecolContent img {
	display: block;
	width: 320px;
}

.thumbnail-container {
	overflow: hidden;	
}

.thumbnail-container .single-thumb {
	float:left;
	margin:6px 6px 0px 0px;
	border: 1px solid #e8e8e8;
}

.thumbnail-container .single-thumb a {
	display:block;	
}

.thumbnail-container .single-thumb img {
	width: 74px;	
}

#single-product .productContainer .imagecol .shareDiv {
	margin: 20px auto 0;
	width: 263px;
	font-size: 12px;
	text-transform: uppercase;
	border:1px #e8e8e8 solid;
	background-color:#FFFFFF;
	text-align:center;
	padding:6px;
}


/* Right col */
#single-product .productContainer .descriptioncol {
	float: left;
	width: 563px;
	padding-bottom:15px;
}

#single-product .productContainer .descriptioncol .descriptioncolContent {
	padding: 20px 20px 0;
}

#single-product .productContainer .descriptioncol .title h2 {
	font-size:28px;
	font-weight:bold;
}

#single-product .productContainer .descriptioncol .price {
	font-size:28px;
}

#single-product .productContainer .descriptioncol .stock {
	font-size:14px;
	font-style:italic;
}

#single-product .productContainer .descriptioncol .description-title {
	margin-top: 22px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -1em;
}

#single-product .productContainer .descriptioncol .description {
	color:#535353;
	font-size:13px;
	margin-top:45px;
}

#single-product .productContainer .descriptioncol .fancyContainer {
	margin-top: 10px;
}

#single-product .productContainer .descriptioncol .attributeLine {
	margin-bottom: 6px;
}

#single-product .productContainer .descriptioncol .attributeLine label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

#single-product .productContainer .descriptioncol .attributeLine select{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #D2D2D2;
	color:#535353;
	font-size:12px;
	font-weight:bold;
	padding:1px;
	width:156px;
}

#single-product .productContainer .descriptioncol .addToCartButton {
	margin-top: 10px;
}

#single-product .productContainer .descriptioncol .addToCartButton .button{
	font-size:14px;
	height:35px;
	width:200px;
}

/* --- Shopping Cart --- */
#shoppingCartPage .contentBox {
	padding:20px 30px;
	width:880px;
}

#shoppingCartPage .contentBox,
#shoppingCartPage .contentBox a {
	color:#535353;
}

#shoppingCartPage .cart-contents {
	width: 870px;
	margin-bottom: 10px;
}

#shoppingCartPage .cart-contents ul {
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
}

#shoppingCartPage .cart-contents ul li {
	float: left;
	padding-right: 10px;
}

#shoppingCartPage .cart-contents .firstrow li {
	font-size:15px;
	height:19px;
}

#shoppingCartPage .cart-contents .productrow li {
	font-size: 18px;
	line-height:22px;
	margin-top:15px;
}

#shoppingCartPage .cart-contents ul li.last {
	padding-right: 0;
}

#shoppingCartPage .cart-contents .firstrow {
	font-weight: bold;
}

#shoppingCartPage .cart-contents .productrow {
	padding: 10px 0;
}

/* Column widths */
#shoppingCartPage .cart-contents .firstrow .col-product {
	width: 460px;
}

#shoppingCartPage .cart-contents .productrow .col-image {
	width: 90px;
	margin-top:0;
}

#shoppingCartPage .cart-contents .productrow .col-name {
	width: 400px;
	font-weight:bold;
}

#shoppingCartPage .cart-contents .firstrow .col-quantity{
	width: 80px;
}

#shoppingCartPage .cart-contents .productrow .col-quantity{
	width: 40px;
}

#shoppingCartPage .cart-contents .col-price{
	width: 110px;
}

#shoppingCartPage .cart-contents .col-subtotal{
	width: 110px;
}

#shoppingCartPage .cart-contents .productrow .col-delete{
	width: 70px;
	text-align: center;
}

#shoppingCartPage .cart-contents .col-quantity,
#shoppingCartPage .cart-contents .col-price,
#shoppingCartPage .cart-contents .col-subtotal{
	text-align:right;
}

#shoppingCartPage .cart-contents .productrow .col-image img {
	height: auto;
	max-width: 88px;
	border: 1px solid #e8e8e8;
}

#shoppingCartPage .cart-contents .productrow .col-quantity input {
	border:1px solid #D2D2D2;
	color:#353535;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	padding:1px;
	text-align:right;
	width:25px;
}

#shoppingCartPage .cart-contents .productrow .col-delete a{
	font-size:14px;
}

#shoppingCartPage .cart-contents .total-price {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
}

#shoppingCartPage .go-to-checkout{
	text-align:right;
	width:870px;
	margin-top:20px;
}

#shoppingCartPage .go-to-checkout input{
	margin-left:12px;
}

#change-quantities{
	display:none;
}

/* Checkout Form */
.contentBox.contact,
.contentBox.contact a{
	color: #535353;
}

.contentBox.contact .info{
	width:309px;
	float:left;
	padding:30px 10px 0;
}

.contentBox.contact .info p{
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	margin-bottom:20px;
}

.contentBox.contact .info li{
	font-size:13px;
	margin-bottom:3px;
}

.contentBox.contact .info .social{
	margin-top:20px;
}

.contentBox.contact .info .social img{
	vertical-align:middle;
	margin-left:3px;
}

.contentBox.contact .form{
	width:590px;
	float:left;
	border-left:1px solid #d2d2d2;
	padding-top:10px;
}

#checkoutForm .notice {
	color: #606060;
	font-size: 13px;
}

#checkoutForm .form-field,.contact_form .field {
	margin: 20px 0;
	clear: both;
	overflow: hidden;
}

#checkoutForm .form-field label,.contact_form .field label {
	display: inline-block;
	width: 120px;
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
}

.contact_form .field label,.contact_form .field input,.contact_form .field textarea{
	float: left;
	display: block;
	font-size:14px;
	font-weight:bold;
}

#checkoutForm .form-field input,.contact_form .field input,.contact_form .field textarea{
	margin-left: 10px;
	width: 320px;
	border: 1px solid #d2d2d2;
}

.contact_form .field textarea {
	width: 316px;
}

#checkoutForm .form-field input:focus,.contact_form .field input:focus,.contact_form .field textarea:focus{
	background: #f8f8f8;
}

.contact_form .submit_button {
	position: relative;
	left: 130px;
	margin: 0 0 10px 0;
}

#checkoutForm .form-field .validation-error {
	color: #aa0000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 134px;
}

#checkoutForm .custom-gateway label {
	margin-left: 65px;
}

#checkoutForm .custom-gateway label img {
	vertical-align: middle;
	margin-left: 10px;
}

#checkoutForm .submit-button {
	margin-top: 15px;
	text-align: right;
	width: 456px;
	float:right;
}

/* --- 404 --- */
#errorPage {
	padding: 20px;
}

.error {
	color: #AA0000;
}

.success {
	color: #00AA00;
}

.centered {
	text-align: center;
	margin-bottom:15px;
}

#shoppingCartPage .emptyCart a{
	color:#909090;
}

#shoppingCartPage .go-to-checkout a.button{
	color:#e5458b;
	float:left;
}

.contentBox>p {
	margin: 20px;
}

#single-product{
	clear: both;
}

.shareDiv {
	padding: 10px !important;	
}

.shareDiv .title {
	font-weight: bold;	
}

.shareLinks {
	margin-left:27px;
	margin-top:2px;	
}

.shareLinks .shareItem {
	float:left;
	margin-right: 10px;	
}

.shareLinks .shareItem.google {
	margin-right: 0;	
}

.shareLinks .shareItem.facebook {
	width:50px;
	margin-left:-10px;	
}

.clear{
	clear:both;	
}

.contact-ok{
	color:#008000;
	font-size:14px;
	margin-bottom:-8px;
	text-align:center;
}

.contact-error{
	color:#800000;
	font-size:14px;
	margin-bottom:-8px;
	text-align:center;
}

.zoom-instructions{
	font-size:10px;
	text-align:center;
}

.no-border-bottom{
	border-bottom:0 none;
}
/*** Nuevo ***/
#footer {
	width: 858px;
	height: 20px;
	text-align: right;
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #1B1B1B;
	line-height: 16px;
}

#footer2 {
	width: 72px;
	height: 26px;
	text-align: left;
	float:left;
	margin-top: 10px;
	vertical-align: middle;
	padding-top: 6px;
	margin-bottom: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #1B1B1B;
}

.dest-gral {
	display: table-cell;
	text-align: center;
	font-size: 28px;
	border: 1px solid #D2D2D2;
	line-height: 31px;
	overflow:hidden;
	width:298px;
}
.dest-gral:hover {
	border: 1px solid #434343;
	color: #E5448B;
	text-decoration: underline;
}
.dest-gral img{
	max-width:298px;
}

.dest-gral .bajada {
	display:block;
	padding-right: 5px;
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
.dest-gral:hover .bajada {
	font-size: 28px;
	color: #E5448B;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E5448B;
}
.dest-gral .bajada a{
	display:block;	
}

.dest {
	display:table-cell;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #D2D2D2;
	overflow:hidden;
	width:143px;
}
.dest img{
	max-width:143px;
}
.dest .bajada {
	display:block;
	padding-right: 5px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
.dest:hover {
	border: 1px solid #434343;
}
.dest:hover .bajada {
	padding-right: 5px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #434343;
}

#ls_cart_notification .content,
#ls_cart_notification .loading{
	display:none;
	position: fixed;
	top: 200px;
	left: 400px;
	background: #ffffff;
	border: 4px solid #cccccc;
	height: auto;
	z-index: 10000;
	width: 300px;
	padding: 8px;
}

#ls_cart_notification .loading *{
	vertical-align: middle;	
}

/***  Cloud Zoom  ***/
/* This is the zoom window. */
.cloud-zoom-big {
	overflow:hidden;
	background-color:#FBF9F9;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}


.siteBarContainer {
	background:none repeat scroll 0 0 #FFFBE5;
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	font-size:12px;
	left:0;
	padding:0;
	position:static;
	margin-bottom: 5px;
	text-align:center;
	top:0;
	width:100%;	
	height: 30px;
	line-height: 30px;
	overflow:hidden;
}

.siteBarContainer a{
	font-weight: bold;
}

/* User content */
.contentBox.user-content{
	padding:10px;
}

.user-content {
    font-family:Tahoma, Geneva, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #3D2822;
}
.user-content a {color:#7D6822; text-decoration:none; outline:none;}
.user-content a:hover {text-decoration:none; color:#3D2822; }
.user-content a:active {outline:none;}

.user-content p,
.user-content ul,
.user-content ol{
    margin: 0 0 10px;
}

.user-content ul{list-style: disc inside none;}
.user-content ol{list-style: decimal inside none;}
.user-content li{line-height: 22px;}

.user-content h1 {font-size:48px;margin: 0 0 10px;line-height: 100%;color:#000;}
.user-content h2 {font-size:32px;margin: 0 0 10px;line-height: 100%;color:#000;}
.user-content h3 {font-size:24px;margin: 0 0 10px;line-height: 100%;color:#000;}
.user-content h4 {font-size:20px;margin: 0 0 10px;line-height: 100%;color:#000;}
.user-content h5 {font-size:16px;margin: 0 0 10px;line-height: 100%;color:#000;}


/* Superfish */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	background-color:#FED1D6;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
}
ul.sf-menu > li > a > .arrow{
	display:none;
}

/*** DEMO SKIN ***/
.sf-menu {
	display: table-cell;
	min-width:700px;
}
.sf-menu a {
	background:url(fmenu.png);
	background-repeat:no-repeat;
	background-position:center;
	font-size: 12px;
    height:20px;
	min-width:103px;
    line-height:20px;
    padding:5px 10px;
	text-decoration:none;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
}
.sf-menu a, .sf-menu a:visited {
	color: #fff;
}
.sf-menu li.first a{
	padding-left:20px;
}
.sf-menu li {
    background: none repeat scroll 0 0 #FED1D6;
    min-width: 130px;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
	color: #8D7872;
}

.sf-menu ul {
	background: #F5E9D9;
	border: 1px solid #EDD8BA;
}

.sf-menu .arrow{
	position:absolute;
	right:10px;
	font-size:12px;
}


/* Agregados LinkedWoman */
/* General */
body{
	background-image: url(tramas/trama-woman.png);
}

#header .infobox,
#header .infobox a,
#footer,
#footer a{
	color: #3D2822;
	font-family:Tahoma, Geneva, sans-serif;
}

.store_name{
	line-height:45px;
	padding-top:15px;
	color: #3D2822;
	font-family:Tahoma, Geneva, sans-serif;
}

.contentBox.contact .info p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:19px;
}

/* Navigation */
#header #navigation{
	border-color: #EDD8BA;
}

#header #navigation{
	background-color: #F5E9D9;
}

#header #cart-display{
	background-color: #3D2822;
}

#header #cart-display .cart-summary{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size:18px;
}

/* Search */
#header .searchbox .submit-button{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	height:23px;
	text-transform:capitalize;
}

/* Titles */
.headerBox {
	background-color: #F5E9D9;
}

.headerBox h2{
	color: #e5448b;
	font-size: 20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
}

/* Button */
.button, .submit_button{
	background-color:#fed1d6;
	border-color:#fed1d6;
}

.button:hover, .submit_button:hover{
	background-color: #e5e5e5;
}

/* Borders */
.headerBox,
.contentBox,
#fauxContainer,
.dest-gral,
.dest-gral:hover,
.dest-gral .bajada:hover,
.dest,
.dest:hover,
.dest .bajada,
.dest .bajada:hover,
#product-listing .productGridContainer .product .head,
#shoppingCartPage .cart-contents .productrow .col-image img,
#single-product .productContainer .imagecol img,
#single-product .productContainer .descriptioncol .attributeLine select,
#header .searchbox input,
#shoppingCartPage .cart-contents ul,
#shoppingCartPage .cart-contents .total-price,
.contentBox.contact .form,
.contact_form .field input,
.contact_form .field textarea{
	border-color:#FED1D6;
}

/* #535353 -> #3D2822 */
#breadcrumb,
#breadcrumb a,
.crumbPaginationContainer .pagination,
.crumbPaginationContainer .pagination a,
#single-product .productContainer .descriptioncol .description,
#single-product .productContainer .descriptioncol .attributeLine select,
#shoppingCartPage .contentBox,
#shoppingCartPage .contentBox a,
.contentBox.contact,
.contentBox.contact a,
#header .searchbox input  {
	color:#e5448b;
}

/* Products */
#product-listing .productGridContainer .product .bajada{
	background-color: #F5E9D9;
	border-color:#EDD8BA;
}

#product-listing .productGridContainer .product .bajada a{
	overflow:hidden;
	background-color:#fff;
}

#product-listing .productGridContainer .product .bajada a strong{
	float:left;
}

/* Home Products */
.dest-gral {
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	text-align: center;
}
.dest-gral:hover {
	font-family:Tahoma, Geneva, sans-serif;
	color: #3D2822;
	border-color: #3D2822;
	text-align: center;
}

.dest-gral:hover .bajada {
	font-family:Tahoma, Geneva, sans-serif;
	color: #3D2822;
	border-top-color: #FFFFFF;
}

.dest-gral:hover .bajada a{
	color: #3D2822;
}

.dest {
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
}
.dest .bajada{
	border-top-color: #FFFFFF;
	text-transform:uppercase;
}
.dest:hover {
	border: 1px solid #3D2822;
}
.dest:hover .bajada {
	border-top-color: #FFFFFF;
}

.selos #selo_siteforte {
	float:left;
	margin-top:20px;
}
.selos a {
	float: left;
}
.selos {
	overflow: hidden;
	margin-bottom: 20px;	
}
#powered a{text-decoration:underline;}
#powered a:hover{text-decoration:none;}

#formpag{
	width:180px;
	height:80px;
	float:left;
	background:url(formpag.png) no-repeat top left;
	margin:0px 20px 0px 5px;
	}
	
#slider {
	background: url("images/slider.png") no-repeat scroll left top transparent;
    margin-bottom: 5px;
    width: 691px;
    z-index: 4;
}

#pager {
    float: left;
    height: 31px;
    margin: -40px 0 0 345px;
    position: absolute;
    text-align: center;
    z-index: 9999;
}

#pager a {
display: block;
width: 29px;
height: 31px;
line-height:31px;
border: none;
background: url(images/pager.png) 0px 31px;
overflow: hidden;
margin: 0 8px 0 0;
color:#555555;
text-decoration:none;
float:left;
}
#pager a.activeSlide { background-position: top; text-shadow:1px 1px 1px #000; color:#FFF; text-decoration:none;}
#slider li {
display: block;
width: 930px;
height: 300px;
position: relative;
list-style: none;
z-index: 4;
}
#slider li .picture {
width:930px;
height: 300px;
float: left;
padding: 1px;
position: relative;
z-index: 4;
text-align:center;
}
#slider li .picture img {
border: none;
max-width:311px;
max-height: 300px;
}
#slider li .description {
width: 325px;
height: 260px;
float: right;
padding: 20px;
}
#slider li .description h1 {
font-size: 30px;
font-weight: bold;
line-height: 30px;
background:none;
/*overflow:hidden;*/
}
#slider li .description p { margin: 0 0 18px 0; }
#slider li .description h1.title a {
color: #000;
text-decoration: none;
line-height:34px;
font-weight:normal;
letter-spacing:-0.03em;

}

.home-slider {
position: relative;
max-width: 691px;
height: 300px;
z-index: 4;
}

.bx-window{
	width:930px;
	z-index:2;
	margin-left: 5px;}
	
	
/*pager*/
.bx-pager {
	float: right;
    position: relative;
    text-align: center;
    top: -25px;
    z-index: 2;
}

.bx-pager a {
	font-size: 16px;
	color: #fff;
	text-decoration:none;
	padding: 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.bx-pager .pager-active,
.bx-pager a:hover {
	color: #de312a;
	text-decoration: none;
}

.banner{
	margin:5px;}
	
.banner a img{
	max-width:930px}
	
#interno {
    background-color: #FED1D6;
    display: inline;
    float: left;
    margin-bottom: 25px;
    padding-left: 2px;
    width: 100%;}
	
#interno li {
    float: left;
    margin: 5px 2px;}
	
#interno li a{
	background-color: #FFFFFF;
    border: 1px solid #E5659E;
	color:#E5448B;
    min-width: 61px;
    text-align: center;
	padding:2px 5px}

#interno li:hover, #interno li a:hover {
    background-color: #E5448B;
	color:#FFF;
	text-decoration:none;}


#content.contacto div.winnie-pooh, #content.single div.winnie-pooh, #newsletter div.winnie-pooh {
    display: none;
}

#newsletter {
    background: url("images/news.jpg") no-repeat scroll 0 0 transparent;
    height: 68px;
    margin-bottom: 18px;
    margin-left: 5px;
    padding-bottom: 5px;
    width: 930px;}


#newsletter .title {
    color: #F15B5D;
    display: block;
    font-family: 'free';
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 4px 0 0 192px;
}

#newsletter .bg-news {
    padding: 8px 0 15px 8px;
	z-index:99999;
	color:#000;
	}
	
#newsletter .bg-news form {
    margin-top: 5px;
    width: 930px;
	}
	
#newsletter input[type="news"], #newsletter input[type="text"] {
     display: block;
    float: left;
    font-size: 11px;
    height: 18px;
    line-height: 29px;
    margin-bottom: 7px;
    margin-left: 185px;
    padding-left: 5px;
    width: 190px;}
	
#buttonNewsletter{
	clear:both;
}

.buttonGrey {
    background: none repeat scroll 0 0 #FE9900;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 22px;
    margin-right: 115px;
    margin-top: -29px;
    padding-left: 9px;
}

.buttonGrey * {
    background: none repeat scroll 0 0 #FE9900;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 22px;
    margin: 0;
    padding: 0 10px 0 0;
    text-decoration: none;
    text-transform: uppercase;
	border-radius: 5px 5px 5px 5px;
}

.buttonGrey:hover { background-position: left bottom; }
.buttonGrey:hover *{ background-position: right bottom; }

.dest2 {
    display: table-cell;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 11px;
    overflow: hidden;
    text-align: center;
    width: 200px;
    padding: 5px;
	border: 1px solid #FFF;
}
.dest2 img{
	max-width:190px;
}
.dest2 .bajada {
	display:block;
	padding-right: 5px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dest2:hover {
	border: 1px solid #FED1D6;
}
.dest2:hover .bajada {
	padding-right: 5px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#marqueecontainer{
position: relative;
width: 205px; /*marquee width */
height: 860px; /*marquee height */
background-color: white;
overflow: hidden;
padding: 2px;
padding-left: 0px;
}

#marquee{
	float: right;
    height: 380px;
    overflow: hidden;
    margin: 5px;
    width: 205px;
	padding: 0px 3px 5px 8px;
	}