1/2 Ct. T.W. Diamond Oval Framed Wedding Set in Sterling Silver
Show her you mean it with this gorgeous wedding set. Featuring an oval of 10 round diamonds framed by smaller diamond accents, this intricately detailed engagement ring echoes the art deco-inspired styles of yesteryear. The wedding band features gleaming diamond accents that are sure to dazzle in any light. Crafted in gleaming sterling silver, this ring is made to last.
- Wedding set
- Diamond
- 1/5 Carat total weight (estimated)
- Ring size: 8
- Made of sterling silver
- Engagement ring measures 0.89"W x 0.09"H x 0.06"D
- Wedding band measures 1.08"W x 0.41"H x 0.06"D
-
var tabWidth = 0;
var totalTabs = $('#product_info_tabs li').length;
$('#product_info_tabs li').hover(function(){
thisClassName = $(this).attr('class');
if (! thisClassName.match(/Active/)) {
thisClassName += 'Hover';
$(this).attr('class',thisClassName);
}
},function(){
thisClassName = $(this).attr('class')
if (! thisClassName.match(/Active/)) {
thisClassName = thisClassName.replace(/Hover/,'');
$(this).attr('class',thisClassName);
}
}).each(function(i){
if (i == 0) $(this).addClass('FirstItemActive');
if (i == totalTabs-1) {
$(this).addClass('LastItem');
} else {
tabWidth += $(this).outerWidth();
}
$('a',this).click(function(){
var thisClassName = $(this).parent().attr('class');
if (! thisClassName.match(/Active/)) {
$('#product_info_tabs li').each(function(){
var thisClassName = $(this).attr('class');
thisClassName = thisClassName.replace(/Hover/,'');
thisClassName = thisClassName.replace(/Active/,'');
$(this).attr('class',thisClassName);
})
thisClassName += 'Active';
thisClassName = thisClassName.replace(/Hover/,'');
$(this).parent().attr('class',thisClassName);
}
});
});
function showNewProductInfoTab(ID) {
$(ID).trigger('click');
idx = parseInt($("a","#product_info_tabs").index($(ID)[0]));
$(".tab_content_wrapper","#product_info_content").hide();
$(".tab_content_wrapper:eq("+idx+")","#product_info_content").show();
}
You have no recently viewed items.