/******************************************************************************
*                                                                             *
*   Hit2Lead // Stylesheet for screen                                         *
*                                                                             *
*******************************************************************************/

@import url("screen_sections.css");

/* General preferences
-----------------------------------------------------------------------------*/

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    text-align: center;
    color: #000000;
}

/* Container
-----------------------------------------------------------------------------*/

#container {
    width: 760px;
    margin: 0px auto;
    padding: 8px 20px 0px 20px;
    text-align: left;
    background-color: #ffffff;
}

/* User menu
-----------------------------------------------------------------------------*/

#user_menu {
    position: absolute;
    width: 760px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    text-align: right;
}

#user_menu p {
    padding: 0px;
    margin: 0px;
}

#user_menu a {
    padding: 0px 3px;
    color: #000000;
    text-decoration: none;
}

/* Title logo
-----------------------------------------------------------------------------*/

#title_logo {
    position: absolute;
    width: 760px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    text-align: right;
    /*background: #ffffff url("../pic/logo_index.gif") 0px -11px no-repeat;*/
}

/* Website title
-----------------------------------------------------------------------------*/

#website_title {
    width: 760px;
    height: 54px;
}

#website_title h2 {
    margin: 0px;
    padding: 0px;
}

#website_title h2 a {
    display: block;
    width: 165px;
    height: 54px;
}

#website_title h2 span,
#website_title p {
    display: none;
}

/* Main menu
-----------------------------------------------------------------------------*/

#main_menu {
    position: absolute;
    width: 760px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
}

#main_menu ul {
    padding: 4px 0px 0px 455px;
    margin: 0px;
    list-style-type: none;
}

#main_menu ul li {
    display: block;
    float: left;
	margin-left: 18px;
}

#main_menu ul li li {
	margin-left: 0;
}

#main_menu a {
    display: block;
    padding: 3px 8px;
    color: #ffffff;
    text-decoration: none;
}

#main_menu ul li a:hover {
    background-color: #555555;
}

#main_menu ul#dropdown_search,
#main_menu ul#dropdown_information {
    display: none;
    width: 150px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    background-color: #777777;
}

#main_menu ul#dropdown_search li,
#main_menu ul#dropdown_information li {
    width: 144px;
    padding: 3px;
}

#main_menu ul#dropdown_search li a,
#main_menu ul#dropdown_information li a {
    padding: 2px 5px;
}

/* Section title
-----------------------------------------------------------------------------*/

#section_title {
    width: 760px;
    height: 85px;
}

#section_title h2 {
    display: none;
}

/* Section menu
-----------------------------------------------------------------------------*/

#section_menu {
    width: 760px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 14pt;
    color: #000000;
}

#section_menu ul {
    float: left;
    padding: 0px;
    margin: 6px 0px;
    list-style-type: none;
}

#section_menu ul li {
    padding: 0px 20px 0px 15px;
}

#section_menu a {
    text-decoration: none;
    color: #000000;
}

#section_menu a:hover {
    text-decoration: underline;
}

/* structurebox_comment
-----------------------------------------------------------------------------*/
.structurebox_comment {
	text-align:right;
	margin: 0 0 -1em 0;
	padding-left:50%;
}

/* structurebox_menu
-----------------------------------------------------------------------------*/
ul#structurebox_menu {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
	border: 0px;
    color: #555555;
}

ul#structurebox_menu li {
    display: block;
    float: left;
	margin: 0px 2px -1px 0px;
	border: 1px #c0c0c0 solid;
    background-color: #d0d0d0;
}

ul#structurebox_menu li.active {
	margin: -8px 2px -1px 0px;
    padding: 10px 16px;
    background-color: #ffffff;
}

ul#structurebox_menu a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #888888;
}

ul#structurebox_menu li a:hover {
    background-color: #ffffff;
    color: #555555;
}

/* Content
-----------------------------------------------------------------------------*/

#content {
    clear: both;
    margin: 0px 0px 50px 0px;
}

#content h1 {
    margin: -32px 0px 0px 0px;
    padding: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18pt;
    font-weight: normal;
    color: #999999;
    text-align: right;
}

#content h2 {
    margin: 0px 0px 20px 0px;
    font-size: 13pt;
    font-weight: bold;
    color: #333333;
}

#content address {
    margin: -20px 0px 0px 0px;
    padding: 0px;
}

#content strong {
    font-weight: bold;
    color: #666666;
}

/* Content (search remarks)
-----------------------------------------------------------------------------*/

#content ul.remarks {
    list-style-type: none;
    margin: 20px 0px;
    padding: 15px 15px 8px 83px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 10pt;
    background: #FFF3B0 url("../pic/bg_remarks.gif") top left no-repeat;
    border: 2px #CFC172 solid;
    min-height: 70px;
    _height: 70px;
}

#content ul.remarks li {
    padding: 0px 0px 7px 0px;
}

/* Content (search errors)
-----------------------------------------------------------------------------*/

#content ul.errors {
    list-style-type: none;
    margin: 20px 0px;
    padding: 15px 15px 8px 83px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 10pt;
	/*color: #ffffff;*/
    /*background: #FF574C url("../pic/bg_errors.gif") top left no-repeat;*/
    background: #FFB7B3 url("../pic/bg_errors.gif") top left no-repeat;
    border: 2px #ff3300 solid;
    min-height: 70px;
    _height: 70px;
}

#content ul.errors li {
    padding: 0px 0px 7px 0px;
}

/* Content (attention!!!)
-----------------------------------------------------------------------------*/

#content ul.attention{
    list-style-type: none;
    margin: 20px 0px;
    padding: 15px 15px 8px 83px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 10pt;
    background: #FFB7B3 url("../pic/bg_errors.gif") top left no-repeat;
    border: 2px #ff3300 solid;
    min-height: 70px;
    _height: 70px;
}

#content ul.attention li {
    padding: 0px 0px 7px 0px;
}

/* Content (basket info in search results)
-----------------------------------------------------------------------------*/

#search #content .basket_info {
    width: 380px;
    margin: 0px 0px 0px 380px;
    padding: 15px 0px 0px 0px;
    position: absolute;
    text-align: right;
}

/* Content (basket info in view basket)
-----------------------------------------------------------------------------*/

#account #content .basket_info {
    width: 380px;
    margin: 0px 0px 0px 380px;
    padding: 15px 0px 0px 0px;
    position: absolute;
    text-align: right;
    _padding: 0px;  /* IE6 Fix */
    _margin: 0px 0px 0px 380px;   /* IE6 Fix */
}

/* Content (sale messages)
-----------------------------------------------------------------------------*/

#content ul li.sale_asterix {
    padding-top: 18px;
    color: #ff3300;
}

#content .sale,
#content .sale a {
    color: #ff3300;
}

#content .sale_standard_price {
		text-decoration: line-through;
}

#content .item_modified {
		text-decoration: line-through;
}

/* Content (error messages)
-----------------------------------------------------------------------------*/

#content .error {
    color: #ff3300;
}

/* Content (footnotes)
-----------------------------------------------------------------------------*/

#content .footnote {
    margin: 30px 0px -30px 0px;
    padding: 0px;
    font-size: 10pt;
}

/* Content (addlink)
-----------------------------------------------------------------------------*/

#content .addlink {
    position: absolute;
    margin: -24px 0px 0px 0px;
    text-align: left;
    width: 760px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    /*font-size: 8pt;*/
    line-height: 14pt;
}

/* Content (forum messages)
-----------------------------------------------------------------------------*/

#content .message {
    margin: 20px 0px 30px 40px;
    padding: 0px;
}

/* Content (note)
-----------------------------------------------------------------------------*/

#content .note_asterix {
    font-weight: bold;
}

#content form ul li.note_asterix {
    position: absolute;
}

/* standard_price, sale_price
-----------------------------------------------------------------------------*/

#content .standard_price {
		text-decoration: line-through;
}

#content .sale_price {
    font-weight: bold;
}

/* Content (sold)
-----------------------------------------------------------------------------*/

#content .sold {
    color: #B09C2A; /* #b0b0b0; */
}

/* Content (page navigation)
-----------------------------------------------------------------------------*/
#content p.navigation {
    clear: both;
}

#content p.navigation a {
    text-decoration: underline;
}

#content p.navigation a:hover {
    color: #000000;
}

#content p.navigation span.selected {
    padding: 0px 4px;
    margin: 0px 4px;
    color: #ffffff;
}

/* Content (page navigation quantity)
-----------------------------------------------------------------------------*/
#content p.navigation_quantity {
    margin: 20px 0px -32px 0px;
    text-align: right; 
    clear: both;
}

#content p.navigation_quantity a {
    text-decoration: underline;
}

#content p.navigation_quantity a:hover {
    color: #000000;
}

#content p.navigation_quantity span.selected {
    padding: 0px 4px;
    margin: 0px 4px;
    color: #ffffff;
}

/* Content (catalog image)
-----------------------------------------------------------------------------*/
#content p.catalog_image {
    position: absolute;
    margin: 30px 0px 0px 530px;
}

/* Content (general table)
-----------------------------------------------------------------------------*/

#content table.general {
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
    border-collapse:  collapse;
    border-top: 1px #666666 solid;
	font-size: 10pt;
}

#content table.general thead {
    background-color: #b0b0b0;
    color: #ffffff;
}

#content table.general th, 
#content table.general td {
    padding: 2px;
    border-bottom: 1px #666666 solid;
}

#content table.general .highlight { 
    background-color: #f0f0f0;
}

#content table.general .canceled { 
    background-color: #f0f0f0;
}

#content table.general .dg { 
    background-color: #FFB7B3;
}

#content table.general .hg { 
    background-color: #B7B3FF;
}

/* Content (search & basket matters)
-----------------------------------------------------------------------------*/

#content .matter {
    width: 760px;
    clear: both;
    background: #ffffff url("../pic/bg_dotline.gif") repeat-x;
}

#content .matter a {
    text-decoration: none;
}

#content .matter h2 {
    position: absolute;
    margin: 0px;
    padding: 18px 0px;
    font-size: 13pt;
}

#content .matter acronym {
    position: absolute;
    display: block;
    margin: 39px 0px 0px 32px;
    padding: 0px;
    font-size: 10pt;
}

#content .matter p {
    margin: 0px;
    padding: 18px 0px 24px 255px;
    font-size: 13pt;
    color: #333333;
    font-weight: bold;
}

#content .matter .desc {
    margin: 0px;
    padding: 18px 255px 24px 0px;
    font-size: 12pt;
    color: #000000;
    font-weight: normal;
}

#content .matter .history {
    margin: 0px;
    padding: 0px 0px 0px 255px;
    _margin: 0px;  /* IE6 Fix */
    _padding: 0px 0px 0px 255px;
}

#content .matter span.structure{
    display: block;
    width: 255px;
    text-align: center;
    float: left;
}

#content .matter span.structure span{
    display: block;
    font-size: 9pt;
}

#content .matter dl {
    width: 250px;
    /*height: 190px; corrected 071022 by Tanya */
    padding: 0px;
    margin: 0px;
    float: left;
    clear: none;
}

#content .matter dl dt {
    position: absolute;
    padding: 0px;
    margin: 0px;
    text-align: left;
    background-color: #ffffff;
}

#content .matter dl dd {
    /*height: 21px;*/
    padding: 0px;
    margin: 0px;
    text-align: right;
    background: #ffffff url("../pic/bg_dotline.gif") 0px 13px repeat-x;
}

#content .matter dl dd.double {
    padding-top: 21px;
    background: #ffffff
}

#content .matter dl dd em {
    font-style: normal;
    background-color: #ffffff;
}

#content .matter .form {
    width: 255px;
    padding: 0px;
    margin: 0px;
    float: left;
    text-align: right;
}

#content .matter .form table {
    width: 255px;
    padding: 0px 0px 0px 40px;
    margin: -8px 0px 0px 0px;
    text-align: left;
    _width: 215px;
    _padding: 0px;
    _margin: -7px 0px 0px 0px;
}

#content .matter .form table thead {
    background: #ffffff url("../pic/bg_dotline.gif") 0px 20px repeat-x;
}

#content .matter .form table thead tr td {
    padding: 2px 2px 10px 2px;
}

#content .matter .form table td {
    padding: 1px 2px 0px 2px;
}

#content .matter .form table input {
    width: 25px;
}

#content .matter .form p {
    padding: 0px;
    margin: 16px 0px 20px 148px;
    clear: both;
}

/* Analogs
-----------------------------------------------------------------------------*/

#content .analogs_top_basket {
    background: transparent url("../pic/window_top.gif") top left no-repeat;
    width: 760px;
    height: 33px;
    margin: -34px 0px 0px 0px;
    clear: both;
}

#content .analogs_top_results {
    background: transparent url("../pic/window_top.gif") top left no-repeat;
    width: 760px;
    height: 33px;
    margin: 0px 0px 0px 0px;
    clear: both;
}

#content .analogs {
    background: transparent url("../pic/window_middle.gif") top left repeat-y;
    width: 720px;
    padding: 0px 20px;
    margin: 0px;
}

#content .analogs_bottom {
    background: transparent url("../pic/window_bottom.gif") bottom left no-repeat;
    width: 760px;
    height: 15px;
    margin: 0px 0px 20px 0px;
}

#content .analogs h3 {
    background: #ffffff url("../pic/bg_dotline.gif") 0px 7px repeat-x;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 10pt;
}

#content .analogs h3 span {
    background-color: #ffffff;
    margin: 0px 10px;
}

#content .analogs h3 span span {
    background-color: #2694DA;
    color: #ffffff;
    padding: 2px 8px;
}

#content .analogs p.original_image {
    position: absolute;
    width: 240 px;
    height: 200px;
    margin: 5px 0px 0px 0px;
}

#content .analogs div.original_info {
    margin: 0px 0px 10px 0px;
    min-height: 160px;
    _height: 160px;
}

#content .analogs div.original_info h2 {
    padding: 15px 0px 0px 240px;
}

#content .analogs div.original_info p {
    padding: 0px 20px 10px 240px;
    font-size: 9pt;
}

#content .analogs div.analogs_info {
    margin: -10px 0px 10px 0px;
}

#content .analogs div.analogs_info p {
    padding: 0px 50px 10px 0px;
    font-size: 9pt;
}

#content .analogs p.show_analogs {
    clear: both;
    text-align: right;
    margin: 0px;
    padding: 0px 4px 4px 0px;
    font-size: 9pt;
}

#content .analogs p.remark {
    background: #ffffff url("../pic/bg_dotline.gif") 0px 7px repeat-x;
    clear: both;
    font-size: 8pt;
    padding: 17px 0px 0px 0px;
    margin: 0px;
}

#content .analogs ul.gallery {
    list-style-type: none;
    padding: 8px 0px;
    margin: 0px;
}

#content .analogs ul.gallery li {
    width: 240px;
    padding: 0px;
    margin: 0px;
    float: left;
    text-align: center;
}

#content .analogs ul.gallery li img {
    border: 0px;
}

#content .analogs p.close_button {
    text-align: right;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

#content .analogs p.close_button a {
    display: block;
    background: #ffffff url("../pic/close_button.gif") top left no-repeat;
    width: 19px;
    height: 19px;
    float: right;
}

#content .analogs p.close_button a span {
    display: none;
}

/* Forms
-----------------------------------------------------------------------------*/

#content form {
    padding: 0px;
    margin: 0px;
}

#content form .switch_form {
    color: #999999;
    font-size: 9pt;
    background: #ffffff url("../pic/bg_dotline.gif") 0px 7px repeat-x;
    margin: 8px 0px;
    padding: 0px 25px;
    _padding: 0px 22px;  /* IE6 Fix */
}

#content form .switch_form a {
    color: #999999;
    text-decoration: none;
    padding: 0px 5px 0px 17px;
    background: #ffffff url("../pic/arrow_right.gif") 2px 1px no-repeat;
}

#content form .switch_data {
    color: #999999;
    font-size: 9pt;
    background: #ffffff url("../pic/bg_dotline.gif") 0px 7px repeat-x;
    margin: 8px 0px;
    padding: 0px 25px;
    _padding: 0px 22px;  /* IE6 Fix */
}

#content form .switch_data a {
    color: #999999;
    text-decoration: none;
    padding: 0px 5px 0px 17px;
    background: #ffffff url("../pic/arrow_right.gif") 2px 1px no-repeat;
}

#content form fieldset {
    border: none;
    margin: 0px 0px;
    padding: 10px 15px;
}

#content form fieldset.additional {
    background: #ffffff url("../pic/bg_dotline.gif") repeat-x;
    _background: #ffffff url("../pic/bg_dotline.gif") 0px 7px repeat-x; /* IE6 Fix */
}

#content form fieldset.additional legend {
    color: #999999;
    font-size: 9pt;
    padding: 0px 5px;
    margin: 0px 10px;
    background-color: #ffffff;
    _margin: -10px 0px 10px 0px;  /* IE6 Fix */
}

#content form fieldset.additional legend span,
#content form fieldset.additional legend a {
    color: #999999;
    text-decoration: none;
    padding: 0px 0px 0px 12px;
    background: #ffffff url("../pic/arrow_down.gif") -3px 1px no-repeat;
}

#content form fieldset.additional legend a:hover,
#content form .switch_form a:hover {
    text-decoration: underline;
}

#content form dl {
    margin: 0px 0px 15px 245px;
    padding: 0px 0px;
    clear: both;
}

#content form dl dt {
    position: absolute;
    text-align: left;
    margin: 0px 0px 0px -245px;
    padding: 5px 0px;
	1width: 240px;
}

#content form dl dd {
    margin: 2px 0px 4px 0px;
    padding: 2px 0px;
    background-color: #ffffff;
}

#content form dl textarea,
#content form dl input {
    border: 1px #c0c0c0 solid;
    background-color: #ffffff;
    _border: inherit;   /* IE6 Fix */
}

#content form dl div.embed {
    width: 340px;
    height: 200px;
    border: 1px #c0c0c0 solid;
    /*background-color: #ffffff;*/
		background: #ffffff url("../pic/java_required.gif") center center no-repeat;
    _border: inherit;   /* IE6 Fix */
}

#content .matter span div.embed {
	width: 215px;
	height: 160px;
    border: 1px #c0c0c0 solid;
    /*background-color: #ffffff;*/
		background: #ffffff url("../pic/java_required.gif") center center no-repeat;
    _border: inherit;   /* IE6 Fix */
}

#content form dl textarea:focus,
#content form dl input:focus {
    background-color: #f8f8f8;
}

#content form dl.container ul {
    width: 240px;
    float: left;
    padding: 0px 0px 20px 0px;
    _padding: 0px 0px 5px 0px;
}

#content form ul.container_column {
    margin: -8px 0px 0px 0px;
}

#content form ul.container_column li {
    margin: 0px 0px 8px 0px;
}

#content form dl ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#content form li {
    margin: 0px;
    padding: 0px;
}

#content form ul label {
    padding-left: 5px;
}

#content form .button {
    margin: 12px 0px 15px 258px;
}

#content form fieldset .button {
    margin: 12px 0px 15px 243px;
}

/* Forms (recent structures)
-----------------------------------------------------------------------------*/

#content form dl.recent_structures {
    width: 150px;
    position: absolute;
    padding: 0px;
    /*margin: -210px 0px 0px 600px;*/
    /*margin: 0px 0px 0px 600px;*/
    margin: 0px 0px 0px 790px;
    background: #ffffff url("../pic/bg_dotline.gif") 5px 7px no-repeat;
    /*_margin: -225px 0px 0px 355px; /* IE6 Fix */
    /*_margin: 0px 0px 0px 355px; /* IE6 Fix */
    _margin: 0px 0px 0px 525px; /* IE6 Fix */
}

#content form dl.recent_structures dt {
    color: #999999;
    font-size: 10pt;
    /*margin: 0px 0px 0px 8px;*/
    margin: 0px 0px 0px 28px;
    padding: 0px 0px 0px 12px;
    background: #ffffff url("../pic/arrow_right.gif") -3px 1px no-repeat;
}

#content form dl.recent_structures dd {
    margin: 0px;
    padding: 30px 0px 0px 0px;
    background-color: transparent;
}

/* detail
-----------------------------------------------------------------------------*/

#content form p.detail {
    margin: 0px 0px 0px 26px;
    padding: 0px 0px 0px 0px;
    font-size: 9pt;
}

#content form a.toggle {
    color: #999999;
    font-size: 9pt;
}


/* Savings
-----------------------------------------------------------------------------*/

#content .savings {
	font-style : italic;
	font-weight : bold;
}

/* Copyrights
-----------------------------------------------------------------------------*/

#copyright {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 10pt;
    color: #999999;
    background: #ffffff url("../pic/bg_dotline.gif") repeat-x;
    clear: both;
}

#copyright ul {
    margin: 0px;
    padding: 14px 0px;
    list-style-type: none;
}

#copyright a {
    color: #999999;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}


/* Similarity
--------------------------------------------------------------- added by Tanya*/
table.simadd {
    width: 100%;
/*    margin: 0px 0px;
    padding: 0px;
    border-collapse:  collapse;*/
}

table.simadd td {
    width: 218px;
}


/* Content (alert)
-----------------------------------------------------------------------------*/

#content .alert_text {
    color: #bb3300;
}

/* newprod - New Products page
-----------------------------------------------------------------------------*/
#information .newprod ul {
    float: left;
    padding: 0px 0px 24px 0px;
    margin: 10px 0px;
    list-style-type: none;
    width: 225px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 14pt;
    color: #000000;
    background: #ffffff url("../pic/bg_dotvertical.gif") right repeat-y;
}
#information .newprod ul li {
    padding: 0px 20px 0px 15px;
}

#information .newprod a {
    text-decoration: none;
    color: #000000;
}

#information .newprod a:hover {
    text-decoration: underline;
}

#information  .newprod table {
    width: 535px;
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
	border-collapse: collapse;
    /*border: 1px #CFC172 solid;*/
    border: 0px;
}
#information .newprod td{
    margin: 0px;
    padding: 0px 6px;
	border-collapse: collapse;
    border: 0px;
    /*border: 2px #CFC172 solid;*/
}
#information .newprod a img {
	width: 108px;
	height: 80px;
}

/* allprod - All Products page
-----------------------------------------------------------------------------*/
#information .allprod ul {
    float: left;
    padding: 0px 0px 24px 0px;
    margin: 10px 0px;
    list-style-type: none;
    width: 253px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 14pt;
    color: #000000;
    background: #ffffff url("../pic/bg_dotvertical.gif") right repeat-y;
}
#information .allprod ul li {
    padding: 0px 0px 0px 15px;
}

#information .allprod a {
    text-decoration: none;
    color: #000000;
}

#information .allprod a:hover {
    text-decoration: underline;
}

#information  .allprod table {
    width: 535px;
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
	border-collapse: collapse;
    /*border: 1px #CFC172 solid;*/
    border: 0px;
}
#information .allprod td{
    margin: 0px;
    padding: 0px 6px;
	border-collapse: collapse;
    border: 0px;
    /*border: 2px #CFC172 solid;*/
}
#information .allprod a img {
	width: 108px;
	height: 80px;
	margin: 7px;
}

/* dup_link - Duplicates
-----------------------------------------------------------------------------*/
#content .matter a.dup_link span {
	display: inline;
	float: none;
	color: black;
	1font-weight: bold;
}

/* publication
-----------------------------------------------------------------------------*/
#content form dl.publication {
    margin: 0px 0px 15px 100px;
    padding: 0px 0px;
    clear: both;
}

#content form dl.publication dt {
    position: absolute;
    text-align: left;
    margin: 0px 0px 0px -100px;
    padding: 5px 0px;
}

#content form dl.publication dd {
    margin: 2px 0px 4px 0px;
    padding: 2px 0px;
    background-color: #ffffff;
}

/* addresslist
-----------------------------------------------------------------------------*/
div.addresslistcolumn {
	float: left;
	width: 50%;
	border: 0;
	1spacing: 0;
	padding: 4;
	overflow:hidden;
}

#content form #addresslist fieldset.additional div.addresslistcolumn table tbody td:hover {
	background-color: #DDDDDD;
}

#content form #addresslist fieldset.additional div.addresslistcolumn table tbody td.selected {
	background-color: #EDE8CF;
}
#content form #addresslist fieldset.additional div.addresslistcolumn table tbody td.selected:hover {
	background-color: #E7E1BE;
}

/*div.addresslistcolumn table tbody tr td:hover {*/

/* orderhistory
-----------------------------------------------------------------------------*/
#content .orderhistory {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 10pt;
    color: #999999;
}

#content .orderhistory a {
    color: #999999;
    text-decoration: none;
}

#content .orderhistory a:hover {
    text-decoration: underline;
}


/* Analogs
-----------------------------------------------------------------------------*/
#content strong .replacement_link {
    font-size: 10pt;
}

#content .replacement_top_basket {
    background: transparent url("../pic/window_top.gif") top left no-repeat;
    width: 760px;
    height: 33px;
    margin: -34px 0px 0px 0px;
    clear: both;
}

#content .replacement_top_results {
    background: transparent url("../pic/window_top.gif") top left no-repeat;
    width: 760px;
    height: 52px; /* 33 (было) + 19 (сдвинут replacement_header) */
    margin: 0px 0px 0px 0px;
    clear: both;
}

#content .replacement {
    background: transparent url("../pic/window_middle.gif") top left repeat-y;
    width: 720px;
    padding: 0px 20px;
    margin: 0px;
}

#content .replacement_bottom {
    background: transparent url("../pic/window_bottom.gif") bottom left no-repeat;
    width: 760px;
    height: 15px;
    margin: 0px 0px 20px 0px;
}

#content .replacement h3 {
    /*background: #ffffff url("../pic/bg_dotline.gif") 0px 7px repeat-x;*/
    margin: 0px 0px -30px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 10pt;
}

#content .replacement h3 span {
    background-color: #ffffff;
    margin: 0px 10px;
}

#content .replacement h3 span span {
    background-color: #2694DA;
    color: #ffffff;
    padding: 2px 8px;
}

#content .replacement p.original_image {
    position: absolute;
    width: 240 px;
    height: 200px;
    margin: 5px 0px 0px 0px;
}

#content .replacement div.original_info {
    margin: 0px 0px 10px 0px;
    min-height: 160px;
    _height: 160px;
}

#content .replacement div.original_info h2 {
    padding: 15px 0px 0px 240px;
}

#content .replacement div.original_info p {
    padding: 0px 20px 10px 240px;
    font-size: 9pt;
}

#content .replacement div.replacement_info {
    margin: -10px 0px 10px 0px;
}

#content .replacement div.replacement_info p {
    padding: 0px 50px 10px 0px;
    font-size: 9pt;
}

#content .replacement p.show_replacement {
    clear: both;
    text-align: right;
    margin: 0px;
    padding: 0px 4px 4px 0px;
    font-size: 9pt;
}

#content .replacement p.remark {
    background: #ffffff url("../pic/bg_dotline.gif") 0px 7px repeat-x;
    clear: both;
    font-size: 8pt;
    padding: 17px 0px 0px 0px;
    margin: 0px;
}

#content .replacement ul.gallery {
    list-style-type: none;
    padding: 8px 0px;
    margin: 0px;
}

#content .replacement ul.gallery li {
    width: 240px;
    padding: 0px;
    margin: 0px;
    float: left;
    text-align: center;
}

#content .replacement ul.gallery li img {
    border: 0px;
}

#content .replacement p.close_button {
    text-align: right;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

#content .replacement p.close_button a {
    display: block;
    background: #ffffff url("../pic/close_button.gif") top left no-repeat;
    width: 19px;
    height: 19px;
    float: right;
}

#content .replacement p.close_button a span {
    display: none;
}

#content .replacement_bottom {
	clear: both;
}

#content .replacement_header {
	position: absolute;
	width: 720px;
	padding: 0px;
	margin: -19px 0px 0px 0px;
}

#content .replacement_clear_both {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

/* .replacement .matter
-----------------------------------------------------------------------------*/
#content .replacement .matter {
    width: 720px;
}

#content .replacement .matter span {
    width: 235px;
}

#content .replacement .matter .form {
    width: 235px;
}

#content .replacement .matter .form table {
    width: 235px;
    padding: 0px 0px 0px 20px;
    _width: 235px;
}

#content .replacement .matter p {
    margin: 0px;
    padding: 18px 0px 24px 235px;
}

#content .replacement .matter .form p {
    padding: 0px;
    margin: 16px 0px 20px 24px;
    clear: both;
}

/* #kwsearch
-----------------------------------------------------------------------------*/
#content #kwsearch_input {
	height: 38px;
	width: 630px;
	margin: 0px;
	padding: 0px 8px;
	background: none repeat scroll 0% 0% padding-box rgba(255, 255, 255, 0.9);
	border-width: 1px;
	border-style: solid;
	border-image: none;
	border-color: rgba(23, 51, 78, 0.15) rgba(23, 51, 78, 0.17) rgba(23, 51, 78, 0.2);
}

#content #kwsearch_submit {
    height: 40px;
    font-size: 13px;
	margin: 0px;
    padding: 0px 9px;
    border-width: 1px;
    border-style: solid;
    border-image: none;
    border-radius: 0px 5px 5px 0px;
    background-color: #999999;
    border-color: #999999;
    color: #ffffff;
}

/* #java_chrome_42_message
-----------------------------------------------------------------------------*/
#java_chrome_42_message {
	display: none;
}

/* .structurebox_select
-----------------------------------------------------------------------------*/
#content form dl.structurebox_select {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
	margin: 0px;
    padding: 0px;
    clear: both;
}

#content form dl.structurebox_select dt {
	position: relative;
	float: left;
    text-align: left;
    vertical-align: top;
	margin: 0px;
    padding: 0px 82px 0px 0px;
}

#content form dl.structurebox_select dd {
    text-align: left;
    vertical-align: top;
	margin: 0px;
    padding: 0px;
}

#content form dl.structurebox_select ul {
    float: left;
	padding: 0px;
    margin: 0px;
    list-style-type: none;
	width: 270px;
}

/* .button input
-----------------------------------------------------------------------------*/
#content form dl .button input,
#search #content form dl .button input:hover {
	border: none;
}

/* .sketcher, .sketcher-frame, .sketch_img
-----------------------------------------------------------------------------*/
.sketcher {
	border: 1px #c0c0c0 solid;
	margin: 0px 0px 32px 0px;
	padding: 0px 0px 0px 0px;
/*	height: 480px;
	min-width: 370px;
	min-height: 320px;*/
	width: 730px;
	height: 500px;
	overflow: hidden;
	background-color: transparent;
	position: relative; /*must have for Elemental*/
	clear: both;
}
.sketcher-frame {
	margin: -2px;
	resize: none;
	min-width: 370px;
	min-height: 320px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.sketch_img {
	width: 215px;
	height: 160px;
	margin: 0px 0px 8px 0px;
}

/* mark
------------------------------------------------------------------------------ */
.mark {
	color: #CC0000;
}

/* mark
------------------------------------------------------------------------------ */
.disabled {
	color: #999999;
	background-color: #eeeeee;
}


