/*--- General styles ---*/
#store_viewproduct_dev, #store_viewproduct {
	_behavior:url(/shared/common/csshover.htc);
}
.transImg  {
	_behavior:url(/shared/common/iepngfix.htc);
}
.shipOptionTip {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0000FF;
	cursor:pointer;
	margin-left:5px;
}
.topLineText {
	color:#CCCCCC;
	font-size:10px;
	text-align: center;
}
.errorBox, .warningBox, .successBox {
	font-weight: bold;
	padding: 5px;
	margin: 5px;
	font-size: 125%;
	text-align: center;
}
.successBox {
	border:1px solid #009900;
	background-color:#EEFBF0;
}
.errorBox {
	border:1px solid #FF0000;
	background-color:#FFFFEC;
}
.warningBox {
	border:1px solid #FF6600;
	background-color:#FFFFEC;
}
.even {
	background-color:#FCFCFC;
}
.odd {
	background-color:#EFEFEF;
}
.rewardPoints {
	color: #0000FF;
}
body a.inlineLink {
	color: #0000FF;
	text-decoration: underline;
}
.validationError {
	border:1px solid #FF0000;
	background-color:#FFFF99;
	text-align: center;
	font-weight: bold;
	padding: 3px;	
	margin: 2px;
	color:#FF0000;
}
.testBorder {
	border:1px solid #FF0000;
}


/*--- NEW CSS drop down menu ---*/
.listMenu, .listMenu ul {
	list-style:none;
	list-style-position:outside;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	color:#000;
	position:relative;
	width:175px;
	z-index:100;
	border:1px solid #CCC;
	display:inline-block;
}
.listMenu ul {
	display:none;
	position:absolute;
	right:-1px;
}
.listMenu ul ul {
	display:none;
	position:absolute;
	right:-177px;
	top:-1px;
}
.listMenu li {
	position:relative;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	padding:1px 4px 1px 4px;
	cursor:pointer;
}
.listMenu_Overflow {
	overflow-x:hidden;
	overflow-y:auto;
	max-height:360px;
	_height:360px;
}
li.listMenu_Disabled {
	cursor:default;
}
li.listMenu_Hovered {
	background-color:#3399FF;
	color:#FFF;
}
li.listMenu_Label span {
	display:inline-block;
	width:155px;
	white-space:nowrap;
	overflow:hidden;
}
li.listMenu_Label {
	background-image:url(/shared/images/icon_menu_expand.png);
	background-position:right;
	background-repeat:no-repeat;
}
li.listMenu_Submenu {
	background-image:url(/shared/images/icon_submenu_expand.png);
	background-position:right;
	background-repeat:no-repeat;
}


/*--- CSS drop down menu ---*/
.sortLabel {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bolder;
	color: #ffffff;
	padding:0px 8px;
}
.contentCategoryNavContainer {
	padding-top:3px;
	color:#FFF;
	behavior:url(/shared/common/csshover.htc);
}
.dropMenu, .dropMenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-position:outside;
	border:1px solid #CCC;
	background-color:#FFF;
	position:relative;
	z-index:10;
}
.dropMenu li {
	margin:0px;
	padding:1px 3px;
	width:175px;
	height:15px;
	position:relative;
	color:#000;
	cursor:default;
}
.dropMenu li:hover {
	background-color:#3399FF;
	color:#FFF;
}
.dropMenu ul {
	position:absolute;
	top:17px;
	left:-1px;
	display:none;
}
.dropMenu ul li ul, .dropMenu li:hover ul li ul {
	position:absolute;
	top:0px;
	left:181px;
	display:none;
	width:175px;
}
.dropMenu li:hover ul, .dropMenu li ul li.dropMenu_submenu:hover ul {
	display:block;
}
.dropMenu_submenu {
	background-image:url(/shared/images/icon_submenu_expand.png);
	background-position:right;
	background-repeat:no-repeat;
}
.dropMenu_selected {
	background-image:url(/shared/images/icon_menu_expand.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	overflow:hidden;
}
.dropMenu_submenu ul, .dropMenu_setHeight ul {
	max-height:360px;
	_height:360px;
	/*width:175px;*/
	overflow-x:hidden;
	overflow-y:auto;
}

/*--- About us page ---*/
.aboutUsContainer h1 {
	color: #0000FF;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	display: inline;
}
.aboutUsContainer div {
	margin-top: 10px;
	margin-bottom: 10px;
}


/*--- Category page ---*/
#BrandBar {
	text-align:center;
	position:relative;
}
#BrandBar ul {
	margin:0px;
	padding:5px 0px 0px 0px;
	list-style:none;
	list-style-position:outside;
	display:block;
	/*max-height:154px;*/
	overflow:hidden;
	clear:both;
	height:154px;
}
#BrandBar li {
	width:66px;
	height:77px;
	font-size:10px;
	color:#999;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
}
#BrandBar img {
	border:1px solid #CCC;
	margin-bottom:1px;
	cursor:pointer;
}
#BrandIconLabel {
	float:left;
	font-size:11px;
	color:#666;
}
#BrandIconToggle {
	float:right;
	font-size:11px;
	color:#00F;
	cursor:pointer;
}
#SortBar {
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	color:#FFF;
	margin-top:1px;
	*margin-top:2px;
	border-spacing:0px;
}
#SortBar td {
	padding:2px;
}
#SortBar .sortMenuWrapper {
	padding-right:15px;
}
#SortBar a {
	text-decoration:underline;
	font-size:11px;
	cursor:pointer;
	font-style:normal;
}
.contentCategoryNavContainer {
	background-image:url(/shared/images/sort_background.jpg);
	background-repeat:no-repeat;
	height:37px;
	padding-top:3px;
	padding-right:5px;
	padding-left:10px;
	margin-bottom:10px;
}
#SortedItemBreakBar {
	clear:both;
	padding:5px;
	margin:5px 0px 25px 0px;
	background-color:#000;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
}
#SortedItemBreakBar img {
	padding:0px 50px;
}

/*vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv DELETE */
#SortLoading {
	font-size:10px;
	color:#CCC;
	width:175px;
	text-align:center;
}
#SortContainer {
	width:175px;
	position:relative;
	margin-right:10px;
	margin-left:5px;
	border:1px solid #CCC;
	background-color:#FFF;
	padding:1px 3px;
	text-align:left;
	z-index:10;
	display:none;
}
#SelectedSortMethod {
	cursor:default;
	background-image:url(/shared/images/icon_menu_expand.png);
	background-position:right;
	background-repeat:no-repeat;
}
#SortContainer ul {
	margin:0px;
	padding:0px;
	position:absolute;
	list-style:none;
	list-style-position:outside;
	border:1px solid #CCC;
	background-color:#FFF;
}
#SortContainer ul li {
	margin:0px;
	padding:1px 3px;
	width:175px;
	position:relative;
	color:#000;
	cursor:default;
}
#SortContainer ul li:hover {
	background-color:#3399FF;
	color:#FFF;
}
#SortContainer ul li:hover ul {
	display:block;
}
#SortContainer ul li ul {
	top:0px;
	left:181px;
	display:none;
}
#SortMethods {
	top:18px;
	left:-1px;
	display:none;
}
.subMenu {
	background-image:url(/shared/images/icon_submenu_expand.png);
	background-position:right;
	background-repeat:no-repeat;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DELETE */

.catPageSpecialsTitle {
	text-align:center;
	margin-bottom:5px;
	font-size:32px;
	font-weight:bold;
	color:#FF0000;
}
.catPageProductImage {
	padding-top:5px;
	padding-bottom:14px;
	border-bottom:1px solid #000000;
	width: 150px;
	height: 150px;
	text-align:center;
}
.catPageObjectLinks {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.catPageObjectLinks:hover {
	color:#FF0000;
}
.catPageProductBestPrice {
	position:absolute;
	bottom:7px;
	right:29px;
	cursor:pointer;
}
.catPageProductZoom {
	position: absolute;
	right: 5px;
	bottom: 15px;
}
.catPageProductNewRelease {
	position:absolute;
	left:53px;
	top:10px;
}
.catPageProductChart {
	position: absolute;
	left: 0px;
	bottom: 15px;
}
.catPageProductSorted {
	position:absolute;
	right:5px;
	top:10px;
}
.checkoutFieldPrefix {
	font-size: 11px;
	font-weight: normal;
}
.productSpecialInsert {
	background-image: url(/shared/images/product_special_insert.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #f00;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial;
	font-size: 9px;
	text-align: right;
	position: absolute;
	min-width: 80px;
	height: 43px;
	top: 0px;
	right: 0px;
	color: #000;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	padding-right: 2px;
	padding-left: 8px;
}
.productListingContainer {
	height:285px;
	width:160px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding:0px 13px 0px 34px;
	background-repeat:no-repeat;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
.topSellerTag {
	height:69px;
	width:70px;
	top:16px;
	left:28px;
	z-index:1;
	background-image:url(/shared/images/catpage_top_seller.png);
	background-repeat:no-repeat;
	position:absolute;
	behavior: url(/shared/common/iepngfix.htc);
}
.sizesAvailableTag {
	height:90px;
	width:92px;
	top:16px;
	left:27px;
	z-index:1;
	background-image:url(/shared/images/catpage_sizes_available.png);
	background-repeat:no-repeat;
	position:absolute;
	behavior: url(/shared/common/iepngfix.htc);
}
.onSaleTag {
	height:90px;
	width:92px;
	top:16px;
	left:27px;
	z-index:1;
	background-image:url(/shared/images/catpage_onsale.png);
	background-repeat:no-repeat;
	position:absolute;
	behavior: url(/shared/common/iepngfix.htc);
}
.shipNowTag {
	height:69px;
	width:70px;
	top:16px;
	left:27px;
	z-index:1;
	background-image:url(/shared/images/catpage_ship_now.png);
	background-repeat:no-repeat;
	position:absolute;
	behavior: url(/shared/common/iepngfix.htc);
}
.shipLaterTag {
	height:69px;
	width:70px;
	top:16px;
	left:27px;
	z-index:1;
	background-image:url(/shared/images/catpage_ship_later.png);
	background-repeat:no-repeat;
	position:absolute;
	behavior: url(/shared/common/iepngfix.htc);
}
.newReleaseTag {
	height:69px;
	width:70px;
	top:16px;
	left:27px;
	z-index:1;
	background-image:url(/shared/images/catpage_new_release_corner.png);
	background-repeat:no-repeat;
	position:absolute;
	behavior: url(/shared/common/iepngfix.htc);
}
.newReleaseSwoosh {
	height:90px;
	width:92px;
	top:16px;
	left:27px;
	z-index:1;
	background-image:url(/shared/images/catpage_new_release.png);
	background-repeat:no-repeat;
	position:absolute;
	behavior: url(/shared/common/iepngfix.htc);
}
.productImageContainer {
	width:155px;
	padding-left:5px;
	position:relative;
}
.catPageProductBorderText, .catPageProductTitle {
	margin-top:2px;
	margin-left:10px;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.productListingContainer .Title {
	height:27px;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	vertical-align:top;
	overflow:hidden;
}
.productListingContainer .SKU {
	font-size:9px;
	color:#999999;
	position:absolute;
	bottom:5px;
	right:59px;
}
.productListingContainer .Price {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:right;
	white-space:nowrap;
	line-height:14px;
}
.productListingContainer .SalePrice {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-align:right;
	white-space:nowrap;
	line-height:14px;
}
.productListingContainer .MSRP {
	font-size:10px;
	color:#666666;
	text-align:right;
	white-space:nowrap;
	line-height:10px;
}
.productListingContainer .PriceDivider {
	height:20px;
	width:2px;
	background-color:#333333;
}
.productListingContainer .Savings {
	font-size:11px;
	font-weight:bold;
	color:#009900;
	text-align:right;
	white-space:nowrap;
	line-height:15px;
	border-top:2px solid #333333;
}
.productListingContainer .PricingContainer {
	position:absolute;
	top:6px;
	right:0px;
	padding-right:2px;
	padding-left:8px;
	background-color:#FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}


/*--- Product page ---*/
#prdPageLargeImages {
	width:225px;
	height:225px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#prdPageLargeImages img {
	position:absolute;
	top:0px;
	left:0px;
}
#prdPageThumbImages td {
	height:39px;
	width:39px;
	cursor:pointer;
}
#prdPageThumbImages img {
	width:25px;
	border:1px dashed #CCCCCC;
	-ms-interpolation-mode:bicubic;
}
#prdPageThumbImages img:hover {
	width:35px;
	border:1px solid #CCCCCC;
}
#prdPageThumbImages .ActiveThumb, #prdPageThumbImages .ActiveThumb:hover {
	width:35px;
	border:1px solid #FF0000;
}
#prdPageZoomImageViewer {
	position:absolute;
	top:-10px;
	left:-9px;
	height:425px;
	width:400px;
	padding:3px;
	background-color:#FFFFFF;
	border: 3px double #000000;
	display:none;
}
#prdPageZoomImageViewer .navButton {
	text-align:center;
	float:left;
	width:33%;
}
#prdPageZoomImageViewer .navButton img {
	cursor:pointer;
}
.prdPageFeatureText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000000;
	cursor:pointer;
	padding:6px 2px 6px 2px;
	margin:0px 0px 4px 4px;
	text-align:center;
	width:40px;
}
.prdPageSizeChartLink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	cursor:pointer;
	color: #0033FF;
}
.prdPagePrices #MSRP {
	font-size:12px;
}
.prdPagePrices #Price {
	font-size:12px;
	font-weight:bold;
}
.prdPagePrices #SalePrice {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
.prdPagePrices #Savings {
	font-size:14px;
	font-weight:bold;
	color:#009900;
	border-top:2px solid #000000;
	margin-bottom:2px;
}
.prdPageOptions {
	font-family: courier; /* safe to assume this is monospace? */
	font-size: 11px;
	width: 100%;
}
.prdPageOptions .onSale {
	color:#FF0000;
}
.prdPageOptions .topSeller {
	color:#009900;
}
.prdPageKitOptions {
	font-family: courier; /* safe to assume this is monospace? */
	font-size: 11px;
	width: 100%;
}
.prdPageProductTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	background-color: #000000;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
}
#prdPageValidationMessage {
	background-color:#FFFFCC;
	color:#FF0000;
	font-size:11px;
	padding:3px;
	border:1px dashed #FF6600;
	margin-top:10px;
	display:none;
}
#offlinePurchaseMessage{
	background-color:#FFFFCC;
	color:#FF0000;
	font-size:11px;
	padding:3px;
	border:1px dashed #FF6600;
	margin-top:10px;
	display:none;
}

.rebateRangeNotMatchedMessage, .cartMessage {
	border: 1px solid #FFCC33;
	background-color: #FFFF99;
	padding:3px; 
	margin:3px;
}
.holidayShippingChart {
	border-collapse: collapse;
	border: 1px solid #000000;
	font-size: 11px;
}
.holidayShippingChart caption {
	padding-bottom: 3px;
}
.holidayShippingChart th {
	background-color: #CCCCCC;
	border-bottom: 1px solid #000000;
}
.holidayShippingChart td {
	padding: 1px 5px;
}
.prdPageKitTitle {
	margin-top:10px;
	margin-bottom:5px;
	background-color:#000000;
	padding:3px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
.prdPageDescriptionTitle {
	background-color:#000000;
	height:18px;
	padding-left:3px;
	padding-right:3px;
	color:#FFF;
}
.prdPageDescriptionTitle #Title {
	font-weight:bold;
	font-size:11px;
}
.prdPageDescriptionTitle #SKU {
	color:#E0E0E0;
	font-size:11px;
}
.prdPageDescription {
	font-size:11px;
}
.prdPageDescription ul {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:15px;
	padding-left:15px;
}

/*--- Service page ---*/
.servicePageContactLink {
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.servicePageContactLink:hover {
	color:#FFFF00;
}

/*--- Contact page ---*/
.footNote {
	color:#999999;
	font-size:10px;
}
.footNote a {
	color:#0000FF;
}
#contactContent {
	line-height:16px;
}
#contactMessages {
	margin-left:76%;
}
#contactMessages fieldset div {
	padding:2px;
	font-size:11px;
}
#contactMessages a {
	color:#0000FF;
	text-decoration:underline;
}
#contactContent {
	width:74%;
	float:left;
}
#contactContent .textHeading, #contactMessages .textHeading {
	color:#C30102;
	font-size:13px;
	font-weight:bold;
}
#contactContent .sectionHeading {
	padding:8px;
	margin-top:10px;
	/*background-color:#00009E;*/
	color:#00009E;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #00009E;
}
#contactContent .sectionHeadingBox {
	background-color:#00009E;
	color:#FFFFFF;
}
#contactContent .section {
	background-image:url(/shared/images/bg_greyFade.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:10px 15px;
	margin-bottom:10px;
}
#contactContent .section th {
	text-align:right;
}
#contactContent .topicTitle {
	margin:4px 0px;
	font-weight:normal;
	font-style:italic;
}
#contactContent #activeTopic {
	color:#2565F6;
}
#contactContent .topicTitle img {
	border:none;
	margin-right:5px;
}
#contactContent .topicTitle a {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}
#contactContent .topicMessage {
	margin:3px 0px 10px 15px;
	padding:5px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	background-color:#FFFFE1;
	border:1px dashed #666666;
	display:none;
}
#contactContent .topicMessage a, #contactContent .fakeLink {
	color:#0000FF;
	text-transform:uppercase;
	font-size:10px;
	font-weight:normal;
}
#contactContent .errorBox, #contactContent .successBox {
	text-align:left;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
}
#WzBoDyI a{
	color:#C00;
	text-decoration:underline;
}