
@import URL("nav.css");
@import URL("forms.css");


/*---------------------------------------------   
    global
----------------------------------------------*/

img { border: 0; }

* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.colx2:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.colx2 {display: inline-block;}
/* Hides from IE-mac \*/
* html .colx2 {height: 1%;}
.colx2 {display: block;}
/* End hide from IE-mac */
 

body {
	padding: 25px 0 50px 0;
	background: #fff;
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #77787c;
}

.container {
	margin: 0 auto;
	width: 900px;
}




/*---------------------------------------------   
    header
----------------------------------------------*/
.header {
	border-bottom: 1px solid #d3d5d2;
	position: relative;
}

.logo {
	background: url(../images/core/logo.gif) no-repeat;
	width: 135px;
	height: 38px;
	text-indent: -9999px;
	position: absolute;
	left: 0; top: 0;
}

.logo a {
	display: block;
	width: 135px;
	height: 38px;
	overflow: hidden;
}
	

/* breacrumb */
.breadcrumb {
	height: 20px;
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #a8a9ac;
}

.breadcrumb h2 {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #a8a9ac;
	letter-spacing: -0.03em;
}

.breadcrumb a { color: #a8a9ac; }
.breadcrumb a:hover { color: #a54797; }


/* logged in strip */
.header-login { text-align: right; }
.header-login a { color: #a8a9ac; }
.header-login a:hover { color: #a54797; }




/*---------------------------------------------   
    content
----------------------------------------------*/
.content {
	width: 900px;
	min-height: 430px;
	margin-bottom: 30px;
	padding: 18px 0;
}

.extrasmall {
	min-height:0px;
	padding:0;
	margin:0;
}

/* for Internet Explorer */
* html .content {
	height: 430px;
}
/**/

body.home .content {
	margin-bottom: 0;
	padding: 0;
}


/*homepage text */
.text {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #97989b;
	margin: 30px 0 0 0;
}

.text p { margin-bottom: 10px; }

/* containers */
.colx2 .column1 {
	float: left;
	width: 400px;
}

.colx2 .column2 {
	float: right;
	width: 400px;
}


/* page count */
.pagecount {
	text-align: right;
	text-transform: uppercase;
	color: #a8a9ac;
	font-size: 10px;
}

.pagecount .active {
	font-weight: bold;
	color: #000;
}

.pagecount a {
	color: #a8a9ac !important;
	text-decoration: none;
}

.pagecount a:hover { color: #a54797 !important; }


/* account hompepage */
.listing {
	margin: 0 auto;
	width: 900px;
}

.listing .item {
	float: left;
	width: 150px;
	margin: 100px 30px 25px 0;
	text-align: center;
}

.listing .item .image {
	width: 150px;
	height: 150px;
}

.listing .last { margin-right: 0; }

.listing .item h3 {
	margin-top: 5px;
	font: bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #77787c;
}

.listing .item p { margin: 0; }

body.account-home .link a { color: #a8a9ac; }
body.account-home .link a:hover { color: #a54797; }




/* jewellery box listing */
.jewellery-box .item {
	border-top: 1px solid #d3d5d2;
	padding: 20px 0;
}

.jewellery-box .image {
	float: left;
	width: 150px;
}

.jewellery-box .details {
	float: left;
	margin-left: 30px;
}

.jewellery-box .first { border: 0; }
	
		








/* text formatting */
.content p { margin: 15px 0; }

.content hr {
	border: 0;
	border-top: 1px solid #d3d5d2;
	height: 1px;
	margin: 15px 0;
}

.arrow {
	font-weight: bold;
	font-size: 9px;
	color: #a54797;
	padding: 0 5px;
}

h1.pagetitle {
	/*
	display: none;
	*/

	font-size: 15px;
	font-weight: normal;
	color: #BCBDC0;
	text-transform: uppercase;
	margin-bottom: 1em !important;
}

/*
Updated:	26/02/2008
Changed:	Removed display:none from h1.pagetitle
*/

h2.heading {
	font-size: 14px;
	font-weight: normal;
	color: #aeb0b4;
}


.content a { color: #77787c; }
.content a:hover { color: #a54797; }

.content .smalltext {
	font-size: 9px;
	color: #abacb1;
	font-weight: normal;
}

.content h2 {
	font-size: 14px;
	font-weight: normal;
	color: #aeb0b4;
	margin-bottom: 1em;
}

.content h3 {
  font-size: 12px;
  font-weight: normal;
  color: #aeb0b4;
  margin-bottom: .5em;
}

.content h4 {
  font-size: 10px;
  font-weight: bold;
  color: #aeb0b4;
}
.content dt { width: 3em; float: left; }
.pearls dt {width: 12em; float:left; }

.directdeposit {
	width: 130px;
	display: -moz-inline-box; /* firefox only */
  display: inline-block;
}

/* location page */
.location { padding-top: 35px; }
.location table { margin-bottom: 40px; }
.location .left {
	width: 60px;
	color: #8b8c8f;
}

.store-dunsborough {	margin-top: 50px; }
.store-kununurra {	margin-top: 50px; }


/* product detail */

body.product .colx2 .column1 {
	float: left;
	width: 370px;
}

body.product .colx2 .column2 {
	float: right;
	width: 490px;
	padding-top: 30px;
}

body.product .colx2 .noproductimage {
	width:900px !important;
}

#companion-list {
	float: right;
	border-left: 1px solid #D3D5D2;
	padding-left: 10px;
	margin-left: 10px;
	width: 110px;
}

#companion-list.minheight {
	height:430px;	
}

#companion-list h3 {
	margin-left:8px;
	font-weight:bold;
}

body.product .colx2 .column2 .companion {
	/*
	position: absolute;
	right: 0;
	top: 390px;
	*/
	width: 110px;
	text-align: center;
	margin-bottom: 1em;
}


body.product .colx2 .column1 .image {
	float: left;
	width: 110px;
	margin-right: 20px;
}

body.product .colx2 .column1 .main {
	width: 370px;
	margin-right: 0;
	margin-bottom: 20px;
}

body.product .colx2 .column1 .last { margin-right: 0; }

body.product .colx2 .detail ul { list-style: none; }

body.product .colx2 .detail table td.left {
	width: 60px;
	color: #8b8c8f;
}

.price {
	color: #a8a9ac;
	line-height: 14px;
}


/* misc */
a.buttonlink {
	display: inline;
	border: 1px solid #a54797;
	background: #f9ecf9;
	font: normal 10px/10px Verdana, Arial, Helvetica, sans-serif;
	color: #77787c;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	padding: 3px;
}

p.buttonlinkp {
	margin: 13px 0;
}

p.nomargin {
	margin:0;
}

a.buttonlink:hover {	color: #77787c; }

.right { text-align: right; }




/*---------------------------------------------   
    homepage page product & notes
----------------------------------------------*/
.feature-product a {
	width: 900px;
	height: 400px;
	display: block;
	overflow: hidden;
	text-align: center;
	/*
	Removed 30/11/2007. Was hiding the a img
	
	text-indent: -9999px;
	*/
}
	

.note {
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif !important;
	color: #ccc !important;
	font-weight: normal !important;
	height: 20px;
}

.note strong { font-weight: normal; }

body.home .note a {
	color: #8b8c8f;
	text-decoration: none;
}

.bottom-links ul { list-style: none; padding-top: 3px }
.bottom-links li {
	display: inline;
}

.bottom-links a { color: #77787c; }
.bottom-links a:hover { color: #a54797; }

.action {
	color: #a54797;
	margin: 10px 0;
}

.print { display: none; }


/* image previews - karl */
.imagepreview { border: 1px solid #ccc; position: absolute; z-index: 400; top: 0; left: 0; overflow: hidden; }
.imagepreview_hidden { position: absolute; left: -9999em; }

#indexflash { margin: 0 auto; }


/*---------------------------------------------   
    designers page - designer items
----------------------------------------------*/
.designer_item { border-bottom: 1px solid #ccc; margin-bottom: 2em; }

.designer_item h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	margin-bottom: -1em;
}

.designer_item h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	margin-bottom: -1em;
}

.designer_item .di-image { float: left; text-align: center; width: 200px; }
.designer_item .di-content { float: left; padding: 0 20px; width: 660px; }



.borderdatatable, .borderdatatable td, .borderdatatable th {
	border:0;
}

.borderdatatable {
	border-top:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
}

.borderdatatable td, .borderdatatable th {
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	padding:0 2px;
	text-align:left;
}

ul.table-of-contents { margin-bottom: 2em; }
.back-to-top { margin: 1em 0; text-align: right; }

.content ul, .content ol, .content dl { margin-left: 3em !important; margin-bottom: 1em; }

/*---------------------------------------------   
    definition list
----------------------------------------------*/
dl.definition-list {
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  width: 800px;
}

dl.definition-list dt {
  border-top: 1px solid #ccc;
  clear: left;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  width: 180px;
}

/* commented backslash hack for mac-ie5 \*/
dl.definition-list dt { clear: both; }
/* end hack */

dl.definition-list dd {
  border-top: 1px solid #ccc;
  float: left;
  margin: 0;
  padding: 10px;
  width: 580px;
}

/* webfirm created by */
#created-by {
	/*
  height: 17px;
  */
  float:right;
}

#created-by a {
  background: url('../images/wflogo.jpg') no-repeat 0 0;
  display: block;
  height: 17px;
  margin: 1em 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 70px;
}