/* General */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0px 10px 0px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12pt;
	background-color: #f7f7f7;
	color: #353535;
	text-align: center;
	background: #f7f7f7 url('/img/background.png') repeat-x top;
}

img {
	border: 0px;
}

a {	
	text-decoration: none;
	color: #4a83b8;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
  font-weight: bold;
	/*border: 1px solid pink;*/
}

h1 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #353535;
  padding: 0px 0px 5px 0px;
}

h2 {
  font-size: 12px;
  color: #353535;
  font-weight: bold;
  padding: 10px 10px 5px 25px;
}

h3 {
  /*text-align: center;*/
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #353535;
  padding: 0px 0px 9px 0px;
  background: url('/img/h3_line.png') no-repeat bottom center;
}

ul {
  padding: 0px 0px 0px 20px;
}

/* Main Design */

#all {
  position: relative;
	/*width: 1280px;*/
	width: 1040px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;	
  text-align: left; 
  background: #f7f7f7 url('/img/background.png') repeat-x top;
  /*border: 1px solid red;*/
}

/* Header */

#languages {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 86px;
  float: right;
  text-align: right;
  font-size: 10px;
  padding: 0px 0px 0px 0px; 
  /*border: 1px solid green;*/
}

#header {
	width: 960px;
	height: 118px;
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url('/img/top_line.png') no-repeat bottom center;
	/*border: 1px solid green;*/
}

/* Header > Content */

#logo {
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  /*border: 1px solid yellow;*/
}

/* Header > Menu*/

#top_menu {
  width: 740px;
  float: right;
  /*text-align: right;*/
  padding: 0px 0px 0px 0px;
  /*border: 1px solid blue;*/
}

#top_menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
  font-weight: bold;
	/*border: 1px solid pink;*/
}

.top_menu_item {
  height: 25px;
  float: left;
	padding: 25px 12px 0px 12px;  
  /*border: 1px solid blue;*/
}

.top_menu_item_active {
  height: 25px;
  float: left;
	padding: 23px 3px 0px 3px;
  /*border: 1px solid blue;*/
  background: url('/img/top_menu_arrow.png') no-repeat top center;
} 

a.active {
	color: white !important;
}

/* Main */

#content {
	width: 1000px;
	min-height: 440px;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('/img/content_background.png') no-repeat top left;
  /*border: 1px solid blue;*/
}

#main {
  width: 755px;
  float: right;
  padding: 20px 0px 10px 0px;
  /*border: 1px solid red;*/
}

#left {
  width: 240px;
  min-height: 200px;
  float: left;
  /*background: url('/img/left_background.png') no-repeat top left;*/
  /*border: 1px solid yellow;*/
}

#bottom {
	clear: both;
	width: 960px;
	height: 140px;
  margin: 0 auto;
  margin-top: 10px;
  /*border: 1px solid yellow;*/
}

#main_intro {
  width: 795px;
  float: right;
  padding: 20px 0px 10px 0px;
  /*border: 1px solid red;*/
}

#left_intro {
  width: 240px;
  min-height: 200px;
  float: left;
  /*background: url('/img/left_background.png') no-repeat top left;*/
  /*border: 1px solid yellow;*/
}

/* Footer */

#footer {
	clear: both;
	width: 910px;
	min-height: 35px;
	line-height: normal;
	font-size: 10px;
	color: #000000;
	margin: 0 auto;
	padding: 20px 30px 0px 20px;
	background: url('/img/bottom_line.png') no-repeat top center;
  /*border: 1px solid pink;*/
}

#copyright {
  float: left;
  padding: 0px 0px 0px 0px;
  font-size: 10px;
}

#copyright_allit {
  float: right;
}

/* Clear */

.clear{
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

/* Content - Global */

div.text
{
  text-align:justify;
  font-size: 11px;
  color: #353535;
  line-height: 1.2;
  padding: 15px 10px 10px 25px;
  /*border: 1px solid black;*/
}

div.text_small
{
  text-align: left;
  font-size: 10px;
  color: #353535;
  line-height: 1.3;
  padding: 5px 10px 5px 10px;
  /*border: 1px solid black;*/
}

div.text_small_center
{
  text-align: center;
  font-size: 10px;
  color: #353535;
  line-height: 1.3;
  padding: 5px 10px 5px 10px;
  /*border: 1px solid black;*/
}

.text_center {
  text-align: center;
}

div.img
{
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  /*padding: 15px 20px 10px 20px;*/
}

div.text_img
{
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 20px 10px 20px;
}

.img_down {
  text-align: center;
  padding: 20px 0px 0px 0px;
}

.button_left {
  width: 9px;
  height: 21px;
  float: left;
  background: url('/img/button_left.gif') no-repeat top left;
}

.button_middle {
  height: 20px;
  float: left;
  color: white;
  padding: 3px 0px 0px 0px;
  background: url('/img/button_middle.png') repeat-x top left;
}

.button_right {
  height: 21px;
  width: 9px;
  float: left;
  background: url('/img/button_right.gif') no-repeat top left;
}

.pointer {
  cursor: pointer;
}

/* Left > Content */

div.left_menu {
  width: 186px;
  padding: 0px 0px 0px 0px;
  margin: 180px 0px 0px 50px;
  /*border: 1px solid green;*/
}

div.left_menu_top_item {
  width: 186px;
  padding: 0px 0px 0px 0px;
  /*border: 1px solid red;*/
}

div.left_menu_bottom_item {
  padding: 0px 0px 0px 0px;
  /*border: 1px solid blue;*/
}

div.left_menu_item {
  width: 144px;
  height: 22px;
  padding: 8px 0px 0px 40px;
  font-size: 12px;
  border-left: 1px solid #d6d7d9;
  border-right: 1px solid #d6d7d9;
  background-color: #e4e4e2;
}

div.left_menu_item_active {
  width: 144px;
  height: 22px;
  padding: 8px 0px 0px 40px;
  font-size: 12px;
  border-left: 1px solid #d6d7d9;
  border-right: 1px solid #d6d7d9;
  background: #99b3cc url('/img/left_menu_item_background.png') repeat-x top left;
}

.left_menu_bottom {
  border-bottom: 1px solid #d6d7d9;
}

.left_menu_top {
  border-top: 1px solid #d6d7d9;
}

div.left_menu_item a {
  color: #5e5e5e;
}

div.left_menu_item_active a {
  color: #ffffff;
}

.left_menu_img {
  /*width: 194px;*/
  height: 106px;
}

/* Bottom > Content */

div.bottom_menu_item {
  padding: 0px 0px 0px 0px;
  float: left;
  /*border: 1px solid green;*/
}

.bottom_menu_img {
  /*width: 194px;*/
  height: 106px;
}

.bottom_menu_shadow {
  clear: both;
  width: 960px;
  height: 30px;
  background: url('/img/bottom_menu_background.png') no-repeat top center;
}

/* Content > Diamonds*/

.select_diamond {
  width: 560px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 12px;
  padding: 15px 0px 10px 0px;  
  /*border: 1px solid blue;*/
}

.select_diamond_type {
  margin: 10px 0px 20px 0px;
  width: 560px;
  text-align: center;
  /*border: 1px solid red;*/
}

.select_diamond_type td {
  padding: 3px 3px 3px 3px;
}

.diamond_img {
  width: 37px;
}

.search {
  padding: 30px 0px 0px 0px;
  text-align: center;
}

.show_detail {
  width: 100px;
  font-size: 11px;  
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  /*border: 1px solid blue;*/
}

.show_list {
  width: 110px;
  font-size: 11px;  
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;  
  /*border: 1px solid blue;*/
}

.send_email {
  width: 100px;
  font-size: 11px;  
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;  
  /*border: 1px solid blue;*/
}

.authorising_diamond {
  width: 191px;
  font-size: 11px;  
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;  
  /*border: 1px solid blue;*/
}

.club_diamond {
  width: 219px;
  font-size: 11px;  
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;  
  /*border: 1px solid blue;*/
}

.print {
  width: 100px;
  font-size: 11px;  
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;  
  /*border: 1px solid blue;*/
}

/* Content > Diamonds > List*/

.diamonds_list {
  width: 704px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 11px;
  padding: 0px 0px 0px 0px;  
  /*border: 1px solid orange;*/
}

.diamonds_list_content {
  width: 702px;
  font-size: 11px;
  padding: 15px 0px 10px 0px;  
  border-left: 1px solid #717274;
  border-right: 1px solid #717274;
  /*border: 1px solid red;*/
}

.diamonds_list_top {
  width: 704px;
  height: 6px;
  /*background: url('/img/choose_diamond_top.png') no-repeat top center;*/
  /*border: 1px solid green;*/
}

.diamonds_list_bottom {
  width: 704px;
  height: 6px;
  /*background: url('/img/choose_diamond_bottom.png') no-repeat bottom center;*/
  /*border: 1px solid green;*/
}

.diamonds_list_table {
  width: 660px;
  color: #1a447e;
  font-weight: bold;
  text-align: center;
  margin: 0px 10px 0px 10px; 
  /*border: 1px solid red;*/
}

.diamonds_list_roll {
  width: 680px;
  margin: 10px 10px 0px 10px;
  font-size: 11px;
  overflow: auto;
  height: 200px;  
  /*border: 1px solid blue;*/
}

.diamonds_list_roll_table {
  width: 660px;
  text-align: center;
  /*border: 1px solid green;*/
}

.diamonds_list_table td, .diamonds_list_roll_table td {
  padding: 3px 3px 3px 3px;
}

.submit_button {
  font-size: 11px;
  color: #000000;
  margin: 0 auto;
  /*border: 1px solid red;*/
}

.submit_button a {
  color: #ffffff;
}

.odd_row {
  background-color: #c6c6c6;
}

.even_row {
  background-color: #f9f9f9;
}

.back_row {
  padding: 10px 5px 10px 5px;
  color: #a2a2a2;
  /*border: 1px solid blue;*/
}

.back_row a {
  /*color: #a2a2a2;*/
}

.back_arrow {
  margin: 2px 5px 0px 0px;
  float: left;
  cursor: pointer;
  /*border: 1px solid red;*/
}

.back_text {
  margin: 1px 15px 0px 0px;
  float: left;
  font-size: 13px;
  cursor: pointer;
  /*border: 1px solid green;*/
}

/* Content > Diamonds > Detail */

.diamond_detail
{
  width: 550px;
  margin: 30px 0px 0px 100px;
  padding: 0px 0px 5px 0px;
  font-size: 12px;
  /*border: 1px solid orange;*/
}

.diamonds_detail_content {
  width: 528px;
  font-size: 11px;
  padding: 0px 10px 10px 10px;  
  border-left: 1px solid #717274;
  border-right: 1px solid #717274;
}

.diamonds_detail_top {
  width: 530px;
  padding: 0px 0px 0px 0px;
  height: 7px;
  /*background: #99b3cc url('/img/diamond_detail_top.png') no-repeat top center;*/
  /*border: 1px solid green;*/
}

.diamonds_detail_bottom {
  width: 530px;
  padding: 0px 0px 0px 0px;
  height: 7px;
  /*background: #99b3cc url('/img/diamond_detail_bottom.png') no-repeat bottom center;*/
  /*border: 1px solid green;*/
}

.diamond_photo {
  width: 260px;
  float: left;
  text-align: center;
  margin: 20px 0px 0px 0px;
  /*padding: 60px 0px 60px 0px;*/
  /*border-top: 1px solid orange;
  border-left: 1px solid orange;
  border-bottom: 1px solid orange;*/
  /*border: 1px solid red;*/
}

.diamond_contact {
  width: 260px;
  float: left;
  font-size: 11px;
  text-align: left;
  line-height: 1.3;
  /*border-right: 1px solid orange;*/
  /*border: 1px solid blue;*/
}

.diamond_info {
  width: 260px;
  float: right;
  margin: 20px 0px 0px 0px;
  /*border-top: 1px solid orange;
  border-right: 1px solid orange;
  border-bottom: 1px solid orange;
  border-left: 1px solid orange;*/
  /*border: 1px solid pink;*/
}

.diamond_info_table {
  width: 255px;
}

.diamond_info_table td{
  padding: 4px 4px 4px 4px;
}

.odd_row_right {
  background-color: #c6c6c6;
  text-align: right;
}

.even_row_right {
  background-color: #f9f9f9;
  text-align: right;
}

/* Content > Diamonds > Send e-mail */

.diamond_send_email {
  margin: 10px 0px 0px 50px;
}

/* Content > Contact */

.text_left {
  width: 230px;
  float: left;
  
  text-align:left;
  font-size: 11px;
  color: #353535;
  line-height: 1.2;
  padding: 15px 10px 10px 25px;
  /*border: 1px solid red;*/
}

.img_right {
  width: 440px;
  float: right;
  
  text-align:left;
  font-size: 11px;
  color: #353535;
  line-height: 1.2;
  padding: 15px 5px 5px 0px;
  /*border: 1px solid green;*/
}

/* Content > Analyze*/

.convert_table {
  width: 100%;
  text-align: center;
}

.convert_table td{
  padding: 4px 4px 4px 4px;
}

/* Content > Authorising */

.authorising_table {
  width: 100%;
}

.jewellery_text_part {
  margin: 20px 0px 0px 45px;
  width: 530px;
  /*border: 1px solid orange;*/
}

/* PRINT */

#print_body {
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12pt;
	color: #353535;
	text-align: center;
	background: #ffffff;
}

#print_all {
	width: 750px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;	
  text-align: left; 
  /*border: 1px solid red;*/
}

