/*
- - -
general reset
- - -
*/
html {
	background:#000 url(/content/images/bg-body.gif) repeat-x;
	height:100%;
}
body {
	margin:0;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	background: url(/content/images/bg-body.jpg) no-repeat 50% 0;
	min-width:960px;
	height:100%;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#006699;
}
a:hover {
	text-decoration:underline;
}
input,
textarea,
select {
	font-size:100%;
	vertical-align:middle;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

.nobullet{
	list-style-type: none;
}

.mospace li{
	padding: 3px 0 3px 0;
}

.clearfloat{
	clear: both;
}
/*
- - -
wrapper
- - -
*/
#wrapper {
	width:940px;
	margin:0 auto 0 auto;
	padding:0 10px 0 10px;
	min-height:100%;
	position:relative;
}
* html #wrapper {
	height:100%;
}
/*
- - -
header
- - -
*/
#header {
	width:940px;
	display:table;
	height:111px;
	position:absolute;
	top:0;
	left:10px;
}
#header .top-block {
	width:940px;
	overflow:hidden;
}
#header .top-block:after {
	content:"";
	clear:both;
	display:block;
}
/*
- - -
header right block
- - -
*/
#header .block {
	float:right;
	overflow:hidden;
	width:160px;
} 
.block .tel {
	font-size:20px;
	color:#fff;
	display:block;
	letter-spacing:2px;
	margin:20px 0 0 4px;
}
.block .field {
	display:block;
	background: url(/content/images/bg-field.gif) no-repeat;
	margin:6px 0 0 0;
}
.block .field input {
	display:block;
	background:none;
	border:0;
	padding:3px 0 3px 20px;
	width:130px;
	min-height:15px;
}
* html .block .field input {
	height:15px;
}
/*
- - -
logo
- - -
*/
.logo {
	float:left;
	margin:15px 0 0 1px;
	display:inline;
}
.logo a {
	overflow:hidden;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:212px;
	height:61px;
	background:url(/content/images/logo.png) no-repeat;
}
.slogan {
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	width:228px;
	height:54px;
	background:url(/content/images/slogan.png) no-repeat;
	margin:16px 0 0 30px;
	display:inline;
}

/*
- - -
top navigation
- - -
*/
.top-nav {
	margin:30px 0 0 0;
	padding:0 26px 0 0;
	list-style:none;
	float:right;
	width:283px;
	overflow:hidden;
}
.top-nav li {
	padding:0 0 10px 0;
	float:right;
	clear:both;
}
.top-nav li a {
	height:10px;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}
.top-nav li .item1 {
	width:161px;
	background: url(/content/images/top-nav1.gif) no-repeat;
}
.top-nav li .item2 {
	width:97px;
	background: url(/content/images/top-nav2.gif) no-repeat;
}

.top-nav li .item2alt {
	width:97px;
	background: url(/content/images/top-nav2alt_contact.gif) no-repeat;
}
/*
- - -
global navigation
- - -
*/
.global-nav {
	width:940px;
	margin:9px 0 0 0;
	padding:0;
	list-style:none;
	background: url(/content/images/bg-global-nav.gif) repeat-x;
	height:26px;
}
.global-nav:after {
	content:"";
	clear:both;
	display:block;
}
.global-nav li {
	float:left;
	display:inline;	
	width:156px;
	text-align:center;
	background: url(/content/images/separator-global-nav.gif) no-repeat 0 7px;
	margin:0 2px 0 -2px;
	position:relative;
	height:26px;
}
.global-nav li a {
	width:156px;
	height:26px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	overflow: hidden;
	outline-color: #000000;
}
.global-nav li .item1 {
	background: url(/content/images/global-nav1.png) no-repeat;
}
.global-nav li .item2 {
	background: url(/content/images/global-nav2.png) no-repeat;
}
.global-nav li .item3 {
	background: url(/content/images/global-nav3.png) no-repeat;
}
.global-nav li .item4 {
	background: url(/content/images/global-nav4.png) no-repeat;
}
.global-nav li .item5 {
	background: url(/content/images/global-nav5.png) no-repeat;
}
.global-nav li .item6 {
	background: url(/content/images/global-nav6.png) no-repeat;
}
.global-nav li:hover .item1,
.global-nav li.hover .item1  {
	background: url(/content/images/global-nav1-hover.png) no-repeat;
}
.global-nav li:hover .item2,
.global-nav li.hover .item2  {
	background: url(/content/images/global-nav2-hover.png) no-repeat;
}
.global-nav li:hover .item3,
.global-nav li.hover .item3  {
	background: url(/content/images/global-nav3-hover.png) no-repeat;
}
.global-nav li:hover .item4,
.global-nav li.hover .item4  {
	background: url(/content/images/global-nav4-hover.png) no-repeat;
}
.global-nav li:hover .item5,
.global-nav li.hover .item5  {
	background: url(/content/images/global-nav5-hover.png) no-repeat;
}
.global-nav li:hover .item6,
.global-nav li.hover .item6  {
	background: url(/content/images/global-nav6-hover.png) no-repeat;
}
/*
- - -
global nav drop downs
- - -
*/
.global-nav ul {
	margin:0;
	padding:0 0 4px 0;
	list-style:none;
	background:#bcb4a7;
	position:absolute;
	top:26px;
	left:2px;
	border-top:1px solid #000;
	border-left:2px solid #765b3e;
	display:none;
}
.global-nav ul li {
	float:none;
	display:block;
	width:180px;
	text-align:left;
	margin:0;
	background:none;
	padding:0 0 0 8px;
	position:relative;
	height:20px;
	float:Left;
	clear:both;
}
.global-nav ul li a {
	line-height:20px;
	color:#fff;
	display:block;
	width:auto;
	font-weight:bold;
	text-indent:0;
}
.global-nav ul ul {
	position:absolute;
	top:0;
	left:140px;
	border-top:0;
}
/*
- - -
global nav hovers
- - -
*/
.global-nav li:hover a,
.global-nav li.hover a {
	color:#e90807;
	text-decoration:none;
}
.global-nav li:hover ul a,
.global-nav li.hover ul a {
	color:#fff;
}
.global-nav ul li:hover a,
.global-nav ul li.hover a {
	color:#000;
}
.global-nav ul li:hover ul a,
.global-nav ul li.hover ul a {
	color:#fff;
}
.global-nav ul ul li:hover a,
.global-nav ul ul li.hover a {
	color:#000;
}
.global-nav li:hover ul,
.global-nav li.hover ul {
	display:block;
}
.global-nav li:hover ul ul,
.global-nav li.hover ul ul {
	display:none;
}
.global-nav ul li:hover ul,
.global-nav ul li.hover ul {
	display:block;
}
/*
- - -
main block
- - -
*/
#main {
	width:940px;
	padding:115px 0 175px 0;
}
#main:after {
	content:"";
	clear:both;
	display:block;
}
/*
- - -
home page image
- - -
*/
#home-img-container {
	width:940px;
	margin:0 auto 0 auto;
	height:280px;
	background:#000000;
	overflow:hidden;
}
/*
- - -
home page navigation
- - -
*/
.middle-nav {
	margin:3px 0 0 0;
	padding:0;
	list-style:none;
	background: url(/content/images/bg-global-nav.gif) repeat-x;
	width:940px;
	overflow:hidden;
	height:26px;
}
.middle-nav li {
	float:left;
	display:inline;
	width:235px;
	text-align:center;
	background: url(/content/images/separator-global-nav.gif) no-repeat 0 50%;
	margin:0 2px 0 -2px;
	height:26px;
}
.middle-nav li a {
	width:235px;
	height:26px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
.middle-nav li .item1 {
	background: url(/content/images/middle-nav1.png) no-repeat;
}
.middle-nav li .item2 {
	background: url(/content/images/middle-nav2.png) no-repeat;
}
.middle-nav li .item3 {
	background: url(/content/images/middle-nav3.png) no-repeat;
}
.middle-nav li .item4 {
	background: url(/content/images/middle-nav4.png) no-repeat;
}
.middle-nav li .item1:hover {
	background: url(/content/images/middle-nav1-hover.png) no-repeat;
}
.middle-nav li .item2:hover {
	background: url(/content/images/middle-nav2-hover.png) no-repeat;
}
.middle-nav li .item3:hover {
	background: url(/content/images/middle-nav3-hover.png) no-repeat;
}
.middle-nav li .item4:hover {
	background: url(/content/images/middle-nav4-hover.png) no-repeat;
}
/*
- - -
main top block
- - -
*/
#main .top-block {
	width:940px;
	margin:5px 0 0 0;
}
#main .top-block:after {
	content:"";
	clear:both;
	display:block;
}
/*
- - -
home page orange block
- - -
*/
#main .orange-block {
	width:475px;
	float:left;
	background:#f06e22 url(/content/images/bg-orange-block.jpg) no-repeat;
	min-height:180px;
	padding:0 180px 20px 30px;
	position:relative;
}
* html #main .orange-block {
	height:180px;
	overflow:visible;
}
#main .orange-block h1 {
	font-size:22px;
	color:#fff;
	margin:14px 0 0 0;
}
#main .orange-block p {
	font-size:13px;
	color:#fff;
	margin:9px 0 0 0;
	line-height:18px;
}
#main .orange-block .car {
	width:180px;
	height:143px;
	position:absolute;
	right:-13px;
	bottom:-14px;
}
#main .orange-block .car img {
	display:block;
}

/*
- - -
home page sub-block (previously orange-block)
- - -
*/
#main .sub-block {
	width:690px;
	float:left;
	min-height:180px;
	padding:0;
	position:relative;
}
* html #main .sub-block {
	height:180px;
	overflow:visible;
}
#main .sub-block h1 {
	font-size:22px;
	color:#fff;
	margin:14px 0 0 0;
}
#main .sub-block p {
	font-size:13px;
	color:#fff;
	margin:9px 0 0 0;
	line-height:18px;
}

/*
- - -
home page side block
- - -
*/
#main .side-block {
	width:245px;
	float:left;
}
#main .side-block .list {
	margin:2px 0 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#main .side-block .list li {
	border-top:2px solid #ed0000;
	padding:5px 0 5px 30px;
	margin:-2px 0 2px 0;
	height:1%;
	vertical-align:middle;
}
#main .side-block .list .item1,
#main .side-block .list .item2,
#main .side-block .list .item3,
#main .side-block .list .item4 {
	display:block;
	height:13px;
	text-indent:-9999px;
}
#main .side-block .list .item1 {
	width:170px;
	background: url(/content/images/item1.gif) no-repeat;
}
#main .side-block .list .item2 {
	width:108px;
	background: url(/content/images/item2.gif) no-repeat;
}
#main .side-block .list .item3 {
	width:141px;
	background: url(/content/images/item3.gif) no-repeat;
}
#main .side-block .list .item4 {
	width:83px;
	background: url(/content/images/item4.gif) no-repeat;
}
#main .side-block .list .item1:hover {
	background: url(/content/images/item1-hover.gif) no-repeat;
}
#main .side-block .list .item2:hover {
	background: url(/content/images/item2-hover.gif) no-repeat;
}
#main .side-block .list .item3:hover {
	background: url(/content/images/item3-hover.gif) no-repeat;
}
#main .side-block .list .item4:hover {
	background: url(/content/images/item4-hover.gif) no-repeat;
}
.list li span,
.list li em  {
	display:block;
	font-style:normal;
	color:#fff;
	font-size:13px;
	line-height:19px;
}
.list li em {
	margin:10px 0 0 0;
}
.list .more a {
	color:#ef6e21;
	text-decoration:underline;
}
.list .more a:hover {
	text-decoration:none;
}
/*
- - -
footer
- - -
*/
#footer {
	width:100%;
	position:relative;
	margin:-150px 0 0 0;
}
.footer-block {
	overflow:hidden;
	height:150px;
	width:960px;
	margin:0 auto 0 auto;
}
#footer .visual {
	width:940px;
	overflow:hidden;
	margin:0 auto 0 auto;
}
#footer .visual img {
	display:block;
}
#footer .block {
	width:960px;
	overflow:hidden;
	margin:35px 0 0 0;
}
/*
- - -
catalog list
- - -
*/
#footer .language {
	width: 70px;
	/*width:163px;*/
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#footer .language li {
	padding:3px 0 9px 37px;
	height:1%;
	vertical-align:middle;
}
#footer .language li a {
	font-size:10px;
	color:#fff;
	text-decoration:underline;
}
#footer .language li a:hover {
	text-decoration:none;
}
#footer .language .item1 {
	background: url(/content/images/bullet-language1.gif) no-repeat;
}
#footer .language .item2 {
	background: url(/content/images/bullet-language2.gif) no-repeat;
}
/*
- - -
footer navigation
- - -
*/
#footer .central-part {
	float:left;
	width:690px;
	text-align:center;
}
#footer .nav {
	margin:9px 0 0 0;
	padding:0 0 3px 0;
	list-style:none;
	text-align:center;
}
#footer .nav li {
	display:inline;
	background: url(/content/images/separator-footer-nav.gif) no-repeat 0 4px;
	padding:0 8px 0 13px;
}
#footer .nav li:first-child {
	background:none;
}
#footer .nav li a {
	font-size:10px;
	color:#fff;
}
#footer .central-part span,
#footer .central-part address {
	font-style:normal;
	font-size:10px;
	color:#fff;
	display:inline;
}
/*
- - -
made in logo
- - -
*/
#footer .made-in {
	width:84px;
	float:left;
	height:37px;
	background: url(/content/images/made-in.gif) no-repeat;
	margin:3px 0 0 12px;
	display:inline;
}

/*
- - -
breadcrumbs
- - -
*/
.breadcrumbs {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
	float:left;
}
.breadcrumbs li {
	float:left;
	background: url(/content/images/bullet-breadcrumbs.gif) no-repeat 0 6px;
	padding:0 5px 0 10px;
	margin:0 5px 0 -5px;
	height:1%;
}
.breadcrumbs li a {
	color:#006699;
	font-size:11px;
	text-decoration:underline;
}
.breadcrumbs li a:hover {
	text-decoration:none;
}
/*
- - -
main inner block
- - -
*/
#main .inner {
	padding:5px 15px 23px 15px;
	width:910px;
	background:#fff;
}
#main .inner .mybox {
	width:100%;
	overflow:hidden;
}
#main .inner .mybox .date {
	color:#8e8178;
	font-size:11px;
	float:right;
	padding:0 5px 0 0;
}
#main .inner h1 {
	margin:0;
	color:#fff;
	font-size:24px;
	background: url(/content/images/bg-h1.gif) repeat-x;
	line-height:40px;
	padding:0 0 0 14px;
	margin:10px 0 0 0;
}
#main .inner h3 {
	font-size:14px;
	color:#f06e22;
	margin:25px 0 0 0;
	text-transform:uppercase;
}
/*
- - -
sidebar
- - -
*/
#sidebar {
	width:210px;
	float:left;
	overflow:hidden;
}


/*
- - -
product search
- - -
*/
#sidebar .product-search {
	margin:11px 0 0 0;
	width:100%;
	overflow:hidden;
}
#sidebar .product-search .search-field {
	float:left;
	border:1px solid #8e8178;
	width:152px;
	padding:3px 0 3px 5px;
}
#sidebar .product-search .search-btn {
	float:left;
	height:24px;
	width:41px;
	background: url(/content/images/btn-search.gif) no-repeat;
	border:0;
	margin:0 0 0 10px;
	display:inline;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	cursor:pointer;
}
/*
- - - -
browse by dropdown fields
- - - - 
*/
#sidebar .drop-down-field {
	background:#ebe6d8;
	border-top:4px solid #b6aca2;
	margin:15px 0 0 0;
	padding:5px 5px 10px 5px;
	list-style:none;
}


/*
- - - -
sidebar sub nav
- - - - 
*/
#sidebar .sub-nav {
	background:#ebe6d8;
	border-top:4px solid #b6aca2;
	margin:15px 0 0 0;
	padding:4px 0 2px 0;
	list-style:none;
}
#sidebar .sub-nav li {
	padding:0 0 4px 10px;
}
#sidebar .sub-nav li a {
	color:#006699;
	font-weight:bold;
}
/*
- - - -
sidebar sub nav DEEP
- - - - 
*/

#sidebar .sub-nav-deep {
	background:#ebe6d8;
	border-top:4px solid #b6aca2;
	margin:15px 0 0 0;
	padding:4px 0 2px 0;
	list-style:none;
}
#sidebar .sub-nav-deep .active {
	background:#ffffff;
	padding:10px;
	margin:0 0 10px 0;
}
#sidebar .sub-nav-deep li {
	padding:0 0 4px 10px;
}
#sidebar .sub-nav-deep li a {
	color:#ff5219;
	font-weight:bold;
}
#sidebar .sub-nav-deep ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar .sub-nav-deep ul .active {
	background:#ffffff;
	padding:10px;
	margin:4px 0 0 0;
}
#sidebar .sub-nav-deep ul li {
	padding:4px 0 0 10px;
}
#sidebar .sub-nav-deep ul a {
	color:#006699;
}

#sidebar .sub-nav-deep h3{
	font-size:14px;
	color:#f06e22;
	margin:0;
	text-transform:uppercase;
}

#sidebar a.cat-link  {
	font-size:12px;
	color:#006699;
	margin:0;
	font-weight: bold;
}

#sidebar a.cat-link-active{
	color:#f06e22;
	font-weight: bold;
}

/*
- - - -
content
- - - - 
*/
#content {
	width:650px;
	float:right;
	display:inline;
	overflow:hidden;
	margin: 10px 0 0 0;
}

#content.nosidebar{
	width:900px;
}


#content h2 {
	color:#8e8178;
	font-size:18px;
	margin: 10px 0 10px 0;
}
#content h4 {
	font-size:12px;
	margin: 0 0 -15px 0;
	padding-bottom: 5px;
	
}

#content h4 a {
	font-size:10px;
}

#content .h4link{
	font-size:12px;
}
/*
- - -
content visual block
- - -
*/
#content .visual {
	width:235px;
	float:left;
	margin:15px 15px 0 0;
}
#content .visual img {
	display:block;
}
#content .visual .border {
	border:2px solid #8e8178;
	width:231px;
}
#content p {
	line-height:17px;
}
#content .visual em {
	font-size:11px;
	padding:8px 0 0 3px;
	display:block;
	line-height:17px;
}
/*
- - -
list page table
- - -
*/
#content .table {
	margin:16px 0 0 0;
	padding:0;
	border-collapse:collapse;
	border-top:2px solid #b6aca2;
}
#content .table td {
	margin:0;
	padding:5px 0 5px 0;
}
#content .table .noproducts {
	width:635px;
	padding:5px;
}
#content .table .name {
	width:120px;
	padding:0 0 0 15px;
}
#content .table .name a {
	color:#006699;
	font-weight:bold;
}
#content .table .noproducts a {
	color:#006699;
	font-weight:bold;
}
#content .table .series {
	width:250px;
	padding:0 0 0 10px;
}

#content .table .bulletin {
	width:250px;
}
#content .table .bulletin a {
	/*background: url(/content/images/bullet-bulletin.gif) no-repeat;*/
	/*padding:0 0 2px 22px;*/
	color:#006699;
}
#content .table td.fileonly {
	width:635px;
	padding:5px;
}
#content .table .fileonly a{
	/*background: url(/content/images/bullet-bulletin.gif) no-repeat;*/
	/*padding:0 0 2px 22px;*/
	color:#006699;
}
#content .table .first td {
	background:#ebe6d8 url(/content/images/bg-table.gif) repeat-x;
}
#content .table .type2 td {
	background:#ebe6d8;
}
/*
- - -
left side block
- - -
*/
.left-side {
	width:465px;
	float:left;
	overflow:hidden;
}
.left-side .text {
	padding:10px 10px 0 5px;
}

.left-side .text h2 {
	color:#8e8178;
	font-size:18px;
	margin: 15px 0 0 0;
}
.left-side .text h4 {
	color: #000000;
	font-size:12px;
	margin:10px 0 0 0;
}
/*
.left-side h4 {
	margin:27px 0 0;
	font-size:12px;
}
*/
.left-side p {
	margin:20px 0 0 0;
	line-height:17px;
}
.left-side .myframe {
	width:100%;
	overflow:hidden;
	padding:20px 0 4px 0;
}
.left-side .list {
	margin:0;
	padding:0 0 0 5px;
	list-style:none;
	float:left;
	width:140px;
}
.left-side .list li {
	background: url(/content/images/bullet-list.gif) no-repeat 0 6px;
	padding:0 0 3px 8px;
}
/*
- - -
product-photo block
- - -
*/

.left-side .product-photo {
	width:320px;
	float:right;
	height:280px;
}

.left-side .product-photo img {
	display:inline;
}

.left-side .myframe2 {
	width:100%;
	overflow:hidden;
	padding:0 0 4px 0;
}
.left-side .table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}
.left-side .table td {
	margin:0;
	padding:0 0 3px 10px;
}
.left-side .table .number {
	width:73px;
}
.left-side .table .number a {
	color:#006699;
	font-weight:bold;
}
.left-side .table .name {
	/*-- width used with access illus -- width:157px;*/
	width:220px;
}
.left-side .box {
	/*-- width used with access illus -- width:250px;*/
	width:465px;
	float:left;
}
.left-side .box div {
	border-top:4px solid #b6aca2;
	background:#ebe6d8;
	margin:12px 0 0 0;
	padding:7px 0 6px 0;
}
/*
- - -
accessory photo block
- - -
*/
.left-side .accessory {
	float:left;
	width:215px;
	height:135px;
	margin:25px 0 0 0;
}
.left-side .accessory img {
	display:block;
}
.left-side .myframe3 {
	clear: right;
	width:100%;
	overflow:hidden;
	padding:4px 0 0 0;
}
.left-side .myframe3 div {
	border-top:4px solid #b6aca2;
	background:#ebe6d8;
	margin:12px 0 0 0;
	padding:7px 0 6px 0;
}
.left-side .myframe3 .table td {
	padding:4px 0 4px 10px;
}
.left-side .column1 {
	width:235px;
}
.left-side .column2 {
	width:200px;
}
.left-side .column1 a,
.left-side .column2 a {
	padding:0 0 2px 23px;
	background: url(/content/images/bullet-bulletin.gif) no-repeat;
	color:#006699;
}
/*
- - -
right side block
- - -
*/
.right-side {
	width:425px;
	float:right;
	overflow:hidden;
	display:inline;
}
.right-side h2 {
	color:#e35a24;
	font-size:27px;
	margin: 20px 0 0 0;
	
}

/*
- - -
imgborder (splash page)
- - -
*/
.imgborder{
	border-top:4px solid #b6aca2;
}

/*
- - -
help block
- - -
*/
.right-side .help {
	margin:2px 0 0 23px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.right-side li {
	float:left;
	display:inline;
	margin:0 19px 0 0;
}
.right-side li img {
	display:block;
}
/*
- - -
schematic photo block
- - -
*/
.right-side .schematic {
	width:425px;
	height:200px;
	border-top:4px solid #b6aca2;
	margin:20px 0 0 0;
}
.right-side .schematic img {
	display:block;
}
.right-side .myblock {
	width:100%;
	overflow:hidden;
}
/*
- - -
block with tables
- - -
*/
.right-side .myblock .block {
	width:180px;
	float:left;
}
.right-side .myblock .block2 {
	width:235px;
	float:left;
	margin:0 0 0 10px;
	display:inline;
}
.right-side .myblock  h3 {
	margin:25px 0 0 0!important;
}
.right-side .table {
	margin:14px 0 0 0;
	padding:0;
	border-collapse:collapse;
	border-top:4px solid #b6aca2;
}
.right-side .table td {
	margin:0;
	padding:2px 0 1px 0;
}
.right-side .letter {
	width:35px;
	padding:0 0 0 9px !important;
	font-weight:bold;
}
.right-side .type2 {
	background:#f7f7f5;
}
.right-side .in {
	width:70px;
}
.right-side .size {
	width:65px;
}
.right-side .param {
	width:126px;
	padding:0 0 0 8px !important;
	font-weight:bold;
}
.right-side .value {
	width:101px !important;
}
/*
- - -
product tech/dimensional footnotes
- - -
*/
.footnote {
	font-size:10px;
	line-height:15px;
	padding:0 0 0 9px !important;
}


/*
- - -
breakout box
- - -
*/
.breakout-box {
	width: 240px;
	float: right;
	padding: 10px;
	background-color: #EBE6D8;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 15px;
}

.breakout-box-fb {/*facebook link on news page */
	width: 180px;
	float: right;
	padding: 10px;
	background-color: #EBE6D8;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 15px;
}

.breakout-box-tn {/*true north page */
	width: 350px;
	float: right;
	padding: 10px;
	background-color: #EBE6D8;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 15px;
}

.breakout-box-av {/*about-vibrators page */
	width: 275px;
	float: right;
	padding: 10px;
	background-color: #EBE6D8;
	margin-bottom: 15px;
	margin-left: 15px;
	line-height: 15px;
	vertical-align:top;
}

.breakout-box .title, .breakout-box-tn .title {
	font-size: 12px;
	font-weight: bold;
	color: #ff5219;
	border-bottom:2px solid #B6ACA2;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
--> testingtestingbreakoutboxvr
.breakout-box-vr{
	width: 650px;
	height: 300px;
	position: relative;
	border: 5px solid #000000;
	background-color: #000000;
}

.breakout-box ul{
	list-style: none;
	line-height: 17px;
	margin: 0px;
}

.breakout-box ol{
	padding: 0;
	margin: 0 0 0 20px;
}

.breakout-box ol li{
	padding: 2px;
}
/*
- - -
forms
- - -
*/

#form h2{
	color:#8e8178;
	font-size:14px;
	margin: 0px;
}

#form h2.super{
	color:#f06e22;
	font-size:16px;
	margin: 0 0 5px 0;
}

#form .table{
	background-color:#ebe6d8;
	margin:8px 0 0 0;
	border-collapse:separate;
	border-spacing: 0;
	padding:0;
	border-top:4px solid #b6aca2;
}

#form image.imageleft{
	float: left;
	width: 135px;
}

#form div.tableright{
	float: right;
	width: 495px;
}

#form .table td{
	padding: 2px 0 4px 5px;
}


#form .nest td{
	padding: 0 5px 0 0;
}

#form .nest .x{
	font: bold 16px arial,sans-serif;
	color: #978a7e;
}


#form .table tr.separator td{
	padding-bottom: 20px;
	border-bottom:2px dashed #b6aca2;
}

#form .table h3{
	font-size:12px;
	color:#75675e;
	margin:0;
	text-transform:none;
}

#form .asterisk{
	color:#990000;
}

.asterisk{/*for content outside of forms*/
	color:#990000;
}

#form .field-label{
	font-weight:bold;
	padding-bottom: 10px;
}

#form .field-description{
	font-size: 11px;
	color: #5f554b;
}

#form .text{
	border:1px solid #b6aca2;
}

#form .button{
	background-color: #B6ACA2;
	height: 24px;
	color: #000000;
	border: 1px solid #000000;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
#form input.form-comments{display:none;}

.product-filter-dd{
	width: 185px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.field-error{
	color:#901808;
	background:#FFE9DE;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	border: 1px #901808 solid;
}

/*
- - -
FAQs
- - -
*/
ul.faqlist {
	list-style: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

ul.faqlist a{
	font-weight: bold;
}

/*
- - -
site map
- - -
*/
ul.sitemap{
	margin: 0;
}

ul.sitemap li{
	padding: 2px;
}


ul.sitemap li a{
	font-weight: bold;
}

ul.sitemap li li a{
	font-weight: normal;
}


/* 
- - -
misc
- - -
*/
.manual-icon{
	float: left;
	width: 16px;
	margin-right: 4px;
}


/*
- - -
global
- - -
*/

.nolinebreak{
	display:inline;
}


#errorbox{
	background:#FFE9DE;
	border:1px #901808 solid;
	color:#901808;
	font-weight:bold;
	padding:5px 5px 5px 5px;
}

ul.spaced{
	line-height: 20px;
}

