* { /* Reset default values */
	list-style: none;
	margin: 0;
	padding: 0px;
}
body {
	background: #dae3e8 url("../images/bg_main.gif") repeat-x 0 0;
	color: #273850;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
img {
    border: none;
}
a {
	color: #ee8007;
	text-decoration: none;
}
#wrapper {
    background: #fff url("../images/bg_wrapper.gif") repeat-y 0 0;
    width: 932px;
    margin: 0 auto;
}

/*** Header Components ********************************************************/

#header {
	background: #dae3e8 url("../images/bg_main.gif") repeat-x 0 0;
	position: relative;
	padding-top: 20px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 18px;
}
#header ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 3px;
}
#header #skip { /* hide from visul browsers */
    visibility: hidden;
}
#header #languageswitch {
	color: #8DA3B4;
	padding-left: 16px;
	position: absolute;
	right: 20px;
	top: 15px;
	white-space: nowrap;
	text-decoration: none;
	line-height: 16px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0.35em;
}
#header h1 a {
    background: transparent url("../images/logo.png") no-repeat 0 0;
    display: block;
    width: 240px;
    height: 42px;
    overflow: hidden;
    text-indent: 300px;
    line-height: 100px;
    text-decoration: none;
}
#header h2 {
	position: absolute;
	visibility: hidden;
}

/*** Search Components ********************************************************/

#search {
	position: absolute;
	right: 22px;
	top: 92px;
	z-index: 0;
	width: 178px;
}
#search label {
	position: absolute;
	visibility: visible;
}
#search label em {
    color: #a0b2c0;
    font-style: normal;
}
#search #querystring {
	background: #fff url("../images/bg_input.gif") repeat-x 0 -1px;
	border: 1px solid #c7d3dc;
	margin-right: 1px;
	width: 140px;
	font-size: 100%;
	color: #96acbc;
	padding-top: 0.1em;
	padding-right: 0.8em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}
#search #querystring.focus {
    color: #2f425c;
}
#search .button1 {
	position: absolute;
	visibility: visible;
	float: left;
}

/*** Navigation Components ****************************************************/

#navigation {
    background: #2f425c url("../images/bg_navigation.gif") no-repeat 0 0;
    height: 35px;
    padding-top: 3px;
}
#navigation h2 {
    color: #fff;
    font-size: 120%;
    padding: 1em 20px;
    padding-bottom: 0;
    text-transform: uppercase;
}
#navigation ul {
    background: transparent;
    border: none;
    padding-left: 4px;
    float: left;
    height: 35px;
    overflow: hidden;
    list-style: none;;
}
#navigation li,
#navigation li a {
	color: #D6DDE2;
	display: inline;
	float: left;
	text-decoration: none;
	line-height: 34px;
	height: 35px;
	font-size: 14px;
	font-family: Arial;
}
#navigation li a {
    border-right: 1px solid #1b2d49;
    padding: 0 34px;
}
#navigation li.first a {
    padding-left: 20px;
}
#navigation li a:hover {
    color: #fff;
}
#navigation .selected a {
    background: transparent url("../images/bg_navigation_selected.gif") repeat-x 0 100%;
    color: #fff;

}

/*** Subnavigation Components *************************************************/

#subnavigation {
    background: #16243a url("../images/bg_subnavigation.gif") repeat-x 0 0;
    float: left;
    width: 870px;
    margin: 0 3px;
    padding: 0 28px;
    display: inline;
    height: 31px;
    line-height: 28px;
    overflow: hidden;
}
#subnavigation ul {
    list-style: none;
}
#subnavigation * {
	float: left;
}
#subnavigation a {
	color: #273850;
	margin-right: 10px;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0px;
	padding-bottom: 0.2em;
	padding-left: 0;
}
#subnavigation .selected a {
	color: #273850;
	font-weight: normal;
}


/*** Pagebody Components ******************************************************/

#pagebody {
    background: transparent url("../images/bg_pagebody.gif") no-repeat 0 100%;
    clear: both;
    float: left;
    min-height: 350px;
    width: 926px;
    padding: 0 3px;
    padding-bottom: 80px;
    margin-bottom: -45px;
}
* html #pagebody {
    overflow: visible;
    height: 350px;
}
#index #pagebody {
  height: auto;
  min-height: 0px;
}
#columnleft,
#content,
#columnright {
    float: left;
    position: relative;
}
#sidebar {
    float: left;
    padding-left: 30px;
}
#columnleft {
    padding: 25px;
    padding-right: 0;
    width: 155px;
}
#pagebody.columns #content {
    width: 866px;
    padding: 0 30px;
}
* html #pagebody.columns #content {
    width: 840px;
}
#content {
    width: 540px;
    padding: 25px;
}
#columnright {
    padding: 25px 0;
    width: 256px;
}
#sidebar {
    width: 180px;
    padding-top: 25px;
}
.rss,
#teaser .rss {
    background: transparent url("../images/icon_rss.gif") no-repeat 100% 50%;
    padding: 0;
    padding-right: 20px;
}

/*** Box Components ***********************************************************/

.box h3 {
    border-bottom: 1px solid #c7d3dc;
    color: #a0b2c0;
    margin-bottom: 0.3em;
    padding-bottom: 0.3em;
    text-transform: uppercase;
    font-size: 120%;
    font-weight: bold;
}
.box h3 em {
    color: #2f425c;
    font-size: 100%;
    font-style: normal;
}
.box ul {
    list-style: none;
}
.box li,
.box li a {
    clear: both;
    float: left;
    width: 100%;
}
.box a {
    color: #273850;
    text-decoration: none;
}
.box a:hover {
    text-decoration: underline;
}
.box a strong {
    display: block;
    text-transform: uppercase;
}
.box a em {
    color: #a0b2c0;
    font-style: normal;
}

/*** Content Components *******************************************************/

#content a {
   color: #fd7b0e;
}
#content h1 {
	border-bottom: 1px solid #dbe4ea;
	color: #2f425c;
	font-weight: bold;
	font-size: 150%;
	line-height: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#content h1 em {
    color: #607f96;
    font-style: normal;
}
#content h1 span {
  color: #415570;
  display: block;
  font-size: 60%;
  font-weight: normal;
  letter-spacing: 0;
}
#content h2 {
    color: #2f425c;
  font-size: 120%;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.4em;
}
#content h3 {
  color: #7b8ea2;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 0.1em;
}
#content {
    color: #486179;
}
#content p {
  margin-bottom: 1em;
}
#content p.continuous {
  margin-bottom: 0.2em;
}
#content ul,
#content ol {
  margin-bottom: 1em;
  margin-left: 2px;
}
#content ul li {
  background: transparent url("../images/listitem_circle.gif") no-repeat 0px 0.5em;
  padding-left: 10px;
}
#content blockquote {
  background: transparent url("../images/quote.gif") no-repeat 0px 4px;
  color: #7b8ea2;
  margin: 2em 0;
  margin-left: 35px;
  padding-left: 35px;
}
#content em,
#content cite {
  font-style: italic;
}
#content strong {
  font-weight: bold;
}
#content abbr,
#content acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}
#content .imagecontainer,
#content .imagecontainer img {
  float: left;
}
#content .imagecontainer.border {
  padding: 3px 0 0 3px;
  background/**/:/**/ transparent url("../images/imageborder.gif") no-repeat 0px 0px;  /* background-image for compliant browsers */
}
#content .imagecontainer.border img {
  padding: 7px 10px 10px 7px;
  margin-bottom: -2px;
  margin-right: -2px;
  background/**/:/**/ transparent url("../images/imageborder.gif") no-repeat 100% 100%;  /* background-image for compliant browsers */
}
#content .imagecontainer.left {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
#content .imagecontainer.right {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
#content .itemizedlist {
  margin-bottom: 2em;
  margin-left: 0;
}
#content .itemizedlist li {
  background: transparent url("../images/icon_list.gif") no-repeat 0px 3px;
  margin-bottom: 0.5em;
  padding-left: 20px;
}
#content .itemizedlist li em {
    color: #2f425c;
  display: block;
  font-style: normal;
  font-weight: bold;
}
#content .itemizedlist a {
    color: #607f96;
    text-decoration: none;
}
#content .itemizedlist a strong {
    color: #2f425c;
    display: block;
}
#content .itemizedlist a:hover strong {
    text-decoration: underline;
}
#content .itemizedlist.folder li {
    background: transparent;
    padding: 0;
}
#content .itemizedlist.folder li a {
    display: block;
    background: transparent url("../images/icon_link.gif") no-repeat 0 0.2em;
    padding-left: 20px;
}


/*** Overview Page Components *************************************************/

#pagebody .excerpt {
    color: #2f425c;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 1.5em;
    padding-right: 10em;
}
#pagebody .column {
    float: left;
    width: 48%;
}
#pagebody .column.right {
    float: right;
}
#pagebody .column.single {
    clear: both;
    width: 100%;
}
#pagebody.columns #content h1 {
	padding-top: 10px;
}
#pagebody.columns.three .column {
    width: 30%;
    margin-right: 5%;
}
#pagebody.columns.three .column.right {
    margin-right: 0;
}
#index #pagebody .introtext {
    float: left;
    width: 400px;
    padding: 0;
    padding-left: 30px;
    margin-bottom: -2em;
}

/*** Startpage Components ******************************************************/

#index #pagebody {
    padding-bottom: 60px;
}
#index #pagebody .news,
#index #pagebody .report,
#index #pagebody .introtext {
    float: left;
    padding-right: 20px;
    width: 258px;
}
#index #pagebody h2 span {
    color: #607f96;
}
#index #pagebody .news h2 a,
#index #pagebody .report h2 a {
    background: transparent url("../images/icon_rss.gif") no-repeat 0 0;
    color: #273850;
    display: block;
    font-weight: normal;
    text-decoration: none;
    padding-bottom: 1em;
    padding-left: 22px;
}
#index #pagebody .introtext {
    width: 380px;
    font-size: 120%;
    padding-left: 30px;
    padding-right: 20px;
}
#index #pagebody .introtext h2 {
    font-size: 130%;
    line-height: 115%;
    padding-bottom: 0.3em;
}
#index #pagebody .introtext a {
    background: transparent url("../images/icon_link.gif") no-repeat 0 0.2em;
    display: block;
    clear: both;
    padding-left: 16px;
    margin-top: 0.7em;
    text-decoration: none;
}
#index #pagebody .news .entry {
    width: 280px;
    margin-bottom: 0.5em;
}
#index #pagebody .report {
    float: right;
    padding-right: 30px;
    width: 170px
}
#index #pagebody .report li a {
    background: transparent url("../images/icon_link.gif") no-repeat 0 0.5em;
    border-bottom: 1px solid #dce3e9;
    display: block;
    color: #2f425c;
    font-size: 100%;
    font-weight: normal;
    padding: 0.3em 0;
    padding-left: 16px;
    white-space: nowrap;
    text-decoration: none;
}



#pagebody .entry {
    float: left;
    width: 240px;
    padding-left: 180px;
    position: relative;
    margin-bottom: 2em;
}
#pagebody .entry h3 {
    font-size: 120%;
}
#index #pagebody .entry {
    float: left;
    padding: 0;
    width: 300px;
    padding-right: 20px;
}
* html #index #pagebody .entry {
    width: 280px;
}
#index #pagebody .news .entry h3 a {
    background: transparent url("../images/icon_link.gif") no-repeat 0 0.2em;
    color: #2f425c;
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding-left: 17px;
    float: left;
}
#pagebody .entry p {
    clear: both;
}
#pagebody .entry h2 {
    font-size: 120%;
    margin-bottom: 0.1em;
}
#pagebody .entry h2 a img {
    position: absolute;
    left: 0;
    top: 1em;
}
#pagebody .entry h2 a {
    color: #2f425c;
    text-decoration: none;
}
#pagebody .entry .more {
    margin-top: -0.5em;
}
#pagebody .entry .more,
#pagebody .entry .more span {
    background: transparent url("../images/button_more.gif") no-repeat 0 0;
    color: #607f96;
    text-decoration: none;
    padding-left: 10px;
    line-height: 20px;
    height: 20px;
    float: left;
}
#pagebody .entry .more span {
    background-position: 100% 0;
    padding-left: 0;
    padding-right: 25px;
    text-shadow: 0 2px 1px #fff;
}
#pagebody #buynow {
    position: absolute;
    right: 30px;
}
#pagebody .button1,
#pagebody .button1 span {
    background: transparent url("../images/button.gif") no-repeat 0 0;
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
    line-height: 27px;
    height: 29px;
    float: left;
}
#pagebody .button1 span {
    background-position: 100% 0;
    padding-left: 0;
    padding-right: 20px;
    text-shadow: 0 -1px 1px #ff960b;
    font-weight: bold;
}

/*** Thumbnail Components *****************************************************/

#content .thumbnail {
    position: relative;
    min-height: 50px;
}
#content .thumbnail img {
    background: #fff;
    margin-left: -190px;
    position: absolute;
    left: 0;
    top: 0;
}
#content .frame img {
    border: 1px solid #c7d3dc;
    padding: 4px;
}

/*** Gallery Components *******************************************************/

#content .gallery {
    background: transparent url("../images/bg_gallery.gif") no-repeat 0 0;
    height: 120px;
    width: 405px;
    margin-top: 1em;
}
#content .gallery h3 {
    color: #607f96;
    font-size: 110%;
    padding: 8px 18px;
    padding-bottom: 0;
}
#content .gallery ul {
    padding: 4px 15px;
    margin: 0;
}
#content .gallery ul * {
    float: left;
    padding: 0;
    margin: 0;
}
#content .gallery li {
    margin-right: 9px;
}
#content .gallery ul li a {
    background: transparent url("../images/bg_galleryitem.gif") no-repeat 0 0;
    padding: 4px;
}
#content .gallery ul li a img {
    border: 1px solid #dbe2e7;
}

/*** Paging Components ********************************************************/

#content .paging {
    position: absolute;
    right: 30px;
    top: 40px;
}
#content .paging * {
    background: transparent;
    color: #96acbc;
    float: left;
    text-decoration: none;
}
#content .paging a {
    background: transparent url("../images/icon_next.gif") no-repeat 100% 0.3em;
}
#content .paging a:hover {
    color: #607f96;
}
#content .paging .next {
    padding-right: 15px;
}
#content .paging .prev {
    padding-right: 0;
    padding-left: 15px;
    background-image: url("../images/icon_prev.gif");
    background-position: 0 0.3em;
}

/*** Newsticker Components ****************************************************/

#newsticker {
    background: transparent url("../images/bg_ticker.gif") no-repeat 0 0;
    clear: both;
    float: left;
    width: 100%;
    margin: 1em 0 1em 25px;
}
#newsticker ul {
    list-style: none;
    min-height: 20px;
    padding: 7px 15px;
    padding-right: 30px;
}
* html #newsticker ul {
    height: 20px;
    overflow: visible;
}
#newsticker a {
    color: #607f96;
    display: block;
    text-decoration: none;
}
#newsticker strong {
    background: transparent url("../images/icon_link.gif") no-repeat 0 50%;
    color: #2f425c;
    padding: 0 15px;
}

/*** Presentation Components **************************************************/

.presentation.columnmode #content {
    position: relative;
    min-height: 260px;
    padding-left: 610px;
    width: 280px;
}
.presentation.columnmode #content .presentationimage {
    position: absolute;
    left: 180px;
    top: 1em;
}
.presentation.columnmode #content h1 {
    margin-top: -15px;
}


/*** News Components **********************************************************/

.box .news a {
    margin-bottom: 1em;
}
.box .news a strong {
    background: transparent url("../images/icon_link.gif") no-repeat 0 0.2em;
    padding-left: 16px;
}
.box .news a:hover {
    text-decoration: none;
}
.box .news a:hover strong {
    text-decoration: underline;
}

/*** Form Components **********************************************************/

#content form h2,
#content form h3 {
    clear: both;
    width: 400px;
}
#content form label {
    width: 9em;
}
#content .checkbox {
    padding-left: 10em;
    width: 280px;
}
#content form span.fieldNote {
    float: left;
    clear: left;
    padding-left: 8.2em;
}
#content .checkbox.noindent {
    padding-left: 0;
}
#content .checkbox input {
    border: none;
    clear: both;
    margin-top: 0.2em;
    margin-right: 0.4em;
    width: auto;
}
* html #content form .checkbox label {
    float: none;
    display: block;
}
#content form .buttonrow {
    padding-left: 8em;
}
#content form .buttonrow input,
#content form .button1 {
    background: #405470;
    border: 1px solid #14243a;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    padding: 0 0.5em;
    text-transform: uppercase;
    width: auto;
    margin-right: 1em;
}

#content form .inputrow    p {
    clear: none;
    width: auto;
}

#content form .inputrow    select,
#content form .inputrow    input {
    width: auto;
    margin-right: 1em;
}

#content form .inputrow    .secondary {
    width: auto;
    padding-right: 1em;
}

#wrapper #content form .small    {
    width: 3em;
}

#wrapper #content form .medium    {
    width: 6em;
}

#wrapper #content form label.secondary    {
    width: auto;
}

#content form .inputrow    {
    clear: both;
}

/*** Footer Components ********************************************************/

#footer {
    border-top: 1px solid #c7d3dc;
    clear: both;
    width: 850px;
    padding: 0 20px;
    margin: 0 20px;
    top: -20px;
    position: relative;
    height: 40px;
    line-height: 40px;
}
#index #footer {
    border-top: none;
    top: -30px;
}
* html #footer {
    margin-bottom: -6px;
}
#footer p {
    padding-top: 10px;
}
#footer p a {
    color: #ee8007;
    text-decoration: none;
    padding-left: 0.5em;
}
#footer ul {
    position: absolute;
    right: 10px;
    top: 10px;
}
#footer ul * {
    float: left;
}
#footer ul li {
	display: inline;
	margin-left: 5px;
}
#footer #sflink {
    background: transparent url("../images/logo-sourceforge.png") no-repeat 0 0;
    margin-top: 10px;
    width: 122px;
    height: 20px;
}
#footer #sflink img {
    position: absolute;
    visibility: hidden;
}
#footer #osalink {
    background: transparent url("../images/logo_osa.gif") no-repeat 0 0;
    width: 65px;
    height: 43px;
    overflow: hidden;
    line-height: 200px;
    margin-top: -3px;
}
#footer #ohlolink a {
    margin-top: 10px;
}
#footer #twitter,
#footer #facebook {
	margin-top: 10px;
	width: 30px;
	height: 20px;
	overflow: hidden;
	line-height: 200px;
	background-color: transparent;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#footer #facebook {
    background-image: url("../images/icon-facebook.png");
}


/*** Error Component **********************************************************/

.error {
  color: #fd7b0e;
  font-weight: bold;
}

/*** Comparison Components ****************************************************/

.comparison * {
    font-weight: normal;
    text-align: center;
}
.comparison {
    border-collapse: collapse;
    margin-bottom: 1.5em;
}
.comparison caption {
    font-size: 125%;
    font-weight: normal;
    text-align: left;
    margin-bottom: -2em;
}
.comparison thead th {
    border-bottom: 1px solid #c7d3dc;
    font-weight: bold;
    vertical-align: bottom;
    white-space: nowrap;
}
.comparison thead .firstchild {
    text-align: left;
    padding-left: 0;
}
.comparison thead th img {
    display: block;
    margin: 0 auto;
}
.comparison td,
.comparison th {
    border-bottom: 1px solid #e3e9ed;
    padding: 0.4em 1em;
}
.comparison td {
    border-left: 1px solid #e3e9ed;
}
.comparison tbody th {
    padding-left: 0;
    text-align: left;
}
.comparison .availability {
   width: 100px;
}
.comparison .feature {
   width: 560px;
}
.comparison .available {
    background: transparent url("../images/icon_list.gif") no-repeat 50% 50%;
}
.comparison .alternate.available {
    background-image: url("../images/icon_list2.gif");
}
.comparison .alternate,
.comparison .alternate {
    border-color: #fff;
    background-color: #e3e9ed;
}
.comparison .available em { /* hide from visual browsers */
    position: absolute;
    visibility: hidden;
}

/*** Store Components *********************************************************/

.store #pagebody {
    min-height: 250px;
    padding-top: 20px;
}
.store #pagebody #content {
    width: 600px;
}
.store #pagebody.decorator {
    background-position: 800px 0px;
    background-repeat: no-repeat;
}

.store #pagebody.decorator.cart {
    background-image: url("../images/icon_shoppingcart_large.gif")
}
#content .storeitem {
    min-height: 140px;
    padding-left: 120px;
    position: relative;
}
* html #content .storeitem { /* fix min-width for IE */
    height: 140px;
    overflow: visible;
}
#content .storeitem img {
    position: absolute;
    left: 0;
    top: 0;
    width: 106px;
    height: 112px;
}
#content .storeitem input {
    width: 2em;
    font-size: 100%;
    margin-right: 0.5em;
    padding-right: 0.2em;
    text-align: right;
}
#content .storeitem h3 {
    letter-spacing: 0;
}
#content .storeitem h3 em {
    color: #273850;
    font-style: normal;
}
#content .storeitem .price {
    color: #6d84a3;
    font-size: 140%;
    clear: both;
}
#content .storeitem .price .buttoncontainer {
  clear: both;
  float: right;
  margin-top: -1.1em;
}
#content .storeitem .price .button1 {
    font-size: 70%;
    float: right;
    text-align: center;
    width: auto;
    padding: 0 0.7em;
    margin-left: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
* html #content .storeitem .price .button1 {
    padding: 0;
}
#content .storeitem .price .result {
    color: #fd7b0e;
    font-weight: bold;
}
#content .storeitem button1.refresh {
  background: transparent url("../images/icon_refresh.gif") no-repeat 0 0;
  border: none;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: 200px;
  float: right;
  cursor: pointer;
  line-height: 100px;
}

/*** Purchased Items Components ***********************************************/

#content .storeitem.download {
    min-height: 120px;
    margin-bottom: 0;
}
* html #content .storeitem.download { /* fix min-height for IE */
    height: 120px;
    overflow: visible;
}
#content .storeitem.download h3 {
    margin-top: 25px;
}
#content .storeitem.download img {
    margin-top: -25px;
}
* html #content .storeitem.download img,
*+html #content .storeitem.download img {
    margin-top: 0;
}
#content .storeitem.download ul {
    margin: -0.7em 0 0 -0.2em;
}
#content .storeitem.download ul * {
    float: left;
}
#content .storeitem.download ul li {
    margin-right: 36px;
}
#content .storeitem.download ul li,
#content .storeitem.download ul li a {
    background: transparent url("../images/button_download_gray.gif") no-repeat 0 0;
    padding: 0;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 2px #32435b;
    height: 31px;
    line-height: 30px;
    position: relative;
    white-space: nowrap;
}
#content .storeitem.download ul li a {
    background-position: 100% 0;
    right: -30px;
    padding-right: 13px;
}
#content .storeitem.download ul li.license,
#content .storeitem.download ul li.license a {
    background-image: url("../images/button_download_orange.gif");
    text-shadow: 0px 0px 2px #ff6000;
}

/*** Store Progress Components ************************************************/

#pagebody #storeprogress {
    background: transparent url("../images/bg_storeprogress.gif") repeat-x 0 50%;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-bottom: 2em;
}
#storeprogress * {
    float: left;
}
.store #storeprogress li {
    background: transparent url("../images/bg_storeprogressitem.gif") no-repeat 0 -42px;
    width: 12px;
    height: 21px;
    overflow: hidden;
    display: block;
    line-height: 200px;
    margin-right: 137px;
}
.store #storeprogress li.lastchild {
    margin-right: -1px;
    float: right;
}
.store #storeprogress li.visited {
    background-position: 0px 0px;
}
.store #storeprogress li.current {
    background-position: 0 -21px;
}

/*** Shopping Cart ************************************************************/

.store #sidebar {
    width: 220px;
    padding-top: 10px;
}
.store #content {
    width: 500px;
}
#shoppingcart {
    background: #fff url("../images/bg_shoppingcart.gif") repeat-y 0 0;
    margin-right: 10px;
}
#shoppingcart h2 {
    background: transparent url("../images/bg_shoppingcart_top.gif") no-repeat 0 0;
    color: #607f96;
    font-size: 100%;
    font-weight: bold;
    padding-left: 12px;
    height: 50px;
    line-height: 63px;
}
#shoppingcart table {
    width: 100%;
}
#shoppingcart table * {
    font-weight: normal;
    text-align: left;
    vertical-align: bottom;
}
#shoppingcart td,
#shoppingcart th {
    border-bottom: 1px dotted #d1d7e0;
    color: #a0b2c0;
    line-height: 140%;
    padding: 0.4em 10px;
}
#shoppingcart th strong {
    color: #273850;
    display: block;
    font-weight: bold;
}
#shoppingcart td em {
    color: #273850;
    font-style: normal;
}
#shoppingcart th {
    width: 100%;
}
#shoppingcart td {
    white-space: nowrap;
    text-align: right;
}
#shoppingcart p {
    background: transparent url("../images/bg_shoppingcart_bottom.gif") no-repeat 0 100%;
    padding: 15px 0;
}
#shoppingcart #checkout,
#checkoutarea #checkout {
    margin-left: 25px;
}
#shoppingcart #checkout,
#shoppingcart #checkout span,
#checkoutarea #checkout,
#checkoutarea #checkout span {
    background: transparent url("../images/button_checkout.gif") no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 37px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 130%;
    width: 120px;
    text-align: center;
    text-shadow: 1px 1px 2px #ff7200;
    outline: none;
}
#shoppingcart #checkout span,
#checkoutarea #checkout span {
    background-position: 100% 0;
    position: relative;
    right: -20px;
    padding-right: 20px;
}
#shoppingcart #checkout:hover ,
#checkoutarea #checkout:hover {
    background-position: 0 -37px;
}
#shoppingcart #checkout:hover span,
#checkoutarea #checkout:hover span {
    background-position: 100% -37px;
}
#shoppingcart #checkout:active,
#checkoutarea #checkout:active {
    background-position: 0 -74px;
}
#shoppingcart #checkout:active span,
#checkoutarea #checkout:active span {
    background-position: 100% -74px;
}
#shoppingcart tfoot th {
    font-weight: bold;
}
#shoppingcart tfoot td {
    color: #fd7b0e;
    font-weight: bold;
}
#shoppingcart .emptyCart {
    margin-top: -12px;
    padding-left: 10px;
}
#checkoutarea {
  background: transparent url("../images/bg_checkoutarea.gif") no-repeat 0 0;
  position: absolute;
  left: 190px;
  top: 210px;
  height: 92px;
  padding-top: 100px;
  width: 170px;
  overflow: hidden;
}
#wrapper #checkoutarea h3 {
  width: 170px;
  text-align: center;
  color: #2e425b;
  font-size: 200%;
  left: 0;
}
#wrapper #checkoutarea p {
  width: 170px;
  text-align: center;
  color: #2e425b;
  font-size: 100%;
  left: 0;
}
#checkoutarea #checkout {
  position: absolute;
  bottom: 5px;
  margin-left: 5px;
}

.store #wrapper .checkbox input {
    float: none;
}

.store #wrapper .checkbox label,
.store #wrapper .checkbox {
 padding: 0.4em 0;
 padding-left: 11em;
 white-space: normal;
 float: none;
 width: 23em;
}
.store #wrapper .checkbox input {
 margin-left: -2em;
}

.store #wrapper .checkbox label {
  padding-left: 0px;
}

.store #wrapper .checkbox .creditcard_VISA,
.store #wrapper .checkbox .creditcard_MASTERCARD,
.store #wrapper .checkbox .creditcard_AMEX,
.store #wrapper .checkbox .creditcard_DINERS {
    background: transparent url("../images/card_visa.gif") no-repeat 0 0em;
    padding: 0.4em 0;
    padding-left: 32px;
    min-height: 20px;
    white-space: nowrap;
    float: none;
}

.store #wrapper .checkbox .creditcard_MASTERCARD {
    background-image: url("../images/card_mc.gif");
}

.store #wrapper .checkbox .creditcard_AMEX {
    background-image: url("../images/card_amex.gif");
}

.store #wrapper .checkbox .creditcard_DINERS {
    background-image: url("../images/card_dc.gif");
}

/*** My Account Components ****************************************************/

#header #myaccount {
    position: absolute;
    right: 5px;
    top: 15px;
}
#header #myaccount * {
    color: #a0b2c0;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: bold;
}
#header #myaccount li {
    border-right: 1px solid #c7d3dc;
    padding: 0 5px;
    line-height: 1em;
}
#header #myaccount li span {
    color: #607f96;
    padding-right: 0.5em;
}
#header #myaccount .cart {
    border: none;
    padding-right: 0;
}
#header #myaccount .cart a {
    background: transparent url("../images/icon_cart.gif") no-repeat 0 0;
    width: 16px;
    border: none;
    padding-right: 0;
    overflow: hidden;
    line-height: 200px;
    height: 12px;
}
#header #myaccount .cart a:hover {
    background-position: 0 -12px;
}
#header #myaccount a:hover {
    color: #ee8007;
}

/*** Invoice Components *******************************************************/

.store .invoice {
    background: #fff url("../images/bg_invoice.gif") repeat-x 0 5px;
    border: 1px solid #c7d3dc;
    padding: 40px 0;
}
.store .invoice .address {
    border-bottom: 1px dashed #c7d3dc;
    padding: 0 20px;
}
.store .invoice .items {
    border-collapse: collapse;
    width: 460px;
    margin: 20px 20px 0 20px;
}
.store .invoice .items * {
    text-align: left;
}
.store .invoice th,
.store .invoice td {
    padding: 0.2em 0.3em;
}
.store .invoice th {
    border-bottom: 1px solid #c7d3dc;
}
.store .invoice th span {
    color: #a0b2c0;
    font-weight: normal;
}
.store .invoice .subtotal {
    text-align: right;
    background: #f3f6fa;
}
.store .invoice .priceperitem {
    text-align: right;
}
.store .invoice tfoot td {
    font-weight: bold;
}

/***** Peters Extras *************/

* .required {
    font-weight: bold;
}

* .marker a {
  text-decoration: none;
  font-weight: bold;
  color: #a0b2c0;
}

#footnote p {
  position: relative;
  float: left;
  clear: both;
  padding-left: 180px;
  width: 747px;
  background: #e1e6ed;
}

#thankyou {
    width: 500px;
    padding-left: 0px;
}
#thankyou h3,
#thankyou h2 {
    padding-top: 1em;
  padding-bottom: 0.5em;
}

#continueshopping #overview,
#continueshopping #overview span,
#continueshopping #invoice,
#continueshopping #invoice span {
background: transparent url("../images/button_checkout.gif") no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 37px;
    line-height: 35px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    font-size: 130%;
    width: 200px;
    text-align: center;
    text-shadow: 1px 1px 2px #ff7200;
    outline: none;
    float: none;
    clear: both;
}
#continueshopping #overview span,
#continueshopping #invoice span {
    background-position: 100% 0;
    position: relative;
    right: -20px;
    padding-right: 20px;
}

#continueshopping #overview:hover,
#continueshopping #invoice:hover {
    background-position: 0 -37px;
}
#continueshopping #overview:hover span,
#continueshopping #invoice:hover span {
    background-position: 100% -37px;
}

#continueshopping #overview:active,
#continueshopping #invoice:active {
    background-position: 0 -74px;
}
#continueshopping #overview:active span,
#continueshopping #invoice:active span {
    background-position: 100% -74px;
}

#continueshopping h3 {
  width: 250px;
  text-align: center;
  color: #FFFFFF;
  font-size: 200%;
  left: 0;
}

/*** Order/Confirm ********************************/
#order * {
    background: #ffffff;
    color: #273850;
    font-family: Courier;
}

#assets h2 {
  float: left;
}

#assets p {
  float: left;
}

#checkout .address {
  padding:  0px;
  margin-bottom:  0px;
  margin-left: 8em;
}

/**** Documents ****/

.document ul li {
  list-style: disc;
}

#content .document strong {
  color: #FD7B0E;
}

/** Tabbar Components *********************************************************/

#tabbar {
    background: transparent url("../images/bg_tabbar.gif") no-repeat 0 0;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    padding: 0 15px;
}
#tabbar * {
    float: left;
}
#tabbar h2 {
    font-size: 100%;
    margin: 0;
    padding-right: 1em;
}
#wrapper #tabbar li {
    background: transparent;
    padding-left: 10px;
}
#tabbar a {
    color: #273850;
    text-decoration: none;
    outline: none;
    padding-right: 10px;
}
#wrapper #tabbar .selected,
#wrapper #tabbar .selected a {
    background: transparent url("../images/bg_tabbar_selected.gif") no-repeat 0 50%;
}
#wrapper #tabbar .selected a {
    background-position: 100% 50%;
}
.contTbl2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.wenzi1 {
	letter-spacing: 1px;
}
.biaoge1 {
	border: 1px solid #E0E0E0;
}
