body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}


/*
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #49535c;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
	box-sizing: border-box;
	/*letter-spacing: -0.3px;*/
}
*/

h1, .welcome {
	font-family: 'Karla'!important;
	color: #e76085;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px; 
}

.product-info H1 {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	text-transform:none;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
}

h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #333333;
	text-decoration: underline;
	cursor: pointer;
}
a:hover, a:focus {
	text-decoration: none;
	color: #e76085;
}
a.pink, a.pink:visited {
	color: #e76085;
	text-decoration: none;
	cursor: pointer;
}
a.pink:hover {
	text-decoration: none;
}

a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
/*
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
.content input[type='text'], input[type='password'], textarea {
	min-width:200px;
}
select {
	border: 1px solid #CCCCCC;
	padding: 2px;
}*/
	input[type=text], input[type=tel], input[type=password], input[type=email], textarea, select {
	  display: block;
	  width: 100%;
	  height: 34px;
	  padding: 6px 12px;
	  font-size: 14px;
	  line-height: 1.428571429;
	  color: #555;
	  background-color: #fff !important;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	textarea {
  	height: auto;
	}

	INPUT:focus, textarea:focus , select:focus  {
	  border-color: #e15f81;
	  outline: 0;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(225,95,129,.6);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(225,95,129,.6);
	}
	
	INPUT[type=radio]:focus, INPUT[type=checkbox]:focus {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
label {
	cursor: pointer;
	margin-top:5px;
}
/* layout */
.line {
	display:inline-block;
	width:100%;
	height:20px;
	border-bottom:1px solid #DDD;
	margin-bottom:20px;
	text-align: center
}
.line-text {
	display:inline-block;
	background-color:#FFF;
	padding:7px 6px 0px 6px;
	font-weight:bold;
	color:#999;
	margin-left:auto;
	margin-right:auto;
}


.linex {
	clear:both;
	height:12px;
	margin-bottom:20px;
	background-image: url('../image/x.gif'), url('../image/line.gif');
	background-position: center top, center center;
	background-repeat: no-repeat, repeat-x;
}
#out-container {
	width: 1375px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding:0;
}
#out-container .container {
	float:left;
}
#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#out-container #container {
	float:left;
}
#outside-left {
	float:left;
	width:210px;
	margin-top:153px;
	margin-right:10px;
}
#column-left {
	/*position:absolute;*/
	float: left;
	/*margin-left:-190px;*/
	width:220px;
}

#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}

#column-left + #column-right + #content, #column-left + #content {
	margin-left: 235px;
}
#column-right + #content {
	margin-right: 235px;
}


/* header */
#header {
	font-family: 'Karla'!important;
	height: 120px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header-top {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width:100%;	
	height:25px;
	background:#e5e5e5;
}
#header #top-content {
	height:20px;
	text-align:right;
	padding-top:5px;
	padding-right:220px;
}
#header #top-content a {
	text-decoration:none;
	font-weight:bold;
}

#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 65px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
/*
#header #cart {
	position: absolute;
	top: -10px;
	right: -170px;
	min-width: 300px;
	z-index: 999;
}*/
#header .icon-cart {
	vertical-align:bottom;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	position: relative;
	font-weight:bold;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #333333;
	text-decoration: none;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	width:400px;
	clear: both;
	display: none;
	position: relative;
	top: 17px;
	right: 150px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background-color: #fff;
	z-index: 888;
}
#cart .top-content {
	width:11px;
	height:16px;
	top: 35px;
	right: -100px;
	position: absolute;
	z-index:1;
	
}
#header #cart.active .top-content {
	right:50%;
	background: url('../image/box_top_point.png') right bottom no-repeat;
	z-index:999;
}
#header #cart.active .content {
	display: block;
}
#header #cart .pink-bold {
	color:#c64e65;
}
.mini-cart-info {
	z-index:888;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .name {
	text-align:left;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: left;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 139px;
	right: 0px;
	width: 250px;
	z-index: 2;
}
#header .button-search {
	position: absolute;
	top:2px;
	right: 8px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 33px 1px 5px;
	width: 208px;
	height: 28px;
	border: 1px solid #CCCCCC;
	/*
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;*/
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
	z-index: 10;
}
#header #search input .disabled {
	disabled:true;
	background: #FFF;
	padding: 1px 33px 1px 5px;
	width: 208px;
	height: 28px;
	border: 0px solid #efefef;
	/*
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;*/
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
	z-index: 10;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	font-family: 'Karla'!important;
	background: #FFFFFF;
	height: 45px;
	margin-bottom: 5px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 0px 5px;
	font-weight:bold;	
	text-transform:uppercase;
	letter-spacing: -0.7px;	
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	padding: 10px 1px 1px 0px;
}
#menu > ul > li:hover {
		z-index: 555;
}
#menu > ul > li > a {
	font-size: 14px;
	color: #49535c;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 7px 6px 7px;
	margin-bottom: 5px;
	position: relative;
}
#menu > ul > li:hover > a {
	color: #d5516d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	padding: 10px;
	border: 1px solid #EFEFEF;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	/*background: url('../image/menu.png');*/
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
	letter-spacing: 0px;		
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 6px;
	color: #333333;
	display: block;
	white-space: nowrap;
	min-width: 150px;
}
#menu > ul > li ul > li > a:hover {
	background-color: #ece9e4;
	color: #d5516d;
}
#menu > ul > li ul > li ul > li a {
	padding:2px;
}
#menu > ul > li ul > li ul > li > a:hover {
	padding:2px;
	background-color: #fff;

}
#menu > ul > li > div > ul > li > a {
	color: #333333;
	letter-spacing: 0px;
}
/*
.breadcrumb, .breadcrumb a {
	font-size: 12px;
	color: #ccc;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
	margin-bottom: 10px;
	text-align:left;
}
.breadcrumb {
	padding-right:20px;
}
.breadcrumb a {
	text-decoration:none;
	color: #666;
}
*/
/* breadcrumb */
.breadcrumb {
	margin: 0 0 10px 0;
	padding: 8px 0;
	background-color:#fff !important;
	height:20px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0;
	position: relative;
	/*white-space: nowrap;*/
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;

}

.success A, .warning A, .attention A, .information A {
	font-size:12px !important;
}

.success, .warning, .attention, .information {
	font-size:12px !important;
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EFEFEF url('../image/success.png') 10px 10px no-repeat;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px 10px no-repeat;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	/*
  border-bottom: 1px solid;
  border-bottom-color: #ddd;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  */
	
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px 10px no-repeat;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.product-info .required {
	position:relative;
	top:0px;
	float:left;
	width:0px;
	color:#b9425c;
	font-weight: bold;
}
.required {
	color:#b9425c;
	font-weight: bold;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.error {
	background: url('../image/icons/16x16/warning.png') no-repeat left;
	padding: 5px 10px 5px 20px;	
	display: block;
	color: #b9425c;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	border:0 !important;
}
table.radio {
	width: 100%;
}
table.radio tbody td {
	border:0;
}
table.radio td {
	line-height:160%;
	padding: 5px;
	border:0;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #eee;
	cursor: pointer;
}
/*
.pagination {
	padding-top: 28px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	clear:both;
	text-align:center;
	margin-right:5px;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #fff;
	border-radius:30px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	text-decoration: none;
	color: #A3A3A3;
	font-size:15px;
}
.pagination .links a:hover {
	border: 1px solid #ddd;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #fff;
	border-radius:30px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #000;
	font-size:15px;	
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
*/
.pagination {
	margin: 0;
}
/* button */
#button {
	display:block;
	padding: 2px 6px 2px 6px;
	border:1px solid #aaa;
	text-align:right;
	cursor: pointer;
	color: #333;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	background: #FFF;
	opacity:1;  
	filter:alpha(opacity=100);  	
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}

.small-button2, a.small-button2 {
	display:inline-block;
	min-width:100px;
	text-align:center;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	color: #d55375;
	font-size: 11px;
	font-weight: bold;
	border:1px solid #91253a;
	background-color:#fff;
	text-decoration: none;
	text-transform:uppercase;
}

.big-button, a.big-button {
	display:inline-block;
	min-width:100px;
	text-align:center;
	padding: 5px 20px 5px 20px;
	cursor: pointer;
	color: #e598a9;
	font-size: 16px;
	font-weight: bold;
	border:1px solid #e598a9;
	background-color:#fff;
	text-decoration: none;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
}
a.button, input.button {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	padding: 8px 12px 8px 12px;
	background-color:#e598a9;
	text-decoration: none;
	text-transform:uppercase;	
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.428571429;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
 	color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	background-color: #e15f81;
	background-image: linear-gradient(to bottom, #e76085, #d75d80);
	background-repeat: repeat-x;
	border-color: #d75d80 #d75d80 #a9596f;
	background-position: 0px 0px;

}
a.button:hover, input.button:hover {
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	background-color: #e15f81;
	background-image: linear-gradient(to bottom, #cf718b, #bc4668);
	background-repeat: repeat-x;
	border-color: #bc4668 #bc4668 #763144;
	background-position: 0px 0px;
}
a.button[disabled=disabled], a.button:disabled, input.button[disabled=disabled], input.button:disabled {
  background-image: linear-gradient(to bottom, #333, #666);
  border-color: #aaa #aaa #999;
}


a.gray-button, input.gray-button {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	padding: 10px 12px 10px 12px;
	background-color:#ccc;
	text-decoration: none;
	text-transform:uppercase;	
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.428571429;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
 	color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	background-color: #eee;
	background-image: linear-gradient(to bottom, #ccc, #aaa);
	background-repeat: repeat-x;
	border-color: #aaa #aaa #999;
	background-position: 0px 0px;

}
a.gray-button:hover, input.gray-button:hover {
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	background-color: #ccc;
	background-image: linear-gradient(to bottom, #999, #666);
	background-repeat: repeat-x;
	border-color: #666 #666 #333;
	background-position: 0px 0px;
}
.tiny-button, a.tiny-button {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;		
	padding: 2px 5px 2px 5px;
	margin:5px 0;
	cursor: pointer;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	border:1px solid #91253a;
	background-color:#91253a;
	text-decoration: none;
	text-transform:uppercase;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	background-color: #e15f81;
	background-image: linear-gradient(to bottom, #e76085, #d75d80);
	background-repeat: repeat-x;
	border-color: #d75d80 #d75d80 #a9596f;
}
a.tiny-button:hover, input.tiny-button:hover {
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	background-color: #e15f81;
	background-image: linear-gradient(to bottom, #cf718b, #bc4668);
	background-repeat: repeat-x;
	border-color: #bc4668 #bc4668 #763144;
	background-position: 0px 0px;
}
.tiny-button2, a.tiny-button2 {
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	color: #e598a9;
	font-size: 9px;
	font-weight: bold;
	border:1px solid #e598a9;
	background-color:#fff;
	text-decoration: none;
	text-transform:uppercase;
}

.small-button, a.small-button {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;		
	padding: 3px 12px 3px 12px;
	margin:  10px 0 0 0;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border:1px solid #91253a;
	background-color:#91253a;
	text-decoration: none;
	text-transform:uppercase;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	background-color: #e15f81;
	background-image: linear-gradient(to bottom, #e76085, #d75d80);
	background-repeat: repeat-x;
	border-color: #d75d80 #d75d80 #a9596f;
}
a.small-button:hover, input.small-button:hover {
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	background-color: #e15f81;
	background-image: linear-gradient(to bottom, #cf718b, #bc4668);
	background-repeat: repeat-x;
	border-color: #bc4668 #bc4668 #763144;
	background-position: 0px 0px;
}

.button-cart, a.button-cart {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;		
	padding: 5px 10px 5px 10px;
	margin:5px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border:1px solid #91253a;
	background-color:#91253a;
	text-decoration: none;
	text-transform:uppercase;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	background-color: #e15f81;
	background-image: linear-gradient(to bottom, #e76085, #d75d80);
	background-repeat: repeat-x;
	border-color: #d75d80 #d75d80 #a9596f;
}
a.button-cart:hover, input.button-cart:hover {
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	background-color: #e15f81;
	background-image: linear-gradient(to bottom, #cf718b, #bc4668);
	background-repeat: repeat-x;
	border-color: #bc4668 #bc4668 #763144;
	background-position: 0px 0px;
}

.buttons {
	background: #FFFFFF;
	/*border: 1px solid #EEEEEE;*/
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 0px 0px;	
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	font-size:12px !important;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	width:100%;
}
/* box */
.box {
	font-family: 'Karla'!important;
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border-top: 1px solid #DBDEE1;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 2px dotted #DBDEE1;
	background: #fff;
	padding: 8px 10px 7px 10px;
	
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
	
	
	/*font-size:18px;*/
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:30px;
	
}
.box .index-box-heading {
	
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
}

.box .box-content {

	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;

	padding: 15px;
}
.box .index-box-content {
	padding: 10px;
}
.box .sub-heading {
	padding: 30px 10px 7px 10px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
}
.box .sub-heading2 {
	padding: 8px 10px 7px 10px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
.box .sub-content UL, .box .sub-content LI, .box .sub-content A {
	list-style:none;
	padding-top:3px;
	padding-left:5px;
	padding-bottom:3px;
	line-height:150%;
	font-size:14px;
	color:#49535c;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom:1px;
}
.box .sub-content LI:hover {
	background-color:#ece9e4;
}
.box .sub-content LI.current {background-color:#ece9e4;}
.box .sub-content LI.current a {	color:#c64e65; }

.box .box-content UL, .box .box-content LI, .box .box-content A {
	list-style:none;
	padding-left:0px;
	line-height:150%;
	font-size:13px;
	text-decoration:none;

}
.deal-message {
	display:none;
	font-size:12px !important;
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #EFEFEF url('../image/success.png') 10px 10px no-repeat;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
}
.product-deal {
	display:none;
	position:absolute;
	width:160px;
	height:160px;
	z-index:300;
	opacity:0.80;  
	filter:alpha(opacity=80);  
	-moz-opacity:0.80; 	
	background:url(../image/today_deal.png) no-repeat;
}

.product-deal .show {
	display:block;
}

.small-product-deal {
	display:none;
	position:absolute;
	width:80px;
	height:80px;
	z-index:300;
	opacity:0.80;  
	filter:alpha(opacity=80);  
	-moz-opacity:0.80; 	
	background:url(../image/today_deal_small.png) no-repeat;
}

.small-product-deal .show {
	display:block;
}

#product-sale {
	position:absolute;
	width:51px;
	height:51px;
	z-index:300;
	opacity:0.80;  
	filter:alpha(opacity=80);  
	-moz-opacity:0.80; 	
	background:url(../image/sign_sale.png) no-repeat;
}
#product-hot {
	position:absolute;
	width:51px;
	height:51px;
	z-index:300;
	opacity:0.80;  
	filter:alpha(opacity=80);  
	-moz-opacity:0.80; 	
	background:url(../image/sign_hot.png) no-repeat;
}
#product-new {
	position:absolute;
	width:51px;
	height:51px;
	z-index:300;
	opacity:0.80;  
	filter:alpha(opacity=80);  
	-moz-opacity:0.80; 	
	background:url(https://www.girlsdressline.com/catalog/view/theme/default/image/sign_new.png) no-repeat;
}
.box-product .image img {
	padding: 3px;
	border: 0px solid #E7E7E7;
}
.box-product .name a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

.box-product .price {
	font-size:16px;
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
	text-align:center;
}
.price-old {
	font-size:14px;
	font-weight:normal;
	color: #999;
	text-decoration: line-through;
}
.box-product .price-new {
	color: #c64e65;
	font-weight: bold;
}

.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}

#content .content UL, #content .content LI, #content .content LI a {
	list-style:none;
	font-size:13px;
	line-height:150%;
	text-decoration:none;
}

#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
#content .content .no-product {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin-top:100px;
	margin-bottom:100px;
}
/* category */
.category-help {
	width:15px;
	height:15px;
	margin-top:2px;
	margin-left:20px;
	padding-left:20px;
	background:#fff url("../image/icon_help.png") no-repeat;
	float:left;
	cursor:pointer;
}
.category-help .category-info {
	display:none;
	font-size:11px;
	line-height:120%;
	color:#ccc;
	width:350px;
	padding: 15px;
	margin-top:10px;
	-webkit-box-shadow: 0px 5px 15px #EEE;
	-moz-box-shadow: 0px 5px 15px #EEE;
	box-shadow: 0px 5px 15px #EEE;
	background-color: #000;
	z-index: 888;
}
.category-help:hover .category-info {
	display:block;
	position:absolute;
	overflow:hidden;
  margin:auto;
  margin-top:20px;
  margin-left:-100px;	
}
.category-help .category-info P {
	font-size:12px;
	line-height:150%;
	margin-bottom: 0px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* product */
.filter-group {
	width:100%;
	display:table;
}
.custom-filter {
	width:100%;
	display:table-cell;
}
.drop_filter {
	width:100%;
}
#button-filter {
	margin-top:-5px;
	height:40px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-khtml-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.search-button {
	display:table-cell;
	padding: 8px 10px 8px 10px;
	cursor: pointer;
	color: #fff;
	width:65px;
	border:0;
	font-size: 12px;
	letter-spacing: -0.5px;
	font-weight: bold;
	background-color:#e598a9;
	text-decoration: none;
	text-transform:uppercase;
	float:right;
	margin-top:-5px;
}

.product-filter {
	clear:both;
	border-bottom: 1px solid #EEEEEE;
	padding-top:5px;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	display:none;
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 0px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 0px solid #FFFFFF;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-new {
	color: #F00;
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .product-over-box  {
	display:none;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}




.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}

.product-box {
	position:relative;
}
.product-grid .image {
	display: block;
	margin-bottom: 10px;
}
.product-grid .image img {
	padding: 3px;
	border: 0px solid #E7E7E7;
	max-width:200px;
}
.product-grid .product-box {
	height:auto;
}
.product-grid .product-over-box {
	font-size:12px;
	/*
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;

	-webkit-box-shadow: 0px 2px 0px #DDD;
	-moz-box-shadow: 0px 2px 0px #DDD;
	box-shadow: 0px 2px 0px #DDD;	
	*/	
	/*background: rgba(220, 220, 220, .7);*/
	position:absolute;
	width:200px;
	left:13px;
	top:295px;
	color: #000000;
	font-weight: normal;
	letter-spacing: -0.3px;
	display: none;
	padding: 5px 5px 5px 5px;
	margin-bottom: 4px;
}
.product-grid .product-over-box .right {
	width:48%;
	float:right;
	vertical-align: top;
}
.product-grid .product-over-box .left {
	width:48%;
	float:left;
}
.product-grid .product-over-box img {
	vertical-align:middle;
	padding-right:3px;
}
.product-grid .product-over-box a {
	text-decoration:none;
}
.product-grid .product-over-box .over-button a {
	float:right;
	padding: 5px 8px 5px 8px;
	width:80px;
	cursor: pointer;
	color: #fff;
	border:0;
	font-size: 11px;
	font-weight: bold;
	background-color:#e598a9;
	text-decoration: none;
	text-transform:uppercase;
	text-align:center;
	margin-top: 14px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;

	-webkit-box-shadow: 0px 2px 0px #DDD;
	-moz-box-shadow: 0px 2px 0px #DDD;
	box-shadow: 0px 2px 0px #DDD;		
}
.product-grid .product-over-box {
	display:none;
}
.product-grid .name {
	/*display:none;*/
	text-align:center;
}
.product-grid .name a {
	text-decoration: none;
	font-size:13px;
	color:#222;
}
.product-grid .option {
	font-size:13px;
	text-align:center;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	text-align:center !important;
	/*margin-bottom: 4px;*/
}
.product-grid .price {
	font-size:16px;
	display: block;
	font-weight: bold;
	color: #c64e65;
	margin-bottom: 4px;
	text-align:center;
}
.product-grid .price STRIKE{
	font-size:14px;
	font-weight: normal;
	color: #999999;
}

.product-grid .price-new {
	color: #c64e65;
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	display:none;
	margin-bottom: 20px;
}
.product-grid .wishlist, .product-grid .compare {
	display:none;
	margin-bottom: 4px;
}

/*
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
*/
/* Product */
.product-info {
	font-size:13px;
	overflow: auto;
	/*overflow-x: hidden;*/
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 0px;
}
.product-info > .left + .right {
	margin-left: 585px;
}
.product-info .image {
	/*border: 1px solid #E7E7E7;*/
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	/* max-width: 400px; */
}


.product-info .image-additional {
	height:675px;
	position:relative;
}
.product-info .image-additional UL {
	list-style:none;
}
.product-info .image-additional LI {
	height:150px;
	list-style:none;
	margin-bottom:10px;
}

#colorbox .image {
	/*border: 1px solid #E7E7E7;*/
	float: left;
	margin-bottom: 20px;
	padding: 10px;
}
#colorbox .image-additional {
	position:relative;
}
#colorbox .image-additional UL, #colorbox .image-additional LI {
	height:150px;
	list-style:none;
}

/*
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
*/
.prev {
	position:relative;
	margin-top:10px;
	height: 23px;
	width: 100px;
	background: url(../image/up_arrow.jpg) center center no-repeat;
	border:0;
	opacity:0.50;  
	filter:alpha(opacity=50); 
}
.next {
	position:relative;
	margin-top:-5px;
	height: 23px;
	width: 100px;	
	background: url(../image/down_arrow.jpg) center center no-repeat;
	border:0;
}
/*
.prev {
	width: 23px;
	height: 150px;
	background: url(../image/left_arrow.jpg) center center no-repeat;
	border:0;
	float:left;
	opacity:0.50;  
	filter:alpha(opacity=50); 
}
.next {
	width: 23px;
	height: 150px;	
	background: url(../image/right_arrow.jpg) center center no-repeat;
	border:0;
	float:right;
}
*/
.product-info .image-additional IMG {
	width:100px;
	height:150px;
}
.product-info .image-additional a {
	/*border:1px solid red;*/
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	font-size:12px;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .item-information {
	/* border-bottom: 1px solid #E7E7E7;*/
	padding: 0px 5px 5px 0px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #999;
	list-style: none;	
	line-height:100%;
}
.product-info .item-information label {
	width:70px;
}
.product-info .item-information LI {
	padding:0;
	margin:0;
}
.product-info .final_price, .product-info .save-desc {
	color: #c64e65;
  font-size: 20px !important;
  line-height:120%;
}

.product-info .list_price {
	font-size: 15px !important;
	text-decoration: line-through;
}

.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;

}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .style-number {
	/*font-weight:bold;*/
}


.product-info .options {
	margin-bottom:0px;
}
.product-info .options SELECT {
	height:35px;
}

.product-info .option-name {
	/*font-weight:bold;*/
	color:#000;
	text-transform:uppercase;
	font-size:12px;
	width: 340px;	
	/*float:left;*/
	margin-bottom:5px;
	padding-left:7px;
	line-height:140%;
	display:inline-block;
}
.icon-sale {
	vertical-align:text-bottom;
	padding-left:10px;
	padding-bottom:0px;
}
.product-info select {
	margin-bottom: 10px;
}

.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	display:block;
	width:100%;
}
.product-info .cart div > span {
		
}
.product-info .cart .links {
	padding-top:10px;
	padding-right:10px;
	display: inline-block;
	vertical-align: middle;
	text-transform:uppercase;
	line-height:16px;
	margin-bottom:10px;
}
.product-info .cart .links a{
	text-decoration:underline;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	font-size:14px;
	text-transform:uppercase;
	border: 1px solid #ccc;
	margin-top:10px;
}
.product-info .review a {
	text-decoration: underline;
}
.product-info .review img {
	padding-left:10px;
	padding-top:2px;
	vertical-align:text-top;
}
.product-info .review > div {
	padding:10px;
}
.product-info .review > div > span {
	color: #333333;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: underline;
}
.product-info .product-social {
	padding-top:5px;
	padding-left:5px;
	overflow: auto;
	line-height: normal;	
}

.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
.popup-login .success, .popup-login .warning{
	width:86%;
}
.login-content2 {
	
	margin-bottom: 20px;
	overflow: auto;
	text-align:center;
	line-height:200%;
}
.login-content2 .login-box {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.login-content2 TABLE TD{
	text-align:left;
}
.login-content2 input[type=text],.login-content2 input[type=password] {
	width:200px;
	background-color:#fff;
	height:20px;
	font-size:14px;
	padding:5px 5px 5px 5px;

}
.login-content2 input[type=submit] {
	width:120px;
	height:30px;
	font-size:15px;
	padding:5px 5px 5px 5px;
	margin-top:10px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;	
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 10px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	border-top: 1px dotted #ccc;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
	margin-bottom:10px;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
	line-height:200%;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 47%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 47%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
	margin-top:10px;
	line-height:200%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	height:100px;
	/*border: 1px solid #DDDDDD;*/
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	/*border-top: 1px solid #DDDDDD;*/
	overflow: auto;
	padding-top: 0px;
	margin-bottom: 10px;
}
.cart-total table {
	float: right;
	border:0;
}
.cart-total tbody td {
	border:0;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-top {
	padding:10px 10px 10px 10px;
	margin-bottom:0px;
}
.checkout {
	padding:10px 0px 10px 0px;
	margin-bottom:10px;
}
.checkout-heading {
	border-bottom: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	color:#e598a9;
	font-size:12px;
	margin-top: 1px;
	font-weight: bold;
	text-decoration: none;
}
.checkout-content {
	font-size:12px;
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	/*float: left;*/
	/*width: 48%;*/
}

.checkout-content .right {
	/*float: right;*/
	/*width: 48%;*/
}
.checkout-content .buttons {
	clear: both;
}

.checkout-content li {
	padding:0;
	margin:0;
	font-size:13px;
	list-style: none;
	line-height:150%;
}
.checkout-content li:hover {
	/*background-color:#EFEFEF;*/
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	/*
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	*/
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px dotted #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px dotted #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
	line-height:150%;
}
.sitemap-info .left a {
	text-decoration:none;
}
.sitemap-info .right {
	float: left;
	width: 48%;
	line-height:150%;
}
.sitemap-info .right a {
	text-decoration:none;
}
/* footer */ 
#footer {
	font-family: 'Karla'!important;
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
	text-transform:uppercase;
	
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#footer .column ul li {
	margin-bottom: 3px;
	list-style:none;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}
#copyright {
	margin-top: 5px;
	height:54px;
	text-align: left;
	clear: both;
	border:1px solid #efefef;
	padding-bottom:5px;
	margin-bottom:20px;
}
#copyright img {
	margin-top:12px;
	vertical-align: middle;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:gray; /* IE6-9 */
	-webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
#copyright img:hover {
filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
	
#copyright .store-copyright{
	float:right;
	width:340px;
	margin-top: 4px;
	margin-right:10px;
	font-size:11px;
	letter-spacing: -0.3px;
	text-align:right;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 3px;
}

#banner12 { 
	float:left;
	padding: 10px 10px 10px 0px;
}
#banner13 { 
	float:right;
	padding: 10px 0 10px 10px;
}
#banner14 { 
	float:right;
	padding: 10px 0 10px 20px;
}
#banner15 { 
	float:left;
	padding: 10px 0px 10px 10px;
}
#banner16 { 
	padding-bottom:10px;
}
#banner17 { 
	padding-bottom:10px;
}
#banner19 {
	float:left;
}
#banner20 {
	float:right;
}

#welcome-area {
	display:table;
	height:200px;
	margin-bottom:20px;
	vertical-align: middle;
}
#welcome-area P { 
	font-family: 'Karla'!important;
	font-size:14px; 
	line-height:130%;
}
#wedding-wire {
	background: url("../image/wedding_wire_bg2.jpg") no-repeat;
	width:340px;
	height:200px;
	float:left;
	padding-top:60px;
	padding-left:170px;
}
#shipping-banner {
	float:right;
	padding-left:10px;
	max-width:358px;
}
#footer-top {
	font-family: 'Karla'!important;
	height:40px;
	line-height: 40px;
	clear:both;
	background-color:#e4e4e4;
	padding-left:20px;
	padding-right:20px;
}
#footer-top A {
	font-size:14px;
	text-decoration:none;
}
#footer-top #contact-with {
	font-size:14px;
	float:right;
}

#footer-top #contact-with IMG {
	vertical-align:middle;
}
#footer-top a {
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
	filter:gray; /* IE6-9 */
	-webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
#footer-top a:hover {
	filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.cart-qty-css {
	display:table;
	width:80px;
}
.cart-qty-css .input-quantity {
	display:table-cell;
	width:100%;
	min-width:30px;
	padding:0;
	margin:0;
	text-align:center;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
.cart-qty-css #cart-qty-down {
	min-width:28px;
	padding:0 0 0 5px;
	display:table-cell;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-khtml-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	border:0;
}
.cart-qty-css #cart-qty-up {
	min-width:28px;
	padding:0 0 0 5px;
	display:table-cell;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-khtml-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	border:0;
}

.product-qty-css {
	display:table;
	width:140px;
}
.product-qty-css .input-quantity {
	display:table-cell;
	height:40px;
	width:100% !important;
	padding:0 !important;
	text-align:center;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
.product-qty-css #qty-down {
	width:45px;
	display:table-cell;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-khtml-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
.product-qty-css #qty-up {
	width:45px;
	display:table-cell;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-khtml-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}

#size-chart {
	display:display:inline-block;
	vertical-align:middle;
	height:35px;
	padding-top:5px;
}

#size-chart img{
	margin-right:2px;
}
#size-chart a {
	font-size:11px;
}
.size-chart-box {
	font-size:13px;
	line-height:120%;
	color:#333;
	max-width:340px;
	position: absolute;
	display:none;
	padding: 15px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-box-shadow: 0px 5px 5px #DDDDDD;
	-moz-box-shadow: 0px 5px 5px #DDDDDD;
	box-shadow: 0px 5px 5px #DDDDDD;
	background-color: #fff;
	z-index: 888;
}
.size-chart-box .close {
	position:relative;
	float:right;
	width:12px;
	height:12px;
	background: url("../image/x.png") no-repeat;
	cursor:pointer;
}
.review-write-box {
	font-size:11px;
	line-height:120%;
	color:#999;
	max-width:340px;
	position: absolute;
	display:none;
	padding: 15px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-box-shadow: 0px 5px 5px #DDDDDD;
	-moz-box-shadow: 0px 5px 5px #DDDDDD;
	box-shadow: 0px 5px 5px #DDDDDD;
	background-color: #fff;
	z-index: 888;
	margin-top:10px;
}
.review-write-box .close {
	position:relative;
	float:right;
	width:12px;
	height:12px;
	background: url("../image/x.png") no-repeat;
	cursor:pointer;
}
.form-div {
	padding-left:20px;
}
.left-column {
	float:left;
	margin-top:5px;
	margin-left:20px;
	width:130px;
}
.float-div-class {
	position:absolute;
	left:0px;
	float:left;
}
H1.category{
	position:relative;
	float:left;
}
#content .total-product {
	position:relative;
	font-size:14px;
	color:#999;
	float:right;
}
#info-content {
	font-size:14px;
	margin-bottom: 25px;
}
#info-content .info-content a {
	color:#c64e65;
	text-decoration:none;
	font-weight:bold;
}
#info-content H1 {
	font-family: 'Karla'!important;
	font-size:17px;
	letter-spacing: 0px;
}
#column-left + #column-right + #content, #column-left + #info-content {
	margin-left: 235px;
}
#column-right + #info-content {
	margin-right: 235px;
}
#info-content .bold {
	font-weight:bold;
	color: #4D4D4D;
}
#info-content .pink {
	color: #c64e65;
	font-weight:bold;
}
#info-content .outline {
	width:620px;;
	display:inline-block;
	border:1px solid #eee;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.outline .shipping {
	width:620px;
	border-collapse: collapse;
}
.shipping td {
	font-size:13px;
	padding: 7px;
}
.shipping thead td {
	width:25%;
	color: #4D4D4D;
	font-weight: bold;
	text-transform:uppercase;
	height:30px;
	
}
.shipping tbody td {
	color: #999;
	vertical-align: top;
	text-transform:uppercase;
	border-top:1px solid #ccc;
}

#content .content {
	border:0;
	border-top:2px dotted #ccc;
}
#content .content LI {
  list-style: initial;
}
#color-layer {
	/*width:95%;*/
	text-align:center;
	margin-bottom:5px;
	overflow: hidden;

	/*border:1px solid #e598a9;*/
}

#color-layer .color_option {
	float:left;
	width:50px;
	margin-right:4px;
	margin-bottom:4px;
	text-align:center;
	font-size:10px;
	line-height:100%;
	cursor:pointer;
	padding:0;
}

#color-layer .color_option2 {
	float:left;
	margin-right:4px;
	margin-bottom:4px;
	text-align:center;
	font-size:10px;
	line-height:100%;
	cursor:pointer;
	padding:0;
}


#color-layer .color-box {
	background: url('../../../../../image/no_image_50x50.jpg') no-repeat left;
	float:left;
	/*width:50px;*/
	height:52px;
	line-height:50px;
	text-align:center;
	font-size:10px;
	border: 1px solid #ccc;
	padding:0;
}

#color-layer .color-box2 {
	background: url('../../../../../image/no_image_50x50.jpg');
	float:left;
	height:52px;
	line-height:50px;
	text-align:center;
	font-size:10px;
	border: 1px solid #ccc;
	padding-left:10px;
	padding-right:10px;
}

#color-layer .color-box:hover {
	background: url('../../../../../image/no_image_50x50_over.jpg') no-repeat left;
	border: 1px solid #91253a;
	background-color:#91253a;
	color:#fff;
}
#color-layer .color-box2:hover {
	border: 1px solid #91253a;
}
#color-layer .color_option IMG {
	/*border: 0 !important;*/
}

.sku {
	padding-left:20px;
	font-size:12px;
	color:#999;
}

.product-info .right {
	width:375px;
	/*border:1px solid red;*/
}

.product-info .div-qty {
	display:inline-block;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
}

.product-info .div-add-cart {
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}

.product-info .div-links {
	display:inline-block;
}

.links-button, a.links-button, input.links-button {
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	color: #333;
	border:0;
	font-size: 10px;
	background-color:#fff;
	text-decoration: none !important;
	text-transform:uppercase;
}
.wish-button, a.wish-button, input.wish-button {
	background: url('../image/icons/16x16/heart.png') no-repeat left;
	padding: 5px 10px 5px 20px;
	cursor: pointer;
	color: #e598a9;
	border:0;
	font-size: 10px;
	text-decoration: none !important;
}

.compare-button, a.compare-button, input.compare-button {
	background: url('../image/icons/16x16/info.png') no-repeat left;
	padding: 5px 10px 5px 20px;
	cursor: pointer;
	color: #e598a9;
	border:0;
	font-size: 10px;
	text-decoration: none !important;
}

#size-layer {
	display:block;
}
#size-layer UL {
	list-style:none;
	padding:0;
	margin:0;
}

#size-layer LI {
	font-size:12px;
	float:left;
	text-align:center;
	height:30px;
	line-height:30px;
	margin-right:2px;
	padding:0 10px;
	cursor:pointer;
	border: 1px solid #ccc;
	margin-bottom:5px;
	vertical-align: middle;
}


#size-layer li:hover {
	border: 1px solid #91253a;
	background-color:#91253a;
	color:#fff;
}

.tiny {
	font-size:9px;
}

#schedule-text {
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-style: italic;
	font-weight: bold;
}

#checkout H2, .checkout-content H2 {
	text-transform:uppercase;
	font-size:14px;
	color:#666;
	margin-top:15px;
	margin-bottom:10px;	
	letter-spacing: 0.3px;
}


/* custom css for related viewed product */

.product-grid2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	overflow: auto;
	overflow-x:hidden;
}
.product-grid2 > div {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid2 > div {
	width: 125px;
}

.product-box {
	position:relative;
}
.product-grid2 .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid2 .image img {
	padding: 3px;
	border: 0px solid #E7E7E7;
}
.product-grid2 .product-over-box {
	font-size:13px;
	/*
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;

	-webkit-box-shadow: 0px 2px 0px #DDD;
	-moz-box-shadow: 0px 2px 0px #DDD;
	box-shadow: 0px 2px 0px #DDD;	
	*/	
	background: rgba(220, 220, 220, .7);
	position:absolute;
	width:125px;
	left:3px;
	bottom:62px;
	color: #000000;
	font-weight: normal;
	letter-spacing: -0.3px;
	display: none;
	padding: 10px 10px 10px 10px;
	margin-bottom: 4px;
}
.product-grid2 .product-over-box .right {
	width:48%;
	float:right;
	vertical-align: top;
}
.product-grid2 .product-over-box .left {
	width:48%;
	float:left;
}
.product-grid2 .product-over-box img {
	vertical-align:middle;
	padding-right:3px;
}
.product-grid2 a {
	text-decoration:none;
}
.product-grid2 .product-over-box a {
	text-decoration:none;
}
.product-grid2 .product-over-box .over-button a {
	float:right;
	padding: 5px 8px 5px 8px;
	width:80px;
	cursor: pointer;
	color: #fff;
	border:0;
	font-size: 11px;
	font-weight: bold;
	background-color:#e598a9;
	text-decoration: none;
	text-transform:uppercase;
	text-align:center;
	margin-top: 14px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;

	-webkit-box-shadow: 0px 2px 0px #DDD;
	-moz-box-shadow: 0px 2px 0px #DDD;
	box-shadow: 0px 2px 0px #DDD;		
}
.product-grid2 .product-over-box {
	display:none;
}
.product-grid2 .name {
	/*display:none;*/
	text-align:center;
}
.product-grid2 .product-name, .product-grid2 .product-name a {
	/*display:none;*/
	text-align:center;
	font-size:12px;
}
.product-grid2 .name a {
	text-decoration: none;
	font-size:13px;
	color:#c64e65;
}
.product-grid2 .option {
	font-size:13px;
	text-align:center;
}
.product-grid2 .description {
	display: none;
}
.product-grid2 .rating {
	display: block;
	text-align:center !important;
	/*margin-bottom: 4px;*/
}
.product-grid2 .price {
	font-size:16px;
	display: block;
	font-weight: bold;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align:center;
}
.product-grid2 .price STRIKE{
	font-size:14px;
	font-weight: normal;
	color: #999999;
}

.product-grid2 .price-new {
	color: #c64e65;
	font-weight: bold;
}
.product-grid2 .price .price-tax {
	display: none;
}
.product-grid2 .cart {
	display:none;
	margin-bottom: 20px;
}
.product-grid2 .wishlist, .product-grid2 .compare {
	display: inline-block;
	margin-bottom: 4px;
	font-size:11px !important;
}

.product-grid2 .wishlist a, .product-grid2 .compare a {
	font-size:11px !important;
}

.product-grid2 .wishlist IMG, .product-grid2 .compare IMG {
	vertical-align: text-bottom;
}

.product-grid2 .wish-compare {
	margin-top:5px;
	text-align:center;
}

.tags {
	margin-bottom:20px;
}


ul.box-subcategory, ul.box-subcategory ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-subcategory > li:first-child {
	padding: 0px 8px 8px 0px;
	cursor: hand;
}
ul.box-subcategory > li {
	padding: 8px 8px 8px 0px;
}
ul.box-subcategory > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-subcategory > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-subcategory > li ul {
	display: none;
	margin: 10 10 10 10;
}
ul.box-subcategory > li a.active {
	font-weight: bold;
}
ul.box-subcategory > li a.active + ul {
	display: block;
}
ul.box-subcategory > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-subcategory > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-subcategory > li ul > li > a.active {
	font-weight: bold;
}

.address-box {
	width:190px;
	float:left;
	padding: 7px 7px 7px 17px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
	min-height:70px;
	margin: 10px 0px 0px 10px;
}

.address-box-select {
	background-image: url('../image/checked.png');
	background-position: left top;
	background-repeat: no-repeat;	
	width:190px;
	float:left;
	padding: 7px 7px 7px 17px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
	min-height:70px;
	margin: 10px 0px 0px 10px;
	border:1px solid #d55375;
}

.double-quote {
	background-image: url("../image/double-quotes0.png"), url("../image/double-quotes1.png");
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	padding-left:40px;
	padding-top:10px;
	padding-right:30px;
	padding-bottom:10px;
	text-align:left;
	font-style: italic;
	line-height:150%;
}		

.description-area {
	padding: 30px 30px 30px 30px;
	border: 1px solid #EFEFEF;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
}

.description-area H1 {
	color:#c64e65;
}
.description-area H2 {
	font-size:13px;
	line-height:120%;
	color:#333;
	clear:both;
	padding-top:20px;
}

.description-area P, UL, LI, A  {
	margin-bottom:0px;
	font-size:12px;
	color:#666;
}
.description-area UL LI {
	line-height:160%;
}
.description-area UL LI.half-li {
	width:23%;
	float:left;
	margin-right:2%;
}
.description-area UL LI.half-li2 {
	width:45%;
	float:left;
	margin-right:5%;
}
.info-content .description-area a {
	color:#666;
	font-weight:normal !important;
}

/* box2 */
.box2 {
	font-family: Arial, Helvetica, sans-serif !important;
	margin-bottom: 20px;
}
.box2 .box-heading2 {
	-webkit-border-radius: 7px 0px 0px 0px;
	-moz-border-radius: 7px 0px 0px 0px;
	-khtml-border-radius: 7px 0px 0px 0px;
	border-radius: 7px 0px 0px 0px;
	border-top: 1px solid #DBDEE1;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #F3F3F3;
	border-bottom: 2px dotted #DBDEE1;
	background: #ffffff;
	padding: 8px 10px 7px 10px;
	
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	color: #333;
	
	/*font-size:18px;*/
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:30px;
	
}
.box2 .index-box-heading {
	
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
}

.box2 .box-content2 {

	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 0px 7px;
	-moz-border-radius: 0px 0px 0px 7px;
	-khtml-border-radius: 0px 0px 0px 7px;
	border-radius: 0px 0px 0px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #DBDEE1;

	padding: 15px;
}
.box2 .index-box-content {
	padding: 10px;
}
.box2 .sub-heading {
	padding: 30px 10px 7px 10px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
}
.box2 .sub-content2 UL, .box2 .sub-content2 LI, .box2 .sub-content2 A {
	list-style:none;
	padding-top:3px;
	padding-left:5px;
	padding-bottom:3px;
	line-height:120%;
	font-size:12px;
	color:#49535c;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom:1px;
	.box-category
}
.box2 .sub-content2 LI:hover {
	background-color:#ece9e4;
}
.box2 .sub-content2 LI.current {background-color:#ece9e4;}
.box2 .sub-content2 LI.current a {	color:#c64e65; }

.box2 .box-content2 UL, .box2 .box-content2 LI, .box2 .box-content2 A {
	list-style:none;
	padding-left:0px;
	line-height:120%;
	font-size:13px;
	text-decoration:none;

}
/* box category */
.box2 ul.box-category2, .box2 ul.box-category2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box2 ul.box-category2 > li:first-child {
	padding: 0px 8px 8px 0px;
}
.box2 ul.box-category2 > li {
	padding: 8px 8px 8px 0px;
}
.box2 ul.box-category2 > li + li {
	border-top: 1px solid #EEEEEE;
}
.box2 ul.box-category2 > li > a {
	text-decoration: none;
	color:#ae445c;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
}
.box2 ul.box-category2 > li ul {
	display: none;
}
.box2 ul.box-category2 > li a.active {
	font-weight: bold;
}
.box2 ul.box-category2 > li a.active + ul {
	display: block;
}
.box2 ul.box-category2 > li ul > li {
	padding: 5px 5px 0px 0px;
}
.box2 ul.box-category2 > li ul > li > a {
	text-decoration: none;
	color:#ae445c;
	font-size:13px;	
}
.box2 ul.box-category2 > li ul > li > a.active {
	font-weight: bold;
}
.box2 ul.box-category2 > li ul > li ul > li > a {
	text-decoration: none;
	color:#333;
	font-size:13px;
}


.cat-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;	
	width:100%;
	display:table;
	font-weight:bold;
}

.child-title {
	font-family: Arial, Helvetica, sans-serif;
	
	display:inline;
	width:160px;
	float:left;
	background-color:#EFEFEF;
	margin: 1 1 1 1;
	padding:2px 5px 2px 5px;
}

.child-title a {
	font-size:13px !important;
}


.icon-category {
	vertical-align:middle;
	margin-left:-5px;
}

.btn-group {
	margin-bottom:20px;
}

.btn-primary { 
	color:#fff !important;
}

#address-box {
	width:49%;
	min-width:212px;
	float:left;
	border:0;
	padding:0;
	margin:0;
	line-height:100%;
	padding-right:5px;
}

#payment-existing .btn-default, #payment-existing .btn-primary, #shipping-existing .btn-default, #shipping-existing .btn-primary {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12px;
	width:100%;
	line-height:120%;
	text-align:left;
	margin-bottom:1px;
}

#checkout-content label {
	font-weight:normal;
}
/*
.tooltip .tooltip-inner, .tooltip .tooltip-inner:hover, .tooltip .tooltip-inner:focus {
    color:#333;
    width:300px;
    padding:10px;
    text-align:left;
    background-color:#fff;
    border: 1px solid #999;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
*/
.checkout-content label {
	padding-top:0px;
	font-weight: normal;
	line-height:100%;
	font-size:12px;
}

#shipping-method-price {
	float:right;text-align:right;padding-right:0px; 
	/* width:60px; kcha 3/22/2016 */
}	

.dotted_underline {
	border-bottom: 1px dotted #666;
  text-decoration: none;
}


/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 0px 0;
	margin: 0 0 6px 0;
	min-height: 36px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
	#top-links .dropdown-menu li > a:hover {
		width:100%;
	  text-decoration: none;
	  color:#fff !important;
		background-color: #e15f81;
		background-image: linear-gradient(to bottom, #e15f81, #e76085);
		background-repeat: repeat-x;
	}
/* logo */
#logo {
	/*margin: 0 0 10px 0;*/
	margin: 0 0 0 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 30px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	float: right;
	margin-right: 6px;
	line-height: 18px;
	/*padding: 10px 35px; by viho*/
	padding: 10px 13px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart-wrapper {
	width:200px;
}
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 320px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* buttons */

.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e15f81;
	background-image: linear-gradient(to bottom, #e76085, #d75d80);
	background-repeat: repeat-x;
	border-color: #d75d80 #d75d80 #a9596f;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #e15f81;
	background-image: linear-gradient(to bottom, #cf718b, #bc4668);
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
}

/* custom_filter */
.filter-group custom-filter ui-dropdownchecklist ui-dropdownchecklist-dropcontainer-wrapper ui-widget {
	height:auto;
}

.modal-body P, .modal-body UL, .modal-body LI {
	font-size:12px !important;
}

.star_rating {
	display:inline-block;
	width:100%;
	font-size:12px !important;
	background-color: #EFEFEF;
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #555555;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-align:right;
}
.star_rating h4 { 
	display:inline-block;
	float:left;
	margin:0;padding:0;
	margin-top:2px;
	margin-bottom:5px;
}
.star_rating .review_count {
	display:inline-block;
	margin-left:10px;
}
.star_rating .review_bold {
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	font-style: italic;
	
}
.star_rating .star_area {
	display:inline-block;
	text-align:right;
	width:150px;
	vertical-align:middle;
}
.star_rating .review_content {
	padding: 10px 10px;
	margin-bottom:0 !important;
	margin-top:10px;
	background-color:#FFF;
}
.rating_bar {
	display:inline-block;
    /*this class creats 5 stars bar with empty stars */
    /*each star is 16 px, it means 5 stars will make 80px together */
    width: 80px;
    /*height of empty star*/
    height: 16px;
    /*background image with stars */
    background: url(../image/stars.png);
    /*which will be repeated horizontally */
    background-repeat: repeat-x;
    /* as we are using sprite image, we need to position it to use right star, 
    //0 0 is for empty */
    background-position: 0 0;
    /* align inner div to the left */
    text-align: left;
}
.star_area .rating {
    /* height of full star is the same, we won't specify width here */
    height: 16px;
    /* background image with stars */
    background: url(../image/stars.png);
    /* now we will position background image to use 16px from top, 
    //which means use full stars */
    background-position: 0 -16px;
    /* and repeat them horizontally */
    background-repeat: repeat-x;
}

.emphasize {
	color:#c64e65;
}
.bold {
	font-weight:bold;
}

.col-sm-4 {float: right; width: 23%; margin-right: -10px; padding: 0px;}