@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}

body {
font-size: 62.5%;
text-align: center; /* center for ie */
margin: 0;
padding: 0;
/* background-color: #d1e8f4; */
background: #fff url(null) fixed no-repeat;
}

P {
font-size: 1.2em;
}
h1 {
font-size: 2.8em;
}
h2 {
font-size: 2.2em;
}
.clear {
display: block;
height:1px;
clear:both;
margin: 0;
} 
/* Page Structures -------------------------------------*/
/* Page Header -----------------------------------------*/
#headercontainer {
background-color: #fff;
width: 900px;
margin-top: 0;
padding-top: 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
clear: both;
}

#header {
width: 900px;
height: 148px;
background: #b1319d url(images/header_bg.jpg);
background-position: top left;
background-repeat: no-repeat;
position: relative;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
text-align: center;
}


#navcontainer {
background-color: #afd6d3;
width: 900px;
height: auto;
margin-top: 5px;
padding: 8px 0 0 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 0px;
}

/*
#navspace {
height: 10px;
min-height: 10px;
} */
/* Page Body ---------------------------------------------------*/

#pagebody {
background-color: #fff;
width: 900px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
padding: 5px 0 0 0;
clear: both;
}
#bodycontainer {
width: 900px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
text-align: center;
background-color: #fff;
padding-bottom: 5px;
}

#leftcol {
float: left;
width: 207px;
margin: 0 0 5px 0;
background: #e0f0f0;
}
#rightcol {
float: left;
width: 693px;
padding: 0;
margin: 0;
}
/*
#homeprofile {
width: 261px;
float: left;
}

#hometextcontainer {
float: left;
width: 360px;
margin: 0;
padding: 0;
}

#imagecontainer {
float: left;
width: 390px;
margin: 0;
padding: 15px 0 0 15px;
}

#textcontainer {
float: left;
width: 445px;
margin: 0;
padding: 0;
}
#playerexpcontainer {
float: left;
width: 405px;
margin: 0;
padding: 0;
}
#formcontainer {
float: left;
width: 405px;
margin: 0;
padding: 0;
}
.whitespace {
height: 505px;
min-height: 505px;
}
.formspace {
height: 395px;
min-height: 395px;
}
.lrgtxtcontainer {
width: 845px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
text-align: left;
padding: 0;
} */
/* ----Footer -------------------------------------------------*/
#footercontainer {
background: #993399;
width: 900px;
border-top: 1px;
padding-top: 5px;
margin-top: 15px;
margin-right: auto;
margin-bottom: 15px;
margin-left: auto;
clear: both;
}
#footer {
width: 900px;
background: #993399;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
/*-- Header Content ---*/
* html #header{height: 148px;}
#header h1 {position: absolute; left: 235px; top: 55px;}

#header #logo { 
position: absolute;
overflow: hidden;
margin: 0;
padding: 0;
width: 570px; 
height: 64px;
}
#header #logo span {
display: block;
position:absolute;
right: 0;
top: 0;
z-index: 1;
width: 571px;
height: 64px;
margin: 0;
padding: 0;
background: url("images/logo.jpg");
background-position: top right;
background-repeat: no-repeat;
cursor: pointer;
}
#header #logo a {
position: static;
display: block;
height: 64px;
white-space: nowrap;
color: #fff;
}

.headercontact {
float: right;
text-align: right;
padding: 10px 10px 0 0;
}
.headercontact p {
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: normal;
font-size: 2.0em;
color: #fff;
margin: 0;
padding: 0;
}

.headercontact a {
color: #fff;
text-decoration: none;
}

/* --- Global Navigation --------------------------------------------------*/
#nav {
width: 880px;
font-size: 90%;
margin: 0;
padding: 0 0 10px 0;
line-height: 1.8em;
height: auto;
}
#nav ul {
margin: 0 0 0 35px;
text-align: left;
padding: 0;
list-style: none;
/* margin: 0; */
}
#nav li {
display: inline;
}
#nav li a:link, #nav li a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.2em;
color: #003333;
text-decoration: none;
padding: 0 25px 0 0px;
text-align: center; 
margin-right: 0;
}
#nav li a:hover {
text-decoration: underline;
}
#navcontainer #nav .navcurrent {
text-decoration: underline;
}

/*-------------Sub Nav ------------------------------------*/
/* #subnavcontainer {
background: #000 url(images/subnavtop_bg.jpg);
background-position: top center;
background-repeat: no-repeat;
width: 880px;
height: auto;
margin-top: 5px;
padding: 6px 0 0 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
}

#subnav {
width: 880px;
font-size: 90%;
margin: 0;
padding: 0 0 5px 0;
line-height: 1.4em;
background: #660000 url(images/subnavbtm_bg.jpg);
background-position: bottom center;
background-repeat: no-repeat;
height: auto;
}
#subnav ul {
margin: 0 0 0 35px;
text-align: left;
padding: 0;
list-style: none;
/* margin: 0; 
}
#subnav li {
display: inline;
}
#subnav li a:link, #subnav li a:visited {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.7em;
color: #fff;
text-decoration: none;
padding: 0 15px 0 0;
text-align: center; 
margin-right: 0;
}
#subnav li a:hover {
text-decoration: underline;
}
#subnav .subnavcurrent {
text-decoration: underline;
}
/* -- Intro Movie ---*/
/*#intromovie {
width: 475px;
float: left;
margin: 25px 25px 25px 25px;
}

#introcontent {
width: 340px;
float: left;
margin: 25px 0 25px 0;
}
#introcontent h1 {
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 2.6em;
line-height: 1.2em;
padding-bottom: 10px;
}
#introcontent ul {
list-style: disc;
margin: 15px 0 0 75px;
}
#introcontent li {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 1.6em;
font-weight: bold;
word-spacing: 0.1em;
line-height: 1.2em;
padding: 0 0 10px 0;
text-align: left;
}
#skipintro {
width: 800px;
margin-right: auto;
margin-left: auto;
text-align: center;
}
#skipintro a {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.7em;
font-weight: normal;
color: #fff;
text-decoration: none;
font-weight: bold;
}

/* ----Leftcol Content ---------------------*/

.cart {
background: #9bcdcd url(images/cart_bg.jpg);
background-position: 165px 10px ;
background-repeat: no-repeat;
width: 207px;
min-height: 75px;
height: 75px;
display: block;
padding: 0;
margin: 0 0 0 0;
clear: both;
text-align: left;
}

.cart p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.2em;
color: #003333;
padding: 15px 0 0 10px;
}
.cart a:link, .cart a:visited, .cart a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.0em;
color: #003333;
padding: 0;
text-decoration: none;
}
.cart a:hover {
text-decoration: underline;
}

.search {
width: 207px;
text-align: left;
min-height: 80px; 
height: 80px;
display: block; 
}
.signup .signupform {
margin: 0;
padding: 0;
}
.search .searchform p {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #003333;
font-size: 1.3em;
margin: 0 0 5px 10px;
padding: 0;
font-weight: bold;
}
.search .searchform fieldset {
border: none;
margin: 0;
}
.search .searchform legend {
display: none;
margin: 0;
}
.searchform .fixedwidth {
display: block;
width: 95px;
float: left;
padding: 0 0 0 15px;
}
.searchform #search {
width: 165px;
margin: 0;
}
.searchform {
margin: 0;
}
.productnav {
width: 207px;
padding: 10px 0 0 0;
}
.navtitle {
width: 207px;
background: #993399;
}
.navtitle h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.4em;
color: #fff;
padding: 5px 0 5px 10px;
text-align: left;
}
.navlist {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.1em;
color: #003333;
padding: 0;
margin: 0;
}
.navlist ul {
list-style: disc;
text-align: left;
padding: 10px 0 0 45px;
}
.navlist li {
padding: 0 0 5px 0;
margin: 0 0 0 0;
}
.navlist a:link, .navlist a:visited {
color: #003333;
text-decoration: none;
}
.navlist a:hover, .navlist a:active {
text-decoration: underline;
}
.infonav {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.2em;
color: #fff;
padding: 10px 0 0 0;
}
.infonavtitle {
width: 207px;
background: #993399;
}
.infonavtitle h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.2em;
color: #fff;
padding: 5px 0 5px 10px;
text-align: left;
}
.infonav ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

.infonav li {
border-bottom: 1px solid #e0f0f0;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
padding-bottom: 3px;
}

.infonav li a:link, .infonav li a:visited {
font-size: 90%;
display: block;
padding: 3px 0 4px 25px;
background: #993399;
color: #fff;
text-decoration: none;
border-bottom: 1px;
} 

.infonav li a:hover {
font-size: 90%;
display: block;
background-color: #ad56ad;
text-decoration: none;
}
/*
#navcontainer #nav .navcurrent {
background-color: #ffe085;
}
*/

/* -----Home Page Profile Teaser ----------------------*/

/*#profilecontainer {
background: #356377 url(images/profiletop_bg.jpg);
background-position: top center;
background-repeat: no-repeat;
width: 261px;
margin: 10px 0 0 0;
padding: 5px 0 0 0;
}

#profilefoot {
background: url(images/profilebtm_bg.jpg);
background-position: bottom center;
background-repeat: no-repeat;
width: 261px;
margin: 0;
padding: 0 0 5px 0;
}

#profilecontent {
background: url(images/profile_bg.jpg);
background-position: center;
background-repeat: repeat-y;
width: 261px;
margin: 0;
padding: 0;
}
#profilecontent h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.8em;
color: #fff;
text-align: left;
padding: 0 0 0 10px;
width: 241px;
}
#profilecontent p {
width: 241px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: normal;
color: #fff;
text-align: left;
padding: 0 0 5px 0;
margin-left: auto;
margin-right: auto;
}
/* #player {
width: 240px;
height: 197px;
margin-right: auto;
margin-left: auto;
}
/* #profilecontent img {
padding: 5px 0 5px 0;
border: none;
} */
/*#profilecontent a {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
font-weight: normal;
color: #d29c5e;
text-decoration: none;
font-weight: bold;
}


/* ------------------------ Content --------------*/
#flash {
padding: 0;
background: #fff;
text-align: right;
}

#innercontainer {
width: 692px;
text-align: left;
padding: 5px 0 0 0;
}
#content {
width: 520px;
text-align: left;
float: left;
}
#productlist {
width: 692px;
text-align: left;
float: left;
}

#textarea {
text-align: left;
margin: 0;
padding: 0 0 0 15px;
}
#textarea h1 {
color: #5cadad;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 2.0em;
line-height: 1.2em;
padding-bottom: 10px;
}
#textarea h2 {
color: #5cadad;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 1.8em;
line-height: 1.2em;
padding-bottom: 10px;
}
#textarea h3 {
color: #5cadad;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 1.7em;
line-height: 1.2em;
padding-bottom: 10px;
}
#textarea h4 {
color: #5cadad;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 1.6em;
line-height: 1.2em;
padding-bottom: 10px;
}

#textarea h5 {
color: #5cadad;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 1.6em;
line-height: 1.2em;
padding-bottom: 10px;
}
#textarea p {
font-family: Arial;
color: #000;
font-size: 1.3em;
line-height: 1.4em;
padding-bottom: 15px;
}
#textarea span {
font-weight: bold;
}
#textarea img {
margin-right: 15px;
margin-left: 15px;
}
#textarea a {
color: #5cadad;
font-weight: bold;
text-decoration: none;
}
#text ul {
list-style: disc;
margin: 0 0 0 25px;
}
#text li {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 1.3em;
word-spacing: 0.1em;
line-height: 1.2em;
padding: 0 0 10px 0;
}
#text .submitlink a:link, #text .submitlink a:visited  {
text-decoration: none;
color: #d29c5e;
font-weight: bold;
}
#text .submitlink a:hover {
text-decoration: underline;
}
#text a {
color: #d39959;
font-weight: bold;
text-decoration: none;
}

/*-- Product Style ---*/

#producttextarea {
text-align: left;
margin: 0;
padding: 0 0 0 15px;
}
#producttextarea h1 {
color: #000;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 3.4em;
line-height: 1.2em;
padding-bottom: 5px;
padding-right: 200px;
}
#producttextarea h2 {
color: #5cadad;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 1.8em;
line-height: 1.2em;
padding-bottom: 10px;
}
#producttextarea h3 {
color: #5cadad;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 1.7em;
line-height: 1.2em;
padding-bottom: 10px;
}
#producttextarea h4 {
color: #5cadad;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 1.6em;
line-height: 1.2em;
padding-bottom: 10px;
}

#producttextarea h5 {
color: #5cadad;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 1.6em;
line-height: 1.2em;
padding-bottom: 10px;
}
#producttextarea p {
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 1.3em;
line-height: 1.4em;
padding-bottom: 15px;
}
#producttextarea span {
font-weight: bold;
}
#producttextarea img {
margin-right: 15px;
margin-left: 15px;
}

#products {
text-align: left;
margin: 0;
padding: 0;
}

#products h2 {
color: #5cadad;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 2.0em;
line-height: 1.2em;
padding: 0 0 10px 12px;
}


/*-- Featured Items Style --*/

.item {
float: left;
width: 160px;
padding: 0 0 15px 10px;
}
.imagecontainer {
position: relative;
display: table;
height: 160px;
width: 160px;
vertical-align: middle; 
text-align: center;
background: url(images/item_bg.jpg);
background-position: top center;
background-repeat: no-repeat;
text-align: center;
}
.itemimage {
width: 100%;
display: table-cell;
vertical-align: middle;
position: relative;
text-align: center;
}
.itemimage img {
display: inline;
vertical-align: middle;
border: none;
}
p.itemprice  {
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: normal;
color: #003333;
text-align: right;
padding: 3px 2px 0 0;
}
p.saleprice {
text-align: right; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 1.3em;
font-weight: bold; 
color: #ff3333; 
clear: both;
padding: 3px 2px 0 0;
}

.itemlink h3 {
float: left;
width: 105px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.2em;
color: #003333;
text-decoration: none;
padding: 3px 0 0 2px;
}
.itemlink a:link, .itemlink a:visited {
color: #003333;
text-decoration: none;
}

/* ----- Products Page Elements ----*/

.pageind {
float: right;
margin: 0;
padding: 0;
margin-top: -30px;
}
p.pageno {
float: left;
padding: 0 15px 0 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: bold;
color: #000;
}
.pagenav {
float: left;
}
.pagenav ul {
list-style: none;
}
.pagenav li {
display: inline;
}
.pagenav a:link, .pagenav a:visited {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.3em;
color: #999;
text-decoration: none;
}
.pageind .pagenav .currentpage {
color: #000;
}

.breadcrumb {
text-align: left;
padding: 0 0 10px 0;
color: #999;
}
.breadcrumb p {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.3em;
color: #999;
text-decoration: none;
}
.breadcrumb a {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.3em;
color: #999;
text-decoration: none;
}


/* --- Product Detail Page Style ----------------*/

#productcontainer {
width: 692px;
clear: both;
padding: 20px 0 0 0;
}
#productdetail {
text-align: left;
margin: 0;
padding: 0 0 0 15px;
width: 500px;
float: left;
}
.productimg {
width: 252px;
float: left;
}
.productimg img {
border: none;
}
.productdesc {
width: 220px;
float: left;
padding: 0 0 0 9px;
}
.productdesc h2 {
color: #000;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 2.0em;
line-height: 1.2em;
padding: 0 0 10px 0;
}
p.productprice {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.4em;
line-height: 1.2em;
padding: 0 0 10px 0;
}
p.reducedprice {
font-weight: bold; 
background: url(images/sale.jpg) no-repeat top left; 
text-align: right; 
width: 160px;
color: #ff3333;
}
.productdesc p {
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 1.3em;
line-height: 1.4em;
padding-bottom: 15px;
}

.productoptions {
width: 692px;
clear: both;
padding: 0;
}
.productoptions .orderopt fieldset {
border: none;
margin: 0;
}
.productoptions .orderopt legend {
display: none;
margin: 0;
}

.engravingopt {
width: 220px;
float: left;
text-align: left;
padding: 0 0 0 275px;
}
.engravingopt h3 {
color: #000;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 1.6em;
line-height: 1.2em;
padding: 0 0 10px 0;
}
.engravingopt p {
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 1.2em;
margin: 0 0 10px 0;
padding: 0;
font-weight: normal;
}
.engravingopt .engraving {
margin: 0;
padding: 0;
}
.engraving .engopt {
padding: 0 0 0 115px;
}

.engravingopt .orderopt fieldset {
border: none;
margin: 0;
}
.engravingopt .orderopt legend {
display: none;
margin: 0;
}
.engravingopt .engraving .engravenote {
padding: 0 10px 0 0;
}
.engravingopt .engraving #engopt {
padding: 0 0 0 115px;
}
.engravingopt .engraving .engravelabel {
clear: both;
}
.engravingopt #engtxt {
width: 195px;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 1.2em;
padding: 0;
font-weight: normal;
}

.wrappingopt {
width: 170px;
float: left;
text-align: left;
}
.wrappingopt h3 {
color: #000;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 1.6em;
line-height: 1.2em;
padding: 0 0 10px 0;
}

.wrappingopt .orderopt {
margin: 0;
padding: 0;
}

.wrappingopt p {
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 1.2em;
margin: 0 0 10px 0;
padding: 0;
font-weight: normal;
}
.wrappingopt .giftwrap fieldset {
border: none;
margin: 0;
}
.wrappingopt .giftwrap legend {
display: none;
margin: 0;
}
.wrappingopt .giftwrap .wrapnote {
padding: 0 10px 0 0;
}

/*----Gift Wrap Only Option Style ----------*/

.wraponlyopt {
width: 170px;
float: left;
text-align: left;
padding-left: 275px;
}
.wraponlyopt h3 {
color: #000;
font-family: "Myriad Web", "Trebuchet MS", "Times New Roman", serif;
font-weight: bold;
font-size: 1.6em;
line-height: 1.2em;
padding: 0 0 10px 0;
}

.wraponlyopt p {
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 1.2em;
margin: 0 0 10px 0;
padding: 0;
font-weight: normal;
}
.wraponlyopt .giftwrap fieldset {
border: none;
margin: 0;
}

/*------------*/

.addtocart img {
border: none;
padding: 0 0 0 275px;
}
.addtocart p {
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 1.2em;
font-weight: bold;
padding: 0 0 0 275px;
}
#giftwrap {
width: 170px;
float: right;
}
#giftwrap img {
border: none;
}

#productgeneral {
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 1.3em;
line-height: 1.4em;
padding: 25px 0 15px 15px;
min-height: 150px;
}
#productgeneral p {
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 1.0em;
padding-bottom: 15px;
}
#productgeneral a:link, #productgeneral a:visited {
color: #000;
text-decoration: underline;
}
#productgeneral a:hover {
color: #999;
}

#teasers {
float: right;
width: 167px;
margin: 0;
text-align: right;
}

.signupouter {
background: url(images/signup_top.jpg) top center;
background-repeat: no-repeat;
margin: 0;
padding: 5px 0 0 0;
width: 166px;
}
.signupinner {
background: url(images/signup_bottom.jpg);
background-position: bottom center;
background-repeat: no-repeat;
margin: 0;
padding: 0 0 3px 0;
width: 166px;
}
.signup {
background: url(images/signup_bg.jpg) center repeat-y;
text-align: left;
min-height: 200px; 
height: 200px;
width: 166px; 
display: block; 
padding: 10px 0 0 0;
margin: 0 0 5px 0;
}
.signup #signuptitle h4 {position: absolute; left: 0px; top: 0px;}

.signup #signuptitle { 
position: absolute;
overflow: hidden;
margin: 0 0 0 15px;
padding: 0;
width: 142px; 
height: 66px;
}
.signup  #signuptitle span {
display: block;
position:absolute;
left: 0;
top: 0;
z-index: 1;
width: 142px;
height: 66px;
margin: 0;
padding: 0;
background: url(images/signup_title.jpg);
background-position: top left;
background-repeat: no-repeat;
cursor: text;
}


.signup .signupform {
margin: 0;
padding: 7.0em 0 0 0;
}
.signup .signupform p {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 1.3em;
margin: 0 0 5px 0;
padding: 0;
font-weight: bold;
}
.signup .signupform fieldset {
border: none;
margin: 0;
}
.signup .signupform legend {
display: none;
margin: 0;
}
.signupform .fixedwidth {
display: block;
width: 95px;
float: left;
padding: 0 0 0 15px;
}
.signupform #s_name {
width: 134px;
margin: 0 0 0 15px;
background: #e8e8e8 url(images/formfield_bg.jpg) right no-repeat;
}
.signupform #s_email {
width: 134px;
margin: 0 0 0 15px;
background: #e8e8e8 url(images/formfield_bg.jpg) right no-repeat;
}
.signupform .btn {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
width: 75px;
margin: 5px 0 0 15px;
}

.moneyback {
text-align: right;
background-image: url(images/moneyback_roll.jpg); 
background-repeat: no-repeat;
background-position: top right;
height: 151px; 
width: 166px; 
display: block; 
padding: 0;
margin: 0 0 5px 0;
}
.moneyback a#moneybackroll { 
background-image: url(images/moneyback.jpg); 
background-repeat: no-repeat;
background-position: top right;
height: 151px; 
width: 166px; 
display: block; 
}
.moneyback a#moneybackroll span { 
display: none; 
}
.moneyback a#moneybackroll:hover { 
background-image:url(images/moneyback_roll.jpg); 
background-repeat: no-repeat;
background-position: top right;
}

.careguide {
text-align: right;
background-image: url(images/jewellery_guide.jpg); 
background-repeat: no-repeat;
background-position: top right;
height: 193px; 
width: 166px; 
display: block; 
padding: 0;
}
.careguide a#careguideroll { 
background-image: url(images/jewellery_guide.jpg); 
background-repeat: no-repeat;
background-position: top right;
height: 193px; 
width: 166px; 
display: block; 
}
.careguide a#careguideroll span { 
display: none; 
}
.careguide a#careguideroll:hover { 
background-image:url(images/jewellery_guide.jpg); 
background-repeat: no-repeat;
background-position: top right;
}

.sagelogo {
text-align: left;
width: 166px; 
padding: 0;
}
.sagelogo img {
padding: 25px 0 10px 0;
}
/* ---------------- Contact Form ------------------------*/
#form {
text-align: left;
margin: 10px 0 0 15px;
}
#form h2 {
color: #003333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 2.0em;
margin: 0 0 15px 0;
line-height: 1.0em;
}
#form h3 {
color: #003333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.4em;
margin: 0 0 15px 0;
line-height: 1.0em;
}
#form p {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #003333;
font-size: 1.2em;
margin: 0 10px 25px 0;
word-spacing: 0.1em;
line-height: 1.3em;
}
#form .contactform fieldset {
border: none;
}
#form .contactform legend {
display: none;
}
.contactform .fixedwidth {
display: block;
width: 175px;
float: left;
}
.contactform #yourname {
width: 205px;
}
.contactform #emailaddress {
width: 205px;
}
.contactform #tel {
width: 205px;
}
.contactform #subject {
width: 205px;
}
.contactform .btn {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
width: 75px;
margin-right: 95px;
}

/* -------- Footer Formatting ---------------------------*/

#copy {
float: left;
padding: 5px 0 5px 20px;
}
#copy p {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 1.0em;
color: #fff;
text-align: left;
}
#copy span {
font-weight: bold;
}

#designby {
float: right;
width: auto;
text-align: right;
padding: 1px 0 5px 0;
}
#designby p {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #fff;
padding: 0 20px 0 0;
}
#designby a {
text-decoration: underline;
}
#designby a:link {
text-decoration: none;
color: #fff;
}
#designby a:visited {
text-decoration: none;
color: #fff;
}
#designby a:hover, #designby li a:active {
text-decoration: underline;
}

/* ----- Footer Nav style / format ----------*/
#footernav {
float: left;
margin: 0;
padding: 5px 0 10px 20px;
text-align: left;
clear: left;
}
#footernav ul {
margin: 0 0 0 0;
padding: 0;
}
#footernav li {
list-style: none;
display: inline;
font: normal 1.0em Arial, Helvetica, sans-serif;
color: #fff;
border-right: solid 1px #fff;
margin: 0 5px 0 0;
padding: 0 5px 0 0;
}
#footernav li a:link {
text-decoration: none;
color: #fff;
}
#footernav li a:visited {
text-decoration: none;
color: #fff;
}
#footernav li a:hover, #footernav li a:active {
text-decoration: underline;
}

/******************************* Basket ***************************/
.basketBox {
   color: #000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   }
 .basketBox a{
   color: #000;
 }
 .basketBox a:hover {
    color: #bc5718;
     }

th.header{
  background: #dedede;
  color: #000;
}

.errormsg {
   color: #ff0000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
  }

td.underLine{
  border-bottom: solid #cccccc 1px;
}

