/***************************************************************
Catalogue CSS for Smiggle :: Davide L Rizzo :: Created 04/06/08
***************************************************************/

.catalogue h1 .separator {
	color: #CCC;
	font-size: 80%;
	margin: 0.2em;
}


/* Bazaarvoice *TEMP* - try to get BV to implement this themselves
*****************************************************************/
.BVRRRatingSummaryLinks, .BVRRRatingsHistogramButton { clear:none !important; }
#BVCustomerRatings { width:198px !important; _width:190px !important; clear:none !important; margin:0 !important; }
#BVRRQuickTakeSectionID, #BVRRDisplayContentID { margin:0 auto !important; }
#BVRLPLinkContainer { display:none !important; }

/* Thumbnail view
***************************/

.thumblist {
	margin: 0 0 0 178px;
	*margin-left: 170px;
	_margin-left: 160px;
	width: 610px;
	*width: 613px;
}

.thumblist .thumb {
	height: 214px;
	width: 187px;
	margin: 1em 0 1.6em 0.9em;
	padding: 0;
	display: block;
	float: left;
	cursor: pointer;
	color: white;
	text-align: left;
	background: white url(/images/Catalog/thumb_frame.gif) no-repeat;
	border: solid 1px #ccc;
	border-radius: 10px; behavior: url(/css/ie-css3.htc); -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.thumblist .thumb img {
	margin: 30px 0 0 45px;
	width: 100px;
	height: 100px;
	background: #EEE;
	display: block;
}

.thumblist .thumb .price {
	color: black;
	margin: 5px 28px 0 0;
	font-size: 90%;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}

.thumblist .thumb .name {
	width: 133px;
	text-align: left;
	margin: 38px 0 0 6px;
	padding: 9px 9px 9px 45px;
	font-weight: bold;
	color: white;
	background: #4dc5e2;
	border: solid 1px #CCC;
	text-decoration: underline;
	border-radius: 10px; behavior: url(/css/ie-css3.htc); -moz-border-radius: 10px; -webkit-border-radius: 10px;
	position: absolute;
	z-index: 2;
}
.thumblist a.thumb:hover .name { text-decoration: none; background-color: #5fd3ef; }

.thumblist .thumb img.icon {
	margin: 40px 0 0 8px;
	width: 48px;
	height: 48px;
	background: none;
	display: block;
	position: absolute;
	z-index: 3;
}


#content2.rating {
	margin-left: 200px !important;
	-moz-margin-left: 200px;
	margin-left: 200px;
	margin-top: -75px !important;
	-moz-margin-top: -75px;
	margin-top: -50px;
}


/* Product View
***************************/

#content.product {
	min-height: 510px;
	_height: 460px;

}

.product-image {
	width: 341px;
	min-height: 378px;
	position: relative;
	float: left;
	/*border: solid 1px blue;*/
}

.product-image .frame {
	width: 341px;
	height: 378px;
	left:0;
	position: absolute;
	z-index:30;
}

.product-image .m-image {
	width: 300px;
	height: 300px;
	background: #EEE;
	position: relative;
	margin-top: 25px;
	margin-left: 25px;
	z-index:10;
}

.alternate-view { margin:60px 0 10px; _margin-bottom:0; position:relative; display:block; }
.alternate-view h2 { color:#888; font-size:11px; }
.alternate-view h2 span { color:#999; font-weight:normal; }
.alternate-view ul { list-style:none;  padding:0; }
.alternate-view li {  float:left; margin:2px 10px 0 0; }
.alternate-view a { border:solid 1px #ddd; display:block;
	-webkit-transition: border-color 0.1s linear;
	-moz-transition: border-color 0.1s linear;
	-o-transition: border-color 0.1s linear;
	-ms-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;


}
.alternate-view a:hover { border-color:#999;
	-webkit-transition: border-color 0.1s linear;
	-moz-transition: border-color 0.1s linear;
	-o-transition: border-color 0.1s linear;
	-ms-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
}
.alt-image-holder { background:#fff; display:none; height:300px; left:25px; position:absolute; top:25px; width:300px; z-index:20; }
.alt-image-holder .loader { left:134px; position:absolute; top:134px; }

.product-details {
	width: 200px;
	*width: 192px;
	margin: 20px 0 40px 350px;
	-moz-margin: 20px 0 -50px 350px;
}


.button, .button imput, .button a  {
	width: 180px !important;
	margin-left: 0 !important;
}
.button .background { border:none !important; }
#addtobag{ background-image: url(/images/misc/icon_bag.png); }
.button.addtobag{ margin-top: 10px; }
#addtowishlist { background-image: url(/images/misc/icon_wishlist.png); }
.button.addtowishlist { margin-bottom: 20px; }


.Ratings.CustRatings { 	
	position:relative;
	-moz-right:25px;
	-moz-top:-100px;
	right:25px;
	top: -125px;
}

	


/* Share with friends */




#content.product { border-top-right-radius: 0; -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; }
#content.product .share {}
.share {
	margin: -60px -20px 0 409px; 
	padding: 6px 16px 35px 16px;
	*padding-bottom: 38px;
	border: none;
	border-right: solid 1px #CCC;
	background: white;
	border-radius: 10px; behavior: url(/css/ie-css3.htc); -moz-border-radius: 10px; -webkit-border-radius: 10px;
	position: relative;
	z-index: 1;
	border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0;
}



.share strong { 
	color: black;
	display: inline-block;
	
}
.share a { 
	width: 23px;
	height: 23px;
	display: inline-block;
	border: none;
	margin: 1px;
	padding: 0;
	position: relative;
	margin-bottom: -5px;
}
.share a img {
	width: 23px;
	height: 23px;
	position: absolute;
}
.share a.facebook { background: url(/images/misc/icon_facebook.gif) top left no-repeat; }
.share a.twitter { background: url(/images/misc/icon_twitter.gif) top left no-repeat; }
.share a:hover {
	background-position: 0 -23px;
}



/* Related products  */

#related-product {
	width: 585px;
	margin: 40px 0 0 190px;
	*margin-right: 200px;
	_margin-left: 185px;
}

#related-product .related-title {
	position: relative;
}
#related-product .related-title img {
	position: absolute;
	right: 10px;
	top: -20px;
}
#related-product .related-title h2 {
	width: 350px;
	margin: -70px 0 0.6em 200px;
	padding: 0.8em 1.2em;
	font-size: 140%;
	text-align: left;
	font-weight: normal;
	color: white;
	background: #4dc5e2;
	border: solid 1px #CCC;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	z-index: 1;
}

#related-product a {
	display: block;
	float: right;
	width: 100px;
	margin: -20px 2px 0 0;
	padding: 8px 10px;
	background: white;
	text-decoration: none;
	font-size: 90%;
	border: solid 1px #ededed;
	border-radius: 10px; behavior: url(/css/ie-css3.htc); -moz-border-radius: 10px; -webkit-border-radius: 10px;
	z-index: 0;
}
#related-product a.last-child { margin-right: 0; }

#related-product a img { width: 100px; height: 100px; background: #CCC; }
#related-product a .name{
	text-decoration: underline;
	font-weight: bold;
	padding: 0 0 0.3em 0;
	min-height: 2.6em;
	_height: 2.6em;
}
#related-product a:hover .name{ text-decoration:none; }

#related-product a .price{
	padding: 0 0 5px 0;
}






/* Search
******************************************************************/
body.search .product-nav.search { min-height: 0px; padding-top: 20px; }
body.search .product-nav.search h2 { height:auto; font-size: 130%; margin: 12px 0; }
body.search .product-nav.search ul.product-categories { margin-top: 0; }
body.search .product-nav.search ul.product-categories li a{ padding-left: 0; }
body.search .product-nav.search ul.product-categories li ul { display: block; }
body.search .product-nav.search ul.product-categories li ul li a{ padding-left: 15px; background-position: 6px 5px !important; }


body.search #content h1,
body.search .thumblist .thumb .name { background: #b50937; border-color: #94052b; }

body.search #content h2 { border-bottom: dashed 1px #c396a2; padding-bottom:0.2em; margin-bottom: 0.5em; }
body.search #content h2 a { color: #4dc5e2 !important; }

body.search #content p a { color: #4dc5e2; }

body.search .thumblist {
	margin: 0;
	min-height: 260px;
	_width: 550px;
}
body.search .thumblist .thumb {
	width: 180px;
	margin: 10px 0 15px 0;
	border: none;
	border-radius: 0px; behavior: none; -moz-border-radius: 0px; -webkit-border-radius: 0px;
}
body.search .thumblist .thumb .name {
	width: 120px;
	margin: 22px 0 0 10px;
	padding: 9px 9px 9px 45px;
	color: white;
}
body.search .thumblist .thumb img.icon {
	margin-top: 25px;
}

body.search .nav-label { 
	font-weight: bold;
	display: inline;
	margin: 0 10px 0 30px;
	*float: left;
}

body.search img.separator { margin-top:20px; }

body.search .button  { margin-bottom: -20px; *float: left; *padding-left: 10px; }
body.search .button .least { background-image: url(/images/misc/icon_least.png); }
body.search .button .most { background-image: url(/images/misc/icon_most.png); }
body.search .button .bypages { background-image: url(/images/misc/icon_page.png); }

body.search .button .viewall { background-image: url(/images/misc/icon_viewall.png); }
body.search .button.viewall,
body.search .button.viewall input,
body.search .button.viewall .background { width:140px !important; }

body.search .button.least,
body.search .button.least input,
body.search .button.least .background { *width:190px !important; }


body.search .button .prev { background-image: url(/images/misc/icon_prev.png); }
body.search .button.prev,
body.search .button.prev input,
body.search .button.prev .background { width:120px !important; }

body.search .button .next { background-image: url(/images/misc/icon_next.png); }
body.search .button.next,
body.search .button.next input,
body.search .button.next .background { width:120px !important; }





/* custom category background colours (nav colours in navs.css)
*****************************************************************/

/* background colours */
body.paper .thumblist .thumb .name, body.desk .thumblist .thumb .name, body.party .thumblist .thumb .name,
body.paper .button .background, body.desk .button .background, body.party .button .background,
body.paper h1, body.desk h1, body.party h1, body.craversaver h1,
body.paper #related-product h2, body.desk #related-product h2, body.party #related-product h2
{ background-color: #e51d9b; } /* pink */

body.write .thumblist .thumb .name, body.organise .thumblist .thumb .name, body.giftpacks .thumblist .thumb .name,
body.write .button .background, body.organise .button .background, body.giftpacks .button .background,
body.write h1, body.organise h1, body.giftpacks h1,
body.write #related-product h2, body.organise #related-product h2, body.giftpacks #related-product h2
{ background-color: #9b2c98; }  /* purple */

body.erase .thumblist .thumb .name, body.tech .thumblist .thumb .name, body.giftcards .thumblist .thumb .name,
body.erase .button .background, body.tech .button .background, body.giftcards .button .background,
body.erase h1, body.tech h1, body.giftcards h1,
body.erase #related-product h2, body.tech #related-product h2, body.giftcards #related-product h2
{ background-color: #0078ca; } /* blue */

body.stick .thumblist .thumb .name, body.school .thumblist .thumb .name, body.skins .thumblist .thumb .name,
body.stick .button .background, body.school .button .background, body.skins .button .background,
body.stick h1, body.school h1, body.skins h1,
body.stick #related-product h2, body.school #related-product h2, body.skins #related-product h2
{ background-color: #00b84f; } /* green */


/* border colours 
body.paper h1, body.desk h1, body.party h1, body.craversaver h1 { border-color: #c91285; } / pink /
body.write h1, body.organise h1, body.giftpacks h1 { border-color: #841b81; }  / purple /
body.erase h1, body.tech h1, body.giftcards h1 { border-color: #0564a5; } / blue /
body.stick h1, body.school h1, body.skins h1 { border-color: #069242; } / green /
*/

/* hover colours */
body.paper .thumblist .thumb:hover .name, body.desk .thumblist .thumb:hover .name, body.party .thumblist .thumb:hover .name { background-color: #fc18a8; } /* light pink */
body.write .thumblist .thumb:hover .name, body.organise .thumblist .thumb:hover .name, body.giftpacks .thumblist .thumb:hover .name  { background-color: #ac28a8; } /* light purple */
body.erase .thumblist .thumb:hover .name, body.tech .thumblist .thumb:hover .name, body.giftcards .thumblist .thumb:hover .name { background-color: #048ae5; } /* light blue */
body.stick .thumblist .thumb:hover .name, body.school .thumblist .thumb:hover .name, body.skins .thumblist .thumb:hover .name { background-color: #02cc58; } /* light green */


/* hide pages */
body.futurestock .thumblist { display:none; }
body.soldoutstock .thumblist { display:none; }
body.futuresalestock .thumblist { display:none; }



