html,body{
	margin:0 auto;
	padding:0;
	text-align:left;
	font-family:"cordiaupc",tahoma,Times New Roman,verdana,helvetica,arial,sans-serif;
	font-size: 21px;
}
html{

}
body{
	
	background:#FFF;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
.mobileVersion {
	display:none;
}
.desktopVersion {
	display:inline;
}

.box-shadow{
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gray{
	color: #6f6f6f;
}
.black{
	color: #000000;
}
.red{
	color: #ff0000;
}
.white{
	color: #FFFFFF;
}
.orange{
	color: #fb5900;
}
.lime{
	color: #76b611;
}
.aqua{
	color: #4ec7f0;
}
.bold{
	font-weight: bold;
}
a {
	color: #92153b;
	text-decoration: none;
}
a:link{ outline:none; }
a.linkwhite:hover {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #92153b;
	text-decoration: none;
}
a.active{
	color: #92153b;

}
a.active:hover{
	color:#92153b;
}
img{ border:0px; }

.clear{
	clear:both;
	font-size:0px;
}
.pull-right{
	float:right;	
}
.pull-left{
	float:left;	
}
.no-border{
	border: none;
	border: 0px;
}
.raduis{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.radius-3px{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.radius-5{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
hr{
	border: none;
	border-top: 1px #d9d9d9 solid; 
}
.pagination{
	font-size: 12px;
	margin-top: 10px;
	line-height: 12px;
}

.pagination > .active > a{
	color: #c74c4d;
	background: none;
}
.pagination > .active > a:hover,.pagination > .num > a:hover,.pagination > .prev > a:hover,.pagination > .next > a:hover{
	color: #fe9dc4;
	background: none;
}
.pagination > .num > a,.pagination > .next > a,.pagination > .prev > a,.pagination > .active > a{
	font-size: 24px;
	color: #a7a6a6;
	background: none;
	padding: 7px 10px;
	font-family: 'cordiaupc' !important;
	margin:0px 5px;
	line-height: 36px;
}
.pagination > .active > a{
	color: #fe9dc4;
	background: none;;
}
.pagination > .next > a,.pagination > .next > a:hover{
	background: none;
}


#body_web{
	width: 100%;
}
#container{
	text-align: left;
	background: none;
	margin: auto;
}
.wrapper{
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 1000px;
	margin: auto;
}
#rowtop{
	background: #e75280;
	border-bottom: 4px #bc0e44 solid;
	color: #92153b;
}
#header{
	background:#FFF;
}
.productblock{
	background: #FFF;
	border-bottom: 2px solid #f9748d;
	font-size: 30px;color: #565656;
}
.productblock:hover{
	background: #feb7c5;
	border-bottom: 2px solid #e35581;
}
.productmain_viewmore{
	background: #e75280;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 90%;
	max-width: 160px;
	height: 40px;
	margin: 0 auto;
	color: #FFF;
	line-height: 40px;
	font-size: 25px;
	margin-bottom: 10px;
}
#title_page{
	border-top:1px solid #ffdcdc;
	border-bottom:1px solid #ffdcdc;
	height: 58px;
	background: url('../img/title_bg.png') center center no-repeat;
	color: #ff548c;
	font-size: 34px;
}
.titletext{
	line-height: 58px;padding-left: 180px;
}
.breadcrumbtext{
	line-height: 58px;padding-right: 180px;
	font-size: 24px;
	color: #feaac6;
}
.breadcrumbtext a{
	color: #cdc5c8;
}
#breadcrumb{
	height: 40px;
	line-height: 40px;
	color: #fbb700;
	margin-bottom: 21px;
	font-family: 'edpensook' !important;
	font-size: 18px;
	text-align: right;
	border-top: 1px dashed #daf2f4;
	border-bottom: 1px dashed #daf2f4;
}
#breadcrumb a{
	color: #cdc5c8;
}




.bootstrap-select .btn:focus {
    outline: none !important;
}
.table-bordered > tbody > tr > td{
border: 1px solid #ccc;
}



#droplogcont{
	width:265px;
	height: 193px;
	background: url('../img/login_bg.html') no-repeat;
	left:-77px;
	top:100%;
	margin-top: 3px;
	position: absolute;
	box-shadow:none;
	border:none;
	border-radius: 0px;
}
.btn-login{
	width: 220px;
	height: 31px;
	font-size: 16px;
	color: #FFF;
	background: url('../img/btn-login.html') no-repeat;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 15px;
}
.btn-reg{
	width: 220px;
	height: 31px;
	font-size: 16px;
	color: #FFF;
	background: url('../img/btn-reg.html') no-repeat;
	margin: 0 auto;
	margin-top: 10px;
}

/*Top Menu Bt*/
.navbar-default .navbar-nav > li > a.spacermenu{
	padding-left:5px;
	padding-right:5px;
}
.navbar-default .navbar-nav > li > a.menutop {
	color: #fb1e65;
	padding: 15px 30px;
	padding-bottom: 25px;
	font-size: 22px;
	font-family:'cordiaupc' !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	margin-top: 12px;
	background: url('../img/bg_menu_def.png') center bottom no-repeat;
}
.navbar-default .navbar-nav > li > a.menutop:hover,.navbar-default .navbar-nav > li > a.menutop.active {
	color: #fdabab;
	background: url('../img/bg_menu.png') center bottom no-repeat;
}
.navbar-default .navbar-nav > li > a.active {
	color: #fdabab;

}
ul#menutop2 li{
	background: #FFF;
}
/*#Top Menu Bt*/

/*#sidebar Menu Bt*/
.head_maincate{
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	font-size: 15px;
	color: #eb6473;
	padding-left: 10px;
	padding-right: 10px;
	border-top:1px dashed #e8c5ca;
	border-bottom:1px dashed #e8c5ca;
}
.menu_subcate{
	list-style: none;
	padding-left: 0px;
	line-height: 50px;
}
.menu_subcate > li > a{
	color: #878686;
	display: block;
	font-size: 24px;
	border-left:4px solid #ffffff;
	padding-left: 20px;
	border-bottom: 1px solid #e7e7e7;
	
}
.menu_subcate > li > a:hover{
	color: #f355a3;
	background: #f9eeee;
	border-left:4px solid #ff9fae;
}
.menu_subcate > li > a.active{
	color: #f355a3;
	background: #f9eeee;
	border-left:4px solid #ff9fae;
}
/*#sidebar Menu Bt*/

.radius5{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*contact us*/
.label_contact {
font-weight: normal;
width: 180px;
color: #585858;
}
.inputborder{
	line-height: 27px;
	border: solid 1px #c8b393;
}
.input1{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: solid 1px #c8b393;
	padding: 0px 10px;
}
.input2{
	width: 100%;
	height: 170px;
	line-height: 27px;
	border: solid 1px #c8b393;
	padding: 0px 10px;
}
.input3{
	width: 172px;
	height: 50px;
	line-height: 50px;
	border: solid 1px #c8b393;
	padding: 0px 10px;
}
.formErrorContent{
	font-family:'tahoma' !important;
}
.inputbill1{
	width: 200px;
	height: 27px;
	line-height: 27px;
	border: solid 1px #c8b393;
}
.inputbill2{
	width: 280px;
	height: 90px;
	line-height: 14px;
	border: solid 1px #c8b393;
}
.inputbill3{
	width: 240px;
	height: 27px;
	line-height: 27px;
	border: solid 1px #c8b393;
}
.bill_require{
	color:red;
	font-size: 14px;
	padding-left: 5px;
}
.btn_submitct{
	padding: 0px 20px;
	height: 47px;
	line-height: 47px;
	background:#f15a23;
	color: #FFFFFF;
	border: none;
	font-size: 32px;
}
.btn_submitbill{
	width: 204px;
	height: 35px;
	background: url('../img/submit_bill.html') no-repeat;
	border: none;
}
.btn_confirmpay{
	width: 162px;
	height: 36px;
	background: url('../img/bt_confirmpay.html') no-repeat;
	border: none;
}
/*register*/
.label_regis{
font-weight: normal;
width: 205px;
padding-left: 60px;
}
.regis_input1{
	width: 327px;
	height: 27px;
	line-height: 27px;
	border: solid 1px #cccccc;
}
.regis_input2{
	width: 172px;
	height: 27px;
	line-height: 27px;
	border: solid 1px #cccccc;
}
.regis_input3{
	width: 471px;
	height: 27px;
	line-height: 27px;
	border: solid 1px #cccccc;
}
.regis_input4{
	width: 471px;
	height: 27px;
	line-height: 27px;
	border: solid 1px #cccccc;
}
.regis_year{
	width: 145px;
	height: 27px;
	line-height: 27px;
	border: solid 1px #cccccc;
}
.regis_md{
	width: 85px;
	height: 27px;
	line-height: 27px;
	border: solid 1px #cccccc;
}
.btn_ok{
	width: 156px;
	height: 44px;
	background: url('../img/btn-ok.html') no-repeat;
	border: none;
}
.btn_continue {
	width: 217px;
	height: 44px;
	background: url('../img/btn-continue.html') no-repeat;
	border: none;
}
.btn_addtocart {
	width: 149px;
	height: 39px;
	background: url('../img/add_to_cart.html') no-repeat;
	border: none;
}
.btn_tocart {
	width: 136px;
	height: 39px;
	background: url('../img/to_cart.html') no-repeat;
	border: none;
}
.btn_nostock{
	width: 118px;
	height: 37px;
	background: url('../img/slodout.html') no-repeat;
	border: none;
}

/*product*/
.helper_img{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.bg_title_ribbon{
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #ca5842;
	font-size: 16px;
	padding-left: 60px;
	background: url('../img/bg_title_ribbon.html') no-repeat;
}
.bg_title_cart{
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #ca5842;
	font-size: 16px;
	padding-left: 60px;
	background: url('../img/bg_title_cart.html') no-repeat;
}
.bg_title_tag{
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #ca5842;
	font-size: 16px;
	padding-left: 60px;
	background: url('../img/bg_title_tag.html') no-repeat;
}
.bg_title_member{
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #ca5842;
	font-size: 16px;
	padding-left: 60px;
	background: url('../img/bg_title_member.html') no-repeat;
}
.product_more_img{
	margin: 6px;
	border: solid 1px #d1d1d1;
}
.product_list_detail{
	line-height:20px;
	border-bottom: 1px solid #e0e0e0;
}
.product_detail_wrapper{
	border: solid 1px #d8d8d8;
}
.product_detail_title{
	background: url('../img/bullet_product_detail.png') 15px center no-repeat;
	color: #1d76c9;
	border-bottom: solid 1px #d8d8d8;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(222, 222, 222, 1);
	-moz-box-shadow:    inset 0px 0px 5px 0px rgba(222, 222, 222, 1);
	box-shadow:         inset 0px 0px 5px 0px rgba(222, 222, 222, 1);
	
}
.productview_title{
	line-height: 40px;
	height: 40px;
	background: #ffb0cf;
	border-bottom: solid 2px #ff99bc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
}


/*Footer*/
#footer_detail{
	background: url('../img/bg_footer.html') no-repeat;
	background-size: 100% 100%;
}
#footer_menu{
	background: #fff;
}
#footer_copyright,#footer_copyright a{
	color: #fdf5f6;
}

.row {
	margin: 0px 0px 20px 0px;
}

.dropdown-menu > li > a {
	font-size:18px;	
}

/*news slider*/
.bull-news{
	display:block;
	background:url('../img/bull_news-1.png') no-repeat;
	width: 14px;
	height: 14px;
	float: left;
	margin: 0 auto;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (min--moz-device-pixel-ratio: 1.3) and (webkit-min-device-pixel-ratio: 1.3),
	screen and (max-width: 610px) {
	.mobileVersion {
		display:inline !important;
	}
	.desktopVersion {
		display:none !important;
	}
	ul.bjqs-controls.v-centered li a{
	margin-top:0px;
	}
	.hidemobile{
		display: none;
	}
}
@media only screen and (min-device-width : 480px) and (max-device-width : 768px),screen and (max-width: 1000px) {
	.breadcrumbtext{
		display: none;
		background: #000;
	}
	.titletext{
		padding:0;
	}
	.hidetablet{
		display: none;
	}
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fdb5bb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fdb5bb;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fdb5bb;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fdb5bb;
}