body{
	text-align: center;
	font-size: 100%;
}

p{
	line-height: 1.4em;
	color:#999999;
	font-size: 0.78125em;
}

ul{
	list-style: none;
}

li{
	color:#999999;
	font-size: 100%;
}

a img{ border: none; }

a, a:link, a:active{
	font-size: 0.78125em;
	color: #999999;
	
	text-decoration: none;
}

a:hover{
	color: #fc0991 !important;
	text-decoration: none;
}

a:visited{
	color:#666666;
	text-decoration: none;
}

p a, td a{
	font-size: 100%;
	color: #fc0991;
}

.col-main a{
	color: #666666;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}

.disclaimer{
	font-size: 0.75em;
}

.line-through{
	text-decoration: line-through;
}
/* back to top */

.backtotop{
	text-align: right;
	width: 100%;
	padding-bottom: 15px;
}
.backtotop a{
	color: #666666;
}
.backtotop a:hover{
	color: #fc0991;
}

/* reset overlay layer */
.ibox_wrapper{
	font-size: 100% !important;
	border: solid 3px #999;
}

#container{
	margin: 8px auto;
	width: 904px;
	text-align: left;
}

#header{
	width: 904px;
	display: inline-block;
	background: url(../images/common/line_header_bot.gif) center 108px no-repeat;
}

#mainnav{
	width: 100%;
	margin-bottom:12px;
	text-align: center;
}

#content{
	background: url(../images/common/line_home_top.gif) center top no-repeat;
	padding-top: 2px;
	margin-bottom: 12px;
}

#content-blank{
	padding:15px;
}

#footernav{
	background: url(../images/common/line_footer_top.gif) center top no-repeat;
	padding-top: 2px;
	margin-top: 12px;
	clear: both;
}

#footer{
	color:#CCCCCC;
	font-size: 0.6em;
}

.footer-about{
	font-size: 9pt;
	line-height: 1.3em;
	color:#999;
	padding: 8px 0px;
}

.footer-about a, .footer-about a:visited, .footer-about a:active{
	color:#666;
	font-size: 9pt;
}

/* header */
#facebook-page{
	float: left;
	padding: 0;
}
#facebook-page a{
	display: block;
	width: 89px;
	height: 26px;
	background: url(../images/common/logo_facebook.gif) center top no-repeat;
}

#facebook-page a span{
	display: none;	
}

#logo{
	float: left;
	padding-top: 40px;
	padding-left: 80px;
}

#cart{
	color:#999999;
	float: right;
	font-size: 0.6875em;
	width: 220px;
	height: 60px;
	background: url(../images/common/hdr_shopping_cart.gif) right top no-repeat;
	padding-top: 15px;
	text-align: right;
}

.cart-summary{
	margin-top: 5px;
	color:#BBBBBB;
}

.cartSummaryItem{
	font-size: 8pt;
}

a.cartSummaryLink{
	font-size: 8pt;
	color:#BBBBBB;
	margin: 0 0 0 5px;
}

a.cartSummaryLink:hover{
	color: #333333;
}

#searchbar{
	float: right;
	height: 24px;
	clear: right;
}

#header .line{
	background: none;
	height: 9px;
	clear:both;
}


/* searchbar */
.search-box input.cat_textbox_small{
	color: #666666;
	border: solid 1px #ebe9e7;
	margin: 0;
	padding: 2px;
	width: 120px;
	height: 16px;
}

.search-box input.cat_button{
	margin: 0;
	padding: 0;
}


/* main nav */

#mainnav .line{
	background: url(../images/common/line_mainnav_bot.gif) center bottom no-repeat;
	height: 3px;
	clear:both;
}


#mainnav ul{	
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 19px;
	display: inline-block;
	list-style: none;
}

#mainnav ul li{
	float: left;
	margin: 0 15px;
	
}

#mainnav li a {
	display: inline-block;
	height: 12px;
}

#mainnav li a {
	background-color: transparent;
}
#mainnav li a span{
	display: none;
}

#mainnav #shop a{
	width: 38px;
	background: url(../images/nav/shop.gif) 0 0 no-repeat;
}

#mainnav #about a{
	width: 48px;
	background: url(../images/nav/about.gif) 0 0 no-repeat;
}

#mainnav #blog a{
	width: 40px;
	background: url(../images/nav/blog.gif) 0 0 no-repeat;
}

#mainnav #stockists a{
	width: 75px;
	background: url(../images/nav/stockists.gif) 0 0 no-repeat;
}

#mainnav #subscribe a{
	width: 83px;
	background: url(../images/nav/subscribe.gif) 0 0 no-repeat;
}

#mainnav #press a{
	width: 41px;
	background: url(../images/nav/press.gif) 0 0 no-repeat;
}

#mainnav #contact a{
	width: 70px;
	background: url(../images/nav/contact.gif) 0 0 no-repeat;
}

/* main nav hover state */
#mainnav #shop a:hover, #mainnav #about a:hover, #mainnav #blog a:hover, #mainnav #stockists a:hover, #mainnav #subscribe a:hover, #mainnav #press a:hover, #mainnav #contact a:hover{
	background-position: 0 -14px;
}



/* main nav selected state */
body.shop #mainnav #shop a, body.product #mainnav #shop a, body.About #mainnav #about a, body.blog #mainnav #blog a, body.Subscribe #mainnav #subscribe a, body.press #mainnav #press a, body.Contact #mainnav #contact a{
	background-position: 0 -14px;
}

/* subnav */

.subnav{
	float: left;
	margin-top: 25px;
	margin-left: 30px;
	margin-bottom: 25px;
}

.subnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.subnav ul li{
	line-height: 1em;
	margin-bottom: 7px;
	margin-left: 5px;
	width: 140px;
	font-size: 0.71875em;
}

.subnav ul li a{
	font-size: 100%;
	line-height:1.1em;
	background: url(../images/common/bul_subnav_arrow.gif) 0 0px no-repeat;
	padding-left: 10px;
	display: inline-block;
}

.subnav ul li a span{
	width: 130px;
}

.subnav ul li a:hover{
	background-position: 0 -30px;
}

.subnav ul li a:visited{
	color: #999999;
}

.subnav ul li.selected a{
	color:#fc0991;
	background-position: 0 -30px;
	padding-left: 10px;
}

.subnav ul li ul li{
	line-height: 1.0em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 140px;
	font-size:inherit;
}

.subnav ul li ul li a{
	color:#999999 !important;
	background: none;
}

.subnav h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.71875em;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

/* breadcrumb */
div.breadcrumb{
	font-size: 9pt !important;
	color:#999999;
	margin: 0px 25px 20px 25px;
}
.breadcrumb a{
	font-size: 9pt;
}
.breadcrumb a:visited{
	color: #999999;
}

.col-main .breadcrumb{
	margin: 0px 25px 20px 0px;
}

.shop-cart .breadcrumb{
	margin-top: 0px;
}

/* content */

#content .inner-mid{
	background: url(../images/common/line_main_mid.gif) center top repeat-y;
	padding-top: 25px;
	display: block;
	clear: both;
}

#content .inner-bot{
	background: url(../images/common/line_main_bot.gif) center bottom no-repeat;
	padding-bottom: 3px;
	display: block;
	height:3px;
	width: 902px;
}

.col-left{
	float: left;
}

.col-right{
	float: right;
}

.col-main{
	float: left;
	width: 840px;
	margin-left: 0px;
	padding-left: 25px;
	padding-bottom: 25px;
	min-height: 350px;

}

.col-main a{
	font-size: 9pt;
}

.col-main ul{
	list-style: disc;
}
.col-main li{
	font-size: 0.78125em;
}

.col-promo{
	display: none;
}

.col-promo .inner-promo{
	background: url(../images/common/line_col_right_bot.gif) left bottom no-repeat;
}

.col-promo .item{
	background: url(../images/common/line_col_right_inner.gif) left bottom no-repeat;
}

.col-promo .item img, .col-promo .item-last img{
	margin: 14px 12px 14px 12px;
}

body.promo .col-main, body.about .col-main, body.customer-service .col-main{
	float: left;
	width: 615px;
	margin-left: 0px;
	padding-left: 25px;
}

body.promo .col-promo, body.about .col-promo, body.customer-service .col-promo{
		display: block;
	float: right;
	width: 225px;
	background: url(../images/common/line_col_right_top.gif) left top no-repeat;
	padding-top: 2px;
	margin-right: 3px;
}


/* content - home */

body.home #content .inner-mid{
	background: url(../images/common/line_home_mid.gif) center top repeat-y;
}

body.home .product-hero{
	width: 672px;
}

body.home .product-hero img{
	margin: 14px 15px;
}

body.home .product-promo{
	width: 227px;
}

.product-promo .item{
	background: url(../images/common/line_home_inner.gif) left bottom no-repeat;
}

.product-promo .item img, .product-promo .item-last img{
	margin: 14px 12px 14px 12px;
}

/* content - customer service */
.customer-service{}

.customer-service-nav ul{
	list-style: none;
}

.customer-service-nav{
	padding-bottom: 15px;
}

.customer-service-nav a{
	color: #666666;
}

.customer-service-nav a:visited{
	color: #999999 !important;
}

.customer-service-nav a:hover{
	color: #fc0991 !important;
}

.customer-service td{
	font-size: 0.78125em;
	color:#999999;
	padding: 3px 5px;
	border-bottom: solid 1px #cccccc;
}

/* content - blog */
body.blog #content .inner-mid{
	background: url(../images/common/line_blog_mid.gif) center top repeat-y;
	padding: 0px;
}

body.blog .col-main{
	width: 860px;
}

body.blog .breadcrumb{
	padding-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 0;
	background:#FFFFFF;
	display: block;
	width: 100%;
}

body.blog .col-promo{
	
}

.blog-header{
	margin-bottom: 20px;
	background: url(../images/common/line_main_top.gif) center bottom no-repeat #FFFFFF;
	
}

.blog-container{
	font-size: 100%;
}

.blog-container a{
	font-size: 100%;
}

.blog-container h1{
	padding-top: 0;
	margin-top: 0;
	font-size: 1.6em;
}

.blog-container .post-list {
	float: left;
	width: 630px;	
}

.blog-container .side-panel {
	float: right;
	width: 190px;
}

.BlogTagCloud, .BlogTagList{
	font-size: 9pt;
}

.BlogTagCloud a, .BlogTagList a{
	color: #999999;
}

.side-panel h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.71875em;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

.side-panel li a{
	font-size: 9pt;
	color:#999999;
	background: url(../images/common/bul_subnav_arrow.gif) 0px 2px no-repeat;
	padding-left: 10px;
	display: inline-block;
}

.side-panel ul{
	margin: 0;
	padding: 0;
}

.side-panel li{
	margin: 2px 0;
	padding: 0;
	line-height: 1.2em;
}

.side-panel li a:hover{
	color: #fc0991;
	background-position: 0 -28px;
}

.side-panel li a:visited{
	color: #999999;
}

.blog-post{
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/common/line_blog_inner.gif) bottom left no-repeat;
}

.blog-post h2.post-title {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.blog-post h2.post-title a{
	color:#000000;
}
.blog-post h2.post-title a:hover{
	color: #fc0991;
	text-decoration: underline;
}

.blog-post .post-details {
	color: #888;
	padding: 0px;
	margin-top: -3px;
	margin-bottom: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.blog-post .post-body {
color:#888888;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0 0 36px;
}

.blog-post hr{
	border-bottom: solid 1px #eee;
}


.comment-list {
	background: none;
	border: 1px solid #eee;
	margin-bottom: 36px;
	padding: 18px;
	font-size: 0.75em;
}

.comment-list label{
	font-size: 9pt !important;
	width: 145px;
	float: left;
}

.comment-list input.cat_textbox_small{
	padding: 2px;
	width: 450px;
	color: #666666;
	background:#FFFFFF;
	border: solid 1px #ebe9e7;
}

.comment-list .captchaimg{
	float: left;
}


.comment-list textarea.cat_listbox_small{
	padding: 2px;
	width: 450px;
	color: #666666;
	background:#FFFFFF;
	border: solid 1px #ebe9e7;
}

.blog-comment-container{
	border: none;
	border-left: solid 3px #fc0991;
}

.blog-comment-container .comment-details {
	background: none;
	padding: 0px 6px;
	color:#999999;
}

.trackbacks{
	font-size: 0.75em;
}


/* content - product */

body.shop #content .inner, #product #content .inner{
	background: url(../images/common/line_shop_bot.gif) center bottom no-repeat;
	padding-top: 0px;
}

.shop-main{
	float: right;
	width: 660px;
	margin-bottom: 25px;
	margin-right: 25px;
	padding-top: 30px;
	background: url(../images/common/also_sterling_silver.gif) right top no-repeat;
}

.shop-main .breadcrumb{
	margin-left: 0px;
}
.product-image {
	float: left;
	width: 275px;
}

.product-image img{
	border: solid 1px #eae8e6;
	padding: 1px;
}

.product-image-main{
	
}

.poplets .title{
	color:#999999;
	font-size: 0.6875em;
	font-weight: bold;
	margin-left: 5px;
}


.productPopletsItem{
	width: 80px;
}

.product-detail{
	float: left;
	width: 340px;
	margin-left: 35px;
	margin-bottom: 25px;
	font-size: 100%;
}
.product-description{
	font-size: 0.78125em;
	color:#999999;
	line-height: 1.5em;
	padding-bottom: 20px;
	background: url(../images/common/line_shop_inner.gif) center bottom no-repeat;
}
.product-price{
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	line-height: 1.1em;
	padding-left: 20px;
}

#product-grouping{
	margin-top: 20px;
	display: inline-block;
}

#product-attributes{
	display: inline-block;
}


.product-qty{
	margin-top: 10px;
}

.product-add{
	margin-top: 10px;
	margin-left: 80px;
}

.productAttributes{
	display: inline-block;
	width: 280px;
	float: left;
}
.catProductAttributeGroup{
	display: inline-block;
}

.catProdAttributeTitle{
	float: left;
	width: 80px;
	font-size: 0.78125em;
}
.catProdAttributeItem{
	float: left;
}

.product-detail select, .catProdAttributeItem select{
	color:#666666;
	width: 190px;
	padding: 2px;
	border: solid 1px #ebe9e7;
}

.product-qty input.productTextInput{
	color:#666666;
	width: 52px;
	padding: 2px;
	border: solid 1px #ebe9e7;
}
select.productSelectInput{
	width: 260px;
}

#size-chart{
	float: left;
}

.product-tools{
	margin-top: 15px;
	padding-top: 15px;
	background: url(../images/common/line_shop_inner.gif) center top no-repeat;
}

.share-product{
 float: left;
}



.send-hint{
	float: right;
}

.help-nav{
	margin-top: 50px;
}

.subnav .help-nav ul li a{
	background: none;
	padding-left: 0px;
}

/* content - web forms */

table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}

table.webform td {
	line-height: 1.1em;
	padding: 6px;
	vertical-align: top;
	font-size: 0.75em;
}

.req{
	color: #fc0991;
}

.form label, .webform label {
	font-size: 100%;
	width: 105px;
	display: block;
	line-height: 1em;
}

.form input, .webform input {
	margin: 0;
}

.webform  input.cat_textbox{
	padding: 2px;
	width: 320px;
	color: #666666;
	border: solid 1px #ebe9e7;
}

.webform  textarea.cat_listbox{
	padding: 2px;
	width: 320px;
	color: #666666;
	border: solid 1px #ebe9e7;
}


.webform select.cat_dropdown{
	padding: 2px;
	width: 325px;
	color: #666666;
	border: solid 1px #ebe9e7;
}
/* footernav */

#footernav .inner{
	background: url(../images/common/line_footer_bot.gif) center bottom no-repeat;
	display: block;
	padding-bottom: 2px;
}

#footernav .footer-promo{
	width: 364px;
	background: none;
}

.footer-promo .subscribe-panel{
	color:#999999;
	margin-left: 25px;
	margin-top: 17px;
	width: 225px;
	line-height: 1.3em;
}

.footer-promo .subscribe-panel h4{
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

.footer-promo .subscribe-panel a{
	color: #999999;
}

#footernav .navlinks{
	width: 525px;
}

#footernav .navlinks .col-4{
	width: 115px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
}

#footernav .navlinks h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 15px 0px 5px 0px;
	height: 20px;
	text-align: left;
}

#footernav .navlinks h4 span{ position:absolute;left: -999em;}

#footernav .navlinks ul{
	margin: 0;
	padding: 0;
}

#footernav .navlinks li{
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	text-align: left;
}

#footernav .navlinks li a, #footernav .navlinks li a:link, #footernav .navlinks li a:visited{
	font-size:9pt;
	color: #999999;
	text-decoration: none;
}

#footernav .navlinks li a:hover{
	color: #fc0991;
	text-decoration: none;
}

#footer-shop{
	width: 34px;
	background: url(../images/nav/foot_hdr_shop.gif) left top no-repeat;
}
#footer-productinfo{
	width: 98px;
	background: url(../images/nav/foot_hdr_product.gif) left top no-repeat;
}
#footer-help{
	width: 29px;
	background: url(../images/nav/foot_hdr_help.gif) left top no-repeat;
}

/* shop */

table.catalogueTable{
	display: none;
}

.productItem{
	vertical-align: top;
}

.shop-product-small {
	width: 200px;
	margin-right: 15px;
	background: #fff;
	border: none;
	color: #333;
	text-align:center;
	height: 270px;
}

.shop-product-small .name {
	margin: 0px;
	padding: 0px;
}

.shop-product-small .name a{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	color: #333333;
	font-size: 10.5pt;
}

.shop-product-small .price {
	font-size: 10pt;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
}

.shop-product-small .image {
	width: 196px;
	height: 196px;
	margin: 0 auto 8px;
	overflow: hidden;
	text-align: center;
	padding: 1px;
	border: solid 1px #eae8e6;
}

#collection-summary{
	float: right;
	width: 660px;
	margin-top: 25px;
	margin-right: 25px;
	display: inline-block;
}

.shop-home{
	width: 630px;
	display: inline-block;
}

.promo-main{
	padding-bottom:16px;
}

.smallbox{
	width: 303px;
	background: url(../images/common/line_smallbox_top.gif) center top no-repeat;
	padding-top: 2px;
	display: inline-block;
}

.smallbox-inner{
	background: url(../images/common/line_smallbox_bot.gif) center bottom no-repeat;
	padding: 10px;
	font-size: .9em;
}

.smallbox-inner img{
	float: left;
}

.smallbox-content{
	float: right;
	width: 165px;
}
.smallbox-content a{
	color:#666666;
	font-size: 100%;
}

.smallbox h4{
	font-size: 11.5pt;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.smallbox p{
	margin: 0px;
	padding: 0px;
}

#pagination {
	font-size: 0.85em;
}

#pagination a{
	font-size: 100%;
	text-decoration: underline;
	margin: 0px 3px;
}


/* checkout */
.shop-checkout{
	margin-top:-20px;
}

.shop-checkout h3{
	font-size: 1em;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 20px;
	margin-top: 25px;
	background: url(../images/common/line_home_top.gif) center top no-repeat;
}

.shop-checkout .item{
	padding: 3px !important;
	font-size: 0.75em;
}

.shop-checkout .item label{
width: 105px;
	float: left;
	font-size: 100%;
	margin-right: 5px;
}
.shop-checkout input.cat_textbox{
	padding: 2px;
	width: 300px;
	color: #666666;
	border: solid 1px #ebe9e7;
}

.shop-checkout select.cat_dropdown, .shop-checkout select.cat_dropdown_smaller{
	padding: 2px;
	width:auto;
	color: #666666;
	border: solid 1px #ebe9e7;
}

.shop-checkout textarea.cat_listbox{
	padding: 2px;
	width: 300px;
	color: #666666;
	border: solid 1px #ebe9e7;
}

.shop-checkout .payment-methods{
	margin: 0;
}


select.shippingDropDown {
	width: 280px;
	padding: 2px;
	color: #666666;
	border: solid 1px #ebe9e7;
	margin-bottom: 5px;
}

#shippingSpan{
	display:none;
}

/* Tell a Friend */

.tell-a-friend {
	border: none;
	background-color: #fff;
	padding: 18px;
	text-align: left;
}

.tell-a-friend form {
	padding: 0px;
}

.tell-a-friend  h1 {
	border-bottom:none;
	margin: 0;
	padding: 0;
}

.tell-a-friend  h2 {
	border-bottom: 1px dotted #ccc;
	color: #222;
	font-size: 12pt;
	margin: 18px 0 9px;
}

.tell-a-friend td.var {
	text-align: left;
	width: 105px;
	font-size: 0.75em;
}

.tell-a-friend td {
	vertical-align: top;
}

.tell-a-friend label {
	color:#333333;
	padding-top: 3px;
	font-size: 100%;
}

.tell-a-friend  input.cat_textbox_small, .tell-a-friend textarea.cat_listbox {
	padding: 2px;
	width: 300px;
	color: #666666;
	border: solid 1px #ebe9e7;
}

/* Photo Gallery */
.photogalleryTable{

}

.photogalleryItem{

}

.photogalleryItem a{
	padding: 1px;
	border: solid 1px #eae8e6;
	display: inline-block;
}

.photogalleryItem a:hover{
	border: solid 1px #fc0991;
}

.photogalleryNavigation a{
	color:#FFFFFF;
	padding: 2px 17px;
	background:#000000;
	display: inline-block;
}
.photogalleryNavigation a:hover{
	color:#FFFFFF;
	background:#fc0991;
}

/* FAQ */

.faq-question{

}

.faq-question a{
	line-height:1.5em;
	background: url(../images/common/bul_subnav_arrow.gif) 0 2px no-repeat;
	padding-left: 10px;
	display: inline-block;
}

.faq-question a:hover{
	background-position: 0 -28px;
}

.answer{
	line-height: 1.4em;
	color:#999999;
	font-size: 0.78125em;
}

.answer p{
	font-size: 100%;
}

.moduleFooter{
	margin-top: 20px;
}


.moduleFooter a{
	color: #fc0991;
}

/* Search Result */

.search-result h3{
	font-size: 100%;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.search-result a{
	font-size: 100%;
	color:#000000;
}

.search-result a:hover{
	font-size: 100%;
	color:#fc0991;
}

.search-result img{
	display: none;
}

/* system messages */
.webform-results td{
	font-size: 9pt;
}
