/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body
	{
	width:100%;
	height:100%;
	font-size:68%;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	}
img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}
.input {
	border:1px solid #999;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#F8FFFC;
	color:#000;
	}
.input:focus {
	border:1px solid #999;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#FFF;
	color:#000;
	}
h1 {
	color:#af1133;
	font:normal 1.8em "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	}
h2 {
	font:normal 1.4em "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color:#af1133;
	}
h3 {
	font:normal 1.2em "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color:#af1133;
	}
h3 a {
	color:#af1133;
	text-decoration:none;
	}
h3 a:hover {
	color:#999;
	text-decoration:none;
	}
h2 a {
	color:#af1133;
	text-decoration:none;
	text-decoration:underline;
	}
h2 a:hover {
	color:#999;
	text-decoration:none;
	}
p {
	font: normal 1.2em "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	line-height:16px;
	color:#000;
	}
p a {
	color:#af1133;
	text-decoration:none;
	}
p a:hover {
	color:#999;
	text-decoration:none;
	}
	
/*******************
MAIN SITE STRUCTURE
********************/

#outerContainerPink {
	margin:auto;
	overflow:hidden;
	position:relative;
	width:1024px;
	height:auto;
	clear:both;
	padding-left:3px;
	background:url(../img/pinkBg.jpg) right top no-repeat;
	z-index:1;
	}
#outerContainerWhite {
	margin:auto;
	position:relative;
	width:1024px;
	height:auto;
	clear:both;
	overflow:hidden;
	padding-left:3px;
	background:url(../img/whiteBg.jpg) right top no-repeat;
	z-index:1;
	}
#outerContainerSum {
	margin:auto;
	overflow:hidden;
	position:relative;
	width:1024px;
	height:auto;
	clear:both;
	padding-left:3px;
	background:url(../img/summerBg.jpg) right top no-repeat;
	z-index:1;
	}
#outerContainerWin {
	margin:auto;
	position:relative;
	width:1024px;
	height:auto;
	clear:both;
	overflow:hidden;
	padding-left:3px;
	background:url(../img/winterBg.jpg) right top no-repeat;
	z-index:1;
	}
#innerContainer {
	margin:auto;
	position:relative;
	overflow:hidden;
	width:832px;
	height:auto;
	z-index:2;
	}
#header {
	position:relative;
	overflow:hidden;
	width:834px;
	height:auto;
	padding:0px 0px 0px 0px;
	z-index:3;
	}
#headerLeft {
	position:relative;
	overflow:hidden;
	float:left;
	width:500px;
	height:auto;
	z-index:3;
	}
#headerRight {
	position:relative;
	overflow:hidden;
	float:right;
	width:334px;
	height:auto;
	z-index:3;
	}
.youHave {
	float:right;
	overflow:hidden;
	position:relative;
	width:329px;
	height:20px;
	color:#af1133;
	text-align:right;
	padding:28px 5px 0 0;
	}
.viewCart {
	float:right;
	overflow:hidden;
	position:relative;
	}
.viewCart a {
	display:block;
	color:#af1133;
	width:auto;
	height:25px;
	text-align:right;
	text-decoration:none;
	padding:8px 25px 0 0;
	background:url(../img/shopping-cart.gif) right no-repeat;
	}
.viewCart a:hover {
	color:#999;
	width:auto;
	height:25px;
	text-decoration:none;
	padding:8px 25px 0 0;
	background:url(../img/shopping-cartOver.gif) right no-repeat;
	}
#contentWrapper {
	overflow:hidden;
	position:relative;
	width:834px;
	height:auto;
	z-index:5;
	}
.newsContent {
	border-bottom:1px solid #EEE;
	padding-bottom:20px;
	}
#newsletter {
	float:right;
	position:relative;
	overflow:hidden;
	padding:6px;
	width:auto;
	height:auto;
	font-size:10px;
	background-color:#FFF;
	border:1px solid #EEE;
	}
#content p img {
	margin-left:10px;
	margin-bottom:10px;
	}		
#content ul  {
	clear:both;
	width:auto;	
	list-style:disc;
	padding-left:20px;
	}
#content li  {
	clear:both;
	width:auto;	
	list-style:disc;
	}

/*****
Gallery
******/

#thumbWrap {
	position:relative;
	width:840px;
	height:auto;
	overflow:hidden;
	padding:0px 0px 5px 0px;
	}
.thumbBox {
	float:left;
	width:99.3px;
	height:auto;
	}
.thumbBoxNext {
	position:relative;
	}
.thumbBoxPrev {
	position:relative;
	float:left;
	width:22px;
	height:90px;
	}
.thumbBoxNext a {
	float:left;
	width:14px;
	height:90px;
	text-decoration:none;
	background:url(../img/nextProduct.jpg) no-repeat right;
	}
.thumbBoxPrev a {
	float:left;
	width:22px;
	height:90px;
	text-decoration:none;
	background:url(../img/prevProduct.jpg) no-repeat left;
	}
.thumbBoxNoPrev {
	position:relative;
	float:left;
	width:22px;
	height:90px;
	background:url(../img/noPrev.jpg) no-repeat left;
	}
#gallerySelect {
	float:left;
	width:220px;
	height:auto;
	padding-top:10px;
	}	
#galleryContent {
	float:left;
	overflow:hidden;
	margin:auto;
	width:315px;
	height:auto;
	padding-top:10px;
	}
.productSelect {
	margin-bottom:2px;
	}
.productSelect a {
	color:#af1133;
	display: block;
	background: #EEE;
	width: 205px;
	height: auto;
	font-weight:lighter;
	text-decoration: none;
	padding: 5px 0px 4px 6px;
	}
.productSelect a:hover {
	color:#000;
	background:#FFF;
	width:204px;
	height:auto;
	border:1px solid #EEE;
	padding: 4px 0px 3px 5px;
	}
#productInfo {
	float:left;
	width:280px;
	height:auto;
	padding:10px 0 0 10px;
	}
.productPrice {
	font-size:1.2em;
	}
#cartNav {
	}
#addToCart  {
	float:left;
	width:125px;
	height:20px;
	text-decoration:none;
	margin-right:1px;
	}
#addToCart a:hover {
	color:#EEE;
	background-color:#CCC;
	text-decoration:none;
	}
#checkout a {
	float:left;
	width:125px;
	height:20px;
	background:url(../img/checkout.jpg) no-repeat;
	text-decoration:none;
	}
.collNextPrevWrap {
	clear:both;
	width:834px;
	height:auto;
	padding-top:20px;
	}
.nextPrevWrap {
	clear:both;
	width:300px;
	height:auto;
	padding-top:10px;
	}
.prev a {
	float:left;
	color:#000;
	width:auto;
	padding:0px 0px 0px 20px;
	text-decoration:none;
	background:url(../img/prev.jpg) no-repeat left #FFF;
	}
.prev a:hover {
	color:#af1133;
	padding:0px 0px 0px 20px;
	text-decoration:none;
	background:url(../img/prevOver.jpg) no-repeat left #FFF;
	}
.next a {
	float:right;
	color:#000;
	width:auto;
	padding:0px 20px 2px 3px;
	text-decoration:none;
	background:url(../img/next.jpg) no-repeat right;
	}
.next a:hover {
	color:#af1133;
	padding:0px 20px 2px 3px;
	text-decoration:none;
	background:url(../img/nextOver.jpg) no-repeat right #FFF;
	}
	
/**********
Collections
**********/	

#collectionsWrap {
	clear:both;
	width:834px;
	height:382px;
	}
.collectionImg {
	overflow:hidden;
	float:left;
	width:278px;
	height:362px;
	padding-bottom:10px;
	}

/*********
Stockists
*********/	

.stockistCountry {
	float:left;
	position:relative;
	width:207.5px;
	height:auto;
	}
#stockistInfo {
	position:relative;
	overflow:hidden;
	float:left;
	width:622.5px;
	height:auto;
	}
.stockist {
	position:relative;
	overflow:hidden;
	float:left;
	width:180px;
	height:160px;
	min-height:160px;
	padding:0 0 30px 20px;
	}
.countryName {
	display:block;
	width:200px;
	height:auto;
	padding:8px 0px 8px 0px;
	border-bottom:1px solid #EEE;
	}
.countryName a {
	font-size:1.2em;
	color:#000;
	text-decoration:none;
	}
.countryName a:hover {
	font-size:1.2em;
	color:#af1133;
	text-decoration:none;
	}
.countyName a {
	font-size:1.2em;
	color:#000;
	text-decoration:none;
	}
.countyName a:hover {
	font-size:1.2em;
	color:#af1133;
	text-decoration:none;
	}
	
/***********
Shopping Cart
***********/

.yourCart {
	overflow:hidden;
	position:relative;
	float:left;
	padding:2px;
	width:250px;
	height:auto;
	color:#CCC;
	background-color:#666;
	}
.cartBar {
	overflow:hidden;
	clear:both;
	width:825px;
	height:auto;
	color:#af1133;
	padding:2px;
	border-bottom:1px solid #af1133;
	}
.cartBarTotals {
	overflow:hidden;
	clear:both;
	width:825px;
	height:auto;
	color:#af1133;
	border-top:1px solid #af1133;
	border-bottom:1px solid #af1133;
	}
.item {
	float:left;
	width:315px;
	}
.size {
	float:left;
	width:120px;
	}
.price {
	float:left;
	width:135px;
	}
.quantity {
	float:left;
	width:141px;
	}
.total {
	float:left;
	width:auto;
	}
.itemWrap {
	overflow:hidden;
	clear:both;
	width:834px;
	height:auto;
	padding-bottom:2px;
	border-bottom:1px solid #EEE;
	}
.item2 {
	float:left;
	width:320px;
	height:auto;
	color:#666;
	overflow:hidden;
	padding-top:3px;
	}
.cartImg img {
	margin-left:-10px;
	} 
.cartImg {
	float:left;
	width:70px;
	height:auto;
	padding:5px 0px 5px 0px;
	overflow:hidden;
	text-align:left;
	}
.itemInfo {
	float:left;
	width:auto;
	height:auto;
	padding:20px 0px 5px 5px;
	}
.size2 {
	float:left;
	width:120px;
	height:auto;
	color:#666;
	padding-top:20px;
	}
.price2 {
	float:left;
	width:135px;
	height:auto;
	color:#666;
	padding-top:20px;
	}
.quantity2 {
	float:left;
	width:141px;
	height:auto;
	padding-top:15px;
	color:#666;
	}
.total2 {
	float:left;
	width:auto;
	height:auto;
	padding-top:20px;
	color:#666;
	}
.quantity3 {
	float:left;
	width:180px;
	height:auto;
	padding-left:535px;
	}
.quantityInput {
	float:left;
	width:auto;
	height:auto;
	}
.remove {
	float:left;
	width:20px;
	height:auto;
	padding-left:5px;
	}
.shipping {
	float:right;
	padding:10px 0 10px 0;
	}
.finalTotal {
	float:left;
	width:auto;
	font-size:1.3em;
	padding-top:2px;
	text-align:left;
	}
.cartNav {
	clear:both;
	width:832px;
	height:auto;
	}
.cartNavLeft {
	float:left;
	width:150px;
	height:auto;
	}
.cartNavRight {
	float:right;
	width:300px;
	height:auto;
	text-align:right;
	padding-right:2px;
	}
.continueShopping a {
	color:#af1133;
	text-decoration:none;
	padding:3px 0 0 20px;
	background:url(../img/prevOver.jpg) no-repeat;
	}
.continueShopping a:hover {
	color:#000;
	text-decoration:none;
	padding:3px 0 0 20px;
	background:url(../img/prev.jpg) no-repeat;
	}	

/******
Footer
******/

#footerWrap {
	overflow:hidden;
	position:relative;
	clear:both;
	width:830px;
	height:auto;
	padding-top:70px;
	text-align:right;
	}
#footer  {
	font:normal 100 0.8em normal Arial, Helvetica;
	line-height:15px;
	color:#666;
	}
#footer a {
	color:#666;
	text-decoration:underline;
	}
#footer a:hover {
	color:#CCC;
	text-decoration:none;
	}	
