body {
margin: 0;
background-color: #666;
}

body {
font-family: arial, sans-serif;
font-size: 12px;
color: #454641;
}

h1 {
font-size: 2em;
font-weight: normal;
margin-top: 0;
margin-bottom: .25em;
}

h2 {
margin-top: 0;
font-size: 1.4em;
}

h2 small {
font-size: 0.8em;
font-weight: normal;
}

h3 {
font-size: 1.2em;
font-weight: bold;
color: #e84f95;
}

a {
color: #e84f95;
}

.SmallerText {
font-size: 0.8em;
}

.Error {
color: #c00;
}

.Pink {
color: #e84f95;
}

.PinkBold {
color: #e84f95;
font-weight: bold;
}

.GreyBold {
color: #454641;
font-weight: bold;
}

#OuterBox {
background-color: #1e201e;
/* width: 999px; */
width: 100%;
margin: auto;
background-color: #1e201e;
background-image: url('/images/PageBackground.jpg');
background-repeat: repeat-y;
padding: 0;
}


#HeadBar {
color: #fff;
background-color: #1e201e;
height: 120px;
background-image: url('/images/HeadLogo.jpg');
background-repeat: no-repeat;
background-position: 42px 9px;
position: relative;
text-align: right;
}

#ProductSearchBox {
padding: 30px 20px 0 0;
}

#ProductSearchBox label {
font-weight: bold;
text-transform: uppercase;
padding-right: 10px;
}

#product_search {
	width: 225px;	
}

#ProductSearchBox .Button {
border: none;
background-color: transparent;
color: #fff;
font-weight: bold;
}

#HeadLinks {
margin-top: 15px;
margin-right: 20px;
color: #d83473;
}

#HeadLinks a {
color: #fff;
text-decoration: none;
line-height: 12px;
text-transform: uppercase;
}

#HeadLinks a.ShoppingBagLink {
background-image: url('/images/Icon_ShoppingBag.jpg');
background-repeat: no-repeat;
background-position: left center;
padding-left: 14px;
}

#HeadLinks span {
margin: 0 5px 0 5px;
}

#TopMenuHolder {
background-color: #d83473;
/*background-color: #1E201E;*/
margin: 0 7px 0 7px;
}

#TopMenuTable {
border-collapse: collapse;
}

#TopMenuTable td {
height: 24px;
font-size: 0.8em;
border-right: 1px solid #1E201E;
}

#TopMenuTable td a {
display: block;
background-color: #d83473;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 24px;
text-transform: uppercase;
width: 100%;
text-align: center;
letter-spacing: .2em;
}

#TopMenuTable td a:hover {
/* #TopMenuTable td.Selected a, */
background-color: #b42b60;
}

#ContentHolder {

}

/* Left Column
**************************/

#LeftColumn {
float: left;
width: 200px;
margin: 0 0 0 4px;
padding: 0;
background-color: #d83473;
}

/* IE HACK - This is only read by non-IE browsers */
html>body #LeftColumn {
width: 200px;
margin: 0 0 0 8px;
}


/* Main Content
**************************/

#MainContent {
float: none;
width: auto;
padding: 10px;
padding-top: 5px;
margin-left: 209px;
margin-right: 8px;
background-color: #ffffff;
margin-bottom: 0;
}

/* Left Menu
***************************/

#LeftMenu {
font-size: 0.8em;
margin: 0;
padding: 0;
background-image: url('/images/MenuBackground.jpg');
background-repeat: repeat-x;
background-color: #eb96b7;
list-style-type: none;
text-transform: uppercase;
font-weight: bold;
}

#LeftMenu li {
margin: 0;
padding: 0;
}

#LeftMenu li a {
height: 24px;
display: block;
background-color: #d83473;
line-height: 24px;
color: #fff;
text-decoration: none;
padding-left: 10px;
}

#LeftMenu li ul {
margin: 0;
padding: 0;
list-style-type: none;
/*margin-right: 10px;
margin-left: 10px;*/
}

#LeftMenu li ul li {
font-size: 0.9em;
margin: 0;
padding: 0;
height: 24px;
border-bottom: 1px dotted #999999;
}

#LeftMenu li ul li.LastItem {
border-bottom: none;
}

#LeftMenu li ul li a {
padding: 0;
display: block;
line-height: 24px;
background-color: transparent;
color: #d83473;
padding-left: 10px;
padding-right: 10px;
}


#LeftMenu li ul li a:Hover {
/* , #LeftMenu li ul li.Selected a */
color: #fff;
background-color: #B91257;
}

/* Email Box
*************************/

#EmailBox {
background-color: #d83473;
padding: 10px;
color: #fff;
margin: 1px 0 0 0;
}

#EmailBox h1 {
margin: 0;
font-size: 1em;
text-transform: uppercase;
}

#EmailBox p {
margin-top: 0;
font-size: 0.9em;
}

#EmailBox #emailSignUp {
width: 130px;
background-color: #fff;
border: 2px inset #d83473;
}

#EmailBox #emailSignUpSubmit {
background-color: #d83473;
color: #fff;
font-weight: bold;
text-transform: uppercase;
border: none;
}

/* Secure Trading Logo
*************************/
#SecureTradingLogo {
	margin: 5px 0 0 10px;
}

#SecureTradingLogo img {
	border: none;	
}


/* Footer
*************************/

#Footer {
background-color: #1e201e;
clear: both;
color: #fff;
margin: 0 7px 0 7px;
padding-top: 10px;
font-size: 0.8em;
padding-bottom: 10px;
}

#FooterLeft {
background-color: #1e201e;
float: left;
color: #d83473;
text-transform: uppercase;
}

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

#FooterLeft a:Hover {
text-decoration: underline;
}

#FooterRight {
background-color: #1e201e;
float: right;
}

/* Page List 
**************************/
.PageList {
color: #e84f95;
margin-top: 0;
margin-bottom: 0;
}

.PageList a {
text-decoration: none;
color: #e84f95;
}

.PageList a.Selected {
color: #454641;
}

/* Product Back Link 
**************************/

.ProductBackLink {
float: right;
font-size: 1.4em;
color: #e84f95;
margin-top: 0;
line-height: 2em;
}

.ProductBackLink a {
text-decoration: none;
}

/* HR 
*****************/

.hr {
border-bottom: 2px dotted #e84f95;
}

.hr_grey {
border-bottom: 2px dotted #797875;
}

.hr hr, .hr_grey hr {
display: none;
}



/* Product Table
***********************/

#ProductTable {
font-weight: bold;
margin-top: 15px;
}

#ProductTable td {
width: 153px;
padding-top: 10px;
border-bottom: 2px dotted #797875;
font-size: 0.9em;
}

#ProductTable td.NoProduct {
border-bottom: none;
}

#ProductTable td.Spacer {
border: none;

}

#ProductTable a {
text-decoration: none;
color: inherit;
}

#ProductTable a img {
border: 4px solid #a5a3a1;
}

#ProductTable a:hover img {
border-color: #e84f95;
}


/* Brand Table */
#BrandTable {
margin-top: 15px;
}

#BrandTable td {
width: 25%;
}

#BrandTable tr.LogoLine td {
border-bottom: 2px dotted #797875;
text-align: center;
padding: 0.75em;
padding-top: 2em;
vertical-align: middle;
}

#BrandTable tr.DescriptionLine td {
padding-top: 0.5em;
border-bottom: 2px dotted #797875;
padding-bottom: 2em;
vertical-align: top;
}

#BrandTable td.Spacer, #BrandTable tr.LogoLine td.Spacer, #BrandTable tr.DescriptionLine td.Spacer {
border: none;
width: 10px;
}

/* PRODUCTS PAGE */

#ProductLeft {
float: left;
margin-top: 15px;
}

#ProductLeft img {
border: 4px solid #a5a3a1;
}

#ProductRight {
margin-left: 25px;
margin-top: 15px;
float: left;
overflow: hidden;
width: 300px;
}

/* Forms
*********************/

.Button {
border: none;
background-color: #e84f95;
padding: 2px;
color: #fff;
}

.TextButton {
border: none;
background-color: transparent;
}

/* Style List (Category Page)
**************************************/

#StyleList {
margin-top: 1em;
}

#StyleList a {
text-decoration: none;
}

#StyleList a:hover {
text-decoration: underline;
}

#CategoryList {
margin: 0;
padding: 0;
list-style: none;
margin: auto;
}

#CategoryList li {
float: left;
margin-right: 1em;
margin-bottom: 2em;
text-align: center;
width: 208px;
text-align: center;
}

#CategoryList li a {
color: inherit;
}

#CategoryList li a img {
display: block;
margin: auto;
margin-bottom: 1px;
border: 4px solid #a5a3a1;
}

#CategoryList li a:hover img {
border-color: #e84f95;
}
/* Sort Order
*********************/

#SortOrder {
text-align: center;
line-height: 2em;
}

.Swatch {
display: block;
width: 30px;
height: 30px;
border: 1px solid #555;
margin-bottom: 0.25em;
text-decoration: none;
}

img.Swatch {
width: 30px;
height: 30px;
overflow: hidden;
}
/* Page Classes
***********************/

.HomePage #MainContent {
background-color: #1e201e;
color: #fff;
padding: 0;
margin-right: 0;
width: 783px;
}


.HomePage #LeftColumn {
padding-bottom: 0;
margin-bottom: 0;
}

.HomePage #OuterBox {
background-image: url('/images/PageBackground_Home.jpg');
}

/* List Table */
.ListTable {
border-collapse: collapse;
margin-bottom: 1.5em;
}

.ListTable td, .ListTable th {
border: 1px solid #1e201e;
padding: 5px;
}

.ListTable th {
background-color: #e84f95;
color: #fff;
}

.Price, .Price a, a.Price {
color: #000000;
font-weight: bold;
}

.FullDetails {
color: #000000;
font-weight: bold;
}

.DetailsLink {
font-weight: normal;
color: #000000;
}

.LatestOffers #ProductTable .Price, .LatestOffers #ProductTable .Price a, .LatestOffers #ProductTable a.Price {
color: #e84f95;
}

#swatchPreview {
background-color: #ffffff;
padding: 10px;
border: 1px solid #000000;
position: absolute;
display: none;
}

#MainTitle {
float: left;
margin-right: 20px;
}

#ProductGrid {
float: left; /* Fix for ie6 */
width: 100%;
margin: 0;
margin-top: 20px;
}

.ProductColumn {
float: left;	
display: inline;
margin-right: 30px;
}

.ProductColumn.Last {
margin-right: 0;
}

.GridEntry {
font-weight: bold;
margin-top: 15px;	
border-bottom: 2px dotted #797875;
font-size: 0.9em;
width: 208px;
}

.GridEntry a {
text-decoration: none;
color: inherit;
}

.GridEntry a img {
border: 4px solid #a5a3a1;
}

.GridEntry a:hover img {
border-color: #e84f95;
}

.GridEntry .ProdName {
margin-bottom: 0;
margin-top: 5px;
color: #454641;	
}

.GridEntry .ProdPrice {
float: left;
}

.GridEntry .FullDetails {
float: right;
color: #454641;
}

.ClearFloats {
clear: both;
height: 0;
font-size: 1px;
overflow: hidden;
}

#ProductLeft {
width: auto;	
}