@charset "UTF-8";
/* BEGIN MAIN STYLES */

* {
	margin:0;
	padding:0;
}
body {
	background:#F2F1E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
p {
	font-size:11px;
	line-height: 15px;
	padding-bottom: 10px;
}
.clear {
	clear:both;
}
:focus {
	outline: none;
}
.hr {
	 height:1px;
	 margin: 20px 0px 30px 0px;
	 border-bottom: 1px dotted #ccc;	
}
hr {
	height:1px;
	border:none;
	background:#e9e9e9;
	margin:10px 0px;
}
h2 {
	color:#999999;
	font-weight:normal;
	padding-bottom: 20px;
	font-size: 16px;
}
h3 {
	padding-bottom: 10px;
	font-size: 12px;
}
h3 a {
	color:#666;
}
h3 a:hover {
	text-decoration:  none;
}
h4 {
	color:#FF6600;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
h4 a {
	color: #FF6600;
}
h4 a:hover {
	text-decoration:  none;
}
img {
	border:none;
}
ul {
	list-style:none;
}
a {
	text-decoration: none;
	color:#3399FD;
}
a:hover, a:active {
	text-decoration: underline;
}
/* END MAIN STYLES */





/* BEGIN HEADER */

#header {
	color:#999999;
}
#header h1 {
	background:url(/images/new/main/IKEA_logo.gif);
	width:200px;
	height:35px;
	overflow:hidden;
	margin-bottom:5px;
}
#header span {
	visibility:hidden;
}
#header #logo {
	float:left;
}
#header #logo a:hover {
	text-decoration:none;
}
#header #right_nav {
	float:right;
	line-height: 17px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #e9e9e9;
}
/* END HEADER */





/* BEGIN MAIN NAVIGATION */

#mainNav {
	height: 35px;
	width: 100%;
	background: url(/images/new/main/nav_bg.gif) repeat-x;
	margin-top:6px;
}
#navbar {
	font-size: 11px;
	font-weight:bold;
}
#navbar li {
	list-style:none;
	display:inline;
}
#navbar a {
	text-align:center;
	color:#fff;
	text-decoration:none;
	background: url(/images/new/main/nav_bg.gif) repeat-x;
	float:left;
	padding:10px 20px;
	border-right:1px solid #FFFFFF;
}
#navbar a.noright {
}
#navbar a:hover {
	background-position:0 -35px;
}
#navbar a:active {
	background-position:0 -70px;
}
#navbar a.current {
	background-position:0 -70px;
}
#navbar a.current:hover {
	background-position:0 -105px;
}
#navbar a.black {
	background-position:0 -140px;
}
#navbar a.black:hover {
	background-position:0 -175px;
}
/* END MAIN NAVIGATION */





/* BEGIN MAIN CONTENT AREA */

a.arrowbullets, .arrowbullets a {
	background:url(/images/new/main/link_arrow.gif) no-repeat center left;
	padding-left:10px;
}
#wrapper {
	margin:7px auto;
	padding:10px;
	width:900px;
	background:#FFF;
	position:relative;
	border-bottom: 2px solid #e9e9e9;
}
#maincontent {
	margin:10px 0px;
}
#maincontent #left {
	width:200px;
	float:left;
}
#maincontent #homeright {
	width:690px;
	float:right;
	margin:0px;
	z-index:1;
}
#maincontent #homeright .top {
	margin-bottom: 10px;
}
#maincontent #homeright .bottom {
}
#maincontent #homeright .bottom .columns {
	width:165px;
	float: left;
	margin-right: 10px;
}
#maincontent #homeright .bottom .columns .text {
	padding: 10px 0px;
}
#maincontent #homeright .bottom .columns.last {
	margin-right: 0px;
	padding-right: 0px;
}
#maincontent #homeright .content {
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#maincontent #right {
	width:680px;
	float:right;
	margin:0px;
	z-index:1;
}
.box {
	background:#f9f9f9;
	border:1px solid #e9e9e9;
	padding:10px;
	margin-bottom: 10px;
}
.dividertop, .dividerright, .dividerbottom, .dividerleft, {
 border-bottom:1px solid #e9e9e9;
}
.pageheading {
	width: 680px;
	text-align: right;
	padding: 6px 0px 7px 0px;
}
.pageheading h2 {
	padding: 0px;
}
/* END MAIN CONTENT AREA */





/* BEGIN LEFT MENU */

.leftmenu {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.leftmenu a, .leftmenu a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 0px 10px 10px;
	position: relative;
}
.leftmenu a:hover {
	color: #ff6600;
	text-decoration: none;
}
.leftmenu li {
	list-style:none;
	list-style-type: none;
	border-bottom: 1px #e9e9e9 solid;
}
.leftmenu li a.open {
}
.leftmenu li a.closed {
}
.leftmenu div.submenu ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.leftmenu div.submenu ul li {
	border-bottom:1px dotted #e9e9e9;
}
.leftmenu div.submenu ul li a {
	color: #999;
	padding: 5px 0px 5px 12px;
}
.leftmenu div.submenu ul.recallmenu li a {
	padding-left: 15px;
}
.leftmenu div.submenu ul li a:hover {
	color: #ff6600;
}
.leftmenu a.menuitem .statusicon {
	position: absolute;
	right: 10px;
	top: 14px;
	border: none;
}
/* END LEFT MENU */





/* BEGIN FOOTER */

#footer .main {
	background: #FFF;
	font-size:9px;
	color:#999999;
	text-align:left;
	width: 900px;
	margin: auto;
	padding: 10px 10px 12px 10px;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 10px;
}
#footer #column {
	float: left;
	line-height: 17px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #e9e9e9;
}
#footer #column.end {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}
#footer #column ul li a {
	color: #999;
}
#footer #column .heading {
	color: #000;
	font-weight: bold;
}
#footer #column .heading a {
	color: #000;
	font-weight: bold;
}
#footer .catalog {
	width: 240px;
}
#footer .catalog img {
	float: right;
	padding-left: 10px;
}
#legal {
	width: 920px;
	margin:auto;
	margin-bottom: 20px;
	color:#999;
	line-height: 16px;
}
#legal a {
	color: #999;
}
#legal .small {
	font-size: 9px;
}
/* END FOOTER */





/* BEGIN COMIDA */

#comida .options {
	width: 155px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
}
#comida .options.end {
	width: 165px;
	padding-right: 0px;
}
#comida .options img {
	border: 1px solid #ccc;
}
.foodmenubg {
}
.foodmenubg .middle {
	padding: 20px;
}
.middle .fooditem {
	height: 115px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.middle .fooditem.firstitem {
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	margin-top:20px;
}
.middle .fooditem .left {
	height: 115px;
	width: 130px;
	float:left;
	background-color: #FFF;
}
.middle .fooditem .left img {
	border: 1px solid #ccc;
}
.middle .fooditem .right {
	height: 115px;
	width: 490px;
	float: right;
}
.middle .fooditem .right .heading {
	background: url(../images/new/food/pricedots_black_50.jpg) repeat-x scroll 0 12px;
	overflow: auto;
	font-size: 14px;
}
.middle .fooditem .right .heading .name {
	background: #fff;
	float: left;
	padding-right: 5px;
	color: #600;
}
.middle .fooditem .right .heading .price {
	background: #fff;
	float: right;
	padding-left: 5px;
	color: #060;
}
.middle .fooditem .right .desc {
	color: #cc9966;
	font-style: italic;
	padding-top: 5px;
}
.foodtitle {
	font-size:20px;
	font-weight:bold;
	font-style: italic;
	line-height: 22px;
	color: #633;
}
.topheading .quote {
	font-size:20px;
	font-weight:bold;
	font-style: italic;
	color: #633;
	padding-bottom: 10px;
}
.topheading .name {
	color:#FF6600;
	font-size:12px;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
}
.topheading .desc {
	font-size:10px;
	color: #cc9966;
	padding-left: 10px;
}
.bistro .fooditem .heading {
	font-size: 14px;
	background: url(../images/new/food/pricedots_black_50.jpg) repeat-x scroll 0 12px;
	overflow: auto;
}
.bistro .fooditem .left {
	float: left;
	width: 243px;
}
.bistro .fooditem .right {
	float: right;
	width: 243px;
	padding-left: 42px;
	border-left: 1px dotted #ccc;
}
.bistro .fooditem img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.bistro .fooditem .name {
	background: #fff;
	float: left;
	padding-right: 5px;
	color: #600;
}
.bistro .fooditem .price {
	background: #fff;
	float: right;
	padding-left: 5px;
	color: #060;
}
.bistro .foodtitle {
	padding-bottom: 50px;
}
.middle .first {
	border-top: 1px dotted #ccc;
	padding-top: 20px;
	margin-top: 20px;
}
.meatball {
	height: 350px;
	background: url(../images/new/food/sueco/meatballcombo2.jpg) no-repeat;
}
.meatball .text {
	width: 290px;
	padding: 50px 30px 30px 50px;
}
.cafe .fooditem {
	height: 115px;
}
.cafe .fooditem .left {
	height: 115px;
	width: 130px;
	float:left;
	background-color: #FFF;
	padding-left: 20px;
}
.cafe .fooditem .left img {
	border: 1px solid #ccc;
}
.cafe .fooditem .right {
	height: 115px;
	width: 500px;
	float: right;
}
.cafe .fooditem .right .heading {
	overflow: auto;
	font-size: 14px;
}
.cafe .fooditem .right .heading .name {
	background: #fff;
	float: left;
	padding-right: 5px;
	color: #600;
}

/* END COMIDA */





/* BEGIN CATALOGO */

#catalogo .mainheader {
	padding: 30px;
	background-color: #3399cc;
	border-bottom: 5px solid #006699;
	color: #fff;
	font-size:16px;
	font-weight: bold;
}
#catalogo .mainheader .secondline {
	font-weight: normal;
	font-size: 12px;
}
#catalogo .item {
	height: 90px;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	margin-top: 5px;
	padding: 30px;
}
#catalogo .item .left {
	width: 90px;
	height: 90px;
	float: left;
}
#catalogo .item .right {
	width: 500px;
	height: 90px;
	float: right;
}
#catalogo .item .right .desc {
}
/* END CATALOGO */





/* BEGIN PRECIOS BAJOS */

#npb .item {
	height: auto;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
}
#npb .item .product {
	margin-right: 20px;
	width: 100px;
	float:left;
	background-color: #FFF;
	border: 1px solid #e9e9e9;
	text-align: center;
}
#npb .item .content {
	width: 510px;
	height: auto;
	float:left;
}
#npb h3 {
	color: #000;
	padding: 0px;
}
#npb .item .subtitle {
	margin-bottom: 10px;
}
#npb .item .price {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	float: left;
	width: auto;
}
#npb .item .pricelong {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	float: left;
	width: auto;
}
#npb .item .dollarsign {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	float: left;/*color: #000;
	font-weight: bold;
	font-size: 9px;
	padding-top: 3px;*/
	
}
#npb .item .change {
	color: #000;
	font-weight: bold;
	font-size: 9px;
	padding-top: 3px;
	float: left;
}
#npb .item .ext {
	color: #000;
	font-weight: bold;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	float: left;
}
#npb .item .oldprice {
	font-style: italic;
}
#npb .item .desc {
	padding-top: 10px;
}
#npb .nlpprice  {
	padding-left: 55px;
	height: 38px;
	background: url(../images/new/npb/logo_small.gif) left center no-repeat;
}
/* END PRECIOS BAJOS */





/* BEGIN RETIRADO */

#retirado .item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #e9e9e9;
	clear: both;
	height: auto;
}
#retirado .item .product {
	width:150px;
	float: left;
}
#retirado .item .desc {
	width:475px;
	float: left;
	border-left: 1px dotted #e9e9e9;
	padding-left: 20px;
	margin-left: 20px;
}
/* END RETIRADO */





/* BEGIN SERVICIOS */

#servicios .item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #e9e9e9;
	clear: both;
	height: auto;
}
#servicios .item .product {
	width:150px;
	float: left;
}
#servicios .item .desc {
	width: 475px;
	float: left;
	border-left: 1px dotted #e9e9e9;
	padding-left: 20px;
	margin-left: 20px;
}
#servicios.garantias .item .desc {
	width: auto;
	margin-right: 30px;
}
#servicios .item h2 {
	color: #333;
}
#servicios ul {
	padding-left: 20px;
}
#servicios li {
	list-style: disc outside;
	padding-bottom: 10px;
}
/* END SERVICIOS */





/* BEGIN ENSAMBLAJE */

#ensamblaje .item {
	padding: 20px;
	margin: 20px;
	clear: both;
	height: auto;
	width: auto;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
}
#ensamblaje .item.first img {
	float: right;
	padding-left: 30px;
}
#ensamblaje .item .product {
	width:150px;
	float: left;
}
#ensamblaje .item h2 {
	color: #333;
}
#ensamblaje .item ul {
	padding-left:15px;
}
#ensamblaje .item li {
	list-style-type: disc;
}
#ensamblaje .item li.backtop {
	margin-top: 20px;
	list-style: url(../images/new/main/link_arrow.gif) outside;
}
/* END ENSAMBLAJE */





/* BEGIN HERO */

.hero {
	padding-bottom: 10px;	
	height: 370px;
}
noscript div {
	background: #ccc;
	border: 1px solid #900;
	margin: 20px 0;
	padding: 15px;
}	
.coda-slider-wrapper h2 {
	display:none;
}
.coda-slider-wrapper {
	padding: 0px;
}
.coda-slider {
	background: #ebebeb;
}
.coda-slider-no-js .coda-slider {
	height: 370px;
	overflow: auto !important;
	padding-right: 0px;
}
.coda-slider, .coda-slider .panel {
	width: 900px;
}
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 900px;
}
.coda-slider-wrapper.arrows .coda-slider {
	margin: 0px;
}
.coda-nav-left a, .coda-nav-right a {
	background: #000;
	color: #fff;
	padding: 5px;
	width: 100px;
}
.coda-nav ul li a.current {
	background: #39c;
}
.coda-slider .panel-wrapper {
	padding: 0px;
}
.coda-slider p.loading {
	padding: 20px;
	text-align: center;
}
.coda-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
}
.coda-nav ul li {
	display: inline;
}
.coda-nav ul li a {
	background: #000;
	color: #fff;
	display: block;
	float: left;
	margin-left: 1px;
	padding: 3px 6px;	
	text-decoration: none;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.coda-nav ul li a:hover {
	background: #39c;
	opacity:1;
	filter:alpha(opacity=100);
}
.coda-slider-wrapper {
	clear: both;
	overflow: hidden;
	height: 370px;
}
.coda-slider {
	overflow: hidden;
	position: absolute;
}
.coda-nav {
	position: absolute;
}
.coda-slider .panel {
	display: block;
	float: left;
}
.coda-slider .panel-container {
	position: relative;
}
.coda-nav-left, .coda-nav-right {
	float: left;
}
.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
}

/* END HERO */





/* BEGIN PRECIOS BAJOS */

#encuentra .state {
	background: #000;
	margin-bottom: 20px;
}
#encuentra .state .title {
	padding: 20px;
	background-color: #3399cc;
	color: #fff;
	font-size:16px;
	font-weight: bold;
}
#encuentra .city {
	height: auto;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	border-top: 0px;
}
#encuentra .city .one {
	width: 300px;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	border-right:1px solid #e9e9e9;
}
#encuentra .city .two {
	width: 250px;
	float: left;
}
#encuentra .city .one .dir {
	font-style: italic;
	color:#999;
}

/* END PRECIOS BAJOS */





/* BEGIN CONTACTANOS */

#contactanos {
	padding:20px;	
	border:1px solid #e9e9e9;
}

/* END CONTACTANOS */





/* BEGIN EMPLEADOS */

#empleados .item {
	height: auto;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
}
#empleados .item .photo {
	margin-right: 20px;
	width: 200px;
	float:left;
}
#empleados .item .content {
	width: 410px;
	height: auto;
	float:left;
	margin-top: 2px;
}

/* END EMPLEADOS */
