/*======================================
      WELCOME TO THE STYLESHEET
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- baby blue		#e1f2f6
- pink			#DE75AE
- purple		#6A4588
- dark aqua		#008290
- light blue	#6BBCCF
- orange		#FFBD1E
\**************************************/

/**************************************/
/*              GLOBALS               */
/**************************************/
body
{
	background: url(/assets/visual/page-repeat.jpg) #DFB4D2 top left repeat-x;
	text-align: center;
}
a { color: #DE75AE; }
#site-wrapper
{
	width: 969px;
	margin: 0 auto;
	background-color: #BBBBBB;
}
#site-wrapper-inner
{
	position: relative;
	overflow: auto;
	width: 964px;
	margin: 0 auto;
	padding: 0px 0px 10px;
	background: url(/assets/visual/content-repeat.gif) -1px -1px repeat;
	text-align: left;
}
#site-wrapper-inner .inner 
{ 
	position: absolute; 
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 656px;
	background: url(/assets/visual/page-gradient.jpg) 0px 2px repeat-x;
}
#site-wrapper-inner form { overflow: auto; }
#site-wrapper-inner form, #site-head, #site-left-nav, #site-footer, #site-content-wrapper
{	
	position: relative; 
	z-index: 2;
}
/**************************************/
/*              HEADER                */
/**************************************/
#site-head
{
	position: relative;
	padding: 0px 12px;
	margin-bottom: 15px;
	background: url(/assets/visual/head-bg-repeat.jpg) top left no-repeat;
}
#site-head img#logo { padding: 10px 0px; }
#site-head .more 
{ 
	position: absolute;
	top: 10px;
	right: 13px;
	width: 460px;
}
#site-head .more .basket, #site-head .more .contact { float: right; }
#site-head .more a.basket
{
	float: right;
	margin-right: 10px;
	padding-left: 25px;
	background: url(/assets/visual/basket-mini.gif) 3px 3px no-repeat;
	font-weight: bold;
	text-decoration: underline;	
	color: #B9508A;
}
#site-head .more span { float: right; }
#site-head .more div.contact
{	
	margin-left: 20px;
	padding-left: 15px;
	background: url(/assets/visual/contact-mini.gif) 3px 2px no-repeat;
}
#site-head .more .strapline 
{ 
	display: block; 
	clear: right; 
	margin-top: 60px;
}
#site-top-nav
{
	margin-top: 10px;
}
#site-top-nav ul 
{
	overflow: hidden;
	height: 42px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*background: url(/assets/visual/nav/bg-repeat.gif) transparent 0px 2px repeat-x;*/
}
#site-top-nav ul li 
{ 
	float: left; 
	height: 100%;
	width: 188px;
	/*background: url(/assets/visual/nav/item-seperator.gif) 0px 10px no-repeat;*/
	text-align: center;
}
#site-top-nav ul li:first-child { background: none; }
#site-top-nav ul li.how-to-order
{ 
	/*width: 24%;*/
}
#site-top-nav ul li a 
{ 
	display: block;
	height: 100%;
	margin: 0px auto;
	background: url(/assets/visual/nav/menu-items.png) top left no-repeat;
	text-align: center;
	text-indent: -9000px;
	white-space: nowrap;
}
#site-top-nav ul li a#menu-home { background-position: -2px -1px; }
#site-top-nav ul li a#menu-shop { background-position: -190px -1px; }
#site-top-nav ul li a#menu-about { background-position: -378px -1px; }
#site-top-nav ul li a#menu-order { background-position: -566px -1px; }
#site-top-nav ul li a#menu-contact { background-position: -754px -1px; }

#site-top-nav ul li.active{}
#site-top-nav ul li.active a#menu-home { background-position: -2px -43px; }
#site-top-nav ul li.active a#menu-shop { background-position: -190px -43px; }
#site-top-nav ul li.active a#menu-about { background-position: -378px -43px; }
#site-top-nav ul li.active a#menu-order { background-position: -566px -43px; }
#site-top-nav ul li.active a#menu-contact { background-position: -754px -43px; }

/**************************************/
/*          LEFT NAVIGATION			  */
/**************************************/
#site-left-nav 
{ 
	float: left;
	width: 200px;
	margin-left: 13px;
	background: url(/assets/visual/left-nav/bg-repeat.gif) #FFFFFF top left repeat-x;
}
#site-left-nav h1 
{ 
	margin: 0;
	padding: 8px;
	color: #6A4588;
	font-size: 1.2em;
	font-weight: bold;
}
#site-left-nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#site-left-nav ul li
{ 
	margin-bottom: 2px; 
	padding: 4px 0px;
	background-color: #FFFFFF;
}
#site-left-nav ul li a 
{ 
	display: block;
	padding: 4px 8px; 
	color: #6A4588;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
#site-left-nav ul li.active a { font-weight: bold; }
#site-left-nav ul li.active ul { display: block; }
#site-left-nav ul li ul { display: none; padding-bottom: 8px; }
#site-left-nav ul li ul li { padding: 1px 10px 1px 0px; }
#site-left-nav ul li ul li.active { background-color: #DAF3F8; }
#site-left-nav ul li.active ul li a
{
	display: block;
	padding: 2px 10px 2px 5px;
	background: url(/assets/visual/left-nav/sub-item-link.gif) 100% 65% no-repeat;
	color: #666666;
	font-weight: normal;
	text-align: right;
	line-height: 1em;
}
#site-left-nav ul li ul li a { font-size: 1em; }
#site-left-nav form { margin: 8px; }
#site-left-nav form div
{
	position: relative;
	height: 22px;
	max-height: 22px;
	border: 1px solid #BEC0BF;	
}
#site-left-nav form div input.search-but
{
	position: absolute;
	top: 0px;
	right: 0px
}
#site-left-nav form div input.search-box
{ 
	width: 150px;
	border: 0px; 
	padding: 4px; 
	color: #666666;
	font-size: 0.9em;
}
#site-left-nav img.protx
{
	display: block;
	width: 144px;
	margin: 30px auto 15px;
}
#site-left-nav #tablets { text-align: center; margin-bottom: 10px; }

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#site-content-wrapper
{
	float: right;
	width: 730px;
	margin-right: 13px;
}

#site-content-wrapper .site-content
{
	padding: 30px 25px 20px;
	/*background: url(/assets/visual/content-bg.gif) #FFFFFF top left repeat-x;*/
	background: #DEF3F8;
}
#site-content-wrapper .site-content h1 
{ 
	position: relative;
	height: 28px;
	color: #008290; 
	font-weight: bold;
}
#site-content-wrapper .site-content h1 div.corner 
{ 
	position: absolute; 
	width: 10px;
	height: 10px;
	background: url(/assets/visual/title-corners.png) top left no-repeat;
}
#site-content-wrapper .site-content h1 div.corner.tl { top: 0px; left: 0px; background-position: 0px 0px; }
#site-content-wrapper .site-content h1 div.corner.tr { top: 0px; right: 0px; background-position: -10px 0px; }
#site-content-wrapper .site-content h1 div.corner.bl { bottom: 0px; left: 0px; background-position: 0px -10px; }
#site-content-wrapper .site-content h1 div.corner.br { bottom: 0px; right: 0px; background-position: -10px -10px; }
#site-content-wrapper .site-content h1 div.corner.right
{ 
	position: absolute; 
	width: 28px;
	height: 56px;
	top: 0px;
	right: 0px;
	background: url(/assets/visual/heading-arrow-overlay.png) top left no-repeat;
}
#site-content-wrapper .site-content h1 div.overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/assets/visual/heading-overlay.png) top left no-repeat;
}
/**************************************/
/*           INDEX SCROLLER           */
/**************************************/
#scroller
{
	position: relative;
	width: 100%;
	height: 231px;
	overflow: hidden;
	padding: 2px 0px;
	background-color: #6A4588;
}
#scroller-foot
{
	position: absolute;
	width: 100%;
	height: 48px;
	bottom: 2px;
	left: 0px;
	z-index: 1;
	background-color: #DE77AF;
}
.jcarousel-skin-tango .jcarousel-item 
{
	overflow: hidden;
	text-align: center;
	background: url(/assets/visual/scroller/products.png) top left no-repeat;
}
.jcarousel-skin-tango .jcarousel-item a { display: block; line-height: 450px; color: #DE75AE; }
.jcarousel-item#baby-room { background-position: 0px 0px; }
.jcarousel-item#activity { background-position: -180px 0px; }
.jcarousel-item#sleep-time { background-position: -360px 0px; }
.jcarousel-item#soft-play { background-position: -540px 0px; }
.jcarousel-item#mats { background-position: -720px 0px; }
.jcarousel-item#fitted { background-position: -900px 0px; }
.jcarousel-item#emergency { background-position: -1080px 0px; }
/*
#scoller-inner
{
	height: 231px;
	background: url(/assets/visual/scroller/background.png) top left repeat-x;
}
#scroller-foot
{
	position: absolute;
	width: 100%;
	height: 48px;
	bottom: 2px;
	left: 0px;
	background-color: #DE77AF;
}
#scroller-content
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
}
#scroller-content a
{
	float: left;
	display: block;
	margin: 10px 15px 0px;
	background-color: #EEEEEE;
}
#scroller-content a img 
{ 
	display: block;
	width: 190px;
	height: 190px;
}*/

/**************************************/
/*           PRODUCTS LIST            */
/**************************************/
#products { overflow: auto; height: 100%; }
#products .crumb
{
	position: relative;
	top: -18px;
	left: -10px;
	font-size: 0.9em;
}
#products .crumb a { color: #676863; }
#products .crumb span { color: #9FA0A2; }
#site-content-wrapper .site-content#products h1 
{
	padding: 14px 20px;
	background-color: #FFBD1E;
	color: #FFFFFF;
}
#products .content { margin-top: 15px; }
#products .item 
{ 
	float: left;
	width: 172px;/*50%;*/
	height: 200px;/*128px;*/
	margin: 0px 80px 50px 0px;
	font-size: 1em;
	text-align: center;
}
#products .item.lastinrow { margin-right: 0px; }
#products .item a
{
	position: relative;
	display: block;
	width: 172px;
	height: 172px;
}
#products .item a:hover { text-decoration: none; color: #000000; }
#products .item a img { width: 100%; /*float: left;*/ }
#products .item a span.overlay
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/assets/visual/square-overlay.gif) top left no-repeat;
}
#products .item a span.detail
{ 
	display: block;
	/*float: left; 
	width: 185px;
	margin: 4px 0px 10px 13px;*/
	margin-top: 5px;
	color: #666666;
}
#products .item a span.detail span 
{
	display: block;
	color: #DE75AE;/*#6A4588;*/
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	line-height: 1.2em;
}
#products .item a span.detail em { display: none; }
#products .item a span.detail .view
{
	display: none;
	position: absolute;
	bottom: -2px;
	left: 140px;
	width: 98px;
	height: 24px;
	background: url(/assets/visual/product-view.jpg) top left no-repeat;
}

#products-list .item 
{ 
	float: left;
	width: 50%;
	height: 128px;
	margin: 0px 0px 30px 0px;
	font-size: 1em;
	text-align: center;
}
#products-list .item.lastinrow { margin-right: 0px; }
#products-list .item a
{
	position: relative;
	display: block;
	width: 100%;
	height: 128px;
}
#products-list .item a:hover { text-decoration: none; color: #000000; }
#products-list .item a img { float: left; width: 128px; }
#products-list .item a span.overlay
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/assets/visual/square-overlay-small.gif) top left no-repeat;
}
#products-list .item a span.detail
{ 
	display: block;
	float: left; 
	width: 185px;
	margin: 4px 0px 10px 13px;
	margin-top: 5px;
	color: #666666;
	text-align: left;
}
#products-list .item a span.detail span 
{
	display: block;
	color: #823A7C;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}
#products-list .item a span.detail em { margin-top: 3px; display: block; font-style: normal; font-size: 0.9em }
#products-list .item a span.detail .view
{
	display: block;
	position: absolute;
	bottom: -2px;
	left: 218px;
	width: 98px;
	height: 24px;
	background: url(/assets/visual/product-view.jpg) top left no-repeat;
}
/**************************************/
/*               PRODUCT              */
/**************************************/
#product 
{ 
	position: relative;
	height: 100%; 
	margin: 20px 0px; /* 30px 20px;*/
	font-size: 0.9em; 
}
#product .print-page 
{ 
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}
#product .images /*, #product .product-detail */
{ 
	z-index: 2;
	overflow: auto;
	height: 100%;
	float: left; 
	width: 40%;
	padding: 20px 20px 0px;
}
#product .images a.main
{ 
	display: block;
	position: relative;
	width: 243px;
	height: 243px;
	margin-bottom: 18px;
	font-size: 0.9em;
}
#product .images a.main span.overlay
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/assets/visual/square-overlay-large.gif) top left no-repeat;
}
#product .images .zoom 
{ 
	float: left; 
	padding-left: 20px;
	background:url(/assets/visual/product-zoom.gif) 0px 1px no-repeat;
	text-decoration: underline;
}
#product .images .additional 
{ 
	float: right; 
	margin-right: 100px;
}
#product .images .additional a { text-decoration: underline; }
#product .dotted-border { border-top: 1px dotted #DE75AE; }
#product .product-detail 
{ 
	/*position: relative;*/
	padding: 20px 20px 30px;
	background: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#product .product-detail .spec 
{ 
	position: relative;
	overflow: auto;
	height: 100%;
	padding: 15px 0px;
}
#product .product-detail .spec.no-padding { padding: 0px; }
#product .product-detail .spec div.quantity, #product .product-detail .spec div.size, #product .product-detail .spec div.colour
{
	margin-bottom: 6px;
}
#product .product-detail .spec span
{
	float: left;
	width: 50px;
}
#product .product-detail .spec span.error { float: none; width: auto; }
#product .product-detail .spec em 
{ 
	color: #DE75AE;
	font-weight: bold;
	font-style: normal;
	font-size: 1.3em;
}
#product .product-detail .spec em.was { text-decoration: line-through; }
#product .product-detail .spec em.sale { display: block; margin-left: 50px; }
#product .product-detail .spec em.trade { display: block; margin-left: 50px; font-size: 1.5em; color: #CC0000; }
#product .product-detail .spec div.totalcosts { margin-top: 10px; padding: 10px 0 0px; }
#product .product-detail .spec div.totalcosts div.total { margin-top: 5px; }
#product .product-detail .spec div.totalcosts div.total em.total
{ 
	color: #FF0000;
	font-size: 1.6em; 
}
#product .product-detail .spec div.totalcosts input
{
	position: absolute;
	right: 0px;
	bottom: 12px;
}
#product .related 
{ 
	overflow: auto;
	height: 100%;
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
}
#product .related .items 
{ 
	/*float: left;
	width: 60%; */
	font-size: 1.1em;
}
#product .related .items h2 { color: #823A7C; }
/*#product .related .items .item { float: none; width: 100%; }*/
#product .related .items .item span.detail { width: 175px; }
#product .related #tablets { text-align: right; }

#added-to-basket { overflow: auto; height: 100%; }

/**************************************/
/*               BASKET               */
/**************************************/
#basket .promo-code 
{ 
	margin-bottom: 20px;
	color: #777777; 
}
#basket .promo-code h1 
{ 
	margin-bottom: 5px;
	color: #DE75AE; 
}
#basket .promo-code input { margin-top: 5px; }
#basket .promo-code input[type=text]
{ 
	padding: 2px 3px;
	border: 1px solid #CCCCCC;
}
#basket div.delivery { color: #777777; }
#basket div.delivery h1
{ 
	margin-bottom: 5px;
	color: #6A4588; 
}
#basket div.delivery select 
{ 
	margin-top: 10px; 
	padding: 2px 3px;
	border: 1px solid #CCCCCC;
}

#basket { overflow: auto; height: 100%; }
#basket table { width: 100%; }
#basket table tr th
{
	background-color: #6A4588;
	color: #FFFFFF;
	font-weight: bold;
}
#basket table tr.item { background-color: #FFFFFF; color: #999999; }
#basket table tr.item:hover td { border-color: #CCCCCC; }
#basket table tr th, #basket table tr td 
{ 
	padding: 3px 5px; 
	border-bottom: 1px solid #DEF3F8;
	text-align: left;
	vertical-align: middle;
}
#basket table tr.item td { padding: 10px }
#basket table tr td div a 
{ 
	position: relative; 
	display: block; 
}
#basket table tr td div a img 
{ 
	float: left; 
	margin-right: 5px; 
}
#basket table tr td div a span 
{ 
	display: block; 
	padding-top: 40px; 
}
#basket table tr td div a span.overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 128px;
	height: 128px;
	background: transparent url(/assets/visual/square-overlay-small-white.gif) no-repeat scroll left top;
}
#basket table tr.discount { color: #DE75AE; }
#basket table tr td.vat { color: #999999; }
#basket table tr.total { background-color: #FFFFFF; color: #6A4588; }
#basket table tr td a { color: #6A4588; }
#basket td#promo-code { padding-top: 20px; text-align: left; }
#basket .btnsubmit { float: right; margin-top: 15px; }

/**************************************/
/*              CHECKOUT              */
/**************************************/
 #checkout { overflow: auto; height: 100%; }
.divAddress label {display:block; margin:5px; vertical-align:middle;}
.divAddress label span.item {display:block; margin-top:3px; float:left; width:140px; }
.divAddress input 
{
	width:200px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: 100%;
}
.checkbox input {width:20px;}
.divAddress textarea {width:230px;}
.divAddress input.submit {width:auto; margin-left:145px;}
#added-to-basket .btnsubmit, #basket .btnsubmit, #checkout .btnsubmit
{ 
	width: 184px;
	height: 37px;
	float: right;
	cursor: pointer;
	border: 1px solid #6A4588;
	background: url(/assets/visual/checkout/checkout-button.jpg) top left repeat; 
	color: #FFFFFF;
	font-size: 90%; 	
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}
/**************************************/
/*               FOOTER               */
/**************************************/
#site-footer
{
	position: relative;
	clear: both;
	margin: 10px 13px 0px;
	padding: 7px 12px;
	background-color: #008290;
	color: #6BBCCF;
	font-size: 0.9em;
}
#site-footer .links
{
	position: absolute;
	top: 7px;
	right: 12px;
}
#site-footer .links a 
{ 
	color: #FFFFFF; 
	padding: 0px 5px;
}
#site-footer .links a#skylight { color: #6BBCCF; }


/* ************ On page alert boxes ************** */
.action-message 
{ 
	margin: 5px 2px 7px; 
	padding: 5px 7px; 
	font-weight: bold; 
}
.action-message-error { background: #FBE3E4; color: #8a1f11; border:1px solid #C1797C; }
.action-message-notice { background: #FFF6BF; color: #514721; border:1px solid #FFD324; }
.action-message-success { background: #EDF7FF; color: #264409; border:1px solid #CEEAFF; }
/* ////////////// On page alert boxes ////////////// */
