/* =STRUCTURE
------------------------------------------------------*/
body {
  color:#3D3D3D;
  background:#4F2D8D;
  font-family:Verdana,Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
  font-size:.7em;
}

#mainbody {
  margin:0 auto;
  background:#ffffff;
  padding:0;
  max-width:1024px;
}

#topstrip {
	position:relative;
	height:2.5em;
	color:#ffffff;
	background-color: #8169AE;
	background-image: url(../images/topstrip_fade.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#topstrip h1 {
  padding-top:.7em;
}

#topstrip #topnav_loc {
  padding-top:1em;
}

#midstrip {
  background-color:#ffffff;
  height:2px;
}

#header {
  background:#3F1B83 url(../images/header.jpg) top right no-repeat;
  height:140px;
  border-right:0;
  border-left:0;
  position:relative;
  z-index:10;
}

#headimage {
  position:absolute;
  z-index:10;
  bottom:0;
}

#maincontent {
  position:relative;
  z-index:20;
}

#firstcol {
  background:#4F2D8D url(../images/leftcolfade.gif) top left no-repeat;
}

#leftcol {
  background:#ffffff;
}

#leftcol_extra {
  background:#ffffff;
  padding:14px 0;
}

#leftcol_last {
  background:#4F2D8D;
}

#maincol {
  padding:30px 5px 15px 15px;
}

#footer_cell {
  padding:5px;
  border:0 solid #000000;
  border-top-width:1px;
}

#search_loc {
	position:absolute;
	right:-5px;
	top:-30px;
	padding-left:15px;
	padding-right:4px;
	height:38px;
	text-align:right;
	font-weight:bold;
	border:0 solid #ffffff;
	border-top-width:1px;
	color:#ffffff;
	background:#866FB1;
	width: 250px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#search_loc * {
  margin:0;
  padding:0;
  font-size:11px;
}

#maincol #search_loc a {
  color:#ffffff;
}

#maincol #search_loc a:visited {
  color:#ffffff;
}

#search_loc .search_extras {
  font-size:8px;
  font-weight:normal;
}




/* =NAVIGATION
------------------------------------------------------*/
ul.nav {
  margin:0;
  padding:0;
  list-style:none;
}

ul.nav li {
  background:#ffffff;
  text-indent:-1ex;
}

ul.nav a {
  text-decoration:none;
  display:block;
  padding-left:2ex;
}

ul.nav .navhead a {
  color:#ffffff;
  font-weight:bold;
}

ul#instock, ul#storenav, ul#sitenav, ul#related_sites {
  width:175px;
}

/*-------------------------------------- [ ul#instock ] -*/
ul#instock {
  padding-bottom:14px;
}

ul#instock .navhead {
  background:#a91bb0;
  height:1.5em;
  color:#ffffff;
  font-weight:bold;
}

ul#instock a:hover {
  background:#A1C0FE;
}

/*-------------------------------------- [ ul#storenav ] -*/
ul#storenav {
  padding-bottom:14px;
}

ul#storenav .navhead {
  background:#a91bb0;
  height:1.5em;
  color:#ffffff;
  font-weight:bold;
}

ul#storenav a:hover {
  background:#A1C0FE;
}

/*-------------------------------------- [ ul#sitenav ] -*/
ul#sitenav {
  padding-bottom:14px;
}

ul#sitenav .navhead {
  background:#87D300;
  color:#ffffff;
  font-weight:bold;
}

ul#sitenav a:hover {
  background:#A1C0FE;
}

ul#sitenav li.current {
  background:#3961AD;
}

ul#sitenav li.current a {
  color:#ffffff;
}

/*-------------------------------------- [ ul#related_sites ] -*/
ul#related_sites .navhead {
  background:#87D300;
  color:#ffffff;
  font-weight:bold;
}

ul#related_sites a:hover {
  background:#A1C0FE;
}

ul#related_sites li.sitemap_li {
  background:#87D300;
  color:#ffffff;
  font-weight:bold;
  margin-top:1.5em;
  height:1.1em;
}

ul#related_sites li.sitemap_li a {
  color:#ffffff;
}

ul.nav .navhead a {
  color:#ffffff;
  font-weight:bold;
}

/*-------------------------------------- [ ul#topnav ] -*/
#topnav_loc {
  position:absolute;
  top:0;
  right:0;
}

ul#topnav li {
  float:left;
  padding:0 5px;
  background:transparent;
  border:0 solid #ffffff;
  border-right-width:1px;
}

ul#topnav li.last_li {
  border:0;
}

ul#topnav a {
  color:#ffffff;
  font-weight:bold;
}

ul#topnav a:hover {
  background:transparent;
  text-decoration:underline;
}

/*-------------------------------------- [ ul#jumpnav ] -*/
#jumpnav {
  position:absolute;
  bottom:0;
  right:0;
}

#jumpnav li {
  float:left;
  padding:0 7px;
  background:transparent;
  height:18px;
  background:transparent url(../images/jumpnav_fade.gif) bottom left repeat-x;
  border:0 solid #ffffff;
  border-right-width:1px;
}

#jumpnav li.last_li {
  border:0;
}

#jumpnav a {
  color:#ffffff;
  font-weight:bold;
  font-size:11px;
}

#jumpnav a:hover {
  background:transparent;
  text-decoration:underline;
}

#jumpnavrtend {
  position:absolute;
  left:-10px;
  height:18px;
  width:10px;
  background:transparent url(../images/jumpnavrtend.png) bottom left no-repeat;
}

/*-------------------------------------- [ #leftnav ] -*/
div#leftnav {
  background:#ffffff;
}

#leftnav ul.nav li.sitemap_li {
  width:175px;
}

#leftnav ul.nav li.navhead {
  width:175px;
}





/* =MISC
------------------------------------------------------*/
table {
  border:0;
  margin:0;
}

td {
  padding:0;
  margin:0;
}

.bold {
  font-weight:bold;
}

img {
  border:0;
}

form {
  padding:0;
  margin:0;
}

.float_left {
  float:left;
}

.float_right {
  float:right;
}

.clear_left {
  clear:left;
}

.clear_right {
  clear:right;
}

.clear_both {
  clear:both;
}

a, #maincol a {
  color:#660066;
  background-color:transparent;
}

a:link, #maincol a:link {
  color:#660066;
  background-color:transparent;
}

a:visited, #maincol a:visited {
  color:#660066;
  background-color:transparent;
}

a:active, #maincol a:active {
  color:#660066;
  background-color:transparent;
}

a.footlink:link {
  color:#0000FF;
  background-color:transparent;
}

a.footlink:visited {
  color:#0000FF;
  background-color:transparent;
}

a.footlink:active {
  color:#0000FF;
  background-color:transparent;
}

a.footlink:hover {
  text-decoration:none;
}

table.footer {
  width:100%;
}

table.footer td {
  padding:2px 0;
}

table.footer-email_list td {
  padding:0;
  margin:0;
}

.address_text {
  font-size:.9em
}





ul.linklist {
  margin:0;
  padding:0;
  list-style:none;
}

ul.linklist li {
  margin:0;
  padding:0;
}

.link_desc {
  color:#999999;
  font-weight:bold;
}

.affiliatelinks {
  font-size:13px;
  font-weight:normal;
}

.affiliatelinks .regtext {
  font-size:14px;
}




p.return_homepage {
  font-size:13px;
  font-weight:normal;
  text-align:left;
}


p.VDnewslink {
  padding:0 4px;
  background:#ffffff;
  margin:0;
  margin-top:1em;
  white-space:nowrap;
}

div.babelfish {
  width:210px;
  margin-top:45px;
}

p.updated {
  text-align:right;
  margin:0;
  padding:0;
  margin-top:36px;
}

p.footer_toplink {
  margin:0;
  padding:0;
  text-align:right;
}

div#copywrite {
  text-align:center;
  margin-top:5px;
}


h1 {
  font-size:14px;
  margin:0;
}


h2 {
  font-size:1em;
}

h2.linklist {
  margin-top:1.2em;
  margin-bottom:.2em;
}

#maincol h2.page_title {
  font-size:1.5em;
  color:#3961AD;
  margin:0;
  margin-bottom:15px;
  margin-right:230px;
  text-align:left;
}

sup, sub {
  font-size:.7em;
  font-weight:bold;
}




/* =PROPERTIES TABLE
------------------------------------------------------*/
table.properties_table {
  border: 2px outset #999;
}

.properties_table th {
  background-color:#3961AD;
  color:#ffffff;
  font-weight:bold;
  text-align:center;
  margin:0 auto;
  border: 1px inset #999;
}

.properties_table td {
  text-align:center;
  white-space:nowrap;
  border: 1px inset #999;
}

.lefta th, .lefta td {
  text-align:left;
}

.properties_table .row1 {
  background-color:#e0e0e0;
  color:#000000;
}

.properties_table .row2 {
  background-color:#ffffff;
  color:#000000;
}

.p7ccm01-content-row { padding-bottom: 0px; }
.isologo { padding-left: 25px !important; padding-top: 0 !important;}
.L2 {
	text-align: right;
	clear: none;
	float: right;
	height: 94px;
	width: 220px;
	margin-right: 10px;
}
.L2 a {
	display:block;
	text-decoration: none;
	width: 204px;
	text-align: center;
	color: #fff !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	float: right;
	list-style-type: none;
	margin-bottom: 2px;
	font-size: 125%;
	border: medium solid #A91BB0;
	background-image: url(../images/purplefade.png);
	background-repeat: repeat-y;
	height: 68px;
	font-weight: bold;
	line-height: 68px;
	padding: 10px 5px 10px 5px;
}


.L2 a:hover {
	border: medium solid #87D300;
	background-image: url(../images/pinkfade.gif);
}

/*4-Column Auto*/
.p7ccm01-4col-auto-column2 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
	background-color: #FFF;
}
.p7ccm01-4col-auto-column3 {
	width: 35%;
	float: left;
	color: inherit;
	font-size: inherit;
	background-color: #FFF;
	padding-right: 5%;
}
.p7ccm01-4col-auto-column4 {
	width: 35%;
	float: right;
	color: inherit;
	font-size: inherit;
	text-align: right;
}
.babelfish { margin-top: 5px !important; }
.imgRight {
	float: right;
	margin-right: 300px;
}
.goog-te-combo {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.goog-te-combo {
    border: 3px solid #8f888e  !important;
    border-radius: 10px  !important;
    font-size: 12px  !important;
    padding-left: 4px  !important;
    padding-right: 0  !important;
}
#google_translate_element {
    margin: 10px 0px 0px 0px !important;
}

a.iso-img {
    display: inline-flex!important;
    align-items: flex-start!important;
    margin-bottom: 15px!important;
}