﻿/*
Site designed for Chicco by www.cimbrian.com
July 25, 2008
*/

/* GENERAL */

body { background: #f2f2f2 url(../../Images/ui/background-home.gif) no-repeat center top !important; margin:0; padding:0; }

#siteWrapper { width:960px; margin:0 auto; padding:0; position:relative; }

/* CONTENT */

#contentWrapper { z-index:50; position:relative; width:960px;}

body#gearCategoriesPage #content { padding:0; position:absolute; top:39px; left:8px; margin-left:0; }

body#toyCategoriesPage #content { padding:0; position:absolute; top:4px; left:8px; }

/* SCROLLER */

div.scrollable { /* required settings */ position:relative; overflow:hidden; width:700px; height:400px; display:block; position:absolute; top:-35px; left:150px; }

div.scrollable div.items { width:20000em; position:absolute; clear:both; margin-left:10px; }

div.scrollable div.items div.itemWrapper  { float:left; width:740px; margin:0 40px 0 0; height:350px; }

a.prev, a.prevPage { display:block; width:33px; height:28px; background:url(../../Images/ui/butn-prev.png) no-repeat; position:absolute; top:245px; left:110px; cursor:pointer; overflow:hidden; z-index:100; }

a.next, a.nextPage { display:block; width:33px; height:28px; background:url(../../Images/ui/butn-next.png) no-repeat; position:absolute; top:245px; left:851px; overflow:hidden; cursor:pointer; z-index:101; }

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover { }

/* disabled navigational button */
a.disabled { visibility:hidden !important; }

/* FOOTER */

#footerWrapper { background: none !important; top:500px; position:absolute; z-index:10; }
