/**
 * These are styles specific to the default layout of the site.
 *
 * Only styles relating to the default layout of the site should reside here.
 */


body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background: #FFFFFF url(../images/body_bg.gif) no-repeat fixed left top;
}
#Container {
	width: 986px;
	margin: 6px auto 0px auto;
	position: relative;
	padding: 2px 0px 4px 0px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	clear: both;
}
form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#Header {
	color: #FFFFFF;
	height: 180px;
	margin: 0px 4px 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	background: #FFFFFF url(../ws_content/custom/header-bg.jpg) no-repeat right top;
}
#Logo {
	position: absolute;
	top: 2px;
	overflow: hidden;
	height: 80px;
	width: 250px;
	clear: both;
	display: inline;
	left: 2px;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#Logo span {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	clear: none;
	background: url(../ws_content/custom/logo.jpg) no-repeat left top;
}
#HeaderBanner {
	position: absolute;
	top: 4px;
	width: 300px;
	height: 80px;
	margin: 0px;
	clear: none;
	float: left;
	left: 251px;
	padding: 0px;
}
#LogonStatus {
	text-align: right;
	font-size: 11px;
	color: #909090;
	padding: 2px 8px 6px 4px;
	margin: 0px auto 0px auto;
	top: 2px;
	position: relative;
	right: 2px;
	clear: none;
	z-index: 1;
	width: 500px;
	float: right;
	text-transform: capitalize;
}
#LogonStatus a:link, #LogonStatus a:visited, #LogonStatus a:active {
	text-decoration: none;
	color: #AEAEAE;
}
#LogonStatus a:hover { text-decoration: underline; }
#SystemMessageHolder {
	display: none;
	padding: 10px;
	z-index: 10;
	clear: both;
	background: #FFFFFF url(../images/h80.png) repeat-x top;
	border-bottom: 1px solid #000000;
}
#SystemMessageHolder h1 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#SystemMessageHolder h1 span {
	font-weight: normal;
	margin-left: 20px;
}
#SystemMessageHolder .Btn_Close {
	float: right;
	clear: both;
	margin: 0px 2px 0px 0px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#NavigationTabHolder {
	position:absolute;
	padding: 18px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	top: 100px;
}
#NavigationTabHolder ul {
	margin:0;
	padding:0;
	zoom:1;
}
#NavigationTabHolder ul li {
	display:inline;
	float:left;
	font-size:1em;
	font-weight:normal;
	list-style:none;
	padding:0;
	margin: 0px 2px 0px 0px;
	text-transform: uppercase;
}
#NavigationTabHolder ul li a {
	color:#FFFFFF;
	display:block;
	line-height:2.5em;
	padding-left:6px;
	text-decoration:none;
	margin-left: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #073064;
}
#NavigationTabHolder ul li a span {
	display:block;
	padding:0 11px 0 5px;
	background-color: #073064;
}
#NavigationTabHolder ul li.selected a, #NavigationTabHolder ul li.selected a:hover { color:#fff; }
#NavigationTabHolder ul li.selected a span, #NavigationTabHolder ul li.selected a span:hover { text-decoration:none; }
#NavigationTabHolder ul li a:hover {
	color:#fff;
	background-color: #BABABA;
}
#NavigationTabHolder ul li a:hover span { background-color: #BABABA; }
#NavigationTabHolder ul ul {
	background:#fff;
	border:2px solid #2C79B6;
	position:absolute;
	left:-999em;
}
#NavigationTabHolder ul ul li { float:none; }
#NavigationSubMenu {
	position: absolute;
	top: 148px;
	width: 100%;
	height: 26px;
	padding-bottom: 2px;
	background: url(../images/tint_gy.gif) repeat-x left bottom;
	border-top: 1px solid #AAAAAA;
}
#NavigationSubMenu ul {
	padding:0;
	zoom:1;
	margin: 0px 0px 0px 4px;
}
#NavigationSubMenu ul li {
	display:inline;
	float:left;
	font-size:1em;
	font-weight:normal;
	list-style:none;
	padding:0;
	line-height: 2.5em;
	text-transform: lowercase;
	margin:0 2px 0 0;
}

#NavigationSubMenu ul li  .PathLink {
	background: url(../images/path-bullet.png) no-repeat left center;
}

#NavigationSubMenu ul li a:link, #NavigationSubMenu ul li a:visited, #NavigationSubMenu ul li a:active {
	color:#666666;
	display:block;
	line-height:2.5em;
	padding-left:15px;
	text-decoration:none;
	margin-right: 5px;
	text-indent: 2px;
}
#NavigationSubMenu ul li a:hover { text-decoration: underline; }

#NavigationSubMenu ul li a span { display:block; }
#NavigationSubMenu ul li #Link_Home {
	padding-left: 20px;
	background: url(../images/icon_home.gif) no-repeat left center;
}
#SearchBar {
	color: #999999;
	font-size: 10px;
	margin: 0px 0px 4px 0px;
	border-style:  none;
	vertical-align: middle;
	position: absolute;
	top: 84px;
	width: 100%;
	height: 30px;
}
#SearchBar a:link,
#SearchBar a:active,
#SearchBar a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#SearchBar a:hover {
	text-decoration: underline;
}
#SearchForm {
	color: #000000;
	font-size: 10px;
	position: absolute;
	left: 10px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#SearchForm #SearchString {
	border: 1px solid #160D10;
	font-size: 12px;
	color: #160D10;
	background-color: #FFFFFF;
	float: left;
	width: 120px;
	margin-top: 6px;
	margin-right: 4px;
	padding-left: 1px;
}
#SearchForm #SearchString:focus { border-color: #33CC00; }
#SearchForm .SearchList {
	border: 1px solid #160D10;
	font-size: 12px;
	text-transform: capitalize;
	color: #160D10;
	background-color: #f1f1f1;
	float: left;
	margin-top: 6px;
	margin-right: 4px;
}
#SearchForm #SearchBtn {
	float: left;
	margin-top: 4px;
	margin-right: 4px;
}
#SearchForm  .AdvSearch {
	position: relative;
	color: #FFFFFF;
	display: block;
	margin: 8px 4px 4px;
	float: left;
	text-transform: capitalize;
}


#Content {
	padding: 2px 0px 0px 0px;
	margin: 0px 4px 8px 4px;
}
p a:link, p a:active, p a:visited {
	color: #000000;
	text-decoration: none;
}
p a:hover { text-decoration: underline; }
#CM_MenuHolder {
	width: 180px;
	text-align: left;
	padding-top: 0px;
	vertical-align: top;
}
.LinkArrow {
	position: relative;
	right: 8px;
	bottom: 0px;
	clear: both;
	float: right;
	height: 16px;
	width: 80px;
	text-align: right;
}
.NavMenu {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.NavMenu ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.NavMenu ul li {
	width: 180px;
	list-style-type: none;
	text-transform: lowercase;
	font-size: 11px;
	margin: 0px 0px 1px 0px;
	color: #333333;
}
.NavMenu a:link, .NavMenu a:visited, .NavMenu a:active {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 4px 5px 4px 5px;
}
.NavMenu a:hover {
	color: #333333;
	text-decoration: none;
	display: block;
}
.NavMenu ul li .ActiveLink { display: block; 
}
#CheckOutPath {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px 8px 8px;
	padding: 4px;
	font-weight: normal;
	border-bottom: 4px solid #ECECEC;
}
#CheckOutPath .Current {
	font-weight: bold;
	color: #FFFFFF;
	background: #0C8A65 url(../images/pointer-bg.gif) no-repeat right center;
}
.ImageHolder { margin: 4px; }
.MarginImageHolder {
	margin-bottom: 2px;
	margin-right: 0px;
	padding: 0px;
	width: 180px;
}
.MarginContentHolder, .MarginContentHolder2, .MarginContentHolder3 {
	margin-bottom: 16px;
	margin-left: 0px;
	padding: 0px 0px 4px;
	width: 180px;
	border-bottom: 1px solid #DFDFDF;
}
.MarginContentHolder h2, .MarginContentHolder2 h2, .MarginContentHolder3 h2 {
	font-size: 14px;
	text-align: left;
	display: block;
	text-transform: lowercase;
	color: #012573;
	margin: 0px;
	width: 180px;
	line-height: 22px;
	padding: 0px 0px 2px 0px;
	text-indent: 8px;
	font-weight: bold;
	border-bottom: 1px solid #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
}
.MarginContentHolder h2 span, .MarginContentHolder2 h2 span, .MarginContentHolder3 h2 span {
	display: block;
	margin: 0px;
	padding: 0px;
}
.MarginContentHolder h2 a:link, .MarginContentHolder h2 a:active, .MarginContentHolder h2 a:visited, .MarginContentHolder2 h2 a:link, .MarginContentHolder2 h2 a:active, .MarginContentHolder2 h2 a:visited, .MarginContentHolder3 h2 a:link, .MarginContentHolder3 h2 a:active, .MarginContentHolder3 h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.MarginContentHolder h2 { }
.MarginContentHolder h2 span { }
.MarginContentHolder2 { }
.MarginContentHolder2 h2 { }
.MarginContentHolder3 { }
.MarginContentHolder3 h2 { }
.MarginContentHolder p, .MarginContentHolder2 p, .MarginContentHolder3 p { margin: 0px; }
.MarginContentHolder .Notes, .MarginContentHolder2 .Notes, .MarginContentHolder3 .Notes {
	font-size: 10px;
	color: #666666;
	text-align: left;
	padding: 8px;
}
.MarginContentHolder #ThunbNail, .MarginContentHolder2 #ThunbNail, .MarginContentHolder3 #ThunbNail {
	padding: 1px;
	text-align: center;
	height: 90px;
	margin: 0px;
}
.MarginContentHolder .quote, .MarginContentHolder2 .quote, .MarginContentHolder3 .quote {
	padding: 4px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px 4px 4px 4px;
}
#BasketSummery {
	margin-right: 0px;
	margin-left: 0px;
	color: #333333;
	background-color: #FFFFFF;
}
#BasketSummery h2 {
	background-color: #697FA8;
	width: inherit;
}
#BasketSummery h2 span { background: url(../images/bsk_link.gif) no-repeat right top; }
#BasketSummery h2 a:link, #BasketSummery h2 a:active, #BasketSummery h2 a:visited { color: #FFFFFF; }
#BasketSummery td { border-bottom: 1px solid #CECFD3; }
#BasketSummery #BasketTotalGross {
	background-color: #ECECEC;
	font-weight: bold;
}
#UserMenu h2 {
	background-color: #E7147F;
	width: inherit;
}
#UserMenu h2 span { }
#OptionHolder, #FeatureHolder, #RecentHistory {
	margin-right: 0px;
	margin-left: 0px;
	background-color: #EEEEF0;
	color: #333333;
}
#RecentHistory {
	height: 130px;
	padding-bottom: 0px;
	background: url(../images/history-bg.jpg) no-repeat center bottom;
}
#RecentHistory .ImageHolder {
	margin: 4px;
	padding: 4px;
	float: left;
}
#OptionHolder a:link, #OptionHolder a:active, #OptionHolder a:visited {
	color: #0D9571;
	text-decoration: none;
}
#OptionHolder a:hover { text-decoration: underline; }
#OptionHolder, #MailingList {
	padding-bottom: 8px;
	background: url(../images/margingcontent-bg.gif) no-repeat center bottom;
}
.Divider {
	height: 5px;
	clear: both;
	background: url(../images/1px-lgy.gif) repeat-x center;
}
#Cell_Main {
	padding: 0px 0px 0px 10px;
	text-align: left;
	vertical-align: top;
}
.ElementBannerHolder {
	padding: 0px;
	margin-bottom: 4px;
	background-color: #FFFFFF;
}
#InnerHeader {
	margin-bottom: 16px;
	background-color: #FFFFFF;
}
#InnerHeader h1 {
	font-size: 24px;
	text-align: left;
	display: block;
	text-transform: lowercase;
	color: #AEAEAE;
	line-height: 20px;
	text-indent: 8px;
	padding: 0px;
	margin: 8px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#InnerHeader h1 span {
	display: block;
	margin: 0px;
	padding: 0px;
}
#InnerHeader h1 em {
	font-size: 14px;
	margin-left: 400px;
	font-style: normal;
	text-transform: lowercase;
}
#InnerHeader h2 {
	font-size: 12px;
	text-transform: capitalize;
	color: #666666;
	font-weight: bold;
	padding: 0px;
	margin: 8px;
}
#InnerHeader p {
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	padding: 0px;
	margin: 4px 8px 12px 8px;
}
.ElementInnerContent {
	margin-bottom: 16px;
	background-color: #FFFFFF;
	clear: both;
	position: relative;
}
.ElementInnerContent h2 {
	font-size: 12px;
	text-align: left;
	display: block;
	text-transform: lowercase;
	color: #AEAEAE;
	margin: 0px;
	padding: 4px 0px 4px 6px;
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
}
.ElementInnerContent h3 {
	font-size: 12px;
	text-align: left;
	display: block;
	text-transform: lowercase;
	color: #AEAEAE;
	margin: 0px;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
	text-indent: 8px;
}
.ElementInnerContent h4 {
	font-size: 12px;
	text-align: left;
	display: block;
	text-transform: lowercase;
	color: #AEAEAE;
	margin: 0px;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
}
.ElementInnerContent h2 span, .ElementInnerContent h3 span {
	display: block;
	margin: 0px;
	padding: 0px;
}
.ElementInnerContent p {
	padding: 0px;
	font-size: 1em;
	margin: 8px;
}
.ElementContentListing {
	margin: 0px 0px 12px 0px;
	padding: 4px 4px 12px 4px;
	position: relative;
	display: block;
	clear: both;
	overflow: auto;
	font-size: 12px;
	background: url(../images/hr_dots.gif) repeat-x left bottom;
}
.ElementContentListing h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	clear: right;
	display: block;
}
.ElementFormHolder {padding: 8px;}
.ElementContentHolder { padding: 0px 16px; }
.ElementContentListing p {
	padding: 0px;
	display: block;
	clear: right;
	font-size: .9em;
	margin: 0px 0px 4px 0px;
}
.ListingImageHolder {
	margin-top:0px;
	text-align:center;
	float: left;
	margin-right: 10px;
}
.ListingImageHolder img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:2px 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.ElementBrandListing {
	margin: 0px 0px 12px 0px;
	padding: 4px 4px 12px 4px;
	position: relative;
	display: block;
	clear: both;
	overflow: auto;
	font-size: 12px;
	background: url(../images/hr_dots.gif) repeat-x left bottom;
}
.ElementBrandListing h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	clear: right;
	display: block;
}
.ElementBrandListing p {
	padding: 0px;
	display: block;
	clear: right;
	font-size: .9em;
	margin: 0px 0px 4px 0px;
}
.ElementBrandListing .LogoHolder {
	margin-top:0px;
	text-align:center;
	float: left;
	margin-right: 10px;
}
.ElementBrandListing .LogoHolder img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:2px 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#ProductListingHolder {
	margin: 0px 0px 8px;
	padding: 4px 0px 0px;
	border-right: 1px solid #EEEEF0;
	border-bottom: 1px solid #EEEEF0;
	border-left: 1px solid #EEEEF0;
}

.ElementProductImageListing {
	padding: 2px 2px 4px;
	margin: 0px 0px 4px;
	font-size: 1em;
	clear: both;
	overflow: auto;
	position: relative;
}

.ElementProductListing {
	padding: 2px 2px 4px;
	margin: 0px 0px 4px;
	font-size: 1em;
	clear: both;
	overflow: auto;
	position: relative;
	background: url(../images/hr_dots.gif) repeat-x left bottom;
}
.ElementProductListing:hover { }
.ElementProductListing h2 {
	font-size: 12px;
	margin: 2px;
	padding: 2px;
	display: block;
	overflow: hidden;
}
.ElementProductListing a {
	color: #000000;
	text-decoration: none;
}
.ElementProductListing a:hover { text-decoration: underline; }
.ElementProductListing h2 a:link, .ElementProductListing h2 a:visited, .ElementProductListing h2 a:active {
	color: #333333;
	text-decoration: none;
}
.ElementProductListing h2 a:hover { text-decoration: underline; }
#ProductDisplay {
	padding: 4px;
	margin: 0px 0px 8px 0px;
	background-image: url(../images/hr_dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	display: block;
	position: relative;
	overflow: auto;
}
#ProductDisplay h2 {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	font-size: 14px;
}
.ProductImageHolder {
	margin-top:2px;
	text-align:center;
	float: left;
}
.ProductImageHolder img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:2px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.Price {
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.ProductCode { text-transform: uppercase; }
.ElementProductListing.Featured { background: #E9F8E9; }


.ElementProductListing .ProductImageHolder {
	margin-left: 2px;
	float: left;
	clear: left;
}
.ElementProductListing .ProductData {
	float: left;
	margin-top: 4px;
	width: 300px;
	padding: 4px;
}
.ElementProductListing .ProductData p {
	padding: 0px;
	font-size: 11px;
	margin: 0px 0px 4px 0px;
	line-height: 16px;
}
.ElementProductListing .ProductData .Price {
	font-size: 18px;
	margin-right: 4px;
}
.ElementProductListing .ProductData .PriceTax { }
.ElementProductListing .ProductData .PriceRRP { }
.ElementProductListing .ProductData .Saving {
	font-weight: bold;
	color: #990000;
}
.ElementProductListing .Add2Bsk { }
#ProductDisplay .ProductImageHolder {
	margin-left: 8px;
	float: left;
	clear: left;
	margin-bottom: 8px;
}
#ProductDisplay .ProductData {
	float: left;
	margin-top: 4px;
	width: 250px;
	padding: 4px;
}
#ProductDisplay .ProductData p {
	padding: 0px;
	font-size: 11px;
	margin: 0px 0px 4px 0px;
	line-height: 16px;
}
#ProductDisplay .ProductData .Price {
	font-size: 18px;
	margin-right: 4px;
}
#ProductDisplay .ProductData .PriceTax { }
#ProductDisplay .ProductData .PriceRRP { }
#ProductDisplay .ProductData .Saving {
	font-weight: bold;
	color: #990000;
}

#ProductDisplay .ProductData .Param {
	width: 40px;
	padding-right: 8px;
	display: inline-block;
}
#ProductDisplay .Add2Bsk { }
#ProductLinks {
	padding: 8px;
	margin: 0px 0px 16px;
	background-image: url(../images/hr_dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	display: block;
	position: relative;
	overflow: auto;
}
#ProductLinks a:link,
#ProductLinks a:visited,
#ProductLinks a:active{
	color: #333333;
	text-decoration: none;
}
#ProductLinks a:hover { text-decoration: underline; }
div.ElementProductGallery {
	position:relative;
	overflow:hidden;
	margin-bottom: 8px;
	height: 210px;
}
div.GalleryTitle {
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #989898;
	margin: 0px;
	line-height: 22px;
	text-indent: 8px;
	background-image: url(../images/heading-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	clear: none;
}
div.GalleryTitle span {
	display: block;
	margin: 0px;
	padding: 0px;
}
a.browse {
	background:url(../images/btn_navi.gif) no-repeat;
	display:inline;
	width:16px;
	height:16px;
	cursor:pointer;
	font-size:1px;
	margin: 2px 2px 2px 0px;
	float: right;
	position: relative;
	top: 1px;
}
/* right */
a.right { background-position: 0 -16px; }
a.right:hover { background-position:-16px -16px; }
a.right:active { background-position:-32px -16px; }
/* left */
a.left { }
a.left:hover { background-position:-16px 0; }
a.left:active { background-position:-32px 0; }
/* up and down */
a.up, a.down {
	background:url(../images/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}
/* up */
a.up:hover { background-position:-30px 0; }
a.up:active { background-position:-60px 0; }
/* down */
a.down { background-position: 0 -30px; }
a.down:hover { background-position:-30px -30px; }
a.down:active { background-position:-60px -30px; }
/* disabled navigational button */
a.disabled { visibility:hidden !important; }
.GalleryItemList {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 100%;
	height:200px;
	background-image: url(../images/h80.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.GalleryItemList .GalleryItems {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.GalleryItemList .Pic {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:70px;
	height:70px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin: 10px 5px 5px 5px;
}
.GalleryItemList div {
	height: 120px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.GalleryItemList div p {
	margin: 5px 4px 0px 0px;
	padding: 0px 8px 8px 4px;
	height: 55px;
}
.GalleryItemList div p a {
	color: #000000;
	text-decoration: none;
}
.GalleryItemList div p a:hover { text-decoration: underline; }
/* active item */
.GalleryItemList .active {
	z-index:9999;
	position:relative;
}
#RecentHistory .Price {
	font-size: 16px;
	margin: 4px;
}
#ProductInfo .PriceInfo .Price { font-size: 24px; }
.ElementProductGallery .Price { font-size: 14px; }
#ProductInfo .PriceInfo .PriceRRP { }
#ProductInfo .PriceInfo .PriceTax { }
#ProductInfo .PriceInfo .PriceSave { display: inline; }
#ProductInfo .ExtraInfo {
	background-image: url(../images/hr_dots.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 8px;
	padding-top: 8px;
	margin-bottom: 8px;
	line-height: 14px;
}
#ProductInfo .FeaturesHolder {
	background-image: url(../images/seperator.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	width: 155px;
	float: right;
	height: 100px;
	background-color: #FFFFFF;
}
.Add2Bsk {
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Qty {
	text-align: right;
	border: 1px solid #D2D2D7;
	font-size: 12px;
	margin: 0px 8px 0px 0px;
}
.Qty:hover, .Qty-BSK:hover { border-color: #8E8E8E; 
}
.Qty:focus, .Qty-BSK:focus { border-color: #119E74; 
}
.Qty-BSK {
	text-align: right;
	border: 1px solid #006600;
	font-size: 12px;
	margin-right: 8px;
}
.strike-through { text-decoration: line-through; }
.Status {
	height: 22px;
	width: 100px;
	position: relative;
	left: 8px;
	clear: none;
	float: right;
	top: 2px;
}
.C {
	background-image: url(../images/status_C.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.S {
	background-image: url(../images/status_S.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.N {
	background-image: url(../images/status_N.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.A {
	background-image: url(../images/status_A.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.O {
	background-image: url(../images/status_O.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.FeaturesHolder {
	background-image: url(../images/seperator.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	width: 155px;
	float: right;
	height: 100px;
}
.FlagHolder {
	display: block;
	float: right;
	width: 140px;
	margin-top: 8px;
}
.FlagHolder img {
	margin-top: 0px;
	margin-left: 4px;
}
.CustRating {
	background-image: url(../images/rating_bg.gif);
	height: 68px;
	width: 140px;
	float: right;
	margin-right: 6px;
}
.CustRating ul {
	margin: 0px;
	padding: 0px;
}
.CustRating ul li {
	list-style-type: none;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 6px;
}
.CustRating ul li a:link, .CustRating ul li a:active, .CustRating ul li a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#InnerClassNavigation {
	padding: 4px;
	background: url(../images/seperator_3.gif) repeat-y center top;
	margin: 0px 0px 8px;
}
#InnerClassNavigation ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	text-align: center;
}
#InnerClassNavigation ul li {
	clear: none;
	text-transform: lowercase;
	padding: 0px;
	width: 192px;
	float: left;
	margin: 0px 0px 24px 8px;
}
#InnerClassNavigation ul li:hover { }
#InnerClassNavigation a:link, #InnerClassNavigation a:visited, #InnerClassNavigation a:active {
	color: #000000;
	text-decoration: none;
	display: block;
}
#InnerClassNavigation a:hover { text-decoration: underline; }

#Cell_Right {
	width: 170px;
	text-align: left;
	padding-top: 0px;
	vertical-align: top;
	padding-left: 4px;
}
.HighLight {
	font-weight: bold;
	color: #0E9C74;
}
.TextRed { color: #990000; }
.TextGreen { color: #009900; }
.FormList { font-size: 1em; }
.InputList { margin-right: 4px; }
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
fieldset .Divider {
	margin-top: 8px;
	margin-bottom: 8px;

}

.fieldHeading {
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 8px;
	text-transform: capitalize;
	color: #999999;

}
.textfield {
	clear: left;
	font-weight: bold;
	overflow: hidden;
}
.textfield label {
	padding: 7px 8px 10px 0;
	width: 165px;
	float: left;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	vertical-align: middle;
	text-transform: capitalize;
}
.textfield input {
	height: 25px;
	width: 280px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	
}
.textfield textarea {
	width: 280px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	font-size: 14px;
}
.textfield input.number {
	height: 25px;
	width: 100px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	text-align: right;	
}

.textfield select {
	vertical-align: middle;
	vertical-align: middle;
	border: 1px solid #d3d3d3;
	font-size: 14px;
	padding-top: 2px;
}
.checkboxfield {
	clear: left;
	font-weight: bold;
	overflow: hidden;
}
.checkboxfield label {
	padding: 7px 8px 10px 0;
	width: 165px;
	float: left;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	vertical-align: middle;
	text-transform: capitalize;
}
.checkboxfield input {
	vertical-align: middle;
	margin-top: 8px;
}

.formButtons {
	clear: left;
	overflow: hidden;
	margin-bottom: 8px;
}
.textfieldMicro {
	font-size: 11px;
	border: 1px solid #d6d6d4;
}
.textfieldMicro:hover, .textfield:hover { border-color: #CFCFD6; }
.textfieldMicro:focus, .textfield:focus { border-color: #999999; }
.TableHeader_1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	padding: 4px;
}
.TableData {
	border: 1px solid #E5E5E5;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #FFFFFF;
}
.TableData td a {
	display: block;
	padding-left: 4px;
}
.TableData th {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px;
	text-transform: capitalize;
}
.TableData2 {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
}
.TableData2 th {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #818181;
	text-transform: capitalize;
}
.TableData2 th a:link, .TableData2 th a:active, .TableData2 th a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px;
}
.TableData2 th a:hover { background-color: #71858A; }
.TableData2 td { padding: 3px; }
.TableData2 td a {
	color: #ff9f0f;
	text-decoration: none;
	display: block;
}
.TableData2 td a:hover { text-decoration: underline; }
tr.alt td { background-color: #EFEFEF; }
tr.over td { background: #E6E6E6; }
#ResultHeader {
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 4px;
	margin: 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #ECECEC;
	border-left: 1px solid #CCCCCC;
}
#ResultHeader a:link, #ResultHeader a:active, #ResultHeader a:visited {
	color: #03265C;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
#ResultHeader a:hover { text-decoration: underline; }
#ResultsTotal {
	font-size: 1.2em;
	font-weight: bold;
	color: #002B60;
	line-height: 2em;
	padding-left: 4px;
}

#ResultDisplayOptions {
	padding: 4px;
	overflow: auto;
	position: relative;
	clear: both;
	border-bottom: 1px solid #ECECEC;
}

#ResultDisplayOptions  #OptionChoices {
	padding: 2px;
	float: left;
}

#ResultDisplayOptions  #OptionChoices .Title{
	float: left;
	margin-right: 8px;
}
#ResultDisplayOptions  #OptionChoices .IconLinkActv {
	background: #000000;
	float: left;
	margin-right: 4px;
}
#ResultDisplayOptions  #OptionChoices .IconLink {
	background: #CCCCCC;
	float: left;
	margin-right: 4px;
}
#ResultDisplayOptions  #OptionChoices .IconLink:hover {
	background: #000000;
}
#ResultDisplayOptions  #ResultSort {
	margin: 0px;
	float: right;
	clear: none;
}
#ResultDisplayOptions  #ResultSort .InputList { font-size: 11px; }

#ResultFilter {
	background: #ECECEC;
	padding: 4px;
	clear: both;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
}
#ResultSet {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#ResultSet .Message{ padding: 8px; }
#ResultFooter {
	margin: 0px;
	padding: 2px;
}
#ResultOptions {
	font-size: 9px;
	background-color: #FFFFFF;
	padding: 8px;
	margin: 4px 0px 0px;
	border-top: 4px solid #EEEEF0;
	border-bottom: 4px solid #EEEEF0;
	overflow: auto;
	clear: both;
}
#ResultOptions a {
	text-decoration: none;
	color: #999999;
}
#ResultOptions #OptionThNails { text-align: left; }
#ResultOptions  #OptionThNails .Title{
	float: left;
	margin-right: 8px;
}
#ResultOptions  #OptionThNails .IconLinkActv {
	float: left;
	margin-right: 4px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
#ResultOptions  #OptionThNails .IconLink {
	float: left;
	margin-right: 4px;
	text-transform: uppercase;
}
#ResultOptions  #OptionThNails .IconLink hover{
	background: #000000;
	float: left;
	margin-right: 4px;
}

#ResultOptions #OptionMaxRows { text-align: right; }
#ResultOptions  #OptionMaxRows .Title{
	float: right;
	margin-right: 8px;
}
#ResultOptions  #OptionMaxRows .IconLinkActv {
	float: right;
	margin-right: 4px;
	font-weight: bold;
	color: #000000;
}
#ResultOptions  #OptionMaxRows .IconLink {
	float: right;
	margin-right: 4px;
}
#ResultOptions  #OptionMaxRows .IconLink hover{
	float: right;
	margin-right: 4px;
}

#ResultPageNavigation {
	font-size: 10px;
	background-color: #F2F2F2;
	padding: 8px 4px 8px 4px;
	margin: 0px;
	border: 1px solid #EEEEF0;
	overflow: auto;
}
#ResultPageNavigation .Title{
	float: left;
	margin-right: 20px;
	padding: 2px;
}
#ResultPageNavigation a {
	margin-right: 2px;
	border: 1px solid #666666;
	text-decoration: none;
	display: block;
	float: left;
	color: #333333;
	padding: 2px 4px 2px 4px;
	background: #FFFFFF;
}
#ResultPageNavigation a:hover { background: #CCCCCC; 
}
#ResultPageNavigation strong {
	margin-right: 2px;
	border: 1px solid #666666;
	text-decoration: none;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	background: #666666;
}
#ContactListings {
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 16px;
}
#ContactListings a:link, #ContactListings a:visited, #ContactListings a:active {
	text-decoration: none;
	color: #666666;
}
#ContactListings a:hover { text-decoration: underline; }
#MapHolder {
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 4px;
	padding: 0px 0px 22px;
	background: #FFFFFF url(../images/banner_bg.gif) no-repeat center bottom;
}

#SiteContent {
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;

}
#SiteContent ul {
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
#SiteContent ul li{ margin: 2px; }

#SiteContent ul li a:link,
#SiteContent ul li a:active,
#SiteContent ul li a:visited{
	color: #666666;
	text-decoration: none;
}
#SiteContent ul li a:hover {
	color: #141414;
	text-decoration: underline;
}

.ThumbNailHolder {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #999999;
}
.ThumbNail { border: 1px solid #999999; }
#ShoppingList {
	margin: 0px 8px 8px 8px;
}
#ShoppingList th { background: url(../images/spiral-bg.gif) repeat-x left top; }
#ShoppingList #Heading {
	background: url(../images/ruled-bl-bg.gif) repeat-x left bottom;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#ShoppingList #CodeListHolder {
	border-top-width: 0px;
	border-top-style: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#ShoppingList textarea {
	font-size: 16px;
	color: #000000;
	width: 95%;
	font-weight: bold;
	padding: 2px;
	border-style: none;
	background: #FFFFFF url(../images/ruled-bl-bg.gif) repeat;
}
#ShoppingList #Selections {
	padding: 4px 2px 6px 2px;
	color: #333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#ShoppingList #Btnholder {
	border-bottom-style: none;
	padding: 2px 4px 4px 4px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#BasketHolder {
	margin: 8px;
	padding: 8px 8px 8px 0px;
}
#BasketHolder #BasketTotals {
	display: block;
	text-align: right;
	clear: both;
	float: right;
	height: 150px;
	width: 200px;
	padding: 0px;
	margin: 4px 0px 0px 0px;
}
#BasketHolder #BasketTotals td { border-bottom: 1px solid #EEEEF0; }
#NavigationLinkHolder {
	padding: 6px;
	text-align: center;
	color: #666666;
	font-size: 10px;
	background-color: #999999;
	margin: 0px;
}
#NavigationLinkHolder a {
	color: #666666;
	text-decoration: none;
	padding: 0px;
	list-style-type: none;
	margin: 0px 8px 0px 0px;
}
#Footer {
	text-align: center;
	font-size: 9px;
	text-transform: capitalize;
	padding: 2px;
	margin: 0px 4px 0px 4px;
	height: 80px;
	background: #FFFFFF url(../images/fade.gif) repeat-x left 1px;
	border-top: 1px solid #A7A7A7;
}
#Footer a, #Footer a:visited, #Footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#Footer a:hover { text-decoration: underline; }
#Footer .SubBox {
	border: 1px solid #969696;
	height: 70px;
	background: #FFFFFF url(../images/subbox-bg.gif) repeat-x left bottom;
}
#FooterBanner {
	height: 2px;
	position: relative;
	top: 6px;
	clear: none;
	margin-bottom: 0px;
	margin-right: 4px;
	margin-left: 4px;
}
#FooterNavigation {
	text-align: center;
	color: #CCCCCC;
	font-size: 10px;
	position: relative;
	top: 12px;
	clear: none;
	padding: 4px 0px;
	margin: 0px 4px 2px;
}
#FooterNavigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	list-style-type: none;
	margin: 0px 8px 0px 0px;
}
#FooterLinks {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: lowercase;
	position: relative;
	top: 40px;
	padding: 4px 0px 4px 0px;
	margin: 0px 4px 0px 4px;
}
#FooterLinks a, #FooterLinks a:visited, #FooterLinks a:active {
	text-decoration: none;
	color: #666666;
}
#FooterLinks a:hover { text-decoration: underline; }
#SubFooter {
	width: 986px;
	margin: 8px auto 8px auto;
	padding: 0px;
	clear: both;
}
#SubFooter a, #SubFooter a:visited, #SubFooter a:active {
	text-decoration: none;
	color: #C2C2C2;
}
#SubFooter a:hover { text-decoration: underline; }
#Tags {
	padding: 4px;
	text-align: left;
	font-size: 10px;
	color: #333333;
	text-transform: lowercase;
	margin: 4px auto 0px auto;
	clear: none;
	float: left;
}
#Tags img {
	margin-right: 2px;
	margin-left: 2px;
}
#Copyright {
	padding: 4px;
	text-align: right;
	font-size: 10px;
	color: #333333;
	text-transform: lowercase;
	width: 400px;
	clear: none;
	float: right;
	margin: 0px;
}
.TermsText {
	padding: 8px;
	font-size: 10px;
	text-align: justify;
}
.TermsText p {
	font-size: 10px;
	margin-bottom: 10px;
}
p {
	font-size: 10px;
	margin-bottom: 10px;
}
.button, .buttonRed {
	font-weight: bold;
	font-family: inherit;
	text-align: center;
	text-transform: capitalize;
	color: #2b333c;
	background: #fefefe url(../images/element_bg.gif) repeat-x;
	border: 1px solid;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#AAAAAA);
	box-shadow: 0 1px 2px #AAA;
	padding: .2em 1.5ex;
	_width/**/:1px;
	_white-space: nowrap;
	overflow: visible; /* fix button width for IE 5.5 to 7 */
	cursor: pointer;
	_cursor: hand;
}
.buttonRed { color: #CC0000; }
button, buttonRed {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.button:hover {
	background-color: #FFF;
	outline: #FFE0B3 solid 1px;
}
.buttonRed:hover {
	background-color: #FFF;
	outline: #FFE1E1 solid 1px;
}
.buttonRed:hover, .button:hover {
	outline-width: 2px;
	text-decoration: none;
}
.CM_Content { padding: 8px; 
}