﻿/*--- Slider ---*/
.slider_table{
	margin: auto;
	margin-top: 38px;
	width: 975px;
	height: 405px;
}
.slider{
	width: 975px;
	height: 380px;
	background-color: orange;
}
.slider_shadow{
	width: 975px;
	height: 25px;
	/*background-image: url('../images/slider_bg.png');
	background-position: center top;
	background-repeat: repeat-x;*/
}

/*--- Home Item Deck Table ---*/
.home_itemdeck_table{
	margin: auto;
	margin-top: 40px;
	width: 975px;
	/*height: 214px;*/
}
.home_itemdeck{
	width: 229px;
	height: 370px;
	vertical-align: top;
}
.home_itemdeck_about{
	width: 229px;
	height: 370px;
	vertical-align: top;
	background-color: #e8e8e8;
}

.home_item_about{
	width: 229px;
	height: 100%;
	padding: 0px 20px 10px 20px;
	line-height: 21px;
	/*height: 201px;*/
}
.home_item_table{
	width: 229px;
	line-height: 21px;
}
/*.home_item_pic{
	width: 229px;
	height: 200px;
}*/

span.home_item_pic01 {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../images/mag.png) center center no-repeat #0a419a;
	cursor: pointer;
	width: 229px;
	height: 200px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.home_item_pic01:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
}
span.home_item_pic02 {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../images/mag.png) center center no-repeat #e675a7;
	cursor: pointer;
	width: 229px;
	height: 200px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.home_item_pic02:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
}
span.home_item_pic03 {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../images/mag.png) center center no-repeat #009472;
	cursor: pointer;
	width: 229px;
	height: 200px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.home_item_pic03:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
}

.home_item_td01{
	width: 229px;
	height: 40px;
	vertical-align: bottom;
}

.home_item_td01 a:link, .home_item_td01 a:visited {
	text-decoration: none;
	color: #559692;
}
.home_item_td01 a:active, .home_item_td01 a:focus, .home_item_td01 a:hover{
	text-decoration: none;
	color: #fb0000;
}

.home_item_td02{
	width: 229px;
	height: 90px;
	vertical-align: top;
}
.home_item_td03{
	width: 229px;
	height: 40px;
	border-bottom: 1px #d9d9d9 solid;
}

.home_item_td03 a:link, .home_item_td03 a:visited {
	text-decoration: none;
	color: #909090;
}
.home_item_td03 a:active, .home_item_td03 a:focus, .home_item_td03 a:hover{
	text-decoration: underline;
	color: #303030;
}

.home_item_td04{
	width: 229px;
	height: 40px;
}


/*--- site path ---*/
.site_path{
	margin: auto;
	width: 975px;
	height: 55px;
}
.site_path_td01{
	vertical-align: top;
	text-align: right;
	color: #999;
	font-size: 12px
}

.site_path a:link, .site_path a:visited {
	text-decoration: none;
	color: #4263a2;
}
.site_path a:active, .site_path a:focus, .site_path a:hover{
	text-decoration: underline;
	color: #4263a2;
}

/*--- Oral Category Page ---*/
.oral_category_page{
	margin: auto;
	width: 975px;
}
.oral_category_page_td01{
	vertical-align: top;
	width: 224px;
	border-left: 1px #e0e0e0 solid;
}
.oral_category_page_td02{
	vertical-align: top;
	width: 22px;
}
.oral_category_page_td03{
	vertical-align: top;
	width: 725px;
}

/*--- Category Table ---*/
.category_table{
	margin: auto;
	width: 224px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.5;
	font-family: 'Yekan';
	font-size: 12px;
	border-bottom: 1px #e0e0e0 solid;
}

.category_table a:link, .category_table a:visited {
	text-decoration: none;
	color: #333333;
}
.category_table a:active, .category_table a:focus, .category_table a:hover{
	text-decoration: none;
	color: #fb0000;
}

.category{
	height: 27px;
	vertical-align: top;
	padding-top: 8px;
	border-top: 1px #e0e0e0 solid;
	font-family: 'Yekan';
	font-size: 12px;
	background-image: url('../images/arrow_left.png');
	background-position: 10px center;
	background-repeat: no-repeat;
}
.category_2x{
	height: 45px;
	vertical-align: top;
	padding-top: 8px;
	border-top: 1px #e0e0e0 solid;
	font-family: 'Yekan';
	font-size: 12px;
	background-image: url('../images/arrow_left.png');
	background-position: 10px center;
	background-repeat: no-repeat;
}
.category_header{
	height: 34px;
	vertical-align: top;
	/*padding-top: 8px;*/
	font-weight: bold;
	font-family: 'Yekan';
	font-size: 14px;
}

.category_header a:link, .category_header a:visited {
	text-decoration: none;
	color: #333333;
}
.category_header a:active, .category_header a:focus, .category_header a:hover{
	text-decoration: none;
	color: #444488;
}

.category_expanded{
	height: 27px;
	vertical-align: top;
	padding-top: 8px;
	border-top: 1px #e0e0e0 solid;
	font-family: 'Yekan';
	font-size: 12px;
	background-image: url('../images/arrow_down.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #fb0000;
}
.category_list_table{
	margin-bottom: 10px;
	width: 224px;
	font-family: 'Yekan';
	font-size: 12px;
}

.category_list_table a:link, .category_list_table a:visited {
	text-decoration: none;
	color: #707070;
}
.category_list_table a:active, .category_list_table a:focus, .category_list_table a:hover{
	text-decoration: none;
	color: #333333;
}

.category_list{
	height: 27px;
	vertical-align: bottom;
	padding-right: 20px;
	font-family: 'Yekan';
	font-size: 12px;
}
.category_selected{
	height: 27px;
	/*vertical-align: top;
	padding-top: 8px;
	padding-right: 20px;
	font-weight: bold;*/
	vertical-align: bottom;
	padding-right: 20px;
	color: #559692;
}

.category_else{
	height: 27px;
	vertical-align: bottom;
	padding: 20px 0px 20px 20px;
	font-family: 'Yekan';
	font-size: 12px;
	border-top: 1px #e0e0e0 solid;
	text-align: right;
}

/*--- Oral Care Slider ---*/
.oral_slider_shadow{
	width: 725px;
	height: 25px;
	background-image: url('../images/slider_bg.png');
	background-position: center top;
	background-repeat: no-repeat;
}

/*--- Oral Inner Table ---*/
.oral_inner_table{
	width: 725px;
}
.oral_inner_table_header{
	width: 725px;
	height: 34px;
	border-bottom: 1px #e0e0e0 solid;
	vertical-align: top;
}
.oral_inner_secimage{
	width: 725px;
}
.oral_inner_td00{
	width: 725px;
}
.oral_inner_td01{
	width: 475px;
	vertical-align: top;
}
.oral_inner_td02{
	width: 225px;
	vertical-align: top;
}
.oral_inner_td03{
	/*width: 225px;*/
}
.oral_inner_td04{
	width: 475px;
	height: 70px;
	font-family: 'Yekan';
	font-size: 12px;
	line-height: 24px;
	color: #505050;
}

.oral_inner_productimage{
	width: 475px;
	height: 315px;
	border-top: 1px #e0e0e0 solid;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	vertical-align: top;
}
.oral_inner_productimage_shadow{
	width: 475px;
	height: 40px;
	border-bottom: 1px #e0e0e0 solid;
	vertical-align: top;
}

.oral_inner_product_list_table{
	margin: auto;
	margin-top: 20px;
	width: 725px;
	border-right: 1px #e0e0e0 solid;
	border-top: 1px #e0e0e0 solid;
}
.oral_inner_product_list_td01{
	border-left: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
}

span.oral_inner_product_hover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../images/mag.png) center center no-repeat #0a419a;
	cursor: pointer;
	width: 241px;
	height: 161px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.oral_inner_product_hover:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
}

.oral_inner_productthbmnl_box{
	width: 143px;
	height: 101px;
	border: 1px #e0e0e0 solid;
	vertical-align: middle;
}

/*--- Contacts ---*/
.contacts_input{
	width: 500px;
	height: 27px;
	border: 1px #e0e0e0 solid;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'Yekan';
	font-size: 12px;
}
.contacts_message{
	width: 500px;
	height: 150px;
	border: 1px #e0e0e0 solid;
	padding: 10px 10px 10px 10px;
	font-family: 'Yekan';
	font-size: 12px;
}
.contacts_must{
	width: 20px;
	font-family: "Times New Roman";
	font-size: 15px;
	text-align: center;
	color: #fb0000;
}
.contacts_map{
	width: 723px;
	height: 302px;
	border: 1px #e0e0e0 solid;
}

.contacts_button{
	width: 100px;
	height: 27px;
	background-color: #909090;
	text-align: center;
	color: white;
	font-family: 'Yekan';
	font-size: 12px;
}
.contacts_button:hover{
	width: 100px;
	height: 27px;
	background-color: #1b4393;
	text-align: center;
	color: white;
	font-family: 'Yekan';
	font-size: 12px;
	cursor: pointer;
	
}





