@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese);

/* === Reset === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*font-size: 75%;*/
	line-height: 1;
	color: #222;
	background:url(../images/bg-overall-shadow-dark.gif) repeat-y center top  #e3e3e3 ;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type="text"],textarea {
	font-family:Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
sup {
	vertical-align:text-top;
	font-size:0.7em;
	line-height:1;
}
sub {
	vertical-align:text-bottom;
	font-size:0.7em;
	line-height:1;
}
/*
a, area, input, select, textarea, button, iframe, object, embed {
	outline:none;
}
*/
*:focus {
	outline:none;
}
.pressTabkey *:focus {
	outline-style:dotted;
	outline-color:invert;
	outline-width:1px;
}

/************************** generic class *****************************/
#page {
	max-width: 1200px;
	min-width: 980px;
	margin: 0 auto;
	background: #f6f6f6;
	overflow:hidden;
}
html.touch-device body {
	min-width:1000px;
	min-height:1200px;
}
html.touch-device #page {
	min-width:1000px;
}
.rwd {
	display:none;
}
.hidecomponent {
	display:none;
}
.copyguard {
	-webkit-touch-callout:none;
	-webkit-pointer-events: none;
	-webkit-user-select:none;
	-moz-user-select:none;
}
.container {
	max-width: 976px;
	margin: 0 auto;
	padding: 0 2px 0 2px;
	position:relative;
}
* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}
th, td {
	padding: 10px 10px;
}
th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}
td {
	border-bottom: 0px solid #ccc;
	color: #fff;
	font-size:16px;
	font-family: 'Open Sans Condensed', sans-serif;
}
code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
	font-family: "Courier New", Courier, monospace;
}
blockquote {
	border-left: 5px solid #222;
}
blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}
p {
	line-height: 1.9em;
	margin-bottom: 20px;
}
a {
	color: #666;
	border-bottom: 0px solid #666;
	text-decoration: none;
}
a:hover {
	border-bottom-color: #000;
	color: #000;
}
a:focus {
	outline: none;
}
a.button { 
    background: linear-gradient(#E0676F, #D73C47);
    background-color: #DB515B;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #CF2A35;
    text-shadow: 1px 1px 0 #BA2630;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
}
a.button:hover {
	background:#D73C47;
}
a.button-reversed { 
	background: linear-gradient(#333, #111);
	background-color: #222;
    text-shadow: 1px 1px 0 #000;
	color: #fff;
	border-color: #000;
}
a.button-reversed:hover {
	background: #111;
}
fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}
fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
	color: #333;
}
fieldset form {
	padding-top: 15px;
}
fieldset p label {
	float: left;
	width: 150px;
}
form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
}
form input.formbutton {
	border: none;
	background: #4498D8;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 0.8em;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}
form.searchform input {
  font-size: 0.9em;
    padding: 6px;
}
form.searchform p {
	margin: 5px 0;
}
span.required {
	color: #ff0000;
}
h1 {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2 {
	color: #666;
	font-family:'Open Sans Condensed', sans-serif;
	font-size: 30px;
    padding: 20px 0;
	letter-spacing: -1.0px;
	font-weight: bold;
	margin: 0;
}
h3 {
	color: #5AA4DD;
	font-size: 1.9em;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
h4 {
    color: #D73F4A;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
	border-bottom:0.03em solid #D73F4A;
}
h5 {
	padding:25px 0 3px 0;
	font-size: 1.1em;
	color: #666;
}
ul, ol {
	margin: 15px 0 35px 35px;
	padding: 0;
	list-style:url(../images/PDF%20Viewer.png);
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	line-height:1.6em
}
li {
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
li ol, li ul {
	font-size: 12px;
	margin-bottom: 0;
	padding-top: 5px;
	font-family:'Open Sans', sans-serif;
}
.width {
	max-width: 1100px;
	margin: 0 auto;
	padding:50px 0 0 0;
}
header {
	padding: 0 0 0 0;
	margin: 0 auto;
    background:url(../images/img-nav-global.png) repeat-x scroll 0 0 #474747;
	text-align: left;
}
header h1 {
	margin: 0;
	float: left;
}
header h1 a, header h1 a:hover {
    color: #777;
    font-size: 1.4em;
    padding: 0 25px;
    letter-spacing: -4px;
    font-weight: light;
    border-bottom: none;
    display: block;
}
header h1 a strong {
	font-weight: bold;
	color: #DB515B;
}
nav {
	float: right;
	font-family:'Open Sans Condensed', sans-serif;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 20px;
	text-align: left;
	font-family:'Open Sans Condensed', sans-serif;
}
nav ul ul { 
	margin: 0 5px;
}
nav ul li {
	display: block;
	float: left;
	padding: 0px 5px;
	font-family:'Open Sans Condensed', sans-serif;
}
nav ul li li {
	padding: 0;
}
nav ul li a {
	display: block;
	float: left;
	padding: 10px 20px;
    color: #b6b6b6;
    font-size: 1.1em;
    border-bottom: none;
	text-transform:capitalize;
	font-weight: bold;
	letter-spacing: 0px;
	font-family:'Open Sans Condensed', sans-serif;
}
nav ul li li a {
	float: none;
}
nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}
nav ul li.selected a, nav ul li.selected a:hover {
	background: none;
    background-color: none;
}
nav ul li.selected a:hover {
	background-color: none !important;
	background-image: none !important;
	color: #fff;
}
nav ul li a:hover, nav ul li.sfHover a {
	background: none;
	background-image: none;
	color: #fff;
}
nav ul li a.sf-with-ul:hover, nav ul li.sfHover a {
	background-color:none;
	color: #fff;
}
 nav ul li.sfHover ul a, nav ul ul {
	background: none;
	color: #999;
}
nav ul li.sf-with-ul.selected ul a, nav ul li.selected ul, nav ul li.selected.sfHover a  {
	background: none;
	color: #eee;
}
nav ul li.sf-with-ul.selected ul a:hover, nav ul li.selected.sfHover a:hover {
	color: #fff;
}
nav ul li li a:hover, nav ul li.sfHover li a:hover {
	color: #666;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
	margin-top: 10px;
	padding-top: 0;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 26px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/* intro */
div#intro {
	background-color: #222;
	background:url(../images/banner.jpg) no-repeat ;
	background-position: left;
	/*box-shadow: 2px 2px 10px #999;*/
	height:808px;
}
div#intro .intro-content {
	padding: 150px 150px 50px 30px;
}
div#intro .intro-content-short {
	padding: 150px 250px 40px 0px !important;
}
div#intro h2 {
	text-shadow: 1px 1px 0 #000;
	font-size: 3em;
}
div#intro h2, div#intro p {
	color: #fff;
}
div#intro p {
	font-size: 1.3em;
}
#box-link { 
		position: absolute; 
		top: 114px; 
		left: 940px; 
		width: 312px; 
		height: 102px; 
		background-color: transparent; 
		border: 0px solid #000; 
}			
a.button-slider {
	padding: 15px 20px;
	font-size: 1.0em;
	text-align: center;
	margin: 5px 10px 5px 0;
}
img {
	max-width: 100%;
	height: auto;
}
#body {
	background: none;
	margin: 25px 50px;
 	padding: 0;
	clear: both;
}
#content {
    float: left;
}
.two-column {
	width: 66%;
}
.three-column {
	width: 46%;
	margin: 0 2%;
}
.with-right-sidebar {
	margin-right: 2%;
}
.with-left-sidebar {
	margin-left: 2%;
}
article {
    padding: 10px 10px 20px 5px;
}
article .article-info {
    color: #c0c0c0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}
article .article-info a { 
	color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}
.sidebar {
	margin-top: 10px;
}
.small-sidebar { 
   width: 25%;
}
.big-sidebar {
	width: 30%;
}
.left-sidebar { 
	float: left;
}
.right-sidebar {
	float: right;
}
.sidebar h4 {
	padding-bottom: 0;
	font-size: 1.4em;
	letter-spacing: -1px;
	padding: 6px 0;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
	padding: 10px;
}
.sidebar ul li.bg {
	background-color: #f0f0f0;
}
.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}
.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.85em;
}
.sidebar li ul li ul {
	margin-top: 10px;
}
.sidebar li ul li li  {
	font-size: 1.0em;
	padding-left: 15px;
}
.sidebar li ul li.text { 
	border-bottom: none;
}
.sidebar li ul li a {
	border-bottom-color: #666;
	color: #666;
}
.sidebar li ul li a:hover {
	border-bottom-color: #DB515B;
	color: #DB515B;
}
.sidebar li ul li a.readmore {
   font-weight: bold;
}
.sidebar ul.blocklist {
	border-top: 1px solid #ddd;
}
.sidebar ul.blocklist li {
	padding: 0;
}
.sidebar ul.blocklist li a,
.sidebar ul.blocklist li a:hover {
	border-bottom: 0;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 12px 10px;
}
.sidebar ul.blocklist li a.selected {
	background: linear-gradient(#E0676F, #D73C47);
    background-color: #DB515B;
    color: #FFFFFF;
	border: 1px solid #CF2A35;
	font-weight: bold;

}
.sidebar li ul.blocklist li li {
	font-size: 1.0em;
}
.sidebar li ul.blocklist ul {
	margin-top: 0;
}
.sidebar li ul.blocklist li li a,
.sidebar li ul.blocklist li li a:hover {
	padding-left: 25px;
}
.sidebar ul.newslist li {
	padding: 20px 5px;
	border-bottom: 1px dashed #ddd;
}
.sidebar ul.newslist p {
	margin-bottom: 0;
}
.sidebar ul.newslist span.newslist-date { 
	background-color: #DB515B;
	border-bottom: 1px solid #CF2A35;
	color: #fff;
	padding: 5px 10px;
}
.clear {
	clear: both;
}
footer {
	margin:/*20px*/ auto 0;
	background: #434343;
	border-top: 0px solid #eee;
	height:80px;
	padding:20px 0 0 0;
}
footer p {
	text-align: left;
	color:#c5c5c5; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
footer p a {
	color: #fff;
	font-weight: bold;
}
.footer-content {
	padding: 20px 25px 30px;
}
footer .footer-content ul {
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
footer .footer-content li {
	padding: 5px 5px;
}
footer .footer-content li a, footer .footer-content h4 {
}
footer .footer-content li a {
 	color: #fff;
	border-bottom-color:#505050;   
}
footer .footer-content li {
 	color: #505050;
	line-height: 1.5em;
	font-size: 0.95em;
}
footer .footer-content li a:hover { 
	color: #909090;
	border-bottom-color:#909090;
}
footer .footer-content h4 {
   color: #ddd;
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 10px;
}
footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #434343;
}
footer .footer-bottom p {
	text-align: center;
}
footer .footer-bottom p{
	color: #c5c5c5;
	border-bottom-color: #666;
}
 footer .footer-bottom p a {
	color: #fff;
	border-bottom-color: #666;
}
 footer .footer-bottom p a:hover {
	color: #fff;
	text-decoration:underline;
}
div.social-icons a {
	border-bottom: none;
	margin-right: 15px;
}
@media screen and (max-width: 740px) {
	body { font-size: 0.8em; }		
	header { text-align: center; }
	header h1 { float: none; text-align: center; }
	header h1 a, header h1 a:hover { float: none; padding: 5px; }
	nav { float: none; }
	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 23px; }
	div#container { width: auto; }
	footer .footer-content ul { margin-bottom: 15px; }
	footer .footer-content ul.endfooter { margin-bottom: 0px; }
	.width { width:auto; padding-left: 10px; padding-right: 10px; }	
	#content, aside.sidebar { float: none; width: auto; }
	#content { padding: 10px; }
	footer .footer-content ul { width: auto; float: none; }
}
@media screen and (max-width: 540px) {
	body { font-size: 0.8em; }
	header { text-align: center; padding: 10px 0 5px; }
	header h1 a, header h1 a:hover { text-align: center;  padding: 10px; font-size: 1.1em; }
	header h1, nav { float: none; }	
	nav { height: auto; position: relative; }
	nav ul { margin: 0; }	
	.sf-menu ul { position: relative; width: auto; display: block; margin-top: 0; }
	nav ul ul { margin: 0px 0 5px; border-top-right-radius: 0; }
	nav ul li { margin: 5px 0; padding: 0; float: none; }
	nav ul li a { background-color: #f0f0f0; }
	nav ul li a, .sf-menu li { float: none; }
	nav ul li li { margin: 0; }
	div#intro .intro-content  { padding: 20px 5px; }
	div#body { margin-top: 10px; }
	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 0; }
}

/************************** globalheader *****************************/
#globalheader {
	background: #474747 url(../images/img-nav-global.png) repeat-x;
	zoom:1;
}
#globalheader:after {
	content: "";
	display: block;
	clear: both;
	height:0;
	overflow:hidden;
}
#globalheader .container {
}
#brandlogo {
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    font-size: 1px;
    height: 70px;
    margin-left: -30px;
    width: 170px;
}
#brandlogo a {
	display: block;
	width : 170px;
	height : 70px;
	font-size: 0px;
}
#globalheader-nav {
	margin:0 580px 0 160px;
	font-size:0;
	text-align:center;
}
#globalheader-nav nav {
	display:inline-block;
}
#globalheader-nav .main_menu {
	margin-top:28px;
	overflow:hidden;
	zoom:1;
}
#globalheader-nav .main_menu li {
	display:inline-block;
	margin-left:35px;
	height:42px;
	text-align:center;
}
#globalheader-nav .main_menu li:first-child {
	margin-left:0;
}
#globalheader-nav .main_menu li a {
	display:inline-block;
	font-family: 'Open Sans Condensed', 'Arial', sans-serif;
	font-size: 18px;
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: none;
	text-shadow: -1px -1px 1px #000000;
	text-shadow: -1px -1px 1px #222;
	padding:1px 0;
}
#globalheader-nav .main_menu li a:hover,
#globalheader-nav .main_menu li.active a {
	color: #fff;
	text-shadow: none;
}
html.touch-device #globalheader-nav .main_menu li a:hover {
	color: #b6b6b6;
	text-shadow: -1px -1px 1px #000000;
	text-shadow: -1px -1px 1px #222;
}
html.touch-device #globalheader-nav .main_menu li.active a {
	color: #fff;
	text-shadow: none;
}
#globalheader-nav .main_menu li.active {
	background:url(common-clientlibs/images/icn-nav-global-arrow-top.png) no-repeat 50% 100%;
}
.toggleMenu {
	display: none;
}
#nav-menu-mob {
	display: none;
}
#globalheader-utils {
	float: right;
	position:relative;
}
#globalheader-secondarynav {
	position:absolute;
	right:0;
	top:0;
	margin: 7px 0 0;
	display: block;
	text-align:right;
	min-width:400px;
	font-size:0;
}
#globalheader-secondarynav ul {
	display:inline-block;
}
#globalheader-secondarynav ul.main > li {
	display:inline-block;
	padding-left:7px;
	margin-left:7px;
	border-left: 1px solid #767676;
}
#globalheader-secondarynav ul.main > li a {
	font-size: 10px;
	color: #a9a9a9;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
#globalheader-secondarynav ul.main > li a.lang {
	color:#00a0c6;
}
#globalheader-secondarynav ul.main > li > a {
	text-transform: uppercase;
}
#globalheader-secondarynav ul.main > li a:hover {
	color: #fff;
}
#globalheader-secondarynav ul.main > li:first-child {
	border:none;
}
#globalheader-secondarynav ul.main > li.withlistmenu {
	position:relative;
}
#globalheader-secondarynav ul.main .listmenu {
	position:absolute;
	right:-3px;
	background-color:#393939;
	margin:9px 0 13px;
	z-index:1100;
	display:none;
	text-align:left;
	behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
	border-radius:3px;
	-pie-border-radius: 3px;
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-o-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-ms-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-pie-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
}
#globalheader-secondarynav ul.main .listmenu.col1 {
	width:161px;
}
#globalheader-secondarynav ul.main .listmenu.col2 {
	width:323px;
}
#globalheader-secondarynav ul.main .listmenu.col3 {
	width:485px;
}
#globalheader-secondarynav ul.main .listmenu:before {
	content:"";
	display:block;
	background:url(../images/img-globalheader-listmenu-cap-top.png) no-repeat top right;
	height:9px;
	margin-top:-9px;
}
#globalheader-secondarynav ul.main .listmenu:after {
	content:"";
	display:block;
	height:0;
	overflow:hidden;
	clear:both;
}
#globalheader-secondarynav ul.main .listmenu ul {
	margin:10px 0;
	padding:0 15px;
	float:left;
	width:131px;
	border-right:1px solid #4f4f4f;
}
#globalheader-secondarynav ul.main .listmenu ul:last-child {
	border-right:none;
}
#globalheader-secondarynav ul.main .listmenu li {
	padding:5px 0;
}
#globalheader-secondarynav ul.main .modalmenu {
	display:none;
}
#modalmenu-box-wrapper {
	width:100%;
	top:50px;
	height:0;
	position:fixed;
	z-index:1000;
}
#modalmenu-box-bg {
	margin:0 auto;
	width:300px;
	background-color:#fff;
	border-radius:3px;
	behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
	-pie-border-radius: 3px;
	position:relative;
}
#modalmenu-box-bg .btn-close {
	position:absolute;
	display:block;
	top:3px;
	right:3px;
	width:28px;
	height:26px;
	cursor:pointer;
	overflow:hidden;
}
#modalmenu-box {
	padding:5px;
	text-align:center;
}
#modalmenu-box dl dt {
	padding:30px 15px 15px;
	font-family: 'Open Sans Condensed', 'Arial', sans-serif;
	font-size: 20px;
	line-height:24px;
	color: #1f1f1f;
	font-weight: bold;
}
#modalmenu-box dl dd {
	padding:10px 0;
	border-top:1px solid #e9e9e9;
}
#modalmenu-box dl dd a {
	font-size: 13px;
	color: #1f1f1f;
}
#modalmenu-box dl dd a:hover {
	color:#00a0c6;
}
#modalmenu-box .notes {
	padding:20px 0;
	border-top:1px solid #e9e9e9;
	font-size:11px;
	line-height:14px;
	color:#606060;
}

/************************** navmenucat *****************************/
#navmenucat {
	background: url(../images/img-nav-expanded.jpg) no-repeat center top gray;
}
#navmenucat .hide {
	height: 276px;
	display: none;
}
#navmenucats a {
	font-family: 'Open Sans Condensed', 'Arial', sans-serif;
	font-size: 13px;
	color: #b6b6b6;
	font-weight: bold;
	line-height: 17px;
	text-decoration:none;
}
#navmenucats  a:hover {
	color: #fff;
}
#navmenucats .panhead {
	height: 40px;
	margin: 0 auto;
	border-bottom:1px solid #636363;
}
#navmenucats .inbread {
	margin-top: 15px;
	float: left;
}
#navmenucats .inbread span {
	font-family: 'Open Sans Condensed', 'Arial', sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 17px;
	display:inline-block;
	margin-right:10px;
}
#navmenucats .inbread span a {
	background:url(../images/icn-nav-global-arrow-right.gif) no-repeat 100% 50%;
	padding-right:17px;
}
#navmenucats .closeit {
	float: right;
}
#navmenucats .closeit a {
	display: block;
	width : 9px ;
	height : 9px ;
	margin-top: 15px;
}
#navmenucats .parrays {
	position:relative;
	width:992px;
	height:169px;
	margin:20px auto 0;
	text-align:center;
}
#navmenucats .parrays ul {
	position:absolute;
	left:0;
	font-size:0;
	width:992px;
	text-align:center;
}
#navmenucats .parrays li {
	display:inline-block;
	margin-right:1px;
	text-align: center;
	vertical-align:top;
	width:123px;
}
#navmenucats .parrays ul > li:last-child {
	margin-right:0px;
}
#navmenucats .parrays li a {
	display:inline-block;
}
#navmenucats .parrays li .img-element {
	display: block;
	padding-bottom:15px;
}
#navmenucats .parrays li .catname {
	display: block;
	padding:0 3px;
}
#navmenucats .parrays li ul .parbase {
	display:none;
}
#navmenucats .panfoot {
	height: 47px;
	font-family: 'Open Sans Condensed', 'Arial', sans-serif;
	font-size: 13px;
	color: #b6b6b6;
	font-weight: bold;
	line-height: 17px;
	border-top:1px solid #636363;
}
#navmenucats .panfoot .browseall {
	margin-top:15px;
	float:right;
}
#navmenucats .panfoot .browseall a {
	display:inline-block;
	background:url(../images/icn-browse-products.png) no-repeat 0 50%;
	padding-left:21px;
}
.gradient_2 {
    background: linear-gradient(to bottom, #ffffff, #dddddd) repeat scroll 0 0 rgba(0, 0, 0, 0)linear-gradient(to bottom, #ffffff, #dddddd) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.border_t1 {
    border-top: 0px solid #dddddd;
}
.casebox {
    background: none repeat scroll 0 0 #f6f6f6;
    font-size: 12px;
    line-height: 175%;
}