* {
	margin: 0;
	padding: 0;
}

a {
	color: #C34F8F;
}

a:hover {
	color: #D35F9F;
}

a img {
	border: none;
}

.clearboth {
	clear: both;
	font-size: 1px;
	height: 1px;
}

body {
	font-size: 80%;
	font-family: verdana, helvetica, arial;
	text-align: center;
	padding: 10px;
	background-color: #ffffff;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	text-align: left;
	position: relative;
}

/** HEADER **/

#header {
	width: 770px;
	height: 111px;
	background-image: url("/_template/imgv3/frame-top.gif");
	background-repeat: no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 25px;
}

#logo a img {
	border: none;
}

ul#tabs {
	position: absolute;
	top: 70px;
	right: 25px;
	list-style: none;
}

ul#tabs li {
	background-image: url('/_template/imgv3/tab-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 41px;
	width: 13ex;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

ul#tabs li a {
	background-image: url('/_template/imgv3/tab-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	color: #ffffff;
	font-size: 1.2em;
	font-family: "Century Gothic", Arial, Sans-Serif;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

ul#tabs li.current a {
	font-weight: bold;
}

/** FOOTER **/

#footer {
	width: 770px;
	background-image: url("/_template/imgv3/frame-bottom.gif");
	background-repeat: no-repeat;
	padding-top: 40px;
}

#footer p {
	margin-bottom: 10px;
	font-size: 0.8em;
	text-align: center;
}

#footer p a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#footer p a:hover {
	text-decoration: underline;
}

/** MAIN ***/

#main {
	width: 770px;
	background-image: url("/_template/imgv3/frame-mid.gif");
	background-repeat: repeat-y;
}

#main .mainwrapper1 {
	background-image: url("/_template/imgv3/frame-content-normal.gif");
	background-repeat: no-repeat;
	padding-top: 10px;
}

#main.gradient .mainwrapper1 {
	background-image: url("/_template/imgv3/frame-content-gradient.gif");
}

#col1 {
	width: 515px;
	float: right;
	margin-right: 20px;
}

#col2 {
	width: 201px;
	float: right;
	margin-right: 15px;
}

#fullwidthcol {
	margin-left: 25px;
	margin-right: 25px;
}

#fullwidthcol #textcontent h2 {
	margin-left: 0px;
	margin-right: 0px;
}

#fullwidthcol #textcontent p {
	margin-left: 0px;
	margin-right: 0px;
}

/** COL 2 STUFF */

#potm {
	margin-bottom: 10px;
}

#potm a img {
	border: none;
}

#basket {
	background-image: url("/_template/imgv3/basket-back.gif");
	width: 203px;
	height: 67px;
	margin-bottom: 10px;
	position: relative;
}

#basket #basketitems {
	position: absolute;
	top: 7px;
	left: 60px;
	font-weight: bold;
}

#basket #baskettotal {
	position: absolute;
	top: 22px;
	left: 60px;
	font-weight: bold;
}

#basket #basketview {
	position: absolute;
	top: 42px;
	right: 89px;
}

#basket #basketcheckout {
	position: absolute;
	top: 42px;
	right: 0px;
}

#emptybasket {
	margin-bottom: 10px;
}

#lozenges {
	width: 201px;
}
#lozenges a img {
	margin-bottom:10px;
}

#navigation {
	width: 201px;
	background-image: url("/_template/imgv3/nav-frame-mid.gif");
	margin-bottom:20px;
	/*font-size: 1.1em;*/
}
#navigation ul.first {
	background-image: url("/_template/imgv3/nav-frame-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	background-position: 0 13px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #EBC5DA;
	
	padding-top:7px;
	padding-left:35px;
	padding-bottom: 10px;	
}
#navigation ul li.helping-hands {
	background: url("/_template/imgv3/nav/helping-hands.gif") top left no-repeat;
}
#navigation ul li.lets-get-messy {
	background: url("/_template/imgv3/nav/messy.gif") top left no-repeat;
}
#navigation ul li.off-to-school {
	background: url("/_template/imgv3/nav/school.gif") top left no-repeat;
}
#navigation ul li.friends-to-tea {
	background: url("/_template/imgv3/nav/friends.gif") top left no-repeat;
}
#navigation ul li.quiet-time {
	background: url("/_template/imgv3/nav/quiet-time.gif") top left no-repeat;
}
#navigation ul li.doodle-dots {
	background: url("/_template/imgv3/nav/doodle-dots.gif") top left no-repeat;
}
#navigation ul li.pocket-money {
	background: url("/_template/imgv3/nav/pocket-money.gif") top left no-repeat;
}
#navigation ul li.party-time {
	background: url("/_template/imgv3/nav/party-time.gif") top left no-repeat;
}
#navigation ul li.tidy-up-time {
	background: url("/_template/imgv3/nav/tidy-up.gif") top left no-repeat;
}
#navigation ul li.my-friends {

	background: url("/_template/imgv3/nav/my-friends.gif") top left no-repeat;
}

#navigation ul li.selected {
	font-weight: bold;
	color: #B1176A;
}
#navigation ul li.selected ul li {
	padding:0;
	padding-top:8px;
	padding-left:10px;
	font-weight: normal;
	border: none;
	background: url("/_template/img/pink-arrow-right.gif") 0px 11px no-repeat;	
}

#navigation ul li a {
	color: #000000;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation ul li.selected ul li a {
	text-decoration: none;
}
#navigation ul li.selected ul li a:hover {
	text-decoration: underline;
}

#navigation ul li ul li.selected {
	color: #B1176A;
	font-weight:bold;	
}


/* navigation about section */
#navigation_about {
	width: 201px;
	background-image: url("/_template/imgv3/nav-frame-mid.gif");
	margin-bottom:20px;
	/*font-size: 1.1em;*/
}

#navigation_about ul.first {
	background-image: url("/_template/imgv3/nav-frame-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

#navigation_about ul {
	list-style: none;
}

#navigation_about ul li {
	padding:0;
	margin:0;
	padding-top:4px;
	padding-left:10px;
	padding-bottom:5px;
	background: url("/_template/img/pink-arrow-right.gif") 0px 8px no-repeat;	
	border-bottom: 1px solid #EBC5DA;	
}
#navigation_about ul li.selected {
	color: #B1176A;
	font-weight:bold;	
}
#navigation_about ul li a {
	color: #000000;
	text-decoration: none;
}

#navigation_about ul li a:hover {
	text-decoration: underline;
	color: #B1176A;
}




#subscribe {
	margin-top: 20px;
}

#subscribe a img {
	border: none;
}

/** COL 1 STUFF **/

a.largeimage img {
	border: none;
}

h1 {
	color: #000000;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 2em;
}
#left
{
	width:190px;
	margin-right:10px;
	float:left;
}
#left .button-zoom
{
	width:190px;
	margin-top:10px;
	margin-bottom:10px;	
	clear:both;
}
#right
{
	width:310px;
	float:left;
}
#textcontent p {
	margin: 10px;
	font-size: 0.9em;
}

#textcontent .introduction {
	font-weight: bold;
}

#textcontent li {
	margin-left: 20px;
}

#textcontent .right {
	float: right;
	margin: 10px;
	margin-right: 0;
}

#textcontent .left {
	float: left;
	margin: 10px;
	margin-left: 0;
}
#textcontent h2 {
	color: #B1176A;
	margin: 10px;
	font-weight: normal;
	font-size: 2em;
}

#right #textcontent
{
	border-bottom:2px solid #91B3D4;
}
#right #additionalHeader h2 {
	color: #B1176A;
	margin: 0 10px 10px 10px;
	font-weight: normal;
	font-size: 1.2em;
}
#right #textcontent h2 {
	color: #B1176A;
	margin: 10px;
	font-weight: normal;
	font-size: 2em;
}

#right #textcontent p {
	margin: 10px;
	font-size: 0.9em;
}

#right #textcontent .introduction {
	font-weight: bold;
}

#right #textcontent li {
	margin-left: 20px;
}

#right #textcontent .right {
	float: right;
	margin: 10px;
	margin-right: 0;
}

#right #textcontent .left {
	float: left;
	margin: 10px;
	margin-left: 0;
}

/** PAGE COLLECTION DISPLAYS **/

.smallpagecollection {
	margin-top: 10px;
}

.smallpagecollection h3 {
	background-color: #91B3D4;
	background-image: url("/_template/imgv3/decorative-header-blue.gif");
	background-repeat: no-repeat;
	font-weight: normal;
	width: 515px;
	height: 56px;
	overflow: hidden;
	font-size: 1.1em;
	margin-bottom: 20px;
}

.smallpagecollection h3 span {
	padding-top: 35px;
	padding-left: 30px;
	color: #ffffff;
	display: block
}

.smallpagecollection .page {
	width: 115px;
	text-align: center;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
}

.smallpagecollection .landing {
	width: 153px;
	text-align: left;
}

.smallpagecollection .landing span.price {
	display:block;
	margin-top:10px;
}

.smallpagecollection .page a {
	color: #346AC8;
}

.smallpagecollection .landing a {
	color: #C34F8F;
}

.smallpagecollection .page a img {
	border: none;
}

.largepagecollection {
	width: 515px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.largepagecollection .top {
	height: 10px;
	font-size: 1px;
	background-image: url("/_template/imgv3/soft-box-top.gif");
	background-repeat: no-repeat;
}

.largepagecollection .bottom {
	height: 10px;
	font-size: 1px;
	background-image: url("/_template/imgv3/soft-box-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.largepagecollection .mid {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url("/_template/imgv3/soft-box-back.gif");
	background-repeat: repeat-y;
}

/** CATEGORY COLLECTION DISPLAYS **/

.categorycollection .category {
	float: left;
	margin: 2px;
}

/** HOMEPAGE **/

#textcontent p#nicolasig {
	color: #B1176A;
	width: 150px;
	float: left;
}

#textcontent p#nicolasig img {
	display: block;
}

#textcontent p#indiasig {
	color: #B1176A;
	width: 65px;
	float: left;
	margin-left: 20px;
}

#textcontent p#indiasig img {
	display: block;
}

/** PRODUCT DETAIL PAGE **/

#producttitle {
	position: relative;
}

#producttitle h1 {
	width: 500px;
}

#producttitle .price {
	color: #B1176A;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	font-size: 2.3em;
}

#producttitle .price .label {
	display: none;
}

#stockstatus {
	margin-left: 10px;
	font-size: 0.9em;
}

#productimage {
	margin-bottom: 10px;
}
#productstock, #productstockbottom {
	height:45px;
	width:515px;
	margin-bottom: 20px;
	background:url("/_template/imgv3/bg-status.jpg") top left no-repeat;
}
#productstockbottom {
	margin-top:20px;
}

#productstock #stocklevel
{
	float:left;
	margin-top:6px;
	margin-left:5px;
}
#productstock #add a.add-basket {
	margin-top:5px;
	float:right;
	margin-right:6px;
}
#productstock #add span.price {
	font-size:1.8em;
	color:#B1176A;
	margin-top:8px;
	float:right;
	margin-right:10px;
	font-weight:bold;
}

#productdetails p {
	font-size: 0.9em;
	margin: 10px;
}
#productdetails #productinfo p
{
	color:#B1176A;
}
/** SHOPPING BASKET **/

#orderForm {
	clear: both;
}

#orderForm .mid {
	background-image: url("/_template/imgv3/large-box-mid.gif");
	background-repeat: repeat-y;
	padding: 10px;
}

#orderForm .top {
	background-image: url("/_template/imgv3/large-box-top.gif");
	background-repeat: no-repeat;
	height: 17px;
	font-size: 1px;
}

#orderForm .bottom {
	background-image: url("/_template/imgv3/large-box-bottom.gif");
	background-repeat: no-repeat;
	height: 17px;
	font-size: 1px;
}

#orderForm .mid input.text, #orderForm .mid select, #orderForm .mid textarea {
	border: 1px solid #ECD2E3;
}

#fullbasket {
	width: 100%;
}

#fullbasket th span {
	border-bottom: 3px solid #EC99AD;
	padding: 5px;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
}

#fullbasket th.quantity span {
	margin-left: 5px;
	margin-right: 5px;
}

#fullbasket td {
	padding: 10px;
}

#fullbasket tr.product td {
	border-bottom: 1px solid #EDD5E9;
}

#fullbasket {
	border-collapse: collapse;
}

#basketTotals .mid {
	background-image: url("/_template/imgv3/basket-totals-mid.gif");
	background-repeat: repeat-y;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#basketTotals .top {
	background-image: url("/_template/imgv3/basket-totals-top.gif");
	background-repeat: no-repeat;
	height: 10px;
	font-size: 1px;
}

#basketTotals .bottom {
	background-image: url("/_template/imgv3/basket-totals-bottom.gif");
	background-repeat: no-repeat;
	height: 10px;
	font-size: 1px;
}
	
#basketTotals {
	float: right;
	border-collapse: collapse;
	width: 227px;
	margin-top: 10px;
}

#basketTotals table {
	width: 100%;
}

#basketTotals table td, #basketTotals table th {
	padding: 5px;
	font-size: 0.9em;
}

#basketTotals table tr.total th {
	border-top: 1px solid #B1176A;
	text-align: right;
	font-size: 1em;
}

#basketTotals table tr.total th span {
	color: #B1176A;
	font-weight: normal;
}

p.basketBottomLink {
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url("/_template/imgv3/pink-arrow-right.gif");
	background-repeat: no-repeat;
	background-position: right 50%;
	text-align: right;
}

p.basketBottomLink a {
	color: #000000;
}

#basketAccept {
	margin-top: 20px;
}

/** CHECKOUT **/

#crumb {
	clear: both;
	margin-bottom: 10px;
}

#crumb ul {
	list-style: none;
}

#crumb ul li {
	float: left;
	margin-left: 10px;
}

#crumb ul li strong {
	color: #B1176A;
}

th.label {
	color: #B1176A;
	font-size: 1.2em;
	font-weight: normal;
	width: 15ex;
	padding: 5px;
	vertical-align: top;
}

#orderForm.checkout td {
	vertical-align: top;
	padding: 5px;
}

#orderForm.checkout .mid {
	padding-left: 40px;
	padding-right: 40px;
}

#orderForm.checkout p {
	margin-top: 20px;
	margin-bottom: 10px;
}

#orderForm.checkout #basketTotals .mid {
	padding-left: 10px;
	padding-right: 10px;
}

#orderForm.checkout input.next {
	float: right;
}

#orderSummary {
	width: 100%;
	border-collapse: collapse;
}

#orderSummary th span {
	border-bottom: 3px solid #EC99AD;
	padding: 5px;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
}

#orderSummary th.quantity span {
	margin-left: 5px;
	margin-right: 5px;
}

#orderSummary td {
	padding: 10px;
}

#orderSummary tr.product td {
	border-bottom: 1px solid #EDD5E9;
}

#orderForm h2 {
	font-size: 1.2em;
	color: #B1176A;
	font-weight: normal;
}

#abandon input {
	float: left;
}

#abandon {
	margin-top: 10px;
}

/** CONTACT FORM **/

#contactForm td {
	vertical-align: top;
	padding: 5px;
}

#contactForm input.text, #contactForm select, #contactForm textarea {
	border: 1px solid #ECD2E3;
}

p.lineabove {
	padding-top: 10px;
	border-top: 1px solid #EBC5DA;
}

/** PAGINATION **/

p.paging {
	position: relative;
	font-size: 1.2em;
	height: 32px;
	overflow: hidden;
	padding: 13px;
	padding-bottom: 0;
	/*background-image: url("/_template/imgv3/pagination.gif");
	background-repeat: no-repeat;*/
	/* Above CSS removed for the landing page pagination*/
}

p.paging .totalitems {
	color: #B1176A;
}

p.paging .pageselector {
	position: absolute;
	right: 13px;
	top: 13px;
}

p.paging .decor {
	color: #B1176A;
}

p.paging a {
	color:#000;
	text-decoration: none;
}

p.paging a:hover {
	text-decoration: underline;
	color:#000;
}
/** SOFT BOX **/

.softbox {
	background-image: url("/_template/imgv3/soft-box-back.gif");
	background-repeat: repeat-y;
	width: 515px;
	float: left;
}

.softbox .softboxwrapper1 {
	background-image: url("/_template/imgv3/soft-box-top.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.softbox .softboxwrapper2 {
	background-image: url("/_template/imgv3/soft-box-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 20px;
}

h2.softboxtab {
	background-image: url("/_template/imgv3/box-tab-right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	clear: both;
	font-size: 1.1em;
}

h2.softboxtab span {
	background-image: url("/_template/imgv3/box-tab-left.gif");
	background-repeat: no-repeat;
	display: block;
	line-height: 38px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}
/** PRODUCT ZOOM **/
p.backtoproduct
{float:right;}
#theProduct
{
	width:500px;
	float:left;
}
#otherimages
{
	width:190px;
	float:left;
	margin-left:20px;
}
#otherimages #content
{
	background:url("/_template/imgv3/thumbnails-bg.gif");
	padding-left:20px;
	padding-right:20px;	
}
/** PRODUCT SEARCH **/



#productsearch {
	float: right;
	width: 259px;
	background-image: url("/_template/imgv3/product-search-back.gif");
	background-repeat: repeat-y;
}

#productsearch input {
	float: left;
}

#productsearch input.text{
	width: 178px;
	border: none;
	background-image: url("/_template/imgv3/product-search-text-back.gif");
	background-repeat: repeat-x;
	height: 26px;
	padding-left: 10px;
	padding-top: 5px;
	overflow: hidden;
}

#productsearch .productsearchwrapper1 {
	background-image: url("/_template/imgv3/product-search-top.gif");
	background-repeat: no-repeat;
}

#productsearch .productsearchwrapper2 {
	background-image: url("/_template/imgv3/product-search-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 17px;
}

#productsearch h2 {
	font-weight: normal;
	font-size: 1.3em;
}

#productsearch p {
	margin-bottom: 10px;
	margin-top: 5px;
}

/** PRODUCT MAIN SECTION PAGE: GENDER **/

.gendertype {
	float: left;
	width: 120px;
	text-align: center;
}
