*:focus {
	outline:none;
}

html {
	overflow-y:scroll;
}

@font-face {
    font-family:'helioslightregular';
    src: url('../fonts/helioslight-webfont.eot');
    src: url('../fonts/helioslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helioslight-webfont.woff') format('woff'),
         url('../fonts/helioslight-webfont.ttf') format('truetype'),
         url('../fonts/helioslight-webfont.svg#helioslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	margin:0px;
	padding:0px;
	background:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#555555;
	line-height:18px;
}
a {
	color:#470c06;
	text-decoration:underline;
	cursor:pointer;
}
a:hover {
	color:#000;
	text-decoration:none;
}

p {
	margin:0px;
	padding:0px 0px 15px 0px;
}

hr {
	border-top:2px solid #eaeaea;
	border-bottom:2px solid #eaeaea;
	border-right:none;
	border-left:none;
	margin:5px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6, ol, ul, li, input, form, fieldset, img {
	margin:0px;
	padding:0px;
	border:none;
}

h1 {
	background:url(../images/h1.gif) repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	line-height:24px;
	color:#470c06;
	font-weight:bold;
	margin:0px 0px 14px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:4px double #eaeaea;
}
h1 span {
	color:#000;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

.img_border {
	border:5px solid #000;
	padding:1px;
}

.clear {
	clear:both;
}

.search_field_home {
	background:url(../images/search_field_home.png) no-repeat !important;
	height:37px;
	line-height:37px;
	width:175px;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#454545;
	margin:0px;
	padding:0px 0px 0px 10px;
}
.search_field_subpage{
	background:url(../images/search_field_subpage.png) no-repeat;
	height:37px;
	line-height:37px;
	width:195px;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#454545;
	margin:0px;
	padding:0px 0px 0px 10px;
}


.field, .text_field {
	border:1px solid #eaeaea;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#454545;
	margin:4px 0px 0px 0px;
	padding:6px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button {
	background:url(../images/button.gif) repeat-x;
	height:32px;
	border:1px solid #470c06;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	text-transform:uppercase;
	cursor:pointer;
	padding:0px 15px;
	border-radius:2px;
		-moz-border-radius:2px;
			-webkit-border-radius:2px;
	behavior:url(css/PIE.htc);
	
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.button:hover{
		border-color:#CCC;
		border-color: rgba(126,39,30, 0.9); /* 82,168,236 */
		outline: none;
		/*outline: thin dotted \9;*/
		/* IE6-9 */
		
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(71,12,6,.8); /* 82,168,236 */
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(71,12,6,.8);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(71,12,6,.8);
}

.button_large {
	background:url(../images/btn_large.png) no-repeat;
	height:40px;
	width:130px;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	cursor:pointer;
	padding:0px;
}
.button_info {
	background:url(../images/btn_info.png) no-repeat;
	height:34px;
	width:34px;
	border:none;
	font-family:"Times New Roman", Times, serif;
	font-size:34px;
	color:#000;
	font-style:italic;
	font-weight:bold;
	cursor:pointer;
	line-height:34px;
	margin:0px 0px 0px 0px;
}

.McKenzie {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#470c06;
}
.McKenzie span {
	color:#000;
}

.strong_text {
	font-size:22px;
	font-weight:bold;
	color:#470c06;
}

.container {
	width:1000px;
	margin:0px auto;
	text-align:left;
}

/******************************
		HOME PAGE
******************************/
.pattern_bg {
	background:url(../images/pattern.png) repeat;
}

#home_top {
	background:url(../images/pattern.png) repeat;
	width:815px;
	float:left;
	text-align:left;
	margin-left:300px;
	padding:16px 6px 17px 11px;
}

#home_search {
	width:220px;
	float:left;
}

#home_top_slogan {
	width:560px;
	float:right;
	margin-top:5px;
	margin-right:10px;
}

#sidebar {
	width:250px;
	float:left !important;
	text-align:left;
	padding:0px 25px 25px 25px;
	margin:-70px 0px 0px 0px;
}

#home_logo {
	float:left;
	margin:20px 0px 80px 0px;
}

#home_menu {
	float:left;
	width:250px;
	text-align:left;
	/*margin-bottom:74px;*/
	margin-bottom:280px;
}
#home_menu ul {
	margin:0px !important;
	padding:0px !important;
	list-style:none !important;
	font-family:'helioslightregular';
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
}
#home_menu ul li {
	margin:0px !important;
	padding:0px !important;
	list-style:none !important;
	font-family:'helioslightregular';
	line-height:40px;
	border-bottom:1px solid #fff;
	display:block;
}
#home_menu ul li:last-child {
	border-bottom:none;
}
#home_menu ul li a {
	display:block;
	color:#000;
	text-decoration:none;
}
#home_menu ul li a:hover {
	background:#470c06;
	text-decoration:none;
	color:#fff;
	padding-left:12px;
	transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
				-o-transition: all 0.4s ease;
}

.home_menu_selected {
	background:#470c06 !important;
	color:#fff !important;
	padding-left:12px;
}

#home_img_detail {
	background:url(../images/pattern.png) repeat;
	width:530px;
	padding:15px;
	float:left;
	margin:-138px 0px 0px 550px;
	text-align:left;
	color:#000;
}
#home_img_detail h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#000;
	margin:0px 0px 8px 0px !important;
	padding:0px !important;
}


/******************************
	   SUB PAGE TOP BAR
******************************/
#subpage_top {
	border-top:5px solid #470c06;
	width:100%;
	float:left;
	padding:10px 0px 0px 0px;
}

#subpage_logo {
	float:left;
	width:230px;
	margin:25px 0px 20px 0px;
}

#subpage_top_slogan {
	width:560px;
	float:right;
	margin:6px 16px 0px 0px;
}

#subpage_search {
	width:240px;
	float:right;
	margin-top:17px;
	margin-left:25px;
}

#callus {
	float:right;
	width:180px;
	font-size:22px;
	color:#470c06;
	line-height:20px;
	margin-top:16px;
}
#callus span {
	font-size:15px;
	color:#000;
}

#top_menu {
	background:#f7f7f7;
	width:100%;
	float:left;
	border-bottom:1px solid #e2e2e2;
}

#home_icon {
	float:left;
	margin:14px 18px 0px 0px;
}

#welcome_bar {
	float:left;
	width:100%;
	border-bottom:1px solid #e2e2e2;
	padding:15px 0px;
	margin:0px auto 20px auto;
}

/******************************
		BODY CONTENTS
******************************/

/********** LEFT CONTENTS **********/
#left_sidebar {
	width:248px;
	float:left;
	text-align:left;
	margin-bottom:30px;
}

.category ul {
	margin:0px !important;
	padding:0px !important;
	list-style:none !important;
	font-size:15px;
}
.category ul li {
	/*line-height:34px;*/
	margin-bottom:3px;
	display:block;
}
.category ul li a {
	display:block;
	background:url(../images/bullet_nrml.png) no-repeat left #f7f7f7;
	/*padding-left:35px;*/
	color:#222222;
	text-decoration:none;
	padding:8px 5px 8px 36px;
}
.category ul li a:hover {
	display:block;
	text-decoration:none;
	background:url(../images/bullet_over.png) no-repeat right #eaeaea;
	/*padding-left:12px;*/
	color:#470c06;
	transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
				-o-transition: all 0.4s ease;
}
.category_selected {
	background:url(../images/bullet_over.png) no-repeat right #eaeaea !important;
	/*padding-left:12px !important;*/
	color:#470c06 !important;
}



/********** Right CONTENTS **********/
#right_contents {
	width:732px;
	float:right;
	text-align:left;
	margin-bottom:30px;
}

#slide_show {
	width:700px;
	float:left;
	background:url(../images/shade.png) no-repeat center bottom;
	padding-bottom:6px;
	margin-bottom:25px;
}

.left_block {
	width:212px;
	margin:0px 20px 20px 0px;
	float:left;
}
.middle_block {
	width:220px;
	margin:0px 20px 20px 0px;
	float:left;
}
.right_block {
	width:220px;
	margin:0px 0px 20px 0px;
	float:left;
}

.cat_img img {
	/*width:220px;
	height:160px;*/
	cursor:pointer;
	/*border: solid 1px #470c06;*/
}
.cat_img img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.cat_title {
	background:#470c06;
	border-bottom:5px solid #000;
	padding:10px 10px 6px 10px;
	color:#aeaeae;
	cursor:pointer;
	line-height:22px;
	font-size:13px;
	height:45px;
}
.cat_title:hover {
	background:#000;
	transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
				-o-transition: all 0.4s ease;
}
.cat_title:hover a {
	padding-left:10px;
	transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
				-o-transition: all 0.4s ease;
				text-decoration:none;
}

.cat_title a {
	color:#fff !important;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#main_category {
	/*float:left;
	width:100%;*/
	width:732px;
	float:right;
	margin:0px auto;
	text-align:left;
}
#main_category h2 {
	background:#eaeaea;
	padding:10px;
	margin-bottom:20px;
	text-transform:uppercase;
}
#main_category h2 span {
	font-size:14px;
	float:right;
	font-style:italic;
	font-weight:normal;
	color:#470c06;
}

#main_category img {
	float:left;
	width:200px;
	height:auto;
	margin:0px 20px 10px 0px;
}

#sub_category {
	/*float:left;
	width:100%;*/
	width:732px;
	float:right;
	margin:10px auto 0px auto;
	text-align:left;
}
#sub_category h3 {
	background:#f7f7f7;
	color:#470c06;
	padding:8px 10px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
}

.sub_cat {
	float:left;
	width:150px;
	text-align:left;
	margin-right:15px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
}
.sub_cat p img {
	width:26px;
	float:left;
	margin:0px 10px 0px -10px;
	border:none;
}
.sub_cat img {
	/*width:150px;*/
	margin-bottom:10px;
	border: solid 1px #ccc;
}
.sub_cat img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.sort_list {
	width:100%;
	float:left;
	border-top:2px solid #eaeaea;
	border-bottom:2px solid #eaeaea;
	padding:10px 0px 14px 0px;
	margin:15px auto;
}

.prod1 {
	float:left;
	/*width:201px;
	margin:0px 20px 20px 0px;*/
	width:168px;
	margin:0px 10px 10px 0px;
}
.prod2 {
	float:left;
	/*width:201px;
	margin:0px 20px 20px 0px;*/
	width:168px;
	margin:0px 10px 10px 0px;
}
.prod3 {
	float:left;
	/*width:201px;
	margin:0px 20px 20px 0px;*/
	width:168px;
	margin:0px 10px 10px 0px;
}
.prod4 {
	float:left;
	/*width:201px;
	margin:0px 0px 20px 0px;*/
	width:168px;
	margin:0px 10px 10px 0px;
}
.prod5 {
	float:right;
	width:168px;
	margin:0px 0px 10px 0px;
}

.prod_detail {
	border:2px solid #f7f7f7;
	/*padding:15px;*/
	padding:8px;
	cursor:pointer;
}
.prod_detail:hover {
	color:#000;
	border-color:#eaeaea;
	transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
}
.prod_detail h2 {
	background:#f7f7f7;
	padding:8px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.prod_detail:hover h2 {
	background:#eaeaea;
	color:#470c06;
	transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
}
.prod_detail img {
	/*width:201px;
	height:201px;*/
	width:166px;
	height:166px;
	margin-bottom:15px;
	border: solid 1px #ccc;
}
.prod_detail:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
}
.prod_detail p {
	padding:0px 0px 10px 0px !important;
}
.prod_detail_zoom img {
	width:34px !important;
	height:34px !important;
	margin:0px !important;
	padding:0px !important;
}

.navigation {
	width:100%;
	float:left;
	margin:10px auto 20px 0px;
	text-align:left;
}
.navigation ul {
	margin:0px !important;
	padding:0px !important;
	list-style:none;
}
.navigation ul li {
	margin:0px 5px 5px 0px !important;
	padding:0px !important;
	list-style:none;
	float:left;
}
.navigation ul li a {
	background:#eaeaea;
	padding:5px 10px;
	display:block;
	color:#000;
	text-decoration:none;
}
.navigation ul li a:hover {
	background:#470c06;
	padding:5px 10px;
	color:#fff;
	transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
}
.navigation_selected, .navigation .navCur {
	background:#470c06 !important;
	color:#fff !important;
	padding:5px 10px !important;
	display:block;
}

#detail_page {
	/*width:700px;*/
	float:left;
	text-align:left;
	margin-bottom:30px;
}

.detail_large_img img {
	/*width:310px;
	height:auto;*/
	border:4px solid #eaeaea;
	padding:1px;
	margin-bottom:10px;
	margin-right:20px;
}
.detail_tnmb_img img {
	width:90px;
	height:90px;
	border:4px solid #eaeaea;
	padding:1px;
	margin:3px 0 0 0;
}
.detail_tnmb_img img:hover {
	border-color:#000;
}

#detail_tabs {
	float:left;
	margin-top:40px;
}

#detail_page_sidebar {
	width:200px;
	float:right;
	text-align:left;
}

#search_page_top {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#search_page_top a {
	padding:0px 5px;
	font-size:13px;
}
.search_page_img img {
	width:200px;
	height:200px;
	margin-right:15px;
}
.search_page_img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
}

/******************************
		FOOTER CONTENTS
******************************/

#footer {
	background:#101010;
	width:100%;
	float:left;
	padding:25px 0px;
	margin:0px auto;
	line-height:24px;
	color:#989898;
}
#footer a {
	color:#989898;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
#footer span {
	color:#fff;
	font-size:20px;
}

#footer_logo {
	width:180px;
	height:30px;
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	line-height:40px;
	color:#fff;
	font-weight:normal;
	margin-top:5px;
}
#footer_logo a {
	color:#fff;
	text-decoration:none;
}
#footer_logo a:hover {
	padding-left:10px;
	transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
				-o-transition: all 0.4s ease;
}

#footer_address {
	width:300px;
	float:left;
}

textarea, select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  behavior: url(css/PIE.htc);
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  border-radius:4px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:14px;
}
/*textarea:focus, select:focus,*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  behavior: url(css/PIE.htc);
  border-color: rgba(126,39,30, 0.9); /* 82,168,236 */
  outline: none;
  /*outline: thin dotted \9;*/
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(126,39,30,.8); /* 82,168,236 */
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(126,39,30,.8);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(126,39,30,.8);
}

.no_shadow{ 
	border:none !important; 
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;;
  	-moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;;
  	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;; 
}
.no_shadow:focus{
	border-color: none !important; /* 82,168,236 */
	outline: none !important;
	/*outline: thin dotted \9;*/
	/* IE6-9 */
	-webkit-box-shadow: none !important; /* 82,168,236 */
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.red{ 
	color:#F00;
	display:block;
	padding:12px 8px 8px 36px;
	background-color:#FFE8EA;
	border: solid 1px #FF4F61;
	background-image:url(../images/alert_pad.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
	font-size:90%;
}
.green{ 
	color:#090;
	display:block;
	padding:8px;
	background-color:#DDFCDC;
	border: solid 0px #5FDE62;
}
.red2{ 
	color:#F00;
}
.green2{ 
	color:#090;
}

.loginLinks{ background-color:#fff; font-size:12px; padding:8px 24px 0 0; text-align:right; }

.loginLinks ul{ list-style:none; padding:5px 15px 3px 0; margin:0px; float:left; background:none !important; }
.loginLinks ul li{ float:left; padding:0 6px; font-size:12px; background:none !important; list-style:none; }
.loginLinks a, .loginLinks ul li a{ font-size:12px; color:#ac5823; text-decoration:none; }
.loginLinks ul li a:hover, .loginLinks a:hover{ text-decoration:underline; color:#333; }

.row1{ background-color:#333; padding: 4px 5px; color:#fff; }
.row2{ background-color:#470c06; padding: 4px 5px; color:#fff; }
.row3{ padding: 4px 5px; border-bottom: dotted 1px #666; }
.row4{ padding: 4px 5px; }
.row_cal{ font-size:11px;}
.row_cal a{ background-color:#fff; display:block; text-decoration:none; }
.row_cal a:hover{ background-color:#eee; }
.small_links a{ color:#000; font-size:11px;}
.dotted_row{ border-bottom: dotted 1px #333;}


.navigation{ font-size:14px; font-weight:bold; }
.navigation a{ padding:5px 8px; background-color:#000; color:#FFF; text-decoration:none; font-weight:normal; font-size:12px; }
.navigation a:hover{ padding:5px 8px; background-color:#ccc; color:#000; }
.rightBackLink {float:right; font-size:14px; padding:4px 0 0 0;}
#full_page_contents {
	width:100%;
	text-align:left;
	margin-bottom:30px;
}
.subCatHeading{ font-size:12px; font-weight:normal; }


#cart_page {
	width:700px;
	float:left;
	text-align:left;
	margin-bottom:30px;
}
.item_heading {
	background:#eaeaea;
	font-size:14px;
	color:#000;
	padding:5px 10px;
	text-transform:uppercase;
}
.item_detail {
	border:1px solid #ccc;
	background:#fff;
	padding:10px;
	color:#000;
}
.item_detail img {
	width:100px;
}
.cart_page_sidebar li{ list-style:none; padding:5px; background-color:#eee; border-bottom: solid 5px #fff; }
#right_contents ul, #right_contents ol{ margin-left:48px; }

.news {
	width:100%;
	background:#f9f9f9;
	border-bottom:2px solid #e2e2e2;
	margin-bottom:15px;
	transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
				-o-transition: all 0.4s ease;
}
.news:hover {
	background:#f4f4f4;
}
.news_detail {
	padding:20px;
}
.news_detail h2 {
	color:#470c06;
	border-bottom:1px dotted #470c06;
	padding:0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
}
.news_detail table {
	margin:0px 0px 15px 0px;
}
.news_detail p {
	padding:0px 0px 8px 0px;
}
.news_detail a {
	background:url(../images/bullet_nrml.png) no-repeat left;
	padding:0px 0px 0px 30px;
}

.date {
	background:#c0c0c0;
	color:#fff;
	padding:4px 8px;
}
.month {
	background:#939393;
	color:#fff;
	padding:4px 12px;
}
.year {
	background:#e3e3e3;
	color:#fff;
	padding:4px 8px;
}

.prod_brand{ margin:8px 0; padding:1px; border:1px solid #ccc; }

.compare_img img {
	width:150px;
	text-align:center;
}
.compare_detail {
	border:1px solid #f3f3f3;
	background:#f3f3f3;
	padding:10px;
	color:#000;
}

.imgBg{ width:220px; height:160px; border:solid 2px #666; border-bottom:none; }

.zoom {
	display:inline-block;
	position: relative;
	cursor:crosshair !important;
}
.zoom img {
	display: block;
}
.zoom img::selection {
	background-color: transparent;
}

.sysMsg{ display:block; position:fixed; top:0; left:0; padding:12px 12px; background-color:#FFC; border: solid 1px #999; width:100%; z-index:1000 !important; text-align:center; color:#000; font-weight:bold; }
.smallGrey{ font-size:84%; color:#999;}