/* === Tags ======================================================================================= */
html {
 height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #000000;
 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: #0b2854;
 text-decoration: none;
}

a:hover {
 color: #0b2854;
 text-decoration: underline;
}

a.link {
 padding-left: 15px;
 background-image: url(images/bullet.gif);
 background-repeat: no-repeat;
 background-position: left center;
 text-decoration: none;
}

a.link:hover {
 text-decoration: underline;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/*===================================================================================================*/

input.inputText {
	border: solid 1px #999999;
	font-family: Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	width: 170px;
	background-color: #ffffff;
	padding: 2px;
}

textarea.inputText {
	border: solid 1px #999999;
	font-family: Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
}

select.inputText {
 border: solid 1px #999999;
	font-family: Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	width: 174px;
	background-color: #ffffff;
	padding: 2px;
}

input.inputText2, textarea.inputText2 {
 border: solid 1px #999999;
	font-family: Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	width: 120px;
	background-color: #ffffff;
}

select.inputText2 {
 border: solid 1px #999999;
	font-family: Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	width: 124px;
	background-color: #ffffff;
}

.smallInput {
 width: 35px;
 text-align: center;
 border: solid 1px #999999;
 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%;
	padding: 0;
	margin: 0;
}

/* ========Header=====================================================================================*/

#header {
	width: 100%;
	margin: 0px;
 padding: 0px;
 height: 140px;
 background-image: url(images/bgHeader.gif);
 background-repeat: repeat-x;
 background-position: bottom;
 color: #ffffff;
}

#header a {
 color: #ffffff;
 text-decoration: none;
}

#header a:hover {
 color: #f3e0e0;
 text-decoration: underline;
}

#headerCont {
 width: 100%;
	margin: 0px;
 padding: 0px;
 height: 140px;
}

#headerCont2 {
 width: 100%;
	margin: 0px;
 padding: 0px;
/* height: 130px;*/

}

.headerLeft {
 padding-left: 17px;
 padding-top: 8px;
 white-space: nowrap;
}
/*
.headerright {
 padding-top: 98px;
}
*/
#menu {
 /*width: 100%;*/
 height: 29px;
 clear: both;
 margin: 0;
 background-image: url(images/bgMenu.gif);
 background-repeat: repeat-x;
 background-position: top;
}


/*
#menuTable {
 background-image: url(images/bgMenuRight.gif);
 background-repeat: no-repeat;
 background-position: right top;
}
*/
#menuTable td {
 padding-top: 5px;
 padding-left: 8px;
 padding-right: 8px;
}

#menu a {
 font-family: Times New Roman;
 font-size: 13px;
 color: #ffffff;
 text-decoration: none;
}

#menu a:hover {
 color: #cccccc;
}

#menu  td.tdSep {
 width: 2px;
 padding: 0;
 background-image: url(images/bgTdSep.gif);
 background-repeat: no-repeat;
 background-position: center top;
}

#menu td.menuLeft {
 height: 29px;
 padding: 0;
}

#menu td.menuRight {
 padding: 0;
}

/*======Content=======================================================================================*/

#container {
 width: 990px;
 margin: 0px auto;
 padding: 0px;
}

#content {
 /*width: 100%;*/
 margin: 0px;
 padding: 10px 4px;
 background-color: #ffffff;
}

/*=======================================================================================================*/

.leftBlock {
 width: 206px;
 padding: 0px;
 padding-right: 5px;
}

.rightBlock {
 width: 126px;
 padding: 0px;
 padding-left: 5px;
}

.blockContainer {
 width: 100%;
 background-color: #ffffff;
 border-bottom: 1px dashed #c2c2c2;
 margin-bottom: 10px;
}

.blockTopLeft, .blockTopRight, .blockBottomLeft, .blockBottomRight {
 /*width: 4px;*/
 height: 4px;
 /*background-image: url(images/blockTopLeft.gif);
 background-repeat: no-repeat;
 background-position: top left;*/
}

.blockMiddleLeft {
/* width: 4px;*/
/* background-image: url(images/blockMiddleLeft.gif);
 background-repeat: repeat-y;
 background-position: left;*/
}

.blockMiddleCenter {
 padding: 8px;
}

.blockMiddleRight {
 /*width: 4px;*/
 /*background-image: url(images/blockMiddleRight.gif);
 background-repeat: repeat-y;
 background-position: right;*/
}

.blockBottomLeft {
/* background-image: url(images/blockBottomLeft.gif);
 background-position: bottom left;*/
}

.blockBottomCenter {
 height: 4px;
/* background-image: url(images/blockTopCenter.gif);
 background-repeat: repeat-x;
 background-position: bottom;*/
}

.blockBottomRight {
 /*background-image: url(images/blockBottomRight.gif);
 background-position: bottom right;*/
}

.blockCaptionLeft {
 width: 1px;
 height: 30px;
 /*background-image: url(images/blockCaptionLeft.gif);
 background-repeat: no-repeat;
 background-position: left top;*/
}

.blockCaptionCenter {
 height: 22px;
 padding-left: 8px;
 padding-top: 8px;
 vertical-align: top;
 font-weight: bold;
 color: #ffffff;
 /*text-transform: uppercase;
 background-image: url(images/blockCaptionCenter.gif);
 background-repeat: repeat-x;*/
 background-color: #999999;
 font-family: Georgia;
}

.blockCaptionRight {
 width: 1px;
 height: 30px;
/* background-image: url(images/blockCaptionRight.gif);
 background-repeat: no-repeat;
 background-position: right top;*/
}

/*========================================================*/

.captionLeft {
 padding: 12px 0px 0px 15px;
}

.captionPic {
 padding: 9px 8px 0px 0px;
}

.level2 {
 padding: 7px 0px 5px 0px;
 border-bottom: 1px dotted #153E60;
}

a.leftLinks {
 color: #000000;
 text-decoration: none;
 padding-left: 16px;
 background-image: url(images/bullet.gif);
 background-repeat: no-repeat;
 background-position: left center;
}

a:hover.leftLinks {
 color: #153E60;
 text-decoration: underline;
}

.level {
 padding: 7px 0px 5px 0px;
}

a.leftLinksBig {
 color: #000000;
 text-decoration: none;
 font-weight: bold;
 text-transform: uppercase;
}

a:hover.leftLinksBig {
 color: #153E60;
 text-decoration: none;
}

/*=======================================================================================================*/

.centerBlock {
 padding: 10px;
 border: 1px solid #c2c2c2;
}

#tisser {
 width: 100%;
 text-align: right;
 padding-bottom: 10px;
}

#contentText {
 width: 100%;
}

.spaserTd {
 width: 10px;
}

.spaserTd img {
 width: 10px;
}

.clearBlockTd {
 border-top: 1px solid #CCCCCC;
 padding: 13px 0px;
}

.clearBlockTd td {
 padding: 5px;
}

.sepTd {
 width: 5px;
}

h1.pageCaption {
 font-size: 14px;
 font-weight: bold;
 letter-spacing: -1px;
 color: #878787;
 margin: 0;
 padding: 0;
 padding-bottom: 15px;
 font-family: Verdana;
}

h1.pageCaption2 {
 font-size: 24px;
 font-weight: normal;
 letter-spacing: -1px;
 color: #630001;
 margin: 0;
 padding: 0;
 padding-bottom: 10px;
 font-family: Geogia;
}

.textDiv {
 width: 100%;
 padding-top: 20px;
}

.textDiv2 {
 width: 100%;
 padding-top: 10px;
}

h1.subCaption {
 font-size: 12px;
 font-weight: bold;
 color: #878787;
 margin: 0;
 padding: 0;
 padding-top: 7px;
 padding-bottom: 7px;
}

h1.subCaption a {
 color: #FFf000;
 text-decoration: underline;
}

h1.subCaption a:hover {
 color: #ffffff;
 text-decoration: none;
}

.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: #f7e1e1;
 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: #b40d0d;
	color: #ffffff;
	font-size: 10px;
}

.headerShop a {
 color: #ffffff;
 text-decoration: underline;
}

.headerShop a:hover {
 color: #ffffff;
 text-decoration: none;
}

.line {
 background-image: url(images/bgSeparator.gif);
 background-repeat: repeat-x;
 background-position: center;
}

td.shopTd {
 padding: 10px;
 border-bottom: 1px solid #f7e1e1;
}

.greyTr {
 background-color: #f7e1e1;
}

.resTable td {
 padding: 5px;
}

.itemsDiv {
 text-align: center;
 padding: 0px;
 margin: 0px 7px;
 background-image: url(images/bgImages.gif);
 background-repeat: repeat-x;
 background-position: top;
}

.rowTop {
 padding-top: 7px;
}
/*=====Picture=====================================================*/

.leftTop {
 height: 15px;
 width: 15px;
/* background-image: url(images/leftTop.gif);
 background-repeat: no-repeat;
 background-position: left top;
 background-color: #ffffff;*/
}

.rightTop {
 height: 15px;
 width: 15px;
 /*background-image: url(images/rightTop.gif);
 background-repeat: no-repeat;
 background-position: right top;
 background-color: #ffffff;*/
}

.leftBottom {
 height: 15px;
 width: 15px;
 /*background-image: url(images/leftBottom.gif);
 background-repeat: no-repeat;
 background-position: left bottom;
 background-color: #ffffff;*/
}

.rightBottom {
 height: 15px;
 width: 15px;
 /*background-image: url(images/rightBottom.gif);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-color: #ffffff;*/
}

.leftTop img, .rightTop img, .leftBottom img, .rightBottom img {
 width: 15px;
 height: 1px;
}

.centerPic {
 text-align: center;
 padding: 0px;
 /*background-color: #ffffff;*/
}

.centerTop {
 height: 7px;
 /*border-top: 1px solid #0b2854;*/
}

.centerBottom {
 height: 15px;
 /*border-bottom: 1px solid #0b2854;*/
}

.middleLeft {
 width: 15px;
 /*border-left: 1px solid #0b2854;*/
}

.middleRight {
 width: 15px;
 /*border-right: 1px solid #0b2854;*/
}

/*=======================================================================*/

.picMain {
 /*padding-right: 10px;*/
 width: 137px;
 background-image: url(images/bgImages.gif);
 background-repeat: repeat-x;
 background-position: top;
}

.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;
 padding-top: 10px;
 color: #153E60;
 font-weight: bold;
}

.history a {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}

.history a:hover {
 color: #153E60;
 font-weight: bold;
 text-decoration: none;
}

.pictureBig {
 width: 256px;
 height: 256px;
 text-align: center;
 vertical-align: middle;
}

/*======Footer=====================================================================================*/

#footer {
	width: 100%;
/*	height: 170px;*/
 margin: 0;
 text-align: center;
 font-size: 11px;
}

.footerContainer {
 width: 990px;
 padding-top: 20px;
 padding-bottom: 10px;
 margin: 0 auto;
 background-color: #960002;
}

#footer li {
 display: inline;
 padding: 0px 2px;
 color: #FFFFFF;
}

#footer a {
 color: #FFFFFF;
 text-decoration: none;
}

#footer a:hover {
 color: #FFFFFF;
 text-decoration: underline;
}

.copyr {
 padding-top: 15px;
 width: 100%;
 text-align: center;
 color: #666666;
}

/*===================================================================================================*/

.important { color: #0b2854;}
.diaDesc { line-height: 1.7; padding-top: 20px;}
.alignLeft { text-align: left;}
.error { font-size: 11px; color: #CC3333;}
h1.border { border-bottom: 1px solid #CCCCCC; padding-bottom: 7px;}

/* ====== diamonds search form ======= */

td.spaserTable {
 width: 3px;
}

tr.spaserTable {
 height: 3px;
}

.formBlock {
 padding: 10px;
 background-color: #F2F2F2;
 border: 1px solid #cccccc;
 font-size: 10px;
 font-family: Arial, Tahoma, Sans-serif, Helvetica;
}

.DFcaptionLeft {
 height: 20px;
 width: 5px;
 background-color: #b40d0d;
}

.DFcaptionCenter {
 height: 20px;
 background-color: #b40d0d;
 color: #ffffff;
 padding-left: 6px;
 font-size: 11px;
 font-weight: bold;
}

.DFcaptionRight {
 height: 20px;
 width: 5px;
 background-color: #b40d0d;
}


