/*
 * Main Styles BEGIN
 */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 62.5%;
  line-height: 160%;
  text-align: center;
  cursor: default;
}

/* Page Blocks */

#wrapper {
  width: 800px;
  margin: 0 auto;
  border: 1px solid #E0E0E0;
}
#heading {
  font-size: 1.2em;
  position: relative;
  width: 800px;
  margin: 0 auto;
  height: 85px;
}
#heading img {
  position: absolute;
  top: 0;
  left: 0;
}
#heading div {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 20px;
  line-height: 160%;
}
#heading span {
  font-weight: bold;
}
#heading a {
  font-size: 1.1em;
  text-decoration: underline;
  color: #000;
}
#heading a:hover {
  text-decoration: none;
}
#navbar {
  background: url('/images/navbar_bg.gif') no-repeat;
  color: #FFF;
  font-size: 1.3em;
  width: 100%;
  height: 53px;
  line-height: 53px;
}
#navbar .heading {
  float: left;
  margin-left: 18px;
}
#navbar .links {
  float: right;
  margin-right: 18px;
}
#navbar a {
  font-weight: bold;
  color: #FFF;
}
#navbar a:hover {
  text-decoration: none;
}
#navbar .heading a {
  font-size: 1.8em;
  text-decoration: none;
}
#left {
  float: left;
  margin: 15px 0 15px 12px;
  width: 187px;
}
p.header {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 5px 16px;
  color: #990000;
}
p.header a {
  color: #9A2C0E;
}
p.header a:hover {
  text-decoration: none;
}
ul.nav {
  list-style-type: none;
  margin: 0 3px;
  border-bottom: 1px solid #F4DDAF;
}
ul.nav li {
  text-align: left;
}
ul.nav li a {
  display: inline-block;
  background: url('/images/sidebar_a_bg.gif') repeat-x;
  line-height: 23px;
  text-align: left;
  color: #000;
  font-size: 1.1em;
  text-decoration: none;
  padding: 0 12px;
}
ul.nav li a:hover {
  background: url('/images/sidebar_a_bg_hover.gif') repeat-x;
}
ul.nav li a {
  display: block;
}
ul.nav li.selected a {
  background: url('/images/sidebar_a_bg_current.gif') repeat-x;
  line-height: 23px;
  font-weight: bold;
}
#left .cart {
  margin: 10px 0;
  text-align: center;
  color: #333;
  font-size: 1.1em;
}
#left .cart a {
  color: #333;
}
.box {
  width: 187px;
  background: url('/images/sidebar_bg.gif') repeat-y;
  padding: 0;
}
.box2 {
  width: 161px;
  background: url('/images/sidebar_bg.gif') repeat-y;
  padding: 0 13px;
}
* html .box2 {width:174px;w\idth:161px}
.top {
  background: url('/images/sidebar_bg_top.gif') no-repeat;
  height: 10px;
  width: 187px;
  overflow: hidden;
}
.bot {
  background: url('/images/sidebar_bg_bot.gif') no-repeat;
  height: 10px;
  width: 187px;
}
#right {
  float: right;
  margin: 15px 25px 15px 0;
  width: 550px;
}
#right ul, #right ol {
  text-align: left;
  padding-left: 30px;
  line-height: 160%;
  font-size: 1.2em;
}
#intro {
  background: url('/images/introbox.jpg') no-repeat;
  padding: 15px 12px 0 360px;
  margin: 20px 0;
  width: 178px;
  height: 198px;
  text-align: left;
}
* html #intro {width:550px;w\idth:178px}
* html #intro {height:213px;he\ight:198px}
#intro h1 {
  color: #1F38A0;
  font-size: 1.2em;
  line-height: 140%;
  font-weight: bold;
  text-align: left;
  margin: 0 0 5px;
}
#intro ol {
  line-height: 160%;
  margin-left: 20px;
  font-size: 1em;
  padding: 0;
}
#intro li {
  font-size: 1.2em;
}
#footer {
  clear: both;
  background: url('/images/footer_bg.gif') repeat-x;
  width: 100%;
  height: 135px;
}
#footer p {
  text-align: center;
  margin: 0;
}
#footer p.links {
  font-size: 1.2em;
  font-weight: normal;
  padding: 15px 0 4px;
}
#footer p.links a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
#footer p.links a:hover {
  text-decoration: none;
}
#footer p.links2 {
  font-size: 1.2em;
  margin: 0;
}
#footer p.links2 a {
  font-weight: normal;
  color: #000;
  text-decoration: underline;
}
#footer p.links2 a:hover {
  text-decoration: none;
}
#footer p.phone {
  margin: 10px 0;
  color: #CC3300;
  font-size: 1.4em;
  font-weight: bold;
}
#footer p.address {
  font-size: 1.1em;
  color: #3A4049;
  padding-bottom: 10px;
}


hr.separator {
  height: 1px;
  color: #E5E5E5;
  background-color: #E5E5E5;
  border: 0;
}

img {
  border: 0;
}
img.center {
  clear: both;
  margin: 16px 0;
}
p {
  text-align: left;
  margin: 0 0 9px;
  line-height: 160%;
  font-size: 1.2em;
}
h1 {
  font-size: 1.9em;
  font-weight: normal;
  color: #9A2C0E;
  margin: 10px 0;
  line-height: 150%;
}
h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #103689;
  text-align: left;
  margin: 30px 0 3px;
}
h2.center {
  text-align: center;
  margin: 0 0 30px;
  font-size: 1.6em;
  color: #000;
  font-weight: bold;
}
h2.center2 {
  text-align: center;
  margin: 15px 0 8px;
  font-size: 1.5em;
  color: red;
  font-weight: bold;
}
h3 {
  text-align: left;
  font-size: 1.3em;
  color: #000;
  margin: 12px 0 3px;
}


input,
textarea,
select {
  border: 1px solid gray; 
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  color: #333;
  font-size: 1.1em;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
  border: 0;
  background-color: transparent;
}

input[type="button"],
input[type="submit"] {
  border: 0; 
  font-size: 1.1em;
}

/* Your Shopping Cart Text Style */
.ShoppingCartText {
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
}

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

/* Required Style */
.Required {
  color: red;
}

/* Error Style */
.Error {
  color: red;
}

/* Store Closed Style */
.StoreClosedText {
  color: #C63983;
  font-size: 1.6em;
  font-weight: bold;
}

/* Larger Image Text Styles */
.LargerImageLink {
  color: #666;
  font-size: 1em;
}

.LargerImageLink a {
  color: #666;
  text-decoration:underline;
}

.LargerImageLink a:hover {
  color: #999;
  text-decoration: underline;
}

/* Copyright Text Styles */
.CopyrightText {
  color: #333;
  font-size: 1.1em;
  font-weight: normal;
}

.CopyrightText a {
  color: #333;
  text-decoration: none;
}
/*
 * Main Styles END
 */

/*
 * Category Styles BEGIN
 */
.CategoryName {
  font-size: 1.2em;
}

.CategoryName a {
  color: #9A2C0E;
  font-weight: bold;
  text-decoration: underline;
}

.CategoryName a:hover {
  color: #9A2C0E;
  text-decoration: none;
}

.CategoryDescription {
  color: #333;
  font-size: 1.1em;
  font-weight: normal;
}
/*
 * Category Styles END
 */

/*
 * Product Styles BEGIN
 */
.ProductName a {
  color: #9A2C0E;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline;
}

.ProductName a:hover {
  text-decoration: none;
}

.ProductDescription {
  color: #333;
  font-weight: normal;
  font-size: .9em;
}

.ProductPrice a {
  color: #666;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: normal;
}

.ProductStockMessage {
  color: red;
  font-size: 1.2em;
  font-weight: bold;
	  padding: 5px;
}

.ProductOptionsTitle {
  color: #666;
  font-size: 1.1em;
  font-weight: bold;
}

.ProductOptions {
  color: #333; 
  font-size: 1.1em;  
  font-weight: normal;
  text-align: left;
}

.ProductOptions input,
.ProductOptions textarea,
.ProductOptions select {
}
/*
 * Product Styles END
 */

/*
 * Breadcrumb Styles BEGIN
 */
.Breadcrumb {
  padding: 0;
  margin: 0 0 20px;
  width: 100%;
  background-color: white;
  color: #333;
  font-size: 1.1em; 
  text-align: left;
}

.Breadcrumb a {
  color: #CD3C53;
  text-decoration: underline;
}

.Breadcrumb a:hover {
  color: #DA7080;
}
/*
 * Breadcrumb Styles END
 */

/*
 * Subcategories List Styles BEGIN
 */
.Subcategories {
  padding: 0;
  margin: 10px 2px 30px;
  width: 100%;
  background-color: white;
  vertical-align: top;
  text-align: center;
}

/* the following styles are inherited from .CategoryName */
.Subcategories .CategoryName {
  padding: 2px;
}

.Subcategories .CategoryName a {
}

.Subcategories .CategoryName a:hover {
}
/*
 * Subcategories List Styles END
 */

/*
 * Product List Styles BEGIN
 */
.ProductList {
  padding: 0;
  margin: 2px;
  width: 100%;
  background-color: white;
  vertical-align: top;
}

.ProductList table td {
  vertical-align: top;
}

.ProductList table td.image {
  padding-top: 12px;
}

.ProductList .Empty {
  padding: 30px 0 40px 0;
  color: #C63983;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

/* the following styles are inherited from Category Styles */
.ProductList .CategoryName {
}

.ProductList .CategoryDescription {
  padding-top: 6px;
}

/* the following styles are inherited from Product Styles */
.ProductList .ProductName {
  padding-top: 7px;
  padding-bottom: 5px;
  text-align: center;
}

.ProductList .ProductDescription {
  padding: 10px;
}

.ProductList .ProductPrice {
  padding: 0 0 10px;
  text-align: center;
}
/*
 * Product List Styles END
 */

/*
 * Paginator Dropdown Styles BEGIN
 */
.PaginatorDropdown {
  padding: 0;
  margin: 0;
  width: 100%;
  color: #333;
  font-size: 1.1em; 
  background-color: white;
}

.PaginatorDropdown select {
}
/*
 * Paginator Dropdown Styles END
 */

/*
 * Paginator Styles BEGIN
 */
.Paginator {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  width: 100%;
  color: #333;
  font-size: 1.1em; 
  background-color: white;
  height: 20px;
  vertical-align: bottom;
}

.Paginator a {
  color: #CD3C53;
  text-decoration: underline;
}

.Paginator a:hover {
  color: #DA7080;
  text-decoration: underline;
}
/*
 * Paginator Styles END
 */

/*
 * Product Images Styles BEGIN
 */
.ProductImages {
  padding: 0;
  margin: 2px;
  width: 100%;
  border: 1px #E5E5E5 solid;
  font-size: 1.2em;
  color: #666;
  font-weight: normal;
  background-color: white;
  text-align: left;
}
.ProductImages TH {
	padding: 2px;
	background-color: #E5E5E5;
}
.ProductImages IMG {
	padding: 10px;
	border: 2px solid #FFFFFF;
}
.ProductImages IMG:hover {
	padding: 10px;
	border: 2px solid #E5E5E5;
}
/*
 * Product Images Styles END
 */


/*
 * Related Products Styles BEGIN
 */
.RelatedProducts {
  padding: 0;
  margin: 2px;
  width: 100%;
  border: 1px #E5E5E5 solid;
  font-size: 1.2em;
  color: #666;
  font-weight: normal;
  background-color: white;
  text-align: left;
}
.RelatedProducts TH {
	padding: 2px;
	background-color: #E5E5E5;
}
.RelatedProducts IMG {
	padding: 10px;
	border: 2px solid #FFFFFF;
}
.RelatedProducts IMG:hover {
	padding: 10px;
	border: 2px solid #E5E5E5;
}
.RelatedProducts A {
  font-size: 1.1em;
  color: #666;
  font-weight: normal;
	  text-decoration: none;
}
.RelatedProducts A:hover {
  font-size: 1.1em;
  color: #666;
  font-weight: normal;
	  text-decoration: underline;
}

/*
 * Related Products Styles END
 */




/*
 * Product Info Styles BEGIN
 */
.ProductInfo {
  padding: 0;
  margin: 2px;
  width: 100%;
  border: 1px #E5E5E5 solid;
  font-size: 1.2em;
  color: #666;
  font-weight: normal;
  background-color: white;
  text-align: left;
}

/* the following styles are inherited from Product Styles */
.ProductInfo .ProductName {
  padding: 6px;
}

.ProductInfo .ProductDescription {
  margin-right: 20px;
}

.ProductInfo .ProductPrice {
  padding-bottom: 7px;
}
/*
 * Product Info Styles END
 */

/*
 * Shopping Cart Styles BEGIN
 */
.ShoppingCart {
  padding: 0;
  margin: 2px;
  width: 100%;
  background-color: white;
  color: #333;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: none;
}

.ShoppingCart .Empty {
  padding: 30px 0 40px 0;
  color: #C63983;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

.ShoppingCart input {
}
/*
 * Shopping Cart Styles END
 */

/*
 * Search Result Styles BEGIN
 */
.SearchResult {
  padding: 0;
  margin: 2px;
  width: 100%;
  background-color: white;
}

.SearchResult .Empty {
  padding: 30px 0 40px 0;
  text-align: left;
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
}

.SearchResult .Highight {
  background-color: #F9C6F9;
}

.SearchResult .ProductName {
  padding: 0;
  padding-bottom: 5px;
  text-align: left;
}

/* the following styles are inherited from Product Styles */
.SearchResult .ProductName a {
}

.SearchResult .ProductName a:hover {
  color: #888;
}

.SearchResult .ProductDescription {
}

.SearchResult .ProductDescription a {
  color: #333;
  text-decoration: none;
}

.SearchResult .ProductDescription a:hover {
  color: #888;
}

.SearchResult .ProductNumber {
  color: #666;
  font-size: 1.1em;
  font-weight: bold;
}
/*
 * Search Result Styles END
 */

/*
 * Checkout Styles BEGIN
 */
.Checkout {
  padding: 0;
  margin: 2px;
  width: 100%;
  background-color: white;
  color: #333;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: none;
}

.Checkout .Title {
  padding: 12px 0 5px 15px;
  color: #C63983;
  font-size: 1.2em;
  font-weight: bold; 
  text-align:left;
}

.Checkout .Block {
  padding: 15px;
  border: 1px #E5E5E5 solid;
}

.Checkout .ColumnTitle {
  white-space: nowrap;
  color: #666;
  font-weight: bold;
}

.Checkout .ColumnValue {
}

.Checkout .TotalLabel {
  white-space: nowrap;
  padding-right: 7px;
  font-weight: bold;
}

.Checkout .TotalValue {
  font-weight: bold;
}

.Checkout .Left {
  text-align: left;
}

.Checkout .Right {
  text-align: right;
}

.Checkout .Center {
  text-align: center;
}

.Checkout input.Normal,
.Checkout textarea.Normal,
.Checkout select.Normal {
}

.Checkout input.Error ,
.Checkout textarea.Error,
.Checkout select.Error {
  border: 1px solid red;
}

.Checkout select.Short {
  width: 100px;
}

.Checkout .Required {
}

.Checkout .Error {
}

.Checkout .Errors {
  padding: 15px;
  color: red;
  text-align: left;
  line-height: 20px;
}

.Checkout .Empty {
  padding: 30px 0 40px 0;
  font-family: Tahoma, Verdana;
  color: #C63983;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

.Checkout .ImpossibleToComputeShippingCost {
  padding: 20px;
  color: #C63983;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.CurrencyNotAppropriateForActivePaymentModules
 {
  padding: 20px;
  color: #C63983;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

/*
 * Checkout Styles END
 */
 
.OrderInfo .field {
  text-align: right;
  background: #EEF2F8;
  color: #333;
}

.OrderInfo .value {
  text-align: left;
}

.OrderInfo .products_header {
  color: #333;
  background: #EEF2F8;
}

.OrderInvoice {
  color: black;
  font-size: 1em;
}

.OrderInvoice .field {
  font-weight: bold;
  text-align: right;
}

.OrderInvoice .value {
  color: #666;
  text-align: left;
}

.OrderInvoice .group_header {
  color: black;
  text-decoration: underline;
  font-size: 1.1em;
  font-weight: bold;
}

.OrderInvoice .price_field {
  font-weight: normal;
  text-align: right;
  color: black;
}

.OrderInvoice .price_value {
  font-weight: bold;
  color: black;
  text-align: left;
}




/**************************************************
  Manufacturers Filter  
  
***************************************************/

ul.ManufacturersList {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  /* display: inline; */
}

ul.ManufacturersList li {
  list-style: none;
  line-height: 1.8;
  /* display: inline; */
  margin: 5px;
}

ul.ManufacturersList li a {
  color: #5A3333;
}

ul.ManufacturersList li a:HOVER {
  color: #666;
}




/**************************************************
  ProductListSorter 
  
***************************************************/
div#product-list-sorter, div#product-list-sorter ul {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

div#product-list-sorter ul li {
	display: inline;
  padding: 0;
  margin: 5px;
}

div#product-list-sorter ul li a {
  color: #5A3333;
}

div#product-list-sorter ul li a:HOVER {
  color: #666666;
}

/**************************************************
  Contact Us Page
  
***************************************************/

div#contact-us input {
  margin: 2px;
  width: 385px;
}

div#contact-us input[type="submit"] {
  width: 50px;
}

div#contact-us textarea {
  margin: 2px;
  width: 430px;
  height: 200px;
}

div.cta {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  padding: 30px 0;
  line-height: 160%;
}


.PageTitle {
  font-size: 1.3em;
  font-weight: bold;
}

