/* CSS */
html {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #333333;
  color: #fff;
  font: 10px sans-serif;
  text-align: center;
}

/* Site Layout */
#wrapper {
  margin: 0 auto;
  width: 980px;
  text-align: left;
  font-size: 1.5em;
  position: relative;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}

/* Header Area */
#header {
  height: 220px;
  position: relative;
}

#header input.submit {
  width: 67px;
  height: 32px;
  color: #ccc;
  background: url('images/btn_search.png') no-repeat 0 0;
  border: 0;
  padding: 0;
}

#header input.submit:hover {
  color: #ccc;
  background: url('images/btn_search_mo.png') no-repeat 0 0;
  cursor: pointer;
}

#header img {
  border: none;
}

#header a {
  border: none;
  text-decoration: none;
  color: #fff;
}

#header_main {
}

#header_main ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#header_main ul {
  margin: -20px 0px 0px 20px;
}

#header_main li {
  margin: 0px;
  padding: 0px;
  display: inline;
  display: block;
  float: left;
}

#header_main ul li.normal_btn {
  margin: 40px 0px 0px -20px;
}

/* Login/Logout Control */
#control {
  margin: 25px 40px 0px 20px;
  width: 320px;
  position: absolute;
  top: 0px;
  right: 0;
  text-align: right;
  color: #6cf;
}

#control a, #control a:visited {
  text-decoration: none;
  color: #6cf;
}

#control a:hover {
  color: #4af;
}

/* Site Tools: Search, etc. */
#tools {
  margin: 80px 40px 0px 20px;
  width: 320px;
  position: absolute;
  top: 0px;
  right: 0;
  text-align: right;
}

#tools form {
  margin: 0px;
  padding: 0px;
}

#tools ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#tools ul {
  margin: 10px 0px 0px;
  padding: 0px;
  list-style: none;
}

#tools li {
  margin: 0px;
  padding: 0px;
  display: inline;
  margin-left: 10px;
  float: none;
}

#tools fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
  float: none;
  clear: none;
  width: auto;
}

#tools fieldset input {
  width: auto;
}

/* Main Content Area */
#content_wrapper {
  background: url('images/bg_main.jpg') no-repeat left bottom;
  width: 980px;
  min-height: 320px;
  padding-bottom: 180px;
}

/* Side Bar: Site Navigation */
#nav {
  float: right;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 8px;
  width: 260px;
  background: #404040 url('images/bar_nav_sys.png') no-repeat bottom;
}

#nav a {
  text-decoration: none;
  color: #fff;
}

#nav a:hover {
  text-decoration: none;
  color: #f93;
}

#nav img {
  border: none;
}

#nav h1 {
  margin: 0;
  padding: 15px 0px;
  padding-left: 80px;
  height: 33px;
  font-size: 1.5em;
  background: url('images/bg_heading_nav_sys.png') no-repeat;
}

#nav h1.location {
  padding-left: 100px;
  background: url('images/bg_heading_nav_location.png');
}

#nav h1.cart {
  padding-left: 100px;
  background: url('images/bg_heading_nav_cart.png');
}

#nav div.cart {
  background-color: #566f24;
  padding-bottom: 1px;
}

#nav div.cart p {
  margin: 0px;
  padding: 10px;
}

/* Side Bar: Locaion Selector */
#location {
  margin: 0;
  padding: 0;
  margin-left: 23px;
}

#location li {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  padding: 5px;
  margin-right: 20px;
}

#location li:hover {
  background: url('images/bg_active_flag.png') no-repeat center;
}

#location li.active {
  background: url('images/bg_active_flag.png') no-repeat center;
}

#location li a img {
  border: none;
}

/* Side Bar: Mini Cart */
.miniCartTable {
  margin: 0;
  padding: 0;
  width: 260px;
  border-collapse: collapse;
}

.miniCartTable th {
  text-align: center;
  padding: 2px;
}

.miniCartTable td {
  padding: 2px;
}

.miniCartTable .itemRemove {
  width: 8px;
  border-right: 1px solid #9faf7f;
}

.miniCartTable .itemQTY {
  text-align: center;
  width: 40px;
  border-left: 1px solid #9faf7f;
  border-right: 1px solid #9faf7f;
}

.miniCartTable .itemQTY input {
  width: 75%;
}

.miniCartTable .itemName {
  width: 130px;
  border-left: 1px solid #9faf7f;
  border-right: 1px solid #9faf7f;
}

.miniCartTable .itemPrice {
  width: 63px;
  border-left: 1px solid #9faf7f;
}

.miniCartTable td.itemPrice {
  text-align: right;
}

.miniCartTable tfoot .cartControls {
  padding-left: 10px;
  float: left;
}

.miniCartTable tfoot .cartTotal {
  float: right;
  text-align: right;
  padding: 5px 0px;
}

.miniCartTable tfoot tr {
  border-top: 1px solid #9faf7f;
}

.miniCartTable tfoot input {
  padding: 0;
  width: 32px;
  height: 32px;
}

.miniCartTable img {
  vertical-align: top;
}

.miniCartTable .checkout {
  padding: 0px;
}

/* Actual Site Content */
#content {
  margin: 0px;
  padding-bottom: 8px;
  width: 715px;
}

#content h1 {
  margin: 0;
  padding: 10px 0px;
  padding-left: 80px;
  height: 43px;
  font-size: 2.0em;
  background: url('images/bg_heading_full_sys.png') no-repeat;
}

#content div.system {
  padding-top: 2px;
  padding-bottom: 8px;
  background: #404040 url('images/bar_content_sys.png') no-repeat bottom;
}

#content h1 img {
  vertical-align: middle;
}

#content h1.cart {
  padding-left: 100px;
  background: url('images/bg_heading_full_cart.png');
}

#content div.cart {
  padding-top: 2px;
  padding-bottom: 8px;
  background: #566f24 url('images/bar_content_cart.png') no-repeat bottom;
}

#content h1.catalog {
  padding-left: 50px;
  background: url('images/bg_heading_full_catalog.png');
}

#content div.catalog {
  padding-top: 2px;
  padding-bottom: 8px;
  background: #78462f url('images/bar_content_catalog.png') no-repeat bottom;
}

#content h1.editorsChoice {
  padding-left: 60px;
  background: url('images/bg_heading_full_editor.png');
}

#content div.editorsChoice {
  padding-top: 2px;
  padding-bottom: 8px;
  background: #255e6f url('images/bar_content_editor.png') no-repeat bottom;
}

#content h2 {
  font-size: 1.6em;
}

#content h3 {
  font-size: 1.2em;
}

#content h4 {
  font-size: 1.0em;
}

#content a {
  text-decoration: none;
  color: #f93;
}

#content a:hover {
  color: #f60;
}

#content .catalog a, #content .cart a {
  text-decoration: none;
  color: #fff;
}

#content .catalog a:hover, #content .cart a:hover {
  color: #f93;
}

#content img {
  border: none;
}

/* Footer Area */
#footer {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 180px;
}

#footer h1 {
  display: block;
  width: 175px;
  margin: 0px;
  padding: 0px;
  color: #a6a6a6;
  margin: 5px 10px;
  font-size: 2.0em;
  text-align: right;
}

#footer h1 span {
  display: block;
  color: #fff;
  font-style: italic;
  font-size: 0.5em;
  margin-top: -5px;
}

#TTT_logo {
  position: absolute;
  left: 10px;
  bottom: 5px;
}

#footer p {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 119px;
  width: 400px;
  margin: 0px;
  padding: 0px;
}

#footer p span {
  display: block;
  margin-left: 30px;
}

#copyright_info {
  display: block;
  height: 40px;
  width: 982px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-top: 10px;
}

#copyright_info p {
  margin: 0;
  padding: 0;
}

#power {
  position: absolute;
  top: 5px;
  right: 20px;
}

#power a, #power a img {
  border: none;
  text-decoration: none;
}

/* Site Wide Selectors */
p {
  margin-left: 20px;
  margin-right: 20px;
}

p img {
  vertical-align: middle;
}

.paymentLogo {
  margin: 10px 20px;
}

ul.legend {
  list-style: none;
  margin: 0;
  margin-left: 20px;
  padding: 0;
}

/* Site Wide: Messages */
.errorMsg {
  padding: 10px;
  border: 1px solid #900;
  background-color: #f99;
  color: #900;
}

.warningMsg {
  padding: 10px;
  border: 1px solid #990;
  background-color: #ff9;
  color: #990;
}

.quote {
  margin-left: 40px;
  font-style: italic;
}

.quote span {
  font-style: normal;
}

.infoMsg {
  padding: 10px;
  border: 1px solid #069;
  background-color: #6cf;
  color: #069;
}

.infoMsg a, .infoMsg a:visited {
  color: #fff;
}

.infoMsg a:hover, .infoMsg a:active {
  text-decoration: underline;
}

.default {
  color: #6cf;
}

img.location {
  padding: 3px;
}

img.default {
  padding: 3px;
  background: url('images/bg_active_flag.png') no-repeat center;
}

/* Site Wide: Breadcrumbs */
.breadcrumbs {
  padding-left: 40px;
  font-weight: bold;
  background: url('images/bg_breadcrumbs.png') no-repeat;
}

/* Site Wide: Pagination */
.pageSet ul {
  margin: 0px;
  padding: 0px;
}

.pageSet ul li {
  margin: 0px 5px;
  padding: 0px;
  display: inline;
}

.pageSet img {
  vertical-align: middle;
}

.pageSet a {
  text-decoration: none;
}

.pageSet input {
  width: 20px;
}

.pageSet a img {
  border: none;
}

/* Site Wide: Float Clears */
.clear {
  clear: both;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

/* Site Wide: Actions */
.actions_div {
  margin-left: 20px;
  margin-right: 20px;
}

ul.actions {
  margin: 0;
  padding: 0;
}

ul.actions li {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

ul.follow {
  margin: 0;
  padding: 0;
}

ul.follow li {
  margin: 10px;
  display: block;
  float: left;
  height: 48px;
}

ul.follow li a img {
  vertical-align: middle;
}

/* Site Wide: Display List */
ul.displayList {
  margin: 20px;
  padding: 0;
}

ul.displayList li {
  list-style: none;
  margin: 5px 0;
}

ul.displayList li span.label {
  display: block;
  width: 150px;
  float: left;
}

ul.displayList li span.data {
}

/* Site Wide: Forms */
fieldset {
  float: left;
	clear: left;
	width: 653px;
	margin: 10px 20px;
	padding: 10px;
}

fieldset legend {
  font-size: 1.2em;
  font-weight: bold;
}

fieldset ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

fieldset ol li {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 3px;
}

fieldset label {
  position: relative;
  float: left;
  width: 175px;
  margin-right: 5px;
}

fieldset span.label {
  display: block;
  position: relative;
  float: left;
  width: 175px;
  margin-right: 5px;
}

fieldset div.dataBlock {
  float: left;
  padding: 10px;
  border: 1px dotted #ccc;
  width: 450px;
  background-color: #404040;
  font-size: 0.9em;
}

fieldset fieldset {
  width: auto;
}

label em {
  position: absolute;
  left: 159px;
  top: 0;
}

label strong {
  position: absolute;
  left: 340px;
  width: 310px;
  border: 1px solid #900;
  padding: 2px;
  background-color: #f99;
  color: #900;
  font-weight: normal;
}

fieldset input {
  width: 150px;
}

fieldset input[type=radio] {
  width: auto;
}

fieldset input[type=checkbox] {
  margin: 3px 0;
  width: auto;
}

fieldset .imgSelect label {
  float: none;
  width: auto;
}

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

fieldset ul.checklist label {
  float: none;
  width: auto;
  margin: 0;
}

fieldset ul.checklist label span {
  color: #999;
  font-size: 0.7em;
}

.selectList label, .selector {
  float: none;
  width: auto;
}

fieldset p {
  margin-left: auto;
  margin-right: auto;
}

/* Site Wide: Browser Compatibility */
form {
  margin: 0;
  padding: 0;
}

/* Catalog Selectors: Browse */
ul.tags {
  font-size: 1.3em;
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
}

ul.tags li {
  margin: 5px 0px;
  list-style: none;
}

#content .catalog ul.tags li {
  display: block;
  float: left;
  width: 320px;
  height: 47px;
  margin-left: 8px;
  margin-right: 8px;
}

#content .catalog ul.tags li a, #content .catalog ul.tags li a:visited {
  margin: 0;
  padding: 10px 20px 10px 15px;
  display: block;
  height: 27px;
  background: url('images/btn_catalog.png') no-repeat bottom left;
  color: #fff;
}

#content .catalog ul.tags li a:hover, #content .catalog ul.tags li a:active {
  background: url('images/btn_catalog.png') no-repeat top left;
  color: #fff;
}

ul.tags li a span {
  display: block;
  float: left;
  width: 50px;
}

.catalog .browseTable {
  width: 715px;
  border-collapse: collapse;
}

.catalog .browseTable tr.odd {
  background-color: #78462f;
}

.catalog .browseTable tr.even {
  background-color: #804c30;
}

.catalog .browseTable th {
  text-align: center;
  border-top: 1px solid #a87f6d;
  padding: 2px;
}

.catalog .browseTable td {
  padding: 10px;
}

.catalog .browseTable .productImage {
  width: 80px;
  border-right: 1px solid #a87f6d;
}

.catalog .browseTable td.productImage {
  height: 80px;
  text-align: center;
}

.catalog .browseTable .productCode {
  width: 120px;
  color: #999;
  font-size: 0.7em;
  font-weight: bold;
  border-left: 1px solid #a87f6d;
  border-right: 1px solid #a87f6d;
}

.catalog .browseTable .productName {
  width: 200px;
  font-size: 0.9em;
  font-weight: bold;
  border-left: 1px solid #a87f6d;
  border-right: 1px solid #a87f6d;
}

.catalog .browseTable .productPrice {
  width: 120px;
  font-size: 1.5em;
  font-weight: bold;
  border-left: 1px solid #a87f6d;
  border-right: 1px solid #a87f6d;
}

.catalog .browseTable td.productPrice {
  text-align: right;
}

.catalog .browseTable .productActions {
  width: 91px;
  border-left: 1px solid #a87f6d;
}

.catalog .browseTable td.productActions {
  text-align: center;
}

.editorsChoice .browseTable {
  width: 715px;
  border-collapse: collapse;
}

.editorsChoice .browseTable tr.odd {
  background-color: #255e6f;
}

.editorsChoice .browseTable tr.even {
  background-color: #2e697b;
}

.editorsChoice .browseTable th {
  text-align: center;
  border-top: 1px solid #5b8692;
  padding: 2px;
}

.editorsChoice .browseTable td {
  padding: 10px;
}

.editorsChoice .browseTable .productImage {
  width: 80px;
  border-right: 1px solid #5b8692;
}

.editorsChoice .browseTable td.productImage {
  height: 80px;
  text-align: center;
}

.editorsChoice .browseTable .productCode {
  width: 120px;
  color: #999;
  font-size: 0.7em;
  font-weight: bold;
  border-left: 1px solid #5b8692;
  border-right: 1px solid #5b8692;
}

.editorsChoice .browseTable .productName {
  width: 200px;
  font-size: 0.9em;
  font-weight: bold;
  border-left: 1px solid #5b8692;
  border-right: 1px solid #5b8692;
}

.editorsChoice .browseTable .productPrice {
  width: 120px;
  font-size: 1.5em;
  font-weight: bold;
  border-left: 1px solid #5b8692;
  border-right: 1px solid #5b8692;
}

.editorsChoice .browseTable td.productPrice {
  text-align: right;
}

.editorsChoice .browseTable .productActions {
  width: 91px;
  border-left: 1px solid #5b8692;
}

.editorsChoice .browseTable td.productActions {
  text-align: center;
}

.editorsChoice h2 {
  margin-left: 20px;
  margin-right: 20px;
}

/* Catalog Selectors: View */
.product_details_div {
  margin-left: 20px;
  display: block;
  float: left;
  width: 433px;
}

.product_details_div h2 {
  text-align: center;
  color: #dc7c25;
}

.product_details_div h3 {
  text-align: center;
}

.product_details_div h2 span {
  display: block;
  font-size: 0.5em;
  color: #999;
}

.product_details_div h2 span img {
  vertical-align: middle;
}

.product_details_div .customValues {
  font-size: 1.2em;
  color: #dc7c25;
  border-bottom: 1px solid white;
}

.product_details_div .customValues ul {
  list-style: none;
  padding: 0;
}

.product_details_div .customValues li {
  margin: 10px 0;
  clear: left;
}

.product_details_div .customValues span {
  display: block;
  float: left;
}

.product_details_div .customValues .cv_label {
  width: 120px;
}

.product_details_div p.price {
  text-align: center;
  font-size: 1.2em;
}

.product_image_div {
  margin: 0 20px;
  padding: 10px;
  border: 1px dotted #A87F6D;
  text-align: center;
  display: block;
  float: right;
}

.product_details_div .actions_div {
  margin: 0px;
}

/* Cart Selectors */
.cartRefresh {
  width: 32px;
  height: 32px;
  background: url('images/btn_cart_update.png') no-repeat;
  border: none;
  text-indent: -1000em;
  cursor: pointer;
}

.cartRefresh:hover {
  background: url('images/btn_cart_update_mo.png') no-repeat;
}

.cart .odd {
  background-color: #566f24;
}

.cart .even {
  background-color: #5d7826;
}

.cart .product_details_div h2 {
  color: #9c3;
}

.cart .product_image_div {
  border: 1px dotted #9faf7f;
}

.cartTable {
  width: 715px;
  border-collapse: collapse;
}

.cartTable th {
  text-align: center;
  border-top: 1px solid #9faf7f;
  padding: 2px;
}

.cartTable td {
  padding: 10px;
}

.cartTable .itemQTY {
  text-align: center;
  width: 40px;
  border-right: 1px solid #9faf7f;
  padding: 2px;
}

.cartTable .itemDetails {
  width: 368px;
  border-left: 1px solid #9faf7f;
  border-right: 1px solid #9faf7f;
}

.cartTable .itemPrice {
  width: 120px;
  font-size: 1.5em;
  border-left: 1px solid #9faf7f;
  border-right: 1px solid #9faf7f;
}

.cartTable .itemTotal {
  width: 120px;
  font-size: 1.5em;
  font-weight: bold;
  border-left: 1px solid #9faf7f;
}

.cartTable td.itemPrice, .cartTable td.itemTotal {
  text-align: right;
}

.cartTable .itemDetails .thumb {
  float: left;
  width: 80px;
  text-align: center;
}

.cartTable .itemDetails .itemInfo {
  float: left;
  width: 240px;
  margin-left: 7px;
}

.cartTable .itemDetails .itemInfo .itemName {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
}

.cartTable .itemDetails .itemInfo .itemCode {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  color: #999;
}

.cartTable .itemDetails .itemInfo .itemType {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  color: #999;
}

.cartTable .itemDetails .itemInfo .itemType img {
  vertical-align: middle;
}

.cartTable .itemDetails .actions_div {
  margin: 0;
  width: 40px;
  float: left;
}

.cartTable .itemDetails .actions_div li {
  margin: 0;
}

.cartTable tfoot .cartControls {
  padding: 5px 10px;
  float: left;
}

.cartTable tfoot .cartTotal {
  float: right;
  text-align: right;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.5em;
}

.cartTable tfoot input {
  padding: 0;
}

.cartTable tfoot img {
  vertical-align: top;
}

.cartTable .shipping {
  border-top: 1px solid #9faf7f;
}

.cartTable .donation {
  border-top: 1px solid #9faf7f;
  background-color: #255e6f;
  text-align: right;
}

.cartTable .donation strong {
  font-weight: bold;
  background: none;
  border: none;
  color: none;
  position: relative;
  display: inline;
  color: #fff;
  margin: 0;
  padding: 0;
  left: 0;
  width: auto;
}

.cartTable .donation em {
  background: none;
  border: none;
  color: none;
  position: relative;
  display: inline;
  color: #fff;
  margin: 0;
  padding: 0;
  left: 0;
  width: auto;
}

.cartTable .donation .itemTotal {
  font-size: 1em;
  font-weight: normal;
}

.submits {
  margin: 0 20px;
  padding-bottom: 10px;
}

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

.submits ul li {
  display: block;
  float: left;
  margin-right: 2px;
}

.checkout_back {
  height: 32px;
  width: 37px;
  background: url('images/btn_cart_back.png') no-repeat;
  border: none;
  padding: 0;
  text-indent: -1000px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.checkout_back:hover {
  background: url('images/btn_cart_back_mo.png') no-repeat;
}

.checkout_proceed {
  height: 32px;
  width: 260px;
  background: url('images/btn_cart_checkout02.png') no-repeat;
  border: none;
  padding: 0;
  text-align: left;
  text-indent: 60px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.checkout_proceed:hover {
  background: url('images/btn_cart_checkout02_mo.png') no-repeat;
}

.cart fieldset {
  border: 1px solid #9faf7f;
}

.cart fieldset legend {
  color: #9faf7f;
}

.cart fieldset fieldset {
  border-style: none;
}

.cart fieldset fieldset legend {
  color: #fff;
}

.cart h2 {
  margin-left: 20px;
  margin-right: 20px;
}

.cart h3 {
  margin-left: 20px;
  margin-right: 20px;
}

/* System Selectors */
.system .browseTable {
  width: 715px;
  border-collapse: collapse;
  margin: 0;
}

.system .orderTable {
  margin: 20px 0;
  width: 650px;
}

.orderTable .itemQTY {
  text-align: center;
  border-left: 1px solid #666;
}

.orderTable .itemDetails {
  font-size: 0.9em;
  font-weight: bold;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  width: 460px;
}

.orderTable .itemDetails img {
  vertical-align: center;
}

.orderTable .itemDetails .itemInfo {
  float: left;
  width: 400px;
  margin-right: 20px;
}

.orderTable .itemDetails .subDetail {
  margin: 0;
  padding: 0;
  font-size: 0.7em;
  font-weight: normal;
  color: #999;
}

.orderTable .itemDetails .actions_div {
  float: left;
  margin: 0;
  width: 40px;
}

.orderTable .itemTotal {
  border-right: 1px solid #666;
}

.orderTable td.itemTotal {
  text-align: right;
}

.orderTable .cartTotal {
  text-align: right;
  padding: 10px;
}

.system .browseTable tr.odd {
  background-color: #404040;
}

.system .browseTable tr.even {
  background-color: #464646;
}

.system .browseTable th {
  text-align: center;
  border-top: 1px solid #666;
  padding: 2px;
}

.system .browseTable td {
  padding: 10px;
}

.system .browseTable .productImage {
  width: 80px;
  border-right: 1px solid #666;
}

.system .browseTable td.productImage {
  height: 80px;
  text-align: center;
  font-size: 0.7em;
}

.system .browseTable .productCode {
  color: #999;
  font-size: 0.7em;
  font-weight: bold;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  width: 100px;
}

.system .browseTable .productName {
  font-size: 0.9em;
  font-weight: bold;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.browseTable .productName .itemType {
  margin: 0;
  padding: 0;
  font-size: 0.7em;
  font-weight: normal;
  color: #999;
}

.browseTable .productName .itemType img {
  vertical-align: middle;
}

.browseTable .productName .productStatus {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  font-weight: normal;
  color: #999;
}

.system .browseTable .productPrice {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  font-size: 0.9em;
  width: 60px;
}

.system .browseTable td.productPrice {
  text-align: right;
}

.system .browseTable td.productPrice ul {
  margin: 0;
  padding: 0;
}

.system .browseTable td.productPrice ul li {
  list-style-type: none;
}

.system .browseTable .productStatus {
  font-size: 0.7em;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  width: 60px;
}

.system .browseTable .productActions {
  font-size: 0.9em;
  width: 91px;
  border-left: 1px solid #666;
}

.system .browseTable td.productActions {
  text-align: center;
}

.system .browseTable .shipName {
  width: 250px;
  border-right: 1px solid #666;
}

.system .browseTable .shipActions {
  font-size: 0.9em;
  width: 91px;
  border-left: 1px solid #666;
}

.system .browseTable td.shipActions {
  text-align: center;
}

.system .browseTable .currencyName {
  border-right: 1px solid #666;
}

.system .browseTable .currencyCode {
  width: 100px;
  border-right: 1px solid #666;
}

.system .browseTable td.currencyCode {
  text-align: center;
}

.system .browseTable .currencySymbol {
  width: 100px;
  border-right: 1px solid #666;
}

.system .browseTable td.currencySymbol {
  text-align: center;
}

.system .browseTable .currencyRatio {
  width: 100px;
  border-right: 1px solid #666;
}

.system .browseTable .currencyActions {
  font-size: 0.9em;
  width: 91px;
  border-left: 1px solid #666;
}

.system .browseTable td.currencyActions {
  text-align: center;
}

.system .browseTable .locationName {
  border-right: 1px solid #666;
}

.system .browseTable .locationCode {
  width: 100px;
  border-right: 1px solid #666;
}

.system .browseTable td.locationCode {
  text-align: center;
}

.system .browseTable .locationCurrency {
  width: 100px;
  border-right: 1px solid #666;
}

.system .browseTable td.locationCurrency {
  text-align: center;
}

.system .browseTable .locationFlag {
  width: 100px;
  border-right: 1px solid #666;
}

.system .browseTable td.locationFlag {
  text-align: center;
}

.system .browseTable .locationActions {
  font-size: 0.9em;
  width: 91px;
  border-left: 1px solid #666;
}

.system .browseTable td.locationActions {
  text-align: center;
}

.system .browseTable .tagLabel {
  width: 238px;
}

.system .browseTable .tagName {
  width: 238px;
  border-left: 1px solid #666;
}

.system .browseTable .tagPriority {
  width: 65px;
  border-left: 1px solid #666;
}

.system .browseTable td.tagPriority {
  text-align: right;
}

.system .browseTable .tagActions {
  font-size: 0.9em;
  width: 91px;
  border-left: 1px solid #666;
}

.system .browseTable .orderNo {
  width: 125px;
}

.system .browseTable .orderDate {
  width: 120px;
  border-left: 1px solid #666;
}

.system .browseTable .orderCost {
  border-left: 1px solid #666;
}

.system .browseTable td.orderCost {
  text-align: right;
}

.system .browseTable .orderEmail {
  border-left: 1px solid #666;
}

.system .browseTable .orderStatus {
  width: 60px;
  border-left: 1px solid #666;
  text-align: center;
}

.system .browseTable .orderActions {
  font-size: 0.9em;
  width: 60px;
  border-left: 1px solid #666;
}

.system .browseTable .downloadCode {
  color: #999;
  font-size: 0.7em;
  font-weight: bold;
  border-right: 1px solid #666;
  width: 120px;
}

.system .browseTable .downloadName {
  font-size: 0.9em;
  font-weight: bold;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.system .browseTable .downloadSize {
  width: 80px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.system .browseTable td.downloadSize {
  text-align: right;
}

.system .browseTable .downloadActions {
  font-size: 0.9em;
  width: 80px;
  border-left: 1px solid #666;
}

.system .product_details_div h2 {
  text-align: center;
  color: #6cf;
}

.system .product_image_div {
  margin: 0 20px;
  padding: 10px;
  border: 1px dotted #666;
  text-align: center;
  display: block;
  float: right;
}

.system .prev_next {
  margin: 10px 20px;
  position: relative;
}

.system .prev_next .prev {
  color: #666;
}

.system .prev_next .next {
  color: #666;
  position: absolute;
  right: 0;
}

.system .imgSelect {
  display: block;
  width: 110px;
  height: 120px;
  float: left;
  border: 1px dotted #666;
  margin: 5px;
  text-align: center;
}

.system .imgSelect input {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 20px;
}

.system table {
  margin: 10px 20px;
}

.system img {
  vertical-align: middle;
}

.system h2, .system h3 {
  margin-left: 20px;
  margin-right: 20px;
}

img.imgRight {
  float: right;
  margin: 0px 20px;
}

