/* -------------------------------------------------------------- 
  
   Artruly CSS Screen Styles
   * Version:   1 (20.11.2007)
   * Paul Bellamy, BellamyStudio
   * Template based on Blueprint Framework
   * Website:   http://code.google.com/p/blueprintcss/
   
-------------------------------------------------------------- */

body {
	background-color:#ecedff
}
a {
	color:#dd491b	
}
a:hover {
	color:#ff6600
}

.container {
	background:url('/images/template/template_bg2.png') bottom left no-repeat;
	padding:0 9px 9px 9px;
}

#header {
	width:968px;
	padding:9px 9px 0 9px;
  	margin: 0 auto;
  	height:179px;
	background:url('/images/template/template_bg2.png') top left no-repeat
}
#header #logo {
	float:left;
	padding:10px
}
#header #navbar {
	float:right;
	width:720px;
	text-align:right:
	padding:0 20px 10px 0
}
#header #navbar ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	margin:140px 30px 0 0;
	_margin:140px 10px 0 0
}
#header #navbar ul li {
	float:left;
	padding:5px 12px;
	font-size:1.35em;
	border-right:1px solid #e3e3e3;
} 
#header #navbar ul li.last {
	border:none
}
#header #navbar ul li a{
	color:#666;
	text-decoration:none
}
#header #navbar ul li a:hover {
	color:black
}
#footer {
	margin-top:20px;
	border-top:1px solid #ccc;
}
#footer p {
	margin:10px 40px;
	font-size:small
}
#footer, #footer a {
	color:#999
}

#homepage {
	/*margin-top:-20px;
	_margin-top:0;*/
	padding-bottom:30px;
	background:url('/images/photos/home_page.jpg') top right no-repeat
}
#homepage h1 {
	margin-top:20px
}
#jewellery {
	padding-bottom:30px;
	background:url('/images/template/jewellery_home.jpg') top right no-repeat
}
#weddings {
	padding-bottom:30px;
	background:url('/images/photos/weddings.jpg') top right no-repeat
}

#terms {
	font-size:.8em
}
#terms p {
	margin-bottom:.5em
}
/* Jewellery display formatting
-------------------------------------------------------------- */

a.thumb {
	float:left;
	display:block;
	width:130px;
	height:150px;
	padding:5px;
	border:1px solid #ccc;
	text-decoration:none;
	line-height:1;
	margin:0 10px 10px 0;
	color:#666;
	overflow:hidden
}
a.thumb:hover {
	background-color:#f3f3f3;
	border:1px solid #c06;
	color:#f06
}
a.thumb img {
	width:130px;
	border:none;
	margin:0 0 5px 0
}
a.thumb span.desc {
	float:left;
	width:85px;
	font-size:11px;
	margin-right:5px;
}
a.thumb span.price {
	float:right;
	width:40px;
	text-align:right;
	font-size:11px;
	font-weight:bold
}

#colours a {
	float:left;
	margin-right:6px;
	border:1px solid white;
	width:30px;
	height:30px
}
#colours a:hover {
	border:1px solid #ccc
}

ul#type {
	list-style:none;
	margin:10px 0
}
ul#type li {
	float:left;
	padding:0 5px 0 0;
	margin:0 0 5px 5px;
	font-size:1.2em
}
p.buttons {
	width:100%;
	float:left;
	clear:both;
	margin:5px 0;
	font-size:1em
}

dl.bubble {
	margin:5px 0 15px 0;
	padding:0;
	width:240px;
	clear:both;
	background:url('/images/template/bubble2_bottom.png') bottom left
}
dl.bubble dt {
	margin:0;
	font:14px bold Arial, Helvetica;
	padding:10px 10px 5px 10px;
	background:url('/images/template/bubble2_top.png') top left
}
dl.bubble dd {
	font-weight:normal;
	margin:0;
	padding:0 10px 10px 10px
}

.tool-tip {
	color: #222;
	width: 400px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	color: #c06;
	padding: 12px 12px 4px 12px;
	background: transparent url('/images/template/infobubble.png') top left;
}
 
.tool-text {
	padding: 4px 12px 30px 12px;
	background: transparent url('/images/template/infobubble.png') bottom right;
}