@import url("http://www.sediarreda.com/content/templates/sa-b/css/css-reset.css");
@import url("http://www.sediarreda.com/content/templates/sa-b/css/css-main.css");
@import url("http://www.sediarreda.com/content/templates/sa-b/css/css-catmenu.css");
@import url("http://www.sediarreda.com/content/templates/sa-b/css/dim/dim.css");




@font-face {
    font-family: 'livingstonmedium';
    src: url('font/Livingston-Medium-webfont.eot');
    src: url('font/Livingston-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Livingston-Medium-webfont.woff') format('woff'),
         url('font/Livingston-Medium-webfont.ttf') format('truetype'),
         url('font/Livingston-Medium-webfont.svg#livingstonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'foundationroman';
    src: url('font/FoundationSans-Roman-webfont.eot');
    src: url('font/FoundationSans-Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/FoundationSans-Roman-webfont.woff') format('woff'),
         url('font/FoundationSans-Roman-webfont.ttf') format('truetype'),
         url('font/FoundationSans-Roman-webfont.svg#livingstonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}





/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	

}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	position:absolute;
	clear:both;
	width: 2000em;		
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
}

/* active item */
div.scrollable div.items div.active {
	background-color:#fff;
}



a.scrollableNav {
	color: #7D7D7D;
	color: #598DCD;
	color: #288C9D;
	

	text-decoration: none;
	padding: 0;
	cursor:pointer;
	display: block;
	font-weight: bold;
}

a.scrollableNav:hover {
	/*color: #222;*/
	text-decoration: underline;
}

a.disabled {
	display: none;
}

a.scroll_prev_p,
a.scroll_prev_c {
	padding: 0 0 0 20px;
	background: url(cPrevBg.png) center left no-repeat;	
}
a.scroll_next_p,
a.scroll_next_c {
	padding: 0 20px 0 0;
	background: url(cNextBg.png) center right no-repeat;	
}





/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	/*background: red url(../img/navigator.png) 0 0 no-repeat;*/
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 





/* VARTIP */

div.vartip_box {
	width: 150px;
	margin: 0;
	padding: 5px !important;
	height: 205px;
	background: url(cBoxTipFullBg.gif) top left no-repeat;
	display: none;
	z-index: 9999;
}

div.vartip_small {
	height: 55px;
	background: url(cBoxTipSmallBg.gif) top left no-repeat;
}

div.vartip_stores {
	height: 70px;
	width: 182px;
	background: url(cBoxTipStoresBg.png) top left no-repeat;
}



div.vartip_box p {
	width: 150px;
	padding: 0 !important;
	margin: 0;
	line-height: 15px;
	height: 30px;
	font-size: 11px;
	color: #333;
}

a.vartip_a {
	display: block; 
	width: 30px;
	height: 30px;
}

div.vartip_box p.price {
	font-weight: bold;
	text-align: right;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

