/* Color: White */

body {
	background: #000;
	color: #b0b0b0;
	background-image: url(../images/menu_tile.png);
	background-repeat: repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#Wrapper {
	clear: both;
	width: 980px;
	margin: 0px;
}
a {
	color: #b0b0b0;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #b0b0b0;
	text-decoration: none !important;
}
.Textbox, select, textarea {
	border: 2px solid #333;
	background: -moz-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,51,51,0.65)), color-stop(100%, rgba(51,51,51,0.5)));
	background: -webkit-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: -o-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: linear-gradient(to bottom, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6333333', endColorstr='#80333333', GradientType=0 );
	color: #CCC;
	font-size: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-radius: 2px;
}
.Content h3, h3 {
	margin-bottom: 5px;
	background: -moz-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,51,51,0.65)), color-stop(100%, rgba(51,51,51,0.5)));
	background: -webkit-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: -o-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: linear-gradient(to bottom, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6333333', endColorstr='#80333333', GradientType=0 );
	padding: 10px 15px !important;
}
h1.title {
	float: left;
}
.header-wrapper {
	border-top: 2px solid #333; /* this is the white line above category title */
	width: 100%;
}
.Breadcrumb, #CategoryPagingTop {
}
#CategoryHeading, #CategoryPagingTop {
	margin: 0;
	padding: 0;
}
#CategoryPagingTop {
	padding-bottom: 10px;
	margin-top: -55px
}
#Wrapper .Breadcrumb {
	border-top: none;
	-webkit-text-size-adjust: none;
}
#TopMenu li.CartLink {
	background: url(../../../template/images/white/CartSmall.gif) 100% 50% no-repeat;
	padding-right: 16px;
}
#TopMenu li a {
	color: #b0b0b0;
	text-decoration: none;
}
#TopMenu li div {
	color: #b0b0b0;
	text-decoration: none;
}
#TopMenu li a:hover {
	color: #9a9a9a;
	text-decoration: underline;
}
.slide-show {
	width: 980px;
	border-top: 2px solid #333;
}
#SearchForm form {
}
#SearchForm input:focus {
	color: #fff;
}
#SearchForm .Button {
	width: 22px;
	height: 22px;
	background: transparent;
	vertical-align: top;
	margin: 0px 0 0 5px;
	border: 0px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33ffffff', GradientType=0 ); /* IE6-9 */
	border-radius: 2px
}
div.categoryPicker {
	border: 1px solid #222 !important;
	padding-left: 10px;
	padding-bottom: 8px;
}
#HeaderLower {
	border-top: 0px solid #fff;
}
#SideCategoryList li, #SideCategoryList .sf-menu li {
	text-transform: uppercase;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#SideCategoryList li ul, #SideCategoryList .sf-menu li ul {
	border: 1px solid #333;
	background: #222; /* Not */
}
#SideCategoryList > li > ul:before, #SideCategoryList .sf-menu > li > ul:before {
	width: 0;
	height: 0;
	border-left: 5px solid rgba(248, 248, 248, 0);
	border-right: 5px solid rgba(248, 248, 248, 0);
	border-bottom: 5px solid #f2f2f2;
}
#SideCategoryList li li, #SideCategoryList .sf-menu li li {
	background-image: none;
	border-bottom: 1px solid #ebebeb;
}
#SideCategoryList li li:last-child, #SideCategoryList .sf-menu li li:last-child {
	border: 0;
}
#SideNewProducts img {
	border: 2px solid #333;
}
.order-number {
	font-size: 1.4em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.hero_slider .Block div {
	border-bottom: 4px solid #fff;
}
.hero_slider .Block div div {
	border: 0;
}
.hero div .text h1, .hero div .text h2, .hero div .text h3, .hero div .text p, .hero div .text a {
	color: #fff;
	text-shadow: none;
}
.hero div .text.white * { /* Reverse text colour */
	color: #fff !important;
	text-shadow: 1px 1px 2px #000 !important;
}
.Block.banner_home_page_bottom div .text.text-light *, .Block.banner_category_page_bottom div .text.text-light *, .Block.banner_brand_page_bottom div .text.text-light *, .Block.banner_search_page_bottom div .text.text-light * { /* Reverse text colour */
	color: #fff !important;
	text-shadow: 1px 1px 2px #000 !important;
}
a.btn_link { /* All boxed links within banners */
	color: #fff !important;
	background: #444;
	text-decoration: none;
	padding: 2px 10px 2px 10px !important;
}
a.btn_link:hover {
	text-decoration: underline;
}
.ToggleSearchFormLink.btn a:hover {
	color: #000;
}
.plain.btn {
	background: #444 !important;
	text-transform: capitalize !important;
	font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
}
.plain.btn:hover {
	text-decoration: underline !important;
}
.AccountMenu h2 {
	font: bold 13px/1.3 'Helvetica Neue', sans-serif;
}
.Right li {
	border-bottom: 2px solid #333;
}
.Right .ProductList li {
	border: none;
	margin-bottom: 10px;
}
#FooterUpper {
	border-top: 2px solid #333;
}
#Footer {
	border-top: 2px solid #333;
	-webkit-text-size-adjust: 100%;
}
#Footer p {
	color: #6e6e6e;
}
#Footer a {
	color: #6e6e6e;
}
.NewsletterSubscription input {
	border: 2px solid #333;
	color: #b0b0b0 !important;
	height: 18px;
	float: left;
	width: 218px;
	padding: 3px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33ffffff', GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
}
#SearchForm input {
	text-transform: uppercase;
	padding: 2px 3px 2px 3px;
	border: 2px solid #333;
	color: #b0b0b0 !important;
	height: 18px;
	float: left;
	width: 145px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33ffffff', GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
}
.NewsletterSubscription input:focus {
	color: #fff;
}
.NewsletterSubscription .Button {
	border: 0;
}
.Content .ProductList .ProductImage {
	background: #000;
	border: 1px solid #333;
}
.Content .ProductList li:hover .ProductImage {
	background-color: #000;
	border: 1px solid #333;
}
.ProductPrice, .ProductList em {
}
.ProductList li .ProductCompareButton {
	color: #222;
}
.ProductList .Rating {
	color: #9a9a9a;
}
.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	display: none;
}
.Breadcrumb {
	color: #b0b0b0;
}
.Breadcrumb a {
	color: #b0b0b0;
}
.Breadcrumb a:hover {
	color: #9a9a9a;
}
.CompareItem {
	width: 200px;
	border-left: solid 1px #dcdcdc;
}
.CompareFieldName {
	font-weight: bold;
	border-bottom: 2px solid #333;
}
.CompareFieldTop {
	border-bottom: solid 1px #dcdcdc;
}
.CompareFieldTop a:hover {
	color: #4e4e4e;
}
.CompareCenter {
	border-left: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
}
.CompareLeft {
	border-left: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
}
.CartCode {
	border-top: 2px solid #333;
}
.ViewCartLink {
	background: url('../../ParallelLight/images/white/Cart.gif') no-repeat 0 50%;
}
table.CartContents, table.General {
	border: 0;
}
table.CartContents th, table.General th {
	text-transform: uppercase;
	border-bottom: 0 none;
	padding: 20px 23px;
	text-align: left;
	color: #CCC;
	font-size: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-radius: 2px;
	background: -moz-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,51,51,0.65)), color-stop(100%, rgba(51,51,51,0.5)));
	background: -webkit-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: -o-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: linear-gradient(to bottom, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6333333', endColorstr='#80333333', GradientType=0 );
}
.CartContents td {
	padding: 20px 23px;
	border-bottom: 2px solid #333;
}
.CartContents tfoot .SubTotal.First td {
	border-top: 0;
}
.CartContents tfoot .SubTotal td {
	border-top: 2px solid #333;
	border-bottom: 0;
	color: #CCC;
}
.CartContents tfoot .GrandTotal td {
	color: #CCC;
}
.productAttributes td {
	border: 0;
}
.productAttributes span {
	font-weight: normal;
	position: relative;
	top: 2px;
}
.productAttributes label {
	font-weight: normal;
	position: relative;
	top: 1px;
	left: -2px;
	text-transform: uppercase;
}
/* Wish List Form
....................................................................... */
.header .actions .btn {
	font-size: 13px !important;
	padding: 4px 12px !important;
	margin-left: 20px;
}
#wishlistsform .action .edit a {
	background: url(/templates/Classic/images/edit.png) transparent left top no-repeat;
}
#wishlistsform .action .delete a {
	background: url(/templates/Classic/images/trash.png) transparent left top no-repeat;
}
#wishlistsform .action .share a {
	background: url(/templates/Classic/images/share.png) transparent left top no-repeat;
}
/*....................................................................... */
#CartHeader {
	border-top: 2px solid #333;
}
.JustAddedProduct {
	border: 2px solid #333;
	background: #fff;
}
.JustAddedProduct strong, .JustAddedProduct a {
	text-decoration: none;
}
.JustAddedProduct a:hover {
	text-decoration: underline;
}
.CategoryPagination a {
	color: #606060;
	display: block;
	padding: 0 3px 3px;
	background-repeat: no-repeat;
}
.CategoryPagination li.ActivePage {
	background: #666;
	border-radius: 2px;
}
.CategoryPagination li:hover {
	border-bottom: 1px solid #dedede;
}
.CategoryPagination li.ActivePage:hover {
	border-bottom: 0;
}
.CheckoutRedeemCoupon {
	padding: 10px;
	width: 300px;
	margin-bottom: 10px;
}
.SubCategoryList, .SubBrandList {
/* background: #222; This is the background color for the Category breadcrumb */
}
.Message {
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	background-position: 12px 11px;
	background-repeat: no-repeat;
}
.Message a {
	text-decoration: underline;
}
/*
.InfoMessage, {
    background-color: #444;
    background-image: url('../../Classic/images/white/InfoIcon.png');
    border-color: #d9f1f1;
	font-color: #000;

} 

*/

.InfoMessage {
	color: #b0b0b0;
	padding-left: 15px;
}
.NotifyMessage {
	background-color: #444;
	border-color: #d9f1f1;
	font-color: #000;
}
.SpecificInfoMessage {
	color: #000;
	background-color: #f4f4f4;
}
.SuccessMessage {
	color: #0C6;
	padding-left: 10px;
}
.ErrorMessage {
	background-color: #fbe9e7;
	border-color: #f5d8d4;
	margin: 15px;
	padding: 10px;
}
.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
	background: #f4f4f4;
}
.QuickSearch {
	border: 2px solid #333;
	margin-top: 15px;
	margin-left: -16px;
}
.QuickSearch:before {
	content: "";
	height: 10px;
	width: 19px;
	background-image: url('../../Classic/images/white/up-arrow.png');
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	left: 55px;
}
td.QuickSearchResultMeta {
	padding-right: 20px;
}
.QuickSearchHover td {
	background: #f4f4f4;
}
.QuickSearchAllResults a {
	background: url('../../Classic/images/white/QuickSearchAllResultsButton.png') no-repeat right;
}
.QuickSearchResult .Price {
	color: #4e4e4e;
}
#CreateAccountForm {
	border-top: 2px solid #333;
}
#CreateAccountForm h3 {
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
.SearchTips .Examples {
	background: #f4f4f4;
}
hr {
	border-top: 2px solid #333;
}
.Right hr {
	background: transparent;
	border: 0;
}
.MiniCart .SubTotal {
	color: #ffffff;
}
/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	background: #444;
	border-radius: 5px;
}
/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	color: #CCC;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	color: #CCC;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #CCC;
}
/* Tabbed Navigation */
.TabNav {
	border-bottom: 1px solid #dedede;
	display: none;
}
.TabNav li a {
	border: 1px solid #dedede;
	background: #bababa;
	color: #fff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.TabNav li a:hover {
	text-decoration: underline;
}
.TabNav li.Active a {
	border-bottom: 1px solid #dedede;
	background: #f0f0f0;
}
/* Product Videos */

.currentVideo {
	background-color: #e7e7e7;
}
.videoRow:hover {
	background-color: #efefef;
}
.CartContents .ItemShipping th {
	border-bottom-color: #dcdcdc;
	border-top-color: #dcdcdc;
	background: #f4f4f4;
	color: #2f2f2f;
}
/* start fast cart styles */
#fastCartContainer {
	font-size: 13px;
	color: #fff;
}
.fastCartContent h2 {
	background-color: transparent;
}
.fastCartContent h3 {
	background-color: transparent;
}
.fastCartThumb {
	border: 1px solid #e5e5e5;
	padding: 5px;
}
.fastCartSummaryBox {
	background-color: #f4f4f4;
}
.fastCartSummaryBox a:hover {
	text-decoration: underline;
}
.fastCartSummaryBox .subtotal {
	border-color: #fff;
}
.fastCartSummaryBox .ProductPrice {
	border-color: #fff;
}
.fastCartContent .fastCartTop a, .fastCartContent .ProductList .ProductDetails a {
	color: #010101;
}
.fastCartContent .ProductPrice, .fastCartContent .ProductList em {
	color: #fff;
}
.fastCartContent .Quantity {
	color: #606060;
}
.fastCartContent p {
	color: #444444;
}
.fastCartContent .ProductList li {
	background-color: #FFF;
}
.fastCartBottom h3 {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
/* end fast cart styles */


/* Modal */
#ModalContainer {
	border-color: #fff;
}
#QuickViewImage, #QuickViewProductDetails {
	border-color: #f4f4f4 !important;
}
#QuickViewProductDetails td, #QuickViewProductDetails .productAttributeRow, .DetailRow {
	border-color: #e7e7e7;
}
.SubCategoryListGrid {
	border-bottom: 2px solid #333;
}
#AjaxLoading, .OrderItemMessage, .CurrencyList a.Sel, .SharePublicWishList {
	background: #f4f4f4;
}
#socnet {
	border-top: 2px solid #333;
}
#socnet .icon-social-theme {
	background-image: url('http://www.dogstonelondon.com/template/images/sprite-social.png');
}
.ProductTinyImageList li {
	border: none !important;
}
.TinyOuterDiv {
	border: none !important;
}
.TinyOuterDiv img {
	border: 2px solid #333;
}
#prodAccordion .Block h2 {
	border-top: 2px solid #333;
	background: url(../../Classic/images/white/accordion_open.gif) 100% 50% no-repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#prodAccordion .Block.current h2 {
	background: url(../../Classic/images/white/accordion_close.gif) 100% 50% no-repeat;
}
#prodAccordion .Block:last-child {
	border-bottom: 2px solid #333;
}
.prodAccordionContent {
/* border-top: 2px solid #333; */
}
#TopMenu .phoneIcon {
	background: url('../../Classic/images/white/phoneIcon.png') no-repeat 0 2px;
	padding-left: 13px;
	border-right: 1px solid;
}
/* For the currency chooser */
#HeaderLower {
	position: relative;
}
#currency-chooser {
	float: right;
	clear: both;
	margin-top: 25px;
	font-size: 11px;
}
#currency-chooser .currency-info {
	float: left;
	margin-right: 5px;
	color: #b8b8b8;
}
#change-currency {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
	float: left;
}
#currency-chooser .currencies {
	background: #f8f8f8;
	display: none;
	margin-top: 30px;
	padding: 10px;
	position: absolute;
	right: 0px;
	z-index: 10;
	width: 168px;
}
#currency-chooser .currencies:before {
	width: 0;
	height: 0;
	border-left: 15px solid rgba(248, 248, 248, 0);
	border-right: 15px solid rgba(248, 248, 248, 0);
	border-bottom: 15px solid #f8f8f8;
}
#currency-chooser .currencies dd {
	background: transparent;
	border: #ededed solid 1px;
}
#currency-chooser .currencies dd a {
	background: transparent;
	border: none;
	padding: 5px;
}
#currency-chooser .currencies dd a.Sel {
	background: #fff;
}
.ProductPriceWrap {
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
.PrimaryProductDetails {
	border-top: 2px solid #333;
}
.PrimaryProductDetails .ProductThumbWrap {
	float: left;
}
.PrimaryProductDetails .zoomPad img {
	border: 2px solid #333;
}
/* Gift Certificate
....................................................................... */
#SideAccountMenu li, #GiftCertificatesMenu li {
	background: url('../../Classic/images/white/Arrow.gif') no-repeat 0 6px;
}
.Block.YourAccount p {
	line-height: 2.8ex;
}
/* Form fields */
select.field-xlarge {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.3)), color-stop(100%, rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#4dffffff', GradientType=0 ); /* IE6-9 */
	margin-top: 3px;
	height: 30px;
	width: 274px;
	font-size: 12px;
}
.Required {
	color: purple;
	font-weight: bold;
	font-family: arial;
	font-size: 15px;
	vertical-align: middle;
}
.HorizontalFormContainer dt {
	line-height: 25px;
	vertical-align: middle;
	padding: 0;
}
.AccountOrdersList {
	list-style: none;
	margin: 0;
}
.AccountOrdersList > li {
	margin-top: 20px;
}
#addToCartButton {
}
#quantityAdd {
	text-align: left;
	width: 150px;
	float: left;
}
.bigContainer {
	width: 250px;
	float: left;
	display: block;
}
.bigContainer {
	width: 270px;
	float: left;
	display: block;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
}
.bigContainerX {
	width: 250px;
	float: left;
	display: block;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 12px;
}
.labelXX {
	padding: 5px 0px 0px 1px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	text-transform: uppercase;
	height: 20px;
	float: left;
	width: 99px;
	clear: left;
	color: #999 !important;
}
#ringSizeX {
	float: left;
	width: 150px;
	color: #999 !important;
}
.labelX {
	padding: 5px 0px 0px 1px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	text-transform: uppercase;
	height: 20px;
	float: left;
	width: 119px;
	clear: left;
}
#ringSize {
	float: left;
	width: 150px;
}
.bigContainer p {
	line-height: 1.3;
	padding-right: 20px;
	padding-bottom: 20px;
}
.socialMedia {
	height: 92px;
}
.bigContainerI {
	width: 250px;
	float: left;
	display: block;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 12px;
	clear: left;
	padding: 0px 10px 6px 0px;
	text-transform: uppercase;
	clear: left;
}
.bigContainerII {
	width: 270px;
	float: right;
	display: block;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 12px;
	padding: 0px 0px 6px 0px;
	text-transform: uppercase;
	clear: right;
}
.bigContainerIII {
	width: 100%;
	display: block;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 12px;
}
.bigContainerIIII {
	width: 100%;
	display: block;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0px 5px 0px;
}
.bigContainerIV {
	width: 100%;
	display: block;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 0px;
}
.prodAccordionContent {
	padding: 10px 0 0 0;
	display: none;
}
.prodAccordionContent p {
	margin-top: 0px;
}
.namiX {
	width: 980px;
	clear: both;
	height: 100%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
nami a:visited {
	color: #b0b0b0;
}
#menuUnit {
}
#collection {
	float: left;
	padding: 10px 15px 10px 15px;
	display: block;
}
#remainingMenu {
	padding: 10px 10px 10px 5px;
	display: block;
}
#secondRow {
	display: none;
	color: #FFF;
	clear: both;
	padding: 0px 15px 13px 15px;
}
#secondRow a, #secondRow a:visited {
	color: #666;
}
#secondRow a:hover, .namiX a:hover {
	color: #555;
}
.menuUnit {
	display: inline;
	padding: 0px 10px 0px 0px;
}
#prodVideoX {
	width: 950px;
	padding: 45px 15px 15px 15px;
}
#CreateAccountForm {
	border-top: 2px solid #333;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
	width: 980px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#CreateAccountForm h3 {
	padding: 10px 0 10px 15px;
	font-size: 20px;
}
#CreateAccountForm h2 {
	padding: 10px 0px 10px 15px !important;
	margin: 0px !important;
}
.pusher {
	padding: 10px 0px 15px 15px;
}
.CreateAccountIntro {
	margin-bottom: 5px;
}
/* Top Search Form */
#SearchForm {
	float: right;
	width: 190px;
	margin: 0;
	padding: 5px 15px 0 0;
	display: inline;
	position: relative;
}
#SearchForm form {
	padding: 0;
	margin: 0;
}
#SearchForm label {
	display: none;
}
#SearchForm p {
	display: none;
	font-size: 14px;
	margin: 5px 0 0 0;
}
#SearchForm a {
	text-decoration: none;
}
#SearchForm a:hover {
	text-decoration: underline;
}
.Field200 {
	width: 200px;
}
.ExpressCheckoutContent input[type="submit"], #bottom_payment_button, .Submit input, .CreateAccount .btn {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #666), color-stop(0.1, #555), color-stop(0.48, #444), color-stop(0.51, #333), color-stop(1, #222) ) !important;
	color: #ccc !important;
	margin: 10px 0px;
}
.Submit input, .ProductList li .ProductActionAdd a, .QuickViewBtn, #bottom_payment_button, .ExpressCheckoutContent input[type="submit"], .btn {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #666), color-stop(0.1, #555), color-stop(0.48, #444), color-stop(0.51, #333), color-stop(1, #222) ) !important;
	color: #ccc !important;
	font-size: 12px !important;
}
.ProductList li .ProductActionAdd a:hover, .btn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #666), color-stop(0.1, #555), color-stop(0.48, #444), color-stop(0.51, #333), color-stop(1, #222) ) !important;
	color: #999 !important;
}
.CreateAccount .btn, #CreateAccountButton, #LoginButton  {
	margin: 0 15px 15px 0 !important;
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	-webkit-border-radius: 2px;
	padding: 8px;
	letter-spacing: -1px;
	float: right;
	text-align: left;
	font-weight: normal;
	border: 1px solid #222;
	color: #CCC;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #666), color-stop(0.1, #555), color-stop(0.48, #444), color-stop(0.51, #333), color-stop(1, #222) );

	text-shadow: 1px 1px 3px #666;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 5px;
}


@-moz-document url-prefix() {
                        .CreateAccount .btn, #CreateAccountButton, #LoginButton  {
	
	background: #444 !important;

						}
                    }
					
					
.CreateAccount, .AccountLogin {
	float: left;
	font-weight: bold;
	width: 430px;
	margin: 20px 15px 20px 15px;
	padding: 10px 15px;
	height: 250px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,51,51,0.65)), color-stop(100%, rgba(51,51,51,0.5)));
	background: -webkit-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: -o-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
	background: linear-gradient(to bottom, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0.5) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6333333', endColorstr='#80333333', GradientType=0 );
	position: relative;
}
.CreateAccount li {
	list-style-image: url(http://www.dogstonelondon.com/template/images/bullet_cross.png);
	position: relative;
	top: 5px;
	padding: 2px 0 0 0;
}
.AccountLogin .Submit .btn, .AccountLogin .Submit a, #LoginButton {
	/*margin: 0 15px 15px 0px;*/
	position: absolute;
	bottom: 0;
	right: 0;
}
.Textbox, select, textarea {
	padding: 5px 0px;
}
#ringSizeX select {
	width: 100% !important
}
table.CartContents thead tr th, table.CartContents tr td {
	padding: 15px 15px;
	vertical-align: middle;
}
.ProductName {
	text-transform: uppercase;
	font-size: 12px;
}
#ForgotPasswordForm {
	height: 500px;
}
.slide-show-render-full .slide-text, .slide-show-render-full .slide-heading {
	text-shadow: 3px 3px 8px #000000;
}
.slide-show-render-full .slide-heading, .slide-show-render-full .slide-text {
	margin-bottom: 30px;
	font-family: pala;
	text-transform: uppercase;
	letter-spacing: -2px;
}



.customButton {
	
}







