/* M S */
html, body {
	height: 100%;
}
* {outline: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0;}
body {
	
	background-position: top;
	color: #444;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	background-color: #fff;
        margin:0 auto !important;
	width:100%;
}
a { 
	text-decoration: none;
	color: #af2e28;
}
a img {
	border: none;
}
a:hover {
	color: #af2e28;
	text-decoration: underline;
}
#outerwrapper {
	width: 1009px!important;
	margin: 0 auto!important;
	text-align:left
}
#innerwrapper{
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top center;
}
/*HEADER HEADER */
.nav1 {
	background: #666;
	border-radius: 3px;
	width: 1009px;
	margin: 0px auto;
	height: 43px;
}

.nav1 a {
	font-family: "PT Sans", sans-serif; 
	font-size: 100%;
	color: #666; text-decoration: none;
}

.nav1 a:hover {
	color:#1996BF; 
}

.nav1 li { list-style: none; }
.nav1 ul { position: relative; }
.nav1 > li { padding: 0; float: left;}
.nav1 > li > a {
	float: left;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	line-height: 43px;
	padding: 0 10px; 
	border-right: 1px solid #777;
	border-left: 1px solid #555;
	height: 43px;
}
.nav1 > li:hover > a { background: #555; border-right: 1px solid #666; z-index:110;}
.nav1 > li:first-child > a { border-left: 0; }
.nav1 > li:last-child > a { border-right: 0; }
.nav1 > li:hover > div { display: block; background-color:#f5f5f5; margin-top: 100px;}

/* MEGA DROP DOWN */

h3 {
	margin-top:4px;
}

.nav1 > li > div {
	position: absolute;
	left: 0;
	top:  72px;
	display: none;
	background: #fff;
	padding: 10px 10px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	overflow: hidden;
}
.nav1 > li > div p { color: #666; }
.nav1 > li > div.right { right: 0; left: auto }
.container-1, .container-2, .container-3, .container-4 { font-size: 85%; }


/* COLUMNS */
.col1,.col2,.col3,.col4,.col5 { margin: 4px 0; float: left; padding: 0 10px; width: 1009px;}

.col1 > a > ul > li > a { margin-top: 20px; }

	/* 1 Column */
	.container-1 { width: 170px; }
	.container-1 .col1 { width: 100%; }

	/* 2 Column */
	.container-2 { width: 270px; }
	.container-2 .col1 { width: 50% }
	.container-2 .col2 { width: 100% }

	/* 3 Column */
	.container-3 { width: 400px; }
	.container-3 .col1 { width: 33.33% }
	.container-3 .col2 { width: 66.66% }
	.container-3 .col3 { width: 100% }


	/* 4 Column */
	.container-4 { width: 1009px; }
	.container-4 .col1 { width: 25%; }
	.container-4 .col2 { width: 50% }
	.container-4 .col3 { width: 75% }
	.container-4 .col4 { width: 100% }


	/* 5 Column */
	.container-5 { width: 600px; }
	.container-5 .col1 { width: 20%; }
	.container-5 .col2 { width: 40% }
	.container-5 .col3 { width: 60% }
	.container-5 .col4 { width: 80% }
	.container-5 .col5 { width: 100% }

/* HIGHLIGHTS */

.container-3 .highlighted { 
	width: 400px; 
	margin-left: -20px; 
	padding: 20px; 
	background: #e4fbff; 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
}
.container-4 .highlighted { 
	width: 1009px;
	margin-left: -10px; 
	padding: 20px; 
	background: #e4fbff; 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
}

.inputreq {
	margin-top:6px;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*HEADER HEADER END*/


/* CUSTOM HEADER MADE BY RUI */

#head-new, #head-new td {
	font-family: Georgia, serif;
	font-size: 12px;
}
#head-new a {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	text-decoration: none;
}
#head-new a:hover {
	color: #af2e28;
}
#head-new th, td{
	font-family: "Lucida Grande",Verdana,sans-serif;
    font-size: 11px;
}

/*END OF CUSTOM HEADER MADE BY RUI */


#header {
	position: relative;
	width: 100%;
	height: 135px;
	font-size: 14px;
	z-index: 10;
}

.wrapper{
	width: 1009px;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
}

#header-logo{
	float: left;
	height: 80px;
	overflow: visible;
}

#search-box{
    float: right;
    margin-right: 0;
    text-align: right;
    width:70%;
}
#search-box a img{
	margin-bottom:-5px;
}
#search-box a{
	color:#555;
}

#header-bottom{
    clear:both;
}
#header-language{
    float: right;
    text-align: right;
}

#header-notification {
    float: left;
    text-align: left;
    padding:10px;
}

#search-box table{
	margin-top: 7px;
	border-collapse: collapse;
}

input[type="button"],
input[type="submit"] {
	border-width: 0px;
	background: none repeat scroll 0% 0% #1996BF;
	font-family: Georgia, serif; 
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	color:white;
	padding:3px;
	margin-left:8px;
}
#search-b {
	xwidth: 22px;
	border-width: 0px;
	background: none repeat scroll 0% 0% #1996BF;
	font-family: Georgia, serif; 
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	color:white;
	margin-right:8px;
}
#search-b:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	color: #af2e28;
}
.txtField {
	margin-right:2px !important;
	width:500px;
}
.txtField,
input[type="text"],
.portletHandle .input,
select { 
	background-color: #eeeeee;
	margin-top: 1; 
	padding: 0;
	border: 1px solid #aaaaaa !important;
	border-bottom-color: #ddd !important;
	border-right-color: #ddd !important;
	padding: 3px 5px 4px 5px;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #9f9f9f;
}

select {
	padding: 0 !important; 
	font-size: 11px !important;
	margin: 0 0 3px !important
}

#header-cart-link {
    background-image:url('http://www.korin.com/site/images/Add-to-cart-btn.png');
	width:113px;
	height:25px;
	color:white;
}

#infostuff {
	float:left;
}

#header-cart-info-total a:hover{
	text-decoration: none;
}
#header-cart-info-count,
#header-cart-info-login {
	display: inline;
}
#header-cart-info-count a{
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: none;
}


.separator{
	float: right;
	width: 1px;
	margin-left: -2px;
	margin-top: 5px;
	border-left: 1px solid #ccc;
	height: 15px;
}

#headerlanddiv {
	float: right;
	margin-right: 2px;
}

#
	

#div__body { 
	padding: 0 10px;
}
.item-buy td { 
	vertical-align: top; 
	height: auto !important; 
}

.item-title {
	font-size: 12px;
	padding-bottom: 5px;
}
.item-title a{
	height:28px;
	float:left;
	width:100%;
}
.portletHandle td span select {
	margin-top: 3px;
	width: 96px;
}
.portletHandle .input {
	color: #000; 
	padding: 0 2px 2px;
	margin-top:6px;
}
.btn-BuyOff,
.btn-BuyOn {
	font-size: 12px !important;
	margin-top:1px;
	margin-left: 2px;
}

#slidedeck_frame {
    height: 340px;
}      
#slidedeck_frame.skin-slidedeck {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    position: relative !important;
}
#slidedeck_frame .slide {
	padding: 0 !important;
	width: 100% !important;
    height: 340px !important;
	background: none !important;
	border: none !important;
}
ul#slidedeck_menu.nav {
    background: transparent;
    height: 47px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
    border-top: 1px solid #333;
}
ul#slidedeck_menu.nav li {
    display: block;
    float: left;
    height: 47px;
    cursor: pointer;
    position: relative;
    xoverflow: hidden;
}
ul#slidedeck_menu.nav li img {
	width: 100% !important;
	height: auto;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
ul#slidedeck_menu.nav li:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
ul#slidedeck_menu.nav li .arrow {
	display: none;
	height: 12px;
	background: url('images/home-rotator/menu-arrow.png') top center no-repeat transparent;
	position: absolute;
	top:-13px;
	left: 0px;
	z-index: 2;
	width: 100%;
}
ul#slidedeck_menu.nav li.active .arrow {
	display: block;
}
ul#slidedeck_menu.nav li a {
    display: block;
    overflow: hidden;
    position: relative;
}
ul#slidedeck_menu.nav li.available {
    background: url("//assets-www-slidedeck-com.s3.amazonaws.com/wp-content/themes/slidedeck/images/plugin_slider-ttl_available.png") no-repeat scroll right 0 transparent;
    height: 0;
    line-height: 20px;
    margin: 32px 0 0;
    overflow: hidden;
    padding: 17px 20px 0 0;
    position: relative;
    width: 190px;
}
ul#slidedeck_menu.nav li.jquery {
    margin: 0 0 0 35px;
}
ul#slidedeck_menu.nav li.jquery, ul#slidedeck_menu.nav li.wordpress {
    width: 180px;
}
ul#slidedeck_menu.nav li.jquery a {
    display: block;
    height: 66px;
    line-height: 66px;
    margin: 9px auto 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: -1000em;
    width: 180px;
}
ul#slidedeck_menu.nav li.wordpress a {
    display: block;
    height: 66px;
    line-height: 66px;
    margin: 9px auto 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: -1000em;
    width: 180px;
}

.language {
	float:right;
	xwidth: 210px;
	font-size: 11px; 
	 margin: 10px 6px 0 0;
}
.language .smalltextnolink {
	text-align: right;
	padding-right: 10px;
}
.language table, 
.language table td {
	border-collapse: collapse;
	font-family: "Lucida Grande", Arial, sans-serif; 
}
.language .text { display: none; }

#footer {
	background-color: #2C2C2C;
	width: 100%;
	position: relative;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #af2e28;
}
#footer-inner {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#footer-inner-inner1 {
	float:left;
	width: 237px;
	text-transform: uppercase;
	font-size: 10px;
	margin-left: 12px;
	height: 150px;
}

#footer-inner-inner2,
#footer-inner-inner3,
#footer-inner-inner4,
#footer-inner-inner5 {
	float:left;
	width: 175px;
	text-transform: uppercase;
	font-size: 10px;
	margin-left: 12px;
	height: 150x;
}
#footer-info-first-line,
.footer-info-first-line {
	letter-spacing: 1px;
	margin: 13px 0 11px;
}
#footer #social {
	clear: both;
	text-align: center;
}
#footer #social a {
	margin: 0 3px;
}

.icons {
	clear: both;
	font-family: Georgia, serif;
	text-align: center;
	font-size: 12px;
	color:#CCC;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 0 9px;
}

.icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 10px;
	vertical-align: middle;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}

.signup {
	-moz-box-shadow:inset 0px 0px 0px 0px #00eeff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #00eeff;
	box-shadow:inset 0px 0px 0px 0px #00eeff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #097f94), color-stop(1, #086875) );
	background:-moz-linear-gradient( center top, #097f94 5%, #086875 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#097f94', endColorstr='#086875');
	background-color:#097f94;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #dadcde;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	height:24px;
	line-height:24px;
	width:58px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #0f5a8c;
	float:left;
	margin-top:3px;
}
.signup:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #086875), color-stop(1, #097f94) );
	background:-moz-linear-gradient( center top, #086875 5%, #097f94 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#086875', endColorstr='#097f94');
	background-color:#086875;
}.signup:active {
	position:relative;
	top:1px;
}

.icons a.twitter { background: url('img/social-icons/twitter.png') left top no-repeat; }
.icons a.rss { background: url('img/social-icons/rss.png') left top no-repeat; }
.icons a.pinterest { background: url('img/social-icons/pinterest.png') left top no-repeat; }
.icons a.facebook { background: url('img/social-icons/facebook.png') left top no-repeat; }
.icons a.yelp { background: url('img/social-icons/yelp.png') left top no-repeat; }
.icons a.youtube { background: url('img/social-icons/youtube.png') left top no-repeat; }
.icons a.instagram { background: url('img/social-icons/instagram.png') left top no-repeat; }
.icons a.culinaryagents { background: url('img/social-icons/culinaryagents.png') left top no-repeat; }

.icons a:hover { background-position: left -34px; }
}
#footer #social a {
	margin: 0 3px;
}
#footer #main_form td,
#footer #main_form table {
	padding: 0;
	border-collapse: collapse;
}
#footer #main_form input[type="text"] {
	font-size: 10px;
	color: #333333;
	width: 200px;
	padding: 1px;
	font-family: "Lucida Grande",Arial, sans-serif;
	margin: 4px 0 6px;
}
#footer #main_form-submit {
	width: 55px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	margin-left: -2px;
	margin-top: 2px;
}
#footer #main_form-submit:hover {
	color: #af2e28;
}

#button_submit {
	background-image: url(./images/b1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 8px;
	width: 75px;
	height: 18px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-size: 10px;
	COLOR: #444444;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

#footer-very-bottom {
	clear: both;
	font-family: Georgia, serif;
	text-align: center;
	font-size: 11px;
	color:#CCC;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer-very-bottom:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#side-table{
	color: #666666;
	font-size: 12px;
	list-style: none;
	padding: 8px 3px 10px 5px;
}
.smalltext a{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.smalltext a:hover{
	font-size: 11px;
	color: #FFCC00;
	text-decoration: underline;
}
.smalltext a:active{
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: underline;
}

#home-main{
	margin:0px;
	text-align: center;
	width: 850px;
}

<!--@media screen and (-webkit-min-device-pixel-ratio:0) {#home-main { margin-left:-1px; }}-->

.top-banners{
	margin: 10px 0px 10px 0px;
}

#news-flash{
	margin: 30px 0px 10px 0px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	background-image: url(/site/images/news-flash-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	font-size: 12px;
	padding: 4px 0px 2px 210px;
	position: relative;
	color: #666666;
}
a.textboldnolink{
	font-size: 11px;
	color:#af2e28;
	text-decoration: none;
	border-bottom: 1px dotted #E4E4E4;
}
.cat-dd{
	color: #666666;
	line-height: 15px;
	font-size: 12px;
	width: 620px;
}
.table-caption{
	padding: 2px 5px 5px 5px;
	background-color: #FFF1F1;
	color: #666666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	border-bottom: 1px dotted #CCCCCC;
}
.table-photo{
	background-color: #333333;
}
.komidashi{
	color:#666666;
	border-bottom:1px dotted #CCC;
	padding-bottom:2px;
	width: 620px;
	font-size: 15px;
}

#sub-main-inner-box1 {
	text-align: left;
	width: 200px;
	margin-bottom: 25px;
}
.side-box{
	width: 188px;
	border: 1px solid #E4E4E4;
	padding: 3px;
	background-color: F7F7F7;
	margin-top: 7px;
}

#navcontainer { 
	width: 180px; }

#navcontainer ul {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer a {
display: block;
padding: 3px 0px 3px 0px;
text-decoration: none;
color: #000;
}

#navcontainer a:hover {
color: #af2e28;
}

#for-ie-table{
	width: 200px;
}
.cat-title{
	width: 100%;
	color: 555555;
	font-size: 16px;
	font-weight: bold;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #E7E7E7;
padding: 5px;
left: -1000px;
border: 1px solid #CCC;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -170px;
left: 30px; /*position where enlarged image should offset horizontally */

}

.services-page {
	margin-left: 7px;
}
.services-page .t-emphasis {
	margin-left: 0px !important; 
}

#rui-title{
	width:1009px;
	font-family: Georgia, serif;
	color: white;
	font-size: 35px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 19px;
	margin-left: 80px;
	z-index:101;
}

#rui-image{
	z-index:100;
}

.p-title{
	padding: 0px;
	margin-left: 18px;
	margin-bottom: 5px;
	margin-top: 25px;
	font-family: Georgia, serif;
	color: #AF2E28;
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 22px;
}

.heading {
	background-position: top center;
	background-repeat: no-repeat;
	height: 108px;
	text-align: center;
	vertical-align: middle;
	font-family: Georgia, serif;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: table-cell;
	width: 815px;
}

#related-title{
	color: #AF2E28;
    font-family: Georgia,serif;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

.disc-text{
	line-height: 16px;
	color: #555555;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

.disc-text-cc{
	line-height: 16px;
	padding: 15px;
	color: #333333;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

.disc-text-cc li{
	color: #333333;
	list-style: circle;
	font-size: 13px;
	line-height: 16px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}
.title-cc{
	font-size: 17px;
	color: ##333333;
	width: 150px;
	padding: 5px;
	border: 1px dotted #E2E2E2;
	background-color: #F7F7F7;
	text-align: center;
}
.title-cc2{
	font-size: 17px;
	color: ##333333;
	width: 150px;
	padding: 5px;
	border: 1px dotted #F96;
	background-color: #FCC;
	text-align: center;
}
.title-cc3{
	font-size: 17px;
	color: ##333333;
	width: 230px;
	padding: 5px;
	border: 1px dotted #CF9;
	background-color: #E3F4E7;
	text-align: center;
}
.cat-titles a{
	color: #af2e28;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
	display: block;
	font-family: Georgia, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.cat-titles a:hover{
	text-decoration: underline;
	padding: 2px;
}

#download_button{
	background-image: url(/site/images/PDF_Download-button.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	border: none;
	width: 130px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	padding-top:2px;
	margin: 25px;
}

#download_button a{
	color: #333333;
	text-decoration: none;
}

#download_button a:hover{
	color: #FFFFCC;
	text-decoration: none;
}

.t-emphasis{
    color: #555555;
    font-family: Georgia,sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 10px 5px 19px 7px;
    text-transform: uppercase;
}

.t-emphasis-cc{
	color: #842200;
	font-size: 17px;
	font-family: Georgia, "lucida Grande", Verdana, sans-serif;
	margin: 0px 5px 5px 15px;
	padding:7px 0px 7px 0px;
	line-height: 23px;
	text-align: center;
	border-bottom: 1px #CCC dotted;
	border-top: 1px #CCC dotted;
	font-weight: 600;
	font-style: italic;
}
.t-emphasis-s{
	color: #666666;
	font-size: 14px;
	font-family: "lucida Grande", Verdana, sans-serif;
	margin: 10px 5px 5px 15px;
	padding-left:5px;
	border-left: 5px #FFCCCC solid;
	font-weight: 600;
}

.t-emphasis-red{
	color: #AF2E28;
    font-family: georgia;
    font-size: 18px;
    font-style: italic;
    margin: 0 5px 5px 7px;
}

.medtext {
	font-family: Georgia, sans-serif !important;
}

.box1{
	border: 1px solid #CCC;
	background-color: F4F4F4;
	color: #555555;
	padding: 8px;
	margin: 7px 15px 15px 7px;
	font-size: 13px;
	line-height: 16px;
	xwidth: 500px;
	text-align: center;
}

.table1{
	margin: 15px 8px 0px 15px;
	width: 550px;
}

.td-label{
	width:100px;
	border-bottom: 1px solid #CCC;
	border-right: 1px dotted #CCC;
	padding:2px 4px 2px 2px;
	background-color:#F3F3F3;
	color:#FF3300;
	font-family:'Lucida Grande', Verdana, sans-serif;
	font-size:13px;
	font-weight:600;
	text-align:right;
}

.td-label2{
	width:450px;
	border-bottom: 1px solid #CCC;
	padding:2px 4px 2px 2px;
	background-color:#F3F3F3;
	color:#555555;
	font-family:'Lucida Grande', Verdana, sans-serif;
	font-size:13px;
	font-weight:600;
	text-align:left;
}

.td-label-no{
	width:100px;
	border-bottom: 1px solid #CCC;
	border-right: 1px dotted #CCC;
	padding:2px;
	background-color:#F6F6F6;
}
.td-disc-text1{
	line-height: 16px;
	color: #555555;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	border-bottom: 1px solid #CCC;
	padding:2px;
	background-color:#F6F6F6;
}

.td-disc-text2{
	line-height: 16px;
	color: #555555;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	border-bottom: 1px solid #CCC;
	padding:2px;
	background-color:#F3F3F3;
}

.profile-photo{
	margin:0px 5px 5px 0px;
	float: left;
}

#showroom-photo{
	width: 400px;
	float: right;
	margin: 0px 15px 5px 5px;
}

.our_services{
	font-weight:600;
	font-family:"Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	color: #555555;
	text-decoration: underline;
}

.side-menu-title{
	font-size: 14px;
	font-family: Georgia, serif;
	color: #af2e28;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.l-td-1{
	border-bottom: 1px #CCC Solid;
	padding: 5px 3px 5px 3px;
	background-color: #E4E4E4;
	color: #555555;
}

.l-td-2{
	border-bottom: 1px #CCC Solid;
	padding: 5px 3px 5px 3px;
	background-color: #F4F4F4;
	color: #555555;
}

.l-td-first{
	border: 1px #CCC Solid;
	padding: 5px 3px 5px 3px;
	background-color: #FFFFFF;
	color: #555555;
}
.l-td-second{
	border: 1px #CCC Solid;
	border-top-width:0px;
	padding: 5px 3px 5px 3px;
	background-color: #FFFFFF;
	color: #555555;
}

#news-bar{
	width: 830px;
	height: 130px;
	background-image: url(/site/images/news_bar_bg-b-130.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 0px 0px;
	margin: 5px 0px 2px 0px;
	font-family: Verdana, sans-serif, "MS UI Gothic";
	font-size: 12px;
	color: #777777;
	text-align: left;
}
#news-bar-b{
	width: 830px;
	height: 250px;
	background-image: url(/site/images/news_bar_bg-b2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 0px 0px 0px;
	padding-top: 17px;
	font-family: Verdana, sans-serif, "MS UI Gothic";
	font-size: 12px;
	color: #777777;
	text-align: left;
}

#news-bar-inner{
	margin: 2px 20px 0px 20px;
	padding-top: 0px;
}

#main-image{
	margin-top:0px;
	border-bottom:1px solid #CCC;
}

.forqa1{
	font-size:12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #CC0000;
	width: 550px;
	margin-left: 15px;
	padding: 1px 2px 1px 1px;
	border-bottom: 1px dotted #CCC;
	border-width: 3px 3px 0px 3px;
	border-style: double;
	border-color: #CCC;
	border-bottom: 1px dotted #CCC;
}

.forqa-letter{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
	padding: 1px;
	background-color: #FF0000;
}

.forqa2{
	font-size:12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #555555;
	width: 550px;
	margin-left: 15px;
	margin-top: 5px;
	padding: 1px 2px 1px 1px;
	border-bottom: 1px dotted #CCC;
	border-width: 0px 3px 3px 3px;
	border-style: double;
	border-color: #CCC;
}

.forqa-letter2{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
	padding: 1px;
	background-color: #0033CC;
}

#shipping_icon{
	margin:5px 10px 10px 10px;
	background-image:url(/site/images/icon-shipping.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:40px;
	padding:10px 0px 0px 70px;
	width:730px;
}
.info-notice{
	font-size: 1.4em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	padding: 2px;
	border: 1px #E8E8E8 dotted;
	width: 80%;
	margin:auto;
	margin-bottom:10px;
	text-align: center;
	display: block;
	
}
.info-notice-2{
	font-size: 1.4em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	padding: 2px;
	border: 1px #E8E8E8 dotted;
	width: 80%;
	margin:auto;
	margin-bottom:10px;
	text-align: center;
	display: block;
	background-color:#F7F7F7;
}
.our-customers{
	BACKGROUND-POSITION: left 50%;
	PADDING-LEFT: 16px;
	BACKGROUND-IMAGE: url(images/list.jpg);
	BACKGROUND-REPEAT: no-repeat;
}
.our-customers-ul{
	LINE-HEIGHT: 20px;
	LIST-STYLE-TYPE: none;
}
#itemlist{
	border:1px #DEDEDE solid;
	padding:1px;
	margin:auto;
}
#itemlist th, #itemlist td{
	border:1px solid #DEDEDE;
	font-size:10px;
	padding:1px;
	margin:1px;
}
.xxx{
	color:#999;
	font-size:8px;
}
.item-name{
	background-color:#E5E5E5;	
}
.size-header{
	background-color:#E8E8E8;
}
.emp-r{
	color:#F00;
}
.notice-1{
	background-color:#FFF8F1;
	margin:5px 2px 2px 2px;
	padding:4px;
	line-height:15px;
	font-size:12px;
	color:#F00;
	border:5px solid #ffe3c7;
}
.p-disc h5{
	font-size:1.2em;
	text-decoration:underline;
	font-weight:600;
	margin:20px 0px 10px 0px;
}

.cssguycomments {background:#eee;border:#ddd;padding:4px;margin-bottom:10px;}
.cssguycomments p {font:normal 11px 'lucida grande';}

#pricelists {border-collapse:collapse;margin:8px 0px 5px 3px;}
thead th {
	font:bold 12px 'lucida grande';
	text-align:center;
	background: #666666;
	color:#FFFFFF;
	padding:3px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
thead th.null {background:#fff;}
#pricelists tbody th {
	font:bold 11px 'lucida grande';
	text-align:right;
	background:#E1E1E1;
	color:#333;
	padding:2px;
	border-bottom:1px solid #f3f0e4;
	border-right:1px solid #fff;
}
#pricelists tbody td {
	font:normal 11px 'lucida grande';
	color:#333;
	padding:4px;
	border-right:1px solid #f3f0e4;
	border-bottom:1px solid #f3f0e4;
}

#pricelists tbody td.on {background:#f0dfda;}
#pricelists thead th.on {background:#C30;}
#pricelists tbody th.on {background:#D6958B;}
#nonprice{background-color:#F3F3F3;}

.crumbs { width: 640px; float:left; margin: 10px 0 15px 10px; }
.crumbs, .crumb, a.crumb, .crumbover, a.crumbover { font-size: 11px; color: #000; text-decoration:none; font-family: "Lucida Grande", Arial, sans-serif; }
.crumbover, a.crumbover, .crumb, a.crumb { color: #af2e28; }

#tabs { position: relative; margin: 10px 0; width: 322px; }
.tab { position: absolute; top: 0px; left: 0px; margin-top: 21px; visibility: hidden; border-top: 1px solid #ddd; padding: 10px ; width: 300px; }
.tabs a { visibility: hidden; margin-right: 10px; text-decoration: none; background: #ddd; border-radius: 3px 3px 0 0; padding: 3px 6px 5px; display: block; float: left; }
.tabs a.active { background: #eee; color: #222; cursor: default }
.tab ul, .tab ol { margin: 0; padding: 0 0 0 15px; }

.top-footer {
border-top:dashed gray;
border-bottom:dashed gray;
border-right:none;
border-left:none;
width: 100%;
position: relative;
height: 90px;
margin-top:30px;
margin-bottom:20px;
}

.top-footer img { 
float: left;
margin: 10px 55px 0px 110px;
}

#toptop {
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 15px;
color:#1996BF;
float: left;
text-align:left;
width:550px;
margin-top:15px;
}

#plain {
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 11px;
width:550px;
color:#666;
float: left;
text-align:left;
margin-top:5px;
}

.applytoday {
float: right;
margin: -130px 0px 10px 0px;
}

.alert-box {
color:#555;
border-radius:10px;
font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
padding:10px 36px;
margin:10px;
}

.alert-box span {
font-weight:bold;
text-transform:uppercase;
}

.error {
background:#ffecec url('/images/error.png') no-repeat 10px 50%;
border:1px solid #f5aca6;
}

.success {
background:#e9ffd9 url('/images/success.png') no-repeat 10px 50%;
border:1px solid #a6ca8a;
}

.warning {
background:#fff8c4 url('/images/warning.png') no-repeat 10px 50%;
border:1px solid #f2c779;
}

.notice {
background:#e3f7fc url('/images/notice.png') no-repeat 10px 50%;
border:1px solid #8ed9f6;
}

/* ITEM CELL LIST */

#category_list_content { float: left; width: 790px; height: auto; margin-left: 20px;}
#breadcrumbs {display: none!important;}
#bread1 { 
	float: left;
	font-family: "PT Sans", sans-serif;
	font-size: 12px;
	margin-left: 20px;
	text-align: left;
	width: 790px;
}
#title_category { font-family: Tahoma; font-size: 20px;  color: #b50f16; text-transform: uppercase; margin-top: 15px; margin-bottom: 15px; }
#intro_category { font-family: Tahoma;  margin-bottom: 15px; font-size: 13px;}
#intro_category p{margin:10px 0px; width:790px;}
#intro_category img{ height: auto; margin-bottom: 10px; width: 790px;}

#category_category_list{
	float: left;
    font-family: "PT Sans", sans-serif;;
    height: auto;
    padding-left: 0px;
    width: 780px;
}
#cell_category { 	
	border: 1px solid #fff;
	background-color:#f5f5f5;
    float: left;
    height: auto;
    margin-right: 13px;   
	margin-bottom: 20px;
    min-height: 170px;
    padding: 5px;
    width: 243px;
}

.image_cat { 
	float: left;
    height: 114px;
    overflow: hidden;
    width: 230px;
}
.image_cat img { 
	float: left;
    height: auto;
    margin-right: 0;
    width: 230px;
}
.description_cat p {
	text-transform:uppercase;
	color: #AF2E28;
    float: left;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
    text-align: left;
    width: 180px;
}

.description_cat p:hover {
	color:color:#1996BF;
}

.description_cat a{display:inline-block;}
.button_plus {
	float: left;
    margin: 10px 12px 12px;
}

/*body { font-family: "PT Sans", sans-serif; font-size: 100%;}
a { color: #666; text-decoration: none;}*/


#item_cat_product { 
	width:235px; height:auto; float:left; margin-right: 23px; display:block; margin-bottom:30px;
} 

.item_list_photo {
	/*border: 1px solid #999;*/
	margin-right: 30px;
	float: left;
    height: 162px;
    width: 233px;
	margin-bottom: 10px;
	cursor: pointer;
	overflow:hidden;
	position:relative;
}

.item_list_photo img {
	width: 233px;
	height: auto;
	float: left; 
	position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto; 
}

.item_list_photo a.tooltip {outline:none; }
.item_list_photo a.tooltip strong {line-height:30px;}
.item_list_photo a.tooltip:hover {text-decoration:none;} 
.item_list_photo a.tooltip span {
    z-index:2000;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
.item_list_photo a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #777; background:#555;}
.item_list_photo .callout {z-index:2000;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
.item_list_photo a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

/*BBQ TEMPLATE*/

.item_list_photo1 {
	/*border: 1px solid #999;*/
	margin-right: 30px;
	float: left;
    height: 162px;
    width: 233px;
	margin-bottom: 10px;
	cursor: pointer;
	position:relative;
}

.item_list_photo1 img {
	width: 233px;
	height: auto;
	float: left; 
	position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
}

.item_list_photo1 a.tooltip {outline:none; }
.item_list_photo1 a.tooltip strong {line-height:30px;}
.item_list_photo1 a.tooltip:hover {text-decoration:none;} 
.item_list_photo1 a.tooltip:hover span{
    display:inline; position:absolute; color:#fff;
}
.item_list_photo1 a.tooltip span {
	position: relative;
	background: #555555;
	border: 4px solid #e0e0e0;
	z-index:2000;
	display:none;
	width:233px;
	line-height:16px;
	margin-top:-30px;
	padding:14px 20px;
}
.item_list_photo1 a.tooltip span:after, .item_list_photo1 a.tooltip span:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.item_list_photo1 a.tooltip span:after {
	border-color: rgba(85, 85, 85, 0);
	border-top-color: #555555;
	border-width: 11px;
	margin-left: -11px;
}
.item_list_photo1 a.tooltip span:before {
	border-color: rgba(224, 224, 224, 0);
	border-top-color: #e0e0e0;
	border-width: 17px;
	margin-left: -17px;
}

/*BBQ TEMPLATE END */

/*CSS3 extras*/
.item_list_photo a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

.texttablert { background-color: #ccc; border-width: 1px 1px 0px; color:#555; padding: 2px 5px; border-color:#FFF #CCC #CCC; text-align: right; vertical-align: top;}
.texttablectr {background-color: #ccc; border-width: 1px 1px 0px; color:#555; padding: 2px 5px; border-color:#FFF #CCC #CCC; center: right; vertical-align: top; }
.bglt { background-color: #ccc; color: #555; }
.bglttext { background-color: #ccc; color: #555; }
.errortext bglt { background-color: #ccc; color: #555; }
.button {border-width:0px; background: none repeat scroll #AF2E28; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; text-transform:uppercase; margin-right:3px; padding:4px;}
.extcartbordershaded { border-top: 1px solid #CCC; background-color:#fff }
.extcarttotalshaded { border-top: 1px solid #CCC; background-color:#fff }
.listheadernosort { width: 117px; background-color: #484848; color: #fff; /*border: 1px solid #484848;*/ text-align: center; padding: 3px; font-weight: bold;}
.texttable { text-align: center; padding:3px; background-color: #ccc; color:#000; /*border-color:#FFF #CCC #CCC;*/ }
.item_list_name {float: left; font-size: 12px; color:#AF2E28; width: 100%; height: 28px; }
.item_list_code,.item_list_style,.item_list_size {float: left; font-size: 11px; width: 100%; margin-top: 2px;}
.item_list_style {float: left; font-size: 11px; width: 100%; margin-top: 2px; font-weight: bold;}
.item_list_other {float: left; font-size: 11px; width: 100%; color:#F00; margin-top: 2px; font-weight: bold;}
.item_list_matrixop {float: left; font-size: 11px; width: 100%; color:#F00; margin-top: 2px; font-weight: bold;}
.item_list_addtc {float: left; font-size: 11px; width: 100%; color:#F00; margin-top: 2px; font-weight: bold;}
.item_list_eta, .item_list_eta2 {float: left; font-size: 11px; width: 100%; color:#AF2E28; margin-top: 2px;}
.item_list_price {float: left; font-size: 11px; width: 100%;  margin-bottom: 5px; margin-top: 2px; color:#AF2E28; font-weight: bold;}
.item_list_price .listheadernosort { width: 117px; background-color: #CCC; color: #000; /*border: 1px solid #484848;*/ text-align: center; padding: 3px; font-weight: bold;}
.item_list_price .texttable { text-align: center; padding:3px; background-color: #f5f5f5; color:#000; }
.item_list_btn {float: left; width: 75px; height: 22px; background-color:#b50f16; display: inline-block; border: 0px 1px 1px 2px solid #b50f16; text-align: center; margin-top: 5px; padding: 3px;}
.item_list_btn a {color: #fff; font-size: 12px; display: inline-block; vertical-align: middle; text-align: center; text-shadow: 1px 1px 2px #3a1012; }
.item_list_btn a:hover { text-decoration: none; } 
.item_list_btn:hover {background-color: #b23137;}
.item_label {
    display: block;
    float: left;
    height: 80px;
    left: -3px;
    position: absolute;
    text-indent: -8000px;
    top: -3px;
    width: 65px;
    z-index: 2;
}
/*.item_list_detail span{ display:block;}*/
.item_list_detail span.fill{margin-left:10px; display:block; float:left;}

.cartbutton {
border-style: solid;
border-width: 1;
border-color: #999999;
background-color: red;
font-size: 8pt;
color: black
font-weight: bold
cursor: pointer;
}

.dialogbox{width:100px; height:100px; background:grey;display:none}

.cartbutton {
border-style: solid;
border-width: 1;
border-color: #999999;
background-color: red;
font-size: 8pt;
color: black
font-weight: bold
cursor: pointer;
}

#specwidth {
    width:100%;
    border-collapse: collapse;
}

#tdspec{
    border: 1px solid #999999;
    padding: 6px;
}

#tdmenu {
    background-color: #A52A2A;
    color: white;
    font-weight: 300;
    border: 1px solid #999999;
    padding: 6px;
}

#featurelist {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 12px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #999;
    color: #ffffff;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.rounded-list a:hover{
    background: #000;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);  
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #A52A2A;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

/*CATEGORY CONTENT*/.overlay-bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 2000px;
	width: 100%;
	z-index: 1000; /* high z-index */
	background: #000; /* fallback */
	background: rgba(0,0,0,0.75);
}
	.overlay-content {
		display: none;
		background: #fff;
		padding: 1%;
		width: 1009px;
		position: absolute;
		top: 15%;
		left: 50%;
		margin: 20px 0px 0px -500px; /* add negative left margin for half the width to center the div */
		z-index: 10001;
		border-radius: 4px;
		box-shadow: 0 0 5px rgba(0,0,0,0.9);
	}

	.close-btn {
	z-index: 1002; /* high z-index */
    display:block;
    width:50px;
    height:50px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #464646;
    box-shadow: 0 0 3px gray;
	margin: -50px 0 0 967px;
    font-size:20px;
    font-weight:bold;
	}
	.close-btn:hover {
		background: #05abe0;
	}
	
	.binchocontain {
	width:1009px;
	height:250px;
    border-style: solid;
    border-width: 1px;
    background-image: url("http://korin.com/site/images/Binchotan3-2.jpg");
}

    .glasscontain {
	width:1009px;
	height:250px;
    border-style: solid;
    border-width: 1px;
    background-image: url("http://korin.com/site/images/glassware_banner.jpg");
}

    .castironcontain {
	width:1009px;
	height:250px;
    border-style: solid;
    border-width: 1px;
    background-image: url("http://korin.com/site/images/ironware_banner.jpg");
}
    .hangiricontain {
	width:1009px;
	height:250px;
    border-style: solid;
    border-width: 1px;
    background-image: url("http://korin.com/site/images/hangiri_banner.jpg");
}
   .konrocontain {
	width:1009px;
	height:250px;
    border-style: solid;
    border-width: 1px;
    background-image: url("http://korin.com/site/images/konro_banner.jpg");
}

.bannerinner {
	float:right;
	width:600px;
	height:250px;
}

.bannerbut1 {
    margin: 20px 0 0 25px;
    float:left;
    width:550px;
    height:130px;
    solid;color: rgb(25,25,25);
    font-size: 13px;
    font-weight: inherit;
    font-family: Verdana, Geneva, sans-serif;
    font-style: inherit;
    text-decoration: inherit;
    line-height: 1.65em;
    letter-spacing: 0.1em;
}


.bannerbut2 {
    margin: 20px 0 0 25px;
    float:left;
    width:550px;
    height:50px;
    border-style: solid;
    border-width: 1px;
    solid;color: rgb(25,25,25);
    font-size: 13px;
    font-weight: inherit;
    font-family: Verdana, Geneva, sans-serif;
    font-style: inherit;
    text-decoration: inherit;
    text-align: center;
    line-height: 1.65em;
    letter-spacing: 0.1em;
    background-color:black;
    opacity:0.7;
}

.bannerbut2:hover {
    opacity:1;
}

/* media query for most mobile devices */
@media only screen and (min-width: 0px) and (max-width: 480px){

	.overlay-content {
		width: 96%;
		margin: 0 2%;
		left: 0;
	}
}

/*CATEGORY CONTENT END*/