﻿
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html 
{
	margin:0px;
	padding:0px;
	font-family:verdana,serif;
}

body 
{

    font-size:0.7em;
	padding:0px;
	margin:0px auto 0px auto;
	background-image:url(images/bgMain.gif);
	background-repeat:repeat-x;
}

h1
{
	font-family:verdana,sans-serif;
	font-size:1.9em;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px;
}
h2
{
	font-family:verdana,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

h3
{
	font-family:verdana;
	font-size:1.6em;
	padding:0px 0px 4px 0px;
	margin:0px;
}

h4
{
	font-family:verdana,sans-serif;
	font-size:1.3em;
	padding:0px;
	margin:0px;
}

h5
{
	font-family:verdana,sans-serif;
	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:verdana,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:14px 0px 0px 0px;
}

#headerContainer
{
    width:980px;
    margin-bottom:0px;
    position:relative;
}

#mainContainer
{     
   min-height:400px;
   padding-top:0px;
   margin-top:0px;
   margin-left:20px;
}

#footerContainer
{
    padding:80px 0px 0px 8px;
    margin-left:160px;
    clear:both;
}

#footerContainer a.menu
{
    color:#000;
    font-family:Sans-Serif, Arial;
    font-size:0.92em;
    font-weight:normal;  
    padding-right:5px;
}
#footerContainer a
{
    color:#000;
    font-family:Sans-Serif, Arial;
    font-size:0.92em;
    font-weight:normal;  
}
#phoneNumBtm
{
	float:right;    
	font-family:Sans-Serif, Arial;
    font-weight:bold;
    margin-top:-7px;
    vertical-align:bottom;
    text-align:right;
}
.telephoneLarge
{
	font-size:1.8em;
}
#footerRowTwo
{
    margin: 12px 0px 18px 168px;
    text-align:left;      
}

#footerRowTwo a
{
    color:#000000;
    font-size:0.93em; 
	font-family:Sans-Serif, Arial;
    font-weight:bold;
}

#footerRowTwo .divider
{
    display:inline-block;
    color:#000000;
    font-size:0.93em;     
    padding:0px 3px;
}  

#imgLogo 
{
left:0;
padding:0 0 0 0;
position:relative;
top:-6px;
width:379px;
float:left;
}

#imgLogo 
{
    display:inline-block;
}

#mastRightContainer
{
    float:right;    
    width:480px;
    text-align:right;
}

#topLinks
{
    
}

#topLinks a
{
    color:#ffffff;  
    text-transform: uppercase;
    font-size:1em;
}


#topLinks a.myAccount
{
    padding-left:15px;
}

#inlineBasket
{
	float:right;       
    text-align:right;  
    line-height:24px;   
    vertical-align:bottom; 
}

#inlineBasket .title
{
    float:right;
    font-size:11px;
    vertical-align:bottom;
    line-height:24px;
   
}

#inlineBasket .summary
{
    float:right;        
    padding:0px 5px;
    height:20px;
    line-height:22px;
    background-color:#fff;
    border:1px solid #918f8f;
    color:#000;
    text-align:center;        
    margin:0px 0px 0px 7px;    
    font-size:0.9em;
}

.title a
{
       font-family: Arial, sans serif;
    font-weight:bold;
    font-size:11px;
   text-decoration:none;
    color:#000; 
}

.loggedIn
{
    color:#fff;
    text-transform:capitalize;
}


#inlineBasket .currency
{
    float:right;        

}

.currency a
{
    width:18px;
    height:18px;
    line-height:18px;
    text-align:center;
    background-color:#86888a;      
    color:#fff;
    text-decoration:none;
    display:block;
    vertical-align:top;
}

.currency .on
{
    color:#fff;
}

.currencySelected
{  
    background-color:#FFF;
    width:18px;
    height:18px; 
    float:left;    
    margin-left:5px;  
}

.currencySelectedOn
{  
    padding:1px;
    border:1px solid #9e9e9e;  
}
.currencySelectedOff
{  
    padding:1px;
    border:1px solid #fff;  
}

#inlineSearch
{    
	margin-top:10px;
    text-align:right;
    height:22px;
    line-height:22px;
    float:right;
}

#inlineSearch .submitButton
{
   vertical-align:middle;

}

#inlineSearch input
{
    vertical-align:middle;
}

#inlineSearch .title
{
    font-family:Verdana, sans-serif;
    font-weight:normal;
    font-size:12px;    
    color:#fff;     
    vertical-align:middle;
    height:20px;    
    display:inline-block;    
}

#inlineSearch .searchTxt
{
   vertical-align:middle;
    display:inline-block;
    width:197px;
    font-size:1em;
    padding:3px 0px 3px 7px;
    line-height:12px;
    height:12px;
    color:#000;
    border:1px solid #CCC;    
    margin:1px 0px 1px 7px;    
}

#nav 
{
    margin-top:12px;
	margin-left:175px;
	margin-bottom:10px;
    position:relative;
    color:#000;
}
#nav ul
{
	
	float:left;
	vertical-align:bottom;	
}
#nav li
{
    float:left;
	padding-right:7px;

    line-height:24px;
	vertical-align:bottom;
}
#nav li a
{
    
	color:#000;
    font-size:11px;
}
#nav a
{
    font-family:Arial, sans-serif;
    font-weight:normal;    
    font-size:11px;
}

#topLine
{
    clear:both;
    height:22px;
	background-image:url(images/bgTopLine.gif);
	background-repeat:repeat-x;    
    border-top:1px solid #666666;   
    margin-left:20px;
}

.categoryNavTitle
{
    font-family:Georgia, serif;
	width:130px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	display:block;
	font-size:18px;
	font-weight:normal;
    line-height:22px;
    color:#000;
}
#navProducts
{
    float:left;
    color:#000;
    vertical-align:top;
    margin-top:0px;
    padding-top:0px;
	border-bottom:1px solid #000;
	margin-right:10px;
}

#navProducts ul
{
    margin:0px;
    padding:0px;
}

#navProducts li
{    
    vertical-align:top;
	margin:0px;
    padding:0px;
}
#navProducts li a
{
    line-height:22px;
    vertical-align:top;	
}
#navProducts a
{
    vertical-align:top;
	margin-top:0px;
    padding-top:0px;
    font-family:Arial, sans-serif;
    color:#000;
    font-size:13px;
    text-transform:none;
}

#navProducts .linkon
{
    color:#000;
}

.subNavProducts
{
    margin:0px 0px 10px 0px !important;
    font-size:0.9em; 
}

.subNavProducts li
{
    line-height:22px !important;   
}


#mainContent
{
    width:810px;
    float:right;     
}

#homepageBannerMain
{
    margin-right:0px;
    float:left;   
    
	position:relative;
}
#homepageBannerMain img
{
    margin-bottom:0px;
   
}
#homepageBannerSideImages
{
    float:right;  
    width:215px;  
}

#homepageBannerSideImages img
{
    margin-bottom:2px;
   
}
.slideshow
{
	height: 545px;
	width: 590px;
	margin:0px 0px 0px 0px;
	padding:0px;
	position:relative;
	overflow:hidden;
}
#navImg
{
	position:absolute;
	z-index:100;
	top:15px;
	right:18px;

}
#navImg a
{
	/*border: 1px solid #022f59;
	background: #0088c8;*/
	background-image:url('imgCircle.png');
	background-repeat:no-repeat;
	background-position:center center;
	text-decoration: none;
	margin: 0 0px;
	padding: 0px 5px;
	color:#fff;
	font-size:11px;
}
#navImg a.activeSlide
{
	background-image:url('imgCircleOn.png');
	background-repeat:no-repeat;
}
#navImg a:focus
{
	outline: none;
}

#newsletterSignUp
{
    display:block;
    width:205px;
    height:106px;
    padding:29px 0px 0px 10px;
    background-color:#000;
}  

#newsletterSignUp H3
{
    font-family:Adobe Garamond Pro, Garamond;    
    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;
}


h1
{clear:both;
    font-family:Georgia;
    font-size:1.5em;   
    color:#000;
    padding:0px 0px 0px 0px;
    line-height:1em;
}

.titleText
{
    color:#000;
    padding:0px 0px 0px 20px;
}

.formContainer1
{
    padding:26px 0px 0px 0px;
}

.formContainer2
{
    padding:20px 0px 0px 0px;
}

.formContainer2 h2
{
    font-family:Georgia;
    font-size:1.2em;    
    font-weight:bold;
    color:#000;
    padding:15px 0px 12px 20px;
    line-height:1em;
}

.section-title
{
    font-family:Georgia;
    font-size:1.2em;    
    font-weight:bold;
    color:#000;
    padding:15px 0px 20px 20px;
    line-height:1em;
}
.formType1
{
	
    min-height:30px;
    background-color:#ededed;
    padding: 20px 235px 20px 256px;
}

.formType2
{
    min-height:30px;
    background-color:#ededed;
    padding: 18px 80px 20px 80px;
}

.section-body
{
    min-height:30px;
    background-color:#ededed;
    padding:18px 0px 20px 80px;
}

.address-item
{    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:#000;
}

.newsletter p
{
    color:#000;
    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;
}

.add-button
{
        padding:0px 20px 0px 100px !important;
    text-align:left;
    float:right;
    margin-bottom:10px;
}

#loginButtons
{
    padding:15px 0px 0px 420px;
}

.formType1 .loginButton 
{    
    margin-right:15px;
}

.field
{
    min-height:20px;
    clear:both;
}

.field label
{
    width:156px;
    float:left;
    color:#000;
    line-height:28px;
    font-family:Georgia;    
}

.field .textBox
{
    width:293px;
    border:1px solid #9c9c9c;
    margin:2px 0px 6px 0px;
    padding:4px 3px;
    color:#000;
}

.field select
{
    width:200px;
    border:1px solid #9c9c9c;
    margin:2px 0px 6px 0px;
    padding:2px 3px;
    color:#000;
}

.item-value
{
    min-height:20px;
    clear:both;
}

.item-value label
{
    width:156px;
    float:left;
    color:#000;
    line-height:28px;
    font-family:Georgia;    
}
.item-name
{
        width:156px;
    float:left;
    color:#000;
    line-height:28px;
    font-family:Georgia;   
}
.item-valueODD
{
    color:#000;
    font-family:Georgia;   
}
.item-value .textBox
{
    width:293px;
    border:1px solid #9c9c9c;
    margin:2px 0px 6px 0px;
    padding:4px 3px;
    color:#000;
}

.item-value select
{
    width:210px;
    border:1px solid #9c9c9c;
    margin:2px 0px 6px 0px;
    padding:4px 3px;
    color:#000;
}
.item-value-small select
{
    width:100px;
    border:1px solid #9c9c9c;
    margin:2px 0px 6px 0px;
    padding:2px 3px;
    color:#000;
}

.formType1 .fpLink
{
    clear:both;
    padding:0px 0px 0px 169px;
    line-height:22px;
}

.formType1 a
{
    color:#000;
}    
.fpLink a
{
    color:#000;
}  

select.country
{
    width:300px;
}

/*** Designers ***/

#designers
{
    padding:20px 0px 0px 22px;
}

.AllDesigners
{
    width:810px;
    padding:0px 0px 0px 8px;
}
.designerLetter
{
    float:left;
}
.designerName
{
    width:250px;
    margin:20px 20px 10px 0px;
    color:#000;
    font-family:Georgia;  
    font-size:2em;
    border-bottom:1px dotted #dadada;
}

.designerName a
{
    color:#000;
    font-family:Georgia;  
    font-size:2em;
}
.designerLink
{
    color:#000;
}

/*** Product List ***/

.productList
{
    width:800px;
}


.productListItem
{
    width:229px;
    float:left;
    text-align:left;
    padding:20px 15px 0px 15px;
    height:200px;
}

.productListItem .designer
{
    color:#000;
    font-family:Georgia;  
    font-size:1.4em;
    border-top:1px solid #666;
    margin:10px 0px 0px 0px;
    padding:5px 0px 5px 0px;
}
.designer a
{
     color:#000;
}

.productListItem .name
{
   padding-bottom:1px;
}


.productListItem .name a
{
    color:#000;
    font-family:Georgia;  
    font-size:1.1em;
    font-style:italic;
    line-height:1em;
}

.productListItem .prices
{
    font-weight:bold;
}

.noProductText
{
    float:none;
    width:800px;
    height:20px;
    color:#000;
    font-family:Georgia;  
    font-size:1.1em;
}
.order-summary-content .warning-box .warning-text, .wishlist-content .warning-box .warning-text
{
	color: Red;
}
.warning-box, .warning-text, 
{
	color: Red;
}

/* basket */

.basketMessage
{
	margin:30px 0px 0px 20px;

}

.basketMessage p
{
    color:#cd3331;
	font-size:1em;
	font-weight:bold !important;
}

.basketMessage .recommend
{
    color:#000;
	font-size:1.2em;
	padding:11px 0px 22px 0px;
}

.basketHeader
{
    padding:12px 0px 0px 0px !important;
}

#progressBar
{
    border-bottom:1px solid #666;
    line-height:28px;
    width:980px;    
    text-align:center;   
    padding:20px 0px 0px 0px;
}

#progressBar a
{
    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:#000;
}

#basketTable .descriptionCell
{
    text-align:left;
    padding-left:20px;
}

#basketTable .imageCell
{
    padding-left:20px;
}

#basketTable td
{
    height:65px;
    padding:2px 0px;  
    border-bottom:1px solid #f0d0d3;
}


#isis
{
    margin-top:75px;
    width:960px;
    text-align:center;
}

#isis img
{
    display:inline-block;
    margin:0px 40px;
}

#basketTable .designer
{
    font-family:Georgia;    
    font-size:1.4em;     
    line-height:24px;
    color:#000;
}

#basketTable .textBox
{
    width:33px;
    height:16px;
    color:#000;
    font-size:1.1em;
    line-height:16px;
    border:1px solid #7f9db9;
    text-align:center;
}

#basketTable .description
{
    font-family:Georgia;
    font-size:1.1em;    
    line-height:1em;
    color:#000;
    display:block;
    font-style:italic;    
    padding-bottom:6px;
}

#basketTable .code
{
    color:#000;
    display:block;
    font-weight:bold;
    font-size:1em;
    line-height:1em;
}

#basketTable .priceContainer
{
    width:142px;
    height:65px;
    line-height:65px;
    background-color:#f5ebea;
    text-align:center;
    font-size:1.1em;
}

#basketTable .subtotal
{
    color:#000;
    font-weight:bold;
}

#basketTable .quantityContainer
{
    width:133px;
    height:65px;
    background-color:#f5ebea;
    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:#000;
    font-size:1.1em;
    line-height:16px;
    border:1px solid #7f9db9;
    text-align:center;
}
#basketTotalTable
{
    float:right;
    margin-right:0px;
    margin-top:8px;
}
#basketTotalTable td
{
    background-color:#fff;
    padding:6px 0px 6px 0px;  
    margin:6px 0px 6px 0px;
    border-top:1px solid #f0d0d3;
}
.basketTotal
{
    margin:8px 0px 8px 475px;
    width:421px;
    height:30px;
    line-height:30px;
    background-image:url("../../images/basketTotalBg.gif");
    background-repeat:repeat-x;
    text-align:right;
}

#deliveryTotalContainer
{
    margin-left:475px;
    padding:8px 0px 8px 0px;
    height:30px;
    width:421px;
    border-top:1px solid #f0d0d3;    
    border-bottom:1px solid #f0d0d3;

}

#deliveryTotal
{
    width:421px;
    height:30px;
    line-height:30px;
    background-repeat:repeat-x;    
    background-image:url("../../images/basketTotalBg.gif");
}

#basketGrandTotal
{
    margin:8px 0px 0px 475px;
    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:#000;
    font-weight:bold;     
        background-image:url("../../images/basketTotalBg.gif");  
}

.basketTotalValue
{
    width:96px;
    float:left;
    height:30px;
    line-height:30px; 
    padding-left:35px; 
    padding-right:8px;  
    font-size:1.1em;    
    color:#000;
    font-weight:bold;    
    background-image:url("../../images/basketTotalBg.gif");
}

#basketButtons
{
    margin:20px 0px 0px 560px;
    width:421px;
}

#imgContinue
{
    margin-right:67px;
}

/******* Checkout *************/

.radiobuttons
{
    vertical-align:middle;
    color:#000;
}

.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:Georgia;
    font-size:1.2em;    
    font-weight:bold;
    color:#000;
    padding:25px 0px 5px 20px;
    line-height:1em;
}

#orderSummary th
{
 font-weight:normal;
 color:#000;  

}

#orderSummary td
{
 font-weight:normal;
 color:#000;  
}

#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:880px;
    margin:10px 0px 0px 0px;
   color:#000;
   font-weight:bold;
}

.checkoutSection .field
{
    clear:both;
    padding:7px 0px 7px 0px;
}

.checkoutSection label
{
    width:156px;
    float:left;
    color:#000;
    line-height:1em;
    font-family:Georgia; 
    font-weight:normal;
}


.checkoutHeader
{
    font-family:Georgia;
    font-size:1.2em;    
    font-weight:bold;
    color:#000;
    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:Georgia;
    font-size:2.6em;    
    font-weight:normal;
    color:#000;
    padding:14px 0px 8px 0px;
}

#checkoutCompleteText p
{
     font-weight:bold;
    color:#000;
     font-size:1.1em;    
}

.extraText
{
    display:inline;
}

.messageError
{
    background-image:url(../../images/failedStar.jpg);
	background-repeat:no-repeat;    
	background-position:0px 7px;
	padding:5px 0px 0px 18px;
	margin-left:20px;
	color:#cd3331;
	font-size:1.1em;
}

.messageSuccess
{
    background-image:url(../../images/succeededStar.jpg);
	background-repeat:no-repeat;    
	background-position:0px 7px;
	padding:5px 0px 0px 18px;
	margin-left:20px;
	color:#689a67;
	font-size:1.1em;
}


.messageSuccess2
{
    background-image:url(../../images/succeededStar.jpg);
	background-repeat:no-repeat;    
	background-position:0px 7px;
	padding:5px 0px 0px 18px;
	margin:10px 0px 10px 0px;
	display:block;
	color:#689a67;
	font-size:1.1em;
}


/*** sitemap ***/

#sitemap h1
{
    clear:both;
    padding-bottom:0px !important;
    margin-bottom:0px !important;
}


.siteMapTopLevel
{
    padding:30px 0px 0px 22px;
    color:#000;
}

.siteMapTopLevel .name
{
    width:311px;
    float:left;
    padding:10px 0px 0px 0px;
    color:#000;
}

.siteMapTopLevel a
{
    color:#000;
    font-family:Georgia;  
    font-size:2em;
}

.siteMapSubLevel 
{

}

.siteMapSubLevel a
{
    color:#000;
    font-family:Georgia;  
    font-size:1.4em;
    padding-left:10px;
}

.voucherCode
{
    min-height:30px;
    background-color:#ededed;
    padding: 20px 20px 20px 20px;   
    margin:8px 0px 0px 0px;
    color:#000;
    font-size:1em;
    width:940px;
}

.voucherCode input
{
    vertical-align:middle;
}

#ctl00_ctl00_cph1_cph1_BasketControl_txtCouponCode
{
    padding:2px 0px 2px 5px !important;
    height:1.2em !important;
    color:#000 !important;
    font-size:1em !important;
    margin-left:6px;
}

/*** jquery zoom **/

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #000;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}

.topicpage-body
{
    padding-left:8px;
}
.item a
{
    color:#000;
}
.checkoutattributes div{
margin-bottom:20px;
margin-top:20px;
}

.checkoutattributes textarea{
width:500px;
}

.active-step{

color:#000;
}

.inactive-step{
color:#ccc;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:484px;
width:308px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#000;
font-size:22px;
font-weight:normal;
border-bottom:1px solid #000;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:Gray;
font-weight:700;
display:block;
cursor:pointer;
}
.link{
color:#000;
}
