/* CSS Document */
#dzine form{
	padding:0;
	margin:0;
}
.main_bg{
	background-image:url(header_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f4f3ef;
}
#page{
	width:980px;
	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;
}
.header{
	height:183px;
}
.logo{
	float:left;
	width:220px;
}
.header_right{
	float:right;
	width:760px;
}
.phone_no {
    padding-bottom: 4px;
	height:76px;
}
.header_menu{
	height:44px;
}
.header_menu ul{
	padding:0;
	margin:0;
	float:right;
}
.header_menu li{
	list-style:none;
	float:left;
	padding:12px 0;
	background-image:url(menu_3dline.png);
	background-repeat:no-repeat;
	background-position:right;
}
.header_menu li a{
	font-size:14px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	text-transform: capitalize;
	padding:12px 25px;
}
.header_menu li:nth-last-child(1){ background:none;}
li.menu_last a{ padding-right:0 !important;}
.header_menu li a:hover{
	color:#d9c537;
}
.selling_points{
	padding:16px 0;
}
.sel_pts1, .sel_pts2, .sel_pts3, .sel_pts4{
	color:#383611;
	text-align:left;
	font-size:14px;
	float:left;
	font-weight: bold;
	text-transform:uppercase;
}
@-moz-document url-prefix() { 
 .sel_pts1, .sel_pts2, .sel_pts3, .sel_pts4{
    font-weight:normal;
  }
}
.sel_pts1{
    padding: 0px 25px 0 40px;
}
.sel_pts2{
	background-image:url(star_icon.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding:0px 35px 0 30px;
}
.sel_pts3{
	background-image:url(star_icon.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding:0px 0px 0 37px;
}
.sel_pts4{
	background-image:url(star_icon.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	float:right;
	padding:0px 0px 0 35px;
}
.store_bg{
	width:980px;
	margin-top:15px;
}
.left_panel{
	width:220px;
	float:left;
}
.right_panel{
	width:746px;
	float:right;
	margin-left:14px;
}
.cat_bdr{
	border:2px solid #e8e7e2;
	border-radius:6px;
	background-color:#ffffff;
}
.main_content{
	width:742px;
	border:2px solid #e8e7e2;
	border-radius:6px;
	background-color:#ffffff;
}

#panel_bg, #panel_bg1{
	text-decoration:none;
	font-size:15px;
	color:#fff7d7;
	text-align:left;
	padding:12px 0 12px 10px;
	text-transform: uppercase;
	background-image:url(panelbg.jpg);
	background-repeat:no-repeat;
	background-color:#242307;
	margin-top:10px;
}
.hlful{ margin-top:15px;}
ul.MenuItem-ul, .panel_list ul, .panel_list ul li ul {
    margin: 0;
    padding: 0;
}
.panel_list,.MenuChildItem{
	margin:0px;
	padding:0px;
	width:216px;
}
.panel_list li,.MenuItem ,.MenuChildItem{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.panel_list li a:link, .panel_list li a:active, .panel_list li a:visited,.MenuItem a,.MenuChildItem a{
	text-decoration:none;
	display:block;
	color:#64635f;
	font-size:14px;
	text-align:left;
	padding:5px 0 5px 10px;
	font-weight:normal;
}
.panel_list li a:hover,.panel_list li a:focus,.MenuItem a:hover,.MenuItem a:focus,.MenuChildItem a:hover,.MenuChildItem a:focus{
	color:#d9c537;
}
.news_bg{
	margin:15px 0;
}
.news_bg a{
	margin:15px 0;
	background:url(news.jpg) no-repeat center;
	height:153px;
	display:block;
}
.news_bg a:hover{
	background:url(news_hover.jpg) no-repeat center;
}
.description{
	margin:0 10px;
}
/********pc tabs***********/
#mob-bottom-tabs{
	padding:20px 0 15px 0;
}
.tab-title{
	display:none;
}
.tab_title {
	color:#eae2c4;
	display:block;
	float:left;
	cursor:pointer;
	width:112px;
	font-size:15px;
	text-transform: uppercase;
	font-weight: normal;
	text-align:center;
	margin:0 0 0 5px;
	padding:15px 0;
	border:2px solid #e8e7e2;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom:none;
	background-color:#242307;
}
.tab_content {
    border: 2px solid #e8e7e2;
    clear: both;
    float: left;
    text-align: left;
	width:739px;
	background-color:#ffffff;
	border-radius:6px;
	border-top-left-radius:0px;
}
.mob_tab {
	display:none;
}
label.tab_title:hover {
	color:#191906;
	background-color:#ffffff;
	position:relative;
	top:2px;
}
#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 {
	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 {
	position:relative;
	top:2px;
	color:#191906;
	background-color:#ffffff;
}
#content1 p, #content2 p, #content3 p, #content4 p, #content5 p{
	color:#64635f;
	padding:0 10px 0 10px;
	font-size:14px;
	line-height: 23px;
}
#content1 li, #content2 li, #content3 li, #content4 li, #content5 li{
	color:#64635f;
	font-size:14px;
}
.cat_sec1{
	float:left;
}
.cat_sec2{
	float:right;
}
.item_desc1{
	padding-top:0 !important;
	margin-bottom:10px;
}
.fea_cat{ padding-bottom:15px;}
a.fea1{
	background-image:url(cat_01.jpg);
	background-repeat:no-repeat;
	display:block;
	width:496px;
	height:150px;
	float:left;
	margin-bottom:4px;
}
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;
	display:block;
	width:246px;
	float:left;
	height:150px;
	margin-right:4px;
}
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;
	display:block;
	width:246px;
	float:left;
	height:150px;
}
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;
	display:block;
	width:246px;
	height:304px;
	float:right;
}
a.fea4:hover{
	background-image:url(cat_04_hover.jpg);
	background-repeat:no-repeat;
}
.footer_bar{ height:50px;}

.header, .left_panel, .pc_image, .fea_cat{
	display:block;
}
.mob_header, .mob_image, .mob_selling_points, .mob_phone {
	display:none;
}

/*Pc image module style start*/
input[name='thumb_click'] {
	display:none;
}
.pc_main_img {
	width:500px;
	height:500px;
	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:500px; /*Width of the Main image*/
	max-height:500px; /*Height of the Main image*/
}
.pc_thumb_img {
	width: 100%;
	margin: 0px auto;
	text-align:center;
}
.pc_thumb_img label {
	display:inline-block;
	margin:2px;
	width:84px;
	height:80px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #cccccc;
}
.pc_thumb_img label:hover {
	border:1px solid #D9C537;
}
.pc_thumb_img label img{
	display: block;
	width:80px;
	height:auto;
}
#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 #D9C537;
}
/*thumb image unbroken hide */
.pc_thumb_img label[rel=""],
.pc_thumb_img label[rel="$$PRODUCTMAINIMAGE$$"],
.pc_thumb_img label[rel="$$PRODUCTIMAGE2$$"],
.pc_thumb_img label[rel="$$PRODUCTIMAGE3$$"],
.pc_thumb_img label[rel="$$PRODUCTIMAGE4$$"],
.pc_thumb_img label[rel="$$PRODUCTIMAGE5$$"],
.pc_thumb_img label[rel="$$PRODUCTIMAGE6$$"],
.pc_thumb_img label[rel="$$PRODUCTIMAGE7$$"],
.pc_thumb_img label[rel="$$PRODUCTIMAGE8$$"],
.pc_thumb_img label[rel="$$PRODUCTIMAGE9$$"],
.pc_thumb_img label[rel="$$PRODUCTIMAGE10$$"] {
	display: none !important;
}
/*Pc image module style end*/

/*CCP is not just blanking missing images, but replacing them with a non existing image. So, we need to handle that image */
.pc_thumb_img label[rel*="0000224.png"] {
    display: none !important;
}
/*Handle the above logic for mobile scroller*/
.mob-inner li[rel=""],
.mob-inner li[rel*="0000224.png"] {
    display: none !important;
}
