﻿
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html 
{
	margin:0px;
	padding:0px;
	font-family:tahoma,arial,serif;
}

body 
{

    font-size:0.7em;
	padding:0px;
	margin:0px auto 0px auto;
	background-image:url(../../images/siteBg.gif);
	background-repeat:repeat-x;
}

h1
{
    font-size:1.8em;
	line-height:2em;
	padding:0px 0px 0px 8px;
	margin:0px;
	color:#b4975d;
}
h2
{
font-size:1.5em;
	line-height:1.5em;
	padding:20px 0px 0px 0px;
	margin:8px 10px 5px 8px;
	color:#b4975d;
	border-bottom:1px solid #b4975d;
}

h3
{	
	font-size:1.5em;
	line-height:1.5em;
	padding:10px 0px 0px 0px;
	margin:8px 10px 5px 8px;
	color:#b4975d;
	border-bottom:1px solid #b4975d;
}

h4
{
	font-size:1.3em;
	padding:0px;
	margin:0px;
}

h5
{
	font-size:1.1em;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

p
{
	font-size:1em;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

p
{
	font-size:1em;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

img
{
	border:0px;
}

form{ 
	margin:0px !important; 
	padding:0px !important;	
}

input, select, textarea
{
	font-family:tahoma,serif;
}

ul, li
{
	padding:0px;
	margin:0px;
	list-style:none;
}

li
{
	padding:0px 0px 0px 0px;
}

a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

legend {
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

label {
	
}

input {  
	font-size:1em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

input.text
{
    padding:0px 0px 0px 7px;
}

textArea
{
	padding:0px;
	margin:0px;
	font-size:1em;
}

.textBox
{
    width:177px;
}

select
{ 
	font-size:0.9em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}
.clearfix:after {
   	content:"."; 
   	display:block; 
  	height:0px; 
  	clear:both; 
	visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Website Layout */

#siteContainer
{
    width:980px;
    margin:0px auto 30px auto;
    padding:0px 21px 0px 21px;
    position:relative;
    background-color:#FFFFFF;
}

#headerContainer
{
    width:980px;
    height:125px;
    clear:both;
}

#mainContainer
{
   width:980px;     
   min-height:400px;
}

#footerContainer
{
    padding:20px 0px 7px 0px;
    text-align:center;  
    clear:both;  
}

#footerContainer a
{
    color:#666;
    font-size:0.95em;
    font-weight:bold;  
    padding-left:22px;
}

#footerRowTwo
{
    border-top:1px solid #bc9552;  
    background-image:url("../../images/bottom_fade_bg.gif");
    background-repeat:repeat-x;
    background-position:top left;
    padding:16px 0px 0px 0px;
    margin:8px 0px 18px 0px;
    text-align:center;      
    color:#717171;    
}

#footerRowTwo a
{
    color:#717171;
    font-size:0.95em; 
}

#footerRowTwo .divider
{
    display:inline-block;
    color:#b5b5b5;
    font-size:0.95em;     
    padding:0px 5px;
}  
.imgLogo 
{
    padding:0px 0px 0px 0px;
    display:block;
    height:72px;
}
.freeGiftBox
{
    float:right;
    display:block;
    padding:10px 10px 13px 0px;    
}
.freeDelivery
{
    float:right;
    display:block;
    padding:10px 0px 13px 0px;
}

#inlineBasket
{
    float:right;    
    width:290px;      
    min-height:25px;
    text-align:right;      
}

#inlineBasket .title
{
    float:right;    
    padding-top:4px;    
}

#inlineBasket .summary
{
    float:right;        
    width:97px;
    padding:0px 5px;
    line-height:25px;
    color:#707070;
    text-align:center;        
    margin:0px 0px 0px 7px;
    font-size:1.1em;
    background-image:url("../../images/bgBasket.gif");
    background-repeat:repeat-x;
    background-position:top left;    
}

.title a
{
    font-size:1.3em;
    text-decoration:none;
    color:#707070; 
}

.loggedIn
{
    color:#333333;
}


#inlineBasket .currency
{
    float:right;        
    
}

.currency div
{
     border:1px solid #e8dac0;
     width:21px;
     height:21px;
}

.currency a
{    
    line-height:19px;
    width:19px;
    text-align:center;
    font-size:1.25em;
    background-color:#ffffff;      
    color:#bb954e;
    text-decoration:none;
    display:block;
    border:1px solid #ffffff;   
}

.currencySelectedOn a
{
    background-color:#ece3d1 !important; 
    font-weight:bold !important; 
    cursor:default;
}

.currencySelected
{  
    padding:1px;
    background-color:#FFF;
    width:21px;
    height:21px; 
    float:left;    
    margin-left:5px;    
}

.currencySelectedOn
{  
    border:1px solid #9e9e9e;  
}

.freeDelivery
{
    float:right;
    padding-bottom:10px;
}

#nav 
{
    margin:0px 0px 0px 0px;
}

#nav ul
{
    padding:0px 0px 0px 0px;		   
    height:33px;
    display:block;
}
 
#nav li
{
    float:left;
    height:33px;
	background-image:url(../../images/bgNavBegin.gif);
	background-repeat:no-repeat;
	padding-left:1px;
}

#nav .home
{
    
    width:70px;
}

#nav .personalised
{
    width:251px;
}

#nav .sets
{
    text-align:left;
    padding-left:10px;
    width:260px;
	background-image:url(../../images/bgWeddingCufflinkSets.gif);
	background-repeat:no-repeat;    
	background-position:0px 0px;
}

#nav a
{
    display:block;
    font-weight:bold;
    font-size:1.3em;  
    color:#727272;
    height:33px; 
    line-height:33px;    
	background-image:url(../../images/bgNavItem.gif);
	background-repeat:repeat-x;  
	text-align:center;
}
#nav .personalised:hover, #nav .home:hover
{
	background-position:-252px 0px;
}
#nav .sets:hover
{
	background-position:-270px 0px;
}
#nav a:hover
{ 
    color:#000;
    text-decoration:none;        
}

#nav a on
{ 
    background-image:none;     
	background-color:#bc9550; 	   
    color:#FFF;
    text-decoration:none; 
}

#topLine
{
    clear:both;
    height:22px;
	background-image:url(../../images/top_fade_bg.gif);
	background-repeat:repeat-x;   
	border-top:1px solid #b4975d; 
}

#navProducts
{
    width:218px;
    float:left;
    padding:0px 8px 0px 0px;
    color:#666;
}
#navProducts li
{
    line-height:20px;
    padding:0px 12px 0px 10px;
}
#navProducts h3
{
    line-height:1em;
    color:#b4975d;
    font-size:1.25em;
    padding:0px 0px 7px 10px !important;
    margin:0px !important;
    border:0px;
}
.viewAll
{
    display:block;
    height:44px;
    line-height:44px;
    background-image:url(../../images/bgShowAllWeddingCufflinks.gif);
    color:#b4975d !important;
    font-size:1.2em;
    font-weight:bold;
    padding:0px 0px 0px 10px;
    margin:0px 0px 15px 0px;
    text-decoration:none;
}

#navProducts a
{
    color:#666;
    font-size:1.1em;    
}

#navProducts .on
{
    font-weight:bold;
}

#leftColumnBanners
{
    padding:0px 0px 0px 9px;
}
#leftColumnBanners img
{
    display:block;
    margin-top:10px;
}

#mainContent
{
    width:754px;
    padding-top:1px;
    float:left;     
}

.allProducts
{
    height:400px;
    overflow:auto;
}

#newsletterSignUp
{
    display:block;
    width:205px;
    height:106px;
    padding:29px 0px 0px 10px;
    background-color:#000;
}  

#newsletterSignUp H3
{
    font-family:Tahoma;    
    font-weight:normal;
    color:#fff;
    font-size:1.25em;    
    line-height:16px;
}  

#newsletterSignUp input[type="text"]
{
    clear:both;
    width:185px;
    border:1px solid #666666;
    line-height:16px;
    margin:2px 0px 6px 0px;
    padding:1px 0px;
}
#topicPage
{
    color:#666;
    font-size:1.2em;
    line-height:1.3em;
    width:740px;    
}
#topicPage h5
{
    padding:0px 0px 10px 8px;
    font-weight:bold;
}
#topicPage p
{
    padding:0px 0px 10px 8px;
}
#topicPage li
{
    margin-left:30px;
    list-style-type:disc;
}
#topicPage a
{
    color:#b4975d;
    font-weight:bold;
    text-decoration:none;
}
#topicPage a:hover
{
    text-decoration:underline;
}
#topicPage .lnk
{
    color:#666 !important;
    font-weight:normal !important;
    text-decoration:none !important;
    cursor:text;
}
#topicPage .lnk:hover
{
    text-decoration:none !important;
}
.titleText
{
    color:#666;
    font-size:1.2em;
    padding:0px 0px 10px 8px;
    line-height:1.3em;
    width:740px;    
}
.titleText a
{
    color:#b4975d;
    font-weight:bold;
    text-decoration:none;
}
.titleText a:hover
{
    text-decoration:underline;
}
.lnkCompany
{
    color:#666 !important;
    text-decoration:none !important;
    cursor:text;
}
.lnkCompany:hover
{
    text-decoration:none !important;
}
#contactForm
{
    margin:10px 8px 20px 8px;    
    padding:12px 0px;
	border-top:1px dotted #b4975d;       
	border-bottom:1px dotted #b4975d;    
}
.btnContact
{
    margin:6px 0px 0px 185px;
}

.formContainer1
{
    padding:26px 0px 0px 0px;
}

.formContainer2
{
    padding:20px 0px 0px 0px;
}

.formContainer2 h2
{
    font-family:Tahoma;
    font-size:1.2em;    
    font-weight:bold;
    color:#666;
    padding:15px 0px 12px 20px;
    line-height:1em;
}

.formType1
{
    width:724px;
    min-height:30px;
    background-color:#ededed;
    padding:20px 0px 20px 256px;
}

.formType2
{
    width:900px;
    min-height:30px;
    background-color:#ededed;
    padding:18px 0px 20px 80px;
}

.formType3
{
    width:724px;
    min-height:30px;
    background-color:#ededed;
    padding:18px 0px 20px 80px;
}

.newsletter
{
    vertical-align:middle;
}

.newsletter
{
    color:#666666;
}

.newsletter p
{
    color:#999999;
    padding:4px 0px 0px 18px;
    width:450px;
}

.newsletter .check
{
     vertical-align:middle;
}

.registerButton
{
    padding:15px 0px 0px 238px !important;
    clear:both;
    text-align:left;
    float:none;
}

#loginButtons
{
    padding:15px 0px 0px 420px;
}

.formType1 .loginButton 
{    
    margin-right:15px;
}

.field
{
    min-height:20px;
    clear:both;
}

.field label
{
    width:185px;
    float:left;
    color:#666;
    line-height:28px;
    font-family:Tahoma;    
    font-size:1.1em;    
}

.field .textBox
{
    width:270px;
    border:1px solid #9c9c9c;
    margin:2px 0px 6px 0px;
    padding:4px 4px;
    color:#000;
    border-radius:2px;
    -moz-border-radius:2px;    
}

.formNotes
{
    font-size:0.9em;
    color:#666;
}

.field select
{
    width:280px;
    border:1px solid #9c9c9c;
    margin:2px 0px 6px 0px;
    padding:3px 4px;
    color:#000;
    border-radius:2px;
    -moz-border-radius:2px;      
    line-height:20px;
}

.formType1 .fpLink
{
    clear:both;
    padding:0px 0px 0px 169px;
    line-height:22px;
}

.formType1 a
{
    color:#666;
}    

select.country
{
    width:300px;
}

/*** Designers ***/

#designers
{
    padding:20px 0px 0px 22px;
}

.designerName
{
    width:311px;
    float:left;
    padding:10px 0px 0px 0px;
}

.designerName a
{
    color:#666;
    font-family:Tahoma;  
    font-size:2em;
}


/*** Product List ***/

.productList
{
   
}


.productListItem
{
    width:237px;
    float:left;
    text-align:center;
    padding:0px 6px 0px 6px;
    height:200px;
}

.picture
{  
     border:1px solid #676767;
}

.picture a img
{
    display:block;
     border:3px solid #ba9555 !important;
}

.productListItem .name 
{
    color:#666;
    font-size:1.25em;
    line-height:1.25em;
    display:block;
    font-weight:bold;
    padding:5px 0px 0px 0px;
}

.productListItem .name a
{
    color:#666;
   
}

.productListItem .add
{
    padding-top:10px;
}

.productListItem input
{
    vertical-align:middle !important;
}
.productListItem img
{
    vertical-align:middle !important;
}


.productListItem .prices
{
    font-weight:bold;
     font-size:1.2em;
    color:#b8964f;
}

.noProductText
{
    float:none;
    width:800px;
    height:20px;
    color:#666;
    font-family:Tahoma;  
    font-size:1.1em;
}
#homepageText
{
    padding:10px 18px 0px 8px;
}
#homepageText h1, #homepageText p
{
    display:inline;
    font-size:1.2em;
    color:#666;
    line-height:16px;    
    padding-left:0px;
}
#homepageText a
{
    color:#b4975d;
    font-weight:bold;
    text-decoration:none;   
}
#homepageText a:hover
{
    text-decoration:underline;   
}
#homepageText .lnkSets
{
    color:#666;
    font-weight:normal;    
}
#homepageText .lnkSets:hover
{
    text-decoration:none;
}
#setsText
{
    color:#666;
    font-family:Tahoma;  
    font-size:1.2em;
    padding:0px 0px 16px 8px;
    line-height:1.3em;
    width:740px;
}
#setsText a
{
    color:#666;
    text-decoration:none;
    cursor:text;
}
#setsText a:hover
{
    text-decoration:none;
}
#personalisedText p
{
    color:#666;
    font-family:Tahoma;  
    font-size:1.2em;
    padding:0px 0px 10px 8px;
    line-height:1.3em;
    width:740px;
}
#personalisedText a
{
    color:#b4975d;
    font-weight:bold;
    text-decoration:none;
}
#personalisedText a:hover
{
    text-decoration:underline;
}
#personalisedForm
{
    margin:10px 8px 20px 8px;    
    padding:12px 0px;
    height:216px;
	border-top:1px dotted #b4975d;       
	border-bottom:1px dotted #b4975d;    
}
#personalisedAddToBasket
{
    padding:6px 0px 0px 185px;
}
.personalisedPrice
{
    font-weight:bold;
    font-size:1.4em;
	color:#b4975d;
    padding:0px 12px 0px 0px;	
    display:inline-block;
    line-height:20px;
    vertical-align:middle;    
}
#personalisedAddToBasket input
{
    vertical-align:middle;
}
/* basket */
#basketMessage 
{
    color:#666;
    font-family:Tahoma;  
    font-size:1.2em;
    padding:0px 0px 10px 20px;
    line-height:1.3em;
    width:740px;
}
#basketMessage a
{
    color:#b4975d;
    font-weight:bold;
    text-decoration:none;
}
#basketMessage a:hover
{
    text-decoration:underline;
}
.basketHeader
{
    padding:12px 0px 0px 18px !important;
}

#progressBar
{
    border-bottom:1px solid #666;
    line-height:28px;
    width:980px;    
    text-align:center;   
    padding:20px 0px 0px 0px;
}

#progressBar a
{
    color:#666; 
    padding-right:20px;
    display:inline-block;
    font-weight:bold;
}

#progressBar .on
{
    color:#333; 
}

#basketTable 
{
    margin:15px 0px 0px 0px;
}

#basketTable th
{
    background-color:#ebebeb;
    height:30px;
    line-height:30px;
    color:#666;
}

#basketTable .descriptionCell
{
    text-align:left;
    padding-left:20px;
}

#basketTable .imageCell
{
    padding-left:20px;
}

#basketTable td
{
  
    padding:2px px;  
    border-bottom:1px solid #ececec;
}

#isis
{
    margin-top:75px;
    width:980px;
    text-align:center;
}

#isis img
{
    display:inline-block;
    margin:0px 40px;
}

#basketTable .designer
{
    font-family:Tahoma;    
    font-size:1.4em;     
    line-height:24px;
    color:#333;
}

#basketTable .textBox
{
    width:33px;
    height:16px;
    color:#333;
    font-size:1.1em;
    line-height:16px;
    border:1px solid #7f9db9;
    text-align:center;
}

#basketTable .description
{
    font-family:Tahoma;
    font-size:1.1em;    
    line-height:1em;
    color:#686868;
    display:block;
    padding-bottom:6px;
}

#basketTable .code
{
    color:#666;
    display:block;
    font-weight:bold;
    font-size:1em;
    line-height:1em;
}

#basketTable .priceContainer
{
    width:142px;
    height:65px;
    line-height:65px;
    background-color:#ececec;
    text-align:center;
    font-size:1.1em;
}

#basketTable .subtotal
{
    color:#ececec;
    font-weight:bold;
}

#basketTable .quantityContainer
{
    width:133px;
    height:65px;
    background-color:#ececec;
    text-align:center;
}

.basketCheckoutButton
{
    padding-left:63px;
}

.quantityContainer2
{
    line-height:65px;
}

#basketTable .qtyContainer
{
    padding:9px 0px 8px 0px;
}
    
#basketTable .qty
{
    width:33px;
    height:16px;
    color:#333;
    font-size:1.1em;
    line-height:16px;
    border:1px solid #ececec;
    text-align:center;
}

.basketTotal
{
    margin:8px 0px 8px 490px;
    width:421px;
    height:30px;
    line-height:30px;
    background-image:url("../../images/basketTotalBg.gif")
}

#deliveryTotalContainer
{
    margin-left:490px;
    padding:8px 0px 8px 0px;
    height:30px;
    width:421px;
    border-top:1px solid #ececec;    
    border-bottom:1px solid #ececec;

}

#deliveryTotal
{
    width:421px;
    height:30px;
    line-height:30px;
    background-repeat:repeat-x;    
    background-image:url("../../images/basketTotalBg.gif");
}

#basketGrandTotal
{
    margin:8px 0px 0px 490px;
    width:421px;
    height:30px;
    line-height:30px;
    background-image:url("../../images/basketTotalBg.gif");
    background-repeat:repeat-x;
}

.basketTotalLabel
{
    width:290px;
    text-align:right;
    float:left;
    height:30px;
    line-height:30px;    
    font-size:1.1em;
    color:#666;
    font-weight:bold;     
    background-image:url("../../images/basketTotalBg.gif");  
}

.basketTotalValue
{
    width:96px;
    float:left;
    height:30px;
    line-height:30px; 
    padding-left:35px;   
    font-size:1.1em;    
    color:#333333;
    font-weight:bold;    
        background-image:url("../../images/basketTotalBg.gif");
}

#basketButtons
{
    margin:20px 0px 0px 490px;
    width:421px;
}

#imgContinue
{
    margin-right:67px;
}

/******* Checkout *************/

.radiobuttons
{
    vertical-align:middle;
    color:#666666;
}

.radiobuttons td
{
    padding:0px 0px 8px 0px;
    
}

.radiobuttons input
{
    vertical-align:middle;
}

.radiobuttons label
{
    padding:0px 0px 0px 10px;
    vertical-align:middle;
}

.checkoutButtons
{
    padding:20px 0px 0px 236px;
    width:301px;
}

.checkoutButtonsLong
{
    padding:30px !important;
    width:920px;
}

.checkoutButtons .left
{
    float:left;
}
.checkoutButtons .right
{
    float:right;
}

#orderSummary h2
{
    font-family:Tahoma;
    font-size:1.2em;    
    font-weight:bold;
    color:#666;
    padding:25px 0px 5px 20px;
    line-height:1em;
}

#orderSummary th
{
 font-weight:normal;
 color:#3e3e3e;  

}

#orderSummary td
{
 font-weight:normal;
 color:#3e3e3e;  
}

#orderSummary .designer
{
    padding:0px;
}

#orderSummary #basketTotals
{
    padding-left:67px;
}

#orderSummary #basketTotals div{
    background-color:#ededed;
}

#orderSummary .basketTotal
{
       border-bottom:1px solid #e8c9ce; 
        height:38px;
}

#orderSummary .basketTotalContainer
{
    width:421px;
    height:30px;
    line-height:30px;
    border-bottom:8px solid #FFFFFF;   
    
}

.checkoutSection
{
    min-height:20px;
    background-color:#ededed;
    padding:18px 0px 20px 80px;
    width:900px;
    margin:10px 0px 0px 0px;
   color:#666;
   font-weight:bold;
}

.checkoutSection .field
{
    clear:both;
    padding:7px 0px 7px 0px;
}

.checkoutSection label
{
    width:156px;
    float:left;
    color:#666;
    line-height:1.1em;
    font-family:Tahoma; 
    font-weight:normal;
}


.checkoutHeader
{
    font-family:Tahoma;
    font-size:1.2em;    
    font-weight:bold;
    color:#666;
    padding:25px 0px 5px 20px;
    line-height:1em;
}

#checkoutCompleteText 
{
    padding:20px 0px 8px 20px;
}

#checkoutCompleteText .message
{
    color:#cc0000;
    font-weight:bold;
   font-size:1.1em;
}

#checkoutCompleteText h2
{
    font-family:Tahoma;
    font-size:2.6em;    
    font-weight:normal;
    color:#666;
    padding:14px 0px 8px 0px;
}


#checkoutCompleteText p
{
     font-weight:bold;
    color:#666;
     font-size:1.1em;    
}

.extraText
{
    display:inline;
}
.messageError
{   
	margin:10px 0px 10px 8px;
	color:red;
	font-size:1.2em;
	display:block;
}
.messageError a
{
    font-weight:bold;
    color:red;
}
.messageSuccess
{   
	margin:10px 0px 10px 8px;
	color:red;
	font-size:1.2em;
	display:block;
}
.messageSuccess a
{
    font-weight:bold;
    color:red;
}

/*** sitemap ***/

#sitemap h1
{
    clear:both;
    padding-bottom:0px !important;
    margin-bottom:0px !important;
}


.siteMapTopLevel
{
    padding:30px 0px 0px 22px;
    color:#666;
}

.siteMapTopLevel .name
{
    width:311px;
    float:left;
    padding:10px 0px 0px 0px;
    color:#666;
}

.siteMapTopLevel a
{
    color:#666;
    font-family:Tahoma;  
    font-size:2em;
}

.siteMapSubLevel 
{

}

.siteMapSubLevel a
{
    color:#666;
    font-family:Tahoma;  
    font-size:1.4em;
    padding-left:10px;
}

h2.alternativeProducts
{
    font-family:Tahoma;
    font-size:1.6em;    
    font-weight:normal;
    color:#777777;
    padding:25px 0px 8px 0px;
    margin:0px;
    clear:both;
   
}

.altqty
{
    font-size:1.3em;   
    color:#000;    
    font-weight:bold;
    width:26px !important;
    height:26px !important;
    border:1px solid #9c9c9c;
    text-align:center;
    line-height:26px;
    padding:0px;
    margin:0px 7px 0px 0px;
    vertical-align:middle;    
}

#homepageBottom
{
    padding:20px 0px 0px 0px;
    min-height:300px;
    clear:both;
}

#homepageBottom h3
{
    font-family:Tahoma;
    font-size:1.6em;    
    font-weight:normal;
    color:#777777;   
    border-bottom:2px solid #666666;
    margin:0px;   
}

.homepageBottomSection
{
    width:450px;
    padding:10px 20px;
    float:left;   
}

.homepageBottomSection a
{
      color:#666666;
}

.homepageBottomSection p
{
    font-family:Tahoma;
    font-size:1.1em;    
    font-weight:normal;
    padding-top:20px !important;
    color:#666666;   
}

#names
{
    border-bottom:1px solid #999999;
    border-left:1px solid #999999;
    border-right:1px solid #999999;
    padding:10px 10px 20px 10px;
    margin:0px 0px 0px 0px;
    color:#666;
    width:680px;
    min-height:100px;
    position:absolute;
    left:87px;
    z-index:100;
    background-color:#FFFFFF;
    display:none;
}

#names a
{
    display:block;
    width:200px;
    float:left;
    padding:5px 0px 0px 20px;
    color:#666;
}

.closeNames
{
   float:right;
}

.formButton
{
    margin-top:6px;
}

.reviewsTitle
{
    padding-top:0px;
}
#customerReviews p
{
    color:#666;
    font-size:1.1em;
    padding:10px 0px 0px 10px;
    font-style:italic;
    line-height:1.3em;
}
#customerReviews span
{
    display:inline-block;
    padding-left:10px;
    font-style:normal;
    color:#999;
}
#customerReviews strong
{
    font-weight:normal;
}
#customerReviews a
{
    color:#666;
    text-decoration:none;
    cursor:text;
}
#customerReviews a:hover
{
    text-decoration:none;
}
#weddingCufflinkSetTable 
{
    margin:0px 0px 0px 8px;
    padding:2px;    
    border:1px solid #e8dac0;   	
}
#weddingCufflinkSetTable th
{ 
    background-color:#ece3d1 !important;      
    color:#666;
    text-align:left;
    padding:5px 10px;
    font-size:1.1em;  
}
#weddingCufflinkSetTable td
{  
    border-top:1px solid #e8dac0;   
    padding:6px 10px 5px 10px;    
    height:20px;
    line-height:20px;
}
#weddingCufflinkSetTable .quantity, #weddingCufflinkSetTable .quantityHeader
{
    text-align:center !important;
}
#weddingCufflinkSetTable select
{   
    width:230px;
    border:1px solid #999;
    color:#333;  
    font-size:1em;  
    padding:2px;
    border-radius:2px;
    -moz-border-radius:2px; 
}
#weddingCufflinkSetTable .textBox
{
    width:32px !important;
    height:16px !important;
    color:#333 !important;
    font-size:1.1em !important;
    line-height:16px !important;
    border:1px solid #999 !important;
    text-align:center !important;
    font-weight:bold;
}
#btnSetsAdd
{
    width:754px;
    padding:10px 20px 0px 0px;
    text-align:right;
}
#allCufflinks .productList
{
    width:1000px !important;
}
.subNavProducts
{
    font-size:0.9em; 
}
.subNavProducts li
{
    line-height:16px !important;   
}
.scroll-pane {
	width:218px;
	height:300px;
	overflow:auto;
	margin-bottom:16px;
}
#frequentlyBoughtWith
{
    clear:both;
    padding-top:20px;
}
#frequentlyBoughtWith h3
{
    margin-bottom:15px;
}
.usefulResources 
{
    padding:10px 18px 0px 8px;
    font-size:1em;
}
