/* standard */

:focus 
{
	outline: 0;
} 

.small-image-hint
{
	display: block;
	clear: both;
}

*
{
	margin: 0;
	padding: 0;	
	color: #333;
	font-size: 12px;
}

#content-left ul
{
    padding: 5px 0 0 20px;
}

body
{
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
}

h1, h2, h3, h4, h5
{
    color: #666;
    font-weight: normal;
}

h1, h1 a { font-size: 20px; }
h2, h2 a { font-size: 18px; }
h3, h3 a { font-size: 16px; }
h4, h4 a { font-size: 14px; }
h5, h5 a { font-size: 12px; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a { text-decoration: underline; }

.anchor,
h2 a,
#footer a
{
    color: #333 !important;
}

h3
{
    padding: 10px 0 0 0;
}
p
{
    padding: 10px 0 0 0;
}

a
{
    color: #736d28;
    text-decoration: none;
}

a:hover,
a.selected
{
    color: #736d28 !important;
    text-decoration: underline;
}

img
{
    border: 0;
}

select, 
input.textbox,
textarea.textbox
{
    padding: 5px;
    border: 1px solid #ccc;
}

input.button, input.passwordButton
{
	padding: 5px 10px;
}

input.small-button
{
	padding: 2px;
}

textarea { border: 1px solid #ccc; }

input.tiny { width: 50px; padding: 3px; }
input.small { width: 100px; padding: 3px; }
input.medium { width: 190px; padding: 3px; }
input.large { width: 221px; padding: 3px; }
input.huge { width: 400px; padding: 3px; }
input.search { width: 175px !important; padding: 3px; }
textarea.huge { width: 400px; height: 200px; padding: 3px;}

.invoice-address input.large,
.profile input.large,
.td-del-new input.large { width: 171px }
.invoice-address select,
.td-del-new select { width: 179px }

input.error
{
    border: 1px solid #fed880;
    background: #fff4db;
}

div.error
{
    border: 1px solid #fed880;
    background: #fff4db;
    padding:10px;
    float:left;
}

.bold
{
    font-weight: bold !important;
}

.small
{
    font-size:smaller;
}

.error-box
{
    border: 5px solid #fed880;
    background: url('images/error.png') 10px center no-repeat #fff4db;
    padding: 20px 20px 20px 70px;
    min-height: 20px;
    font-size: 14px;
    margin: 0 0 20px 0;
}

.error-box-small
{
    border: 1px solid #fed880;
    background: url('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('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('images/info.png') 10px center no-repeat #f0f7e2;
    padding: 20px 20px 20px 70px;
    min-height: 20px;
    font-size: 14px;
    margin: 0 0 20px 0;
}

#site
{
	width: 980px;
	margin: 0 auto;	
}

#content-border-middle { background: url('images/border-middle.png') repeat-y top left; }
#content-border-top { background: url('images/border-top.png') no-repeat top left; }
#content-border-bottom { background: url('images/border-bottom.png') no-repeat bottom left; }
#content { position: relative; min-height: 600px; padding: 10px; overflow: auto; }

#leftcontent-middle { background: url('images/leftcontent-middle.png') repeat-y top left; }
#leftcontent-top { background: url('images/leftcontent-top.png') no-repeat top left; height: 19px; }
#leftcontent-bottom { background: url('images/leftcontent-bottom.png') no-repeat bottom left; height: 19px; }
#leftcontent { overflow: auto; position: relative; min-height: 500px; padding: 20px; }

.right-box-middle { background: url('images/right-box-middle.png') repeat-y top left; }
.right-box-top { height: 20px; background: url('images/right-box-top.png') no-repeat top left; }
.right-box-bottom { height: 20px; background: url('images/right-box-bottom.png') no-repeat bottom left; }
.right-box { overflow: hidden; padding: 0 20px 0 20px; }

.right
{
    float: right;
}

/* custom */

#header
{
    padding-top: 15px;
    height: 70px;    
}

#login
{
    padding-top: 0px;
    width: 280px;
    float: right;
}

#login span
{
    display: block;
    padding: 0 0 5px 0;
}

.rememberme
{
    float:left; 
    margin: 0px 10px 0px 0;  
    display: block; 
}

#login .rememberme
{
    margin: 5px 10px 0px 0;      
}

#top-menu
{
    padding: 10px 0 0 0;
    position: relative;
}

#top-menu ul
{
    background: url(images/top-menu.png) repeat-x left top;
    height: 30px;
    margin: 0;
    padding: 0;
}

#top-menu li
{
    display: block;
    float: left;
    height: 30px;
    margin: 0;
    padding: 1px 0;
    list-style: none;
}

#top-menu li a
{
    display: block;
    height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px 0 10px;
    color: #666;
}

#top-menu .langAndCurrency
{
    position: absolute;
    right: 20px;
    top: 15px;
}

#top-menu .langAndCurrency a
{
    display: block;
    float: left;
    font-size: 16px;
}

#top-menu .langAndCurrency span
{
    display: block;
    float: left;
    height: 19px;
    width: 1px;
    margin: 0 5px;
    background: #ccc;
}

#content-right
{
    width: 280px;
    float: right;
}

#content-left 
{
	width: 667px;
	float: left;
	overflow: auto;
	padding: 0 0 0 10px;
}

#content-left h2
{
	font-size: 18px;
	font-weight: normal;
	display: block;
	background: url('images/leftcontent-h2.png') repeat-x 0px 17px;
	margin: 0;
	padding: 0 0 10px 0;
}

#right-menu
{
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    overflow: auto;
    width: 230px;
}

#right-menu ul
{
    margin: 0;
    padding: 0;
}

#right-menu li
{
    display: block;
    float: left;
    width: 115px;
    margin: 0;
    list-style: none;
}

#right-menu li a
{
    display: block;
    float: left;
    width: 115px;
    margin: 0;
    font-size: 13px;
    color: #666;
}

#content-bottom
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 960px;
    height: 189px;
}

.bottom-box
{
    background: url('images/bottom-box.png') no-repeat;
    width: 215px;
    height: 169px;
    float: left;
    padding: 10px;
    position: relative;
}

.bottom-box h2
{
    padding: 10px 0;
    margin: 0;
}

.bottom-box h2 a
{
    text-align: center;
    display: block;
    color: #666;
}

.bottom-box a
{
    padding: 0px 8px 0 8px;
    display: block;
}

.bottom-box input
{
    margin: 2px 8px;
}

.bottom-box p
{
    padding: 2px 8px;
    margin: 0;
}

.bottom-box .image
{
    position: absolute;
    bottom: 10px;
    width: 215px;
}

.bottom-box .image img
{
    margin: 0 auto;
    display: block;
}

.postcardmessage
{
	padding: 4px 4px 4px inherit;
	vertical-align: top;
}

.postcard-textbox
{
	width: 100%;
	min-height: 60px;
}

.checkout .basket .label
{
	color: #999999;
}

#footer img,
#footer span
{
    display: block;
    margin: 0 auto;
    text-align: center;
}

#footer span span
{
    display: inline;
    padding: 0 5px;
}

.step-navigation ul
{
    list-style: none;
    overflow: auto;
    margin: 20px 0;
    padding: 0 !important;
}

.step1, .step-basket { background: url('images/1of5.png') no-repeat 60px 20px; }
.step2, .step-personalinformation{ background: url('images/2of5.png') no-repeat 60px 20px; }
.step2, .step-noprofilepersonalinformation{ background: url('images/2of5.png') no-repeat 60px 20px; }
.step3, .step-confirm { background: url('images/3of5.png') no-repeat 60px 20px; }
.step4, .step-payment { background: url('images/4of5.png') no-repeat 60px 20px; }
.step5, .step-receipt { background: url('images/5of5.png') no-repeat 60px 20px; }

.personal-information .newaddress
{
	vertical-align: top;
}
.step-navigation li
{
    float: left;
    width: 125px;
    display: block;
    text-align: center;
    background: url('images/step.png') no-repeat center center;
    overflow: auto;
    height: 56px;
}

.step-navigation a
{
    text-decoration: underline;
}

.step-navigation a,
.step-navigation span
{
    display: block;
    width: 100%;
    height: 56px;
    color: #666;
}

.step-navigation a:hover
{
    color: black;
}

table.basket
{
    width: 100%;
}

table.basket td .address
{
    padding-right:30px;
}

table.basket td
{
    height: 80px;
}

table.basket td img.image
{
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
}

table.basket td img.first
{
    margin: 10px 10px 10px 0;
}

table.basket th
{
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 2px;
}

table.basket td.sub
{
    height: 25px !important;
    font-weight: normal;
    color: #000;
}

table.basket td.sub-top
{
    border-top: 1px solid #ccc;
}

table.basket td.sub-bottom
{
    border-bottom: 1px solid #ccc;
}





table.wishlist
{
    width: 100%;
}


table.wishlist td
{
    height: 80px;
}

table.wishlist td img.image
{
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
}

table.wishlist td img.first
{
    margin: 10px 10px 10px 0;
}

table.wishlist th
{
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #ccc;
}

table.wishlist td.sub
{
    height: 25px !important;
    font-weight: normal;
    color: #000;
}

table.wishlist td.sub-top
{
    border-top: 1px solid #ccc;
}

table.wishlist td.sub-bottom
{
    border-bottom: 1px solid #ccc;
}

input.alignright
{
    text-align: right;
}

.buttonblock
{
    padding: 20px 0;
}

.buttonblock .button
{
    margin: 0 5px 0 0;
}

.buttonblock .right
{
    margin: 0 0 0 5px;
}
.buttonblock .left
{
    margin: 0 5px 0 0;
}

.login td td
{
    padding: 5px 5px 0 0;
}

.login .profile
{
    vertical-align: top;
}

.login .profile select 
{ 
	width: 120px; 
}

.login h3
{
    padding: 10px 0;
}

.login td.area,
.personal-information td.area
{
    vertical-align: top;
    width: 260px;
}

.personal-information,
.login
{
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.personal-information .address td td
{
    vertical-align: middle;
    padding: 0 10px 0 0;
}
.personal-information table.list td.td-rb
{
	width:25px;
}
.personal-information table.list
{
    width:100%
}

.personal-information table.address
{
    margin-bottom:10px;
    border:1px solid #fff;
    width:100%
}

.personal-information table.selected,
.personal-information td.selected
{
    background-color:#f0f0f0;
    border:1px solid #ddd;
}
.same
{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
	text-align:center;
}
.personal-information .address ul
{
    margin:3px 5px 5px 0;
}

td.line
{
    background: url('images/dot.png') repeat-y 30px 0;
    vertical-align: middle;
    text-align: center;
    width: 60px;
}

td.line span
{
    background: white;
    padding: 3px 0 5px 0;
}

.personal-information h3
{
    padding: 0 0 20px 0;
}

.address
{
    padding: 0 0 20px 0;
}

.address td
{
    vertical-align: top;
}

.address ul
{
    list-style: none;
    padding: 0 !important;
}

.address .radio
{
    margin: 10px 10px 0 0;
}

.delivery-address
{
    display: none;
    border-top: 0 !important;
}

.basket ul
{
    list-style: none;
    padding: 10px 30px 0 0 !important;
}

.basket .checkbox
{
    padding: 0px 10px 0px 0;
}

table.payment
{
    width: 350px;
    margin: 20px auto;
}

select.medium
{
    width:140px; 
    padding:5px;
}

select.small
{
    width: 68px !important; 
    padding: 5px !important;
}

.delimeter
{
    padding: 0 40px;
}

table.payment select,
select.large
{
    padding: 3px;
    width: 179px;
}

table.payment td
{
    height: 30px;
}

table.payment .checkbox
{
    margin: 0 0 0 30px;
}

table.settings
{
    margin: 0 0 20px 0;
}

table.settings td
{
    padding: 10px 15px 10px 0;
}

.product
{
    padding: 10px 0px 0 0px;
}

.product .image
{
    background: #ccc;
    width: 118px;
    height: 118px;
    margin: 0 10px 0 0;
    border: 1px solid #ccc;
    float: left;
    list-style-type: none;
    display: inline;
}

.product .after-first-row
{
	margin-top: 10px;
}

.product .image .small
{
	cursor: pointer;
}

.product td.rightside
{
    vertical-align: top;
}

.product .leftside
{
	vertical-align: top;
	width: 330px;
}

.product .big
{
	/*
    width: 300px;
    height: 300px;
	*/
    border: 1px solid #ccc;
    cursor: pointer;
}

.product input.button
{
    margin: 0px;
}

.product a.button
{
    padding: 5px 33px 0 0;
    text-decoration: underline;
}

.product .price
{
    font-size: 16px;
}

.breadcrumb
{
	
	position: absolute;
	top: 0;
	left: 20px;
}


.breadcrumb ul
{
    list-style: none;
    height: 30px;
    width: 550px;
    padding: 0 !important;
}

.breadcrumb li
{
	color: #999;
    float: left;
    padding: 0px 10px 5px 0;
}

.breadcrumb a
{
    text-decoration: underline;
}

.relative-catch
{
    float: left;
}

.product-image
{
    border: 1px solid #ccc;
    width:118px;
    height:118px;
    margin: 0 5px 5px 0;
    z-index: 1;
}

.popup
{
    display: none;
    position: absolute;
    bottom: -30px;
    left: -22px;
    background: url('images/popup.png') no-repeat;
    width: 171px;
    height: 70px;
    z-index: 10;
    margin-left: -4px;
}

.checkbox label
{
 padding-left: 10px;
}

.wishlist .popup
{
    background: url('images/popup-wishlist.png') no-repeat;
    height: 85px;
}

.popup h5
{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 13px;
    left: 15px;
    display: block;
    width: 145px;
}

.popup h5 span
{
    font-size: 12px;
    font-weight: normal;
}

.popup span.price
{
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 11px;
}

.popup a.addToBasket
{
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 11px;
}

.popup a.addToWishlist
{
    position: absolute;
    right: 15px;
    bottom: 27px;
    font-size: 11px;
}

.popup a.removeFromWishlist
{
    position: absolute;
    right: 15px;
    bottom: 30px;
    font-size: 11px;
}

h3.sub-category
{
    clear: both;
    padding: 10px 0 5px 0;
}

div.edit-address
{
    display: none;
}

ul.address
{
    list-style: none;
    padding: 10px 0 !important;
}

span.plus img,
span.minus img
{
    margin-bottom: -3px;
    cursor: pointer;
}

.fullscreen
{	
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	
    position: fixed;
    background: #ccc;
    left: 0px;
    top: 0px;
    display: none;
    cursor: pointer;
}

.view
{
	z-index: 1000;
    position: fixed;
    background: white;
    
    left: 50%;
    margin-left: -300px;
    
    top: 50%;
    margin-top: -300px;
    
    width: 600px;
    height: 600px;
    display: none;
    
    border: 5px solid #ccc;
    cursor: pointer;
}

.view span
{
    position: absolute; 
    bottom: 10px;
    right: 10px; 
    padding: 5px 30px 0 0;
    background: url('images/close.png') no-repeat right center;
    display: block;
    height: 20px;
    cursor: pointer;
}

table.add-wishlist
{
    display: none;
}

table.add-wishlist td
{
    padding: 5px 5px 5px 0;
}

a.delete-wishlist,
a.email-wishlist,
a.link-wishlist
{
    font-size: 12px;
    padding-right: 7px;
}

.wishlist
{
    margin-bottom: 15px;
    overflow: auto;
}

table.form td
{
    padding: 10px 10px 0 0;
}

.category-lineview
{
    float: left;
    width: 200px;
    height: 200px;
    padding: 8px 8px 0 0;
}

.category-lineview .inner
{
    border: 1px solid #ccc;
}

.category-lineview h5 
{
	text-align: center;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.category-lineview a.inner:hover
{
	text-decoration: none;
}


.category-lineview a
{
    display: block;
    height: 200px;
    width: 200px;
}

.loggedin
{
    padding: 30px 10px 0 0;
}



.product-buttons
{
    margin: 10px 0 0 0;
    width: 250px;
    height: 30px;
    position: relative;
}


.product-buttons input
{
}

.product-buttons a.add-to-wishlist
{
  margin-top: 10px;
  clear: both;
  float: right;
}



.product-buttons ul.wishlists
{
    position: absolute;
    top: 60px;
    right: 35px;
    
    display: none;
    list-style: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 !important;
}

.product-buttons ul.wishlists a
{
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    display: block;
}

.product-buttons ul.wishlists a:hover
{
    background: #ccc;
}

.designer 
{
    border-collapse: collapse;
}

.designer img.image
{
    border: 1px solid #ccc;
    padding: 5px;
    margin-left: 100px;
}

.designer img.small-image
{
    border: 1px solid #ccc;
    padding: 3px;
}

.news
{
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.date
{
    color: #999;
}

.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }

.tagcloud
{
    padding: 5px 5px 0 0;
}

.right-box .link
{
    background: url('images/arrow.png') no-repeat right;
    display: block;
    width: 230px;
}

.checkout-button
{
    font-size: 14px;
    float: right;
    padding: 0 10px 0 0;
    text-decoration: underline;
}

.mini-basket .empty
{
    text-align: center;
    padding: 10px 0;
    display: block;
}

.mini-basket img
{
    border: 1px solid #ccc;
}

.mini-basket table
{
    width: 230px;
}

.mini-basket td,
.mini-basket th
{
    text-align: left;
    padding: 5px;
}

.mini-basket th
{
    padding-top: 10px;
    border-top: 1px solid #ccc;
    border-collapse: collapse;
}

.big-image
{
    position: relative;
}

.big-image .spyglass
{
    position: absolute;
    left: 260px;
    top: 260px;
    cursor: pointer;
}

.cards img
{
    margin-right: 30px;
}

.cards
{
    display: none;
}

.variants td,
.variants th
{
    padding: 2px 10px 2px 0;
}

.scroll-textarea
{
    width: 130px;
    font-size: 18px;
    margin: 10px 0 0 0;
}

.show-final
{
    display: block;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    width: 125px;
    margin: 10px 0 0 20px;
}

.edit-scroll-textarea
{
    position: absolute;
    margin: -200px 0 0 120px;
    background: white;
    border: 5px solid #ccc;
    padding: 10px;
    display: none;
}

.edit-scroll-textarea td
{
    height: auto !important;
    padding: 5px;
}

.odd td
{
    background: #eee;
    padding: 5px;
}

.even td
{
    background: #fff;
    padding: 5px;
}

/* 
-----------------------------------------------------------
	ProductVariants
-----------------------------------------------------------
*/
.ProductVariants
{
	display:block;
}
.ProductVariants td
{
	height:20px;
}
.ProductVariants label
{
	margin-left:3px;
	vertical-align:middle;
}
.ProductVariants input
{
	vertical-align:middle;
}

/* 
-----------------------------------------------------------
	Basket
-----------------------------------------------------------
*/
.BasketTaxInformation
{
	text-align:right;
	font-style:italic;
	font-size:smaller;
	color:#333;
	margin:5px 5px 10px 0;
}

/*
/* 
-----------------------------------------------------------
	OrderPreview
-----------------------------------------------------------
*/
.VATIncludedInformation
{
	text-align:right;
	font-style:italic;
	font-size:smaller;
	color:#333;
	margin:5px 5px 10px 0;
	width:100%;
}

/* 
-----------------------------------------------------------
	ManageAddresses
-----------------------------------------------------------
*/
.address-item-edit
{
	border:1px solid #ccc;
	display:block;
}
.address-item-view
{
	padding:10px;
}
.address-item-view-editlink
{
	float:right;
	text-align:right;
}
.address-button
{
	margin-left:152px;
	margin-top:10px;
}
.EditAddress fieldset 
{
	padding:10px;
}
.EditAddress fieldset legend
{
	margin-left:5px;
	margin-right:15px;
	color:#666;
	font-size:small;
}

/* 
-----------------------------------------------------------
	Search Control
-----------------------------------------------------------
*/
.SearchControl
{
	border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    width: 230px;
    clear:both;
}
.SearchControl span
{
	display:block;
}
.SearchControl input.search
{
	width:185px;
	margin-right:5px;
	margin-top:2px;
	float:left;
}
.SearchControl .small-button
{
}
/* 


/* 
-----------------------------------------------------------
	Newsletter Signup Control
-----------------------------------------------------------
*/
.NewsletterSignupControl h4 .link 
{
    width: 230px;
}
.NewsletterSignupControl h4 .link 
{
	color:#666;
}


/* --------------------------------------------
	EngravingsContainer 
-----------------------------------------------*/
.editText
{
	font-size:10px;
}
.engravingsContainer
{
	position: relative;
	width: 230px;
	margin:3px 0 3px 0;
	background-color:#fff;
	border:6px solid #ccc;
}
.engravingsContainer a.close
{
	position: absolute;
	top:0px;
	right:0px;
	width:18px;
	height:18px;
	text-align:center;
	background-color:#666;
	text-decoration:none;
	font-size:10px;
	line-height:14px;
	color:#fff;	
}
.engravingsContainer .engravingsContainerHeader
{
	background-color:#aaa;
	color:#fff;
	font-size:10px;
	font-weight: bold;
	padding:3px 0 3px 5px;
}
.engravingsContainer .engravingsContainerControls
{
	padding:10px 10px 0 10px;
	text-align:center;
}
.engravingsContainer .engravingsContainerFooter
{
	clear:both;
	padding-bottom:10px;
	text-align:center;
}
.engravingsContainer .engravingsContainerFooter input
{
	width:80px;
}
div.engraving
{
	background-color:#fff;
	width:auto;
	margin:0 auto 10px auto;
	padding:5px;
}
.engravingsContainer .engraving .heading
{
	color:#999;
	font-size:smaller;
	padding:2px;
}
.engravingLine
{
	width:auto;
}
.engravingLine UL
{
	margin:0;
	padding:0;
}

.engravingsContainer .engravingLineDisplay
{
	display:none;
}

.engravingsContainerDisplay
{
	background-color:Transparent;
	border:0px none;
	width:auto;
	border-top:0px solid #ddd;
}
.engravingsContainerDisplay .engravingsContainerHeader,
.engravingsContainerDisplay .engravingsContainerFooter,
.engravingsContainerDisplay .engraving .heading,
.engravingsContainerDisplay .engravingLine input
{
	display:none;
}
.engravingsContainerDisplay .engravingsContainerControls
{
	padding:0;
	margin:0;
	text-align:left;
}

.engravingsContainerDisplay .engravingLineDisplay
{
	display:block;
}

.engravingsContainerDisplay div.engraving
{
	width:auto;
	margin:4px 10px 4px 0;
	padding:0px;
	border:1px solid #ddd;
	background-color:#f3f3f3;
	border:0px none;
	background-color:Transparent;
	
	margin:5px 0 10px 0;
	padding:0px;
	border-top:0px solid #ddd;
}

.engravingsPreview
{
	margin-top:5px;
}
.engravingsPreview .headLine
{
	color:#666;
	font-size:smaller;
}

.engravingsPreview div
{
	color:#000;
	display:block;
}
.engravingsPreview fieldset
{
	padding:5px;
}
.engravingsPreview fieldset legend
{
	color:#333;
	font-size:smaller;
	margin-bottom:5px;
}

#password-clear
{
	display: none;
}

/* 
-----------------------------------------------------------
	Search Results
-----------------------------------------------------------
*/
/*
.SearchResults .popup
{
    display: none;
    position: absolute;
    bottom: -30px;
    left: -22px;
    background: url('images/popup.png') no-repeat;
    width: 163px;
    height: 70px;
    z-index: 10;
}

.SearchResults .popup span.description
{
    position:absolute;
	left: 10px;
	bottom: 15px;
    font-size: 11px;
}

.SearchResults .popup h5
{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 13px;
    left: 15px;
    display: block;
    width: 133px;
}

.SearchResults .popup h5 span
{
    font-size: 12px;
    font-weight: normal;
}
*/

.SearchResults .popup span.description
{
    position:absolute;
	left: 15px;
	bottom: 15px;
	width:140px;
    font-size: 11px;
    height:15px;
    overflow:hidden;
    white-space:nowrap;
	text-overflow:ellipsis;
}

/* 
-----------------------------------------------------------
	Umbraco Rich Text Editor styles
-----------------------------------------------------------
*/
a.HeadLineLink,
p.HeadLineLink,
.HeadLineLink
{
    color: #333 !important;
    font-weight: normal;
	font-size: 18px; 
}
.FrontpageImageFullWidth 
{
    position: absolute;
    bottom: 10px;
    width: 215px;
    margin: 0 auto;
    display: block;
    margin-left:-8px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
H2 {

}
.FrontpageImageFullWidth {

}


