body {
	color: #333333;
	background-color:#fff;
	font-family:Arial, sans-serif;
	font-size:83%;
  	margin: 0;
  	padding: 0;
}

body, td, th, div, span {
	font-size: 14px;
}

h2, h3, h4, h5, h6 {
	margin: .2em 0;
}
p, ul, ol, dl {
	margin: 1.3em 0;
}

h1 {
	color: #3F3C80;
	font-size: 120%;
	font-weight: bold;
}

h2 {
	color: #3F3C80;
	font-size: 140%;
	font-weight: bold;
}

h3 {
	color: #3F3C80;
	font-size: 120%;
	font-weight: bold;
}

h4 {
	color: #3F3C80;
	font-size: 100%;
	font-weight: bold;
}

a {
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
	outline:none;
}

a:hover {
  color: #0033CC;
  font-weight: bold;
  text-decoration: underline;
}

.image_paragraph_right {
	float: right;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:5px;
}

.image_paragraph_left {
	float: left;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:5px;
}

.image_section_right {
	float: right;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
}

.image_section_left {
	float: left;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:10px;
}

#header {
	background: #f0f0f0;
	position: relative;
}

#search {
	position: absolute;
	width: 200px;
	top: 10px;
	right: 10px;
}

#container {
	background: #fff;
	width: 1254px;
	text-align: left;
}

#title {
  color:#3F3C80;
  font-size: 20px;
  font-weight:normal;
  padding: 10px 20px;
}

#slogan {
	color:#000000;
	background-color:#FFFFFF;
	font-size:small;
	font-weight:bold;
	padding:18px 0px 0px 50px;
	float:left;
	margin:0px 0px 10px 0px;
}

.navigation_top {
	font-family: Arial, sans-serif;
	border-bottom: 10px solid #A0CEF8;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.navigation_top ul {
	text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
	margin: 0 0 5px 0; /* Just some margin to align the blue border below the menu */
}

.navigation_top li {
	display: inline; /* Menu links are horizontally aligned using display: inline */
	margin: 0 2px;
	padding: 0;
}

.navigation_top li a {
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #0088cc;
}

.navigation_top li a:hover {
	background: #35B8FA;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#wrapper {
	clear:both
}

#content {
	vertical-align: top;
	margin: 0;
	font-family:"Times New Roman";
}

#sidebar {
	vertical-align: top;
	width: 150px;
	padding: 10px 5px;
}

#sidebar h1 {
	background-color: #3F3C80;
	color: #fff;
	padding: 5px 5px;
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#sidebar .block {
	background: #fbfbfb;
	margin: 0;
	margin-bottom: 10px;
	padding: 5px 0;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #3F3C80;
}

#memberblock p {
	margin: 0px 3px;
}

#memberblock ul {
	margin-top: 0;
	margin-bottom: 0;
}

#memberblock input[type=text], #memberblock input[type=password] {
	color: #666;
	margin: 2px 0;
}

#search input[type=text] {
	color: #666;
	margin: 2px 0;
}

#memberblock input.focus {
	color: #000;
}

#footer {
	color:#363b96;
	text-align: center;
	clear:both;
	vertical-align:bottom;
}

#footer a {
        color:#3366CC;
        text-decoration: none;
}

#footer img {
        padding:0 3px 1px 3px;
        vertical-align:bottom;
        padding
}
#footer a:hover {
        color:#0033CC;
        font-weight: normal;
        text-decoration: underline;
}

#copyright {
	float: left;
	font-size: 10px;
}

#footercontact {
	color:#0033CC;
	background-color:#FFFFFF;
	padding:5px 0px 5px 0px;
	float:right;
}

/* Misc */

a img {
	border: 0;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #333;
	background-color: #fff;
	padding: 2px 5px;
	text-align: left;
}

#tooltip h3 {
	font-size: 12px;
	margin: 0;
	color: #000;
	font-weight: normal;
}

#tooltip div.body {

}

#tooltip div.url {
	font-size: 10px;
}

.flash_success {
	background-color: #C9ECC6;
	border: 1px solid #32C023;
	border-style: solid none;
	padding: 7px 3px 7px 3px;
	font-size: 12px;
	margin: 5px 0;
}

.flash_notice {
	background-color: #ECEBC6;
	border: 1px solid #C0BA23;
	border-style: solid none;
	padding: 7px 3px 7px 3px;
	font-size: 12px;
	margin: 5px 0;
}

.flash_error {
	background-color: #ECC6C6;
	border: 1px solid #C02323;
	border-style: solid none;
	padding: 7px 3px 7px 3px;
	font-size: 12px;
	margin: 5px 0;
}

div.crumbs {
	color: #999;
	width: 100%;
}

div.crumbs a {
	color: #999;
}

div.paging {
	/* color: #ccc; */
}
div.paging div.disabled {
	color: #999;
	display: inline;
}
.paging {
	padding:10px 20px;
}
/* tables */

.tablelist {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #fff;
}

.tablelist tr th {
	padding: 8px 5px;
	color: #FFF;
	text-align: left;
	background-color: #9614A3;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 2px solid #fff;
}

.tablelist tr th a {
	color: #FFF;
}

.tablelist tr th a:hover {

}

.tablelist tr td {
	padding: 5px;
	border-right: 1px solid #eee;
}

.tablelist tr {
	font-weight: normal;
	font-size: 12px;
	background-color: #F0F7FB;
}

.tablelist tr a{
	font-weight: bold;
}
.tablelist tr.odd {
	background-color: #FFFFFF;
}

.tablelist tr.over {
	background-color: #D6E5F0;
}

/* Forms */

input.over {
	background-color: #FEFFDC;
}

select.over {
	background-color: #FEFFDC;
}

select.over option,
select option {
	background-color: #fff;
}

textarea.over {
	background-color: #FEFFDC;
}

.form-error {
	background-color: #FFE2E2;
}

.form-error_over {
	background-color: #E5D8C8;
}

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  width: 100%;;
}

form fieldset {
  font-size: 100%;
	border: 1px solid #ccc;
	margin: 10px 0 10px 0;
	padding: 5px 10px 15px 10px;
}

form fieldset legend {
	color: #3F3C80;
	font-size: 160%;
	font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

input, select, select option {
	padding: 1px 0px 1px 5px;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form div.note {
	padding-left: 150px;
	color: #333;
	font-style: italic;
}

form div.error-message {
	padding-left: 150px;
	color: #f00;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 10px 3px 0;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

form div.submit {
	display:inline;
}
form div.submit input {
}

/* Debugging */

table.cake-sql-log {
	width: 100%;
	display: none;
}

table.cake-sql-log caption {
	text-align: right;
	font-style: italic;
}

table.cake-sql-log th {
	padding: 5px;
	background: #999;
	color: #fff;
}

table.cake-sql-log td {
	padding: 2px;
}

pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}
.fieldset_questions {
	display:inline;
	margin-left:15px;
}
.fieldset_questions2 {
	display:inline;
	margin-left:7px;
	margin-right:15px;
}
.questions_spacer {
	display:inline;
	width:250px;
}
.fieldset_div {
	width:315px;
}
#CategoryId {
	margin:4px 0px;
	width:150px;
}

.Categorgy_Submit {
	margin:2px 0px 5px;
}

.fieldset_questions2 .input{
	display:inline;
}
.fieldset_questions2 #QuestionKeywordSearch{
	height:22px;
}
.fieldset_questions2 .submit{
	display:inline;
}

.fieldset_questions2 label{
	width:100px;
}

.fieldset_questions2 input, .fieldset_questions2 label{
	margin-top:6px;
}
.question{
	color:blue;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}
.question a{
	color:blue;
}
.answer{
	font-size:12px;
}
.fieldset_view_categories{
	margin-left:20px;
	width:682px;
}
.view_categories{
	padding-left:20px;
}
.view_categories td{
	width:250px;
	padding:10px;
}
.browse_category_links a{
	color: blue;
	font-weight:bold;
	text-decoration:underline;
}
.search_count{
	font-size:15px;
	padding-right:10px;
}
.popup_div{
	text-align:left;
	padding:20px;
}
.span_italic{
	font-style:italic;
}
.left_bar{
	background-color:#101684;
	background-image: url(../img/Web_D4L_Frame_SideBarPanel.jpg);
	background-repeat: repeat-x;
	vertical-align:top;
	padding:80px 6px 0 4px;
	font-family:"Times New Roman";
	color:#363b96;
	font-size:20px;
	line-height:39px;
	width:220px;
	font-stretch: semi-condensed;
	height:584px;
}
.left_bar a{
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
}
.Secondary_Menu{
	width:100%; 
	background-color:#9614A3;
	height:50px;
}
.Secondary_Menu2{
	width:100%; 
	background-color:#59b2c5;
	height:50px;
}
.Secondary_Menu td, .Secondary_Menu2 td{
	text-align:center;
	font-size:16px;
}
.Secondary_Menu a, .Secondary_Menu,.Secondary_Menu2 a, .Secondary_Menu2{
	font-family:"Times New Roman";
	color:#FFFFFF;
}
.product_info{
	font-weight:bold;
}
.product_info td{
	padding-bottom:6px;
}
.product_names_category{
	font-weight:bold;
}
.SM_td{
	width:16%;
}
.SM_td2{
	width:23%;
}
.product_category_title2{
	text-align:right;
}
.SM_td a{
	font-size:16px;
}
.divider-v{
	background-repeat: repeat-y; 
	background-image: url(/img/divider2.gif);
	padding:0px;
	width:5px;
	font-size:5px;
}
.divider-h{
	background-repeat: repeat-x; 
	background-image: url(/img/divider-h.gif);
	line-height:5px;
	height:5px;
	font-size:5px;
	padding:0px;
}
.divider-c{
	background-image: url(/img/divider-c.gif);
	line-height:5px;
	height:5px;
	font-size:5px;
	padding:0px;
}
.product_category{
	vertical-align:bottom;
	padding:10px 0 10px;
}
.Secondary_Menu a:hover, .Secondary_Menu2 a:hover{
	color:#FFFFFF;
	font-weight:bold;
}
#NavigationMain li{
	padding-left:42px;
}
.product_category_desc{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding-top:6px;
}
#footer img{
	padding-bottom:2px;
}
.search_titles td{
	font-size:16px;
	font-weight:bold;
	color:#141782;
}
.search_entries td{
	font-size:12px;
	font-weight:bold;
	color:#141782;
}
.search_divider-v{
	width:5px;
	background-image: url(/img/search-divider-v.gif);
	background-repeat: repeat-y;
	font-size:1px;
	line-height:1px;
}
.search_divider-h{
	background-image: url(/img/search-divider-h.gif);
	background-repeat: repeat-x;
	font-size:1px;
	height:5px;
}
.search_divider-c{
	width:5px;
	background-image: url(/img/search-divider-c.gif);
	background-repeat: no-repeat;
	font-size:1px;
	line-height:1px;
}
.diamond_details{
	background-color:#f5a4e5;
	padding:55px 0px;
	margin:0px 90px;
	border:3px solid; 
	border-color:#141782;
	color:#141782;
}
.diamond_details td{
	font-size:18px;
}
.search_radio_text td{
	font-size:12px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#141782;
	font-weight:bold;
}
.search_radio_text{
	width:120px;
	padding-left:5px;
	display:none;
	padding-bottom:20px;
}
.CustomDiv{
	background-image: url(/img/CustomBackground.jpg);
	background-repeat: no-repeat; 
	color: 	rgb(18, 22, 130);	
	font-weight: bold; 
	width: 1031px; 
	height: 566px;
}
.CustomDiv div, .CustomDiv div span{
	font-family:Arial;
	font-size: 15px;
	line-height:22px;
}
.NavTop{
	background-image: url(../img/NavBarTop.jpg);
}
.NavSide{
	background-image: url(../img/NavBar1.jpg);
}
.HeaderDiv{
	width:100%;
	background-image:url(../img/headerbackground.jpg);
}
.wallpost_title_bar{
	background-color:#e5e5e5;
	border-top:1px solid #888888;
	border-bottom:1px solid #888888;
	padding:2px 0px 2px 7px;

}
.blog_bullet{
	vertical-align:top;
	padding: 7px 4px 0px 0px;

}