/* === Tags ======================================================================================= */
html {
 height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	height: 100%;
	background-image: url(images/bgBody.gif);
 background-repeat: repeat-x;
 background-position: top;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
	border: none;
}

/*==============Links=================================================================*/

a:focus {
 outline: none;
}

a {
 color: #423762;
 text-decoration: underline;
}

a:hover {
 color: #000000;
 text-decoration: none;
}

a.link {
 padding-right: 15px;
 background-image: url(images/bullet.gif);
 background-repeat: no-repeat;
 background-position: right center;
 text-decoration: none;
}

a.link:hover {
 text-decoration: underline;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/*===================================================================================================*/

input.inputText, textarea.inputText {
	border: solid 1px #ACA8B9;
	font-family: Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	width: 130px;
	background-color: #ffffff;
	padding: 2px;
}

select.inputText {
 border: solid 1px #ACA8B9;
	font-family: Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	width: 134px;
	background-color: #ffffff;
	padding: 2px;
}

input.inputText2, textarea.inputText2 {
 border: solid 1px #ACA8B9;
	font-family: Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	width: 120px;
	background-color: #ffffff;
}

select.inputText2 {
 border: solid 1px #ACA8B9;
	font-family: Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	width: 124px;
	background-color: #ffffff;
}

.inputTextSmall {
 width: 35px;
 text-align: center;
 border: solid 1px #ACA8B9;
 color: #000000;
 background-color: #ffffff;
 font-size: 11px;
}

/* === Base classes =============================================================================== */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.left	{
	float: left;
}

.right {
	float: right;
}

.advert {
	display:block;
}

.relative {
	position: relative;
}

.inline {
 display: inline;
}

/* === Id's ======================================================================================= */

#wrap {
	height: 100%;
	min-height: 100%;
	width: 100%;
}

/* ========Header=====================================================================================*/

#header {
	width: 1000px;
	margin: 0px auto;
 padding: 0px;
 height: 130px;
 background-image: url(images/bgHeader.jpg);
 background-repeat: no-repeat;
 background-position: top left;
}

#headerTop {
 width: 990px;
 padding-right: 10px;
 padding-top: 15px;
 text-align: right;
 color: #000000;
}

#headerTop a {
 color: #000000;
 text-decoration: none;
}

#headerTop a:hover {
 color: #000000;
 text-decoration: underline;
}

#headerBottom {
 padding-left: 35px;
 padding-right: 10px;
}

#menu {
 width: 100%;
 height: 40px;
 clear: both;
 padding-top: 10px;
 margin: 0 auto;
 background-image: url(images/bgMenu.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}

.menuLeft, .menuRight {
 width: 10px;
 height: 40px;
 background-image: url(images/bgMenuLeft.gif);
 background-repeat: no-repeat;
}

.menuRight {
 background-image: url(images/bgMenuRight.gif);
}

#menu a {
 font-family: Arial;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 11px;
 color: #ffffff;
 text-decoration: none;
}

#menu a:hover {
 color: #000000;
}

/*======Content=======================================================================================*/

#container {
 width: 1000px;
 margin: 0px auto;
 padding: 0px;
}

#container1 {
 margin: 0px auto;
 padding: 0px;
 padding-left: 10px;
 background-image: url(images/bgCont1.gif);
 background-repeat: no-repeat;
 background-position: left top;
 background-color: #D0D0D0;
 margin-top: 10px;
}

#container2 {
 margin: 0px;
 padding: 0px;
 padding-right: 10px;
 background-image: url(images/bgCont2.gif);
 background-repeat: no-repeat;
 background-position: right top;
 background-color: #E0E0E0;
}

#content {
 width: 100%;
 margin: 0px;
 padding: 0px;
 background-color: #ffffff;
 background-image: url(images/bgContent.gif);
 background-repeat: repeat-x;
 background-position: top;
 background-color: #E0E0E0;
}

.contBottomLeft {
 height: 10px;
 width: 190px;
 background-image: url(images/bgContBottomLeft.gif);
 background-repeat: no-repeat;
 background-position: left bottom;
 background-color: #D0D0D0;
}

.contBottomRight {
 height: 10px;
 background-image: url(images/bgContBottomRight.gif);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-color: #E0E0E0;
}

/*=======================================================================================================*/

.leftBlock {
 width: 170px;
 padding: 10px;
 padding-left: 0px;
 padding-bottom: 0px;
 background-image: url(images/bgLeftSide.gif);
 background-repeat: repeat-x;
 background-position: top;
 background-color: #D0D0D0;
}

.smallBlockTop {
 width: 170px;
 height: 27px;
 color: #ffffff;
 font-weight: bold;
 text-transform: uppercase;
}

.smallHeaderLeft, .smallHeaderRight {
 width: 10px;
 height: 27px;
 background-image: url(images/smallHeaderLeft.gif);
 background-repeat: no-repeat;
}

.smallHeaderRight {
 background-image: url(images/smallHeaderRight.gif);
}

.smallHeaderCenter {
 background-image: url(images/smallBlockTop.gif);
 background-repeat: repeat-x;
}

.smallBlockCenter {
 width: 150px;
 padding: 10px;
 background-color: #E7E7E7;
}

.smallBlockBottom {
 width: 170px;
 height: 10px;
 margin-bottom: 10px;
 background-image: url(images/smallBlockBottom.gif);
 background-repeat: no-repeat;
}

.captionLeft {
 padding: 12px 0px 0px 15px;
}

.captionPic {
 padding: 9px 8px 0px 0px;
}

.level2 {
 padding: 7px 0px 5px 0px;
 background-image: url(images/bgSeparator.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}

a.leftLinks {
 color: #423762;
 text-decoration: none;
 padding-left: 16px;
 background-image: url(images/bullet.gif);
 background-repeat: no-repeat;
 background-position: left center;
}

a:hover.leftLinks {
 color: #000000;
 text-decoration: underline;
}

.level {
 padding: 7px 0px 5px 0px;
}

a.leftLinksBig {
 color: #423762;
 text-decoration: none;
 font-weight: bold;
 text-transform: uppercase;
}

a:hover.leftLinksBig {
 color: #000000;
 text-decoration: none;
}

/*=======================================================================================================*/

.rightBlock {
 padding: 10px;
 padding-right: 0px;
 padding-bottom: 0px;
}

#tisser {
 width: 100%;
 text-align: center;
 padding-bottom: 10px;
}

#contentText {
 width: 100%;
}

.blockLeftTop {
 width: 10px;
 height: 10px;
 background-image: url(images/blockLeftTop.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

.blockMain {
 padding: 10px;
 background-image: url(images/blockMain.gif);
 background-repeat: no-repeat;
 background-position: top right;
 background-color: #ffffff;
}

.blockLeftCenter {
 width: 10px;
 background-color: #ffffff;
}

.blockLeftBottom {
 width: 10px;
 height: 10px;
 background-image: url(images/blockLeftBottom.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
 font-size: 0px;
}

.blockCenterBottom {
 height: 10px;
 background-color: #ffffff;
}

.blockRightBottom {
 width: 10px;
 height: 10px;
 background-image: url(images/blockRightBottom.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

.buttonHome {
 padding-top: 25px;
}

.sepTd {
 width: 7px;
}

h1.pageCaption {
 font-size: 18px;
 font-weight: normal;
 color: #423762;
 margin: 0;
 padding: 0;
 padding-bottom: 10px;
 padding-top: 10px;
 font-family: Tahoma;
}

.textDiv {
 width: 100%;
 padding-top: 20px;
}

.textDiv2 {
 width: 100%;
 padding-top: 10px;
}

h1.subCaption {
 font-size: 13px;
 font-weight: bold;
 color: #423762;
 margin: 0;
 padding: 0;
 padding-bottom: 10px;
 font-family: Arial;
}

.readMore {
 padding-top: 5px;
}

.buttonDiv {
 width: 100%;
 padding-top: 20px;
 text-align: center;
}

.separator {
 width: 100%;
 height: 20px;
 background-image: url(images/bgSeparator.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}

.scroll {
 width: 100%;
 text-align: center;
 padding-top: 20px;
}

.scroll li {
 display: inline;
 padding: 2px 6px 2px 6px;
 font-size: 11px;
}

.scroll li.linkLi {
 display: inline;
 padding: 2px 6px;
 font-size: 11px;
 background-color: #E8E8E8;
 margin: 0px 2px;
}

.scroll li a {
 text-decoration: none;
}

.scroll li a:hover {
 text-decoration: underline;
}

.scroll ul {
 padding: 0px 4px;
}

.headerShop {
	height: 35px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #C2D7D4;
}

.headerShop a {
 color: #000000;
 text-decoration: underline;
}

.headerShop a:hover {
 color: #000000;
 text-decoration: none;
}

.line {
 background-image: url(images/bgSeparator.gif);
 background-repeat: repeat-x;
 background-position: center;
}

td.shopTd {
 padding: 10px;
}

.greyTr {
 background-color: #F0F5F4;
}

.resTable td {
 padding: 5px;
}

.itemsDiv {
 text-align: center;
 padding: 0px 20px;
}

.rowTop {
 padding-top: 7px;
}

td.picture {
 width: 110px;
 height: 110px;
 font-size: 0;
 text-align: center;
 vertical-align: middle;
 border: 1px solid #D0D0D0;
}

td.pictureBig {
 width: 250px;
 height: 250px;
 font-size: 0;
 border: 1px solid #D0D0D0;
}

.containerTd {
 padding-bottom: 20px;
}

.diamondsBlock {
 padding: 20px 0px 0px 0px;
 margin: 0 auto;
 text-align: center;
}

.shapeName {
 text-align: center;
 padding: 5px 10px 0px 10px;
}

.textContent {
 padding: 0px 20px;
}

.history {
 font-family: Tahoma;
 font-size: 11px;
}

.history a {
 color: #423762;
 font-weight: bold;
 text-decoration: none;
}

.history a:hover {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}

/*======Footer=====================================================================================*/

#footer {
	width: 100%;
	height: 200px;
 margin: 0;
 text-align: center;
 font-size: 11px;
 margin-top: 10px;
 background-image: url(images/bgFooter.gif);
 background-repeat: repeat-x;
 background-position: top;
 background-color: #E0E0E0;
}

.footerContainer {
 width: 900px;
 padding-top: 20px;
 margin: 0 auto;
}

#footer li {
 display: inline;
 padding: 0px 2px;
}

#footer a {
 color: #000000;
 text-decoration: none;
}

#footer a:hover {
 color: #000000;
 text-decoration: underline;
}

.copyr {
 padding-top: 15px;
 width: 100%;
 text-align: center;
 color: #707070;
}

/*===================================================================================================*/

.important { color: #423762;}
.diaDesc { line-height: 1.7; padding-top: 20px;}
.alignLeft { text-align: left;}
.padTop15 { padding-top: 15px;}
.error { font-size: 11px; color: #CC3333;}
.upper {text-transform: uppercase;}
.noPad {padding-top: 0;}

/*============Popup==================================================================================*/

.popupBody {
 background-image: url(images/pix.gif);
 /*
 background-color: #2A2B40;
 */
 background-color: #ffffff;
}

.popupDiv {
 width: 840px;
 height: 1390px;
 margin: 0 auto;
 font-size: 18px;
}

.popupTop {
 width: 800px;
 padding: 20px;
 /*
 height: 665px;
 background-image: url(images/bgPopupTop.jpg);
 background-repeat: no-repeat;
 background-position: center;
 */
}

.popupBottom {
 height: 665px;
 /*
 background-image: url(images/bgPopupBottom.jpg);
 background-repeat: no-repeat;
 background-position: center;
 */
}

.searchedSpan {
background-color:#C6C847;
padding:1px 0;
}