/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 September 2014, 3:50:34 PM
    Author     : atiqi
*/
* {outline:none;}
body { 
    font-size: 72.5%; padding-left:5%; padding-right:5%;
    font-family: "arial";
}
ul{padding:0}
table
{
	border-collapse:separate;
	border-spacing:10px;
}
input,select{ padding: .4em; }
table { margin: 1em 0; border-collapse: collapse; width: auto; }
/*table td, table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }*/
table td, table th { 
    border: 1px solid #bbb; padding: .6em 10px; text-align: left; 
}
.alert
{
	font-size: 1.3em;
	padding: 1em;
	text-align: center;
	white-space: nowrap;
	width: auto;
	word-wrap: normal;
}
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }
.title{
	height: 54px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	background:black;
}
.title span{
  font-family: "arial";
	font-size: 2.264em;font-weight: bold;line-height: 44px;padding-left: 14px; color:white;
}
.wrapper_frame {
	margin:auto; 
	margin:5% auto;
        min-width:110px;
	width:auto;
	background:white;
        text-align:center;
/*	border-radius:8px;
	border:1px solid #ccc;*/
}
div.cpanel-left {
	/*width: 100%;*/
    min-width: 170px;
	width: 30%;
	background:#f4f4f4;
	border:1px solid #ccc;
	border-radius: 8px;
	padding:10px;
	clear:both;
	display:inline-block;
}
.cpanel div.icon {
    display: inline-block;
    margin: 5px;
    margin-bottom:0px;
/*	text-align: center;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;*/
}
.cpanel div.icon a {
	/*background-color: #fff;*/
	background-position: -30px;
	display: block;
	float: left;
	/*height: 206px;*/
    height:189px;
	width: 150px;
	color: #565656;
	vertical-align: middle;
	text-decoration: none;
	/*border: 1px solid #CCC;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition-property: background-position, -webkit-border-bottom-left-radius, -webkit-box-shadow;
	-moz-transition-property: background-position, -moz-border-radius-bottomleft, -moz-box-shadow;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
}
.cpanel img {
	padding: 10px 0;
	margin: 0 auto;
}
.cpanel span {
	display: block;
	text-align: center;
  font-size:16px;
  font-family:"arial";
  font-weight:bold;
}
span.update-badge {
	background-image: -moz-linear-gradient(center bottom , #FF0000 41%, #FC7E7E 79%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.41, rgb(255,0,0)),color-stop(0.79, rgb(252,126,126)));
	border: 2px solid white;
	border-radius: 1.5em 1.5em 1.5em 1.5em;
	color: white;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	height: 1.2em;
	left: 60px;
	min-width: 1em;
	padding: 0 0.1em 0;
	position: relative;
	top: -74px;
}
span.msg{position:relative;}
.jewelCount {
	position: absolute;
	right: 20px;
	top: -10px;
}
.accessible_elem {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
._3z_5 {
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .7);

	background-color: #dc0d17;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fa3c45), to(#dc0d17));
	background-image: -webkit-linear-gradient(#fa3c45, #dc0d17);
	color: #fff;
	min-height: 13px;
	padding: 1px 3px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}
._5ugh {
	-webkit-background-clip: padding-box;
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 10px;
	-webkit-font-smoothing: subpixel-antialiased;
	line-height: normal;
}

.new-label {
    /*font: 700 14px/12px Arial, Helvetica, sans-serif;*/
    color: white;
    /*background: #6ad4ff;*/
    background:red;
    text-transform: uppercase;
    padding: 9px 0 7px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 180px;
    text-align: center;
    display: block;
    position: relative;
    left: -40px;
    top: 30px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.new-label:before {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    /*border-color: #21a3d8 transparent transparent transparent;*/
    border-color: red;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.new-label:after {
    position: absolute;
    bottom: -3px;
    left: -3px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    /*border-color: #21a3d8 transparent transparent transparent;*/
    border-color: red;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.new-box, .sale-box {
    position: absolute;
    top: -4px;
    overflow: hidden;
    height: 85px;
    width: 85px;
    text-align: center;
    z-index: 0;
}
.new-box {
    left: -4px;
}
.new-box, .sale-box {
    position: relative;
    top: -4px;
    overflow: hidden;
    height: 85px;
    width: 85px;
    text-align: center;
    z-index: 0;
}
.img-responsive {
    display: block;
    max-width: 100%;
    /*height: auto;*/
}
.product-image-container {
    background-color: #fff;
    border: 1px solid #d6d4d4;
    padding: 9px;
    margin: 3px;
    position: absolute;
    top: 0;
    /*width: 200px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition-property: background-position, -webkit-border-bottom-left-radius, -webkit-box-shadow;
    -moz-transition-property: background-position, -moz-border-radius-bottomleft, -moz-box-shadow;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;

}