/* Caution! Ensure accessibility in print and other media types... */
@media projection , screen {
	/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.tabs-nav {
		display: none;
	}
}

/* Skin */
#tabs-contact {
	width: 100%;
	float: left;
}

#tabs-contact .tabs-nav {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
}

#tabs-contact .tabs-nav:after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

#tabs-contact .tabs-nav li {
	list-style-type: none;
	float: left;
	padding: 2px 5px 0;
}

#tabs-contact .tabs-nav a {
	padding: 0 0 4px;
	color: #646464;
	outline: none;
}

#tabs-contact .tabs-nav li.first {
	padding: 2px 5px 0 0;
}

#tabs-contact .tabs-nav a span {
	padding: 0 7px 0;
}

#tabs-contact .tabs-nav li.first a span {
	border-left: none;
	padding: 0 7px 0 0;
}

#tabs-contact .tabs-nav .tabs-selected a {
	padding-top: 2px;
	color: #F84A01;
	cursor: default;
}

#tabs-contact .tabs-nav a {
	position: relative;
	z-index: 2;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
}

#tabs-contact .tabs-nav .tabs-selected a {
	position: relative;
}

#tabs-contact .tabs-nav li.first.tabs-selected a {
}

#tabs-contact .tabs-nav .tabs-selected a span {
	border: none;
}

#tabs-contact .tabs-nav .tabs-selected a:link,.tabs-nav .tabs-selected a:visited,.tabs-nav .tabs-disabled a:link,.tabs-nav .tabs-disabled a:visited
	{ /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}

#tabs-contact .tabs-nav a:hover,.tabs-nav a:focus,.tabs-nav a:active {
	/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}

#tabs-contact .tabs-nav .tabs-disabled {
	opacity: .4;
}

#tabs-contact .tabs-container {
	padding: 0 1px 0;
	overflow: hidden;
}

#tabs-contact .tabs-container .subc {
	padding: 5px 4px 0;
}

#tabs-contact .tabs-nav a.tabs-loading span {
	background: url(../images/loadround.gif) no-repeat 7% 50%;
	padding: 0 5px 0 22px;
}

#tabs-contact .tabs-nav li.first a.tabs-loading span {
	background: url(../images/loadround.gif) no-repeat 0% 50%;
	padding: 0 5px 0 17px;
}

#tabs-contact a.title {
	font-weight: bold;
	text-decoration: underline;
}
#tabs-contact ol li {
	list-style-type: none;
	margin-bottom: 5px;
}

#list-product .tabs-nav {
	float: left;
}
#list-product .tabs-nav li {
	list-style-type: none;
}
#list-product .tabs-contact {
	margin-bottom: 15px;
}
#list-product .tabs-contact .img {
	height: 154px;
}
#list-product .tabs-container {
	padding: 0 20px 0 10px;
}
