@charset "utf-8";
/* CSS Document */

textarea {
	resize: none;
}

.Hyperlink {color: #0A7EDE; text-decoration: underline;}

.thanksmsg {font-size: 24px; font-weight: bold; border: 1px solid #666; padding: 25px;}

.contact_maparea iframe {
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.contact_maparea iframe.clicked {
	pointer-events: auto;
}
.product_txt_min_height {
	min-height: 72px;
}

.CursorHand {
	cursor: pointer;
}

.NoRecord {
	margin-top: 50px;
	color: #900;
	font-weight: 600;
	font-size: 25px;	
}

div.error_box {
	font-size: 14px;
	padding: 10px;
	color: #F7410C;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 3px solid #F7410C;
	text-align: center;
	margin-bottom: 15px;
}
div.message_box {
	font-size: 14px;
	padding: 10px;
	color: #088008;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 3px solid #088008;
	text-align: center;
	margin-bottom: 15px;
}
div.error_box {
	font-size: 14px;
	padding: 10px;
	color: #F7410C;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 3px solid #F7410C;
	text-align: center;
	margin-bottom: 15px;
}
.no_address_found {
	font-size: 16px;
	padding: 10px;
	color: #F7410C;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 3px solid #F7410C;
	text-align: center;
	margin-top: 30px;
}

.no_address_found a{
	color: #F7410C;
	text-decoration: underline;
}

input.error {
	/*border: 1px solid #ff0000;*/
	color: #ff0000 !important;
	box-shadow: inset 0px 0px 0px 1px #ff0000;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-moz-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-o-box-shadow: inset 0px 0px 0px 1px #ff0000;
}
select.error {
	/*border: 1px solid #ff0000;*/
	color: #ff0000 !important;
	box-shadow: inset 0px 0px 0px 1px #ff0000;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-moz-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-o-box-shadow: inset 0px 0px 0px 1px #ff0000;
}
textarea.error {
	/*border: 1px solid #ff0000;*/
	color: #ff0000 !important;
	box-shadow: inset 0px 0px 0px 1px #ff0000;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-moz-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-o-box-shadow: inset 0px 0px 0px 1px #ff0000;
}
checkbox.error {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
	box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
}
.infotext {
	text-align: center;
	color: #930;
}
textarea:focus, input:focus, select:focus {
	outline: none;
}
.info-msg, .success-msg, .warning-msg, .error-msg {
	margin: 5px 0;
	padding: 15px;
	border-radius: 3px 3px 3px 3px;
	font-size: 18px;
	font-weight: bold;
}
.info-msg {
	color: #059;
	background-color: #BEF;
	font-size: 18px;
	font-weight: bold;
}
.success-msg {
	color: #fff;
	background-color: #090;
}
.warning-msg {
	color: #9F6000;
	background-color: #FEEFB3;
}
.error-msg {
	color: #fff;
	background-color: #C30;
}
.disable {
	cursor: not-allowed;
}
#map {
	height: 418px;
	width: 100%;
}
.pagination {
	font-family: 'noto_serifregular';
}
.pagination a {
	color: #666666;
	padding: 3px 10px;
	border: 1px solid #e4e4e4;
	background-color: #efefef;
	margin-right: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.pagination a:hover {
	background-color: #666666;
	color: #FFF !important;
	border: 1px solid #666666;
}
.pagination a.active {
	background-color: #666666;
	color: #FFF !important;
	border: 1px solid #666666;
	padding: 3px 10px;
}
.pagination2 {
	background-color: #666666;
	color: #FFF !important;
	border: 1px solid #666666;
	padding: 3px 10px;
	margin-right: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
label.error {
	display: none !important;
}
.info_text {
	color: #990000;
}
.product_block_inner a {
	color: #000000;
}
.product_block_inner a {
	color: #FFFFFF;
}
.productdetail_out_of_stock {
	color: #F00;
}
.button_deseable {
	cursor: not-allowed;
	color: #FF0000 !important;
}
.clear_search a {
	color: #000000;
	font-weight: 500;
	text-decoration: underline;
}
.clear_search a:hover {
	color: #000000;
	font-weight: 500;
	text-decoration: none;
}
.check_diamonds {
	cursor: pointer;
}
.loosediamond_table_ul {
	cursor: pointer;
}
.black_bg {
	background-color: #333333;
}
.myaccount_block ul li a.active {
	font-weight: bold;
}
.margin_bottom {
	margin-bottom: 10px;
}
.myaccount_area a {
	color: #000000;
}
.new_address a {
	color: #cc9833;
}
.width_100 {
	width: 100%;
	float: left;
}
.addressbook_page_block {
	padding-bottom: 0px !important;
	min-height: 200px;
}
.wishlist_bottom .submit1 {
	background-color: #da2929;
}
.out_of_stock {
	background-color: #da2929 !important;
}
.specialoffer_block_text a {
	color: #FFF;
}
.top_7 img {
	top: 7px !important;
}
.top_4 img {
	top: 4px !important;
}
.search_block_new {
	position: relative;
	padding-left: 100px;
	font-size: 14px;
	padding-bottom: 30px;
}
.list_inside {
	list-style-position: inside !important;
	margin-left: 10px;
}
.list_inside li {
	list-style: disc outside none;
	display: list-item;
	margin-left: 1em;
}
.normal_text_new a {
	color: #000 !important;
	text-decoration: underline;
}
.padding_tops {
	padding-top: 20px !important;
}

#LoaderDiv {  
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100000;
    overflow: hidden;
    background-color:grey;
    opacity: .8;
    display: none;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px; /* -1 * image width / 2 */
    margin-top: -50px;  /* -1 * image height / 2 */
    display: block;    
    background-color: transparent; 
}
