/* CSS Document */
#dzine form{
	padding:0;
	margin:0;
}
.main_bg{
	background-image:url(bg_repeat.jpg);
	background-repeat:repeat;
}
#page_bg{
	background-image:url(bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	border-top:4px solid #ba0000;
}
#page{
	width:983px;
	padding:0px;
	margin:0px auto;
}
a img, img {
	border: 0;
}
a.linkopac img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}
a.linkopac:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.logo{
	float:left;
	width:292px;
	text-align:left;
	padding: 15px 0;
}
.header_right{
	float:right;
	width:688px;
	background-image:url(header_image.png);
	background-repeat:no-repeat;
	background-position:right -6px;
}
.phone_no {
	height:30px;
}
.ph_txt ul{
	padding:0;
	margin:0;
}
.ph_txt ul li, .ph_txt{
	float:left;
	list-style:none;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	padding:4px 0 0 30px;
	margin-left:55px;
}
li.mail{
	background-image:url(mail_icon.png);
	background-repeat:no-repeat;
	background-position:left 7px;
}
li.ph_no{
	background-image:url(ph_icon.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:25px !important;
}
.header_menu {
    padding-top: 28px;
}
.header_menu ul{
	padding:0;
	margin:0;
}
.header_menu li{
	float:left;
	list-style:none;
	padding:10px 0;
}
.header_menu li a {
 	font-size:12px;
	text-align:center;
	color:#353535;
	text-decoration:none;
	padding:10px 28px;
	text-transform:uppercase;
	font-weight:bold;
}
@-moz-document url-prefix() { 
 .header_menu li a {
    font-weight:normal;
  }
}
.header_menu li a:hover {
	color:#ba0000;
}
.header_menu li:nth-last-child(1) a{
	padding-right:0;
}
/******************/
.store_bg{
	width:983px;
	margin-top:15px;
    border:1px solid #e3e3e3;
	background-color:#ffffff;
	border-radius:6px;
}
.fea_cat{
	margin:15px 10px;
}
.fea_cat a{ display:block}
.cat_sec1{ float:left;width:310px;}
.cat4{ float:left; margin-right: 12px;}
.cat_sec2, .cat5{ float:right;}

a.fea1{
	background-image:url(cat_01.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:191px;
}
a.fea1:hover{
	background-image:url(cat_01_hover.jpg);
	background-repeat:no-repeat;
}
a.fea2{
	background-image:url(cat_02.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:348px;
	margin-top: 12px;
}
a.fea2:hover{
	background-image:url(cat_02_hover.jpg);
	background-repeat:no-repeat;
}
a.fea3{
	background-image:url(cat_03.jpg);
	background-repeat:no-repeat;
	width:315px;
	height:347px;
}
a.fea3:hover{
	background-image:url(cat_03_hover.jpg);
	background-repeat:no-repeat;
}
a.fea4{
	background-image:url(cat_04.jpg);
	background-repeat:no-repeat;
	width:314px;
	height:168px;
}
a.fea4:hover{
	background-image:url(cat_04_hover.jpg);
	background-repeat:no-repeat;
}
a.fea5{
	background-image:url(cat_05.jpg);
	background-repeat:no-repeat;
	width:314px;
	height:167px;
	margin-top: 12px;
}
a.fea5:hover{
	background-image:url(cat_05_hover.jpg);
	background-repeat:no-repeat;
}
a.fea6{
	background-image:url(cat_06.jpg);
	background-repeat:no-repeat;
	width:639px;
	height:191px;
	margin-top: 12px;
}
a.fea6:hover{
	background-image:url(cat_06_hover.jpg);
	background-repeat:no-repeat;
}

/********pc tabs***********/
#mob-bottom-tabs{
	margin:15px 10px;
}
.tab-title{
	display:none;
}
.tab_title {
	color:#383838;
	display:block;
	float:left;
	cursor:pointer;
	width:150px;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
	margin:0 0 0 10px;
	padding:13px 0;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background-color:#e6e6e6;
}
.tab_content {
    border: 1px solid #dcdcdc;
    clear: both;
    float: left;
    text-align: left;
	width:960px;
	background-color:#ffffff;
	border-radius:6px;
	position:relative;
	top:-3px;
}
.mob_tab {
	display:none;
}
label.tab_title:hover {
	color:#ffffff;
	background-color:#0f1a34;
}
#tab1:checked ~ .tab_content #content1,
#tab2:checked ~ .tab_content #content2,
#tab3:checked ~ .tab_content #content3,
#tab4:checked ~ .tab_content #content4,
#tab5:checked ~ .tab_content #content5,
#tab6:checked ~ .tab_content #content6 {
	display:block;
}
#tab1:checked ~ .tab_top .tab1,
#tab2:checked ~ .tab_top .tab2,
#tab3:checked ~ .tab_top .tab3,
#tab4:checked ~ .tab_top .tab4,
#tab5:checked ~ .tab_top .tab5,
#tab6:checked ~ .tab_top .tab6 {
	color:#ffffff;
	background-color:#0f1a34;
}
#content1 p, #content2 p, #content3 p, #content4 p, #content5 p, #content6 p{
	color:#353535;
	padding:0 10px 0 10px;
	font-size:11px;
	line-height: 23px;
	font-weight:bold;
}
#content1 li, #content2 li, #content3 li, #content4 li, #content5 li, #content6 li{
	color:#353535;
	font-size:11px;
	font-weight:bold;
}
.footer{
	padding:15px 0;
}

.header_right, .header_menu, .pc_image, .fea_cat {
	display:block;
}
.mob_image, .mob_banner {
	display:none;
}

/*Pc image module style start*/
.pc_image{ padding-top:30px;}
input[name='thumb_click'] {
	display:none;
}
.pc_main_img {
	width:600px;
	height:600px;
	margin: 0 auto;
	margin-bottom:5px;
	border:0px solid #f0f0f0;
}
.pc_main_img div {
	display:none;
	text-align:center;
}
.pc_main_img div img {
	width:auto;
	height:auto;
	max-width:600px; /*Width of the Main image*/
	max-height:600px; /*Height of the Main image*/
}
.pc_thumb_img {
	width: 100%;
	margin: 0px auto;
	text-align:center;
}
.pc_thumb_img label {
	display:inline-block;
	margin:1px;
	width:84px;
	height:80px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #e2e2e2;
}
.pc_thumb_img label:hover {
	border:1px solid #ba0000;
}
.pc_thumb_img label img{
	display: block;
	width:80px;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:5px;
}
#thumb-id1:checked ~ .pc_main_img #pc_main_img1,
#thumb-id2:checked ~ .pc_main_img #pc_main_img2,
#thumb-id3:checked ~ .pc_main_img #pc_main_img3,
#thumb-id4:checked ~ .pc_main_img #pc_main_img4,
#thumb-id5:checked ~ .pc_main_img #pc_main_img5,
#thumb-id6:checked ~ .pc_main_img #pc_main_img6,
#thumb-id7:checked ~ .pc_main_img #pc_main_img7,
#thumb-id8:checked ~ .pc_main_img #pc_main_img8,
#thumb-id9:checked ~ .pc_main_img #pc_main_img9,
#thumb-id10:checked ~ .pc_main_img #pc_main_img10 {
	display:block;
}
#thumb-id1:checked ~ .pc_thumb_img .thumb-id1,
#thumb-id2:checked ~ .pc_thumb_img .thumb-id2,
#thumb-id3:checked ~ .pc_thumb_img .thumb-id3,
#thumb-id4:checked ~ .pc_thumb_img .thumb-id4,
#thumb-id5:checked ~ .pc_thumb_img .thumb-id5,
#thumb-id6:checked ~ .pc_thumb_img .thumb-id6,
#thumb-id7:checked ~ .pc_thumb_img .thumb-id7,
#thumb-id8:checked ~ .pc_thumb_img .thumb-id8,
#thumb-id9:checked ~ .pc_thumb_img .thumb-id9,
#thumb-id10:checked ~ .pc_thumb_img .thumb-id10{
	border:1px solid #ba0000;
}
/*thumb image unbroken hide */
.pc_thumb_img label[rel=""],
.pc_thumb_img label[rel="{{IMAGE(ITEMIMAGEURL1)}}"],
.pc_thumb_img label[rel="{{IMAGE(ITEMIMAGEURL2)}}"],
.pc_thumb_img label[rel="{{IMAGE(ITEMIMAGEURL3)}}"],
.pc_thumb_img label[rel="{{IMAGE(ITEMIMAGEURL4)}}"],
.pc_thumb_img label[rel="{{IMAGE(ITEMIMAGEURL5)}}"],
.pc_thumb_img label[rel="{{IMAGE(ITEMIMAGEURL6)}}"],
.pc_thumb_img label[rel="{{IMAGE(ITEMIMAGEURL7)}}"],
.pc_thumb_img label[rel="{{IMAGE(ITEMIMAGEURL8)}}"],
.pc_thumb_img label[rel="{{IMAGE(ITEMIMAGEURL9)}}"],
.pc_thumb_img label[rel="{{IMAGE(ITEMIMAGEURL10)}}"] {
	display: none !important;
}
/*Pc image module style end*/