/* HTML */
body {
background-color: #151515;
font-size: 0.8em;
}
form {
display: inline;
}
textarea {
background-color: #111111;
border: 1px solid #232323;
/*color: #5C5C5C;*/
color: #eee;
padding: 4px 5px;
font-family: arial, verdana, arial, helvetica, sans;
font-size:1.0em;
width: 32em;
height: 10em;
margin:5px;
}
select {
background-color: #111111;
border: 1px solid #232323;
color: #eee;
font-size:0.9em;
padding: 2px 1px;
scrollbar-base-color:#1e1e1e; 
scrollbar-arrow-color:#4d4d4d;
}
input, .iText, .iPassword {
background-color: #111111;
border: 1px solid #232323;
/*color: #5C5C5C; */
color: #eee;
padding: 4px 5px;
font-size:0.9em;
}
.iSubmit {
color: #FFF;
background-color: #5C5C5C;
border: 1px solid #181818;
padding: 2px 4px;
font-size:0.9em;
}
.iError {
border: 1px solid #F00;
}

.tip {
color: #9C9C9C;
    color: #d4d4d4;
background-color: #222;
border: 1px solid #666;
padding: 2px 5px 4px 5px;
}

.spacer {
clear: both;
}
a,a:visited {
color: #9C9C9C;
}
a:hover {
text-decoration: underline;
color: #d4d4d4;
}
b,em,strong {
font-weight:normal;
text-decoration:none;
color:#fff;
}
ul {
list-style-type:none; 
margin: 5px 0px;
}
li {
background-image: url(http://image.nengun.com/general/indent.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
margin-right: 10px;
padding-left: 1em;
}

/* Layout */
#everything {
width: 920px;
margin: 0px auto 0px auto;
background-color: #262626;
border: 1px solid #262626;
color: #9C9C9C;
padding: 0px;
}
#header {
margin: 10px;
}
#content {
margin: 10px;
}
#footer {
margin: 0 10px;
}
#main1, #main2, #main3 {
float:   right;
display: inline;
padding: 0px;
margin:  0px;
}
#main2 {
width:700px;
}
#main3 {
width:500px;
}
#sidebarLeft {
float:   left;
width:   200px;
margin-top: 6px;
}
#sidebarRight {
float: right; 
width: 200px; 
margin-top: 6px;
}
h1,h3,h4 {
line-height:1em;
}

/* Header */
#header img {
padding: 0px;
margin:  0px;
border:  0px;
}
#header #headerFlash {
height: 306px;
}
#header #headerTopLinks {
background-image: url(image/menu.jpg);
background-repeat: repeat-x;
border-top:1px solid #262626;
margin-top:-1px;
}
#header #headerLogin {
width: 320px;
float: left;
padding: 10px 0px 10px 5px;
padding-left: 5px;
}
#header #headerSearchLabel,
#header #headerLoginLabel {
font-size: 1.1em;
font-weight: bold;
color: #FFF;
vertical-align:middle;
padding: 0px 5px 0px 5px;
}
#header #headerSearch {
text-align: right;
width: 260px;
float: left;
padding-top:0px;
margin-top:7px;
}
#header #headerSearchKeyword {
width: 80px;
}
#header #headerSearchSubmit {
font-size: 0.9em;
padding: 4px 2px;
}
#header input, 
#header .iText, 
#header .iPassword {
font-size: 0.8em;
}
#header #headerLoginLinks ul {
float: left;
list-style-type:none;
font-size: 0.8em;
padding: 0px;
margin: 0px;
padding-left:5px;
padding-top:6px;
}
#header #headerLoginLinks li {
line-height:125%;
}
#header #headerLoginLinks #headerLoginLinkOne {
width:120px;
}
#header #headerLoginLinks #headerLoginLinkTwo {
width:180px;
}
#header #headerUserLinks {
float: left;
width: 630px;
padding: 10px 0px 10px 5px;
}
#header #headerUserWelcome {
float: left;
}
#header #headerUserWelcomeMsg {
font-size: 1.1em;
color: #FFF;
font-weight: bold;
padding-right:4px;
padding-left:4px;
}
#header #headerUserLinks ul {
padding-top: 0px;
float: left;
font-size:0.875em;
margin:0;
margin-left: 10px;
}
#header #headerUserLinks li {
display: inline;
background-position: 0;
margin:0;
padding:0;
margin-left:10px;
padding-left: 0.9em;
}

/* Header */
#headerLinks {
color: #000;
padding: 3px 0px;
text-transform: uppercase;
}
#headerLinks ul {
list-style-type:none;
padding: 0px;
margin: 0px;
}
#headerLinks li {
float: left;
font-size: 1.0em;
background-image: none;
padding:0;
margin:0;
}
#headerLinks a {
padding-top: 23px;
padding-left: 18px;
width: 132px;
height: 26px;
background-image: url(image/button.jpg); 
display:block;
font-style: italic;
font-weight:bold;
color: #999;
}
#headerLinks a:hover {
color: #FFF;
}
#headerLinks em {
color: #FFF;
font-style: italic;
font-weight:bold;
}

/* Main Body */
.mainContent {
margin: 0px 10px;
margin-bottom: 20px;
}
.mainBody {
padding: 0 10px;
}
.mainContent h1 {
border-bottom: 1px solid #4D4D4D;
margin: 0px 0px 5px 0px;
padding: 4px;
}
.mainContent h1,
.mainContent h1 span {
font-style:italic;
font-weight:bold;
text-transform:uppercase;
letter-spacing:-0.02ex;
word-spacing:0.2ex;
}
.mainContent h2 {
margin: 0px 0px 0px 0px;
padding:4px;
margin-top:5px;
border-bottom: 1px solid #303030;
padding-bottom:0px;
margin-bottom:6px;
}
.mainContent h1 a,
.mainContent h1 a:visited,
.mainContent h1 a:hover {
background-color: #262626;
color: #A1A1A1;
font-style:italic;
font-weight:bold;
}

.mainContent h1 em ,
.mainContent h1 em a,
.mainContent h1 em a:visited,
.mainContent h1 em a:hover {
background-color: #262626;
color: #FFFFFF;
font-style:italic;
font-weight:bold;
}
.mainContent h1 a:hover {
text-decoration:none;
}
.mainContent h2,
.mainContent h2 a,
.mainContent h2 a:visited,
.mainContent h2 a:hover {
background-color: #262626;
color: #FFFFFF;
font-weight: bold;
}
.mainContent h3,
.mainContent h3 a,
.mainContent h3 a:visited,
.mainContent h3 a:hover {
background-color: #262626;
color: #FFFFFF;
font-weight: bold;
}
.mainContent h4,
.mainContent h4 a,
.mainContent h4 a:visited,
.mainContent h4 a:hover {
background-color: #262626;
color: #ffffff;
font-weight: bold;
}
.mainContent,
.mainContent table {
background-color: #262626;
color: #9C9C9C;
}
.mainContent table th {
font-size:1.1em;
color:#fff;
border-bottom: 1px solid #3D3D3D;
}
.mainContent a,
.mainContent th a {
background-color: #262626;
color: #a0a0a0;
}
.mainContent a:hover,
.mainContent th a:hover {
color: #d4d4d4;
}

/* Body Messages */
.mainMessage h3 {
font-size: 1.3em;
text-transform: lowercase;
font-weight: bold;
padding: 2px 0px 2px 5px;
}
.mainMessage h3.mainError {
color:red;
}
.mainMessage {
margin:10px 15px;
}
.mainMessageContent {
color: #fff;
background-color: #1E1E1E;
border-top: 1px solid #4d4d4d;
border-bottom: 1px solid #4d4d4d;
padding:0 10px;
}
.mainMessageContent a,
.mainMessageContent a:visited,
.mainMessageContent a:hover {
color: #fff;
background-color: #1E1E1E;
}

/* Body Filter */
.mainSubTitle {
background:#1e1e1e;
margin-top:-4px;
min-height:22px;
font-size:10px;
padding:1px 10px;
margin-bottom:10px;
}
.mainSubTitle input,
.mainSubTitle select {
background:#1e1e1e;
border:1px solid #2d2d2d;
margin:0 5px;
}

/* Sidebar */
.sidebarContent {
margin-bottom: 15px;
}
.sidebarBody {
background-color: #1E1E1E;
border-top: 1px solid #4d4d4d;
border-bottom: 1px solid #4d4d4d;
color: #9C9C9C;
margin: 0;
}
.sidebarContent h3 {
font-size: 1.3em;
}
.sidebarContent h3,
.sidebarContent h3 a,
.sidebarContent h3 a:visited,
.sidebarContent h3 a:hover {
color: #FFFFFF;
font-weight: bold;
padding: 2px 0px 2px 5px;
text-transform: lowercase;
margin:0;
}

/* Footer */
#footer {
height: 35px;
background-image: url(image/footer.jpg);
background-repeat: repeat-x;
font-size: 0.8em;
padding-top: 10px;
}
#footer ul,
#footer li {
padding: 0px;
margin: 0px;
}

#footer ul {
list-style-type:none;
padding-left: 10px;
width: 630px;
float: left;
}
#footer li {
display: inline;
color: #555;
background-position: 0 .2em;
padding-left: 1em;
margin-right:5px;
margin-left:5px;
}
#footer a,
#footer a:visited {
color: #555;
font-weight: normal;
}

#footer .copyright {
padding-right: 10px;
color: #555;
float: left;
text-align: right;
width: 250px;
}

/* Lists */
.bList li.selected a,
.vList li.selected a,
.cList li.selected a {
color: #fff;
}
.bList {
height:320px;
overflow:auto;
}
.bList ul,
.cList ul,
.vList ul,
.sList ul {
margin: 10px;
}

/* Models */
.mList {
font-size:0.85em;
}
.mList div {
float:left;
width: 153px;
height: 140px;
text-align:center;
padding: 0px 0px;
}
.mList img {
display:block;
margin: 0 auto;
margin-top:10px;
margin-bottom:5px;
}
.vmList  {
float:left;
font-size:0.8em;
width: 140px;
padding: 0px 10px;
}
.vmList ul {
height: 150px;
overflow: auto;
}

/* Images */
.mImages, .pImages, .cImages, .tImages {
width: 210px;
background: #2f2f2f;
float: right;
margin: 0px 0px 5px 15px;
text-align: center;
padding: 5px;
}
.cImages {
width: 160px;
padding:0;
}
.tImages {
width: 120px;
padding:0;
}
.pImages a, .pImages a:hover,
.cImages a, .cImages a:hover,
.tImages a, .tImages a:hover,
.mImages a, .mImages a:hover {
background: #2f2f2f;
}
/*
.pImages a:hover,
.cImages a:hover,
.tImages a:hover,
.mImages a:hover {
color: #d4d4d4;
}
*/
.mImages .mImage img,
.pImages .pImage img,
.cImages .cImage img,
.tImages .tImage img {
border:0;
margin:5px;
}
.tImages .tText,
.cImages .cText,
.pImages .pText,
.mImages .mText {
font-size:0.8em;
line-height:140%;
margin-bottom:5px;
padding:0px 5px;
}
.mImages .mTextLeft {
text-align:left;
}
.mImages .mTitle h3 {
padding:4px;
font-size:1em;
background:#2f2f2f;
text-align:left;
}
.mImages .mTitle h3 a {
background:#2f2f2f;
}
.mImagesFeature {
width:200px;
height:190px;
margin:2px;
float: left;
}
.mImages .mList {
text-align:left;
font-size:0.8em;
line-height:140%;
margin:0 10px;
}
.mImages .mList li {
margin-bottom:5px;
}
.pImages .pText input,
.mImages .mText input,
.mImages .mList input {
margin-left: 5px;
width: 160px;
padding:2px;
font-size:0.9em;
}
.pImages .pText .iCheckbox,
.mImages .mText .iCheckbox {
width:auto;
}
.pImages .pText ul {
text-align:left;
margin:5px;
}
.pImages .pText li {
padding-left:10px;
margin-top:5px;
}

/* Shipping */
.pShippingNotes {
padding-top: 10px;
padding-bottom: 10px;
}
.pShippingNote {
text-align: center;
}
.pManualsAvailable {
text-align: center;
}
.mManual label {
width: 70px;
display:block;
float:left;
text-align:right;
padding-right:10px;
color:#fff;
}

/* Products */
.pDescription,
.pcDescription {
padding: 0 5px 10px 5px;
}
.pDescription ul {
margin: 10px 0;
}.pCompatPage {
background-color: #262626;
margin:5px;
padding:5px;
}
a.pPopup,
a.pPopup:hover  {
color:#fff;
}

/* Front Products */
.fpList div {
float:left;
width:110px;
height:70px;
text-align:center;
margin: 5px 0;
}
div.nFrontOptions {
width: 205px;
float: left;
padding:5px 10px 10px 10px;
font-size:90%;
text-align:center;
}
div.nFrontOptions ul {
text-align:left;
padding-left:30px;
}

/* Items */
.pItemScroll {
height:400px; 
overflow: auto;
}
table.pItemList {
font-size:0.9em;
margin: 10px 15px;
margin-bottom:20px;
width:600px;
}
table.pItemList th {
text-align:left;
margin:0;
padding-left:8px;
}
table.pItemList th.pItemPrices {
padding-right: 8px;
}
table.pItemList tr.pItemRow td {
border-top: 1px solid #2f2f2f;
padding-top: 4px;
padding: 4px 8px;
margin-top: 2px;
vertical-align:top;
}
table.pItemList tr.pItemRow td.pItemAdd {
padding: 5px 5px;
}
table.pItemList tr.pItemRow td.pItemCode {
color:#ffffff;
}
table.pItemList .pItemPrices {
white-space:nowrap;
text-align:right;
width:70px;
}
table.pItemList .pItemAdd {
width:90px;
text-align:center;
}

/* Matrix */
.pFilter {
background: #2f2f2f; padding: 4px 10px;
width:644px;
}
.pFilter a {
background: #2f2f2f;
}
.pMatrix {
margin: 0px 0px 10px 0px;
padding-bottom: 15px;
font-size:0.8em;
}
.pMatrixTable th, .pMatrixTable td {
text-align: center;
}
.pMatrixTable th {
background-color: #111111;
padding: 3px 6px;
}
.pMatrixTable tbody td {
border: 1px solid #232323;
}
.pMatrixInput {
width: 20px;
}
.pMatrixDescription {
text-align:center;
margin: 5px 0px 10px 0px;
}
.pMatrixButton {
width: 150px;
text-align: center;
}
.pMatrixHide {
display:none;
}
.pMatrixFilter { 
margin-top:-5px;
font-size:0.8em;
margin-bottom: 10px;
padding: 2px 10px;
background: #2f2f2f;
width:646px;
margin-left: -10px;
}
.pMatrixFilter label { 
display: block;
float: left;
text-align: right;
}
.pMatrixFilter span {
margin-right: 10px;
display:block;
float: left;
width: 50px;
}
.pMatrix input {
border: 1px solid #303030;
}

/* Feature */
.pfProductsList {
text-align: center;
}
.pfProductListItem {
margin-bottom: 6px;
margin-top: 4px;
}
.pfProductListItem img {
border: none;
padding: 4px;
}
.pfProductListItem a {
font-weight: normal;
font-size:0.8em;
}
.mOrder div,
.mCart div {
float:left;
width: 220px;
font-size:0.8em;
text-align:center;
margin-bottom: 6px;
margin-top: 4px;
}

/* List */
.plProduct {
width: 318px;
float: left;
background: #2f2f2f;
margin: 2px;
padding: 4px;
height:120px;
}
.plImage {
text-align: center;
float: left;
width: 115px;
height:70px;
padding: 4px;
}
.plImage img {
border: none;
}
.plProduct h2 {
margin:0;
line-height: 100%;
max-width: 310px;
overflow:hidden;
white-space:nowrap;
padding: 3px 5px;
font-size: 1em;
background: #2f2f2f;
padding-bottom:5px;
}
.plProduct h2 a,
.plProduct h2 a:hover,
.plProduct h2 a:visited {
background: #2f2f2f;
}
.plProduct .plDescription {
font-size:0.95em;
line-height: 100%;
padding: 4px 0px;
}
.plProduct .plFooter{
margin: 5px 0px;
border-top: 1px solid #262626;
font-size:0.8em;
}
.plProduct .plFooter .plPriceSpecial,
.plProduct .plFooter .plPrice {
text-align: right;
padding: 0 5px;
}
.plProduct .plFooter .plPriceSpecial {
color: #F00;
}
.plProduct .plFooter .plPriceDescription {
padding-right: 2px;
font-style:italic;
}
.plProduct .plFooter .plCompat {
text-align:right;
padding: 0 5px;
float:left;
}
.pbWebsite {
padding: 4px;
text-align: center;
}

/* Advanced Search */
table.pAdvSearch,
table.pAdvSearch table {
  margin:5px 10px;
  background:#1e1e1e;
}
.pAdvSearch .rhead {
  text-align:right;
}
.pAdvSearch select {
  margin-right:10px;
}
.pAdvSearch th,
.pAdvSearch td {
  padding: 1px 5px;
}

/* Advanced Filter */
table.aAdvFilter {
 width:100%;
 background:#1e1e1e;
 margin: 2px;
}

/* Paging */
.plPaging {
margin-top:10px;
border-top: 1px solid #4d4d4d;
}
.plPagingPrev,
.plPagingNext {
width: 163px;
}
.plPagingCurrent,
.plPagingList,
.plPagingPrev,
.plPagingNext {
float: left;
padding: 2px 4px;
}
.plPagingCurrent,
.plPagingList {
width: 150px;
}
.plPagingPrev,
.plPagingList {
text-align: right;
}

/* Enquiry  */
.eEnquiry {
margin: 15px auto;
width: 300px;
}
.eEnquiry select {
margin-right: 5px;
}
.eHide { 
display:none;
}

/* User Details */
.uDetail,
.vDetail {
padding: 10px 0px 10px 0px;
font-size:0.9em;
}
.vDetail .uOptional
.uDetail .uOptional {
font-size:0.8em;
}

.vDetail div.spacer,
.uDetail div.spacer {
margin-bottom: 5px;
clear: both;
}

.vDetail h3,
.uDetail h3 {
margin-top:20px;
margin-bottom:5px;
}

.vDetail label,
.uDetail label {
width: 90px;
text-align:right;
margin-right: 10px;
display:block;
float:left;
}
.vDetail label {
width:50px;
}
.vDetail input,
.uDetail input {
width: 250px;
}
.vDetail .iCheckBox,
.uDetail .iCheckBox,
.vDetail .iSubmit,
.uDetail .iSubmit {
width:auto;
}
.vDetail .iCheckBox,
.uDetail .iCheckBox {
background:none;
}
.vDetail textarea {
width: 400px;
height: 4em;
margin:5px;
}
.vDetail {
float:left;
}
.vRemove {
float:right;
margin-right:55px;
font-size:0.75em;
text-align:center;
margin-top:5px;
margin-bottom:5px;
width: 120px;
}
.vImageBox,
.vImageBoxPublic {
width:100%;
height:210px;
border:none;
margin: 10px 0px;
overflow-x:hidden;
}
.vImageBoxPublic {
height:660px;
}
.uTermsFrame {
height: 300px;
width: 600px;
margin: 10px 20px;
}
.uAgree {
margin-left: 20px;
}
.uConditions h1 {
margin: 0px 10px;
}
.uConditions h2 {
padding: 0 15px;
margin: 0;
}
.uConditions p {
text-align: justify;
padding: 5px 25px;
margin:0;
}

/* Gallery */
.gImage, .gImageDirectory {
float: left;
padding: 10px;
height: 100px;
width: 200px;
text-align: center;
}
.gImage img, .gImageDirectory img {
border: 2px solid #303030;
margin-bottom:5px;
}
.gImageDirectory {
padding-bottom: 25px;
}
.gPrimaryImage {
text-align: center;
margin: 10px;
}
.gPrimaryImage img {
border: 1px solid #CCC;
}
.gList {
list-style-type: none;
margin: 0px 20px;
padding: 0px;
}
.gList li {
margin: 0px 0px 5px 0px;
padding: 0px;
font-weight: bold;
}
.gImages {
padding: 5px 0px 10px 0px;
}

/* My Orders */
#oMyOrders table {
font-size:0.9em;
margin: 5px 5px;
width:98%;
}
#oMyOrders table th {
text-align:left;
margin:0;
padding-bottom:5px;
}
#oMyOrders table th.oMyTotal {
padding-right: 10px;
}
#oMyOrders table td {
border-top: 1px solid #2f2f2f;
padding-top: 4px;
padding: 4px 8px;
margin-top: 2px;
vertical-align:top;
}
#oMyOrders table td.oMyOrdersNumber a {
color:#ffffff;
}
#oMyOrders table th.oMyOrdersTotal {
padding-right:8px;
}
#oMyOrders table .oMyOrdersNumber,
#oMyOrders table .oMyOrdersDate,
#oMyOrders table .oMyOrdersStatus,
#oMyOrders table .oMyOrdersShipped {
text-align:center;
}
#oMyOrders table .oMyOrdersTotal {
white-space:nowrap;
text-align:right;
}

/* Buttons */
.oButtons {
border-top: 1px solid #2f2f2f;
margin: 1px 8px;
padding: 5px 0px;
text-align: center;
}
.oButtonGroup2, .oButtonGroup3 {
margin: 10px auto;
text-align: center;
}
.oButtonGroup2 {
width: 300px;
}
.oButtonGroup3 {
width: 450px;
}
.oButtons input {
margin: 5px;
}

/* Orders */
.oHeaders table th {
font-size:1em;
border:none;
padding-left:10px;
padding-right:20px;
padding-bottom:5px;
text-align:right;
}
.oHeaders {
margin-bottom:20px;
}
.oInvoiceClick {
margin: 10px 0px 10px 0px;
}
.oInvoiceClick a, .oInvoiceClick a:hover {
color: #FFF;
background-color: #5C5C5C;
border: 1px solid #181818;
padding: 4px 8px;
font-size:0.9em;
}
.oInvoice {
margin: 2px 20px;
margin-bottom:20px;
}
.oHistoryDetailHeader {
background-color: #1E1E1E;
border-top: 1px solid #1E1E1E;
border-bottom: 1px solid #1E1E1E;
margin: 1px 8px 5px 8px;
padding: 4px 10px;
}
.oHistoryDetailUpdate {
width: 515px;
float: left;
}
.oHistoryDetailNotification {
width: 150px;
float: left;
text-align: right;
}
.oHistoryDetails {
margin-top:10px;
}
.oHistoryDetail {
margin: 0px 20px 5px 20px;
}
.oHistoryScroll {
height:200px; 
overflow: auto;
margin-bottom:10px;
}

/* Order Tracking */
.oLabel {
background-color: #262626;
border: 1px solid #262626;
color: #9C9C9C;
padding:5px 10px;
margin:5px;
}
.oTracking {
background-color: #262626;
border: 1px solid #262626;
color: #9C9C9C;
padding:5px;
margin:5px;
}
.oTrackingHeaderName {
width: 220px;
float: left;
padding-left:10px;
}
.oTrackingHeaderNumber {
width: 325px;
text-align: right;
float: left;
cursor: pointer; 
}
.oTrackingFrame {
margin: 5px;
margin-bottom:10px;
padding: 0px;
width: 550px;
height: 135px;
border: 2px solid #2f2f2f;
}
.oTrackDetail {
padding: 6px;
border-top: 1px solid #2f2f2f;
border-bottom: 1px solid #2f2f2f;
}
.oTrackTime, .oTrackLocation, .oTrackMessage {
float: left;
}
.oTrackTime {
width: 90px;
}
.oTrackLocation {
width: 150px;
}
.oTrackMessage {
width: 255px;
}
.oTrackFooter {
text-align: center;
padding: 10px;
}

/* Help System */
.hList {
list-style-type: none;
margin: 0px;
padding: 5px 10px 15px 20px;
line-height: 1.6em;
}
.hList li a {
font-weight: normal;
}

/* Blog Post */
.newsEntry h2.newsTitle ,
.postEntry h2.postTitle {
float: left;
line-height:1em;
border-bottom:none;
}
.newsEntry .newsDate,
.postEntry .postDate {
text-align:right;
font-size:0.8em;
padding-top:10px;
border-bottom:1px solid #303030;
}
.postSubhead {
background: #2f2f2f;
padding: 2px 10px;
border:1px solid #2f2f2f;
}
.postSubhead a {
background: #2f2f2f;
}
.postSubTagged {
font-size:0.9em;
}
.postSubComment {
font-size:0.8em;
width:200px;
text-align:right;
float:right;
}
.postContent,
.postAdditional,
.newsContent {
padding:5px 10px;
}
.postContent img,
.postAdditional img,
.newsContent img {
padding:10px;
}
.newsContent p,
.postAdditional p,
.postContent p {
margin:0 0 10px 0;
}
.postEntry .postReadMore {
float:right;
font-size:0.8em;
}
.postEntry .postComment {
font-size:0.8em;
}
.postEntry {
margin-bottom:10px;
}
.postBlock {
text-align:center;
font-size:0.8em;
line-height:140%;
}
.postBlock p {
text-align:left;
}
.postBlock img {
float:left;
margin:4px 10px;
}
.postBlock ul {
margin-bottom:5px;
text-align:left;
margin:10px;
margin-left:20px;
}
.vComments,
.postComments {
padding: 5px 10px;
}
.vComments h5,
.postComments h5 {
font-size:0.9em;
font-weight:normal;
}
.vComments div,
.postComments div {
font-size:0.9em;
padding: 0px 10px;
margin:  2px 5px;
border-left: 2px dotted #2f2f2f;
margin-bottom:20px;
}
div.vComments {
max-height:200px;
overflow:auto;
margin:  2px 5px;
margin-bottom:20px;
}
.vCommentAdd textarea {
width:400px;
height:50px;
}
.vSummary,
.vPerformance,
.vHandling,
.vStyle {
padding: 0px 10px;
margin-bottom: 30px;
}
.vRating .vRatingText {
padding-left:10px;
float:left;
color:#fff;
padding-top:6px;
}
.vRating img {
padding:0;
margin:0;
margin-bottom:-5px;
}
.vRating input {
padding:4px;
margin:0;
}

/* Shopping Cart */
#oProducts table {
width:98%;
margin-bottom: 20px;
}
#oProducts table th {
padding: 5px 8px;
}
#oProducts table td {
border-top: 1px solid #2f2f2f;
padding: 10px 8px;
margin-top: 2px;
vertical-align:top;
}
#oProducts table .oProductsQty {
text-align:center;
width:30px;
}
#oProducts table .oProductsImage {
width: 120px;
text-align:center;
}

#oProducts table .oProductsSubTotal {
text-align:right;
color:#fff;
}
#oProducts table .oProductsPrice,
#oProducts table .oProductsTotal {
text-align:right;
width:100px;
}
.oProductsRemove {
font-size:0.75em;
margin-top:5px;
}
.oCoupon, .oLoyalty, .oPayment, .oShipping, .oInsurance, .oAddress, .oComments, .oCharge {
margin: 10px 5px;
margin-bottom: 20px;
margin-top: 10px;
}
.oCouponHeader, .oLoyaltyHeader, .oPaymentHeader, .oShippingHeader, .oInsuranceHeader, .oChargeHeader, .oAddressHeader,
.oShippingHeaderSelected, .oInsuranceHeaderSelected, .oPaymentHeaderSelected, 
.oShippingHeaderSelect,   .oInsuranceHeaderSelect, .oPaymentHeaderSelect {
background-color: #1E1E1E;
border-top: 1px solid #1E1E1E;
border-bottom: 1px solid #1E1E1E;
margin: 1px 8px 5px 8px;
padding: 4px;
}
.oChargeHeader, .oCouponHeader, .oLoyaltyHeader, .oAddressHeader,
.oShippingHeaderSelected, .oInsuranceHeaderSelected, .oPaymentHeaderSelected,
.oShippingHeaderSelect,   .oInsuranceHeaderSelect,   .oPaymentHeaderSelect {
border-top: 1px solid #4d4d4d;
border-bottom: 1px solid #4d4d4d;
color: #fff;
}
.oPaymentSelect, .oShippingSelect, .oInsuranceSelect {
cursor: pointer; 
}
.oCouponHeader .oCouponName, .oLoyaltyHeader .oLoyaltyName, .oShippingHeaderSelected .oShippingName, .oPaymentHeaderSelected .oPaymentName, .oInsuranceHeaderSelected .oInsuranceName, .oAddressHeader .oAddressName {
font-weight: bold;
padding-top:2px;
}
.oCouponRadio, .oLoyaltyRadio, .oPaymentRadio, .oShippingRadio, .oInsuranceRadio, .oAddressRadio, .oChargeRadio {
text-align: center;
float: left;
margin: 2px 15px;
background:#1e1e1e;;
border:none;
}
.oCouponName, .oLoyaltyName, .oPaymentName, .oShippingName, .oInsuranceName, .oAddressName, .oChargeName {
float: left;
width: 475px;
}
.oCouponValue, .oLoyaltyValue, .oPaymentCharge, .oChargeValue, .oShippingCharge, .oInsuranceCharge, .oPaymentChargeHide, .oShippingChargeHide, .oInsuranceChargeHide {
float: left;
text-align: right;
width: 100px;
padding-top:2px;
}
.oCouponDescription, .oLoyaltyDescription, .oPaymentDescription, .oShippingDescription, .oInsuranceDescription, .oPaymentDescriptionHide, .oShippingOptionsHide, .oShippingDescriptionHide, .oInsuranceDescriptionHide {
padding: 5px 0px 5px 50px;
font-size:0.9em;
}
.oShippingOptions {
    font-size:0.9em;
}
.oShippingOptionsHide, .oPaymentDescriptionHide, .oShippingDescriptionHide, .oInsuranceDescriptionHide, .oPaymentChargeHide, .oShippingChargeHide, .oInsuranceChargeHide  {
display: none;
}
.oPaymentOptions, .oShippingOptions, .oInsuranceOptions {
padding: 0px 0px 5px 50px;
}
.oComments textarea {
height: 4em;
width: 95%;
margin: 4px 10px;
}
.oAddressCompany, .oAddressDescription, .oAddressSuburb, .oAddressZone, .oAddressCountry {
margin-left: 60px;
}
.oConditions {
margin: 1px 8px 5px 30px;
}
.oConditionsAgree {
font-weight: bold;
text-align: center;
padding: 5px 0px 20px 0px;
}
.oHiddenRadio {
display: none;
}
.oOrderTotal {
padding: 10px;
text-align:right;
}
#nDepositTotal, #nBidTotal, #oOrderTotal {
border-top: 1px solid #2f2f2f;
padding: 10px;
margin-left: 10px;
}

/* Loyalty */

table.loyaltyTable {
font-size:0.9em;
margin: 10px 15px;
margin-bottom:20px;
width:600px;
}
table.loyaltyTable th {
text-align:left;
margin:0;
padding-left:8px;
}
table.loyaltyTable td {
border-top: 1px solid #2f2f2f;
padding-top: 4px;
padding: 4px 8px;
margin-top: 2px;
vertical-align:top;
}
table.loyaltyTable .lDate {
    text-align:center;
}
table.loyaltyTable .lPoints {
    text-align:right;
    padding-right:20px;
    width:40px;
}
.oPlaced {
margin:10px 10px;
}
.oConfirmMessage {
text-align: center;
margin: 15px auto;
}

/** Moo Tabs **/
.mootabs_title {
list-style-image: none;
list-style-type: none;
margin: 0px;
padding: 0px;
height: 26px;
}
.mootabs_title li {
float: left;
padding: 4px 16px 0px 15px;
margin-right: 4px;
cursor: pointer;
height: 22px;
background-color: #1e1e1e;
background-image: none;
color: #a1a1a1;
}
.mootabs_title li.active {
background-color: #2f2f2f;
color:white;
font-weight:bold;
}
.mootabs_panel {
display: none;
position: relative;
width: 100%;
clear: both;
overflow: auto;
padding: 5px 8px;	
}
.mootabs_panel.active {
border-top:3px solid #2f2f2f;
display: block;
}

/* Sub Categories */
.sCategories {
margin-top:5px;
margin-bottom:10px;
}
.sCategory {
width: 145px;
background: #2f2f2f;
height:80px;
float: left;
margin: 5px;
text-align: center;
padding:5px;
font-size:0.95em;
}
.sCategory a {
background:#2f2f2f;
}
.sCategory p {
padding:0;
margin-top:5px;
margin-bottom:5px;
}
.pProductListSubCat {
margin:10px 0 5px;
}
.pProductListSubCatImg img {
height:35px;
width:70px;
float:right;
}
.pProductListSubCatHead {
height:35px;
padding-top:1px;
}
/* Tag Cloud */
ul.tagCloud {
list-style-type:none;
margin:0px;
padding:5px;
}
ul.tagCloud li {
display:inline !important;
margin-right:5px;
line-height:160%;
background-image: none;
}
ul.tagCloud li a {
display:inline;
}
ul.tagCloud .tc0 {
font-size: 100%;
}
ul.tagCloud .tc1 {
font-size: 110%;
}
ul.tagCloud .tc2 {
font-size: 125%;
}
ul.tagCloud .tc3 {
font-size: 135%;
}
ul.tagCloud .tc4 {
font-size: 150%;
}
/* Bid */
.nBidImage {
float:left; width:100px; margin:5px 0px;
}
.nBidDescription {
float:left; width: 305px; margin:0 10px;
}
.nBidDescription ul {
margin-top:5px;
}
.nBidPrices {
float:right; margin:0 10px; text-align:right;
line-height:25px;
}
.nBidPriceRadio {
float:left; width:20px;
}
.nBidPriceValue {
width:150px;float:left;
}
.pNotes,
.nBidNotes {
font-size:0.9em;
}
.nBidWeight {
float:right;margin:0 10px;
}
.nBidWeight #frmBidWeight {
width:30px;
}
.nBidOversize {
float:right;margin:0 10px;
}
.nBidCalcButton {
margin:10px 0 20px 0;
}
.nBidShipping {
float:left;
}
img.nAuctionImage {
max-width:100px; max-height:80px;
}
.nTranslateLink,
.nTranslateLink a {
background-color: #151515;
border: 1px solid #181818;
padding: 10px;
text-align:center;
margin-bottom: 10px;
}
.nAuctionItemWarning {
border-top:1px solid #151515;
padding-top: 5px;
margin-top:10px;
text-align:center;
color:#fff;
}
.nAuctionSteps {
padding: 10px 0;
}
.nAuctionSteps ol {
list-style-type: decimal;
margin: 5px 0px;
margin-left:25px;
}
.nAuctionSteps li {
background-image:none;
margin-right: 10px;
padding-left:0;
margin-top:5px;
}
.nAuctionSteps div {
color: #fff;
}

