/******************************************************************************
* Site wide styles (classes)
******************************************************************************/

html {
	height: 101%;
}

body
{
    margin: 0 auto;
    font-family: Arial, sans-serif;
    font-size: x-small;
    color: #7f7f7f;
}

a
{
	outline: none;
}

.clear
{
	clear: both;
}

pre
{
    font-family: arial;
    font-size: x-small;
    color: #7f7f7f;
}

/* Have to define a class because ie5 cannot handle css3 input[type=button] */
input.stdbutton
{
	display: inline-block;
	border: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #3f3f3f;
	width: 75px;
	height: 23px;
	text-align: center;
	text-transform: lowercase;
	background: transparent url(../../images/buttonbg.png) top left no-repeat;
}


input.stdbutton_normal_case
{
    display: inline-block;
    border: none;
    font-size: 1.1em;
    font-weight: bold;
    color: #3f3f3f;
    width: 70px;
    height: 23px;
    text-align: center;
    background: transparent url(../../images/buttonbg.png) top left no-repeat;
}


/*
.widebutton
{
	background: transparent url(../../images/buttonbg-wide.png) top left no-repeat;
}
*/
input.darkbutton
{
	border: 0px solid;
	background: #000000;
	font-family: tahoma;
	font-size: 1.2em;
	font-weight: bold;
	color: #7f7f7f;
	padding: 0.2em 1em 0.2em 1em;
}

input.externalbutton
{
    float: right;
    margin: 1em 0em 0em 0.5em;
}

input.stdbuttonsmall
{
    margin: 0em 0em 0em 0em;
    padding: 0.2em 0em 0.2em 0em;
    font-size: 0.8em;
    width: 100px;
}

input.stdtext
{
    border: 1px solid #7f7f7f;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

p.p-emphasis
{
    font-size: 1.3em;
    font-weight: bold;
}

span
{
/*
    font-size: x-small;
*/
}

a
{
    text-decoration: none;
    color: #7f7f7f;
}

a img
{
    border: 0px;
}

div.information-message
{
    padding: 0em 0em 2em 0em;
    color: red;
    font-weight: bold;
}

*.bold
{
	font-weight: bold;
}

*.information-error
{
    color: red;
}

.selected img
{
	border-color: #494B4A !important;
}

form
{
	margin-top: 0;
}

hr
{
	border: none;
	border-color: #353636;
	height: 1px;
	color: #353636;
	background-color: #353636;
}

.highlight {
	color: #fff;
}

textarea {
	overflow: auto;
}

/******************************************************************************
* Primary page panel layout divs
******************************************************************************/

/* Outermost container */


/* Includes the header */
div#content-container
{
    position: relative;
    top: 55px;
}

/* Comes after the header, includes the main menu */
div#innercontent-container
{
	width: 914px;
	position: relative;
	top: -50px;
	margin-left: 23px;
}

div#mainpanel-container
{
	height: 456px;
	background: #000;
}

div#splashpanel-container
{
    height: 600px;
    width: 100%;
}



/******************************************************************************
* Styles associated with the top menu
******************************************************************************/


/******************************************************************************
* Styles associated with the bottom search menu
******************************************************************************/

div#search-container
{
	width: 880px;
	height: 62px;
	margin-top: 10px;
	padding: 20px 0 0 37px;
	background: transparent url(../../images/searchbg.png) top left no-repeat;
}

div#search-container-right
{
    margin: 1em 0em 0em 0em;
}
div#search-container div.option
{
  width:130px;
  float:left;
  margin-right:12px;
}

div#search-container div.option select
{ 
  width:130px;
 	font-size: 11px; 
}

div#search-container div.option .textbox {
	width: 125px;
	font-size: 11px;
	padding: 1px;
}

div#search-container .stdbutton
{
	margin-top: 11px;
}


/*
div#searchinputs
{
	height: 30px;
}

input.searchtext
{
	width: 110px;
	margin: 0em 0.5em 0em 0.5em;
	color: #7f7f7f;
}

#searchinputs .stdbutton
{
	width: 69px;
	background-image: url(../../images/buttonbg.png)
}

span#label-searchbudget
{
	margin: 0em 0em 0em 2.5em;
}

span#label-searchcategory
{
	margin: 0em 0em 0em 7em;
}

span#label-searchgemstone
{
	margin: 0em 0em 0em 8em;
}

span#label-searchmaterial
{
	margin: 0em 0em 0em 8.5em;
}

span#label-searchstock
{
	margin: 0em 0em 0em 9em;
}
*/
/******************************************************************************
* Styles associated with the main dynamic content in the middle of the page
******************************************************************************/
/*
div#mainpanel-border
{
	background-color: #000000;
	height: 98%;
	margin: 0em 0em 0em 0em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
*/
div#mainpanel-content
{
	/*
	height: 99%;
	*/
	background-color: #000000;
}

div#jewellerypanel-content
{
    border: 1px solid;
    background-image: url(../../images/information_panel_bkgrnd.jpg);
    /*
    height: 100%;
    */
}

div#jewellerypanel-content
{
	/*
	height: 100%;
	*/
}

/* --------------------------------------------------------------------------*/
/* General classes */
/* --------------------------------------------------------------------------*/

div#portfolio-image img
{
    margin-left: 15em;
}

*.text-retailprice
{
    font-weight: bold;
}

*.text-cmsprice
{
    font-weight: bold;
    color: #009999;
}

*.text-itemtitle
{
    font-weight: bold;
}

*.text-message
{
    font-weight: bold;
    color: red;
}

*.darkonblack
{
	color: #C0C0C0;
}

*.lightonblack
{
	/*color: #FFFFFF;*/
	color: #919191;
}

/* --------------------------------------------------------------------------*/
/* category.jsp */
/* --------------------------------------------------------------------------*/

div.category-display
{
    text-align: center;
    color: #cacaca;
    font-size: 12px;
}

div.category-display a
{ 
	display: block;
	float: left;
	width: 159px;
	height: 206px;
	padding: 11px;
	background: transparent url(../../images/categorylabel.png) 50% 176px no-repeat;
	border-left: 1px solid #353636 !important;
	color: #cacaca;
	font-weight:bold;
}

div.category-display img
{
    border: 0px solid;
    margin-bottom: 17px;
}

/* --------------------------------------------------------------------------*/
/* jewellery.jsp */
/* --------------------------------------------------------------------------*/
/*
div#jewellery-display
{
	position: relative;
}

div#jewellery-display fieldset
{
	position: relative;
	display: block;
	float: left;
	width: 181px;
	height: 228px;
	margin: 0;
	padding: 0;
	border: none;
	border-left: 1px solid #353636 !important;
}

.toprow
{
	height: 227px;
	border-bottom: 1px solid #353636 !important;
}

div#jewellery-display img
{
	display: block;
	margin: 0 auto;
	background: #030301;
	border: 1px solid #121312;
}

div.jewellery-description
{
	margin-top: 6px;
	font-weight: bold;
	color: #9A9A9A;
}

div.jewellery-retailprice
{
	color: #C0C0C0;
}

div.jewellery-cmsprice
{
	font-weight: bold;
	color: #fff;
}

.jewellery-description, .jewellery-retailprice, .jewellery-cmsprice
{
	margin-left: 12px;
	width: 114px;
}

.button-view
{
	position: absolute;
	display: block;
	width: 39px;
	height: 19px;
	float: right;
	top: 196px;
	left: 130px;
	line-height: 19px;
	background: transparent url(../../images/viewbuttonbg.png) top left no-repeat;
	color: #CACACA;
	text-align: center;
}

div#jewellery-pagination
{
	width: 912px;
	margin-top: 6px;
}

#jewellery-pagination table
{
	margin: 0 auto;
	text-align: center;
}

#jewellery-pagination a
{
	color: #5A5B5A;
}

#jewellery-pagination a:hover
{

	color: #000201;
}

.jewellery-paginationactive a
{
	color: #000201;
	text-decoration: underline;
}

span.jewellery-message
{
    position: relative;
    top: 200px;
    font-weight: bold;
    font-size: 14px;
    color: white;
}
*/
/* --------------------------------------------------------------------------*/
/* viewjewellery.jsp */
/* --------------------------------------------------------------------------*/
/*
div#viewjewellery-leftpanel
{
	position: absolute;
	background-color: black;
	width: 430px;
}

div#viewjewellery-mainpicture
{
    height: 430px;
}

div#viewjewellery-mainpicture table
{
    height: 100%; 
}

div#viewjewellery-picture
{
	background-color: black;
}

div#viewjewellery-picframe
{
	width: 100px;
	margin-top: 4px;
	background-color: black;
	border: 5px solid #181919;
}

div#viewjewellery-centralpanel
{
    position: absolute;
    left: 528px;
    width: 115px;
    height: 450px;
}

div#viewjewellery-rightpanelframe
{
    position: absolute;
    left: 654px;
    width: 200px;
    height: 435px;
    padding: 15px 0 0 30px;
    background-color: #000000;
    border-left: 1px solid #323433;
}

div#viewjewellery-rightpanel
{
    background-color: #000000;
}

div#viewjewellery-rightpanel h3
{
    text-align: center;
}

.backButton
{
	display: block;
	width: 40px;
	height: 21px;
	padding-left: 27px;
	font-size: 11px;
	line-height: 21px;
	color: #CACACA;
	background: transparent url(../../images/backbuttonbg.png) top left no-repeat;
}

div#viewjewellery-info
{
    height: 90px;
    margin-top: 6px;
    border-bottom: 1px solid #1F2120;
}

div#viewjewellery-price
{
    padding-top: 10px;
}

div.viewjewellery-pricetotal
{
	color: #fff;
	padding-bottom: 5px;
}

*.viewjewellery-pricenormal
{
    font-size: 12px;
}

*.viewjewellery-pricecms
{
    font-size: 14px;
}

*.viewjewellery-pricesaving
{
    font-size: 12px;
}

*.viewjewellery-price
{
    font-size: 1.5em;
}

div#viewjewellery-stockno
{
	color: #919191;
	margin-top: 5px;
	padding-top: 12px;
	border-top: 1px solid #1F2120;
}

div#viewjewellery-help
{
	margin-top: 20px;
}

#viewjewellery-help div
{
	color: #fff;
}

div#viewjewellery-servicemsg
{
    padding-bottom: 0.6em;
}

div#viewjewellery-servicemsg p
{
     font-style: italic;
     padding: 1em 1.5em 0.5em 1.5em;
     text-align: center;
}

div#viewjewellery-servicemsg a
{
    text-decoration: underline;
}

div#viewjewellery-buttons 
{
	margin-top: 10px;
}

.button-details
{
	display: block;
	width: 118px;
	height: 26px;
	margin-bottom: 4px;
	line-height: 24px;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background: transparent url(../../images/productbuttonbg-dark.png) top left no-repeat;	
}

.viewjewellerybutton 
{
	width: 118px;
	height: 26px;
	padding-bottom: 4px;
	border: none;
	color: #fff;
	font-size: 13px;
	background: transparent url(../../images/productbuttonbg-dark.png) top left no-repeat;
}

.basketbutton
{
	margin-bottom: 6px;
	background-image: url(../../images/productbuttonbg-light.png);
}

div#viewjewellery-buttons input.stdbutton
{
    width: 120px;
    margin-bottom: 0.3em;
}

div#viewjewellery-title
{
	margin-top: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

div#viewjewellery-enlarge
{
    position: absolute;
    color: #009999;
    top: 425px;
    left: 20px;
}

div#viewjewellery-otherPictures
{
	margin-top: 15px;
}

.button-enlarge
{
	display: block;
	width: 96px;
	height: 19px;
	line-height: 19px;
	background: transparent url(../../images/enlargebuttonbg.png) top left no-repeat;
	color: #CACACA;
	text-align: center;
}
*/
/* --------------------------------------------------------------------------*/
/* customersay.jsp
/* --------------------------------------------------------------------------*/

div#customersay-display
{
    padding: 0em 0em 1em 0em;
}

div#customersay-display fieldset
{
    display: inline;
    width: 550px;
    vertical-align: top;
    border: 0px;
}

div#customersay-display div
{
    width: 500px;
}

div#customersay-name
{
    padding: 1em 0em 0em 0em;
    font-weight: bold;
}

span#customersay-image img
{
    padding: 1em 0em 0em 0em;
}

img#customersay-halmark
{
    position: relative;
    top: 5px;
    padding: 0em 1em 0em 0em;
}

/* --------------------------------------------------------------------------*/
/* introducefriend.jsp
/* --------------------------------------------------------------------------*/

p#introducefriend-text
{
    padding: 0em 0em 3em 0em;
}

fieldset#introducefriend-fields
{
    border: 0px;
}

fieldset#introducefriend-fields label
{
    float: left;
    width: 130px;
}

input.introducefriendbtn
{
    margin: 1em 0em 0em 16.2em;
    width: 120px;
}

/* --------------------------------------------------------------------------*/
/* basket.jsp
/* --------------------------------------------------------------------------*/

table#basket-items
{
	width: 100%;
}

table#basket-items tr
{
    vertical-align: top;
}

table#basket-items th
{
    font-weight: bold;
    vertical-align: top;
}

span.basket-cmsprice
{
    font-weight: bold;
    color: #009999;
}

th#basket-descriptionfield
{
    width: 300px;
}

td#basket-descriptionfield
{
    text-align: center;
}

td#basket-descriptionfield div
{
    padding-bottom: 5px;
}

th#basket-quantityfield
{
    width: 100px;
}

th#basket-cmsfield
{
    width: 150px;
}

div#basket-cmsamount
{
	padding-top: 5px;
	padding-bottom: 5px;
}

div#basket-totalamount
{
	padding-top: 5px;
	padding-bottom: 5px;
    text-align: center;
}

div#basket-hallmark
{
    text-align: center;
}

div#basket-servicelink a
{
    text-decoration: underline;
}

select.basket-number
{
	padding-top: 5px;
	width: 40px;
}

div#basket-quantity
{
	padding-bottom: 5px;
}

/* --------------------------------------------------------------------------*/
/* wishlist.jsp
/* --------------------------------------------------------------------------*/

table#wishlist-items
{
	width: 100%;
}

table#wishlist-items tr
{
    vertical-align: top;
}

th#wishlist-linkfield
{
    width: 150px;
}

th#wishlist-pricefield
{
    width: 150px;
}

th#wishlist-cmsfield
{
    text-align: center;
    color: #009999;
    width: 100px;
}
div#wishlist-hallmark
{
    text-align: center;
}

span.wishlist-cmstext
{
    font-weight: bold;
    color: #009999;
}

/* --------------------------------------------------------------------------*/
/* contactus.jsp
/* --------------------------------------------------------------------------*/

fieldset#contact-form
{
    width: 400px;
    border: 0px;
    padding-top: 1em;
}

fieldset#contact-form div
{
    padding: 0em 0em 0.3em 0em;
}
input.contact-initialsfield
{
    width: 40px;
}

input.contact-longfield
{
	width: 202px;
}

select.contact-title
{
	width: 125px;
}

select.contact-calloption
{
    width: 206px;
}
span.contact-itemdescription
{
    float: left;
    width: 100%;
    padding: 0em 0em 1em 0em;
}


/* --------------------------------------------------------------------------*/
/* service.jsp
/* --------------------------------------------------------------------------*/

div#service-product
{
    width: 400px;
    float: left;
}

div#service-additional
{
    width: 400px;
}

fieldset#service-productitem
{
    border: 0px;
    float: left;
    height: 130px;
    padding: 0em 3em 0em 3em;
}

fieldset#service-productitem div
{
    vertical-align: middle;
    text-align: center;
}

div.service-producttitle
{
    width: 130px;
}

div.service-sectiontitle
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 0em 0em 0.8em 0em;
}

div#service-popup
{
    position: absolute; 
    top: 100px; 
    left: 200px; 
    border: 1px solid; 
    background-color: white; 
    padding: 2em 2em 1em 2em;
    display: none;
}

div#service-popupback
{
    cursor: pointer;
    position: relative; 
    top: 13px;
    color: blue;
}

div#service-popuptitle
{
    padding: 0em 3em 0em 3em;
    text-align: center;
}

/* --------------------------------------------------------------------------*/
/* aboutcms.jsp
/* --------------------------------------------------------------------------*/

div.about-stddiv
{
    float: left;
}

div.about-paddeddiv
{
    margin: 0em 0.2em 0.2em 0.2em;
}

div#about-mainpanel
{
     height: 365px;
     border: 1px solid;
     width: 523px;
     margin: 0em 0.2em 0.2em 0.2em;
     background-color: #000000;
}

div#about-cmstagline
{
    background-color: #E5E5E5; 
    font-size: 18px; 
    text-align: center; 
    padding: 0.2em 0.2em 0.2em 0.2em; 
    border: 1px solid; 
    margin: 0.1em 0.1em 0.1em 0.1em; 
    color: #1FACAB;
    width: 552px;
}

div#about-itemimage
{
    margin-top: 2px;
}

div#about-bathtagline
{
    background-color: #E5E5E5; 
    font-size: 16px; 
    text-align: center; 
    padding: 0.2em 0.2em 0.2em 0.2em; 
    border: 1px solid; 
    color: #1FACAB; 
    margin-top: 2px;
}

div.about-overlaypanel
{
    position: absolute;
    top: 25px;
    left: 107px;
}

div#about-largedisplayshell
{
    height: 326px; 
    width: 564px;
}

div#about-largedisplayhead
{
    position: relative; 
    top: -320px; 
    text-align: center;
}

div#about-largedescription
{
    position: relative; 
    top: -60px; 
    text-align: center;
}

div#about-largedisplayclose
{
    position: relative;
    top: -72px; 
    left: -220px; 
    text-align: center; 
    cursor: pointer;
}

/* --------------------------------------------------------------------------*/
/* additionalinfo.jsp
/* --------------------------------------------------------------------------*/

div#addinfo-mainpanel
{
	border: 1px solid;
	height: 100%;
	border: none !important;
}

#addinfo-mainpanel h2
{
	color: #eaeaea;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#addinfo-leftpanel
{
	position: absolute;
	width: 130px;
	height: 450px;
	padding-left: 15px;
	border-right: 1px solid #353636;
}

div#addinfo-centralpanel
{
	position: absolute;
	left: 175px;
	width: 492px;
	height: 450px;
	border-right: 1px solid #353636;
}

div#addinfo-rightpanel
{
	position: absolute;
	left: 680px;
	width: 204px;
	height: 438px;
	padding-left: 15px;
	padding-top: 12px;

}

#addinfo-leftpanel h2
{
	margin-top: 5px;
}

#addinfo-leftpanel img
{
	border: 5px solid #181919;
	margin-bottom: 4px;
}

span.addinfo-detail
{
	color: #FFFFFF;
}

div#addinfo-buttonpanel
{
	position: absolute;
	left: 463px;
	top: 495px;
}

div#addinfo-centralpanel div
{

}

div#addinfo-image
{ 
	width: 468px;
	height: 340px;
	text-align: center;
}

div#addinfo-image img
{
	margin-top: 60px;
}

#addinfo-image div
{
	position: absolute;
	top: 319px;
	left: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

div#addinfo-stockno 
{
	color: #919191;
	font-size: 11px;
}

div#addinfo-bottominfo 
{
	position: absolute;
	width: 468px;
	height: 45px;
	top: 370px;
	border-top: 1px solid #1F2120;
	border-bottom: 1px solid #1F2120;
}

#bottominfo-left 
{
	float: left;
	width: 175px;
	height: 39px;
	padding-top: 6px;
	font-size: 15px;
	border-right: 1px solid #1F2120;
}

#bottominfo-right 
{
	float: right;
	width: 265px;
	padding-top: 8px;
	font-size: 11px;
}

#bottominfo-right span, #bottominfo-right a
{
	color: #fff;
}

.addinfo-pricecms
{
	color: #fff;
}

div#addinfo-description
{
	font-size: 12px !important;
}

/* --------------------------------------------------------------------------*/
/* largeimage.jsp
/* --------------------------------------------------------------------------*/

div#largeimage-mainpanel
{
	text-align: center;
}

div#largeimage-supplimentaryImage
{
	text-align: center;
	position: absolute;
	width: 90px;
	left: 790px;
	top: 50px;
}

div#largeimage-cmslogo
{
	position: absolute;
	left: 785px;
	top: 450px;
}

div#largeimage-close
{
	position: absolute;
	color: white;
    font-weight: bold;
    top: 480px;
    left: 30px;
}

/* --------------------------------------------------------------------------*/
/* checkout.jsp
/* --------------------------------------------------------------------------*/

fieldset#checkout-details
{
	float: left;
	width: 420px;
	border: 0px;
	padding: 2em 0em 0em 0em;
}

fieldset#checkout-details label
{
	float: left;
	width: 130px;
}

fieldset#checkout-details div
{
	padding: 0.2em 0em 0em 0em;
}

fieldset#checkout-details input
{
	width: 150px;
}

input.checkout-checkbox
{
	width: 10px;
}

fieldset#checkout-details select
{
	margin: 0em 0em 0em 0em;
	width: 140px;
}

div#checkout-titledetails input
{
	width: 50px;
}

div#checkout-titledetails span
{
	margin: 0em 1em 0em 1.5em;
}

div#checkout-namedetails input
{
	width: 250px;
}

div#checkout-delivery input
{
	width: 20px;
}

div#checkout-worldpaylogos
{
	padding: 12em 0em 0em 0em;
}

/* --------------------------------------------------------------------------*/
/* home.jsp
/* --------------------------------------------------------------------------*/

div#home-mainpanel
{
	height: 580px;
}

/* ----- Left Panel ----- */

div#home-leftpanel
{
	position: relative;
	float: left;
	width: 145px;
	height: 580px;
	border-right: 1px solid #252525;
}

div.home-productimage 
{
	position: relative;
	width: 145px;
	height: 115px;
	background: #090907;
	border-bottom: 1px solid #252525;
}

#nowshowing
{
	position: absolute;
	width: 145px;
	height: 115px;
	top: 0px;
	left: 0px;
}

/* ----- Centre Panel ----- */
/*
div#home-centrepanel
{position: relative;
	float: left;
	width: 510px;
}

div#home-largeimage
{
	position: relative;
	height: 324px;
	padding-top: 40px;
	text-align: center;
	border-bottom: 1px solid #1F2120;
}

#home-largeimage a
{
	display: block;
	position: absolute;
	left: 165px;
	top: 310px;
}

div#home-privateclients
{
	padding: 20px;
}

#home-privateclients h2
{
	height: 23px;
	margin-bottom: 23px;
	text-indent: -9999px;
	border-bottom: 1px solid #1F2120;
	background: transparent url(../../images/privateclients.png) top left no-repeat;
}

#home-privateclients p
{
	margin-bottom: 1em;
	font-size: 11px;
	color: #eaeaea;
}
*/
/* ----- Right panel ----- */
/*
div#home-rightpanel
{
	position: relative;
	float: right;
	width: 251px;
	height: 580px;
	border-left: 1px solid #252525;
}

div#home-bespoke
{
	height: 364px;
	border-bottom: 1px solid #1F2120;
}

#home-bespoke a
{
	display: block;
	position: absolute;
	left: 39px;
	top: 310px;
}

#home-testimonials
{
	padding: 20px;
}

#home-testimonials h2
{
	height: 23px;
	margin-bottom: 23px;
	text-indent: -9999px;
	border-bottom: 1px solid #1F2120;
	background: transparent url(../../images/quotes.png) top left no-repeat;
}

#home-testimonials p
{
	font-size: 11px;
	color: #eaeaea;
}

.testimonial-name
{
	margin-top: 1em;
	font-size: 11px;
	color: #919191;
}
*/

/* -- Some additional rules required as a result of SEO work, AW -- */
#bespoke h2, #header h1     { margin:0; padding:0; }
.categoryDesc               { padding:0 18px 7px 18px; }
.categoryDesc p.spacingHack { padding:0; margin:0; line-height:12px; }