
/* General */
body {
	background: #fff url('../../StoreSuite/images/red/BodyBg.gif') repeat-x top;
	color: #414b56;
}

input, select, textarea {
	color: #2f2928;
}

a {
	color: #c00;
}

a:hover {
	color:  #f30;
}

h1, h2, h3, .TitleHeading {
	color:  #600;
}

hr {
	background: #c7d7db;
}

/* Top Navigation Menu */
#TopMenu li {
	color: #ffe2b4;
	border-left: 1px solid #c86;
}

#TopMenu li a {
	color: #ffe2b4;
}

#TopMenu li a:hover {
	color: #fff;
}

/* Pages Menu */
#Menu ul {
	border-left: 1px solid #ffedd0;
}

#Menu li a {
	color: #c00;
	border-right: 1px solid #ffedd0;
}

#Menu li a:hover {
	background: #c21900;
	color: #fff;
}

#Menu ul li ul {
	background: #f00;
}

#Menu li li a {
	color: #fff;
	background: #f00;
}

#Menu li li a:hover {
	background: #c21900;
}

/* Header */
#Header h1 a {
	color: #fff;
}

/* Search Box */
#SearchForm {
	background: #820000;
}

#SearchForm label {
	color: #fff;
}

#SearchForm input.Textbox {
	background: #fff;
	border: 1px solid #fff;
}

#SearchForm p a {
	color: #fffade;
}

/* Left & Right Content Area */
.Left h2, .Right h2 {
	background: #FFB66A;
	color: #be1300;
}

.Left .Block, .Right .Block {
	border: 3px solid #ffcf9d;
	background: #fff;
}

/* Primary Content Area */
.Content h2 {
	border-bottom: 2px dotted #cacaca;
}

/* Page Footer */
#Footer {
	border-top:  1px solid #cacaca;
	background: #f8f8f8;
	color:  #61614e;
}

/* Product Listings */
.ProductPrice, .ProductList em {
	color: maroon;
}

/* Miscellaneous Definitions */
.Meta {
	color: #555;
}

.SortBox {
	color: #444;
}

.Required {
	color: red;
}

.SoldOut {
	color: #999;
}

small {
	color: gray;
}

.Availability {
	color:gray;
}

.LittleNote {
	color:gray;
}

.ViewCartLink {
	background: url('../../StoreSuite/images/red/Cart.gif') no-repeat;
}

/* Success/Info/Error Messages */
.InfoMessage {
	background: #EFF8FA url('../../StoreSuite/images/InfoMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.SuccessMessage {
	background: #E8FFDF url('../../StoreSuite/images/SuccessMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.ErrorMessage {
	background: #FFECEC url('../../StoreSuite/images/ErrorMessage.gif') no-repeat 5px 8px;
	color: #555;
}

/* Page Breadcrumbs */
.Content .Breadcrumb {
	color: #666;
	background: #fffade;
}

/* Tabbed Navigation */
.TabNav {
	border-bottom: 1px solid #b00400;
}

.TabNav li a {
	border: 1px solid #b00400;
	background: #fffade;
}

.TabNav li a:hover {
	background-color: #ffe4b8;
}

.TabNav li.Active a {
	border-bottom: 1px solid #fff;
	background: #fff;
}

/* General Tables */
table.General,
table.CartContents, table.General {
	border: 1px solid #ececec;
	border-top: 2px solid #820000;
	border-bottom: 0;
}

table.General thead tr th,
table.CartContents thead tr th {
	background: #ffdfa5;
	border-bottom: 1px solid #ececec;
	color: #c00;
}

table.General tbody tr td,
table.CartContents tbody tr td {
	border-bottom: 1px solid #ececec;
}

table.General tbody tr.First td {
	border-top: 0;
}

/* Top Right Locale Chooser (list of flags) */
#TopMenu li.Flag img.Selected {
	border: 2px solid #ffffaa;
}

/* Currency Selector */
.CurrencyList dd {
	border: 1px solid #EDECEC;
	background-color: #F9F9F9;
}

.CurrencyList a.Sel {
	background-color: #FFFFAA;
}

/* Pagination */
.CategoryPagination {
	color: #603;
	background: #fff2f6;
}

/* Quick Search */
.QuickSearch {
	background: #fff;
	border: 3px solid #ffcf9d;
}

.QuickSearchTitle td, .QuickSearchAllResults td {
	color: #fff;
	background: #FFB66A;
}

.QuickSearchResultNoImage {
	color: #777;
}

.QuickSearchHover td{
	background: #f9f9f9;
}

.QuickSearchAllResults a {
	background: url('../../StoreSuite/images/red/QuickSearchAllResultsButton.gif') no-repeat right;
	background-color: #FFB66A;
}

/**
 * Product Page Specific
 */

/* Product Blocks */
#ProductDetails hr,
#ProductDescription hr,
#ProductOtherDetails hr,
#ProductByCategory hr,
#ProductReviews hr {
		border-top: 2px dotted #CACACA;
		background: transparent;
}

/* Product Details Grid */
#ProductDetails .ProductMain hr {
	background: #c7d7db;
	border: 0;
}

/* "Buy this item" block on the right */
#SideProductAddToCart {
	background: #DAF7D4;
	border: 3px solid #239C09;
}

#SideProductAddToCart h2 {
	background: transparent;
	color:  #333;
	border-bottom: 2px dotted #444;
}

#SideProductAddToCart.ProductBuyBoxSoldOut {
	background: #f0f0f0;
	border-color: #ccc;
}

/**
 * Category Page Specific
 */
.SortBox option {
	color: #444;
}

/**
 * Account Page Specific
 */
.AccountOrderStatusList h3,
.AccountOrdersList h3,
.AccountMessageList h3,
.ReturnsList h3 {
	color: #444;
}

.AccountOrder hr,
.AccountMessageList hr,
.AccountOrderStatusList hr,
.ReturnsList hr {
	border-top: 2px dotted #CACACA;
	background: transparent;
}

.SharePublicWishList {
	background-color:lightyellow;
	border:1px solid #CDDEE2;
}

.DownloadExpires {
	color: gray;
}

.DownloadExpiresToday {
	color: red;
}

/**
 * Cart Page Specific
 */

/* Cart Contents Table */
.CartContents tbody td {
	border-bottom: 0;
}

/* Mini-Cart/Suggestive Cart Page */
#SideCartMiniCart {
	background: #DAF7D4;
	border: 3px solid #239C09;
}

#SideCartMiniCart h2 {
	background: transparent;
	color:  #239C09;
	border-bottom: 2px dotted #cacaca;
}

#SideCartMiniCart .CartDetails {
	background: #fff;
}

#SideCartMiniCart .JustAddedProduct {
	border-bottom: 1px solid #ccc;
}

#SideCartMiniCart .OtherCartProducts {
	border-bottom: 1px solid #ccc;
}

#SideCartMiniCart .OtherCartProducts h3 {
	color: #555;
}

#SideCartMiniCart .OtherCartProducts ul {
	margin-left: 10px;
}

#SideCartMiniCart .SubTotal {
	background: #FBECDD;
	color: #333;
}

.MiniCart .SubTotal {
	color: #075899;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	border: 1px solid #c7d7db;
	background: #f9f9f9;
}

/**
 * Checkout Page Specific
 */
.CheckoutRedeemCoupon {
	background: #fafafa;
	border: 1px solid #777;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	color: #ae043f;
	background: #ffdfa5;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #f0f0f0;
	border: 1px solid #ddd;
	color: #555;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	color: #fff;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutCompletedContent {
	color: #888;
}

/**
 * Search Page Specific
 */
.AdvancedSearch h3 {
	color: #ae043f;
	background: #ffdfa5;
}

.SearchTips .Examples {
	background: lightyellow;
	border: 1px solid #aaa;
	color: #555;
}

/**
 * Product Comparison Page Specific
 */

.CompareFieldName {
	background-color:#FBECDD;
	font-weight:bold;
}

.CompareFieldTop {
	background-color: #F7F7F7;
	border-bottom:solid 1px #DBDBDB;
}

.CompareFieldTop a:hover {
	color:red;
}

.CompareCenter {
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #F2F2F2;
}

.CompareLeft {
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #F2F2F2;
}

/**
 * Create Account/Login Page Specific
 */
.CreateAccount {
	border-right: 1px solid #ccc;
}

.CreateAccount h2 {
	border-bottom: 0;
	background: #FFF4EA url('../../StoreSuite/images/IcoCreateAccount.gif') no-repeat 10px center;
	color: #444;
}

.AccountLogin h2 {
	border-bottom: 0;
	background: #FFF4EA url('../../StoreSuite/images/IcoLogin.gif') no-repeat 10px center;
	color: #444;
}

/* 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;
}