/* Color: Maroon */

body {
	color: #2f273e;
}
a {
	color: #2f273e;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #330099;
}
h2 {
	color: #330099;
}
h3 {
	color: #603D27;
}

#Container {
}


#TopMenu {
	background: #330099;
	color: #fff;
	border-bottom: 1px solid #fff;
}
#TopMenu li {
	background: url(../../default/images/bright/PagesMenuBg.gif) 0 10px no-repeat;
}
#TopMenu li.First {
	background-image: none;
}
#TopMenu li a, #TopMenu li div {
	color: #fff;
}
#TopMenu li a:hover {
	color: #fff;
	text-decoration: underline;
}


#Menu {
}
#Menu li {
}
#Menu li a {
	color: #330099;
	background: url(../../default/images/bright/MenuBgBtn.gif) 0 12px no-repeat;
}
#Menu li.First a {
	background-image: none;
}
#Menu li ul li a {
	background: #eef5f9;
}
#Menu li a:hover {
	color: #cc0099;
}


#Outer {
	background: url(../../default/images/bright/OuterBg.gif) 100% 113px no-repeat; /* Right hand drop shadow */
}
#Wrapper {
}
#Header {
	/* Bottom header drop shadow */
	background-position: 0 0;
	background-repeat: no-repeat;
}


#Logo {
	background: url(../../default/images/bright/LogoBg.gif) 0 0 no-repeat; /* Bookmark image */
}
#Logo h1 {
	color: #330099;
}
#Logo h1 a {
	color: #330099;
}


#SearchForm {
	background: url(../../default/images/bright/SearchBg.gif) 100% 0 no-repeat; /* Right hand header drop shadow */
}
#SearchForm label {
	display: none;
}
#SearchForm input {
	background: #fff;
	border: 1px solid #cfcfcf;
}
#SearchForm .Button {
	border: 0;
}
#SearchForm a {
	color: #e57fcc;
}
#SearchForm p {
	color: #e57fcc;
}


.Left {
}
.Left .Block {
}
.Left h2 {
	color: #fff;
	background: #cc0099;
}
.Left h2 a {
	color: #fff;
}
.Left li {
	border-bottom: 1px solid #e9e9e9;
}
.Left li a {
	color: #330099;
}
.Left li a:hover {
}
.Left .CategoryList li, .Right .CategoryList li {
	background: url(../../default/images/bright/BlockArrow.gif) no-repeat left 7px;
	padding-left:10px;
}
.Left .BrandList li, .Right .BrandList li {
	background: url(../../default/images/bright/BlockArrow.gif) no-repeat left center;
	padding-left:10px;
}


.Content {
}
.Content h2 {
}
.Content a {
	color: #330099;
}
.Content.Wide {
}
.Content.Widest {
}


.Right {
}
.Right .Block {
}
.Right h2 {
	color: #fff;
	background: #cc0099;
}
.Right h2 a {
	color: #fff;
}
.Right a {
}
.Right a:hover, .Right a:hover strong {
}
.Right li {
	border-bottom: 1px solid #e9e9e9;
}
.Right li a {
	color: #330099;
}
.Right hr {
	background: transparent;
	color: #DADADA;
}


#Footer {
	background: url(../../default/images/bright/FooterBg.gif) 100% 0 no-repeat;
}


.NewsletterSubscription input {
	border: 1px solid #dadada;
}


.Content .ProductList li {
	border: 1px solid #dadada;
}
.Content .ProductList li:hover, .Content .ProductList li.Over {
	background: #eef5f9;
}
.ProductList .ProductImage {
	background: #fff;
	padding: 2px;
}
.Content .ProductList strong, .Content .ProductList strong a {
	color: #330099;
}
.ProductPrice, .ProductList em {
	color: #E77F02;
    font-size: 15px;
}
.ProductList .Rating {
	color: #6a6a6a;
}
.Right .ProductList li {
}


.Content .FeaturedProducts .ProductList li {
	background: #fff url(../../default/images/bright/FeaturedProductsBg.gif) bottom left repeat-x;
}
.Content .FeaturedProducts .ProductList .ProductImage {
}
.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
	background: #eef5f9;
}


.Right .TopSellers li {
}
.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	color: #cc0099;
}
.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 {
	background: #fff url(../../default/images/bright/No1SellerBg.gif) bottom left repeat-x;
	border: 1px solid #dadada;
}
.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
	background: url(../../default/images/bright/No1SellerNumberBg.gif) 0 0 no-repeat;
}
.Right .TopSellers li.TopSeller1 .TopSellerNumber {
	display: none;
}



.CompareItem { width:200px; border-left: solid 1px #CACACA; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #E9E9E9; }
.CompareFieldTop { border-bottom:solid 1px #DADADA; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #DADADA; border-bottom:solid 1px #E9E9E9; }
.CompareLeft { border-left:solid 1px #DADADA; border-bottom:solid 1px #E9E9E9; }

.ViewCartLink {
	background: url('../../default/images/bright/Cart.gif') no-repeat 0 3px ;
}

table.CartContents, table.General {

}

table.CartContents thead tr th, table.General thead tr th {
	color:#603D27;
    font-family:"Trebuchet MS",Verdana,Arial,Helvetica;
    font-size: 14px;
}

table.CartContents td, table.CartContents td a {
    color:#603D27;
    font-family:"Trebuchet MS",Verdana,Arial,Helvetica;
    font-size: 14px;
}

#OrderConfirmationForm table.CartContents td {
    padding: 10px;
}

#OrderConfirmationForm table.CartContents thead tr th {
    background-color:#EEF5F9;
    padding:5px;
}

#OrderConfirmationForm .CartContents tbody .SubTotal td {
    border-left:thin solid #DDDDDD;
    border-top:thin solid #DDDDDD;
}

#OrderConfirmationForm table.CartContents {
    border:thin solid;
    margin:10px;
	
}

.CartContents tbody .SubTotal td {
	color: #330099;
	padding: 0 10px;
	height: 25px;
}

.MiniCart .SubTotal {
	color: #330099;
}

.JustAddedProduct {
	border: 1px solid #E9E9E9;
	background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
	color: #330099;
}

.CategoryPagination {
	color: #330099;
	background: #eef5f9;
	border: 1px solid #DADADA;
}

.CheckoutRedeemCoupon { background: #eef5f9; padding: 10px; width: 300px; border: 1px solid #DADADA; margin-bottom: 10px; }

.SubCategoryList, .SubBrandList {
	background:#eef5f9;
}

.InfoMessage {
	background: #eef5f9 url('../../default/images/InfoMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.SuccessMessage {
	background: #E8FFDF url('../../default/images/SuccessMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.AccountLogin .SuccessMessage {
	margin-left:-18px;
    padding:6px 0 5px 23px;
    width:208px;
    line-height: 20px;    
}

.ErrorMessage {
	background: #FFECEC url('../../default/images/ErrorMessage.gif') no-repeat 5px 8px;
	color: #555;
	margin:0 10px 0 -15px;
    padding:7px 0 5px 23px;
    line-height: 18px;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
	background: #eef5f9;
}

.QuickSearchHover td{ background: #eef5f9; }
.QuickSearchAllResults a { background: url('../../default/images/bright/QuickSearchAllResultsButton.gif') no-repeat right; }

.SearchTips .Examples {
	background: #eef5f9;
	border: 1px solid #dadada;
}

.MiniCart .SubTotal {
	color: #330099;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	border: 1px solid #c7d7db;
	background: #edf2f3;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #dcf0f5;
	border: 1px solid #bce0e8;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #f0f0f0;
	border: 1px solid #ddd;
	color: #555;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #888;
}

/* General Tables */
table.General tbody tr td {
	border-top: 1px solid #efefef;
}

/* Tabbed Navigation */
.TabNav {
	border-bottom: 1px solid #dadada;
}

.TabNav li a {
	border: 1px solid #dadada;
	background: #eef5f9;
}

.TabNav li a:hover {
	background-color: #d9eef3;
}

.TabNav li.Active a {
	border-bottom: 1px solid #fff;
	background: #fff;
}

/* Product Videos */

#VideoContainer {
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.currentVideo {
	background-color: #ddf0f6;
}

.videoRow:hover {
	background-color: #efefef;
}

#CartContent .ErrorMessage {
    margin-left: 0px;
}

#CartContent .SuccessMessage {
    padding: 4px 0 0 25px;
}

#CartContent .InfoMessage {
    padding: 4px 0 0 25px;
}

.CartRemoveLink img {
    padding-top: 5px;
}

.FloatRight {
    float: right;
}

.FloatLeft {
    float: left;
}

.CheckoutButton {
	padding: 7px;
}

.KeepShopping {
	padding: 10px;
}
