/*
    This style is implemented by WhiteStar Technologies, Inc. (www.whitestartech.com)
    and is based on a free website layout by Breezy New Media (www.breezy.cz).
*/

html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font: normal 62.8%/1.3 Arial, Helvetica, sans-serif;
  background: #700;
  color: #3e3533;
  padding: 20px 0;
}
a {
/*  color: #af0731;*/
  color: #715a64;
}
a:hover {
  text-decoration: underline !important;
  color: #000;
}
a img {
  border:0;
}
img {
  border: 1px #d5d2d2 solid;
}
input select, textarea {
  font-family: Arial, lucida, sans-serif;
  font-size: 1em;
  vertical-align: middle;
}
input, textarea {
  background: #efecec;
  padding: 2px 0;
  margin: 0;
  border: 1px solid #676464;
}
.fullsz { width: 100%; }
.width80 { width: 80%; }
button {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 18px;
  border: none;
  text-decoration: underline;
  font-weight: bold;
  color: #00CCFF;
  cursor: pointer;
}
.submit {
  width: auto !important;
  overflow: visible;
  background-color: #312b2a;
  border: 1px solid #000 !important;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

h1  { font-size: 2em;   }
h2  { font-size: 1.6em; }
h3  { font-size: 1.4em; }
h4  { font-size: 1.2em; }
h5  { font-size: 1.1em; }
h6  { font-size: 1em;   }

p   { line-height: 20px; }

h1, h2, h3, h4, h5, h6  { color: #3e3533; }

table           { border-collapse: collapse; width: 100%; }
table th        { text-align: left; background-color: #efefef; }
table td.right  { padding-left: 5px; }
table th.right  { padding-left: 5px; }
table td.left   { padding-right: 5px; }
table th.left   { padding-right: 5px; }

#contentBlock table.ebayldesc           { border-collapse: collapse; width: 100%; border:1px solid #d8d8d8; }
table.ebayldesc th        { text-align: left; background-color: #efefef; }
table.ebayldesc th.left   { padding-right: 5px; }
table.ebayldesc th.right  { padding-left: 5px; }

#contentBlock table.ebayldesc td.left-top {
    padding:1em 4px 4px 1em; border:1px none transparent;
}
#contentBlock table.ebayldesc td.right-top {
    padding:1em 4px 4px 4px;border:1px none transparent;color:#715a64;
}
#contentBlock table.ebayldesc td.left-mid {
    padding:4px 4px 4px 1em;border:1px none transparent;
}
#contentBlock table.ebayldesc td.right-mid {
    padding:4px;border:1px none transparent;color:#715a64;
}
#contentBlock table.ebayldesc td.left-bot {
    padding:4px 4px 1em 1em;border:1px none transparent;
}
#contentBlock table.ebayldesc td.right-bot {
    padding:4px 4px 1em 4px;border:1px none transparent;color:#715a64;    
}


blockquote {
  margin: 0;
  padding: 10px 20px;
  color: #333;
  line-height: 1.6;
  font-family: Georgia, serif;
}
fieldset { border: 0 !important; }

.hidden   { display: none; }


/* basic layout */
#view     { width: 900px; margin: 0 auto; }
#head     { font-size: 1.2em; height: 202px; position: relative; }
#content  { font-size: 1.2em; }
#foot     { font-size: 1.2em; clear: both; }


/* logo constructs */
h1 {
  font-family: Georgia, "New York CE", utopia, serif;
  font-size: 3em;
  font-weight: normal;
  margin-top: 40px;
}
h1 a {
  text-decoration: none;
  color: #fff !important;
}

#logo *      { color: #eaafa3; text-decoration: none !important; }
#logo a img {
  position: relative;
  top: 12px;
  left: -25px;
  width: 474px;
  height: 110px;
}
#logo a img.armature {
    border: none;
    width: 220px;
    height: 120px;
}
#logo h2 {
  font-weight: normal;
  font-size: 1.2em;
  clear: left;
  position: relative;
  top: 4px;
  left: 160px;
}
#logo h2 span {
  font-weight: bold;
  letter-spacing: 0.01em;
}
#logo .block {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}


/* error display */
.fieldWithErrors {
  border: 2px solid red;
  padding: 2px;
  background-color: red;
  display: table;
  width: 100%;
}

.fieldWithErrors.input {
  background-color: red;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #efecec;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px -7px 12px -7px;
  background-color: #c00;
  color: #fff;
}

#contentBlock div #errorExplanation p { margin-bottom: 1em; }
#errorExplanation p {
  color: #3e3533;
  padding: 5px;
}

#contentBlock div #errorExplanation ul { margin-bottom: 1em; }
#errorExplanation ul li {
  font-size: 96%;
  line-height: 1.5em;
  list-style: none;
}


.contactCookies {
    background:#ddd;
    border: black 1px solid;
    margin-bottom: 2em;
    padding: 8px;
}
.contactCookies p {
    margin: 0 !important;
}
.contactCookiesNote {
    color: red;
    font-weight: bold;
}
.contactCookies a {
    color: white;
    background: #312B2A;
    font-weight: bold;
    border: black 1px solid;
    padding: 2px 1.2em;
}


/* main classes */
.fr       { float: right !important; }
.fl       { float: left !important; }
.clear    { clear: both !important; }
.rclear   { clear: right !important; }
.lclear   { clear: left !important; }
.right    { text-align: right !important; }
.left     { text-align: left !important; }
.center   { text-align: center !important; }
.underline { text-decoration: underline; }
.bold     { font-weight: bold; }
.italic   { font-style: italic; }
.p-tight  { margin-bottom: 1em !important; }
.p-1and1  { margin-top: 1em !important; margin-bottom: 1em !important; }
.last     { margin-right: 0 !important; margin-bottom: 0 !important; border-bottom: none !important; }
.wordsp01 { word-spacing: 0.1em; }
.small    { font-size: .90em; }
.big12    { font-size: 1.2em; }
.big      { font-size: 1.5em; }
.item     { margin-bottom: 1.5em; border-bottom: 1px #d8d8d8 solid; clear: both; }
.info     { font-size: .95em; margin: 2px 0 6px !important; }
.col1     { width: 49%; float: left; }
.col2     { width: 49%; float: right; }
img.left  { margin-left: 0 !important; }
img.right { margin-right: 0 !important; }
.fl-inl-image { float: left !important; margin-right: 8px; }
.fr-inl-image { float: right !important; margin-left: 8px; }
.image-only   { width: 285px; margin: 0px 50px 2em 120px; }
.about-building {
  margin: 0px 50px 2em 14px;
  width: 508px;
}
.image-subtitle {
  font-size:90%;
  font-weight:bold;
  padding:0px 5px;
  line-height:1em;
}
.image-subtitle-empty {
  font-size:90%;
  font-weight:bold;
  padding:0px 5px;
  line-height:1em;
  margin-bottom: 1em !important;
}
.listview {
  border-bottom: 2px solid #d5d2d2;
  display: inline;
  float: left;
  padding: 8px 2px;
  width: 100%;
}
p.simple-para { margin-bottom: 0em; }
p.listview-separator { clear: both !important; margin-bottom: 0em !important; }

.notice {
    border: 1px solid black;
    margin-right: 2em;
    margin-bottom: 2em;
    padding: 2em;
    color: green;
    background-color: #eee;
}
div.notice p { margin-bottom: 1em !important; }
.errnote {
    border: 1px solid black;
    margin-right: 2em;
    margin-bottom: 2em;
    padding: 2em;
    color: red;
    background-color: #eee;
}
div.errnote p { margin-bottom: 1em !important; }


/* layout constructs */
#logo       { position: relative; padding: 0 50px; height: 149px; overflow: hidden; background: url('../images/hdr_background.png') 0 0 repeat-x; }
#mainMenu   { height: 46px; padding: 0 25px; background: #312b2a url('../images/bg-main-menu.gif') repeat-x; border: 1px #8a817e solid; border-width: 1px 0 6px; }
#content    { padding: 30px 0 25px; overflow: hidden; height: 100%; background: #fff repeat-y; }
#foot       { height: 68px; background: #312b2a url('../images/bg-foot.jpg') no-repeat; }


/* main Menu --old li a color: #b59d97 */
#mainMenu ul                { position: relative; height: 46px; }
#mainMenu li                { position: relative; float: left; padding-right: 7px; }
#mainMenu li a              { display: block; float: left; color: #c6aea8; height: 30px; padding: 16px 15px 0 20px; }
#mainMenu li a span         { position: absolute; left: 8px; top: 20px; width: 6px; height: 8px !important; overflow: hidden; background: url('../images/menu_item.gif') no-repeat; }
#mainMenu li.active         { position: relative; top: 7px; background: url('../images/bg-main-menu_shadow.gif') 100% 0 no-repeat; }
#mainMenu li.active a       { padding-top: 9px; text-decoration: none !important; color: #000 !important; background: #fff url('../images/bg-main-menu_active.gif') repeat-x; border-bottom: 6px #fff solid; }
#mainMenu li.active a span  { top: 12px; background-position: 0 -8px; }
#mainMenu li a:hover        { color: #fff; }

/* search box */
#search {
    position: absolute;
    right: 12px;
    bottom: 16px;
    width: 350px;
    text-align: right;
}
#search .button {
    width: 284px;
    height: 14px;
    border: none;
    background: url('../images/bg-input.gif') no-repeat;
    padding: 5px 6px;
}
.srch_italic {
    color: #777;
    font-style: italic;
    font-size: 99%;
}
.srch_normal {
    color: #000;
    font-style: normal;
}
#search .submit {
  position: relative;
  width: 26px !important;
  height: 24px;
  background: url('../images/bg-submit.gif') no-repeat;
  border: none !important;
  padding: 0;
  left: -3px;
}


.specials-rect {
    position: relative;
    top: -34px;
    left: 4px;
    border: 2px solid #d5d2d2;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -4px -2px 4px #d5d2d2;
    padding: 12px 20px;
    width:192px;
}
.specials-rect-text {
    font-size: 1 em;
    color: blue;
}

.img-down-arrow {
    border: 0;
    margin-bottom: -4px;
}

/* Left menu block */
#menuBlock {
  width: 285px;
  float: left;
  margin: 25px 0px 0px 20px;
  background: url('../images/bg-menublock.gif') 100% 0 repeat-y;
}
#menuBlock .box {
  margin-bottom: 30px;
  padding-left: 12px;
}
#menuBlock .firstBox {
  position: relative;
  top: -25px;
  margin-bottom: 5px;
  background: url('../images/bg-menublock-topleft.gif') 0 26px no-repeat;
}
#menuBlock .nextBox {
  position: relative;
/*  top: -25px; */
  margin-bottom: 5px;
  background: url('../images/bg-menublock-topleft.gif') 0 26px no-repeat;
}
#menuBlock .box h3 {
  margin-bottom: 11px;
  padding-left: 15px;
  color: #af0731;
}
#menuBlock .boxText {
  padding: 0 27px 32px 27px;
}
#menuBlock .boxText h3 {
  padding-left: 0 !important;
}
#menuBlock .subMenu li a {
  display: block;
  height: 23px;
  padding: 8px 5px 0 32px;
  color: #000;
  text-decoration: none;
  background: url('../images/bg-menublock-item.gif') no-repeat;
}
#menuBlock .subMenu li a:hover,
#menuBlock .subMenu li.active a {
  background-color: #efefef;
  background-position: 0 -31px;
  text-decoration: none !important;
}


/* Right content block */
#contentBlock {
  float: right;
  width: 540px;
  padding: 0 30px 0 10px;
/*  padding: 0 45px 0 10px;*/
}
#contentBlock h2  { margin-bottom: 1.3em; }
#contentBlock h3  { margin-bottom: 1.2em; }
#contentBlock img { margin: 3px; padding: 3px; }
#contentBlock p,
#contentBlock table             { margin-bottom: 2em; }
#contentBlock table td,
#contentBlock table th          { border: 1px #d8d8d8 solid; padding: 10px; }
#contentBlock table tr.odd td,
#contentBlock table tr.odd th   { background: url('../images/bg-table_line.gif') repeat-x; }


/* lists */
#menuBlock .boxText ul    { padding-left: 10px; }
#menuBlock .boxText ol    { padding-left: 17px; }
#menuBlock .boxText ul *,
#menuBlock .boxText ol *  { margin-bottom: 0 !important; }
#menuBlock .boxText ul li { margin: 3px 0; padding-left: 16px; background: none; }

ul.bulletList    { margin-bottom: 2em; padding-left: 10px; }
ul.bulletList li { margin: 3px 0; padding-left: 16px; background: url('../images/list_item.gif') 0 4px no-repeat; }
#contentBlock ul.sitemap li { margin: 0.5em 0; padding-left: 16px; padding-bottom: 0.5em; background: url('../images/list_item.gif') 0 4px no-repeat; }

ol.termsList        { padding-left: 17px; margin-bottom: 2em; }
ol.termsList li     { margin: 3px 0 3px 10px; padding: 0; background: none; list-style: decimal; }
ol.termsListSub1    { padding-left: 27px; margin-bottom: 6px; }
ol.termsListSub1 li { margin: 3px 0 0 10px; padding: 0; background: none; list-style: lower-alpha; }


div.partno_complete { width: 400px; background: #fff; position: absolute; }
div.partno_complete ul { border: 1px solid #676464; margin: 0 0 0 1px; padding: 0; width: 99%; list-style-type: none; }
div.partno_complete ul li { margin: 0; padding: 3px; display: block; cursor: pointer; list-style-type: none; }
div.partno_complete ul li.selected { background-color: #ddf; }
div.partno_complete ul strong.highlight { color: #800; margin: 0; padding:0; }


/* footer  */
ul.ftMenu     { position: relative; margin-left: 13.4em; }
ul.ftMenu li  { position: relative; float: left; padding-top: 1.2em; padding-right: 62px; color: #eaafa3; }
ul.ftMenu li a { color: #eaafa3; }
.ft-bot       { color: #8a817e; padding: 1.2em 15px 0.4em 15px; }
.ftLeft       { 
    float: left; 
    color: #8a817e;
    position: relative;
    *top: -1.2em;
}
.ftLeft a     { color: #8a817e; }
.ftRight      {
    float: right;
    color: #8a817e;
    position: relative;
    *top: -1.2em;
}
.ftRight a    { color: #8a817e; }
/*#foot a:link  { color: #8a817e; }*/
#foot a:hover { color: #fff; }

/* breezy icons list */
.ico              { padding-left: 15px; }
.ico-breezy       { background: url('../images/breezy3-img.gif') 2px 0 no-repeat; padding: 2px 0 1px 25px; }
.ico-breezy:hover { background-position: 2px -18px; }
/*.ico-date         { background: url('../images/date-img.gif') 0 50% no-repeat; }*/
