/* Product Page Style */
/*
To add styling to any text anywhere in site that doesnt already have css, wrap
<span class="class_name"></span> around the text and add a css block below, similar to one that already exists
*/


/* this is for the layer popups */
div#gPageMask, div#gLayerMask  {
  z-index: 0;
  display: none;
  position: absolute;
  moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: #000;
}
div#gLargePic, div#gOneMoment {
  z-index: 5;
  display: none;
  position: absolute;
  background-color: #FFF;
  border-style: solid;
  border-width: 1px;
}


/* video thumbnail */
.olContainer{margin:0;padding:0;width:100px;position:relative;height:1%;}
.olImg{background:url(/images/play.png) no-repeat;bottom:6px;cursor:pointer;display:block;height:24px;right:2px;position:absolute;width:24px;z-index:5;}
.videothumb {
 	border-style: double;
	border-width: 3px;
	border-color: #999999;
}



/* this is the product categories in the upper left side of the shopping cart */
.BreadCrumb {
	font-family: Tahoma;
	font-size: 13px;
}
.SubBreadCrumb {
	font-family: Tahoma;
	font-size: 11px;
}
A.BreadCrumb:link, A.BreadCrumb:visited, A.BreadCrumb:active, A.SubBreadCrumb:link, A.SubBreadCrumb:visited, A.SubBreadCrumb:active  {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: none;
	
}
A.BreadCrumb:hover, A.SubBreadCrumb:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: underline;
}

/* ALL PRODUCTS IN.... & CLICK A PRODUCT.... */
.ListHeading {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;	
}


/* LIST PAGES */
.CategoryText {
	font-family: Tahoma;
	font-size: 11px;
}
.ProductList {
	background-color: #FFF;
}
A.ProductList:link, A.ProductList:visited, A.ProductList:active  {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: none;
}
A.ProductList:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: underline;
}

.ProductListImages {
	background-color: #FFF;
}
A.ProductListImages:link, A.ProductListImages:visited, A.ProductListImages:active  {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: none;
	
}
A.ProductListImages:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: underline;
}

.ThumbPrice {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}

.PageNav {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: none;
}
.PageNavSelected {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #002287;
	text-decoration: none;
}

/* SEARCH RESULTS */

A.SearchProductName:link, A.SearchProductName:visited, A.SearchProductName:active  {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: none;
	
}
A.SearchProductName:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: underline;
}
.SearchDescription {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.SearchItem {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}
.SearchPrice {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}


/* PRODUCT PAGES */
.Product_Cell {
	background-color: #FFF;
}
.Product_Name {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.Product_ItemNumber, .Product_Size {
	font-family: Tahoma;
	font-size: 11px;
	color:#999999;
}
.Product_Description, .Quantity {
	font-family: Tahoma;
	font-size: 11px;
}
.Product_Price {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.Free_Shipping {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color:#ff0000;
}
A.BackToProducts:link, A.BackToProducts:visited, A.BackToProducts:active  {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: none;
}
A.BackToProducts:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: underline;
}
.BackToProducts {
	font-family: Tahoma;
	font-size: 11px;
	color: #002287;
}

.Image_Cell {
	background-color: #FFF;
}
.Image_Cell_Pointer {
	background-color: #FFF;
	cursor: pointer
}

/* table row rollover */
.matrix-pointer { background-color: rgb(255,248,209); cursor: pointer }
.matrix-default { background-color: rgb(255,248,209); cursor: default }


/* SHOPPING CART */
.CartTable {
	border-color: #B7C9FF;
	border-width: 1px;
	border-style: solid;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.CartHeading {
	background-color: #B7C9FF;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight:bold;	
}
.Cart {
	background-color: #D5DFFF;
	padding-left: 2px;
	padding-right: 2px;
}
.CartListInput {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFF;
}
A.CartListLink:link, A.CartListLink:visited, A.CartListLink:active  {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: none;
}
A.CartListLink:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: underline;
}
.CartPrice {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.CartDiscountText {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.CartSubTotal, .CartTax, .CartShipping {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.CartDiscount {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
}
.CartTotal {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
A.CartRemoveLink:link, A.CartRemoveLink:visited, A.CartRemoveLink:active  {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: none;
}
A.CartRemoveLink:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: underline;
}



/* ORDER HISTORY PAGE */
.OrdersTable, .OrderDetailsTable, .OrderListTable, .OrderShipTable{
	border-color: #B7C9FF;
	border-width: 1px;
	border-style: solid;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.OrdersHeading, .OrderDetailsHeading, .OrderListHeading, .OrderShipHeading  {
	background-color: #B7C9FF;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;

}
.Orders, .OrderDetails, .OrderList, .OrderShip {
	background-color: #D5DFFF;
	padding-left: 2px;
	padding-right: 2px;
}
A.Orders:link, A.Orders:visited, A.Orders:active  {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: none;
}
A.Orders:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #002287;
	text-decoration: underline;
}

/* PROFILE PAGE */
.ProfileTable {
	border-color: #B7C9FF;
	border-width: 1px;
	border-style: solid;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.ProfileHeading  {
	background-color: #B7C9FF;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;

}
.ProfileDetails {
	background-color: #D5DFFF;
	padding-left: 2px;
	padding-right: 2px;
}
