﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

h3
{
  margin:5px;
  padding:0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.9em;
  color: maroon;
  font-weight: bold;
  text-transform: uppercase;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: navy;
}
a:hover {
	text-decoration: underline;
}
a.button, .button a 
{
  background: transparent url('images/button-a.png') no-repeat scroll top right;
  display: block;
  float: left;
  height: 20px;
  margin-right: 6px;
  padding-right: 10px; /* sliding doors padding */
}

a.button span , .button a span {
  background: transparent url('images/button-span.png') no-repeat;
  text-transform: uppercase;
  font-weight: bold;
  font-size : 0.9em;
  color:white;
  display: block;
  line-height: 10px;
  padding: 5px 0 5px 10px;
} 
a.button:hover, .button a:hover
{
  text-decoration:none;
  background-position: bottom right;
}

a.button:hover span , .button a:hover span {
  text-decoration:none;
  background-position: bottom left;
  padding: 6px 0 4px 10px; /* push text down 1px */
} 
a.buttonsmall, .buttonsmall a
{
  background: transparent url('images/button-small-a.png') no-repeat scroll top right;
  display: block;
  float: left;
  height: 16px;
  margin-right: 6px;
  padding-right: 10px; /* sliding doors padding */
}
a.buttonsmall span, .buttonsmall a span {
  background: transparent url('images/button-small-span.png') no-repeat;
  text-transform: uppercase;
  font-weight: bold;
  font-size : 0.9em;
  color:white;
  display: block;
  line-height: 8px;
  padding: 4px 0 4px 10px;
} 
a.buttonsmall:hover, .buttonsmall a:hover
{
  text-decoration:none;
  background-position: bottom right;
}

a.buttonsmall:hover span, .buttonsmall a:hover span {
  text-decoration:none;
  background-position: bottom left;
  padding: 5px 0 3px 10px; /* push text down 1px */
} 



input 
{
  font-size: 1em;
}
textarea
{
  font-size: 1.3em;
}

body {
	background-color: #fafafa;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}

img {
	border-width: 0;
}

.main
{
  width: 785px;
  background-color: #ffffff;
  border-left: 1px solid;
  border-right: 1px solid;
  margin-left: auto;
  margin-right: auto;
}

.header {
  position:relative;
  background: #ffffff;
  background-image: url(images/header-back.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 110px;
}
.logo {
  position:absolute;
  top:0;
  left:0;
  text-align: left;
  margin: 0;
  padding-left:15px;
}
.login
{
  text-align: right;
  margin-right: 10px;
}

.mainmenu {
  margin: 0 auto;
  padding-left: 250px;
  padding-top: 55px;
  margin-bottom:5px;
}

.mainmenu a, .mainmenu a:visited, .mainmenu a:visited {
  background-image: url(images/menuitem-back.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  font-size: 12px;
  text-decoration: none;
  padding-left:10px;
  padding-right:15px;
  padding-bottom:3px;
  padding-top: 8px;
  font-weight: bold;
  color: #000000;
}


.page {
  position:relative;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
}
.usermenu {
  margin: 0 auto;
  padding-left: 265px;
  margin-bottom:20px;
}

.ProductBox {
  text-align: right;
  font-size: 22px;
  margin-top: 20px;
  padding-right:20px;
  margin-right:30px;
}

.productPrice {
  display: inline;
  font-size: 22px;
  font-weight: bold;
  color: red;
}
.productMsrp {
  display: inline;
  padding: 10px;
  vertical-align: middle;
  font-size: 12px;
}
.productShipping {
  vertical-align: middle;
  font-size: 10px;
}

.description
{
  padding:10px;
  font-family: Verdana, Helvetica, Arial;
}
.ProductDetails
{
  width:100%;
  background: #cc2229;
  background-image: url(images/tab-back.png);
  background-repeat: repeat-x;
  color: #ffffff;
}
.Attribute
{
  text-align: left;
  font-size: 10px; 
  border-bottom:1px solid gray;
  margin:10px;
}
.Attribute h1
{
  font-size: 10px;
  font-weight: normal;
  color: gray;
  text-transform: uppercase;
}
.Attribute td
{
  border-top:1px solid gray;
}

.ads
{
  padding:0;
  min-height: 400px;
  text-align: center;
  /*background: #3f3f3f;*/

  margin-top:45px;
}

.TermsSummaryBox
{
  padding: 15px;
}

.ProductBuyBox
{
  border: 1px solid gray;
  padding: 10px;
  font-weight: bold;
}

.AmountsTable
{
  width: 100%;
  font-weight: normal;
  font-size: 0.8em;
}

.smallAmountCell
{
  text-align: right;
  font-size: 1.2em;
}

.amountCell
{
  text-align: right;
  font-size: 1.3em;
  font-weight: bold;
}
.totalCell {
  text-align: right;
  border-top: 1px solid black;
  font-weight: bold;
  font-size: 1.5em;
}

.AddressTable 
{
}
.AddressTable td
{
  font-size: 1.0em;
  vertical-align: top; 
}

.addressCell 
{
  margin: 0;
  padding:0;
  vertical-align: top; 
  font-size: 1.0em;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.addressCell pre
{
  font-size: 1.0em;
  font-family: tahoma, arial, helvetica, sans-serif;
}

.AddressBox
{
  margin: 10px 0;
  width: 300px;
  font-weight: bold;
  font-size: 1.0em;
}
.AddressBox pre
{
  font-size: 1.5em;
  margin-left: 10px;
  font-family: tahoma, arial, helvetica, sans-serif;
  word-wrap: break-word;
}
.PaddedPanel
{
  padding:10px;
}

.BoxHeading
{
  font-size: 0.9em;
  color: maroon;
  font-weight: bold;
  text-transform: uppercase;
}
.AdminBox
{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 5px auto;
  padding:10px;
  text-align:center;
}
.AdminBox a
{
  padding: 10px;
}
.UserBox
{
  border: 1px solid black;
  width: 50%;
  margin: 10px auto;
  padding:10px;
  text-align:center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.UserBox a
{
  padding: 15px;
}

.orderTableFirst
{
  margin: 10px 0;
  border: 1px solid black;
}
.orderTableSecond
{
  margin: 10px 0;
}
.orderTableFirst td
{
  padding: 10px;
  border: 1px solid black;
}
.orderTableFirst th
{
  padding: 10px;
  background: #c0c0c0;
  border: 1px solid black;
}

.orderTableSecond th
{
  background: #c0c0c0;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  border-left: 2px solid black;
  padding: 10px;
}
.orderTableSecond td
{
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  padding: 10px;
}


.footer {
  color: #ffffff;
  background: #232323;
  width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border-top: 1px solid #ffffff;
  height: 40px;
  font-size: 10px;
}

.footerContent {
  padding-top: 10px;
  padding-left: 40px;
}


.buyImage, .buyLowStock
{
  text-align: right;
  width: 165px;
  margin-left:100px;
}
.buyImage a 
{
  display: block;
  background: transparent url(images/buy_button.png) no-repeat;
  width : 165px;
  height : 75px;
}
.buyImage a:hover
{
  text-decoration: none;
  background-position: bottom left;
}

.faq ul 
{
  list-style: none;
margin:5px 0px;
padding: 0px;
}
.faq li
{
padding: 5px;
margin: 0px;
margin-left: 30px;
}
.faqH
{
  margin: 5px 25px;
}
.faqP
{
  margin: 20px 50px;
}
.smallDesc
{
  font-size: 0.9em;
  color: #a0a0a0;
}
.descTopHeading
{
  font-weight: bold;
  font-size: 1.5em;
  font-family: verdana, arial, helvetica, sans-serif;
}
.descHeading
{
  font-weight: bold;
  font-size: 1.3em;
  font-family: verdana, arial, helvetica, sans-serif;
}

.descText
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1.0em;
}
.descSmallText
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.9em;
}
#Countdown
{
  text-transform: uppercase;
  font-size: 0.9em;
  color: gray;
  padding-left:15px;
}
#Countdown h1
{
  display: inline;
  color: black;
  font-size: 10px; 
}
