/* @override http://staging.oceanoftea.com/templates/default/Styles/styles.css */

* {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------*/

/* =global styles / typography */

/*-----------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	height: 100%;
	background: #558ea2 url(../images/body-bg.gif);
}

input, select {
	font-size: 11px;
}

input {
	padding: 1px;
	border: 1px solid #70865a;
}

p {
	line-height: 1.4em;
	margin-bottom: .5em;
}

a {
	text-decoration: underline;
	color: #44788a;
}

h1, h2, .TitleHeading {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0 6px 0;
	color: #3d5324;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 6px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

img, img a {
	border: 0;
}

ul, ol {
	margin: 0 0 10px 30px;
}

li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	list-style-image: url(../images/bullet.gif);
}

blockquote {
	margin-left: 28px;
}

select option {
	padding: 0 10px;
}

hr {
	margin: 10px 0;
	padding: 0;
	background: #DDECC4;
	height: 1px;
	border: 0;
}

 

/* Forms */

.HorizontalFormContainer dl, .VerticalFormContainer dl {
	margin: 0;
}

.HorizontalFormContainer dt {
	width: 160px;
	float: left;
	margin-bottom: 6px;
	clear: left;
}

.HorizontalFormContainer dd {
	margin-left: 170px;
	margin-bottom: 6px;
}

.NarrowFormContainer dt {
	width: 110px;
}

.NarrowFormContainer dd {
	margin-left: 120px;
}

.HorizontalFormContainer p.Submit {
	padding-left: 170px;
}

.NarrowFormContainer p.Submit {
	padding-left: 120px;
	width: 150px;
}

.VerticalFormContainer dt {
	margin-bottom: 6px;
}

.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 10px;
}

/* Page Container */

#Container {
	width: 888px;
	margin: 0 auto;
}

/* Top Navigational Menu */

#TopMenu {
	position: relative;
	font-size: 10px;
	float: right;
	text-align: right;
	width: auto;
}

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

#TopMenu li {
	list-style: none;
	display:block-inline;
float:left;
	margin: 0;
	padding: 0;
}

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

#TopMenu li a, #TopMenu li div {
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	padding: 0 7px;
	margin: 8px 0 0 0;
	color: #415e2a;
	border-left: 1px solid #9cb179;
}

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

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

/*-----------------------------------------------------*/

/* =navigation */

/*-----------------------------------------------------*/

#Menu {
	clear: both;
	float: left;
	width: 100%;
	padding: 5px 0 6px;
	background: #fffdf8 url(../images/navigation-bg.gif) repeat-x;
}

#Menu ul {
	margin: 0;
	padding: 0;
}

#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Menu li a {
	height: 77px;
	background-repeat: no-repeat;
	display: block;
	margin: 4px 25px;
}

#Menu li span {
	position: absolute;
	left: -999em;
}

#Menu li.blackTea a {
	background-image: url(../images/nav/black.gif);
	width: 62px;
}

#Menu li.greenTea a {
	background-image: url(../images/nav/green.gif);
	width: 63px;
}

#Menu li.herbalTea a {
	background-image: url(../images/nav/herbal.gif);
	width: 64px;
}

#Menu li.oolongTea a {
	background-image: url(../images/nav/oolong.gif);
	width: 52px;
}

#Menu li.puerh a {
	background-image: url(../images/nav/puerh.gif);
	width: 56px;
}

#Menu li.rooibosTea a {
	background-image: url(../images/nav/rooibos.gif);
	width: 63px;
}

#Menu li.teaware a {
	background-image: url(../images/nav/teaware.gif);
	width: 64px;
}

#Menu li.whiteTea a {
	background-image: url(../images/nav/white.gif);
	width: 59px;
}

/* Outer Content Wrapper (Surrounds header & content) */

#Outer {
	margin-top: 4px;
	clear: both;
	width: 888px;
}

#Wrapper {
	clear: both;
	float: left;
	width: 888px;
	background: #fff url(../images/content-bg.gif) repeat-y;
}

body.home #Wrapper,
body.twoColumn #Wrapper {
	background: url(../images/home-content-bg.gif) repeat-y;
}

/* Header */

#Header {
	height: 111px;
	clear: both;
	background: url(../images/header.gif) no-repeat;
	position: relative;
	width: 888px;
}

/* Logo */

#Logo {
	float: left;
	width: 888px;
	height: 102px;
	position: absolute;
	top: 9px;
	background: url(../images/header.jpg) no-repeat;
	z-index: 0;
}

#Logo a {
	display: block;
	width: 340px;
	height: 102px;
	
}

#Logo a span {
	position: absolute;
	left: -999em;
}

/* Top Search Form */

#SearchForm {
	right: 15px;
	top: 60px;
	position: absolute;
	width: 200px;
}

#SearchForm label {
	font-weight: bold;
	display: block;
	background: url(../images/search.gif) no-repeat;
	float: left;
	height: 19px;
	width: 15px;
	margin-right: 3px;
}

#SearchForm label span {
	position: absolute;
	left: -999em;
}

#SearchForm input.Textbox {
	width: 139px;
	font-size: 0.9em;
	padding: 3px;
	float: left;
}

#SearchForm .button {
	padding: 0;
	margin: -1px 0 0 3px;
	vertical-align: middle;
	float: left;
	border: none;
}

#SearchForm p {
	font-size: 9px;
	margin: 0 0 0 25px;
	clear: both;
}

#SearchForm a {
	text-decoration: none;
	color: #000;
}

/* Left Content Area */

.Left {
	float: left;
	width: 170px;
}

.Left h2, .Right h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #3d5324;
	padding: 5px 3px 4px 6px;
	margin-top: 0;
	background: #cddfab url(../images/side-h2-bg.gif) repeat-x;
}

.Left a {
	color: #708d58;
}

.Left li a:hover {
	text-decoration: underline;
}

.Left .BlockContent {
	margin: 0 10px 0 10px;
}

.Left ul {
	margin: 0;
	padding: 0;
}

.Left li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.Left .BlockContent {
	margin: 0 10px;
}

.Left li {
	
}

.Left li a {
	text-decoration: none;
}

.Left li a:hover {
	text-decoration: underline;
}

.Left #SideCategoryList li ul {
	border-top: 1px solid #c5dde9;
}

.Left #SideCategoryList li.LastChild {
	border-bottom: 0 !important;
}

.Left #SideCategoryList li {
	padding: 3px 0 0 0;
	list-style-image: none;
}

.Left #SideCategoryList li ul {
	padding-left: 15px;
}

/* Primary Content Area */

.Content {
	float: left;
	width: 456px;
	/*min-height: 500px;*/ 
	margin: 0 0 0 1px;
	padding: 8px 15px;
	font-size: 0.95em;
}

body.twoColumn .Content {
	width: 627px;
}

body.home .Content {
	padding: 0;
	width: 657px;
	margin: 0;
}

.Content .Block {
	clear: both;
}

.Block {
	margin-bottom: 10px;
}

.Content h2, .TitleHeading {
	font-size: 18px;
	font-weight: bold;
	color: #3d5324;
	margin: 10px 0;
	text-transform: uppercase;
}

.Content a:hover {
	text-decoration: underline;
}

/* Primary Content Area (column span of 2) */

.Content.Wide {
	width: 708px;
}

/* Primary Content Area (column span of 3 - spans entire page width) */

.Content.Widest {
	width: 858px;
	margin: 0;
	background: #fff;
}

/* Right Content Area */

.Right {
	float: right;
	width: 230px;
	padding-bottom: 10px;
}

.Right h2 {
	
}

.Right li a:hover {
	text-decoration: underline;
}

.Right .BlockContent {
	margin: 0 10px 0 10px;
}

.Right ul {
	margin: 0;
	padding: 0;
}

.Right li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.Right .BlockContent {
	margin: 0 10px 0 10px;
}

.Right li a {
	text-decoration: none;
}

.Right li a:hover {
	text-decoration: underline;
}

ul.contactInfo {
	background: #eae5c1;
	padding: 4px 0;
}

ul.contactInfo li {
	border: none;
	padding: 3px 0 3px 15px;
	margin: 0 0 0 8px;
	color: #543308;
	list-style-image: none;
	line-height: 1.2em;
}

ul.contactInfo li.phone {
	background: url(../images/contact-phone.gif) no-repeat 0 2px;
}

ul.contactInfo li.email {
	background: url(../images/contact-email.gif) no-repeat 0;
}

.sideTwitterParty {
	
	margin-top: 20px;
}

	.sideTwitterParty h2 {
	margin-bottom: 0;
}

	.sideTwitterParty img {
	border-top: 1px solid #b9d18e;
	border-bottom: 1px solid #b9d18e;
}

.sideSupremeSampler {
	margin-top: 10px;
	text-align: center;
}

	.sideSupremeSampler h2 {
	text-align: left;
}

.BBB {
background:#E8F6CE;
border-top:1px solid #B9D18E;
border-bottom:1px solid #B9D18E;
color:#7F925A;
font-size:10px;
margin-top:6px;
padding:10px 10px 0 10px;
text-align:center;
text-transform:capitalize;
}

/* Page Footer */

#Footer {
	clear: both;
	float: left;
	width: 888px;
	background: url(../images/footer-bg.gif) repeat-y;
	border-bottom: 10px solid #004f65;
	border-top: 3px solid #c7dca5;
	font-size: 10px;
}

#Footer div {
	float: left;
	padding: 10px 15px;
	line-height: 1.4em;
}

#Footer div.teaNav {
	width: 128px;
	color: #335224;
}

/*#Footer div.teaNav ul li { display:block; float:left; width:63px; }*/

#Footer div.mainNav {
	width: 175px;
	color: #00638e;
}

#Footer div.mainNav div {
	text-align: left;
	padding: 0;
}

#Footer div.social {
	width: 189px;
	color: #335224;
	font-size: 1.2em;
}

#Footer div.social a {
	color: #335224;
	position: relative;
	height: 30px;
	display: block;
	padding: 4px 0 0 30px;
}

#Footer div ul li {
	list-style-image: none;
}

#Footer div.social li.facebook {
	background: url(../images/social-facebook.gif) no-repeat;
}

#Footer div.social li.twitter {
	background: url(../images/social-twitter.gif) no-repeat;
}

#Footer div.social li.lastfm {
	background: url(../images/social-lastfm.gif) no-repeat;
}

#Footer div.shipping {
	width: 130px;
	color: #00638e;
	text-align: center;
}

#Footer div.secure {
	width: 116px;
	color: #335224;
	text-align: center;
}

#Footer h3 {
	font-size: 1.2em;
}

#Footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

#Footer li a {
	text-decoration: none;
}

div.copyright {
	text-align: center;
	color: #fff;
	font-size: 10px;
	margin-top: 5px;
}

div.copyright a {
	color: #fff;
}
/*-----------------------------------------------------*/

/* =faq */

/*-----------------------------------------------------*/

dl.faq {
	
}

	dl.faq dt {
	font-size: 16px;
	color: #5d5324;
	font-weight: bold;
	margin: 20px 0 5px 0;
	line-height: 1.4em;
}

	dl.faq dd {
		margin: 0 80px 20px 0;
		font-size: 12px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #DDECC4;
}

/*-----------------------------------------------------*/

/* =home call to actions */

/*-----------------------------------------------------*/

div.callToActions {
	background: url(../images/cta-bg.gif) repeat-x;
	float: left;
	width: 100%;
	padding: 3px 0;
	height: 128px;
}

div.callToActions div {
	float: left;
	padding: 10px;
	height: 120px;
	width: 159px;
}

div.callToActions div.newsletter {
	background: url(../images/cta-newsletter-bg.gif) no-repeat;
	padding: 7px 0 0 10px;
	width: 288px;
}

div.callToActions div.newsletter form {
	margin: 22px 15px 23px 12px;
	float: left;
}

div.callToActions div.newsletter label {
	color: #fefefe;
	font-size: 12px;
	float: left;
}

div.callToActions div.newsletter input {
	border: 1px solid #537740;
	width: 180px;
	margin-left: 5px;
}

div.callToActions div.newsletter input.button {
	border: none;
	float: left;
	margin-top: -3px;
	width: auto;
}

div.callToActions div.newsletter p {
	text-align: center;
	clear: both;
	color: #1d3411;
	font-size: 11px;
	line-height: 1.1em;
}

div.callToActions div.newsletter p strong {
	display: block;
}

div.callToActions div.organic h3 {
	margin-top: 0;
}

div.callToActions div.organic div.info {
	font-size: 11px;
	padding: 5px 0 0 0;
	height: 90px;
	text-align: center;
}

	div.callToActions div.organic div.info p span{
	 font-size: 14px;
	 text-transform: capitalize;
	color: #1d3411;
}

	div.callToActions div.organic a {
	color: #1d3411;
}

	div.callToActions div.organic div.info p {
	margin-bottom:10px;
}

div.callToActions div.twitter h3 {
	margin-top: 11px;
}

div.callToActions h3, div.callToActions h3 a {
	font-size: 11px;
	color: #2b451b;
	text-decoration: none;
}


.ui-tabs-hide {
  display: none;
}

#productinfo ul {
  margin: 0px;
  padding: 0px;
}

#productinfo ul li {
  float: left;
  padding-right: 10px;
  list-style: none;
}

#productinfo div {
background-color:#fff;
}



/* Newsletter Subscription Form */

.NewsletterSubscription {
	clear: both;
}

.NewsletterSubscription label {
	clear: both;
	float: left;
}

.NewsletterSubscription input {
	width: 129px;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 5px;
}

.NewsletterSubscription .Button {
	width: 95px;
	height: 25px;
	border: 0;
	margin-top: 6px;
	vertical-align: middle;
}

/* Product Listings */

div.CategoryDescription {
	font-size: 13px;
	padding: 0 5px 0 10px;
	border-left: 2px solid #cddfab;
	margin-bottom: 20px;
}

.ProductList {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.Content .ProductList li {
	list-style: none;
	float: left;
	width: 110px;
	font-size: 11px;
	padding: 14px 21px;
	overflow: hidden;
	min-height: 17em;
	line-height: 1.1em;
	text-align: center;
}

.ProductList a {
	text-decoration: none;
}

.ProductList .ProductImage {
	margin: 0 0 3px 0;
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
}

.ProductList p {
	margin: 5px 0 5px 5px;
}

.ProductList strong, .ProductList strong a {
	color: #075899;
	clear: both;
	float: left;
	width: 100%;

}

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

.Right .ProductPrice {
	position:absolute;
	right:0;
}

.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
}

.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: center;
}

.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
	display: none;
}

.Left .ProductList li, .Right .ProductList li {
	clear: both;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding: 3px 0 5px 0;
	color: #000000;
	float: left;
	width:100%;
	border-bottom: 1px solid #fff;
	position: relative;
}

.subtotal {
	text-align: right;
	clear: both;
	font-size: 10px;
	padding-top: 10px;
}

.Right .CheckoutLink {
	padding-left: 20px;
}

.Right .ViewCartLink {
	padding-right: 20px;
	padding-left: 22px;
}

#ProductReviews ul,
#ProductReviews ol {
	margin: 0;
}

	#ProductReviews li {
	list-style-image:none;
	list-style:none;
}

.ProductDescriptionContainer {
	font-size: 13px;
}

/* Top Seller Block Specific */

.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber {


/* Contains the number of the item */ float: left;
	width: 20px;
	font-size: 1.2em;
	padding: 6px 0 3px 6px;
}

.Left .TopSellers .ProductDetails, .Right .TopSellers .ProductDetails {


/* Contains the details of the item */ margin-left: 24px;
	width: 110px;
	padding: 3px 0 3px 0;
}

.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 {


/* No1 seller box */ clear: both;
	float: left;
	width: 128px;
	margin: 10px 0 5px 0;
	padding: 5px;
	overflow: visible;
	display: inline;
}

.Left .TopSellers li.TopSeller1 img, .Right .TopSellers li.TopSeller1 img {
	text-align: center;
	overflow: hidden;
}

.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
	width: 44px;
	height: 34px;
	font-size: 2em;
	padding: 7px 0 6px 0;
	margin: -20px 0 0 0;
	text-align: center;
	display: Block;
}

.Left .TopSellers li.TopSeller1 .ProductDetails, .Right .TopSellers li.TopSeller1 .ProductDetails {
	margin-left: 0;
}

.Left .TopSellers li.TopSeller1 .ProductImage, .Right .TopSellers li.TopSeller1 .ProductImage {
	width: 130px;
	display: inline;
	text-align: center;
	overflow: hidden;
}

.Content .TopSellers li .TopSellerNumber {
	display: none;
}

/* Page Breadcrumbs */

.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Breadcrumb {
	background: #DDECC4 none repeat scroll 0 0;
	color: #578E44;
	font-size: 10px;
	margin: -7px -15px 12px;
	padding: 3px 0 5px 10px;
}

.Breadcrumb li {
	display: inline;
}

.Breadcrumb li a {
	padding-right: 8px;
	margin-right: 5px;
	background: url('../images/BreadcrumbSep.gif') no-repeat right;
	color: #578E44;
}

.FindByCategory ul, .FindByCategory li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.FindByCategory li {
	padding-left: 12px;
	background: url('../images/BreadcrumbSep.gif') no-repeat 5px;
	padding-right: 8px;
	display: inline;
}

/* Miscellaneous Definitions */

.Meta {
	color: #444;
	font-size: 0.93em;
}

.Left .FeedLink, .Right .FeedLink {
	padding-right: 5px;
}

.Content .FeedLink {
	margin-top: 4px;
}

.FloatRight {
	float: right;
}

.FloatLeft {
	float: left;
}

.ClearRight {
	clear: right;
}

.ClearLeft {
	clear: left;
}

.SortBox {
	font-size: 0.95em;
	color: #444;
}

.CompareButton {
	clear: both;
	text-align: right;
	margin-top: 12px;
	padding: 4px;
}

.Clear {
	clear: both;

}


br.Clear {line-height:0;}

.Field45 {
	width: 45px;
}

.Field100 {
	width: 100px;
}

.Field150 {
	width: 150px;
}

.Field200 {
	width: 200px;
}

.Field250 {
	width: 250px;
}

.Field300 {
	width: 300px;
}

.Field350 {
	width: 350px;
}

.Field400 {
	width: 400px;
}

.MB10 {
	margin-bottom: 10px;
}

.MT0 {
	margin-top: 0px;
}

.LH140 {
	line-height: 140%;
}

.PLRB5 {
	padding: 0px 5px 5px 5px;
}

.PLR10 {
	padding: 0px 10px 0px 10px;
}

.PL20 {
	padding: 0px 0px 0px 20px;
}

.PL40 {
	padding: 0px 0px 0px 40px;
}

.ML20 {
	margin: 0px 0px 0px 20px;
}

.MT10 {
	margin-top: 10px;
}

.PL10 {
	padding-left: 10px;
}

.PB2 {
	padding-bottom: 2px;
}

.NoMarginBottom {
	margin-bottom: 0;
}

.Required {
	color: red;
	font-weight: bold;
}

.InfoMessage {
	padding: 8px 0;
	margin-bottom: 10px;
}

.SuccessMessage {
	padding: 8px 0;
	margin-bottom: 10px;
}

.ErrorMessage {
	padding: 8px 0;
	margin-bottom: 10px;
	color: #7c290d;
	font-size: 11px;
}

/************* Page Specific: Create Account / Login Page *************/

.CreateAccount {
	float: left;
	width: 250px;
	padding-right: 20px;
}

.AccountLogin {
	background: #F8F5E5 none repeat scroll 0 0;
	border: 1px solid #EAE6D2;
	float: right;
	padding: 5px 15px;
	width: 300px;
}

.AccountLogin h2 {
	color: #3f9acf;
}

.AccountLogin input {
	width: 150px;
}

.LoginForm h2 {
	font-size: 16px;
}

ul.ShippingAddressList, ul.ShippingAddressList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ShippingAddressList li {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.PrimaryProductDetails .ProductThumb {
	float: left;
	text-align: center;
}

.PrimaryProductDetails .ProductMain {
	width: 260px;
	float: right;
}

	.PrimaryProductDetails .ProductMain input {
		border: none;
}
}
.PrimaryProductDetails dl {
	font-size: 0.90em;
}

.PrimaryProductDetails dt {
	font-weight: bold;
	width: 40px;
	clear: left;
}

.PrimaryProductDetails dd {
	margin-left: 40px;
}

.Right hr {
	margin: 5px 0 0;
}

.Content h3 {
	margin-bottom: 5px;
	font-size: 14px;
	color: #768a54;
	text-transform: uppercase;
}

.ComparisonCheckbox {
	float: left;
}

.SideRecentlyViewed .CompareButton {
	margin: 10px 0 0 0;
	padding: 0;
}

.SideRecentlyViewed .ProductList li {
	margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
	margin-left: 20px;
}

/* Product Comparisons */

.ComparisonTable {
	width: 100%;
}

.ComparisonTable td {
	vertical-align: top;
	font-size: 11px
}

.CompareFieldName {
	width: 95px;
	padding: 8px 10px 8px 15px;
}

.CompareFieldTop {
	padding: 5px;
	text-align: center;
}

.CompareFieldTop a {
	text-decoration: none;
	font-size: 10px;
}

.CompareFieldTop a:hover {
	text-decoration: underline;
}

.CompareLeft {
	padding: 5px 10px 5px 10px;
}

.CompareCenter {
	text-align: center;
	padding: 5px;
}

.CompareRating {
	text-align: center;
	padding-top: 8px;
	vertical-align: middle;
}

.CompareProductOption {
	margin-left: 20px;
	padding-left: 5px;
}

.Availability {
	color: gray;
}

.LittleNote {
	color: gray;
	font-size: 9px;
}

.ViewCartLink {
	padding-top: 4px;
	padding-bottom: 8px;
}

.CheckoutLink {
	
}

/* General Tables */

table.General, table.CartContents, table.General {
	width: 100%;
	margin: 10px 0;
}

table.General thead tr th, table.CartContents thead tr th {
	padding: 6px 10px;
	text-align: left;
}

table.General tbody td, table.CartContents tbody td {
	padding: 6px 10px;
	vertical-align: top;
}

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

/* Cart Contents Table */

.CartContents tbody td {
	border-bottom: 0;
	font-size: 11px;
}

.CartContents .ProductName a {
	font-weight: bold;
}

.CartContents tbody .SubTotal td {
	text-align: right;
	font-weight: bold;
}

.CartContents img {
	width: 50px;
}
.ProceedToCheckout {
	text-align: right;
}

.Content .FloatLeft input {

}

.Content .ProceedToCheckout {
	width: 200px;
	float: right;
}

.ProceedToCheckout a {
	padding-top: 5px;
}

.ProductOptionList, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ProductOptionList {
	margin-top: 5px;
	margin-bottom: 10px;
}

.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 2px;
	list-style-image: none;
}

.ProductOptionList input {
	vertical-align: middle;
}

.MiniCart .SubTotal {
	text-align: center;
	font-size: 115%;
	color: #075899;
}

.MiniCart .CartProductOptionList {
	display: block;
}

.JustAddedProduct {
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

.JustAddedProduct strong, .JustAddedProduct a {
	font-weight: bold;
	font-size: 1.02em;
	display: block;
	margin-bottom: 3px;
}

.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.CategoryPagination {
	padding: 5px;
	text-align: center;
}

.CategoryPagination .PagingList li {
	display: inline;
	padding: 0 5px;
}

/* Quick Search */

.QuickSearch {
	margin: 0;
	padding: 0;
	text-align: left;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #BFBFBF;
}

.QuickSearchTitle td, .QuickSearchAllResults td {
	font-weight: bold;
	padding: 4px;
	font-size: 11px;
}

.QuickSearchResult td {
	font-size: 11px;
	padding: 8px 0px 8px 8px;
	cursor: pointer;
}

.QuickSearchResultImage {
	margin-left: 4px;
	margin-right: 10px;
	text-align: center;
}

.QuickSearchResultNoImage {
	padding-top: 10px;
	color: #777;
}

.QuickSearchResultName {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
}

.QuickSearchResult .Price {
	font-size: 11px;
}

.QuickSearchHover td {
	background: #E8F4F8;
}

.QuickSearchHover a {
	text-decoration: underline;
	font-weight: bold;
}

.QuickSearchAllResults {
	text-indent: -7000px;
}

.QuickSearchAllResults a {
	text-decoration: underline;
	height: 25px;
	display: block;
	background: url('../images/blue/QuickSearchAllResultsButton.gif') no-repeat right;
}

.QuickSearchAllResults a:active, .QuickSearchAllResults a {
	outline: none;
	-moz-outline-style: none;
}

/* Brand Tag Clouds */

.BrandCloud .smallest {
	font-size: 12px;
}

.BrandCloud .small {
	font-size: 15px;
}

.BrandCloud .medium {
	font-size: 18px;
}

.BrandCloud .large {
	font-size: 20px;
}

.BrandCloud .largest {
	font-size: 26px;
}

.BrandCloud a {
	padding-right: 5px;
}

.DownloadExpires {
	padding-top: 3px;
	font-style: italic;
	color: gray;
}

.DownloadExpiresToday {
	color: red;
}

.CheckoutRedeemCoupon h4 {
	margin-top: 0;
}

.CheckoutRedeemCoupon p {
	margin-top: 10px;
	margin-bottom: 0;
}

.BillingDetails {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 15px;
}

.ShippingDetails {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}

.ProductDetailsGrid dt {
	width: 70px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
}

.ProductDetailsGrid dd {
	margin-left: 70px;
	margin-bottom: 6px;
}

.SubCategoryList {
	padding: 4px;
}

.SubCategoryList ul, .SubCategoryList li {
	list-style: none;
	margin-left: 0;
}

.SubCategoryList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../images/SubCategory.gif') no-repeat 3px 1px;
}

.SearchTips .Examples {
	background: lightyellow;
	padding: 8px;
	border: 1px solid #aaa;
	color: #555;
	margin-left: 30px;
	margin-bottom: 10px;
}

.PrimaryProductDetails .ProductThumb p {
	margin-top: 10px;
	font-size: 0.9em;
}

.ProductReviewList {
	clear: both;
}

.SortBox select {
	font-size: 0.9em;
}

.SortBox option {
	color: #444;
}

.YourAccount li {
	margin-bottom: 8px;
}

.SoldOut {
	color: #999;
}

.RemoveFromWishlistForm {
	margin: 5px;
}

.Content .WishlistProductList li {
	height: 20em;
}

.ShippingProviderList {
	list-style: none;
}

	.ShippingProviderList li {
	list-style: none;
}

small {
	font-size: 11px;
	color: gray;
}

.HowToPay {
	margin-bottom: 10px;
}

.ProductList .Rating {
	display:block;
	
}

.ProductOptionList {
	display: block;
}

.GoogleCheckout p, .PayPalExpressCheckout p, .AlternativeCheckout p {
	margin: 0;
	font-size: 90%;
}

.GoogleCheckout, .PayPalExpressCheckout, .AlternativeCheckout {
	text-align: center;
	margin-bottom: 10px;
	width: 200px;
}

.KeepShopping {
	width: 180px;
	clear: both;
	text-align: right;
}

/** Top Right Locale Chooser (list of flags) **/

#TopMenu li.Flag {
	float: right;
}

#TopMenu li.Flag div {
	border: 0;
}

#TopMenu li.Flag img {
	margin: 3px;
}

#TopMenu li.Flag img.Last {
	margin-right: 0px;
}

#TopMenu li.Flag img.Selected {
	border: 2px solid #ffffaa;
	margin: 1px 3px;
}

/** Currency Selector **/

.CurrencyList dl {
	margin: 0;
	padding: 0;
}

.CurrencyList dd {
	padding: 0px;
	margin: 0px;
	border: 1px solid #EDECEC;
	background-color: #F9F9F9;
	clear: both;
}

.CurrencyList a {
	padding: 0 3px 0 5px;
	display: block;
	line-height: 1.8;
	text-decoration: none;
	font-size: 11px;
}

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

.CurrencyList a:hover .Text {
	text-decoration: underline;
}

.CurrencyList a .Flag {
	margin-top: 4px;
	display: block;
	float: left;
	width: 24px;
	padding-right: 2px;
	vertical-align: middle;
}

.CurrencyList a .Text {
	display: block;
	padding-left: 24px;
}

.PrimaryProductDetails .YouSave {
	font-weight: bold;
	margin-top: 3px;
	display: block;
}

/* Shipping Estimation on Cart Contents Page */

.EstimateShipping {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
	width: 320px;
	padding: 7px;
	float: right;
}

.EstimateShipping dt {
	width: 100px;
	float: left;
	margin-bottom: 8px;
	clear: left;
}

.EstimateShipping dd {
	margin-bottom: 8px;
	font-weight: normal;
	text-align: left;
	margin-left: 114px;
}

.EstimateShipping p.Submit {
	margin-top: 10px;
	margin-bottom: 3px;
}

.EstimateShipping label {
	display: block;
	margin-bottom: 5px;
}

.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}

.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}

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

/* Express Checkout */

.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
}

.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}

.ExpressCheckoutBlock {
	padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	width: 300px;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}

.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
}

.ExpressCheckoutCompletedContent {
	position: absolute;
	left: 250px;
}

.LoadingIndicator {
	margin-left: 10px;
}

.LoadingIndicator img {
	vertical-align: middle;
	margin-right: 10px;
}

#TopMenu li.HeaderLiveChat {
	float: right;
}

#TopMenu li.HeaderLiveChat div {
	border-left: 0;
}

.HeaderLiveChat img {
	vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
	margin-left: 25px;
}

.SubCategoryListGrid {
	padding: 4px;
}

.SubCategoryListGrid ul, .SubCategoryListGrid li {
	list-style: none;
	margin-left: 0;
}

.SubCategoryListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}

.SubCategoryListGrid ol {
	clear: both;
}

.SubBrandList {
	padding: 4px;
}

.SubBrandList ul, .SubBrandList li {
	list-style: none;
	margin-left: 0;
}

.SubBrandList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../images/SubBrand.gif') no-repeat 3px 1px;
}

.SubBrandListGrid {
	padding: 4px;
}

.SubBrandListGrid ul, .SubBrandListGrid li {
	list-style: none;
	margin-left: 0;
}

.SubBrandListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}

.SubBrandListGrid ol {
	clear: both;
}

.ProductAddToCart dt {
	float: left;
	font-weight: bold;
	width: 60px;
	margin-bottom: 4px;
}

.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required {
	width: 8px;
}

.ProductAddToCart dd {
	margin-left: 70px;
	margin-bottom: 4px;
}

.ProductAddToCart input.Textbox, #CartEditProductFieldsForm input.Textbox {
	width: 181px;
}

.ProductAddToCart textarea, #CartEditProductFieldsForm textarea {
	width: 183px;
	height: 50px;
}

.ProductFields dd {
	margin-bottom: 4px;
}

.ProductFields {
	margin-bottom: 15px;
}

.ProductFields input.Textbox {
	width: 100%;
}

.ProductFields TextArea {
	width: 100%;
}

.CartContents .CartProductFieldsLink {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
}

.CartContents .CartProductFieldsRow {
	border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
	margin-top: 15px;
}

p.QuantityInput, p.AddCartButton {
	text-align: center;
}

.ProductAddToCart dt.QuantityInput {
	margin-top: 4px;
}

.ProductAddToCart dd.AddCartButton span {
	margin-top: 4px;
	padding-right: 5px;
}

.ProductActionAdd {
	display: block;
	margin-top: 5px;
}

.ProductActionAdd a, .ProductActionAdd strong a {
	text-decoration: underline;
}

.TagList {
	margin-top: 20px;
}

.CartThumb {
	width: 1px;
}

.WrappingOptions {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
	line-height: 1.6;
}

.ViewAllLink a {
	padding-top: 10px;
	display: block;
}

.SelectGiftWrapMultiple {
	max-height: 400px;
}

/* Tabbed Navigation */

.TabNav, .TabNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.TabNav {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 6px 4px 6px 4px;
}

.TabNav li {
	display: inline;
}

.TabNav li a {
	position: relative;
	top: 2px;
	font-size: 12px;
	padding: 4px 8px;
	margin-right: 6px;
	margin-top: 3px;
	text-decoration: none;
}

.TabNav li a:hover {
	text-decoration: none;
}

.TabNav li.Active a {
	margin-top: 0px;
	padding-top: 7px;
	font-weight: bold;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount {
	display: inline-block;
	float: right;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
	padding-left: 4px;
}

#VendorLogo .BlockContent, #VendorPhoto .BlockContent {
	margin: 0;
	text-align: center;
}
