/* Color: Purple */

body {
   /* background: #fff url(images/bg.jpg) 0 0 repeat-x;*/
   /* background: url("images/bg.png") repeat scroll 0 0 #C59705;*/
    background: url("images/bg.png") repeat scroll 0 0 #ACBEEB;
    /*background: none repeat scroll 0 0 #EEF1F9;*/
    color: #292929;
}
a {
    color: #292929;
    font-weight: normal;
    text-decoration: underline;
}
a:hover {
    color: #710d2a;
}
h2 {
    color: #710d2a;
}
h3 {
    color: #b83449;
}
hr {
    background: #e3e9ec;
    color: #e3e9ec;
}
#Container {
   /* background: #fff;*/
    /*margin-top: 50px;*/
}
#TopMenu {
    color: #676666;
    font-family:Arial;
   /* background: #710d2a;*/
}
#TopMenu li {
}
#TopMenu li.First {
    background-image: none;
}
#TopMenu li a, #TopMenu li span {
    color: #676666;
}
#TopMenu li span a {
}
#TopMenu li a:hover {
    text-decoration: underline;
}

#Menu {
   /* background: #710d2a; */
    margin-top:-43px;
    padding-left:37px;
}
#Menu li {
}
#Menu li a {
    color: #fff;
}
#Menu li a:hover {
    text-decoration: underline;
}
#Menu li ul {
    border: 2px solid #710d2a;
    border-top: 0;
}
#Menu li ul li a {
    background: #fff;
    color: #710d2a;
}
#Menu li ul li a:hover {
    color: #292929;
}


#Outer {
}
#Wrapper {
    background-color: #fff;
}
#Header {
    background-position: 0 0;
    background-repeat: no-repeat;
    position:relative;
}


#Logo {
}
#Logo h1 {
    color: #710d2a;
}
#Logo h1 a {
    color: #710d2a;
}


#SearchForm {
    background: url(../../FashionJewellery/images/purple/SearchBg.gif) 0 0 no-repeat;
}
#SearchForm form {
}
#SearchForm label {
    display: none;
}
#SearchForm input {
    background: #fff;
    border: 1px solid #cfcfcf;
}
#SearchForm .Button {
    border: 0;
}
#SearchForm a {
    color: #ec8e9d;
}
#SearchForm p {
    color: #ec8e9d;
}


.Left {
    /*background: url(../../FashionJewellery/images/purple/LeftBg.gif) 0 0 no-repeat;*/
}
.Left .Block {
}
.Left h2 {
    color: #710d2a;
}
.Left li {
    /*border-bottom: 1px solid #cfcfcf;*/
    margin-top:8px;
}
.Left li a {
   color:#B1A074;
   font-family:sans-serif;
   font-size:15px;
   font-weight:bold;
}
.Left li a:hover {
    color: #96A6D3;
}
.Left .Block li, .Right .Block li {
}



.Content {
}
.Content h2 {
}
.Content a {
}
.Content.Wide {
    padding:-1px;
}
.Content.Widest {
}


.Right {
    background: url(../../FashionJewellery/images/purple/RightBg.gif) 0 0 no-repeat;
}
.Right .Block {
}
.Right h2 {
    color: #710d2a;
}
.Right li {
    border-bottom: 1px solid #cfcfcf;
}
.Right li a {
    color: #292929;
}
.Right a:hover, .Right a:hover strong {
    color: #710d2a;
}
.Right hr {
    background: transparent;
    color: #e3e9ec;
}


#Footer {
   /* border-top: 1px solid #e3e9ec; */
}


.NewsletterSubscription input {
    border: 1px solid #cfcfcf;
}


.Content .ProductList li {
}
.Content .ProductList li:hover, .Content .ProductList li.Over {
}
.ProductList a {
}
.ProductList a:hover {
    color: #b83449;
}
.ProductList .ProductImage {
    background: #fff;
    padding: 4px;
   /* border: 2px solid #cfcfcf;*/
}
.Content .ProductList strong, .Content .ProductList strong a {
}
.ProductPrice, .ProductList em {
    color: #be0101;
}
.ProductList .Rating {
    color: #6a6a6a;
}
.Content .FeaturedProducts .ProductList li {
}
.Content .FeaturedProducts .ProductList .ProductImage {
}
.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
}


.Right .TopSellers li {
    background-image: none;
}
.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    color: #292929;
}
.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 {
    background: #fff;
    border: 1px solid #cfcfcf;
}
.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 .TopSellerNumber {
    color: #fff;
    background: url(../../FashionJewellery/images/purple/No1SellerNumberBg.gif) 0 0 no-repeat;
}
.Right .TopSellers li.TopSeller1 .Rating {
}

.Breadcrumb {
    border-bottom: 1px solid #e3e9ec;
}


.CompareItem { width:200px; border-left: solid 1px #e3e9ec; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #e3e9ec; }
.CompareFieldTop { border-bottom:solid 1px #e3e9ec; }
.CompareFieldTop a:hover { color:#be0101; }
.CompareCenter { border-left:solid 1px #e3e9ec; border-bottom:solid 1px #e3e9ec; }
.CompareLeft { border-left:solid 1px #e3e9ec; border-bottom:solid 1px #e3e9ec; }

.ViewCartLink {
  /*  background: url('../../FashionJewellery/images/purple/Cart.gif') no-repeat 6px 3px;
    background: url("http://nosesecretcom.mybigcommerce.com/template/Styles/images/cart.png") no-repeat scroll 85px 2px transparent;*/
}

table.CartContents, table.General {
    border: 1px solid #e3e9ec;
}

table.CartContents thead tr th, table.General thead tr th {
    background: #f0f5f7;
    color: #424748;
    border-bottom: 1px solid #e3e9ec;
}

.CartContents tfoot .SubTotal td {
    border-top: 1px solid #e3e9ec;
    color: #b83449;
}

.MiniCart .SubTotal {
    color: #b83449;
}

.JustAddedProduct {
    border: 1px solid #e3e9ec;
    background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
    color: #b83449;
}

.CategoryPagination {
    color: #292929;
    background: #f0f5f7;
}

.CheckoutRedeemCoupon { background: #f0f5f7; padding: 10px; width: 300px; border: 1px solid #e3e9ec; margin-bottom: 10px; }

.SubCategoryList, .SubBrandList {
    background: #f0f5f7;
}

.InfoMessage {
    background: #f0f5f7 url('../../FashionJewellery/images/InfoMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.SuccessMessage {
    background: #E8FFDF url('../../FashionJewellery/images/SuccessMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.ErrorMessage {
    background: #FFECEC url('../../FashionJewellery/images/ErrorMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #f0f5f7;
}

.QuickSearchAllResults a { background: url('../../FashionJewellery/images/purple/QuickSearchAllResultsButton.gif') no-repeat right; }

.QuickSearchHover td{ background: #f0f5f7; }

.SortBox {
    color: #fff;
}
.SearchTips .Examples {
    background: #f0f5f7;
    border: 1px solid #e3e9ec;
}

#SearchPageHeader .FloatRight a {
    float: left;
    padding: 7px 0 0 0;
}
#SearchPageHeader .FloatRight a img {
    padding: 5px;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    background: #f0f5f7;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #b83449;
    color: #fff;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #f0f5f7;
    color: #777;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}

/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #efefef;
}

/* Tabbed Navigation */
.TabNav {
   /* border-bottom: 1px solid #710D2A;*/
}

.TabNav li a {
    border: 1px solid #710D2A;
    background: #FBE9ED;
    color: #000;
}

.TabNav li a:hover {
    background-color: #F5C6CD;
}

.TabNav li.Active a {
    border-bottom: 1px solid #fff;
    background: #fff;
}




/* Product Videos */

#VideoContainer {
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.currentVideo {
    background-color: #ddf0f6;
}

.videoRow:hover {
    background-color: #efefef;
}

.left_box {
   /*background: url("images/bg-item-left.png") no-repeat scroll 0 0;*/
   background:none repeat scroll 0 0 #F5F3ED;
   border:1px solid #E0D2B3;
   min-height:283px;
   padding:10px;
}
ul.left_nav {
  /* color:#B1A074;
   font-family:sans-serif;
   font-size:15px;
   font-weight:bold;
   padding:15px;
   margin-top:3px;*/
   background:none repeat scroll 0 0 #FCF9F1;
   color:#B1A074;
   font-family:sans-serif;
   font-size:15px;
   font-weight:bold;
   padding:7px 5px 5px;
}
.left_nav_title {
   color:#805F08;
   font-size:15px;
   text-decoration:underline;
}
.home-tab1 {
   background: url("images/tab-1.jpg") no-repeat scroll 0 0;
   height:315px;
}
.home-tab2 {
   background: url("images/tab-2.jpg") no-repeat scroll 0 0;
   height:315px;
}
#line  {
background:none repeat scroll 0 0 #F5F3ED;
font-family:Georgia,"Times New Roman",Times,serif;
height:242px;
margin-left:29px;
padding-top:15px;
width:94%;
/*padding:20px 0 16px;*/
}
#line .product {
width:20%;
margin-left:-5px;
}
#line .size1of4 {
/*border-right:2px dashed #B1B2B4;*/
display:inline-block;
float:left;
height:196px;
padding:0 13px;
text-align:center;
}
#line .shoot {
width:20%;
margin-left:6px;
}
#line .size1of4 {
/*border-right:2px dashed #B1B2B4;*/
display:inline-block;
float:left;
height:196px;
padding:0 13px;
text-align:center;
}
#line .faq {
margin-left:0;
width:21%;
}
#line .size1of4 {
/*border-right:2px dashed #B1B2B4;*/
display:inline-block;
float:left;
height:196px;
padding:0 13px;
text-align:center;
}
#line .size1of4 {
/*border-right:2px dashed #B1B2B4;*/
display:inline-block;
float:left;
height:196px;
padding:0 13px;
text-align:center;
}
#line .trick {
width:26%;
}
#line .last {
border-right:medium none;
/*padding:0 0 0 11px;*/
}
#line .size1of4 {
display:inline-block;
float:left;
height:221px;
text-align:center;
}
h2.hom {
color:#6786CF;
font-family:sans-serif;
font-size:16px;
font-weight:bold;
padding-bottom:10px;
}
ul.bottom-hom-nav a {
font-family:sans-serif;
text-decoration:none;
font-weight:bold;
color:#6786CF;
}
ul.bottom-hom-nav {
list-style-type: none;
colour:#6786CF;
padding-top:20px;
width:100%;
}
li.bottom-hom-nav {
padding-bottom:25px;
} 
#copyright {
padding:5px 0 0;
width:100%;
}
#copyright p.left {
float:left;
font-size:10px;
text-align:left;
width:65%;
}
#copyright p {
color:#929292;
font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
font-size:10px;
font-weight:bold;
letter-spacing:1px;
text-transform:uppercase;
width:100%;
}
#copyright p.right {
float:right;
text-align:right;
width:35%;
}
#copyright p  {
color:#929292;
font-size:10px;
font-weight:bold;
letter-spacing:1px;
text-transform:uppercase;
width:100%;
}
#bottom-nav  {
padding:8px 0;
text-align:center;
width:100%;
border-top:1px solid #f8dc7c;
}
#bottom-nav a {
color:#77787B;
font-size:11px;
font-weight:bold;
letter-spacing:0;
padding:0 9px;
text-decoration:none;
}
#bottom-nav a:hover {
color:#6786CF;
}
.follow {
padding-top:7px;
width:100%
}
.inner-left2 {
padding:10px 0 10px 5px;
color:#805F08;
font-size:15px;
text-decoration:underline;
font-weight:bold;
}
.inner-left3 {
padding:0 0 10px 5px;
}
#SideCategoryList ul {
color:#805F08;
font-size:15px;
font-weight:bold;
padding: 0px 0 0 5px;
text-decoration:underline;
}
.Left #SideCategoryList li a {
color:#805F08;
}
.wishlist {
padding:5px 0 0 68px;
}
#addtocart {
padding-top:1px;
}
#special {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFAEC url(images/special-bg.jpg) no-repeat scroll right top;
height:auto !important;
min-height:185px;
padding:20px 0 0;
width:543px;
}
#special p.orange13 {
color:#E0A44B;
font-size:15px;
padding:0 0 5px 25px !important;
}
#special p {
float:left;
font-weight:600;
margin:0 !important;
padding:0 0 5px 10px !important;
text-align:center;
width:275px;
}
#special p.blue15 {
color:#96A6D3;
font-size:15px;
}
#special p.blue12 {
color:#8099B5;
font-size:12px;
line-height:20px;
}
#special p.gray10 {
color:#737477;
font-size:12px;
font-style:oblique;
font-weight:300;
}
.product {
height:auto !important;
/*min-height:120px;
padding:18px 0;*/
width:543px;
}
.productImg {
color:#A0A9B3;
float:left;
font-size:12px;
font-weight:600;
height:auto !important;
min-height:120px;
padding-left:33px;
text-align:center;
width:120px;
}
.productInfo {
float:left;
height:auto !important;
min-height:120px;
text-align:left;
width:370px;
}
#noses-bg-top-content {
color:#302E2F;
float:left;
font-family:Tahoma;
font-size:13px;
margin-left:10px;
margin-top:7px;
text-align:center;
width:530px;
}
#nose2-bg-area {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/product-highlight_bg.jpg) no-repeat scroll 0 0;
float:left;
height:66px;
margin-left:10px;
margin-top:10px;
padding-top:6px;
text-align:center;
width:524px;
}
#nosespecial {
background-color:#FFFAEC;
float:left;
text-align:left;
width:543px;
}
#noses-bg {
background-color:#FFFFFF;
float:left;
text-align:left;
width:540px;
}
#listing-area {
float:left;
margin-left:12px;
margin-top:15px;
text-align:left;
width:500px;
}
#nosespecial-area {
float:left;
margin-left:15px;
margin-top:10px;
text-align:left;
width:523px;
}
.nose-green-text {
color:#1D717C;
font-family:Arial;
font-size:14px;
line-height:1.4em;
}
#product-area {
color:#363636;
float:left;
font-family:Verdana;
font-size:11px;
text-align:center;
width:122px;
}
#product-info-area {
float:right;
text-align:left;
width:351px;
}
.product-info-top {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/product-info-round_top.jpg) no-repeat scroll 0 0;
float:left;
height:10px;
text-align:center;
width:351px;
}
.product-info-center {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/product-info-round_center.jpg) repeat-y scroll 0 0;
float:left;
text-align:center;
width:351px;
}
.product-info-center-content {
margin:0 auto;
text-align:left;
width:321px;
padding:10px;
}
.product-info-bottom {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/product-info-round_bottom.jpg) no-repeat scroll 0 0;
float:left;
height:10px;
text-align:center;
width:351px;
}
.shopnow {
    background:url("images/shopnow.png") no-repeat scroll 0 0 transparent;
    display: block;
    width:146px;
    height:38px;
    padding:6px 0 0 30px;
}
.shopnow a {
    color:#f5f3ed;
    font-size:18px;
    text-decoration:none;
}
.homshop {
    font-size:18px;
    padding-left:29px;
    padding-bottom:10px;
}
.homshop a {
    color:#805f08;
}
.espa {
   padding-left:50px;
   padding-top:3px;
}

.image_bot{color:#77787B;
color:#929292;
font-family:Comic Sans MS;
font-size:14px;
font-weight:bold;
padding:13px 32px;
}
.pad {margin-right:0;margin-top:5px;}
.call {color:#929292;padding:20px;font-size:13px;font-weight:bold;}
.call a {color:#7590D3;text-decoration:none;font-weight:bold; }
.clik {color:#7590D3;text-decoration:none;font-weight:bold;font-style:italic;}
.ordnow {left:36px;top:46px;height:60px;width:200px;margin-left:417px;margin-top:51px;}
.ordnow img {height:60px;width:200px;margin-left:0px;margin-top:0px;display:block;}
a.LINK0 {
    display:block;
    height:0;
    overflow:hidden;
    padding-top:63px;
    position:absolute;
    width:196px;
}

a.LINK0 {
background:none repeat scroll 0 0 transparent;
left:420px;
top:50px;
}
    
a.LINK0:hover {
    background:none repeat scroll 0 0 transparent;
    color:black;
}
.left_nav_title a {
    color:#805F08;
    font-weight:bold;
}

.CartContents .ItemShipping th {
	border-bottom-color: #e3e9ec;
	border-top-color: #e3e9ec;
	background: #f0f5f7;
	color: #424748;
}