
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #CC6633 url('../images/common/background_wide.jpg') repeat-y center top;
}

h1, h2, h3 { line-height: 120%; }

h1 { font-size: 15px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }

img { border: 0px; }

img#fb {
  float: right;
}

a { 
  text-decoration: none;
  outline: 0px;
  color: #000;
}
a:hover { 
  color: #000;
}

a.uline { 
  text-decoration: underline;
}

input[type="text"], select, .cc {
  font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
  border: 1px solid #000 !important;
}

.cc {
  font-size: 11px;
	padding: 2px; 
}

hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #fff;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

table.store, table.customer {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #000;
}
table.store td, table.customer td {
	vertical-align: top;
}

table.store {
  margin: 0 auto;
	width: 700px;
}

table.customer {
	margin: 0 auto;
	width: 700px;
}

ul.subnav {
  float: left;
  width: 180px;
}
ul.subnav li {
  font-size: 14px;
  margin: 0 0 0 20px;
  line-height: 120%;
}
ul.subnav li.title {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}

table.productlist {
	float: right;
	margin: 40px 20px 0 0;
	width: 720px;
}

table.addcartitems {
	width: 100%;
}
table.addcartitems td {
	padding: 0 5px 5px 0;
}
table.addcartitems td input.cc {
	width: 45px;
}

table.store {
	width: 650px;
	margin: 0 auto;
}
table.store td {
	padding: 5px;
}
table.store input[type="text"], table.store select, table.store .cc {
	font-size: 12px !important;
  border: 1px solid #000 !important;
}
table.store input[type="text"], table.store .cc {
	width: 100%;
	padding: 4px !important;
}
table.store select {
	padding: 3px !important;
}

#coverpage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=0);
	moz-opacity: .0;
	opacity: .0;
	text-align: center;
}

#processing-order {
  display: none;
  position: fixed;
  z-index: 5000;
  width: 500px;
  top: 150px;
  left: 50%;
  text-align: center;
  margin-left: -250px;
  background: #000;
  padding: 20px 20px 40px 20px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  -moz-box-shadow: 0 0 12px #282828;
  -webkit-box-shadow: 0 0 12px #282828;
  box-shadow: 0 0 12px #282828;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#282828')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#282828');
}
#processing-order h2 {
  font-size: 22px;
  color: #fff;
}

.centertxt { text-align: center; }
