/*
	
	Systemagic
	http://www.systemagic.co.uk/
	
	CSS Reference
		1. Tags
		2. Container and Positioning
		3. Header & Interest List
		4. Footer
		5. Search
		6. Listings/Results
		7. Property Details

*/


/******# 1. Tags #******/

* {
	border: none;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
	font-style: normal;
	
}

:focus {
	outline: 0;
}

a {
	color: #5d8572;
}

a:hover {
	text-decoration: underline;
}

address {
	color: #979696;
	font-size: 12px;
	float: left;
	padding-right: 20px;
}

body {
	background: #cfd8c3;
	background-image: url(http://www.janagriffinjewellery.co.uk/default/images/christmas_background_1.gif);
	background-repeat: repeat;
	font-family: arial, verdana;
	font-size: 11pt;
	cursor: default;
	padding: 30px 0px;
}

ul, ol, dl {
	list-style: none;
}

span.button, span.button2 {
	background: url(images/button-left.png) no-repeat left;
	display: inline-block;
}

span.button a, span.button2 a {
	font-size: 16px;
	line-height: 26px;
	display: block;
	background: url(images/button-right.png) no-repeat right;
	margin-left: 8px;
	padding-right: 8px;
	color: #FFF;
}

span.button:hover, span.button2:hover {
	background: url(images/button-left-hover.png) no-repeat left;
}

span.button:hover a, span.button2:hover a {
	background: url(images/button-right-hover.png) no-repeat right;
}

span.button2{

float: right;

}

/* End of 1. Tags */

/******# 2. Container & Positioning #******/

body > div {
	margin: 0 auto;
	width: 960px;
	background: #FFF;
}

.content {
	overflow: hidden;
}

.left {
	float: left;
        font-size:11pt;
}

.right {
	float: right;
}

#maincontent{

margin-left: 220px;

}

.relative {
	position: relative;
}

.abs-top {
	position: absolute;
	top: 0;
}

.abs-right {
	position: absolute;
	right: 0;
}

.abs-bottom {
	position: absolute;
	bottom: 0;
}

.abs-left {
	position: absolute;
	left: 0;
}

/* End of 2. Container & Positioning */

/******# 3. Header #******/

.header {
	width: 960px;
	/*background: url(images/header-1.png) no-repeat;*/
	position: relative;
}

.header > img {
	position: absolute;
	top: 25px;
	left: 25px;
}

.header > ul {
	width: 950px;
	height: 50px;
	padding-right: 10px;
	background: #a0b095;
	text-align: right;
}

.header > ul > li {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.header > ul > li > a {
	padding: 0px 15px;
	line-height: 50px;
	color: #FFF;
	display: block;
	font-size: 11pt;
}

.header > ul > li:hover > a {
	background: #929880;
}

.header > div {
	width: 950px;
	height: 46px;
	padding: 20px 15px 0px 0px;
	text-align: right;
}

.header > div > p {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-right: 5px;
}

/* End of 3. Header */

.right {
	width: 680px;
	padding: 30px;
}

h1 {
	width: 680px;
	color: #687460;
	font-size: 25px;
	font-weight: normal;
	border-bottom: 1px solid #c8c7c7;
	margin-top: 10px;
	margin-bottom: 5px;
}

.product > div {
	padding: 10px 0px;
	position: relative;
}

.product > div > .image {
	float: right;
	margin-left: 0px;
	margin-right: 60px;
	border: 1px solid #d7d6d6;
}

.product > div > .image > p {
	text-align: center;
	padding: 15px;
	color: #7c797a;
}

.product small {
	color: #6b6768;
	font-family: arial, verdana;
	font-size: 13pt;
}

.product select {
	text-align: center;
	border: 1px solid #d7d6d6;
	height: 26px;
	width: 37px;
	font-size: 12pt;
}

.upsales {
	width: 680px;
	overflow: hidden;
	height: 210px;
	padding: 10px 0px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #d7d6d6;
	background: #f4f4f4;
	line-height:20px;
}

.upsales table {
	margin-left: -7px;
	position: absolute;
	left: 0;
}

.upsales td {
	padding: 0px 7px;
	border-right: 1px solid #d7d6d6;
}

.upsales img {
	padding-bottom: 10px;
	max-height: 110px;
	width: auto;
}

.upsales a {
	display: block;
	padding-bottom: 8px;
	height: 195px;
}

.upsales a:hover {
	background: #a0b095;
	text-decoration: none;
	color: #FFF;
}

.scrollbar {
	width: 660px;
	height: 5px;
	margin: 0 10px;
	position: relative;
	top: -5px;
}

.scroll {
	background: url(images/scroller.png);
	border: 1px solid #d7d6d6;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	padding: 5px 0 5px 0;
}

.pre-footer {
	background: #697361;
	height: 40px;
	width: 940px;
	overflow: hidden;
	padding: 0px 10px;
	line-height: 40px;
	color: #FFF;
	font-size: 14px;
	margin-top: 5px;
	clear: both;
}

.pre-footer a {
	color: #FFF;
}

.pre-footer p {
	float: left;
}

.pre-footer div {
	float: right;
}

.footer {
	width: 920px;
	padding: 20px;
	background: /*url(images/footer-1.png) no-repeat bottom*/ #8c9a82;
	overflow: hidden;
	color: #FFF;
	clear: both;
}

.footer li {
	margin-right: 50px;
	float: left;
}


.footer li.icons  {
	margin-right: 20px;
	float: right;
}



.footer a {
	color: #FFF;
}

.listing {
	width: 680px;
	margin-top: 10px;
}

.listing > div {
	width: 24.5%;
	margin-bottom: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	position: relative;
}

.listing > div img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
}

.listing a {
	display: block;
	padding: 10px;
}

.listing a:hover {
	text-decoration: none;
	color: #36614d;
	border: 1px solid #c2cfba;
	padding: 9px;
}

div.jqZoomTitle {
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;
}

.jqZoomPup {
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:10;
	border-color:#c4c4c4;
	border-style: solid;
	cursor:crosshair;
}

.jqZoomPup img {
	border: 0px;
}

.preload {
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;
}

.jqZoomWindow {
	border: 1px solid #999;
	background-color: #FFF;
}

/****Navigation*********/

#leftnav{

background-color: #8c9a82;
width: 160px;
margin: 5px;
padding: 5px 5px 5px 10px; 
line-height: 22px;

}

#leftnav a{

color: #fff;

}

.li{

padding-left: 10px;

}

.sub{

margin: 5px 0 5px 0;

}

.navtitle{

color: #000000;


}


.clear{

clear:right;

}

/********Display Products**********/

.products{

float: left;
width: 150px;
height: 210px;
margin: 5px 16px 5px 0;
line-height: 25px;
background: #cdc4a5;
padding:5px;
font-size: 11pt;
}

.productname{

margin-top: 4px;
margin-bottom: 4px;
height: 35px;
line-height: 20px;

}

.right{

float: right;

}

/*********Forms********/

label,.textbox, .adminsubmit{

float: left;

}

label{

width: 200px;

}

.textbox, textarea{

margin-bottom:.75em;
border:1px solid #CCC;
padding:3px 5px;
width:200px;
color:#555

}

textarea{

overflow:auto;
height:175px;

}

select.select{

margin-bottom:.75em;
border:1px solid #CCC;
padding:3px 5px;
width:200px;
color:#555

}

submit, .adminsubmit{

background-color: #a0b095;
color: #fff;
padding: 3px;
margin-left: 5px;

}

.imgbutton{

float:right;

}


form.productform select, form.productform input, .label{

float: left;
margin-right: 5px;
margin-top: 15px;

}

form.basketform input{

width: 25px;

}

form.basketform .submit{

width: 50px;
margin-left: 5px;
background-color: #f4f4f4;
color: #5d8572;
}

form.paypal{

float: right;
margin-right: 60px;
}



#admincontent h3{

font-size: 14pt;
color: #687460;
border-bottom: 1px solid #c8c7c7;
width: 500px;
margin-bottom: 15px;
}

#admincontent{

margin-top: 5px;
margin-left: 190px;
margin-bottom: 10px;

}

table.admin{

width: 400px;

}

#admincontent br{

clear: left;

}

table.basket{

width: 680px;
margin-top: 5px;
margin-bottom: 5px;
border-collapse:collapse;
background-color: #f4f4f4;

}

table.basket td, th{

padding: 5px;

}

table.basket th{

text-align: left;

}

table.basket th.item{

width: 300px;

}

table.basket tr.bordertop{

border-top: 1px solid #c8c7c7;

}

table.ordertable{

width: 600px;
clear:left;

}

table.ordertable td{

text-align: center;
padding: 10px;

}

#maincontent{

line-height: 25px;

}

#maincontent > p{

margin-bottom: 8px;


}

/*Information Boxes */

.errorbox{

padding: 10px 5px 10px 5px;
margin: 0 60px 4px 0;
background-color: #a0b095;
font-weight: bold;
color: #ffffff;
border: solid #8c9a82 2px;

}

.correct{

background-color: #35e50c;

}

/*contact form*/

form.contact{

margin-top: 15px;

}

form.contact label,.textbox{

float:left

}

form.contact label{

width:165px

}

.textbox,textarea{

margin-bottom:.75em;
border:1px solid #CCC;
padding:3px 5px;
width:400px;
color:#555

}

textarea{

overflow:auto;
height:175px;

}

.send{

float: right;
margin-right: 160px;

}

.homeimg{

margin: 5px 0 5px 0;

}

.headerlink{

font-size: 13pt;
font-weight: bold;

}

