﻿/**********************************/
/*       TINY TOT STYLESHEET      */
/**********************************/
/*	PINK				- #E73E97
/*	BLUE				- #008FD4
*/


/**********************************/
/*             GLOBAL             */
/**********************************/
body 
{
	text-align: center;
	background: #FFFFFF url(../visual/header-bg.jpg) 0px 0px repeat-x;
}
div.lrg-footer { background: url(../visual/footer/footer-lrg.jpg) 50% 100% no-repeat; }

#container
{
	position: relative;
	width: 980px;
	margin: 0 auto;	
	padding-bottom: 200px;
	text-align: left;
}
#header { position: relative; height: 142px; z-index: 3; }
#main { float: right; width: 730px; margin-top: 20px; z-index: 2; }
#side { float: left; width: 208px; margin-top: 10px; }
#footer { clear: both; }
.roundify
{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.roundify ul { list-style-type: disc; }
.roundify ul li { margin-left: 15px; list-style-type: disc; }

/**********************************/
/*             HEADER             */
/**********************************/
#header a.tinytots
{ 
	position: absolute;
	top: 25px;
	left: 00px;
}
#header div.basket
{ 
	position: absolute;
	top: 0px;
	right: -5px;
	width: 330px;
	height: 44px;
	z-index: 3;
	cursor: pointer;
	background: url(../visual/basket.gif) #D6F4FD 20px 5px no-repeat;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomleft: 8px;
	text-align: center;
	line-height: 41px;
}
#header div.basket span.basket-count { padding-right: 5px; color: #E73E97; }
#header div.basket a.view-basket
{ 
	position: absolute;
	top: 12px;
	right: 20px;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../visual/basket-toggle.jpg) 0px 0px no-repeat;
}
#header div.basket a.view-basket.open { background-position: 0px -17px; }
#header div.basket div.basket-contents
{
	display: none;
	background-color: #D6F4FD;
	border: 0px solid #BABABA;
	border-top-width: 0px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomleft: 8px;
	padding:1px;
	-moz-box-shadow: 0px 6px 7px -6px #000000;
	-webkit-box-shadow: 0px 6px 7px -6px #000000;
}
#header div.basket div.basket-contents a.checkout { float: right; margin: 5px 18px 5px 0px; }
#header div.basket div.basket-contents ul li
{ 
	margin-bottom: 1px; 
	padding: 10px;
	border-top: 1px solid #CFEEF7;
	text-align: left;
}
#header div.basket div.basket-contents ul li:first-child { border-top: 0px; }
#header div.basket div.basket-contents ul li.even { background-color: #DBF4FB; }
#header div.basket div.basket-contents ul li a
{ 
	display: block; 
	width: 100%;
	overflow: auto; 
	color: #5A5A5A;
	line-height: 130%;
}
#header div.basket div.basket-contents ul li a span.img
{
	position: relative; 
	float: left; 
	margin-right: 10px;
	padding: 1px;
	background-color: #FFFFFF;
	border: 4px solid #BABABA;
}
#header div.basket div.basket-contents ul li a:hover span.img { border-color: #E73E97; }
#header div.basket div.basket-contents ul li a b { display: block; margin-top: 8px; }
#header div.basket div.basket-contents ul li a span.code { display: block; margin: 8px 0; }
#header div.basket div.basket-contents ul li a span.price { font-weight: bold; color: #E73E97; font-size: 130%; }

#header div.search
{ 
	position: absolute;
	top: 60px;
	right: 00px;
	z-index: 2;
}
#header div.search img
{
	position: relative;
	top: 4px;
	float: left; 
	margin-right: 5px;
}
#header div.search div.search-item
{ 
	float: left;
	margin-right: 3px;
	padding: 3px 5px;
	border: 1px solid #9FA9AB;
	background-color: #FFFFFF;
	color: #000000;
	letter-spacing: 0px;
}
#header div.search input.text, #header div.search select { border: 0px; background: none; padding: 0px; margin: 0px; width: 130px; }
#header div.search select { height: 15px; width: 90px; } 
#header div.search input.submit
{
	float: left;
	border: 0px;
}

#header div.menu { position: absolute; bottom: 0px; right: 0px; }
#header div.menu li.root 
{ 
	position: relative; 
	float: left; 
	margin-left: 8px;
	list-style: none;
}
#header div.menu li a { display: block; }
#header div.menu li ul { padding: 0px; margin: 0px; }
#header div.menu li:hover div.neck, #header div.menu li:hover div.outer { display: block; }
#header div.menu li div.neck
{ 
	display: none;
	position: absolute;
	top: 75%;
	left: 0px;
	width: 100%;
	height: 22px;
}
#header div.menu li div.outer
{ 
	display: none;
	position: absolute;
	top: 120%;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 2px 3px #777777;
	-webkit-box-shadow: 0px 2px 3px #777777;
}
#header div.menu li div.outer div.inner
{ 
	overflow: auto;
	position: relative; 
	margin: 5px 0px;
	padding-left: 150px;
	background-color: #FFFFFF;
}
#header div.menu li div.outer div.inner div.strip 
{ 
	position: absolute; 
	top: 2px; 
	left: 0px;
	width: 100%;
	height: 30px;
	z-index: 1;
	background-color: #E8E8E8;
}
#header div.menu li div.outer div.inner ul
{ 
	float: left;
	position: relative; 
	z-index: 2;
	width: 25%;
}
#header div.menu li div.outer div.inner ul li.title
{ 
	padding-left: 5px;
	font-weight: bold; 
	color: #454545; 
	line-height: 32px;
}
#header div.menu li div.outer div.inner ul li a { padding: 5px; color: #787878; }
#header div.menu li div.outer div.inner ul li a:hover { background-color: #DBF3FB; }

#header div.menu li.about div.neck { background-color: #4E9EEA; }
#header div.menu li.about div.outer { left: -170px; width: 300px; background-color: #4E9EEA;}
#header div.menu li.about div.outer div.inner { background: url(../visual/icons/about.jpg) #FFFFFF 25px 45px no-repeat; }
#header div.menu li.about div.outer div.inner ul { width: 145px; }
#header div.menu li.products div.neck {background-color: #82A613; }
#header div.menu li.products div.outer { left: -420px; width: 680px; background-color: #82A613; }
#header div.menu li.products div.outer div.inner { background: url(../visual/icons/products.jpg) #FFFFFF 25px 45px no-repeat; }
#header div.menu li.account div.neck { background-color: #F45EAB; }
#header div.menu li.account div.outer { left: -320px; width: 450px; background-color: #F45EAB; }
#header div.menu li.account div.outer div.inner { background: url(../visual/icons/login.jpg) #FFFFFF 25px 45px no-repeat; }
#header div.menu li.account div.outer div.inner ul { width: 285px; }
#header div.menu li.account div.outer div.inner ul div.form { width: 97%; padding: 10px 0px; margin-top: 0.6em; }
#header div.menu li.account div.outer div.inner ul div.form h3 { font-size: 1.2em; }
#header div.menu li.account div.outer div.inner ul div.form div label { width: 100px; top: 0px; }
#header div.menu li.account div.outer div.inner ul div.form div.data-input { margin-bottom: 6px; }
#header div.menu li.account div.outer div.inner ul div.form .button { margin: 0.5em 0 1em; }

/**********************************/
/*              MAIN              */
/**********************************/
#main div.roundify, #modal div.roundify
{
	padding: 15px;
	border: 5px solid #BABABA;
	background-color: #DBF3FB;
	color: #008FD4;
}

/**********************************/
/*             INDEX              */
/**********************************/
#index { position: relative; }
#index a { position: absolute; }
#index a img { display: block; }
#index a.car-travel { left: -15px; bottom: -17px; }
#index a.air-travel { left: 173px; bottom: -25px; }
#index a.out-and-about { left: 369px; bottom: -29px; }
#index a.games-and-activities { left: 559px; bottom: -38px; }


/**********************************/
/*           CATEGORIES           */
/**********************************/
.category-list { width: 100%; margin-top: 30px; }
.category-list li { float: left; width: 161px; height: 300px; margin: 0px 28px 28px 0px; }
.category-list li.end-row { margin-right: 0px; }
.category-list a
{ 
	display: block; 
	text-align: center; 
	color: #008FD4;
}
.category-list a b
{
	display: block;
	margin: 10px 0px;
	color: #E73E97; 
	font-size: 130%;
}
.category-list a span.img
{
	display: block;
	width: 151px;
	height: 151px;
	margin: 0 auto 5px;
	position: relative; 
	padding: 1px;
	background-color: #FFFFFF;
	border: 4px solid #BABABA;
}
.category-list a:hover span.img { border-color: #E73E97; }
.category-list a:hover { color: #E73E97; }
.category-list a span.desc { font-size: 90%; }

/**********************************/
/*          PRODUCTS LIST         */
/**********************************/
.products-list { margin-top: 30px; }
.products-list li { float: left; width: 125px; height: 170px; margin: 0px 25px 25px 0px; }
.products-list li.end-row { margin-right: 0px; }
.products-list a
{ 
	display: block; 
	text-align: center; 
	color: #5A5A5A;
}
.products-list a span.img
{
	display: block;
	width: 117px;
	height: 77px;
	margin: 0 auto 5px;
	position: relative; 
	padding: 1px;
	background-color: #FFFFFF;
	border: 4px solid #BABABA;
}
.products-list a span.img img { width: 117px; height: 77px; }
.products-list a:hover span.img { border-color: #E73E97; }
.products-list a:hover { color: #E73E97; }
.products-list a span.was
{ 
	display: block; 
	margin: 1px 0px 0px;
	font-size: 90%; 
	text-decoration: line-through;
}
.products-list a span.now
{ 
	display: block;
	margin-top: 3px;
	font-size: 140%; 
	font-weight: bold; 
	color: #E73E97;
}

/**********************************/
/*            PRODUCT             */
/**********************************/
#main .roundify.product
{ 
	position: relative; 
	min-height: 400px;
	margin-bottom: 20px;
	padding: 0px; 
}
.product .product-info
{ 
	float: right; 
	width: 365px; 
	margin: 30px 25px 15px 25px;
}
.product .product-info h1.sifr-product { margin-bottom: 0.5em; font-size: 22px; }
.product .product-info h2 { font-family: Verdana, Arial; color: #008FD4; line-height: 1.1em; }
.product .product-info .buying-options
{ 
	position: relative; 
	margin: 30px 14px; 
}
.product .product-info .buying-options .options
{ 
	z-index: 2;
	position: relative;
	overflow: hidden; 
	width: 100%;
}
.product .product-info .buying-options h2
{ 
	z-index: 1;
	position: relative;
	top: -30px;
	padding-bottom: 16px;
	border-bottom: 1px solid #6DC1E7;
	text-align: right; 
	font-weight: bold; 
	font-size: 220%;
	line-height: 100%;
	letter-spacing: -1px;
}
.product .product-info .product-unavailable { position: relative; top: -20px; }
.product .product-info .buying-options h2 span { color: #5A5A5A; }
.product .product-info .buying-options .option-info.out-of-stock
{
	padding-bottom: 35px;
}
.product .product-info .buying-options .option-info.in-stock
{
	z-index: 1;
	position: absolute; 
	top: 0px;
	right: 0px;
	width: 50%;
	text-align: right;
}
.product .product-info .buying-options .select { margin-bottom: 10px; color: #E73E97; }
.product .product-info .buying-options .select span { display: block; float: left; width: 70px; }
.product .product-info .buying-options .select input { width: 20px; padding: 3px; border: 1px solid #AAA; -moz-border-radius: 5px; }
.product .product-info .buying-options .select img { margin-left: 5px; }
.product .product-info .buying-options .select select { padding: 3px; background-color: #FFFFFF; border: 1px solid #AAA; -moz-border-radius: 5px; }

.product .product-info .buying-options .buttons, .product .product-info .buying-options .delivery-info { position: relative; top: -10px; }
.product .product-info .buying-options .buttons { float: left; width: 45%; margin-left: 10px; padding-top: 28px; }
.product .product-info .buying-options .buttons input { display: block; }
.product .product-info .buying-options .buttons input.processing { margin-left: 50px; }
.product .product-info .buying-options .buttons a
{ 
	display: block;
	float: left;
	margin-top: 9px;
}
.product .product-info .buying-options .delivery-info { float: left; width: 50%; font-size: 90%; color: #5A5A5A; }
.product .product-info .buying-options .delivery-info a
{ 
	padding-right: 15px;
	background: url(../visual/delivery-info.jpg) 100% 50% no-repeat;
	text-transform: uppercase;
	color: #5A5A5A;
	font-weight: bold;
}
.product .product-info .buying-options .delivery-info div { position: relative; line-height: 150%; }
.product .product-info .buying-options .delivery-info div span { position: absolute; right: 0px; }

.product .product-shots 
{ 
	position: absolute;
	width: 304px;
	height: 100%;
	float: left; 
	background-color: #FFFFFF;
}
.product .product-shots .additional a { float: left; margin: 2px 2px 0px 0px; }
.product .product-shots .additional a.end-row { margin-right: 0px; }
.product .product-shots .additional img { width: 100px; }
.product .product-shots span { clear: both; display: block; margin-left: 10px; color: #5A5A5A; font-size: 90%; }


/**********************************/
/*             BASKET             */
/**********************************/
#my-basket .header 
{ 
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #BABABA;
}
#my-basket .header div
{ 
	float: left;
	color: #008ED4;
	font-size: 1.3em;
	font-weight: bold;
}

#my-basket .product { width: 49%; }
#my-basket .qty { width: 10%; }
#my-basket .price { width: 20%; }
#my-basket .line-total { width: 20%; }

#my-basket .price, #my-basket .line-total { font-size: 1.2em; text-align: center; }

#my-basket .items { clear: left; position: relative; }
#my-basket .items .item
{ 
	position: relative;
	overflow: hidden; 
	width: 100%;
	padding: 12px 0px;
	border-bottom: 1px solid #BABABA;
	font-weight: bold;
	color: #000000;
}
#my-basket .items .item div { float: left; }

#my-basket .item .product b { display: block; padding-right: 10px; }
#my-basket .item .product b, #my-basket .item .qty, #my-basket .item .price, #my-basket .item .line-total { padding-top: 10px; }
#my-basket .item .product i { font-weight: normal; font-style: normal; color: #777777; }

#my-basket .item .product a span.img
{
	position: relative; 
	display: block;
	width: 117px;
	height: 77px;
	float: left;
	margin-right: 10px;	
	padding: 1px;
	background-color: #FFFFFF;
	border: 4px solid #BABABA;
}
#my-basket .item .product a { color: #E73D96; }
#my-basket .item .product a:hover span.img { border-color: #E73E97; }
#my-basket .item .product .options
{
	float: none;
	margin-top: 10px;
}
#my-basket .item .product .options span { display: block; color: #008ED4; }

#my-basket .item .qty div { float: none; }
#my-basket .item .qty input
{ 
	width: 35px; 
	padding: 3px; 
	border: 1px solid #CCCCCC; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-weight: bold;
}
#my-basket .item .qty .change { position: relative; }
#my-basket .item .qty .change a.quantity
{
	overflow: hidden;
	display: block;
	position: absolute;
	top: -5px;
	left: 41px;
	width: 17px;
	height: 17px;
	background: url(/assets/visual/basket/quantity-change.jpg) top left no-repeat;
	text-indent: -25px;
}
#my-basket .item .qty .change a.quantity.down { top: 11px; background-position: 0px -17px; }
#my-basket .item .qty a.remove
{ 
	position: relative;
	left: -8px;
	z-index: 1;
	display: block;
	margin-top: 12px;
	padding: 6px 10px 6px 25px;
	background: #FFFFFF url(/assets/visual/basket/basket_delete.png) 5px 50% no-repeat;
}
#my-basket .item .price-change
{
	position: absolute;
	bottom: 38px;
	right: 10px;
	font-weight: bold;
	color: #CC0000
}
#my-basket .item .delivery-surcharge
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-weight: normal;
	font-size: 0.9em;
	color: #CC0000
}
#my-basket .item .disable
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/assets/visual/basket/disable.png) repeat;
}

#my-basket .footer
{ 
	overflow: hidden;
	width: 100%;
	margin: 10px 0px;
	font-size: 1.3em; 
	font-weight: bold; 
	line-height: 1.3em;
}
#my-basket .footer .left { float: left; width: 50%; }
#my-basket .footer .delivery-select b { display: block; color: #E73D96; margin-bottom: 4px; }
#my-basket .footer .delivery-select select 
{ 
	width: 330px;
	margin: 0px 5px 5px 0px;
	padding: 3px; 
	border: 1px solid #CCCCCC; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
}

#my-basket .footer .promotional-code { margin: 20px 0px 30px; }
#my-basket .footer .promotional-code b { display: block; color: #E73D96; margin-bottom: 0px; }
#my-basket .footer .promotional-code span { font-size: 0.7em; font-weight: normal; }
#my-basket .footer .promotional-code div.input 
{ 
	position: relative;
	top: 5px;
	float: left;
	margin-right: 5px;
	border: 1px solid #CCCCCC; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	padding: 3px;
}
#my-basket .footer .promotional-code a { float: left; margin-bottom: 0.5em; }
#my-basket .footer .promotional-code a.valid { background-color: #52A43C; }

#my-basket .footer .promotional-code div.action-message, #my-basket .footer .delivery-select div.action-message
{ 
	clear: both;
	font-size: 0.8em;
	line-height: 1.2em;
}

#my-basket .footer .totals
{ 
	float: right; 
	width: 50%; 
	margin-top: 30px;
	text-align: right;
}
#my-basket .footer .totals div 
{ 
	position: relative;
	overflow: hidden; 
	margin-bottom: 2px;
	padding-right: 105px;
	text-align: right;
	color: #008ED4;
}
#my-basket .footer .totals div span.cost
{ 
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px; 
	color: #000000;
	text-align: left;
}
#my-basket .footer .totals div.total, #my-basket .footer .totals div.total span { color: #E73D96 }

#my-basket .continue-shopping { float: left; }
#my-basket .checkout { float: right; margin-right: 30px; }
	
	
/**********************************/
/*           MY ACCOUNT           */
/**********************************/
.my-account-menu { padding-top: 47px; background: url(../visual/side/my-account.png) top left no-repeat; }


/**********************************/
/*     MY ACCOUNT - ADDRESSES     */
/**********************************/
.no-js { display: none; }
.account-addresses
{ 
	margin-bottom: 2.5em;
	padding-bottom: 1.4em;
}
.account-addresses div.address
{
	clear: left;
	height: 2em;
	line-height: 2em;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}
.account-addresses div.address.red-highlight
{
	background: url(/assets/visual/red-highlight.png) top left repeat;
}
.account-addresses .head
{ 
	height: 1.5em; 
	border-bottom: 1px solid #B3DBEF;
	line-height: 1.5em;
}
.account-addresses .head span { font-weight: bold; }
.account-addresses span { float: left; text-align: left; }
.account-addresses span.name { width: 30%; }
.account-addresses span.address { width: 40%; }
.account-addresses span.default { width: 15%; text-align: center; }
.account-addresses span.action { width: 15%; position: relative; }
.account-addresses span.action a
{
	position: absolute;
	top: 3px;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -100px;
	background-position: top left;
	background-repeat: no-repeat;
}
.account-addresses span.action a.edit {	right: 30px; background-image: url(/assets/visual/my-account/edit-address.png); }
.account-addresses span.action a.delete { right: 0px; background-image: url(/assets/visual/my-account/delete-address.png); }

.account-addresses span.default a 
{ 
	display: block;
	position: relative;
	top: 4px;
	width: 16px; 
	height: 16px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -100px;
	background: url(/assets/visual/star.gif) top left no-repeat;
}
.account-addresses span.default a.default { background-position: 0px -32px; }
.account-addresses span.default img 
{ 
	position: relative; 
	top: -12px;
	left: 18px;
}

.account-addresses .none { padding: 15px 20px 5px; text-align: center; }
.account-addresses .clearer { clear: both; height: 0.5em; }

/**********************************/
/*       MY ACCOUNT - ORDERS      */
/**********************************/
#my-account-orders {}
#my-account-orders .order
{ 
	overflow: hidden;
	position: relative;
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#my-account-orders .order .info
{
	padding: 10px;
	background-color: #DBF3FB;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
}
#my-account-orders .order .checkout-info, #my-account-orders .order .delivery-info 
{ 
	clear: left; 
	float: left; 
	width: 230px;
	padding: 7px;
}
#my-account-orders .order .checkout-info b, #my-account-orders .order .delivery-info b, #my-account-orders .order .items b.title { display: block; margin-bottom: 0.3em; font-size: 1.2em; }

#my-account-orders .order .items
{
	float: right;
	width: 480px;
	padding: 7px 0px;
}
#my-account-orders .order .items ul li { margin-bottom: 0.3em; border-bottom: 1px solid #CCCCCC; padding-bottom: 0.2em; }
#my-account-orders .order .total 
{ 
	position: absolute; 
	top: 9px; 
	right: 8px; 
	font-size: 1.4em;
}
#my-account-orders .order .dispatch
{ 
	position: absolute; 
	bottom: 9px; 
	right: 8px; 
	font-size: 1.4em;
}

/**********************************/
/*            CHECKOUT            */
/**********************************/
#checkout .login { margin-bottom: 40px; }
#checkout .login .item { width: 40%; float: left; clear: none; }
#checkout .login .item label { width: 100px; }
#checkout .login .item input { width: 180px; }

#checkout .saved-address
{ 
	position: relative;
	margin: 0px 10px 2px;
	padding: 5px 32px;
	border: 2px solid #008ED4;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#checkout .saved-address input { position: absolute; top: 8px; left: 10px; }
#checkout .selected { border-color: #E73D96; }


/**********************************/
/*              SIDE              */
/**********************************/
#side { padding-top: 53px; background: url(../visual/side/products.png) top left no-repeat; }
#side ul.top-level
{ 
	margin-bottom: 20px;
	border-style: solid; 
	border-width: 3px 0px 2px; 
	border-color: #C7C7C7;
}
#side ul.top-level li a:hover { background-color: #DBF3FB; }
#side ul.top-level li a
{
	display: block;
	padding: 8px 6px 8px 22px;
	border-bottom: 1px solid #C7C7C7;
	background: url(../visual/side/arrow.jpg) 8px 50% no-repeat;
	color: #008FD4;
	font-size: 120%;
	font-weight: bold;
}
#side ul.top-level li.active > a { color: #E73E97; }
#side ul.top-level li.active ul, #side ul.top-level.auto-open li ul { display: block; }
#side ul.top-level li ul
{ 
	display: none; 
	margin: 0px; 
	padding: 0px;
	border-bottom: 1px solid #C7C7C7;
}
#side ul.top-level li ul li a
{ 
	padding: 1px 6px 1px 34px;
	background-position: 20px 50%;
	border-bottom: 0px;
	color: #5B5B5B;
	font-size: 100%;
	font-weight: normal;
}
#side a.img { display: block; margin-bottom: 20px; }

/**********************************/
/*            SITEMAP             */
/**********************************/
#sitemap { overflow: visible; width: 100%; }
#sitemap .shop { float: left; width: 50%; border-right: 1px solid #EEEEEE; }
#sitemap .shop a.category { font-size: 1.4em; font-weight: bold; }
#sitemap .shop a.subcategory { font-size: 1.2em; font-weight: bold; }
#sitemap .pages { float: right; width: 48%; }

/**********************************/
/*             FOOTER             */
/**********************************/
#foot
{
	position: absolute;
	bottom: 17px;
	left: 0px;
	width: 100%;
}
#foot .copyright
{
	position: relative; 
	float: left; 
	bottom: -8px;
	color: #FFFFFF;
}
#foot .links { position: relative; float: right; bottom: -9px; }
#foot .links a
{ 
	float: left;
	margin: 0px 12px;
	color: #FFFFFF; 
}
#foot .links a.skylightmedia { margin-right: 0px; }
#foot .links #skylightmedia { color: #a6a6a6; }

/**********************************/
/*             MODAL              */
/**********************************/
#modal { padding: 0px 10px 20px; line-height: 1.3em; /*background: #FFFFFF url(../visual/header-bg.jpg) repeat-x scroll 0 0;*/ }


