/* 
    Document   : TagAge
    Created on : 26.1.2009, 23:08:21
    Author     : lummejan
    Description: stylesheet for TagAge
*/

root { 
    display: block;
	font-family: Georgia;
}

body {
  margin: 0;
  padding: 0;
  background: url(img/grad_750px.jpg) top repeat-x;
  text-align: center;
  z-index: 100;
}

div#main {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

div#top {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 80px;
  z-index: 100;
/*  background-image: url(img/grad_750px.jpg);
  background-repeat: repeat-x; */
}

div#top_strip {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 26px;
  background-color: black;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

div#login {
  position: absolute;
  top: 1px;
  left: 16px;
  height: 20px;
  width: 350px;
  text-align: left;
  color: white;
}

div#myblock {
  position: absolute;
  top: 0px;
  left: 700px;
  height: 20px;
  width: 180px;
}

span#forgot_pw {
  position: absolute;
  top: 5px;
  left: 330px;
/*  font: Normal 8pt Arial; */
  font-size: 8pt;
  font-weight: Bold;
  white-space: nowrap;
  color: #ccc;
  text-decoration: underline;
  cursor: pointer;
}

span#login_fail {
  display: none;
  position: absolute;
  top: 26px;
  left: 176px;
  font-size: 8pt;
  font-weight: Bold;
  white-space: nowrap;
  color: #f00;
}

div#top_logo {
  position: absolute;
  top: 28px;
  left: 6px;
  width: 300px;
  height: 60px;
  background-image: url(img/tagage.png);
  background-repeat: no-repeat;
  cursor: pointer;
/*  z-index: 100;  */
}

#top_status {
  position: absolute;
  top: 36px;
  left: 926px;
  width: 200px;
  height: 20px;
  font: Normal 7pt Arial;
  color: #008542;
}

#blog_link {
  position: absolute;
  top: 20px;
  left: 280px;
  width: 240px;
  height: 200px;
  font: Normal 7pt Arial;
/*  display: none; */
}

.top_text {
  padding: 4px 0 0 4px;
  height: 14px;
  color: white;
}

.top_link {
  padding: 4px 0 0 4px;
  height: 14px;
  cursor: pointer;
  color: white;
}

.top_link:hover { color: #8f8; }

div#myblock {
  position: absolute;
  top: 3px;
  left: 600px;
  width: 250px;
}

div#cartblock {
  position: absolute;
  top: 3px;
  left: 900px;
  width: 60px;
}

div#cart_image {
  position: absolute;
  top: 2px;
  float: right;
  right: 26px;
}

div#social {
  position: absolute;
  top: 40px;
  left: 320px;
  height: 32px;
  width: 100px;
}

div#top_tabs {
  position: absolute;
  top: 20px;
  left: 440px;
  height: 57px;
  width: 600px;
}

div.tab_area {
  position: relative;
  float: left;
  top: 0px;
  width: 100px;
  height: 57px;
  cursor: pointer;
}

div.tab_space {
  position: relative;
  float: left;
  top: 0px;
  width: 110px;
  height: 57px;
}

div.top_tab {
  position: relative;
  top: 15px;
  background: url(img/tab_black.png) bottom no-repeat;
  width: 94px;
  height: 39px;
  font-family: Arial;
  font-weight: Bold;
  font-size: 7pt;
  text-align: center;
  color: white;
  cursor: pointer;
}

div.top_tab selected {
  background: url(img/tab_white.png) bottom no-repeat;
  color: black;
}

div.top_tab p { padding-top: 15px; margin-top: 0px; }

div.white_tab {
  position: relative;
  left: 80px;
  width: 141px;
  height: 59px;
  background: url(img/big_tab.png) bottom no-repeat;
  color: black;
  cursor: pointer;
}
div.white_tab:hover { top: -1px; }
div.white_tab p { padding-top: 18px; }

div#contentwrapper {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 600px;
  z-index: 101;
}

div#content1 {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 600px;
  z-index: 102;
}

div#content2 {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 600px;
  text-align: left;
  padding: 0px;
  background-image: url(img/white_canvas.png);
  background-repeat: no-repeat;
  overflow: auto;
  z-index: 104;
}

div#content2html {
  position: relative;
  top: 20px;
  left: 20px;
/*  width: 920px;
  height: 530px; */
  width: 90%;
  height: 90%;
  padding-right: 15px;
  overflow: auto;
}

div#content3 {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 600px;
  background-image: url(img/home_background.png);
  background-repeat: no-repeat;
  overflow: auto;
  z-index: 104;
}

.bulletlist li a { background: url(img/bullet.gif) 0 1px no-repeat; padding: 0 0 3px 25px; }

div.content3_sub {
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 300px;
  text-align: left;
  height: 200px;
  font-family: Arial;
  font-size: 0.7em;
  overflow: auto;
}

.bulletlist { list-style:none; line-height: 2em; padding: 0; }
.separator { background: url(img/separator.gif) left repeat-y; }
.indent1 { padding-right:10px; }
.indent2 { padding-left:20px; }

div.content3_divider {
  position: relative;
  float: left;
  left: 0px;
  top: 10px;
  width: 6px;
  height: 180px;
  border-left: 1pt solid gray;
}

div#menumask_stripes {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  height: 600px;
/*  background-image: url(img/flash_mask.png);
  background-repeat: no-repeat; */
  background-color: #000;
  overflow: hidden;
  display: none;
  cursor: pointer;
  z-index: 104;
}

div#menumask_text {
  position: absolute;
  top: 200px;
  left: 50px;
  width: 120px;
  height: 100px;
  font: Bold 0pt Arial;
  color: #333;
  text-align: center;
  padding: 10px 10px 10px 10px;
  /* background-color: white; */
  background-image: url(img/cont_button.png);
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
  z-index: 105;
}

#welcome_text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 600px;
  background-color: #FFF;
  background-image: url(img/left_corner.png);
  background-repeat: no-repeat;
  overflow: hidden;
  display: none;
  z-index: 110;
}

#left_corner {
  position: absolute;
  top: 0px;
  left: 220px;
  width: 27px;
  height: 600px;
  background-image: url(img/left_corner.png);
  background-repeat: no-repeat;
  z-index: 104;
}

#right_corner {
  position: absolute;
  top: 0px;
  left: 973px;
  width: 27px;
  height: 600px;
  background-image: url(img/right_corner.png);
  background-repeat: no-repeat;
  z-index: 104;
}

div#content2 h2 { color: #333; padding-left: 20px; }

div#welcome {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 600px;
  background-color: #FFF;
  background-image: url(img/welcome.png);
  background-repeat: no-repeat;
  background-position: 120px 10px;
  text-align: center;
  overflow: hidden;
}

div#welcome span#text1 {
  position: absolute;
  top: 110px;
  left: 200px;
  font: Bold 24pt Georgia;
  color: orange;
}

div#welcome span#text2 {
  position: absolute;
  top: 110px;
  left: 450px;
  font: Bold 24pt Georgia;
  color: white;
}

div#welcome span#text3 {
  position: absolute;
  top: 180px;
  left: 440px;
  width: 360px;
  height: 200px;
  font: Normal 8pt Arial;
  color: #CCC;
  text-align: left;
}

div#welcome span#button {
  position: absolute;
  top: 510px;
  left: 250px;
  width: 500px;
}

div#starthere {
  position: absolute;
  top: 200px;
  left: 620px;
  width: 400px;
  height: 200px;
  display: none;
}

div#bot {
  position: relative;
  left: 0px;
  top: 0px;
  width: 1000px;
  height: 70px;
  background-color: #ececec;
  border: 1pt outset #ddd;
  color: black;
  font: Normal 7pt Arial;
  z-index: 100;
}

#bottom_left_2 {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 86px;
  height: 40px;
  border-right: 1pt solid #aaa;
  text-align: left;
}

#bottom_left_3 {
  position: absolute;
  top: 10px;
  left: 120px;
  width: 86px;
  height: 40px;
  border-right: 1pt solid #aaa;
  text-align: left;
}

#bottom_left_4 {
  position: absolute;
  top: 10px;
  left: 220px;
  width: 120px;
  height: 40px;
  text-align: left;
}

a.bottom_link {
  text-decoration: none;
  color: black;
}

a.bottom_link:hover {
  color: #999;
}

#bottom_center_1 {
  position: absolute;
  top: 6px;
  left: 335px;
  width: 100px;
  height: 40px;
}

#bottom_center_2 {
  position: absolute;
  top: 0px;
  left: 500px;
  width: 140px;
  height: 50px;
}

#bottom_right_1 {
  position: absolute;
  top: 10px;
  left: 680px;
  width: 300px;
  height: 30px;
  text-align: left;
  font-size: 6pt;
}

#bottom_right_1 a {
  text-decoration: none;
  color: green;
}

#bottom_right_2 {
  position: absolute;
  top: 0px;
  left: 920px;
  width: 80px;
  height: 73px;
}

#blogwrapper {
  width: 560px;
}

#blogarchive {
  position: absolute;
  left: 580px;
  width: 110px;
  top: 0px;
  height: 580px;
  padding: 10px 10px 10px 10px;
  background-color: #EEE;
  font: Normal 8pt Arial;
  overflow: hidden;
}

#blogarchive a {
  display: block;
  margin: 0;
  border: 0;
  padding: 2px 4px 2px 4px;
  text-decoration: none;
  cursor: pointer;
/*  background-color: #AAA; */
  border-top: 1pt dashed black;
  color: black;
}

#blogarchive a:hover { background-color: #DDD; }

.bloghead {
  font: Bold 14pt Arial;
  color: #AAF;
}

.bloginfo, .comminfo {
  font: Oblique 8pt Arial;
  color: navy;
}

.blogtext, .commtext {
  font: Normal 9pt Arial;
  color: black;
}

#comment_text {
  width: 540px;
  height: 220px;
}

#blog_text {
  width: 540px;
  height: 220px;
}

.faq_head {
  padding: 50px 10px 10px 100px;
  color: #333;
  font: Normal 14pt Georgia;
}

.longtext {
  width: 160px;
  height: 16px;
  margin-left: 4px;
  padding-left: 4px;
  background-image: url(img/field_grad.png);
  background-position: top;
  background-repeat: repeat-x;
  font: Bold 9pt Arial;
}

.maxtext {
  width: 260px;
  height: 16px;
  margin-left: 4px;
  padding-left: 4px;
  background-image: url(img/field_grad.png);
  background-position: top;
  background-repeat: repeat-x;
  font: Bold 9pt Arial;
}

.longtext.area {
  height: 100px;
  background-image: url(img/area_grad.png);
  background-repeat: repeat;
}

.maxtext.area {
  height: 120px;
  background-image: url(img/area_grad.png);
  background-repeat: repeat;
}

.longselect {
  width: 166px;
  height: 22px;
  margin-left: 4px;
  background-color: #DDD;
  font: Bold 9pt Arial;
}

input.shorttext {
  width: 80px;
  height: 16px;
  margin-left: 4px;
  padding-left: 4px;
  background-image: url(img/field_grad.png);
  background-position: top;
  background-repeat: repeat-x;
  font: Bold 9pt Arial;
}

input.tinytext {
  width: 20px;
  height: 16px;
  margin-left: 4px;
  padding-left: 4px;
  background-image: url(img/field_grad.png);
  background-position: top;
  background-repeat: repeat-x;
  font: Bold 9pt Arial;
}

input.bulkytext {
  width: 40px;
  height: 20px;
  margin-left: 4px;
  padding-left: 4px;
  background-color: #333;
/*  background-image: url(img/field_grad.png);
  background-position: top;
  background-repeat: repeat-x;
*/
  font: Bold 12pt Arial;
}

input.transbutton {
  width: 60px;
  height: 20px;
  margin-left: 4px;
  background: transparent;
  font: Bold 9pt Arial;
  color: #008542;
  cursor: pointer;
  border: none;
}

input.shortbutton {
  width: 60px;
  height: 20px;
  margin-left: 4px;
  background-image: url(img/button.jpg);
  background-position: top;
  background-repeat: no-repeat;
  font: Bold 9pt Arial;
  color: #333;
  cursor: pointer;
}

.hugebutton {
  width: 200px;
  height: 100px;
  margin: 4px 10px 4px 20px;
  border-style: none;
  background-image: url(img/hugebutton.png);
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  background-position: 0 0;
  font: Bold 13pt Arial;
  color: #333;
  overflow: hidden;
}

.hugebutton:hover { background-position: 0 -100px; color: #666; }

.bigbutton {
  width: 200px;
  height: 60px;
  margin: 4px 10px 4px 20px;
  border-style: none;
  background-image: url(img/bigbutton.png);
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  background-position: 0 0;
  font: Bold 12pt Arial;
  color: #333;
}

.bigbutton:hover { background-position: 0 -60px; color: #666; }

.smallbutton {
  width: 100px;
  height: 30px;
  float: left;
  margin: 2px 2px 2px 10px;
  border-style: none;
  background-image: url(img/smallbutton.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 0 0;
  background-color: transparent;
  font: Bold 10pt Arial;
  color: #333;
}

.smallbutton:hover { background-position: 0 -30px; color: #666; }

.tinybutton {
  width: 80px;
  height: 24px;
  margin: 2px 2px 2px 5px;
  border-style: none;
  background-image: url(img/tinybutton.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 0 0;
  background-color: transparent;
  font: Bold 8pt Arial;
  color: #333;
}

.tinybutton:hover { background-position: 0 -24px; color: #666; }

.blogbutton {
  width: 129px;
  height: 50px;
  float: left;
  margin: 2px 2px 2px 10px;
  border-style: none;
  background-image: url(img/blogbutton.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 0 0;
  background-color: transparent;
}

.blogbutton:hover { background-position: 0 -50px; }

.roundbutton {
  border-style: none;
  width: 94px;
  height: 39px;
  background: url(img/tab_white.png) top no-repeat;
}

.roundbutton:hover {
  background-position: 2px;
}

.wrapper {
  position: relative;
  width: 0;
  height: 0;
}

/* Tarvittiinkohan tätä jossain...
.content {
  width: 100%;
  height: 100%;
}
*/

.item {
  width: 600px;
  height: 50px;
/*  background-color: #F4F4F4; */
  font: Bold 8pt Arial;
  color: black;
  margin: 0px 0px 0px 20px;
  padding: 0px 30px 0px 10px;
/*  border: 1pt dotted #444;
  border-bottom: none; */
  border-top: 1pt solid #ccc;
  background: url(img/border.png) top repeat-x;
  overflow: hidden;
  z-index: 1;
}

.item td { font: Normal 8pt Arial; }

.item_details {
  position: relative;
  left: 48px;
  top: 0px;
  width: 500px;
  height: 50px;
  font: Normal 8pt Arial;
  display: none;
}

.subtotal {
  width: 600px;
  height: 40px;
/*  background-color: #d4d4d4; */
  margin: 0px 0px 0px 20px;
  padding: 0px 30px 0px 10px;
/*  border: 1pt dotted #444;
  border-bottom: none; */
/*  background-color: #f8f8f8; */
  border-top: 1pt solid #ccc;
  background: url(img/border.png) top repeat-x;
  overflow: hidden;
  z-index: 1;
}

.subtotal_breakdown {
  position: relative;
  left: 56px;
  top: 4px;
  font: Normal 8pt Arial;
  white-space: nowrap;
  border-collapse: collapse;
  display: none;
}

.subtotal_breakdown td { padding: 0 10px 0 0; }

.cart_summary {
  width: 600px;
  height: 40px;
  margin: 0px 0px 0px 20px;
  padding: 0px 30px 0px 10px;
/*  background-color: #c4c4c4; */
/*  border: 1pt outset #444; */
  border-top: 1pt solid #bbb;
  background: url(img/border.png) top repeat-x;
  border-bottom: 1pt solid #ccc;
}

.cart_help, .arch_help {
  position: absolute;
  top: 30px;
  left: 750px;
  width: 220px;
  height: 500px;
  vertical-align: top;
  padding-left: 10px;
  border-left: 2pt solid #ccc;
}

.cart_help h3, .arch_help h3 { Font-size: 12pt; padding-top: 10px; padding-bottom: 0px; }
.cart_help p, .arch_help p { font-size: 10pt; }

.summary_row {
  position: relative;
  top: 0px;
  left: 0px;
  width: 600px;
  height: 26px;
  color: black;
}

.summary_text {
  position: relative;
  top: 16px;
  left: 340px;
  font: Bold 10pt Georgia;
  white-space: nowrap;
}

.item_max, .subtotal_max {
  position: relative;
  top: 2px;
  left: 612px;
  width: 18px;
  height: 18px;
  background-image: url(img/plus.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.item_max:hover, .subtotal_max:hover {
  background-image: url(img/plus_hover.png);
}

.item_min, .subtotal_min {
  position: relative;
  top: 2px;
  left: 612px;
  width: 18px;
  height: 18px;
  background-image: url(img/minus.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
}

.item_min:hover, subtotal_min:hover {
  background-image: url(img/minus_hover.png);
}

.addtocart {
  position: relative;
  top: 6px;
  left: 450px;
  width: 40px;
  height: 40px;
  background-image: url(img/cart.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.design {
  position: relative;
  top: 6px;
  left: 506px;
  width: 40px;
  height: 40px;
  background-image: url(img/brush.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.item table { font: Normal 9pt Arial; }
.item table tr { vertical-align: middle; }
.item table td { padding-left: 6px; }

.empty_cart {
  position: absolute;
  top: 100px;
  left: 250px;
  width: 500px;
  height: 200px;
  font: Bold 14pt Arial;
  text-align: center;
  background-color: black;
}

.trash, .remove {
  position: relative;
  top: 6px;
  left: 560px;
  width: 28px;
  height: 40px;
  background-image: url(img/trash.png);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 107;
}

.trash:hover, .remove:hover {
  background-image: url(img/trash_hover.png);
}

.amount {
  position: relative;
  top: 10px;
  left: 430px;
  width: 50px;
  height: 24px;
  color: black;
  font: Bold 14pt Arial;
  text-align: right;
  margin-left: 4px;
  padding-left: 4px;
  background-color: #eee;
  border: 1pt solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.price, .delivery, .total {
  position: relative;
  top: 12px;
  left: 390px;
  width: 100px;
  height: 16px;
  font: Bold 14pt Arial;
  text-align: right;
}

.currency {
  position: relative;
  top: 12px;
  left: 503px;
  height: 16px;
  font: Bold 14pt Arial;
  text-align: right;
}

.increase {
  position: relative;
  top: 7px;
  left: 496px;
  width: 18px;
  height: 18px;
  background-image: url(img/plus.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.increase:hover {
  background-image: url(img/plus_hover.png);
}

.decrease {
  position: relative;
  top: 27px;
  left: 496px;
  width: 18px;
  height: 18px;
  background-image: url(img/minus.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.decrease:hover {
  background-image: url(img/minus_hover.png);
}

.icon {
  padding: 2px 0 0 0;
  border: none;
}

div#help_menu {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 300px;
  height: 600px;
}

div.topmenu {
  position: relative;
  left: 0px;
  width: 280px;
  height: 22px;
  border: 1pt solid black;
  background-color: #008542;
  padding: 0 5px 0 10px;
  color: white;
  font-weight: Bold;
  cursor: pointer;
}

div.submenu {
  position: relative;
  left: 5px;
  width: 280px;
  height: 22px;
  border: 1pt solid black;
  background-color: #88FF88;
  padding: 0 5px 0 10px;
  font-weight: Bold;
  cursor: pointer;
}

div.menutext, div.subtext {
  position: relative;
  left: 5px;
  width: 280px;
  background-color: black;
  color: white;
  padding: 10px 5px 10px 10px;
  font: Normal 8pt Arial;
}

div#help_image {
  position: absolute;
  left: 320px;
  top: 10px;
  width: 360px;
  height: 260px;
  background-color: black;
}

div#help_video {
  position: absolute;
  left: 320px;
  top: 280px;
  width: 360px;
  height: 260px;
  background-color: black;
}

table.order_conf {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

table.order_conf td.text { width: 280px; text-align: left; overflow: hidden; border-top: solid 1pt #ddd; }
table.order_conf td.sum { width: 130px; text-align: right; white-space: nowrap; overflow: hidden; border-top: solid 1pt #ddd; }
table.order_conf td.sep { border-top: 2pt solid #666; }
table.prom_codes td.text { width: 130px; text-align: right; white-space: nowrap; overflow: hidden; }
table.prom_codes td.sum { width: 50px; text-align: right; white-space: nowrap; overflow: hidden; }

div#conf_summary {
  position: absolute;
  top: 80px;
  left: 10px;
  width: 440px;
  height: 260px;
  background-color: #eee;
  overflow: auto;
}
div#conf_promotion {
    position: absolute;
    top: 350px;
    left: 10px;
    width: 230px;
    height: 100px;
    overflow: auto;
}
div#promotion_codes {
  position: absolute;
  top: 384px;
  left: 260px;
  width: 190px;
  height: 100px;
  overflow: auto;
}
div#conf_delivery {
  position: absolute;
  top: 80px;
  left: 460px;
  width: 280px;
  height: 180px;
  background-color: #EEE;
  overflow: auto;
}
div#conf_payment {
  position: absolute;
  top: 270px;
  left: 460px;
  width: 280px;
  height: 180px;
  background-color: #EEE;
  overflow: auto;
}
table.order_conf th {
  background-color: #008542;
  color: white;
  text-align: left;
  padding-left: 10px;
}

table.order_conf td {
  background-color: #EEE;
  vertical-align: top;
  padding-left: 6px;
}

body.payment_msg {
  margin: 0 0 0 0;
  background-image: url(img/grad_750px.jpg);
}

div#payment_msg {
  position: absolute;
  left: 100px;
  top: 100px;
  width: 400px;
  height: 200px;
  background-color: #E0E0E0;
  border: inset 2pt #F8F8F8;
  color: black;
  padding: 10px 10px 10px 10px;
}

/***** Popups *****/

.popupbg_core {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
/*  height: 800px;
  width: 1000px; */
  height: 100%;
  width: 100%;
/*  background-image: url(img/dialog_mask.png); */
  background-color: #000;
  z-index: 108;
}

.popupbg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 800px;
  width: 1000px;
/*  height: 100%;
  width: 100%; */
/*  background-image: url(img/dialog_mask.png); */
  background-color: #000;
  z-index: 109;
}

.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
/*  border: 4pt outset green; */
  border-left: 1pt solid #333;
  border-top: 1pt solid #333;
  border-right: 2pt solid #555;
  border-bottom: 2pt solid #555;
  text-align: center;
  overflow: hidden;
  z-index: 150;
/*  background-color: #F8FFFC; */
  background-color: #EEE;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: black;
}
.popup#loader {
  left: 400px;
  top: 300px;
  width: 150px;
  height: 200px;
  border: none;
  background-image: url(img/loader.gif);
  background-repeat: no-repeat;
  background-position: 40px 60px;
}

.popup h5 {
  font: Bold 12pt Arial;
  margin: 10px 10px 10px 10px;
  color: black;
}

.popup p {
  text-align: left;
  margin: 10px 10px 10px 10px;
  color: black;
}

.popup#confirm, .popup#arch_confirm {
  height: 125px;
  width: 250px;
  text-align: center;
/*  background-image: url(img/grad_100px.jpg);
  background-repeat: repeat-x; */
}

.popup#confirm_full {
  height: 150px;
  width: 300px;
  text-align: center;
/*  background-image: url(img/grad_150px.jpg);
  background-repeat: repeat-x; */
}

.popup#cartinfo {
  height: 100px;
  width: 200px;
/*  background-image: url(img/grad_150px.jpg);
  background-repeat: repeat-x; */
}

.popup#announce {
  height: 100px;
  width: 200px;
}

#order_navi {
  position: absolute;
  top: 480px;
  left: 60px;
  width: 630px;
  height: 80px;
}

#order_navi_rel {
  position: relative;
  top: 20px;
  left: 60px;
  width: 630px;
  height: 80px;
}

#order_navi table td,
#order_navi_rel table td {
  width: 156px;
  font-size: 9pt;
}

#order_navi input.left,
#order_navi_rel input.left {
  position: relative;
  left: 10px;
}

#order_navi input.right,
#order_navi_rel input.right {
  position: relative;
  float: right;
  right: 100px;
}

table#billing_address th,
table#delivery_address th {
  text-align: center;
  padding: 0 0 10px 0;
}
table#delivery_address td { white-space: nowrap; }

div#o1_buttons {
  position: relative;
  top: 300px;
  left: 160px;
  height: 30px;
  width: 500px;
}

.popup#imageview {
  top: 100px;
  left: 300px;
  height: 300px;
  cursor: pointer;
}

.popup#message {
  top: 100px;
  left: 200px;
  height: 200px;
  width: 300px;
}

.popup#login_warning {
  top: 150px;
  left: 300px;
  height: 260px;
  width: 460px;
}

.popup#comment {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 560px;
  height: 310px;
  text-align: left;
}

.popup#blogedit {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 560px;
  height: 330px;
  text-align: left;
}

#blog_head { width: 480px; }

.popup#acc_update {
  position: absolute;
  left: 280px;
  top: 40px;
  width: 320px;
  height: 450px;
  padding: 10px 10px 10px 10px;
  text-align: left;
}

form#account { margin: 0 0 0 0; }

.popup#acc_update td {
  padding: 0 0 0 0;
}

.popup#forgot_password {
  position: absolute;
  left: 400px;
  top: 100px;
  width: 320px;
  height: 200px;
}

.popup#change_password {
  position: absolute;
  left: 400px;
  top: 100px;
  width: 320px;
  height: 220px;
  padding-left: 10px;
}

.generic {
  position: absolute;
  left: 250px;
  top: 100px;
  width: 700px;
  height: 500px;
  overflow: auto;
  padding: 10px 10px 10px 10px;
}

/***** Tooltip help *****/

.help {
  position: absolute;
  top: 1px;
  left: 555px;
  height: 45px;
  width: 150px;
  text-align: center;
  background-image: url(img/tooltip.png);
  background-repeat: no-repeat;
  display: none;
  z-index: 110;
}

.help h5 { 
  font: Bold 10pt Arial;
  color: black;
  padding: 10px 2px 2px 2px;
  margin: 0;
}

.help_on {
  position: absolute;
  top: 12px;
  left: 676px;
  height: 32px;
  width: 32px;
  background-image: url(img/help_on.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.help_off {
  position: absolute;
  top: 12px;
  left: 676px;
  height: 32px;
  width: 32px;
  background-image: url(img/help_off.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
}

/***** Default thumbnail *****/

img.thumb {
  width: 40px;
  height: 40px;
  display: block;
  border: none;
  margin-top: 4px;
  background-image: url(img/no_thumb.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

/***** Miscellenous *****/

span.abs { position: absolute; }
span.left5 { left: 5px; }
span.left10 { left: 10px; }
span.right5 { right: 5px; }
span.right10 { right: 10px; }
span.top5 { padding-top: 5px; }
span.top10 { padding-top: 10px; }

span.left { position: absolute; left: 4px; }
span.right { position: absolute; right: 4px; }

table.nulltable { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; border: none; }
table.nulltable td.left { text-align: left; }
table.nulltable td.right { text-align: right; }
table#registration { text-align: left; border-collapse: collapse; }
table#registration td { font-size: 11px; white-space: nowrap; }

h2 {
  padding: 20px 10px 20px 10px;
  margin: 0;
}

h3 {
  padding: 20px 6px 10px 0px;
  margin: 0;
  font-size: 12pt;
}

h4 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 8pt;
}

h5 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 7pt;
}

.text0 { font: Bold 16pt Georgia; color: #333; }
.text1 { font: Bold 12pt Georgia; color: #333; }
.text2 { font: Bold 10pt Georgia; color: #333; }
.text3 { font: Normal 8pt Georgia; color: #333; }

.pad10 { padding: 10px 10px 10px 10px; }
.pad20 { padding: 20px 20px 20px 20px; }
.pad5left { padding-left: 5px; }
.pad10left { padding-left: 10px; }
.pad20left { padding-left: 20px; }
.pad5top { padding-top: 5px; }
.pad10top { padding-top: 10px; }
.pad20top { padding-top: 20px; }

.float_left { float: left; }
.float_right { float: right; }

.white { color: white; }
.black { color: black; }
.upmgreen { color: #008542; }
.lightgreen { color: #88FF88; }
.bold { font-weight: bold; }
.plain { background-color: white; background-image: none; }