#selectDiamondOrMount {
  border-collapse:collapse;
  empty-cells:show;
  width:100%;
  margin-top: 10px;
}
#selectDiamondOrMount th {
  background-color:#DEDEDE;
  color:#666666;
  text-align:center;
  border:1px solid #666666;
  padding: 4px 0 4px 0;
}
#selectDiamondOrMount th a {
  color: #666666;
}
#selectDiamondOrMount th a:link {
  color: #666666;
}
#selectDiamondOrMount th a:visited {
  color: #666666;
}
#selectDiamondOrMount th a:hover {
  color: #002b56;
}
#selectDiamondOrMount th a:active {
  color: #666666;
}
#selectDiamondOrMount th img {
  padding-top:5px;
  padding-left:5px;
}

td.selectDiamondBox {
  border: 1px solid #666666;
  text-align:center;
}

.pringConfigContent {
  text-align: center;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding-bottom: 4px;
}
.ringConfigNav {
  border-collapse: collapse;
  margin: 20px auto;
  width: 597px;
}
.ringConfigNav p {
  display: block;
  text-align: center;
  color: white;
  border: 2px solid white;
  padding: 3px;
  margin: 0;
}

.ringConfigNavItemTitle {
  font-size: 14px;
  color: #FFF;
}

DIV.ringConfigNavDiamondUnselected {
  background: #e0dede;
	float:left;
	color:#000;
	width:197px;
	height:55px;
	margin-right:2px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	/*background-image:url(/diamonds/images/gray_diamond_select.gif);*/
}
DIV.ringConfigNavDiamondUnselected .ringConfigNavItemTitle {
	color: #4a4949;
}

DIV.ringConfigNavDiamondSelected {
  background: #002b56;
	float:left;
	color:#fff;
	width:197px;
	height:55px;
	margin-right:2px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	/*background-image:url(/diamonds/images/red_diamond_select.gif);*/
}
DIV.ringConfigNavDiamondSelected .ringConfigNavItemTitle {
	color: #fff;
}

DIV.ringConfigNavMountUnselected {
  background: #4a4949;
	float:left;
	color:#fff;
	width:197px;
	height:55px;
	margin-right:2px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	/*background-image:url(/diamonds/images/gray_mount_select.gif);*/
}
DIV.ringConfigNavMountUnselected .ringConfigNavItemTitle {
	color: #fff;
}
DIV.ringConfigNavMountSelected {
  background: #002b56;
	float:left;
	color:#fff;
	width:197px;
	height:55px;
	margin-right:2px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	/*background-image:url(/diamonds/images/red_mount_select.gif);*/
}
DIV.ringConfigNavMountSelected .ringConfigNavItemTitle {
	color: #fff;
}

DIV.ringConfigNavAddToCartUnselected {
  background: #4a4949;
	float:left;
	color:#fff;
	width:197px;
	height:55px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	/*background-image:url(/diamonds/images/gray_add_to_cart.gif);*/
}
DIV.ringConfigNavAddToCartUnselected .ringConfigNavItemTitle {
	color: #fff;
}
DIV.ringConfigNavAddToCartSelected {
  background: #002b56;
	float:left;
	color:#fff;
	width:197px;
	height:55px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	/*background-image:url(/diamonds/images/red_add_to_cart.gif);*/
}
DIV.ringConfigNavAddToCartSelected .ringConfigNavItemTitle {
	color: #fff;
}

.ringConfigNavSelected {
  border: 1px solid #002b56;
  background-color: #002b56;
  z-index: 50;
}

.ringConfigNavUnSelected {
  border: 1px solid #666;
  border-bottom: 1px solid #666666;
  background-color: #666;
  z-index: 40;
}

.shapeSelector {
  height: 80px;
  width:  60px;
  float: left;
  padding: 4px 0px 2px 0px;
  text-align: center;
  vertical-align: bottom;
}
		
.mountStyleSelector {
  height: 100px;
  width:  150px;
  float: left;
  padding: 4px 0px 2px 0px;
  text-align: center;
  vertical-align: bottom;
}
		
.caratImage {
  padding: 4px 8px 2px 2px;
}
		
.caratTitle {
  padding-left: 5px;
  padding-right: 8px;
  text-align: center;
  border-top: 1px solid black;
}
		
.mmTitle {
  padding-left: 5px;
  padding-right: 8px;
  text-align: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
		
.caratSize {
  padding-left: 5px;
  padding-right: 8px;
  text-align: right;
  border-top: 1px solid black;
}
		
.mmSize {
  padding-left: 5px;
  padding-right: 8px;
  text-align: right;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
		
.leftCap {
  border-left: 1px solid black;
}
		
.rightCap {
  border-right: 1px solid black;
}

.selectHeader {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 160px;
  padding: 0;
  margin: 0;
}

.selectHeader span {
  background: #e0dede url(/diamonds/images/down_arrow_white.gif) 4px center no-repeat;
  color: #4a4949;
  display: block;
  font-weight: bold;
  margin: 2px;  
  padding: 2px 2px 2px 14px;
}

.selectMoreinfo {
  padding: 2px;
  border-bottom: 1px solid #ccc;
  text-align: right;
  width: 584px;
}

.selectBox {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  font-size: 11px;
  font-weight: normal;
  color: #333;
  text-align: left;
}

.selectBoxResults {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0px 5px 0px;
  font-size: 11px;
  font-weight: normal;
  color: #4a4949;
}

.priceBox {
  border: 1px solid #000;
  font-size: 11px;
  font-weight: normal;
  color: #333;
}

.paddBottom {
	padding-bottom: 5px;
}

.priceHeader {
	background-color: #e0dede;
	text-align: left;
	color: #4a4949;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
}

.priceBody {
	text-align: left;
	padding: 5px;
}

.price {
 	color: #002b56;
	padding-bottom: 5px;
	font-weight: bold;
}

.descHeader {
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
}

.descHeading {
	text-decoration: underline;
	padding-bottom: 5px;
	text-align: left;
}

.descBody {
	color: #4a4949;
	padding-bottom: 15px;
	text-align: left;
}

.specBox {
	border: 1px solid #ccc;
}

.specHeader, .crossSellHeader{
	color: #4a4949;
	background-color: #e0dede;
	padding: 2px 0px 2px 5px;
	text-align: left;
}

.specBody {
	color: #4a4949;
	background-color: #FFF;
	padding: 2px 0px 2px 5px;
	text-align: left;
}

.specLabel {
	margin: 0;
	display: block;
	width: 4em;
	text-align: left;
	float: left;
}

.priceLabel {
	margin: 0;
	display: block;
	width: 9.5em;
	text-align: left;
	float: left;
	color: #002b56;
}

th.specBody {
	color: #666666;
	background-color: #ccc;
}

.rightArrow {
  padding-top: 5px;
  padding-right: 3px;
}

.diamondInput {
  font-size: 11px;
  font-weight: normal;
  color: #333;
  text-decoration: none;
}

.rowOdd {
  background-color: #FFF;
}

.rowEven {
  background-color: #F0F0F0;
}

.klisting .klistingData {
	border-collapse: collapse;
	table-layout: fixed;
}
.klisting .klistingData th {
	background-color: #4a4949;
	color: #fff;
	border: solid #fff 1px;
	text-align: center;
	font-size: 11px;
	margin: 0 -2px 0 -2px;
}

.klisting .klistingData td  {
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	font-size: 11px;
}

.klisting .klistingData td a {
	font-size: 11px;
}

.klisting .klistingData th a {
	color: #fff;
	font-size: 11px;
}

.klisting .klistingData th a:hover {
	color: white;
	font-size: 11px;
	text-decoration: none;
}

.klisting .klistingEmptyListMessage {
	font-size: 11px;
	font-style: normal;
}

.klisting .klistingData td.klsa, .klisting .klistingData td.klsd {
	color: black;
}


/* Mount Selector */

DIV.mtDiamondTitle {
	font-size: 10px;
	color: #666666;
	padding: 3px 0px 3px 0px;
}

DIV.mtDiamondCaption {
	font-size: 9px;
	text-align: center;
	color: #666666;
}

P.availabilityLink {
	margin: 0;
	padding: 15px 0;
}
P.availabilityLink a {
	font-size: 10px;
}
A.smallAvailabilityLink {
	font-size: 8px;
}

/* Landing Page */
div.designYourOwnRing {
	padding-bottom: 12px;
}
div.designYourOwnRing h1 {
	font: 42px Times New Roman;
	position: absolute;
}
div.designYourOwnRing h2 {
	padding-top: 45px;
	padding-left: 100px;
	color : #002b56;
	font-size: 24px;
	font-weight: normal;
}
div.designYourOwnRing img.mainRing {
	float: right;
}
div.designYourOwnRing p {
	padding-top: 6px;
}
div.designYourOwnRing table {
	border-collapse: collapse;
	border: solid #999 1px;
}
div.designYourOwnRing th {
	padding: 2px;
	border: solid #999 1px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	width: 33%;
}
div.designYourOwnRing th div {
	padding: 2px;
	background-color: #999;
}
div.designYourOwnRing td {
	padding: 12px;
	border: solid #999 1px;
	vertical-align: top;
	text-align: center;
}
div.designYourOwnRing td p {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font: 10px Verdana;
}
div.designYourOwnRing td img {
	padding: 0px;
	padding-top: 10px;
}
div.designYourOwnRing td div {
	margin: 2px;
	margin-bottom: 6px;
	padding: 4px;
	padding-left: 12px;
	border: solid #999 1px;
	font-weight: bold;
	color: #777;
	text-align: left;
}
div.designYourOwnRing td a:hover {
	text-decoration: none;
}
div.diamondPopupMenu {
	z-index: 200;
	background-color: #FFF;
	border: 1px solid #000;
        text-align: left;
        padding: 1px;
}
#selectAShape {
	width: 167px;
}
#selectAMounting {
	width: 167px;
}
ul.diamondChooseMenu {
	margin: 0;
	padding: 0;
}
ul.diamondChooseMenu li {
	list-style: none outside;
	margin: 4px 0 4px 32px;
	padding: 2px;
}
ul.diamondChooseMenu li a {
	display: block;
	margin: 0 3px 0 3px;
	padding: 3px 0 3px 12px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #999;
	background-color: #666666;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: middle;
}
ul.diamondChooseMenu li a:link {
	background-color: #FFF;
}
ul.diamondChooseMenu li a:visited {
	background-color: #FFF;
}
ul.diamondChooseMenu li a:hover {
	background-color: #BBB;
	color: #002b56;
}
ul.diamondChooseMenu li a:active {
	background-color: #BBB;
	color: #002b56;
}

table.diamondChooseMenu td a {
	display: block;
	margin: 0 3px 0 3px;
	padding: 3px 0 3px 12px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #999;
	background-color: #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: middle;
}
table.diamondChooseMenu td a:link {
	background-color: #FFF;
}
table.diamondChooseMenu td a:visited {
	background-color: #FFF;
}
table.diamondChooseMenu td a:hover {
	background-color: #BBB;
	color: #002b56;
}

table.diamondChooseMenu td a:active {
	background-color: #BBB;
	color: #002b56;
}

#weddingProposal {
        margin: 8px 0 10px 0;
}
#weddingProposal img {
        float: left;
        position: relative;
        padding-right: 8px;
}
#weddingProposal p {
        color: #333333;
        font-size: 11px;
        text-align: left;
}
.diamondDivider {
        padding: 5px 0 5px 0;
        margin: auto;
        text-align: center;
}
#diamondAssistance {
        width: 100%;
        border: 1px solid #DDD;
        background-color: #DDD;
        border-collapse: collapse;
}
#diamondAssistance th {
        border: 1px solid #FFFFFF;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #666666;
        padding: 4px 0 4px 0;
}
#diamondAssistance td {
        border: 1px solid #FFFFFF;
        text-align: left;
        font-size: 11px;
        color: #666666;
        padding-left: 6px;
}
#weddingProposalInsert {
        margin: 5px;
        border: 1px solid #CCCCCC;
        width: 232px;
}
#weddingProposalInsert p {
        color: #333333;
        font-size: 11px;
        text-align: left;
        padding: 4px;
}

.headerTitle {
	float: left;
	display: block;
	padding: 1px 1px 5px 1px;
}

.headerHiLo {
	float: right;
	display: block;
	padding: 2px 1px 1px 0px;
	cursor: pointer;
	cursor: hand;
	height: 6px;
    width: 26px;
}

.diamondSearchTypeChooser {
  padding-bottom: 10px;
}
.diamondSearchTypeChooser span {
  font-weight: bold;
}
.diamondSearchControls {
  padding-top: 10px;
}
.diamondRingConfigOuterWrapper {
  border: 2px solid #002b56;
  clear: both;
}
.diamondRingConfigInnerWrapper {
  border: 1px solid #999;
  padding: 8px;
  margin: 2px;
}
.ringConfigAction {
  background-color: #002b56;
  border: solid 1px #CCC;
  clear: both;
  color: #FFF !important;
  float: right;
  margin-top: 2px;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none !important;
}
.ringConfigAction:hover {
  background-color: #4a4949
}
#diamondDetail {
  border-bottom: solid 2px #CCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
table.configuredItemDisplay {
  table-layout: fixed;
  width: 250px;
}
table.configuredItemDisplay td.selectHeader {
  width: 160px;
}
table.configuredItemDisplay td.selectMoreinfo {
  width: 90px;
}
.reviewCrossSell h2 {
  color: #4a4949;
  font-size: 12px;
  text-align: center;
}
.mountListing {
	width: 186px;
}
.mountListing .mountListingContent {
	margin: 5px;
	text-align: center;
}
.mountListing img {
	margin: 0 auto;
}
#mountDetail {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #4a4949;
}

