@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6875em;
	line-height: normal;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(../test/vspg2.jpg);
	background-repeat: repeat-x;
}
/* Commonly used to style page titles. */
h1
{
	color: #b54f37;
	font-size: 130%;
	font-weight: bold;
	line-height: normal;
}
/* Commonly used to style section titles. */

h2
{
	color: #b54f37;
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
}
h2.h2title
{
	font-size: 100%;
	background-position: center;
	text-align: center;
}
h4
{
	font-weight: bold;
	font-size: small;
	font-variant: normal;
	display: inline;
}
form
{
}
input
{
}
p.product
{
	margin: 0px;
	padding: 2px 0px 3px;
}
p.centered img
{
	border: 1px none #ba0000;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
}
p.header_information:after
{
}
/* Sets the style for unvisited links. */
a, a:link
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

/* Sets the style for visited links. */
a:visited
{
	color: #904841;
	font-weight: bold;
	text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover
{
	color: #bf1c1c;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus
{
	color: #bf1c1c;
}
/* Sets the style for a link that is being activated/clicked. */
a:active
{
	color: #702922;
}
img.vs_footer_image
{
	padding: 2px 10px;
	vertical-align: middle;
	text-align: center;
	position: relative;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.vs_landingpagedisplay_image
{
	padding: 0px;
	border: thin none #FF0000;
}
img.iconimage1
{
	padding: 2px;
	border: thin none #000000;
	text-align: center;
	vertical-align: middle;
}
.formentry
{
	text-align: center;
	border:1pt solid #CCC;
	background-color:#FFFFFF;
	padding: 0px;
	background-position: center;
	margin: 0px 0px 5px;
	color: #999999;
}
.formentry_horz
{
	text-align: center;
	border:1pt solid #CCC;
	background-color:#FFFFFF;
	padding: 0px;
	background-position: center;
	margin: 0px;
	color: #999999;
}
.formsubmit
{
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.headerformat
{
	background-position: center;
	text-align: center;
}
.disp_font_1
{
	font-size: 1.75em;
	font-style: normal;
	font-weight: bold;
}
.displayquote
{
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	width: 250px;
	position: relative;
}
.iconlink
{
}
.displayrow
{
	position: relative;
	width: 100%;
	vertical-align: middle;
	float: left;
	z-index: 200;
}
.displaytable
{
	width: 100%;
	border: 1px solid #00CC00;
	height: auto;
	position: relative;
}
.displaytable #row
{
	border: 1px solid #CC0000;
	width: 100%;
	position: relative;
}
.displaytable #column
{
	border: 1px solid #0000FF;
	display: table-cell;
}
.displaytable #cell
{
	position: relative;
	display: table-cell;
	width: 100%;
	float: left;
}

.displayborder{
border: 1px solid #c0c0c0;
}
/* Style for Product Page items    */
.productwrap
{
	width: 155px;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0.5em;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	height: 300px;
}
.displayproductwrap
{
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	margin: 0.5em;
	padding: 2px;
	border: 1px none #FF0000;
	position: relative;
}
.centered
{
	padding: 0 5%;
	margin: 0 0 5px;
}
.itemtextcenter
{
	width: 33.3%;
	float: left;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
}
.fltrt
{
	float: right;
	margin-left: 8px;
}
.fltlft
{
	float: left;
	margin-right: 8px;
}
/* optional: #inner[id] {position: static;} */
.foot_notes
{
	width: 100%;
	float: left;
	background-color: #FFFFFF;
}
.vcenter
{
	display: table-cell;
	margin-right: auto;
	margin-left: auto;
	height: 155px;
	width: 155px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
	padding: 0px;
	background-color: #FFFFFF;
}
.index_vcenter
{
	display: table-cell;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #C0C0C0;
	padding: 0px;
	background-color: #FFFFFF;
}
.index_vcenter_wrap
{
	width: 180px;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0.5em;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	height: 250px;	
	
	
}
.v2center
{
	height:155px;
	text-align: center;
	width:155px;
	display: table-cell;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
.leftcolimage
{
	padding-bottom: 10px;
	text-align: left;
}
.rightcolumn_ads
{
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rightcolumn_ads a
{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.infocontent
{
	width: 90%;
}
.style8
{

	color: #666666;
	font-weight: normal;
}
.style8price
{

	color: #666666;
	font-weight: bold;
}
.style12
{
	color: #999999
}
.style15
{
	
	font-weight: bold;
	color: #666666;
}
.style15a
{
	font-weight: normal;
	
	font-weight: bold;
	color: #666666;
}
#menubar_3_disp
{
	color: #CCCCCC;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper
{
	margin: 0 auto 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 90em;
}
#outerWrapper #header
{
	border-bottom: solid 1px #8b675a; /* Sets the bottom border properties for an element using shorthand notation */
	float: none;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	padding: 10px;
	background-repeat: repeat-x;
	background-image: url(../test/vstop2.jpg);
	background-position: bottom;
	height: 70px;
	background-color: #FFFFFF;
}
#outerWrapper #topNavigation
{
	border-bottom: solid 1px #cda98b;
	background-color: #FFD9FF;
	top: 0px;
	vertical-align: middle;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin: 0px;
	float: none;
	height: 1.5em;
}
#outerWrapper #topNavigation #vs_search_horz
{
	text-align: left;
	float: left;
	width: 30em;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
}
#outerWrapper #topNavigation #navigationBarInfo
{
	display: inline-block;
	width: 22em;
	top: 0px;
	float: left;
}
#outerWrapper #topNavigation #navigationBar1
{
	float: right;
	position: relative;
}
#outerWrapper #topNavigation #csschange
{
	top: 0px;
	float: left;
}
#outerWrapper #left_contentwrapper
{
	width: 100%;
	position: relative;
	float: left;
	padding: 0px;
	top: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	background-color: #FFFFFF;
}
#outerWrapper #contentWrapper
{
	overflow: hidden;
	width: 100%;
	float: left;
	top: 0px;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	height: auto;
}
#outerWrapper #contentWrapperTest
{
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outerWrapper #contentWrapper #rightColumn1
{
	border-left: solid 1px #cda98b; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 14em;
}
#outerWrapper #contentWrapper #rightColumn2
{
	border-left: 1px solid #cda98b; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	width: 10em;
	margin: 0px;
	padding: 5px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #leftColumn1
{
	border-right: 1px solid #cda98b;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 14em;
	float: left;
	position: relative;
	background-color: #FFD9FF;
}
#outerWrapper #contentWrapper #leftColumnbkp
{
	border-right: solid 1px #cda98b;
	padding: 10px 2px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 14em;
	float: left;
	position: relative;
	height: auto;
	z-index: 500;
}
#outerWrapper #contentWrapper #leftColumn1 #emailform
{
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
	border: 1pt solid #CCCCCC;
	width: 14em;
	height: auto;
	background-color: #FFD9FF;
}
#outerWrapper #contentWrapper #leftColumn1 #mainnavigation
{
	padding-top: 10px;
	border: 1px none #CCCCCC;
	width: 100%;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content
{
	margin: 0 16em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #content2
{
	margin: 0 14em 0 16.3em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #cda98b;
	width: auto;
	position: relative;
}
#outerWrapper #contentWrapper #content2rm
{
	margin: 0 14em 0 17em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 0px;
	border-left-color: #cda98b;
	width: auto;
	position: relative;
	border-right-color: #cda98b;
}
#outerWrapper #contentWrapper #content2norm
{
	margin: 0 0em 0px 17em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 0px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #cda98b;
	width: auto;
	position: relative;
}
#outerWrapper #contentWrapper #foot_note_1
{
	width: auto;
	text-align: left;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	padding-right: 10px;

}
#outerWrapper #contentWrapper #foot_note_2
{
	width: auto;
	position: relative;
	padding-top: 10px;
	float: left;
}
#outerWrapper #contentWrapper #rightColumn2 a:visited
{
color: #666666;
}
#outerWrapper #contentWrapper #foot_note_1 a, #outerWrapper #contentWrapper #foot_note_1 a:link
{
color: #b54f37;
}
#outerWrapper #footer
{
	background-color: #FFD9FF;
	border-top: solid 1px #cda98b;
	text-align: center;
	padding: 1% 0%;
	float: left;
	width: 100%;
	position: relative;
	margin: 0px;
}
#outerWrapper #footerwrap
{
	width: 100%;
	float: left;
	background-color: #FFD9FF;
}
#outerWrapper #footer #footer_icons
{
	padding: 0px;
	margin: 0px;
}
#outerWrapper #page_bottom
{
	background-color: #fff;
	border-top: solid 1px #cda98b;
	padding: 1% 0%;
	background-position: center;
	text-align: center;
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
#outerWrapper #page_bottom #bottom_link_navigation
{
	text-align: center;
	background-position: center;
	width: auto;
	margin-left: 2%;
	position: relative;
	float: left;
	height: auto;
	padding: 0px;
}
#outerWrapper #page_bottom #bottom_navigation_script
{
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 100%;
	height: 20px;
	color: #999999;
}
#outerWrapper #page_bottom #bottom_navigation
{
	text-align: center;
	background-position: center;
	float: left;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1%;
	padding-bottom: 1%;
	color: #999999;
}
#outerWrapper #header #header_mid
{
	float: left;
	height: auto;
	width: auto;
	padding: 5px;
	vertical-align: 50%;
	left: 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#outerWrapper #header #logo
{
	float: left;
}
#outerWrapper #header #header_left
{
	float: right;
	height: auto;
	width: 30%;
	padding: 5px;
	vertical-align: middle;
}
#header_font_color
{
	color:#ba0000;
}
#headline
{
	font-size: x-small;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
#name
{
	font-weight: bold;
	margin: 2px 0px 3px;
}
#price
{
	font-weight: bold;
	margin: 0px;
	padding-top:2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#caption
{
	width: 155px;
	line-height: normal;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#label
{
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#misctag
{
	color: #000000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#saleprice
{
	color: #FF0000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#icon
{
	height: 155px;
	width: 100%;
	overflow: hidden;
	position: relative;
	display: table;
	position: static;
	text-align: center;
}
#iconrow
{
	position: static;
	top: 50%;
	width: auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#iconcolumn
{
	position: relative;
	top: -50%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
} /* for explorer only */
#vs_search
{
	text-align: center;
	margin: 0px;
	width: auto;
	background-color: #FFD9FF;
	border: 1px solid #BA0000;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 0px;
}
/* ------------Product Page items    */

#display_page_menu
{
	display: block;
}
#editregion
{
	text-align: center;
	position: relative;
	color: #666666;
	padding: 0px;
	margin: 0px;
	width: 98%;
}
#editregion a
{
	color: #666666;
}
#displayright
{
	float: right;
}
#displaycenter
{
	float: none;
	height: 1em;
	position: relative;
}
#displayleft
{
	float: left;
}
#birthdayselectionchart
{
	border: 1px solid #C0C0C0;
	text-align: center;
	vertical-align: middle;
	width: 25%;
	float: left;
	margin: 10px 0px;
	padding: 0px;
	display: block;
}
#birthdayselectionchart a
{
	color: #666666;
	font-size: 90%;
}
#jewelryselectiondiv
{
	float: left;
	width: 70%;
}
#jewelryselection
{
	list-style-type: none;
}
#jewelryselection li
{
	border: 1px none #FF0000;
	float: left;
	height: 15em;
}
#jewelryselection img
{
	display: block;
	padding: 5px;
	margin: 5px;
	height: 75px;
	width: 75px;
}
#topheading h1
{
	color: #666600;
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
}
#vscontact
{
	width: auto;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.vscontactsmall_font
{
	font-size: 0.9em;
	text-align: right;
}
.specials
{
	width: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
}
#shipschedule
{
	width: 55%;
	text-align: center;
	background-color: #EEF7EE;
	border: 1px solid #CDA98B;
	display: inline;
}
#index_msg
{
color: #615C1C;
	
	font-weight: bold;
}
#index_ad_msg
{
color: #A30128;
	
	font-weight: bold;
}
