﻿/* standard */

*
{
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 12px;
}

body
{
    font-family: Tahoma, Geneva, sans-serif;
    color: white;
    background: black url('/css/images/body.gif') 0 10px;
    background-position: center;
    background-repeat: repeat;
}

.header
{
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.content a, .item a h4, .designers a, .back-button, .back-button a, a span.mailtext
{
    color: #5f0165;
}

.content a:hover, .item a h4:hover, .designers a:hover, .back-button:hover, .back-button a:hover
{
    color: #9e0236;
}


h1, h2, h3, h4, h5
{
    font-weight: normal;
    clear: both;
}

h1, h1 a { font-size: 16px; }
h2, h2 a { font-size: 14px; }
h3, h3 a { font-size: 12px; }
h4, h4 a { font-size: 10px; }

h6
{
    color: #999;
    font-weight: normal;
}

h3
{
    padding: 10px 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a
{
    text-decoration: underline;
}

p
{
    padding: 10px 0 0 0;
}

img
{
    border: 0;
}

input.textbox
{
    padding: 5px;
    border: 1px solid #ccc;
}

input.button, button
{
    padding: 2px 5px;
}

textarea
{
    padding: 5px;
    border: 1px solid #ccc;
}

input.tiny
{
    width: 50px;
    padding: 3px;
}
input.small
{
    width: 100px;
    padding: 3px;
}
input.medium
{
    width: 150px;
    padding: 3px;
}
input.large
{
    width: 222px;
    padding: 3px;
}
input.huge
{
    width: 400px;
    padding: 3px;
}
textarea.huge
{
    width: 400px;
    height: 200px;
    padding: 3px;
}

select
{
    border: 1px solid #ccc;
}
select.medium
{
    width: 158px;
    padding: 3px;
}
select.large
{
    width: 230px;
    padding: 3px;
}

span.required
{
    font-size: 20px;
    padding-left: 10px;
    color: #999;
}

input.error, select.error
{
    border: 1px solid #fed880;
    background: #fff4db;
}

.error-box
{
    border: 5px solid #fed880;
    background: url('/css/images/error.png') 10px center no-repeat #fff4db;
    padding: 20px 20px 20px 80px;
    min-height: 20px;
    font-size: 14px;
    margin: 10px 10px 20px 0;
}

#error-details {
    background-color: #fff2a0;
    border: solid 2px #fed880;
    padding: 5px;
    margin: 5px;
}

#error-details .info {
    margin-left: 10px;
    font-weight: bold;
}

.error-box-small
{
    border: 1px solid #fed880;
    background: url('/css/images/error-small.png') 5px center no-repeat #fff4db;
    padding: 12px 10px 10px 45px;
    min-height: 20px;
    margin: 0 0 10px 0;
}

.print
{
    background: url('/css/images/print.png') 5px center no-repeat;
    padding: 12px 10px 10px 45px;
    min-height: 20px;
    margin: 0 0 10px 0;
    cursor: pointer;
    float: right;
}

.info-box
{
    border: 5px solid #cae59a;
    background: url('/css/images/info.png') 10px center no-repeat #f0f7e2;
    padding: 20px 20px 20px 70px;
    min-height: 20px;
    font-size: 14px;
    margin: 10px 12px 0px 0;
}

.info-box input
{
    padding: 5px 10px;
}

.bold
{
    font-weight: bold !important;
}
.right
{
    float: right;
}
.left
{
    float: left;
}
.hide
{
    display: none;
}
.grey
{
    border: 1px solid #ccc;
    margin: 10px 0 5px 10px;
}
.grey img
{
    border: 2px solid white;
}

/* Design */

#sky
{
    background: transparent url('/css/images/sky.jpg') no-repeat center top;
    background-position: center 100px;
}

#site
{
    width: 980px;
    margin: 0 auto;
}

#header
{
    height: 43px;
    background: url('/css/images/header-bg.jpg') repeat-x;
}

#header ul
{
    list-style: none;
}

#header ul li
{
    float: left;
    background: url('/css/images/header-border.jpg') no-repeat right top;
    display: block;
    min-height: 33px;
}

#header ul.right li
{
    background-position: left top;
}

#header ul.right li a
{
    padding-right: 44px;
}

#header ul.right li a img
{
    position: absolute;
    right: 10px;
    top: 5px;
}

#header ul li div
{
    padding: 5px 10px 0 10px;
    min-height: 33px;
}

#header ul li a
{
    color: #333;
    font-weight: bold;
    padding: 9px 10px 0 10px;
    display: block;
    min-height: 33px;
}

#header ul li a:hover, #header ul li a.selected
{
    color: black;
    background: url('/css/images/header-selected.jpg') repeat-x;
}

#header div.greeting
{
    color: #333333;
    display: block;
    min-height: 33px;
    padding: 9px 10px 0;
}

#breadcrumb
{
    height: 30px;
    margin: 15px auto 0 auto;
    width: 990px;
    padding-top: 10px;
}

#breadcrumb ul
{
    padding: 0 0 0 10px;
    list-style: none;
}

#breadcrumb ul li
{
    list-style: none;
    float: left;
    display: block;
    padding: 0 5px 0 0;
}

#breadcrumb ul li span
{
    color: White;
}

#breadcrumb ul li a
{
    color: White;
    text-decoration: underline;
}

.small-rss-link
{
    padding-top: 5px;
    padding-left: 5px;
}

.newsbox
{
    border: 1px solid #ccc;
    max-width: 250px;
}

.newsbox ul
{
    border: 1px solid white;
    list-style: none;
}

.newsbox ul li
{
    padding: 2px 5px;
    list-style: none;
}

.newsbox ul li.odd
{
    background: #ddd;
}

.newsheader
{
    overflow: auto;
}


.newsteaserheader
{
    padding-right: 10px;
}

.content-table td
{
    padding: 0 10px 10px 0;
    vertical-align: top;
}

.content-table .newsbox
{
    margin: 10px 0 0 0;
}

.tabs
{
    height: 30px;
    width: 980px;
}

.tabs ul
{
    list-style: none;
}

.tabs ul li
{
    list-style: none;
    float: left;
    display: block;
    background: white url('/css/images/menu-bg.png') repeat-x;
    margin: 0 3px 0 0;
}

.tabs ul li a
{
    display: block;
    height: 23px;
    padding: 7px 10px 0;
}

.tabs ul li a:hover, .tabs ul li a.selected
{
    background: white;
    color: black !important;
}

.content
{
    background: white;
    width: 697px;
    min-height: 575px;
    padding: 10px 0 5px 10px;
}

.newsItem
{
    margin: 5px 10px 0 0;
    padding: 10px;
    border: 1px solid #ddd;
}

.newsteaserlist a:hover
{
    text-decoration: none;
}

.newsteaserlist a:hover div
{
    background: #eee;
}

.newsItem a:hover
{
    text-decoration: underline;
}

.newsItem .link
{
    color: #5f0165;
}

.newsItem h2
{
    font-size: 16px;
}

.langAndCountry
{
    width: 100%;
    overflow: hidden;
}

.langAndCountry h3
{
    margin-bottom: 5px;
}
.createprofile .langAndCountry h3, .createprofile .langAndCountry ul
{
    display: none;
}
.langAndCountry ul
{
    clear: both;
}

.langAndCountry ul li
{
    display: block;
    height: 25px;
    float: left;
    width: 33%;
}

.langAndCountry ul li span
{
    display: block;
    float: left;
    padding: 5px 0 0 0;
    width: 150px;
    cursor: pointer;
}

.langAndCountry ul li img
{
    display: block;
    float: left;
    padding: 0 10px 0 0;
}

.langAndCountry input.checkbox
{
    float: left;
    margin: 5px 5px 0 0;
}


.langAndCountry ul li a:hover img, .langAndCountry ul li img:hover
{
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.sidebar
{
    margin: 0 0 5px 0;
    width: 273px;
}

.sidebar-content
{
    background: white url('/css/images/sidebar-bg.png') repeat-y;
    padding: 0 0 10px 0;
}

.content, .sidebar-content
{
    background: transparent;
}


.sidebar .border
{
    background: white url('/css/images/sidebar-border.png') no-repeat;
    height: 20px;
}

.sidebar h3
{
    background: url('/css/images/sidebar-header.png') repeat scroll 0 0 transparent;
    color: white;
    font-weight: bold;
    background-position: 0 0;
    margin-bottom: 10px;
    padding-top: 5px;
    display: block;
    height: 20px;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 5px 0 0;
    padding-left: 10px !important;
}

.sidebar .buttonbar
{
    padding: 3px 0 0 0;
    height: 30px;
}

.sidebar .buttonbar input.button, .sidebar .buttonbar button
{
    float: right;
}

.sidebar .container
{
    padding: 0 19px 0 20px;
}

.sidebar table td
{
    padding: 2px 0;
}

.boxes
{
    margin: 5px 0 5px 0;
    border-bottom: 1px solid #ccc;
}

.boxes .box .adr input {
    width: 180px;
    background-color: Transparent;
    border-style: none;
}

.retailer-category
{
    border-top: 1px solid #ccc;
    padding: 2px 0 2px 8px;
    color: white;
}
.boxes .first { border-top: 0px solid #ccc; }
            
.boxes ._0 { background: black; }
.boxes ._1 { background: #467200; }
.boxes ._2 { background: #7f0087; }
.boxes ._3 { background: #950000; }
.boxes ._4 { background: #b26901; }
            
.box 
{
    background-image: url("images/retailer-box-bg.png") !important;
    position: relative;
    padding: 0 0 0 60px;
    background:url("images/retailer-box-bg.png") no-repeat scroll 0 0 transparent;
    display:block;
    height:50px;
    width:184px;
}

.retailerListContainer
{
    height: auto;
    margin: 0 30px 5px 0;
    overflow: hidden;
    width: 340px;
    float: right;
}

.retailerListContainer .box
{
    width: 284px !important;
    background-image: url("images/retailer-box-bg-big.png") !important;
    border-right: 1px solid #ccc;
    padding-left: 55px;
}

.retailerListContainer .box h3 { padding-top: 5px; }
            
.box img
{
    position: absolute;
    top: 5px;
    left: 5px;
}

.retailerListContainer .boxes .box .adr input
{
    width: 270px;
}

.retailer-description
{
    width: 300px;
    margin-top: 10px;
}

.sidebar h2
{
    color: Black;
    padding: 5px 0 7px 0;
    margin: 0;
}

.boxes .box .adr input,  
    .boxes .box h2
{
    
    width: 170px;	
}

#footer
{
    text-align: center;
}

#footer img
{
    margin: 40px 0;
}

.fullview
{
}

.view
{
}

.content-table a, .newsItem a
{
    color: #5f0165;
}

.content-table a:hover, .newsItem a:hover
{
    color: #9e0236;
}

.item
{
    float: left;
    width: 162px;
    padding: 10px 10px 0 0;
    display: block;
    position: relative;
    overflow: hidden;
}

.item .image
{
    border: 1px solid #ccc;
    height: 75px;
    overflow: hidden;
}

.item .overlay
{
    position: absolute;
    top: 5px;
    right: 3px;
}

.item:hover .image, .item .image:hover
{
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.item h2
{
    padding: 5px 0 0 0;
    font-size:12px;
    text-align: center;
    color:#5F0165;
}

h2.second
{
    margin: 20px 0 0 0;
    display: block;
    float: left;
    width: 100%;
}

.beads
{
    margin: 10px 0 0 0;
}

.beads td
{
    vertical-align: middle;
}

td.small
{
}

td.large
{
    width: 550px;
}

.relative-catch
{
    float: left;
}

.jewelleryItem .hl
{
    font-weight:bold;
}

.jewelleryItem .nameBox
{
    width:297px;
    margin-bottom:15px;
}

.jewelleryItem .descBox
{
    width:297px;
    height:130px;
    margin-bottom:15px;
}

.jewelleryItem .purchBox
{
    margin-bottom:15px;
}

.jewelleryItem .buttons
{
    float:right;	
    padding-right:10px;
}

.jewelleryItem .button
{
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;
    padding-bottom:3px;
}

.product-image
{
    border: 1px solid #ccc;
    margin: 0 5px 5px 0;
    z-index: 1;
}

.product-buttons
{
    margin: 10px 0 0 0;
    width: 250px;
    height: 30px;
    position: relative;
}

.product-buttons a.add-to-wishlist
{
    margin-top: 10px;
    margin-bottom: 10px;
    color: Navy;
    text-decoration: underline;
}

.product-buttons .mail-a-friend
{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* 
-----------------------------------------------------------
    ProductVariants
-----------------------------------------------------------
*/
.ProductVariants
{
    display: block;
}
.ProductVariants td
{
    height: 20px;
}
.ProductVariants label
{
    margin-left: 3px;
    vertical-align: middle;
}
.ProductVariants input
{
    vertical-align: middle;
}

.variants td, .variants th
{
    padding: 2px 10px 2px 0;
}

/*
---------------------
---------------------
*/

.popup
{
    display: none;
    position: absolute;
    background: url('/css/images/popup.png') no-repeat;
    width: 165px;
    height: 70px;
    z-index: 10;
}

.popup h5
{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 13px;
    left: 15px;
    display: block;
    width: 135px;
}

.popup h5 span
{
    font-size: 12px;
    font-weight: normal;
}

.popup span.price
{
    position: absolute;
    right: 15px;
    top: 46px;
    font-size: 11px;
}

.popup .inner a, .popup *
{
    color: White;
}


h3.sub-category
{
    clear: both;
    padding: 10px 0 5px 0;
}

.sub-category
{
    display: block;
    width: 118px;
    height: 68px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
    padding-top: 50px;
    clear: none;
}

span.plus img, span.minus img
{
    margin-bottom: -3px;
    cursor: pointer;
}


.product
{
    padding: 0px 0px 0 0px;
}

.product .image
{
    background: #ccc;
    width: 118px;
    height: 118px;
    float: left;
    margin: 5px 10px 5px 0;
    border: 1px solid #ccc;
}

.product .image img
{
    cursor: pointer;
}

.product .small
{
    width: 80px;
    height: 80px;
    margin: 3px 6px 3px 0;
}

.product td.rightside
{
    padding: 0 0 0 70px;
}

.product .big
{
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.product input.button
{
    margin: 0 25px 0 0;
}

.product a.button
{
    padding: 5px 33px 0 0;
    text-decoration: underline;
}

.product .price
{
    font-size: 16px;
}

.big-image
{
    position: relative;
}

.big-image .spyglass
{
    position: absolute;
    left: 260px;
    top: 260px;
    cursor: pointer;
}

.fullscreen
{
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position: fixed;
    background: #000;
    left: 0px;
    top: 0px;
    display: none;
    cursor: pointer;
}

.view
{
    position: fixed;
    background: white;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -300px;
    width: 600px;
    height: 600px;
    display: none;
    border: 5px solid #666;
    cursor: pointer;
}

.view span
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 30px 0 0;
    background: url('/css/images/close.png') no-repeat right center;
    display: block;
    height: 20px;
    cursor: pointer;
}

.address td
{
    vertical-align: top;
}

.address ul
{
    list-style: none;
    padding: 0 !important;
}

.address .radio
{
    margin: 10px 10px 0 0;
}

div.edit-address
{
    display: none;
}

ul.address
{
    list-style: none;
    padding: 10px 0 !important;
}

.buttonblock
{
    padding: 20px 10px 5px 0;
}

.buttonblock a
{
    margin: 0 30px 0 0;
}

.buttonblock .right
{
    margin: 0px 0 0 5px;
}

td.head
{
    padding: 0 10px 0 0;
}

.retailerPage
{
    padding: 0 10px 0 0;
}

.retailerPage image.right
{
    padding: 0 0 0 20px;
}

.retailerPage .info
{
    border: 1px solid #ccc;
    width: 100%;
}

.retailerPage .info td
{
    padding: 0 0 0 20px;
    background: url('/css/images/gradient.png') bottom left repeat-x;
}

.retailerPage .info td .storeDetails
{
    width: 185px;
    overflow: hidden;
}

.retailerPage .info td .storeImage
{
    width: 460px;
    overflow: hidden;
}

.retailerPage h1, .retailerPage h2, .retailerPage h3, .retailerPage h4, .retailerPage h5
{
    clear: none;
}

.vote
{
    position: absolute;
    top: -18px;
    right: -18px;
    display: block;
}

.sub-box, .login-box
{
    padding: 20px 30px;
    margin: 150px auto;
    border: 1px solid #ccc;
    background: url('/css/images/gradient.png') repeat-x bottom left;
    border-collapse: separate;
}

.login-box
{
    width: 300px;
}

.outerLogin
{
    width: 100%;
}

.sub-box
{
    margin: 100px auto;
}

.absoluteContainer
{
    padding: 0 10px 0 0;
}

/* moving slideshow */


#movingSlideshow
{
    position: relative;
    height: 100px;
    margin-top: 15px;
}

#movingwindow
{
    position: relative;
    height: 100px;
    overflow: hidden;
    padding: 0px 10px 0 10px;
    border: 1px solid #ccc;
    margin-right: 12px;
}

#movingwindow .movingitem
{
    position: absolute;
    left: -1000px;
    top: 0;
    height: 100px;
    border: none;
    z-index: 20;
    cursor: pointer;
}

.movinginfo
{
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -30px;
    z-index: 20;
    border: 5px solid #83accc;
    display: none;
    background: #d9e6ff;
    padding: 10px;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
}

.submission b
{
    overflow: hidden;
    height: 15px;
    width: 105px;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
}

.submission img
{
    display: block;
    margin: 5px auto;
}

.submission img.flag, .movinginfo img
{
    float: right;
    padding-left: 10px;
    margin: 0;
}

.submission
{
    border: 2px solid #615f5f;
    background: #fff;
    padding: 10px;
    display: block;
    width: 134px;
    height: 134px;
    margin: 0 10px 10px 0;
    float: left;
}

.submission:hover
{
    border-color: #e2e2e2;
    text-decoration: none;
    cursor: pointer;
}

.event
{
    margin-top: 20px;
}

.submissions
{
    padding-bottom: 5px;
    float: left;
}

.mySubmissions .submissions img
{
	padding-bottom: 10px;
}

.mySubmissions .submission
{
	height: 200px;
}

.pager
{
    padding-bottom: 5px;
    float: left;
    width: 100%;
}

.pager a
{
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
}

.pager a:hover
{
    text-decoration: underline;
}

.pager a.selected
{
    background: #CCD7F0;
}

.participate
{
    position: relative;
    position: absolute;
    width: 800px;
    left: 50%;
    top: 35px;
    background: white;
    margin-left: -400px;
    margin-bottom: 20px;
    text-align: left;
    opacity: .9;
    filter: alpha(opacity=90);
    display: none;
}

.participate h1
{
    font-size: 24px;
}

.participate h1 img
{
    position: absolute;
    margin-top: -2px;
    margin-left: 10px;
}

.participate h3
{
    font-size: 12px;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
}

.participate .inner
{
    padding: 10px;
}

.participate .images .large img
{
    display: block;
    margin: 0 auto;
    background: #eee;
    padding: 10px;
}

.participate .images .small img
{
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.close
{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 30px 0 0;
    background: url('/css/images/close.png') no-repeat right center;
    display: block;
    height: 20px;
    cursor: pointer;
}

.translation ul
{
    width: 100%;
    height: 25px;
    padding-top: 20px;
}

.translation ul li h2
{
    margin: -15px 0 0 -10px;
}

.translation ul li
{
    float: left;
    display: block;
    padding: 5px 10px 0 10px;
    margin-bottom: -1px;
    height: 20px;
}
.translation ul li.languageselector
{
    cursor: pointer;
}

.translation ul li.languageselector img
{
    float: right;
    margin-top: -5px;
    margin-left: 7px;
}

.translation ul li.selected
{
    background: white;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.translation div.lang
{
    border: 1px solid #ccc;
    display: none;
    padding: 10px;
}

.participate h2
{
    padding: 10px 0 5px 0;
}

.voted
{
    border-color: #83ccac;
    background: #d9ffe6;
}


.voted:hover
{
    border-color: #d3f6e0;
}

.vote-button
{
    margin: 20px 0 5px;
}

td.type
{
    padding: 10px 0;
    width: 150px;
}

/* --------------------------------------------
    ImageUpload
-----------------------------------------------*/
.ImageUploadField
{
    width: 400px;
}
.ImageUploadButton
{
    margin-top: 10px;
}

.ImageUploadSuccess
{
    margin: 5px;
}

.newsletter-page label, .newsletter-page input
{
    margin: 0 10px 10px 0;
}
.newsletter-page .country-option
{
    float: left;
    width: 220px;
    height: 20px;
}
.newsletter-page .button
{
    margin-top: 15px;
}

/* 11.02.10 changes */

.rss
{
    float: right;
}

.header
{
    margin-right: 10px;
}

.newsItem
{
    margin-top: 10px;
}

div.email-to-friend
{
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -120px;
    padding: 15px 20px 20px 20px;
    background: white;
}

div.email-to-friend td
{
    padding: 5px;
}

div.email-to-friend input.text, div.email-to-friend textarea
{
    width: 400px;
}

div.email-to-friend textarea
{
    height: 200px;
}

table.wishlist
{
    width: 99%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.langAndCountry input.checkbox
{
    float: left;
    margin: 5px 5px 0 0;
}

h4, h3
{
    clear: both;
}
h4
{
    padding: 10px 0;
}

.edit-button, .delete-button, .vote-button
{
    margin: 10px 0 5px 0;
}

.quickLinkButton
{
    display: block;
    float: left;
    margin: 0 0 5px 5px;
    background-image: url('/css/images/buttons.gif');
    width: 72px;
    height: 37px;
    color: White;
    padding: 5px 5px 0px 45px;
    position: relative;
    overflow: hidden;
}
.quickLinkButton:hover
{
    text-decoration: none;
}
.quickLinkButton img
{
    position: absolute;
    top: 8px;
    left: 9px;
}

.quickLinkButton span
{
    color: White;
    overflow: hidden;
    display: block;
    height: 31px;
    cursor: pointer;
}

.qlbLogin
{
    background-position: 122px 0;
}
.qlbLogin:hover
{
    background-position: 122px 42px;
}
.qlbCreate
{
    background-position: 244px 0;
}
.qlbCreate:hover
{
    background-position: 244px 42px;
}
.qlbMyTrollbeads
{
    background-position: 488px 0;
}
.qlbMyTrollbeads:hover
{
    background-position: 488px 42px;
}
.qlbRetailer
{
    background-position: 366px 0;
}
.qlbRetailer:hover
{
    background-position: 366px 42px;
}
.qlbCountry
{
    background-position: 610px 0;
}
.qlbCountry:hover
{
    background-position: 610px 42px;
}
.qlbNewsletter
{
    background-position: 0 0;
}
.qlbNewsletter:hover
{
    background-position: 0 42px;
}

.toplogin
{
    margin-top:1px;
    float:right;
}
.toplogin a
{
    color: white;
    display: block;
    float: left;
    padding: 2px 10px;
    border-left: 1px solid white;
}
.toplogin a.flag
{
    color: white;
    display: block;
    padding: 0;
    border: 0;
}
.toplogin a.first
{
    border-left: 0px;
}
.toplogo
{
    margin-left:120pt;
    padding-top:20px;
    padding-bottom:20px;
}
.toplogin img
{
    margin-bottom: -2px;
    margin-left: 4px;
    position: relative;
    top: -3px;
}

.login-box .link
{
    display: block;
    padding: 10px 0 0 0;
}

.login-box span, .login-box .ckbox
{
    margin: 0 15px 5px 0;
    float: left;
}

.login-box span
{
    margin-top: -1px;
}

/* changes to existing css */
select.large
{
    width: 230px;
    padding: 3px;
}

.langAndCountry input
{
    clear: left;
}

.viewNewsletterList
{
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 10px;
}

input.signup
{
    padding: 10px 20px;
    font-size: 16px;
    margin: 0 10px 0 0;
}


/* CREATE PROFILE NEWSLETTER SIGNUP LAYOUT */

.newsletter-table
{
    width: 100%;
}

.newsletter-table td
{
    padding: 0 10px 10px 0;
    vertical-align: top;
}
.newsletter-table ul
{
    padding: 10px 0;
}

.newsletter-table ul li
{
    display: block;
    height: 25px;
    cursor: pointer;
}

.newsletter-table ul li span
{
    display: block;
    float: left;
    padding: 5px 0 0 0;
    width: 150px;
}

.newsletter-table ul li img
{
    display: block;
    float: left;
    padding: 0 10px 0 0;
}

.newsletter-table input.checkbox
{
    float: left;
    margin: 5px 5px 0 0;
}

.newsletter-table ul li a:hover img, .newsletter-table ul li img:hover
{
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.profile-table .countrySelectBox
{
    width: 230px;
}

/* 25/03/10 changes */

.pager
{
    width: 678px;
    height: 15px;
    list-style: none;
    background: #eee;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #e7eaea;
}

.pager li a
{
    color: White;
}

.pager .prev
{
    float: left;
    width: 50%;
}

.pager .next
{
    text-align: right;
    float: left;
    width: 49%;
}

.bottom
{
    margin-top: 10px;
    margin-bottom: 3px;
}

/* March 29, 2010 - some changes have been integrated into the css above this line */

.sidebar h2
{
    margin: 0 0 5px 0;
    padding: 5px 0 0 0;
    overflow: hidden;
    display: block;
    height: 20px;
}

.designers
{
    list-style-type: none;
}
.designers li
{
    text-align: center;
    padding-bottom: 20px;
    float: left;
}

.designers a
{
    display: block;
}

.designers a img:hover
{
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.designers img
{
    margin-bottom: 10px;
    display: block;
}

a img:hover
{
    text-decoration: none !important;
    cursor: pointer;
}

.back-button
{
    text-align: right;
    padding-right: 10px;
}

.mail-a-friend-box
{
    display: none;
    position: absolute;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    background: white;
    top: 250px;
    padding: 10px;
}

.mail-a-friend-box td
{
    padding: 5px 10px;
}

.mail-a-friend-box input.medium
{
    padding: 5px;
    width: 300px;
}

.mail-a-friend-box textarea.medium
{
    padding: 5px;
    width: 300px;
    height: 100px;
}

.map_canvas
{
    float: right;
    width: 270px;
    height: 203px;
    overflow: hidden;
}

/* April 7 2010 */

.productspacer
{
    display: block;
    clear: both;
    width: 100%;
    height: 20px;
}

img.hover
{
    height: 20px;
    width: 20px;
}

img.focused
{
    height: 118px;
    width: 118px;
    border: 5px solid #b710bf;
    position: absolute;
    margin: -64px 0 0 -64px;
}

.removeMe
{
    width: 20px;
    height: 20px;
}

#breadcrumb
{
    width: 992px;
    margin: 0 auto;
}

/* Mail obfuscation: Hide mail links until javascript decodes and shows them */
a.maillink, span.mailtext
{
    display: none;
}

/* social networking */
#site #content .left
{
    position: relative;
}

#content
{
    background: url('/css/images/content-id-bg.jpg') repeat-y;
    float: left;
}

.social-networking .like
{
    width: 120px;
    padding-top: 2px;
}

.social-networking-container
{
    width: 687px;
    height: 70px;
    margin-top:50px;
}

.social-networking
{
    border-top: 1px solid #999;
    width: 687px;
    position: absolute;
    bottom: 0px;
    left: 10px;
}

.social-networking .tweet-this a
{
    margin-top: 5px;
    background: url('/css/images/tt-big4.png') no-repeat;
    width: 40px;
    height: 17px;
    display: block;
    color: white;
    padding: 1px 0 0 25px;
}

.fb-container
{
    background: white;
    margin: 5px 20px;
}

/* social networking */

.wishlistnew .list-product .remove{
    padding-bottom:10px;
}
.wishlistnew .list-product
{
    width: 30%;
    vertical-align: top;
}

.jewellerybox .list-product .remove{
    padding-bottom:10px;
}
.jewellerybox .list-product
{
    width: 30%;
    vertical-align: top;
}

.jewellerybox .personalTitle
{
    font-weight: bold;
}

.captcha span
{
    padding: 5px;
}

/* SLIMBOX */

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(images/slimbox/left_arrow.png) no-repeat 2% 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(images/slimbox/right_arrow.png) no-repeat 98% 15%;
}

#lbBottom 
{
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 9px;
    color: #999;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
    background-color: #fff;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    background: transparent url(images/close.png) no-repeat center;
    outline: none;
}

#lbCaption, #lbNumber 
{
    float: left;
    margin-top: 10px;
}

#lbCaption { display:none; }
.passwordRules{ display:none; }
a.info-box-login { text-decoration: none; }


/* Share postcard general */ 
div.share-received-counter
{
	padding-bottom: 20px;
}

/* share postcard winners */
div.winnerlist .beadtitle {
    font-weight: bold;
}

div.winnerlist .winnerbead {
    margin: 15pt 0 5px 30px;
}

div.winnerlist .country, .flag-co {
    margin: 0 0 -7px 0;
}

div.winnerlist .winner {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    height: 235px;
    margin: 0 10px 10px 9pt;
    padding: 10px;
    width: 185px;
}

div.winnerlist .winnertext 
{
	height: 32px;
}


/* share postcard greetings */

div.sharepostcardgreetings .country, .flag-co {
    margin: 0 0 -7px 0;
}

div.sharepostcardgreetings .message {
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    height: 200px;
    margin: 0 10px 10px 9pt;
    padding: 10px;
    width: 299px;
}

div.sharepostcardgreetings .commentwrapper
{
	width: 166px;
	height: 90px;
	overflow: hidden;
}

div.sharepostcardgreetings .tabs-bottom
{
	width: 100%;
	height: 90px;
	position: relative;
}
div.sharepostcardgreetings .tabs-bottom .translatelabel
{
	position: absolute;
	bottom: 26px;
	right: 0;
}
div.sharepostcardgreetings .tabs-bottom ul
{
	position: absolute;
	bottom: 0;
	right: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;	
}
div.sharepostcardgreetings .tabs-bottom ul li
{
	float:left;
	margin-left: 4px;
	padding: 0;
}

div.sharepostcardgreetings .tabs-bottom .ui-tabs-hide
{
	display: none;
}

div.sharepostcardgreetings #googlebranding
{
	float:right;
	clear: both;
}

.gatherPostcardOptions ul {
	list-style: none;
}

#googlebranding div{ color: rgb(103, 103, 103); }
#googlebranding span{ vertical-align:middle;font-family:arial,sans-serif;font-size:11px; }
#googlebranding img{ padding-left:1px;vertical-align:middle; }

