/*
STYLE SHEET FOR XXXXXX
Created by Kirsty Burgoine
www.xxxxxxxx.co.uk
ToC
	1.  defaults
	2.  structure
	3.  links and navigation
	4.  fonts
	5.  images
	6.  hacks
Notes
*/

/* ------- 1. defaults ------- */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Gill Sans', Calibri, 'Trebuchet MS', sans-serif;
	text-align: left;
	background-color: #fff;
	color: #1c1c1c;



}


/* ------- 2. structure ------- */

#container {
	
	margin: 0 auto;
	width: 800px;
	min-height: 800px;
	overflow: hidden;
}


#header {
margin-top: 20px;
height: 100px;
width: 800px;
}

#header-content {
float: right;
width: 250px;

}

#top_nav {
float: left;
border-left: solid 4px #000;
}

#focus {
margin-top: 15px;
height: 240px;
width: 800px;
overflow:hidden;
}

#content-home {
height: 185px;
margin-top: 15px;
overflow: hidden;
width: 800px;
}

#content {
margin-top: 15px;
width: 535px;
min-height: 670px;
height: 100%;
float: left;
background-color: #92c3e9; 
padding: 15px 0 15px 15px;

}

#content-home .category-1, #content-home .category-2 {
float: left;
margin-right: 4px;
}

#content-home .category-3 {
float: left;
}

#boxes-right {
margin-top: 15px;
float: right;
width: 235px;
}


#shop_nav {
width: 200px;
background-color: #ACFC9E;
padding: 15px;
margin-bottom: 15px;
}

#boxes-right .category-1, #boxes-right .category-2, #boxes-right .category-3 {
margin-top: 15px;
width: 200px;
}

.category-1 {
width: 233px;
height: 155px;
background-color: #cc3399;
padding: 15px;
}

.category-2 {
width: 233px;
height: 155px;
background-color: #99ccff;
float: left;
margin-right: 4px;
padding: 15px;
}

.category-3 {
width: 230px;
height: 151px;
background-color: #99ff66; 
/* background: url(../site_images/nails.jpg) no-repeat bottom right;
border: solid 2px #ccc;  */
float: left;
padding: 15px;
}

#shop_basket {
width: 230px;
/* background:url(../site_images/basket_background.jpg) repeat-x; */
background-color: #b3b3b3;
height: 100%;
color: #fff;
}

.products {
width: 510px;
padding: 10px 0 10px 10px;
border-left: solid 2px #fff;
border-bottom: solid 2px #fff;
margin-top: 15px;
}


#sale .products, #new .products {
width: 150px;
padding: 0 0 10px 10px;
border-left: solid 1px #fff;
border-bottom: solid 1px #fff;
float: left;
height: 150px;
margin-right: 15px;
word
}

#detail_image {
width: 300px;
float: left;
}

#detail_info {
width: 210px;
float: left;
margin-left: 15px;
}

.border {
border-top: solid 1px #fff;
width: 515px;
float: left;
clear: left;
margin-top: 20px;
padding-top: 20px;
}

#footer {
float: left;
clear: both;
margin-top: 15px;
height: 120px;
background-color: #FF80C0;
padding:50px 0 0 0;
width: 800px;
position: relative;

}

.seperator {
	clear: both;
	height: 0;
}

/* ------- 3. links and navigation ------- */

a {
color: #1c1c1c;
}

a:visited {
}

a:hover {
color: #fbb610;
}

a:active {
}

#top_nav ul { /* main categories in header */
margin: 0 0 0 10px;
padding: 0;
}

#top_nav ul li { /* main categories in header */
list-style-type: none;
}

#top_nav ul li a { /* main categories in header */
font-size: 22px;
line-height: 24px;
text-decoration: none;
font-weight: 600;
}

#top_nav ul li a:hover {
color: #666666;
}

#bottom_nav ul { /* main categories in header */
margin: 0 10px 0 0px;
padding: 0 0 0 10px;
float: right;
border-left: solid 4px #660014;
}

#bottom_nav ul li { /* main categories in header */
list-style-type: none;
}

#bottom_nav ul li a { /* main categories in header */
font-size: 22px;
line-height: 24px;
text-decoration: none;
font-weight: 600;
color: #660014;
}

#bottom_nav ul li a:hover {
color: #666666;
}

#second_nav {
margin-top: 15px;
}

#second_nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#second_nav ul li {
display: inline;
}

#second_nav ul li a {
font-weight: 600;
text-decoration: none;
border-left: solid 2px #000000;
padding: 0px 10px;
font-size: 14px; 
}

#second_nav ul li a.selected {
color: #666;
}

#shop_nav ul {
margin: 10px 0 0 0; 
padding: 0;
list-style-type: none;
}

#shop_nav ul li {

}

#shop_nav ul li a {
font-weight: 600;
text-decoration: none;
}

#shop_nav ul li a:hover {
color: #666;
}

#footer_nav {
margin-top: 10px;
}

#footer_nav ul {
margin: 0;
padding: 0;
list-style-type: none;
float: right;
}

#footer_nav ul li {
display: inline;
}

#footer_nav ul li a {
font-weight: 600;
text-decoration: none;
border-left: solid 2px #000000;
padding: 0px 10px;
font-size: 12px; 
}

#footer_nav ul li a.selected {
color: #666;
}

#boxes-right .category-1 a:hover, #boxes-right .category-2 a:hover, #boxes-right .category-3  a:hover {
color: #fff;
}

#boxes-right .category-1 a, #boxes-right .category-2 a, #boxes-right .category-3  a {
float: right;
clear: left;
font-weight: 600;
text-decoration: none;
}

.pager {
float: right;
clear: left;
font-weight:600;
font-size: 12px;
margin-right: 15px;
color: #1c1c1c;
}

.pager .unlink {
color: #666;
}

.pager a {
color: #1c1c1c; 
text-decoration: none;
}

.pager a:hover {
color: #fff;
}

.back-lg {
background: url(../site_images/back-button.png) no-repeat left 0;
width: 80px;
height: 27px;
display: block;
padding: 3px 0 0 35px;
text-decoration: none;
border: none;
cursor: pointer;
font-weight: 600;
font-size: 16px;s
}

.back-lg:hover {
background: url(../site_images/back-button.png) no-repeat left -27px;
color: #fff;
}

#shop_basket a {
float: right;
font-weight: 600;
padding: 0 20px 10px 0;
text-decoration: none;
}

#shop_basket a:hover {
color: #fff;
}

/* -------4. fonts ------- */

h1, h2, h3, h4, p, ul {

}

h1 {
font-size: 24px;
padding-bottom:10px;
}

#logo h1 {

font-size: 58px;
color: #ffffff;
float: right;
margin-bottom: 0;
}

#content h1 {
color: #fff;
}

#sale h1 {
font-size: 20px;
}

#new h1 {
font-size: 20px;
}

h2 {
font-size: 18px;

}

.products h2 {
color: #fff;
font-size: 16px;
}

#detail_info h2 {
font-size: 16px;
}

#shop_basket h2 {
font-size: 16px;
text-transform: uppercase;
color: #fff;

padding: 15px;
}

#categories h2 {
background: url(../site_images/category-hdr-bkgrd.png) no-repeat;
display: block;
width: 250px;
height: 40px;
color: #ffffff;
font-size: 24px;
text-transform: uppercase;

margin-left: 5px;
padding: 4px 0 0 15px;
}

#chart h2 {
background: url(../site_images/category-hdr-bkgrd.png) no-repeat;
display: block;
width: 250px;
height: 40px;
color: #ffffff;
font-size: 24px;
text-transform: uppercase;

margin-left: 5px;
padding: 4px 0 0 15px;
}


.products h3 { /* used in chart sections */
font-size: 12px;

}


h4{
}


#credits p {
font-size: 12px;
}

.para p { /* general page text */
font-size: 12px;
width: 510px;
line-height: 18px;
padding-bottom: 10px;
}

#product_detail p {
font-size: 12px;
width: 510px;
line-height: 18px;
padding-bottom: 10px;
}

#shop_basket p { /* product listings in the basket */
color: #000000;
font-size: 14px;
padding-left: 25px;
}

.products p { /* text for product listings on overview pages */
font-size: 14px;
float: left;
width: 340px;
line-height: 20px;
margin: 10px 0 0 0;
}

#sale .products p, #new .products p { /* text for product listings on overview pages */
font-size: 12px;
float: left;
width: 70px;
line-height: 18px;
margin: 5px;
}

#detail_info p { /* text for product detail pages */
font-size: 12px;
float: left;
width: 210px;
line-height: 18px;
margin-bottom: 10px;
}



/* #shop_content_inner p.thumbs { /* product thumbnails */ /*
width: 320px;
} */


p.enlarge {
font-size: 12px;
font-weight: 600;
line-height: 18px;
margin-bottom: 10px;
}

#shop_content_inner p.enlarge { /* product thumbnails */
background: url(../site_images/enlarge-image.png) no-repeat left center;
padding: 10px 35px;
}

#content ul {
margin: 10px 30px 20px 30px;
font-size: 14px;
}

#content ul li {
line-height: 20px;
}

#footer ul {
width: 100px;
}

#footer ul.address {
margin-left: 20px;
list-style-type: none;
}

#footer ul.address li {
font-size: 12px;
}

ol {
}

hr {
}

.strikethru {
text-decoration: line-through;
font-weight: bold;
}

#sale .products p .special, #new .products p .special {
width: 70px;
}

.special {
background: url(../site_images/sale-icon.png) no-repeat left center;
font-size: 11px;
color: #1c1c1c;
font-weight: bold;
padding: 0 0 0 45px;
display: block;
}

.rrp {
font-size: 11px;
font-weight: bold;
}

table.basket {
width: 210px;
margin: 0 0 10px 15px;
}

table.basket td {
font-size: 11px;
}

/* ------- 5. images ------- */

a img {
	border: 0;
}

#header img {
padding-top: 15px;
}

#shop_basket img {
float: left;
padding: 25px 5px;
}

.products img { /* thumbnail on categories overview */
float: left;
border: solid 1px #cccccc;
margin: 10px 10px 10px 0;
width: 100px;
 
}

#sale .products img, #new .products img { /* thumbnail on categories overview */
float: left;
border: solid 1px #cccccc;
margin: 5px 5px 5px 0;
width: 45px;
}

p.thumbs img { /* thumbnails on product detail page */
border: solid 1px #cccccc;
margin: 10px 5px 10px 0;
width: 75px;
height: 65px;
}

#detail_image img { /* forces large image on product detail within box proportions */
border: solid 1px #cccccc;
}

#footer img {
float: right;
padding: 5px 10px 0 0;
}

/* -------7. forms ------- */

#header-content form {
display: inline;
margin-top: 7px;
clear: left;
float:left;
}

#header-content form .text-search {
border: solid 1px #999;
padding: 5px;
width: 170px;
}

#header-content form .text-search:hover {
border: solid 1px #ccc;
}

#header-content form .submit {
background-color: #999;
color: #fff;
border: solid 1px #fff;
padding: 5px 7px;
}

#header-content form .submit:hover {
border: solid 1px #ccc;
background-color: #ccc;
cursor: pointer;
}

#sale .products form.addtobasket, #new .products form.addtobasket {
float: left;
} 

form.addtobasket {
float: right;
}


form.enquiry {
width: 500px;
}

form.login {
width: 350px;
}

label {
float: left;
font-size: 14px;
line-height: 16px;
color: #333;
margin-bottom: 10px;
}

form.login .textfield {
width: 200px;
height: 20px;
padding: 5px;
float: right;
border: solid 1px #999;
font-size: 14px;
color: #333;
}

.textfield {
width: 350px;
height: 20px;
padding: 5px;
float: right;
border: solid 1px #999;
font-size: 14px;
color: #333;
margin-bottom: 15px;
}

.textarea {
width: 350px;
height: 125px;
float: right;
border: solid 1px #999;
margin-bottom: 15px; 
padding: 5px;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #333;
}

.textfield:hover {
border: solid 1px #cc3399;
}

.textarea:hover {
border: solid 1px #cc3399;
}

.textfield_error {
width: 350px;
height: 20px;
float: right;
border: solid 1px #cc3399;
font-size: 14px;
color: #333;
padding: 5px;
}


.notice {
float: right;
font-size: 12px;
color:#1c1c1c;
}

.required {

font-size: 24px;
color:#cc3399;
}

#middle p.error {
font-weight: 600;
color: #cc3399;
}

.button {
cursor: pointer;
float: right;
border: solid 1px #fff;
background-color: #cc3399;
color: #ffffff;
width: 50px;
height: 35px;
padding: 10px 50px;
text-align: center;
}

.button:hover {
border: solid 1px #fff;
background-color: #999;
}

.buy-button {
background:url(../site_images/buy-button.png) no-repeat left 0;
width: 150px;
height: 30px;
border: 0;
cursor: pointer;
padding: 0 20px 0 35px;
font-size: 14px;
font-weight: 600;
color: #fff;
}

.buy-button:hover {
background:url(../site_images/buy-button.png) no-repeat left -30px;
}

.morebutton {
background:url(../site_images/forward-button.png) no-repeat right 0;
width: 110px;
height: 30px;
border-left: solid 2px #fff;
border-top: 0;
border-right: 0;
border-bottom: 0;
cursor: pointer;
padding: 0 30px 0 10px;
font-size: 14px;
font-weight: 600;
color: #fff; 
}

.morebutton:hover {
background:url(../site_images/forward-button.png) no-repeat right -27px;
}

#sale .products .buy-button, #new .products .buy-button {
background:url(../site_images/buy-button-sm.png) no-repeat left 0;
width: 110px;
height: 20px;
border: 0;
cursor: pointer;
padding: 0 20px 0 35px;
font-size: 10px;
font-weight: 600;
}

#sale .products .buy-button:hover, #new .products .buy-button:hover {
background:url(../site_images/buy-button-sm.png) no-repeat left -20px;
}

#sale .products .morebutton, #new .products .morebutton {
background:url(../site_images/forward-button-sm.png) no-repeat right 0;
width: 80px;
height: 18px;
border: 0;
cursor: pointer;
padding: 0 20px 0 0px;
font-size: 10px;
font-weight: 600;
}

#sale .products .morebutton:hover, #new .products .morebutton:hover {
background:url(../site_images/forward-button-sm.png) no-repeat right -18px;
}




/* -------8. tables ------- */
table.new-summary {
width: 500px;
}

table.new-summary th {
font-size: 12px;
font-weight: 600;
color: #333333;
}

table.new-summary td {
font-size: 12px;
color: #333333;
}


/* -------9. hacks ------- */

body {/*IE 5 centring bug fix */
text-align: left;
}

img, div, a, h2, input { behavior: url(iepngfix.htc) } 

* html #container {
width: 820px;
}


* html #detail_image {
width: 300px;
}

* html #detail_info {
width: 200px;
}

* html .products {
width: 175px;
padding: 0;

}

* html #boxes-right {
float: left;
margin-left: 9px;
}

* html #header-content form .submit {
padding: 5px 1px;
float: right;
}

* html #header-content form .text-search {
width: 150px;
float: left;
}

* html #header-content {

width: 330px;

}
#cal {margin-left:-17px;}
#cal table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
}
#cal td, #cal th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	color: #444;
	position: relative;
}
#cal th{
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
#cal td:hover, #cal th:hover {
	background-position: 0px -81px;
	color: #222;
}
#cal td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#cal td.date_has_event:hover {
	background-position: 162px -81px;
}
#cal td.padding {
	background: url(../img/calpad.jpg);
}
#cal td.today {
	background-position: 81px 0px;
	color: white;
}
#cal td.today:hover {
	background-position: 81px -81px;
}
#cal .events {
	position: relative;


}
#cal .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
#cal .events li {
	padding-bottom: 5px;
}
#cal .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
#cal .events li span.title {
	font-weight: bold;
	color: #222;
}
