﻿/***************************************************************
Catalogue CSS for Smiggle :: Davide L Rizzo :: Created 04/06/08
***************************************************************/


/* Thumbnail view
***************************/

.thumb {
	margin: 2px;
	display: block;
	width: 190px;
	text-align: center;
	float: left;
	text-transform: uppercase;
}

.thumb a {
	display: block;
}

.thumb img {
	margin: 4px auto 0 auto;
	padding: 0;
	background: #DDD;
	width: 135px;
	height: 152px;
	display: block;
	z-index: 0;
	border: solid 1px white;
}

.thumb .text {
	margin: 10px 0 0 0;
	padding: 0;
	cursor: pointer;
	height: 4.7em;
	font-size: 90%;
	text-decoration: none;
}

.thumb .name {
	color: #999;
}

.thumb a:hover { 
	text-decoration: none;
	color: #666;
}

.thumb a:hover .name { 
	color: #666;
}

.thumb a:hover img { 
	border: solid 1px #EAEAEA;
}




/* Product View
***************************/

.product-images {
	width: 302px;
	float: left;
	margin: 0 1em 1em;
}

/* Product Image */
.product-image {
	width: 302px;
	height: 318px;
	cursor: pointer;
}

.thumbs {
	margin: 16px 0px 0px 16px;
	width: 120px;
	float: left;
}

.product-image img {
	width: 278px;
	height: 314px;
	background: #EEE;
	margin: 2px;
	display: block;
	border: solid 1px #EAEAEA;
}

.product-image .zoom-link {
	margin-top: 12px;
	_margin-top: 13px;
}

.product-image:hover img {
	border: solid 1px #CCC;
}




/* Product Description */
.product-decription {
	margin: 1em 1em 1em 350px;
}

.product-decription h1 {
	margin-bottom: 0.2em;
}

.product-decription dt {
	font-weight: bold;
	color: #666;
}

.product-decription dd {
	margin: -1.3em 0 1.3em 10em;
}

.description {
	padding: 1em 0;
}

.price {
	font-weight: bold;
	color: #666;
}

.quantity {
	font-weight: bold;
	color: #666;
}

.quantity input {
    border:solid 1px #ccc;
}

.product-decription .button,
.product-decription .button.submit {
	margin: 0 0 1em 10em;
	float: none;
}

.product-decription #addtobag {
	margin-left: 10em;
}

.product-help-links {
	list-style-type: none;
	margin: 1em 0 1em 10em;
}
.product-help-links li {
	padding: 0.2em 0;
}
.product-help-links a {
	display: block;
	height: 20px;
	padding-left: 25px;
	
}
.product-help-links a.size { background: url(/images/global/icon_size.gif) no-repeat; }
.product-help-links a.postage { background: url(/images/global/icon_postage.gif) no-repeat; }
.product-help-links a.returns { background: url(/images/global/icon_returns.gif) no-repeat; }
.product-help-links a.share { background: url(/images/global/icon_share.gif) no-repeat; }



/* JavaScript Colour Size Options */
#js-colour-size {
	display: none;
}

/* Non JavaScript Colour Size Options */
#non-script-colour-size {

}





/* Alternate image view */
.alternate-view {
	height: 1.4em;
	margin: -1.5em 0 0 0;
	text-align: right;
	color: #AAA;
}





/* Related Products */
.related  {
	margin-top: 3em;
	width: 282px;
}

.related h2 {
	margin: 0;
}

.related a {
	display: block;
	width: 73px;
	float: left;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px;
}

.related a img {
	width: 73px;
	height: 82px;
	background: #CCC;
	margin-bottom: 0.2em;
	display: block;
	border: solid 1px white;
}

.related a:hover img { 
	border: solid 1px #EAEAEA;
}


