﻿/* 
Dark Blue - #1b325f
Light Blue - #c8ced9
Input Border - #546587
Image Border - #C0DEFC
Grey - #7d7d7d
Light Grey - #dbe4f1
 */
a {font-size:1em;}
a:hover {font-size:1em;}

h1.pageTitle {
	background:#1b325f;
	margin:0px;
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:29px;
}
h1.pageTitle a {color:#fff;}

.ratingStars {
	overflow:hidden;
	width:70px;
	margin:auto;
}
.ratingStars ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.ratingStars ul li {
	display:block;
	float:left;
	margin-left:1px;
	width:13px;
	height:13px;
	background:#d1d1d1;
}
.ratingStars ul .fullStar {}
.ratingStars ul .fullStar .starFill {
	background-color:#f7941c;
	height:13px; 
	width:100%;
}
.ratingStars ul .halfStar .starFill {
	background-color:#f7941c;
	height:13px; 
	width:50%;
}
.ratingStars ul .emptyStar .starFill {
	background-color:none;
	height:13px; 
	width:100%;
}
.starImage {
	position:absolute;
	z-index:1;
	width:13px;
	height:13px;
	}

/*Browse Product*/
#ProductContainer {
	overflow-y:hidden;
	margin-bottom:15px;
}
#ProductLeftColumn {
	float:left;
	width:200px;
	background:#c8ced9;
}

#ProductRightColumn {
	float:right;
	width:200px;
	background:#c8ced9;
}

#ProductHead {
	overflow-y:hidden;
	background:#fff;
	padding:0px 1px;
}

#ProductBody {
	overflow-y:hidden;
	background:#fff;
	min-height:516px;
	padding:0px 15px;
}
/*#ProductLeftColumn {
	float:left;
	margin-right:15px;
	width:200px;
	background:#c8ced9;
}*/

#SubCategoryList {
	margin-bottom:50px;
	padding:0px 10px;
	color:#1b325f;
}
#SubCategoryList h2 {
	margin:10px 0px;
	font-size:13px;
	text-transform:uppercase;
}
#SubCategoryList  ul {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:12px;
}
#SubCategoryList  ul .CurrentCategory{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:14px;    
}
#SubCategoryList  ul .ParentCurrentCategory{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:12px;
}
#SubCategoryList  ul a {
	color:#1b325f;
	font-size:12px;
	text-decoration:none;
}
#SubCategoryList  ul .CurrentCategory a {
	color:#1b325f;
	text-decoration:none;
}

#SubCategoryList  ul a:hover {
	text-decoration:underline;
}

#SubCategoryList ul ul {
	margin-left:15px;
}
.categoryListing span {display:none;}
#SubCategoryList span {display:none;}
#SubCategoryList .CurrentCategory span {display:inline;}
#SubCategoryList .CurrentCategory .UnvisitedCategory span {display:none;}

.productListItem img {border:1px solid #1b325f;}
#RecentlyViewedList {
	border:1px solid #1b325f;
	text-align:center;
}
#RecentlyViewedList h2 {
	margin:0px;
	padding:0px;
	background:#1b325f;
	font-size:13px;
	color:#c8ced9;
	line-height:29px;
	text-transform:uppercase;
}
#RecentlyViewedList .productListItem {
	padding:20px;
}
#RecentlyViewedList .productListItem .productListInfo p:first-child {
    height:32px;
    overflow:hidden;
}
#RecentlyViewedList .productListItem p {
	margin:0px;
	color:#1b325f;
	font-size:11px;
}

#Search {
	margin-top:2px;
	float:right;
}
#Search input {
	margin:5px 0px;
	width:197px;
	height:15px;
	border:1px solid #1b325f;
	font-size:9px;
	color:#7d7d7d;
}
#Search a {
	font-size:13px;
	color:#7d7d7d;
	text-decoration:none;
	text-transform:uppercase;
	line-height:15px;
}
#Breadcrumbs {
	padding:5px 0px 5px 15px;
	color:#1b325f;
	font-size:11px;
}
#Breadcrumbs a {
	color:#1b325f;
	font-size:11px;
	text-decoration:none;
}
#Breadcrumbs a:hover {text-decoration:underline;}

/*#ProductRightColumn {
	float:right;
	margin-left:15px;
	width:200px;
	background:#c8ced9;
}*/

#RecommendedList {
	border:1px solid #1b325f;
	text-align:center;
}
#RecommendedList h2 {
	margin:0px;
	padding:0px;
	background:#1b325f;
	font-size:13px;
	color:#c8ced9;
	line-height:29px;
	text-transform:uppercase;
}
#RecommendedList .productListItem {
	padding:20px;
}
#RecommendedList .productListItem .productListInfo p:first-child {
    height:32px;
    overflow:hidden;
}
#RecommendedList .productListItem p {
	margin:0px;
	color:#1b325f;
	font-size:11px;
}
.productListItem .storeButton {
	padding:2px 5px;
	background:#1b325f;
	color:#fff;
	font-size:9px;
	text-decoration:none;
	text-transform:uppercase;
}
#ProductContainer #RecommendedList  {margin-top:230px;}

#ProductPricingContainer {
	position:absolute;
	z-index:1;
	margin:20px 0 0 458px;
	width:312px;
	height:212px;
}
#ProductPricingContainer h3 {
	margin:5px;
	padding:5px;
	font-size:16px;
	color:#fff;
	background-color:#1B325F;
}

#ProductInfoDetails {
	margin:20px 100px 0px 0;
	overflow:hidden;
}

#ProductDescription {
	font-size:16px;
	color:#777;
}

#ProductPricing {
	float:none;
	width:auto;
	padding: 0 15px;
}
#ProductPricing p {margin:0px;}
#ProductPricing #ListPrice {
	color:#7d7d7d;
	font-size:12px;
}
#ProductPricing #ListPrice span {text-decoration:line-through;}
#ProductPricing #OurPrice {
	margin-bottom:20px;
	font-size:20px;
}
#ProductPricing #OurPrice span {
	color:#006600;
}
#ProductPricing #DisplayOptions {
    color:#990000;
    margin:-20px 0px 0px 20px;
}
#ProductPricing #InStock {
	font-size:17px;
	color:#006600;
}
#ProductPricing #Shipping {
	margin-bottom:17px;
	color:#7d7d7d;
	font-size:12px;
}
#ProductPricing #Shipping a {text-decoration:none;}
#ProductPricing #Shipping a:hover {text-decoration:underline;}
#ProductPricing #Quantity {float:left;}
#ProductPricing #Quantity p {
	display:inline;
	font-size:16px;
	font-weight:bold;
}
#ProductPricing #Quantity input {
	width:20px;
	border:1px solid #1b325f;
}
#ProductPricing  #AddToCart {
	float:right;
	background:#1b325f;
	padding:7px 11px;
	margin-top:3px;
}
#ProductPricing #AddToCart a {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#ProductPricing #AddToCart.pickOptions {padding:7px 21px;}

#CustomizeDescription{
	color:Red;
	font-weight:bold;
}

#ProductInfo {
	overflow-y:hidden;
	padding:1px;
}
#ProductInfo #ProductImage {
	float:left;
	margin:0px 15px 15px 0px;
	cursor:pointer;
}
#ProductInfo #ProductImage #MainProductImage {
	width:150px;
	/*height:150px;*/
}
#ProductInfo #ImagePopup {
    display:none;
    position:absolute;
    max-width:570px;
    top:100px;
    left:50%;
    margin-left:-285px;
    border:1px solid #1b325f;
    background-color:#fff;
    z-index:3;
}
#ProductInfo #ImagePopup div {
    padding:5px;
    background-color:#1b325f;
    text-align:right;
}
#ProductInfo #ImagePopup div span{
    color:#fff;
    font-size:11px;
    cursor:pointer;
}
#ProductInfo #ImagePopup img {
    margin:10px;
    max-width:550px;
    max-height:550px;
}
#ProductInfo h1 {
	font-size:20px;
	color:#000;
}
#ProductInfo p {
	font-size:12px;
	overflow:hidden;
}
#ProductInfo ul {
	font-size:12px;
	overflow:hidden;
}
#ProductInfo a {
	font-size:11px;
	color: #000;
	text-decoration:none;
}
#VolumeDiscounts ul {
	list-style:none;
	color:#7d7d7d;
}
#ProductInfo a:hover {text-decoration:underline;}

#AlternateImages {
    clear:left;
    margin-top:20px;
}
#AlternateImages .altImage {
	float:left;
	height:50px;
	width:50px;
	margin:0px 5px;
	text-align:center;
	cursor:pointer;
}
#AlternateImages .altImage img {
	max-width:50px;
	max-height:50px;
}
#AlternateImages .altImage p {
	font-size:11px;
	margin:0px;
}
#RatingAndManufacturerLogo{
	margin:10px 100px 10px 0;
	overflow:hidden;
}
#ManufacturerLogo {
	float:right;
	margin:0px 10px;
}
#ProductRating {
	float:right;
}
#ProductRating  p {
	clear:left;
	margin:5px 0px;
}
#ProductRating .ratingStars {
	float:left;
	margin:0px;
}
#ProductRating span {
	float:left;
	font-size:11px;
}

#ProductInfoTabs {
	clear:both;
}
#ProductInfoTabs ul {
	list-style:none;
	margin:20px 0 0;
	*margin:0px;
	padding:0px 0 0 5px;
}
#ProductInfoTabs ul li {
	float:left;
	width:114px;
	height:24px;
	margin:0px;
	padding:13px 0px 0px 20px;
	background:#c8ced9;
	font-size:12px;
	color:#1b325f;
	cursor:pointer;
}
#ProductInfoTabs ul li:hover {background:#e9ebef;}
#ProductInfoTabs .tabInfo {
	display:none;
}
#ProductInfoTabs .selectedTab {
	display:block;
	background:#e9ebef;
}
#ProductInfoTabs  #VisibleTab {
	clear:both;
	*clear:none;
	background:#e9ebef;
	padding:5px 10px;
	width:536px;	
}
#ProductInfoTabs  #VisibleTab p {
	margin-bottom:0px;
	font-size:11px;
	color:#000;
}
#ProductInfoTabs  #VisibleTab p .errorMessage {
	display:none;
	color:#a40902;
}
#ProductInfoTabs  #VisibleTab ul {
	background:none;
	float:none;
	padding:0 0 0 20px;
	margin:10px 0px;
	width:auto;
	height:auto;
	cursor:default;
	list-style:disc;
}
#ProductInfoTabs  #VisibleTab {font-size:12px;}
#ProductInfoTabs  #VisibleTab li {
	background:none;
	display:block;
	float:none;
	padding:0px;
	margin:0px;
	width:auto;
	height:auto;
	cursor:default;
	color:#000;
}
#VisibleTab .productQuestion {
	padding:10px 0px;
	border-bottom:1px solid #7d7d7d; 
}
#VisibleTab .productQuestion h1 {
	margin:0px;
	font-size:11px;
	color:#000;
	text-transform:uppercase;
}
#VisibleTab .productQuestion h2 {
	margin:0px;
	font-size:11px;
	color:#000;
	font-weight:normal;
}
#ProductInfoTabs  #VisibleTab h3 {
	font-size:12px;
	color:#000;
	text-transform:uppercase;
}
#ProductInfoTabs  #VisibleTab input {
	border:1px solid #1b325f;	
}
#ProductInfoTabs  #VisibleTab textarea {
	border:1px solid #1b325f;	
	width:400px;
}
#ProductInfoTabs  #VisibleTab .storeButton {
	margin-top:10px;
	padding:3px 10px;
	border:0px;
	background:#1b325f;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}
#ProductInfoTabs ul {height:38px;}
#ProductInfoTabs #VisibileTabBottom {height:8px;}
#ProductAd {
	background-color:#1B325F;
	height:50px;
}
#ProductAd span {
	color:#fff;
	font-size:30px;
	font-weight:bold;
	padding:0px 10px;
	line-height:50px;
}
#ProductAd .ad {
	margin: 0 0 0 210px;
	*margin: 0 0 0 10px;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:26px;
}
#ProductRightColumn {padding-top:50px;}
#PrintPage {
	margin:0px 5px;
	padding-left:20px;
	font-size:11px;
	color:#1b325f;
	text-decoration:underline;
}
#EmailFriend {
	margin:0px 5px;
	padding-left:20px;
	font-size:11px;
	color:#1b325f;
	text-decoration:underline;
	cursor:pointer;
}
/*Product Options*/
#ProductOptions {
	color:#1B325F;
}
#ProductOptions h3 {
	margin:0px;
	padding:5px;
	font-size:14px;
	color:#1B325F;
	background-color:#C6CCD7;
}
#ProductOptions ul {
	margin:15px;
	padding:0px;
	list-style:none;
	font-size:11px;
}
#ProductOptions li {
	overflow:hidden;
	clear:both;
	margin:5px 0;
	border-bottom:1px solid #dbe4f1;
}
#ProductOptions .optionName {
	float:left;
	width:100px;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	text-align:right;
}
#ProductOptions .optionEntries {
	overflow:hidden;
	line-height:20px;
	margin-left:110px;
}
#ProductOptions .optionEntries span {
}
#ProductOptions .optionEntries div {
	float:left;
	margin:2px;
	width:60px;
	text-align:center;
	cursor:pointer;
}
#ProductOptions .optionEntries div img {
	border:1px solid #dbe4f1;
	padding:1px;
}
#ProductOptions .optionEntries div.selected img {
	border:1px solid #e90000;
	padding:1px;
}
#ProductOptions .optionEntries h4 {
	clear:left;
	margin:0px;
	font-size:13px;
	color:#7d7d7d;
	font-weight:normal;
	border-bottom:1px solid #C6CCD7;
}
#ProductOptions .optionEntries p {
	margin:0px;
	height:35px;
	font-size:10px;
}
#ProductOptions .optionEntries p span {display:none;}
#ProductOptions #Quantity {
	margin: 0 15px;
	float:left;
}

/*Email Friend Form*/
#EmailFriendForm {
	position:absolute;
	display:none;
	top:100px;
	left:50%;
	z-index:10;
	width:376px;
	margin-left:-185px;
	background-color:#fff;
	border:1px solid #1B325F;
	color:#1B325F;
}
#EmailFriendForm h3 {
	margin:0px;
	padding:5px;
	font-size:16px;
	color:#fff;
	background-color:#1B325F;
}
#EmailFriendForm h3 span {
	float:right;
	font-size:11px;
	font-weight:normal;
	line-height:21px;
	cursor:pointer;
	*margin-top:-21px;
	*margin-right:10px;
}
#EmailFriendForm p {
	margin:3px 20px;
	font-size:12px;
}
#EmailFriendForm p label span {
	display:none;
	color:#A40902;
}
#EmailFriendForm p .emailFriendInput {border:1px solid #1B325F;}
#EmailFriendForm .storeButton {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	padding:3px 10px;
	border:0px;
	background:#1b325f;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}

/*Product Ratings*/
#ProductRatingContainer h1 {
	background:#1b325f;
	margin:0px;
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:29px;
	/*font-size:20px;*/
}
#ProductRatingContainer h1 a {
	color:#fff;
}
#ProductRatingContainer h2 {
	padding:0px 15px;
	font-size:13px;
	color:#1b325f;	
}
#ProductRatingContainer h2 a {
	color:#365DA3;
}
#ProductRatingBody {overflow:hidden;}
#ProductRatingTitle p {
	padding:0px 15px;
}
#ProductRatingContainer span.ratingStars {
	display:inline;
	margin:0px;
}
#ProductRatingTitle span.ratingStars {padding-right:10px;}
#ProductRatingList {
	margin:20px 0px;
}
#ProductRatingContainer #ProductLeftColumn #RecentlyViewedList h2 {color:#dbe4f1;}
#ProductRatingContainer #ProductRightColumn #RecommendedList h2 {color:#dbe4f1;}
#ProductRatingList .productRatingListItem {
	padding: 10px;
	margin:20px 0px;
	border-bottom:1px solid #dbe4f1;
	font-size:11px;
}
#ProductRatingList .productRatingListItem p {
	margin:3px 0px;
}
#ProductRatingList .productRatingListItem p span {
	font-weight:bold;
	color:#1b325f;
}
#ProductRatingList .productRatingListItem p a {
	font-size:12px;
	font-weight:bold;
	color:#000;
}
#ProductRatingList .productRatingListItem .storeButton {
	margin-top:10px;
	padding:3px 10px;
	border:0px;
	background:#1b325f;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}

#ProductRatingList div.ratingStars {
	float:right;
	margin:0px;
}
#ProductRatingList .productRatingOrder {
	list-style:none;
	margin:20px 0px;
	padding:10px;
}

/*Product Filters*/
#ProductListOptions {
	padding:10px;
	/*border-bottom:1px solid #dbe4f1;*/
	background-color:#dbe4f1;
}
#ProductListOptions p {
	font-size:11px;
	margin:0px 0px 5px;
}
#ProductListOptions div {
	display:inline;
	margin-right:20px ;
}
#ProductListOptions .pageNumbers{
    float:right;
    font-size:11px;
}
#ProductListOptions .pageNumbers span{
    font-weight:bold;
}

/*Browse Category*/
#CategoryContainer {
	overflow-y:hidden;
	margin-bottom:15px;
	/*background:#c8ced9;*/
}
#CategoryLeftColumn {
	float:left;
	width:200px;
	background:#c8ced9;
}

#CategoryHead {
	overflow-y:hidden;
	background:#fff;
	padding:0px 1px;
}

#CategoryBody {
	overflow-y:hidden;
	background:#fff;
}

#CategoryTitle {overflow:hidden;}
#CategoryTitle h1 {
	background:#1b325f;
	margin:5px 0px 0px;
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:29px;
}

#CategoryDescription
{
    overflow:hidden;
    padding:10px 30px;
}

#CategoryList 
{
	overflow:hidden;
	padding:10px 30px;
}

div.categoryListItem {
	float:left;
	width:100px;
	margin:10px;
	text-align:center;
}
div.categoryListItem img {
	border:1px solid #C0DEFC;
}
div.categoryListItem p {
	height:32px;
	*height:40px;
	margin:5px 0px 0px;
	font-size:11px;
	font-weight:bold;
}
div.categoryListItem a {
	display:block;
	height:102px;
	color:#1b325f;	
}

#CategoryProductList 
{
	overflow:hidden;
	padding:34px 25px;
	border-top:1px solid #dbe4f1;
}
#CategoryProductList .productListItem {
    float:left;
	width:140px;
	margin:10px 0px;
	padding: 0px 10px 20px;
	border-bottom:1px solid #dbe4f1;
	text-align:center;
}
#CategoryProductList .productListItem p {
	margin:2px 0px;
	font-size:11px;
	font-weight:bold;
}
#CategoryProductList .productListItem .productListInfo p:first-child {
    height:32px;
    overflow:hidden;
}
#CategoryProductList .productPictureAndRating {height:119px;}
#CategoryProductList .productPictureAndRating a {
	display:block;
	height:106px;
}
#CategoryProductList .productPictureAndRating img {
	border:1px solid #C0DEFC;
}
#CategoryProductList .categoryListItem a {
	color:#1b325f;	
}
#CategoryProductListNavigation {
	clear:both;
	padding-top:10px;
	text-align:right;
}
#CategoryProductListNavigation div:first-child {
	float:left;
	text-align:left;
}
#CategoryProductListNavigation .storeButton {
	padding:3px 10px;
	background:#c8ced9;
	border:1px solid #1b325f;
	color:#1b325f;
}

/*View Cart*/
#CartHead #Search {
	float:right;
}
#CartHead #Search input {
	width:197px;
	height:15px;
	border:1px solid #1b325f;
	font-size:9px;
	color:#7d7d7d;
}

#CartTitle {
	clear:both;
	overflow:hidden;}
#CartTitle h1 {
	background:#1b325f;
	margin:5px 0px 0px;
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:29px;
}

#CartHead #Search a {
	font-size:13px;
	color:#7d7d7d;
	text-decoration:none;
}
#CartRightColumn {
	float:right;
	margin-left:15px;
	padding-top:10px;
	width:200px;
	background:#c8ced9;
}

#CartBody {
	margin-right:200px;
	padding:10px;
}
#CartBody h3 a {color:#365DA3;}

#CartListHead {
	padding:8px 20px;
	font-size:11px;
	background:#c8ced9;
	color:#000;
}
#CartListHead h1 {
	margin:0px;
	padding:0px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:normal;
}
#CartListHead h1 span {
	font-size:10px;
	text-transform:none;
}
#CartListHead div {float:right;}
#CartListHead div span {
	display:inline-block;
	width:109px;
	font-size:11px;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:normal;
}
#CartListHead .cartTotalPrice {
	width:135px;
}

.cartItem {
	overflow:hidden;
	padding:20px 10px;
	border-bottom:1px solid #dbe4f1;
}

.cartItemPricing {
	float:right;
	font-size:11px;
}
.cartItemPricing span {
	display:inline-block;
	width:150px;
	text-align:right;
}
.cartItemPricing span.cartTotalPrice {
	width:102px;
}
.cartItemPricing input {
	width:23px;
	border:1px solid #546587;
}
.cartItemPricing span a {
	color:#000;
	text-decoration:none;
}
.cartItemPricing span a:hover {text-decoration:underline;}

.cartItemInfo img{
	float:left;
	margin-right:10px;
	border:1px solid #C0DEFC;
}
.cartItemInfo p{
	margin:0px 0px 5px;
	font-size:12px;
	color:#000;
}
.cartItemInfo p.cartProductName {font-weight:bold;}
.cartItemInfo p.cartProductInStock {font-weight:bold;}
.cartItemInfo ul {
	margin:5px 0px;
	padding-left:160px;
	list-style:none;
	font-size:11px;
}
.cartItemInfo li {
	margin:0px;
	color:#1b325f;
}
.cartItemInfo li span {color:#7d7d7d;}

.cartItemRemove {
	float:right;
	margin-top:20px;
	padding:3px 20px;
	border:1px solid #C0DEFC;
	font-size:11px;
}
.cartItemRemove a {
	color:#000;
	text-decoration:none;
}
#CartFoot {	padding:0px 10px;}

#CartPromoInput {float:left;}
#CartPromoInput input {
	width:198px;
	border:1px solid #546587;
	font-size:10px;
	color:#7d7d7d;
	text-transform:uppercase;
	padding:3px 5px;
}
#CartPromoInput a {
	font-size:11px;
	color:#7d7d7d;
	text-transform:uppercase;
	text-decoration:none;
}
#CartPromoInput p {
    color:Red;
    font-size:11px;
    margin-left:10px;
}
#CartPromoInput a:hover {text-decoration:underline;}

#CartTotals {
	padding-right:5px;
	text-align:right;
	font-size:11px;
}
#CartTotals p {
	margin:5px 0px;
}
#CartTotals span {
	display:inline-block;
	width:87px;
}
#CartTotals p#CartMerchSubtotal {
	margin-bottom:20px;
	font-weight:bold;
}
#CartTotals p#CartMerchSubtotal span {font-weight:normal;}
#CartTotals p#CartUpdatedTotal {font-weight:bold;}
#CartTotals p#CartUpdatedTotal span {font-weight:normal;}
#CartTotals a {
	margin:0px 5px;
	padding:5px 10px;
	background:#1b325f;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

/*My Account*/
.myAccountDisplayInformation {
    margin:20px 20px;
    font-size:12px;
    font-weight:bold;    
}
#MyAccountTitle h1 {
	background:#1b325f;
	margin:5px 0px 0px;
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:29px;
}
.myAccountContainer {
	overflow:hidden;
	clear:left;
	margin:20px 10px;
	border:1px solid #1b325f;
	color:#000;
}
.myAccountContainer div {
	float:left;
	width:20%;
	padding:5px 20px;
	border-right:1px solid #1b325f;
	background-color:#dbe4f1;
}
.myAccountContainer div h1 {
	margin:0px;
	font-size:20px;
}
.myAccountContainer div p {
	font-size:12px;
	color:#1b325f;
}
.myAccountContainer ul {
	margin:0px 10px;
	padding:0px;
	list-style:none;
	font-size:11px;
}
.myAccountContainer ul li {
	float:left;
	width:20%;
}
.myAccountContainer ul li span {
	font-weight:bold;
	padding-left:5px;
}
.myAccountContainer ul li ul {}
.myAccountContainer ul li ul li {
	display:block;
	width:100%;
	padding-left:5px;
}
.myAccountContainer ul li ul li a {
	font-size:11px;
	color:#1b325f;
	padding-left:5px;
}


/*Orders*/
#TrackPackages h1 {
	/*color:#000;*/
	background:#1b325f;
	margin:5px 0px 0px;
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:29px;
}
#TrackPackages h1 a {
	color:#fff;
}
#TrackPackages p {
	color:#000;
	margin:5px 0px;
}
#TrackPackages .orderInfoContainer {
	background-color:#dbe4f1;
	float:left;
	width:200px;
	padding:10px 20px;
}
#TrackPackages .orderItem {
	overflow:hidden;
	clear:both;
	margin:20px 0px;
	border:1px solid #1b325f;
	color:#1b325f;
}
#TrackPackages .orderItem h2 {
	font-size:12px;
	font-weight:normal;
	color:#7d7d7d;
}
#TrackPackages .orderItem a {
	font-size:11px;
	font-weight:bold;
	color:#1b325f;
}
#TrackPackages .orderItem img {border:1px solid #c8ced9;}
#TrackPackages .orderItem .orderInfo {
	float:left;
}
#TrackPackages .orderItem .orderInfo p:first-child {
	font-weight:bold;
	color:#000;
}
#TrackPackages .orderItem .orderInfo p {
	color:#1b325f;
	font-size:12px;
}
#TrackPackages .orderItem .orderInfo p span {
	color:#7d7d7d;
}
#TrackPackages .orderItem .orderInfo a {
	color:#1b325f;
}
#TrackPackages .orderItem .shipmentItem {
	margin-left:25%;
	padding-left:20px;
	border-left:1px solid #dbe4f1;
}
#TrackPackages .orderItem .shipmentItem img {
	float:left;
	margin-right:20px;
}
#TrackPackages .orderItem .shipmentItem ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#TrackPackages .orderItem .shipmentItem ul li {
    overflow:hidden;
    margin:10px;
}
#TrackPackages .orderItem .shipmentItem h3 span {
	color:#7d7d7d;
}
#TrackPackages .orderItem .shipmentItem .separator {
	width:90%;
	margin:auto;
	border-top:1px solid #dbe4f1;
}
/*View Invoice*/
#ViewInvoice #InvoiceHead p {
	margin:3px 0px;
	font-size:12px;
}
#ViewInvoice h1 a {
	color:#fff;
}
#ViewInvoice #InvoiceHead p span {
	font-weight:bold;
}
#ViewInvoice #InvoiceHead div {text-align:center;}
#ViewInvoice #InvoiceHead div h1 {
	font-size:18px;
	margin:0px;
	color:#1b325f;
}
#ViewInvoice .orderShipment {
	margin-bottom:20px;
	border:1px solid #000;
}
#ViewInvoice .orderShipment h2 {
	margin-top:0px;
	border-bottom:1px solid #000;
	padding:10px;
	font-size:14px;
	color:#000;	
	text-align:center;
}
#ViewInvoice .orderShipment h3 {
	margin-bottom:0px;
	padding:0px 20px;
	color:#000;
	font-size:12px;
}
#ViewInvoice .orderShipment h3 span {
	float:right;
	*margin-top:-10px;
}
#ViewInvoice .orderShipment p {
	margin:3px 0px;
}
#ViewInvoice .orderShipment p span {
	float:right;
	*margin-top:-10px;
}
#ViewInvoice .orderShipment ul {
	list-style:none;
	padding:0px 20px;
	font-size:12px;
}

#ViewInvoice .orderShipment .shippingInfo {border-top:1px solid #000;}
#ViewInvoice .orderShipment .shippingInfo p {
	font-size:12px;
	padding:0px 20px;
}
#ViewInvoice #PaymentInfo {
	overflow:hidden;
	border:1px solid #000;
}
#ViewInvoice #PaymentInfo h2 {
	margin-top:0px;
	border-bottom:1px solid #000;
	padding:10px;
	font-size:14px;
	color:#000;	
	text-align:center;
}
#ViewInvoice #PaymentInfo h3 {
	margin-bottom:0px;
	padding:0px 20px;
	color:#000;
	font-size:12px;
}
#ViewInvoice #PaymentInfo h3 span {
	float:right;
	*margin-top:-10px;
}
#ViewInvoice #PaymentInfo p {
	margin:3px 0px;
	padding:0px 20px;
	font-size:12px;
}
#ViewInvoice #PaymentInfo #PaymentTotals {
	float:right;
	text-align:right;
}
/*Order Summary*/
#OrderSummary h1 {
	/*color:#000;*/
	background:#1b325f;
	margin:5px 0px 0px;
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:29px;
	
}
#OrderSummary h1 a {
	color:#fff;
}
#OrderSummary p {
	font-size:12px;
	color:#000;
	margin:2px 0px;	
}
#OrderSummary p span {font-weight:bold;}
#OrderSummary .orderShipment {
	overflow:hidden;
	margin-bottom:20px;
	border:1px solid #c8ced9;
}
#OrderSummary .orderShipment h2 {
	margin-top:0px;
	padding:5px;
	background-color:#1b325f;
	font-size:14px;
	color:#fff;	
}
#OrderSummary .orderShipment h2 p {
	font-size:12px;
	color:#fff;
	margin:2px 0px;	
}
#OrderSummary .orderShipment h2 p a {
	font-size:12px;
	color:#fff;
	margin:2px 0px;
	text-decoration:underline;
}
#OrderSummary .orderShipment h3 {
	margin:0px;
	padding:0px 20px;
	color:#000;
	font-size:12px;
}
#OrderSummary .orderShipment h3 span {
	float:right;
	*margin-top:-10px;
}
#OrderSummary .orderShipment p {
	margin:3px 0px;
}
#OrderSummary .orderShipment p span {
	float:right;
	*margin-top:-10px;
}
#OrderSummary .orderShipment ul {
	list-style:none;
	margin:10px 0px;
	padding:0px 20px;
	font-size:12px;
}
#OrderSummary .orderShipment .orderItems {
	float:right;
	width:75%;
	margin-bottom:11px;
	border-left:1px solid #c8ced9;
	*padding-right:20px;
}
#OrderSummary .orderShipment .shippingInfo {
	
}
#OrderSummary .orderShipment .shippingInfo p {
	font-size:12px;
	padding:0px 20px;
}
#OrderSummary #PaymentInfo {
    overflow:hidden;
	border:1px solid #c8ced9;
}
#OrderSummary #PaymentInfo h2 {
	margin-top:0px;
	padding:5px;
	background-color:#1b325f;
	font-size:14px;
	color:#fff;	
}
#OrderSummary #PaymentInfo h3 {
	margin-bottom:0px;
	padding:0px 20px;
	color:#000;
	font-size:12px;
}
#OrderSummary #PaymentInfo h3 span {
	float:right;
	*margin-top:-10px;
}
#OrderSummary #PaymentInfo p {
	margin:3px 0px;
	padding:0px 20px;
	font-size:12px;
}
#OrderSummary #PaymentInfo #PaymentTotals {
	float:right;
	text-align:right;
}
/*Search Results*/
#SearchResults {
	overflow:hidden;
	background-color:#fff;
}
#SearchResults h1 {
	/*color:#000;*/
	background:#1b325f;
	margin:5px 0px 0px;
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:29px;
}
#SearchResultsBody {padding:0px 25px 30px;}
#SearchResults h2 {
	font-size:13px;
	color:#1b325f;
}
#SearchResults .productListItem {
    float:left;
	width:140px;
	margin:10px;
	text-align:center;
}
#SearchResults .productListItem p {
	margin:2px 0px;
	font-size:11px;
	font-weight:bold;
}
#SearchResults .productListItem .productListInfo p:first-child {
    height:32px;
    overflow:hidden;
}

#SearchResults .productPictureAndRating {height:119px;}
#SearchResults .productPictureAndRating a {
	display:block;
	height:107px;
}
#SearchResults .productPictureAndRating img {
	border:1px solid #C0DEFC;
}
#SearchResults .categoryListItem a {
	color:#1b325f;	
}
#ProductListNavigation {
	clear:both;
	margin-top:10px;
	text-align:right;
}
#ProductListNavigation .storeButton {
	padding:3px 10px;
	background:#c8ced9;
	border:1px solid #1b325f;
	color:#1b325f;
}
/*Shopping Cart Widget*/
#UserShoppingCart {
	display:inline;
	position:relative;
	*z-index:8;
}
#UserShoppingCart span {
	color:#1b325f;
	cursor:pointer;
}
#UserShoppingCart span span{color:#7d7d7d;}
#UserShoppingCart .cartPopup {
	position:absolute;
	z-index:7;
	display:none;
	right:0px;
	width:200px;
	padding:5px;
	background-color:#c8ced9;
	white-space:normal;
	text-transform:none;
	border:1px solid #1b325f;
}
#UserShoppingCart .cartPopup p {
	font-size:10px;
	margin:0 0 0 50px;
}
#UserShoppingCart .cartPopup span {
	color:#000;
}
#UserShoppingCart .cartPopup .cartPopupClose {cursor:pointer;}
#UserShoppingCart .cartPopup .cartPopupItem {
	background-color:#fff;
	margin:5px 0px;
	padding:5px;
}
#UserShoppingCart .cartPopup .cartPopupItem ul {
	font-weight:normal;
	text-transform:none;
	margin:0 0 0 60px;
}
#UserShoppingCart .cartPopup .cartPopupItem ul li {
	display:block;
	padding:0px;
}
#UserShoppingCart .cartPopup .cartPopupItem img {
	float:left;
	margin-right:5px;
}
#UserShoppingCart .cartPopup .cartPopupItem .storeButton {
	padding:0px 10px;
	background:#c8ced9;
	border:1px solid #1b325f;
	color:#1b325f;
	float:none;
}
#UserShoppingCart .cartPopup .storeButton {
	padding:0px 10px;
	background:#1b325f;
	color:#fff;
	float:right;
}
#UserShoppingCart .cartPopup .viewCart {float:right;}

/*View Your Questions*/
#ViewQuestions h1 {
	background:#1b325f;
	margin:5px 0px 0px;
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:29px;
}
#ViewQuestions h1 a {
	color:#fff;
}
#ViewQuestions div {
	margin:20px;
	border:1px solid #c8ced9;
	padding:1px 12px;
}
#ViewQuestions p {
	font-size:12px;
	color:#000;	
}
#ViewQuestions p:first-child {
	font-size:13px;
}
#ViewQuestions p:first-child a{
	font-size:13px;
	font-weight:bold;
	color:#1b325f;
}
#ViewQuestions p span {
	font-weight:bold;
}

/*Manage Payment Options*/
#ManagePaymentMethods h1 {
	background:#1b325f;
	margin:5px 0px 0px;
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:29px;
}
#ManagePaymentMethods h1 a {color:#fff;}
#ManagePaymentMethods a {
	color:#365DA3;
}
#ManagePaymentMethods h2 {
	color:#1b325f;
}
#ManagePaymentMethods h3 span {color:#7d7d7d;}
#ManagePaymentMethods .paymentMethod {
	overflow:hidden;
	width:50%;
	margin:10px;
	border-top:2px solid #c8ced9;
	*padding-top:10px;
}
#ManagePaymentMethods .methodInfo {
	float:left;
	margin-right:20px;
}
#ManagePaymentMethods .methodInfo td {
	vertical-align:top;
	padding:2px;
}
#ManagePaymentMethods .methodInfo td:first-child {
	text-align:right;
}
#ManagePaymentMethods .methodInfo td p {
	margin:0px;
}
#ManagePaymentMethods .methodInfo td p span {
	font-weight:bold;
}
#ManagePaymentMethods .methodOptions {
	float:right;
}
#ManagePaymentMethods .methodOptions button {
	display:block;
	margin:5px;
	border:none;
	padding:3px 10px;
	background:#1b325f;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	width:100px;
}

/*Manage Addresses*/
#ManageAddressBook h1 {
	background:#1b325f;
	margin:5px 0px 0px;
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:29px;
}
#ManageAddressBook h1 a {
    color:#fff;
}
#ManageAddressBook a {
	color:#365DA3;
}
#ManageAddressBook h2 {
	color:#1b325f;
}
#ManageAddressBook h3 span {color:#7d7d7d;}
#ManageAddressBook .shippingAddress {
	overflow:hidden;
	width:50%;
	margin:10px;
	border-top:2px solid #c8ced9;
	*padding-top:10px;
}
#ManageAddressBook .addressInfo {


}
#ManageAddressBook .addressOptions {
	
}
#ManageAddressBook .addressOptions button {
	margin:5px;
	border:none;
	padding:3px 10px;
	background:#1b325f;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}

/*View Purchased Gift Cards*/
#ViewPurchasedGiftCards h1 {
	background:#1b325f;
	margin:5px 0px 0px;
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:29px;
}
#ViewPurchasedGiftCards h1 a {
    color:#fff;
}
#ViewPurchasedGiftCards a {
	color:#365DA3;
}
#ViewPurchasedGiftCards h2 {
	color:#1b325f;
}
#ViewPurchasedGiftCards h3 span {color:#7d7d7d;}
#ViewPurchasedGiftCards .giftCard {
	overflow:hidden;
	width:50%;
	margin:10px;
	border-top:2px solid #c8ced9;
	*padding-top:10px;
}
#ViewPurchasedGiftCards .giftCardInfo {
	float:left;
	margin-right:20px;
}
#ViewPurchasedGiftCards .giftCardInfo td {
	vertical-align:top;
	padding:2px;
}
#ViewPurchasedGiftCards .giftCardInfo td:first-child {
	text-align:right;
}
#ViewPurchasedGiftCards .giftCardInfo td p {
	margin:0px;
}
#ViewPurchasedGiftCards .giftCardInfo td p span {
	font-weight:bold;
}

/*Weird Exceptions*/
input[type="button"][value="Place Order"] {width:100px;}