@charset "utf-8";
/* CSS Document */


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 12px;
	font-size: 14px;
}
h1 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	color: #856DAB;
}
h2 { color: #999999; }
h3 {
	font-size: 17px;
	color: #AD9EC7;
	margin: 0px;
	padding: 0px;
}
h4 { font-size: 12px; }

sup { font-size:11px; }

#logo {
	color:#67b0b9;
	font-size:27px;
	float:left;
}
#logo b {
	color:#000;
	font-weight:normal;
}
#logo a { color:#67b0b9; }
.logo {
	color:#67b0b9;
	font-size:27px;
	float:left;
}
.logo b {
	color:#000;
	font-weight:normal;
}
.imgWrap {
	float:left;
	text-align:center;
	margin-top: 0px;
	font-size: 11px;
	margin-bottom: 8px;
}
.imgOut {
	border:1px #CCC solid;
	float:left;
	margin-left:4px;
	padding:2px;
}
.caption {
	clear:both;
	margin-bottom: 3px;
}
/*  styling for the tables  */
#hor-minimalist-b {
	line-height: 1.6em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin:0 45px 45px 45px;
	width:90%;
	border-collapse: collapse;
	text-align:left;
}
#hor-minimalist-b th {
	font-size:14px;
	font-weight: bold;
	color: #626262;
	padding: 10px 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A3A3A3;
}
#SubContent2 ol li { margin-left: 35px; }
#hor-minimalist-b td {
	border-bottom: 1px solid #ccc;
	color: #626262;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td { color:black; }

.Special { color:#900; }

.wasAmount { text-decoration: line-through; }
.Price { color:#900 }
.PriceField { padding-left:39px; }
#VeryTop {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#lilNav {
	font-size: 10px;
	width: 340px;
	float: right;
}
.FloatLeft {
	float: left;
	padding-right: 16px;
}
.LeftFloat {
	float: left;
	margin-right: 6px;
	margin-left: 4px;
}
.RightFloat {
	float: right;
	padding-top: 6px;
}
#right { float: right; }
#navigation {
	background-image: url(/images/General/Navigation_Bar.gif);
	height: 36px;
	clear: both;
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-left: 11px;
	padding-top:17px;
}
#navigation a {
	color: #FFFFFF;
	margin-left: 5px;
	margin-right: 3px;
}
#navigation a:hover { color:#574576; }
#index {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
#indexleft {
	width: 380px;
	float: left;
}
#indexright {
	width: 450px;
	float:right;
	padding-right: 30px;
}
#index a { 
	color: black;
	text-decoration:underline;
	color:#4c2a8c;

}
#index a:hover { color: gray; }
#mainContent {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#mainContent a { color: black; }
#mainContent a:hover { color: gray; }
.small { font-size: 12px; }
small { color:#666; }
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#SubMenu {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 15px;
}
#subcat {
	width: 725px;
	padding-right: 13px;
	padding-left: 20px;
	font-size: 12px;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 15px;
}
#subcat img {
	margin-right: 7px;
	margin-left: 7px;
}
#subcat a {
	color: #9783B8;
	font-weight: bold;
}
#subcat a:hover {
	color: #7B63A5;
	text-decoration: underline;
}
img { vertical-align: middle; }
a {
	text-decoration: underline;
	color: #ad9ec7;
}
a:link {
	color: #ad9ec7;
	text-decoration: none;
}
a:hover { color: #8D78B1; }
a:visited { text-decoration: none; }
#footer {
	font-size: 10px;
	color: #000000;
	clear: both;
	margin-top: 15px;
	padding-bottom: 20px;
}
#boxes {
	clear: both;
	word-spacing: 25px;
	padding-top:25px;
}
hr {
	color: #999999;
	width: 100%;
	height: 1px;
}
.input-box {
	color: #666666;
	border: 1px solid #666666;
	background-color: #F2F2F2;
	height: 14px;
	font-size: 11px;
}
.submit-button {
	color: #000000;
	border: 1px solid #666666;
	background-color: #D6D6D6;
	font-size: 11px;
	height: 18px;
	padding-bottom:3px;
}
a.info {
	position:relative;           /*this is the key*/
	z-index:24;
	background-color:white;    /* background colour of display text */
	color:#000000;               /* colour of display text */
	/* border colour */
        text-decoration:none;
}
a.info:hover {
	z-index:25;
	background-color:white;
	background-color:#ffff66;
}
a.info span { display: none;  /* hide the span text using this css */ }
a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top: 41px;
	left: 10px;
	background-color:White; /* background colour here */
	color:#000000;         /* text colour */
	text-align: center;
	width:150px; /* border colour */
	font-size:13px;
	padding: 20px;
	z-index:30;
	border: 1px solid #E1E1E1;
}
.red {
	color: #ba3e7c;
	text-decoration: underline;
}
/* Product Colors in cartsubs.pl */
.closeout { color: #ac0000; }
.limited { color: #ac0000; }
.OOAK { color: #ac0000; }
.OutOfStock { color: #ac0000; }
.underline { text-decoration: underline; }
.images { vertical-align:bottom; }
blockquote.withquote {
	background:url(http://www.mandarindesign.com/images/quote.gif) no-repeat;
	background-position:top left;
	padding-left:20px;
	text-align:justify;
	color: #333333;
}
p.withunquote {
	background: url(http://www.mandarindesign.com/images/unquote.gif) no-repeat;
	background-position:bottom right;
	padding-right:5px;
}
#silver td { border:1px silver solid; }
#Important {
	background-color: #fcfcc6;
	border:1px #ff0000 solid;
	padding:10px;
	width:40%;
	font-size: 13px;
	margin: 0 auto 10px auto;
}
.Important {
	font-weight: bold;
	color: #ff0000;
	margin-bottom:2px;
}
img.middle { vertical-align:middle }

#cart {
	padding-top:10px;
	padding-bottom:10px;
	width:580px;
	float:left;
}
#cart a{
color:#000;
}
#SearchBox {
	float:right;
	background:url(/images/index/Search.gif);
	width:253px;
	height:31px;
	margin-right:10px;
	padding-top:10px;
	padding-left:5px;
}
.rightspace { margin-right:25px; }
.FreeShipping {padding-top:15px; float:left; padding-left:10px;}

.Shipping { font-size:10px;
	float:right;
	padding:5px;}
	
	/* New Index Blog Styles */
.BlogPost {
	margin-bottom: 25px;
	padding-bottom:25px;
	border-bottom: solid #CCC 2px;
	overflow: hidden;
	}
.SubHeading {
	font-size: 10px;
	letter-spacing:2px;
	color:#666;
	}
.PostText {
	margin-top: 10px;
	font-size:12px;
	color:#333
	}

.BrowsePrice{
	color:#900000;
	font-size:22px;
}

.Limited {
	padding:6px;
	border: 1px solid #900000;
	background: #FFF2F2;
	font-size:12px;
	color:#900000;
	margin-top:3px;
	margin-bottom:3px;
	clear:both;
	text-align:center;
}
.ProductPicture {
	width:360px;
	float:right;
}

.ProductContainer { 
	clear: left; 
	border-top: 1px solid #CCC; 
	padding-top:5px; 
}

#recommend{
	text-align:center;
	float:right;
	width:120px;
	margin:0 10px 0 10px;
	padding:15px;
	border-left: 1px solid #CCCCCC;
}

.recommend{
	clear:both;
	padding-bottom:10px; 
}

.CartBox { 
	border:#CCC 1px solid;
	border-top:solid #ccc 5px;
	height:auto;
	
	overflow:hidden;
	width:260px;
	padding:25px;
	margin-bottom:30px;
	margin-top:8px;
	float:left;
	}
	.ModelInfo {
	width:auto;
	float:left;
	margin-bottom:10px;
	clear:both;
	width:100%;
	min-width:100%;

	}
.ModelInfo ul { list-style:none; }
.ModelInfo li { float:left; margin-right:25px;  }

.AddThis {
	float:left;
	padding-top:4px;
	padding-left:15px;

}
.ProductName {
	float:left; 
	max-width:700px;
}
.price{
	color:#900000;
	font-size:31px;
}
.InStock{ padding-top:10px;}

.HowSoon {
	padding-top:20px;
	border-top: 1px solid #e7e7e7;
	width:245px;
	margin-top:10px;
	height:18px;
	clear:both;
}

.HowSoon p {
	float:left;
}

.CartForm { 
	width: 285px;
	clear:both;
	margin-top:10px;
	}
.CartForm input {float:left;}

.Quantity {width:53px; float:left;}

.QuantityBox {
	font-size:17px;
	padding-top:2px;
	padding:10px;
	margin-top:4px;
	width:40px;
	}

.Add2Cart {
	margin-left:20px;
	margin-top:13px;
	}

.Alert {
	width:292px;
	padding:8px;
	border: 1px solid #900000;
	background: #FFF2F2;
	font-size:12px;
	color:#900000;
	float:left;
	}
.Alert h2 { font-size:14px; }	
