/*
Theme Name: Fashion Theme
Author: Mosaic Group LLC for HCG Diet Drops
Author URI: http://mosaicteam.com
Version: V2 
Redesign: To match main site
*/

a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

* {
	margin: 0;
	padding: 0;
}
ul {list-style: none;}
body {
	background: #fff;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
	border-top:solid 8px #ed7556;
}

a {
	/*color: #B1AA81; dte*/
	color: #1e97b9;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	/*color: #f77800; dte*/
	color: #1e97b9;
	text-decoration: none;
}
p {padding: 5px 0;}
h2 {
	/*color: #999; dte*/
	color: #1e97b9;
}

h3 {
	/*color: #F77800; dte*/color: #1e97b9;padding: 10px 0;
}

img {border: none;}
/* Page Container */

#Container {
	width: 980px;
	margin: auto;
}

/* Top Navigational Menu */
#TopMenu {
	width: 940px;
	height: 37px;
	padding: 0;
	margin: 0 0 0 10px;
}

#TopMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;/*added*/
}

#TopMenu li {
	list-style: none;
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
}

#TopMenu li.First a {
	border-left: 0;
}

#TopMenu li a, #TopMenu li div {
	display: block;
	text-decoration: none;
	font-size: 0.85em;
	padding: 0 20px 0 5px;
	margin: 4px 0 4px 0;
	/*color: #F8953A;*/
	color: #FF673E;/*added*/
}

#TopMenu li div a {
	padding: 0 0 0 5px;
	margin: 0;
	display: inline;
	font-size: 1em;
}

#TopMenu li a:hover {
	text-decoration: underline;
}

/* Pages Menu */
#Menu {
	clear: both;
	float: left;
	/*margin: 0 0 0 10px;*/
	padding: 0;
	height: 30px;
	display: inline;
	width: 978px;
	border-bottom: 5px solid #ff673e;
	background: #fff;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
}

#Menu ul {
	margin: 0;
	padding: 0;
	width: 940px;
}

#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 2px 0 0;
	/*border-left: 3px solid #9d9884; dte*/
	border-left: 1px solid #e9e9e9;
}

#Menu li.First  { border: none;}

#Menu li a {
	display: block;
	float: left;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	padding: 5px 15px;
	height: 20px;
	
}
#Menu li a {
	background: #fff
	color: #666666;
	
}

#Menu li a:hover	{
	text-decoration: underline;
}

#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 29px;
	left: 0;
	display: none;
	text-align: left;
	font-size: 0.85em;
	background: transparent;
	z-index: 1;
}

#Menu li ul li {
	clear: both;
	text-align: left;
	background: transparent;
}

#Menu li ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 120px;
	height: auto;
}

#Menu li ul li a:hover {
}

#Menu li:hover a, #Menu li.over a{
	text-decoration: underline;
}

#Menu li ul li a, #Menu li.over li a {
	text-decoration: none !important;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}

/* Holly Hack. IE Requirement */
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */


#Outer {clear: both;
}
#Wrapper {
	clear: both;
	float: left;
	width: 978px;
	padding: 20px 0 0 0;
	background: #fff;/*added*/
	/*border-left: 1px solid #d5d5d5;/*dte*/
	/*border-right: 1px solid #d5d5d5;/*dte*/
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

#Header {
/*background: url(images/ContainerBg.jpg) no-repeat top left scroll;*/
width: 975px;
	height: 65px;/*added*/
	clear: both;
	float: left;
	padding: 25px 0 0 0;
	position: relative;
}
#Header img.ad {position: relative; top: -15px; left: 250px;}/*added all*/
#Logo {
	/*float: right;*/
	width: 258px;
	height: 60px;
	/*margin: 0 400px 0 0;*/
	/*display: inline;*/
	position: absolute;
	top: 11px;
	/*background: url(../../Fashion/images/v2/logo.jpg) no-repeat;*/  /*added*/
}

#Logo h1 {
	color: #fff;
}

#Logo h1 a {
	color: #fff;
	text-decoration: none;
}
#LogoImage {
	position: absolute;
	/*top: -25px; dte*/
	top: -35px;
	left: 12px;
}
#SearchForm {
	float:right;
}

#SearchForm label {
	color: #fff;
}

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

#SearchForm .Button {
	border: 0;
}

#SearchForm a {
	/*color: #090909; dte*/
	color: #1e97b9;
}

#SearchForm p {
}

.Left {
	background: #0a0a0a url(../../Fashion/images/SideBg.gif) 0 0 repeat-y;
	float: left;
	/*min-height: 500px; dte*/
	width: 184px;
	font-size: 0.85em;
	/*margin-right: 15px;*/
	margin-left: 10px;/*added*/
}
*html .Left {background: #0a0a0a url(../../Fashion/images/SideBg.gif) 0 0 repeat-y;
	float: left;
	min-height: 500px;
	width: 184px;
	font-size: 0.85em;
	/*margin-right: 15px;*/
	margin-left: 5px;/*added*/}
.Left h2 {
	/*color: #F77800;*/
	color: #736f66;/*added*/
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px 5px 5px 10px;
}
.Left ul {
	margin: 0;
	padding: 0;
}
.Left li {
clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.Left li a {
	/*color: #B1AA81;/*dte*/
	text-decoration: none;
	color: #1e97b9;
}


.Left li a:hover {text-decoration: underline;}
.Left .BlockContent {
	margin: 0 10px 0 10px;
}
.BlockContent img.badge {margin: 0 0 30px -48px;z-index: 10;position: relative;}
*html .BlockContent img.badge {margin: 0 0 30px -48px;z-index: 1000;position: relative;}
*html .BlockContent h2 {font-size: 19px;}
.Left li a {
	text-decoration: none;
}

.Left li a:hover {
	text-decoration: underline;
}
.Left #SideCategoryList li{
	padding: 3px 0 0 0;
}
.Left #SideCategoryList li ul {
	padding-left: 15px;
}
.Content {float: left;
	width: 570px;/*added*/
	min-height: 500px;
	/*margin: 0;*/
	padding: 0 0 20px 0;
	font-size: 0.95em;
	margin-left: 10px;/*added*/
}

.Content .Block {
	clear: both;
}

.Block {
	margin-top: 0;
	margin-bottom: 30px;
}

.Content h2 {
}
.Content a {
	color: #075899;
}
.Content a:hover {
	text-decoration: underline;
}
.Content a {
	/*color: #075899; dte*/
	color: #1e97b9;
}

.Content.Wide {width: 770px;
	margin: 0 0 0 10px;
}

.Content.Widest {width: 960px;
}
.Content .ProductThumb {float: left;width: 150px;}

.Content .ProductDescriptionContainer ul {margin: 0 40px 5px 40px;list-style: disc;list-style-position: inside;}
.Content .ProductDescriptionContainer li {padding: 5px 0;}
.Content .ProductByCategory {padding: 10px 0;}
.Content .ProductByCategory .FindByCategory {padding: 5px 0 10px 0;}
.Content .ProductMain {min-height: 150px;}
.Content .ProductMain .ProductDetailsGrid .DetailRow {display: inline-block;width: 400px;}
.Content .ProductMain .ProductDetailsGrid .DetailRow .Label {float: left;padding: 5px 20px 5px 0;width: 50px;}
.Content .ProductMain .ProductDetailsGrid .DetailRow .Value {float: left;padding: 5px 0 5px 0;}
.Content .ProductMain .ProductAddToCart {padding-top: 20px;}
.Content .ProductMain .AddCartButton .FloatLeft {float: none;}
.Content .ProductMain .ProductDetailsGrid .DetailRow .AddCartButton input {float: none;padding-top: 15px;}
.Content .ProductByCategory {padding: 10px 0;}
.Content .FindByCategory {padding: 5px 0 15px;}

.Content p {font-size: 12px;line-height: 18px;}


.Right {float: right;
	min-height: 500px;
	width: 179px;
	font-size: 0.85em;
	padding-bottom: 10px;
	/*margin-left: 10px;*/
	margin-right: 10px;/*added*/
}

.Right .Block {
	background: #ededed url(../../Fashion/images/orange/RightBg.gif) bottom left no-repeat;
}

.Right h2 {
	background: #ededed url(../../Fashion/images/v2/RightBg_h2.jpg) 0 0 no-repeat;
	color: #fff;
	height: 63px;
	padding: 10px 0 0 10px;
	font-size: 14px;
	font-weight: normal;
}

.Right a {
	/*color: #034285; dte*/
	color: #1e97b9;
	
}

.Right a:hover, .Right a:hover strong {
}

#Footer {
	clear: both;
	font-size: 0.85em;
	text-align: left;
	margin: 0 auto;/*added*/
	padding: 20px 0 20px 0;
	/*background: #6b675f;/*dte*/
	background: #fafafa;
	border: 1px solid #e9e9e9;
	
}
#Footer p { width: 980px;margin: 0 auto;padding-left: 25px;color: #999;}/* all added*/
#Footer ul {
	list-style: none;
	margin: 0 0 30px 115px;
	padding: 0;
	
}

#Footer li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Footer li a {
	text-decoration: none;
	padding: 0 10px 0 10px;
	border-left: 1px solid #208db5;
}

.NewsletterSubscription input {
	border: 1px solid #cdcdcd;
}
/*added*/
.NewsletterSubscription input.Button {border: none; padding-top: 5px;}

.Content .ProductList li:hover, .Content .ProductList li.Over {
}

.Content .ProductList li {
	background: url(../../Fashion/images/orange/ProductListBgBottom.gif) bottom left no-repeat;
	padding-bottom: 5px;
	min-height: 9.5em;
	float:left;
	/*margin: 10px 10px 0 0;*//*added*/
	padding: 0;
	overflow:hidden;
	width:284px;
}

.Content .ProductList .ProductImage {
	background: url(../../Fashion/images/orange/ProductListBgTop.gif) top left no-repeat;
	float:left;
	padding: 15px;
	margin: 0;
	width: 120px;
}

.Content .ProductList .ProductDetails {
	background: url(../../Fashion/images/orange/ProductListBgTop.gif) top right no-repeat;
	margin: 0;
	padding: 15px 10px 10px 0;
}
.ProductList .ProductImage {
	float: none;
	margin: 0 0 5px 0;
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
}.ProductList .ProductDetails {
	margin: 5px 10px;
}

.ProductList em {
	display: block;
}

.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
	color: #F77800;
}

.ProductList .Rating {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #6a6a6a;
}

.ProductList .Rating img {
	height: 12px;
	margin-top: 3px;
}

.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: center;
}
.ProductList strong, .ProductList strong a {
	color: #1e97b9;/*dte*/
}


.Right .ProductList li {
margin-bottom: 15px;
}
.Right .ProductList ul {list-style: none;padding: 10px;}
.Right .ProductList .ComparisonCheckbox {float: left;}

.Content .FeaturedProducts .ProductList li {
}


.Content .FeaturedProducts .ProductList .ProductImage {
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
}

.Right .TopSellers {
	clear: both;
	padding: 0 0 10px 0;
}

.Right .TopSellers ul {
	width: 156px;margin-left: 10px;list-style: none;
}

.Right .TopSellers li {
	clear: both;
	margin: 0 0 20px 0;padding: 10px;background: #fff url(../../Fashion/images/orange/TopSeller1Bg.gif) no-repeat;width: 136px;
}

.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	background: url(../../Fashion/images/orange/TopSellerNumberBg.gif) 0 0 no-repeat;
	color: #fff;height: 16px;padding-left: 5px;
}

.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
	/*background: #fff url(../../Fashion/images/orange/TopSeller1Bg.gif) 0 0 no-repeat;*/
}

.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
background: #fff url(../../Fashion/images/orange/TopSeller1RDetails.gif) bottom no-repeat;
}

.Right .TopSellers li.TopSeller1 .TopSellerNumber {
	background: url(../../Fashion/images/orange/TopSellerNumber1Bg.png) 0 0 no-repeat;
	color: #fff;height: 28px;padding-top: 7px;padding-left: 11px;
}

.Breadcrumb {
	border-bottom: 1px solid #DCDFE2;
	margin-bottom: 15px;
	height: 40px;
}
.Breadcrumb ul {list-style: none;}
.Breadcrumb li {float: left; padding-right: 15px;}

.CompareItem { width:200px; border-left: solid 1px #CACACA; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #EFF8FA; }
.CompareFieldTop { border-bottom:solid 1px #85BADF; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }
.CompareLeft { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }

.ViewCartLink {
	background: url('../../Fashion/images/orange/Cart.gif') no-repeat 3px 0;
}

table.CartContents, table.General {
	border: 1px solid #c7d7db;
}

table.CartContents thead tr th, table.General thead tr th {
	background: #edf2f3;
	color: #424748;
	border-bottom: 1px solid #c7d7db;
}

.CartContents tbody .SubTotal td {
	border-top: 1px solid #c7d7db;
	color: #075899;
}

.MiniCart .SubTotal {
	color: #075899;
}

.JustAddedProduct {
	border: 1px solid #c0dae7;
	background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
	color: #075899;
}

.CategoryPagination {
	color: #034285;
	background: #f4fbfc;
	border: 1px solid #c0dae7;
}

.CheckoutRedeemCoupon { background: #EAFDFF; padding: 10px; width: 300px; border: 1px solid #9DD3D8; margin-bottom: 10px; }

.SubCategoryList, .SubBrandList {
	background:#EEF5F9;
}

.InfoMessage {
	background: #EFF8FA url('../../Fashion/images/InfoMessage.gif') no-repeat;
	color: #555;padding-left: 20px;height: 16px;
}

.SuccessMessage {
	background: #E8FFDF url('../../Fashion/images/SuccessMessage.gif') no-repeat;
	color: #555;padding-left: 20px;height: 16px;
}

.ErrorMessage {
	background: #FFECEC url('../../Fashion/images/ErrorMessage.gif') no-repeat;
	color: #555;padding-left: 20px;height: 16px;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
	background: #EFF8FA;
}

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

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #232323;
	color: #fff;
}

.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 #f97600;
}

.TabNav li a {
	border: 1px solid #f97600;
	background: #ffeee1;
	color: #000;
}

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

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

/*************checkout************/
.ExpressCheckoutBlock {clear:both;overflow: hidden;}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {display: none;}
.ExpressCheckoutContent .CreateAccount {width:45%;float:left;}
.ExpressCheckoutContent .AccountLogin {width:45%; float:right;}
.ErrorMessage {overflow: hidden;height:auto;}
