a {font-size:1em;}
a:hover {font-size:1em;}

h1.pageTitle {}
h1.pageTitle a {color:#000;}

.ratingStars {
	overflow:hidden;
	width:88px;
	
}
.ratingStars ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.ratingStars ul li {
	display:block;
	float:left;
	width:17px;
	height:17px;

}
.starImage {
	position:absolute;
	z-index:1;
	width:17px;
	height:17px;
}
.ratingStars ul .fullStar {}
.ratingStars ul .fullStar .starFill {

	height:17px; 
	width:100%;
}
.ratingStars ul .emptyStar {display:none;}
.ratingStars ul .halfStar .starImage {
	display:none;
}
.ratingStars ul .emptyStar .starImage {
	display:none;
}

.storeButton {
	margin:5px;
	border:none;
	padding:5px 10px;
	background:#000;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}
.storeButton:hover {
	background-color:#2A4437;
	color:#fff;
	font-size:12px;
}

#GreyFade {
	width:100%;
	background:#000;
	position:absolute;
	z-index:2;
	top:0;
}


/*Browse Product*/
#BrowseProduct {
	overflow-y:hidden;
	margin-bottom:15px;
}
#RightColumn {
	float:right;
	padding-top:5px;
	width:200px;
}

#StoreHead {
	overflow-y:hidden;
	padding:0px 1px;
}

#StoreBody {overflow-y:hidden;}

#CategoryList {
	padding:10px 0px;
	float:left;
}
#CategoryList div {
	float:left;
	margin:0px 20px 0 0;
}
#CategoryList div a {
	display:block;
	height:33px;
}
#CategoryList div a:hover {text-decoration:none;}
#CategoryList div.tracts a {width:69px;}
#CategoryList div.cdDvd a {width:116px;}
#CategoryList div.books a {width:179px;}
#CategoryList div.sermons a {width:106px;}
#CategoryList div.apparel a {width:99px;}

#RecentlyViewedList {
	background:#f2f2f2;
	overflow:hidden;
}
#RecentlyViewedList h2 {
	margin:0px;
	padding:15px;
	font-size:15px;
	color:#CA932B;
	text-transform:uppercase;
}
.productListItem {
	float:left;
	padding:0 15px;
	width:155px;
	height:190px;
}
.productListItem .productPictureAndRating {
	/*height:117px;*/
	text-align:center;
}
.productListItem .productListInfo p:first-child {
    /*height:32px;*/
    overflow:hidden;
}
.productListItem p {margin:0px;}
.productListItem .storeButton {display:none;}

#Search {
	margin-top:2px;
	float:right;
}
#Search input {
	margin:5px 0px;
	width:197px;
	height:15px;
	border:1px solid #01407b;
	font-size:9px;
	color:#7d7d7d;
}
#Search a {
	font-size:13px;
	font-weight:bold;
	color:#737373;
	text-decoration:none;
	line-height:15px;
}
#Breadcrumbs {
	padding:5px 0px 5px 15px;
	color:#01407b;
	font-size:11px;
}
#Breadcrumbs a {
	color:#01407b;
	font-size:11px;
	text-decoration:none;
}
#Breadcrumbs a:hover {text-decoration:underline;}

#RecommendedList {
	margin-top:5px;
	/*border:1px solid #01407b;*/
	text-align:center;
}
#RecommendedList h2 {}
#RecommendedList .productListItem {
	padding:20px;
}

.productListItem .storeButton {
	padding:2px 5px;
}

#BrowseProduct #PricingContainer {
	margin:0 0 15px 10px;
	padding:10px;
}
#BrowseProduct #PricingContainer h3 {
	margin:5px;
	padding:5px;
	font-size:16px;
	color:#fff;
	background-color:#01407b;
}

#BrowseProduct #InfoDetails {
	/*margin:20px 0px 0;*/
}

#BrowseProduct #Description {
	font-size:12px;
}

#BrowseProduct #PricingContainer {
	float:none;
	width:auto;
}
#BrowseProduct #PricingContainer p {margin:0px;}
#BrowseProduct #PricingContainer #ListPrice {
	color:#7d7d7d;
	font-size:12px;
}
#BrowseProduct #PricingContainer #ListPrice span {text-decoration:line-through;}
#BrowseProduct #PricingContainer #OurPrice {
	margin-bottom:10px;
	color:#000;
}
#BrowseProduct #PricingContainer #OurPrice span {
	color:#006600;
	font-size:18px;
}
#BrowseProduct #PricingContainer #DisplayOptions {
    color:#990000;
    margin:-20px 0px 0px 20px;
}
#BrowseProduct #PricingContainer #InStock {
	font-size:17px;
	color:#006600;
}
#BrowseProduct #PricingContainer #Shipping {
	margin-bottom:17px;
	color:#7d7d7d;
	font-size:12px;
}
#BrowseProduct #PricingContainer #Shipping a {text-decoration:none;}
#BrowseProduct #PricingContainer #Shipping a:hover {text-decoration:underline;}
#Quantity {margin-bottom:15px;}
#Quantity p {
	display:inline;
	font-size:13px;
}
#Quantity input {width:20px;}
#AddToCart {
	float:right;
	padding:7px 11px;
	text-align:center;
}
#AddToCart a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding:5px 10px;
	background:#000;
}
#AddToCart a:hover {background-color:#2a4437;}
#AddToCart.pickOptions {padding:7px 21px;}

#CustomizeDescription{
	color:Red;
	font-weight:bold;
}

#BrowseProduct #Info {
	overflow-y:hidden;
	padding:1px;
}
#BrowseProduct #Info #Image {
	float:left;
	margin:0px 15px 15px 0px;
	cursor:pointer;
}
#BrowseProduct #Info #Image #MainImage {
	width:150px;
	text-align:center;
}
#BrowseProduct #Info #ImagePopup {
    display:none;
    position:absolute;
    max-width:570px;
    top:45px;
    left:50%;
    margin-left:-285px;
	padding:0 10px 10px;
	background-color:#fff;
    z-index:3;
}
#BrowseProduct #Info #ImagePopup div {
    padding:5px;
    text-align:right;
}
#BrowseProduct #Info #ImagePopup div span{
    color:#000;
    font-size:12px;
	font-weight:bold;
    cursor:pointer;
}
#BrowseProduct #Info #ImagePopup img {
    max-width:550px;
    max-height:550px;
}
#BrowseProduct #Info h1 {}
#BrowseProduct #Info p {
	font-size:12px;
	overflow:hidden;
}
#BrowseProduct #Info ul {
	font-size:12px;
	overflow:hidden;
}

#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{
	clear:right;
}
#ManufacturerLogo {
	float:right;
	margin:0px 10px;
}
#BrowseProduct #Rating {
	float:right;
}
#BrowseProduct #Rating  p {
	clear:left;
	margin:5px 0px;
}
#BrowseProduct #Rating .ratingStars {
	float:left;
	margin:0px;
}
#BrowseProduct #Rating span {
	float:left;
	font-size:11px;
}

#BrowseProduct #InfoTabs {
	clear:both;
}
#BrowseProduct #InfoTabs ul {
	list-style:none;
	margin:20px 0 0;
	*margin:0px;
	border-bottom:2px solid #006E3A;
	padding:0px 0 0 5px;
	height:23px;
}
#BrowseProduct #InfoTabs ul li {
	float:left;
	width:114px;
	height:24px;
	margin:0px;
	font-size:14px;
	color:#000;
	cursor:pointer;
}
#BrowseProduct #InfoTabs ul li:hover {color:#006E3A;}
#BrowseProduct #InfoTabs .tabInfo {
	display:none;
}
#BrowseProduct #InfoTabs .selectedTab {display:block;}
#BrowseProduct #InfoTabs li.selectedTab {color:#006E3A;}
#BrowseProduct #InfoTabs  #VisibleTab {
	clear:both;
	*clear:none;
	padding:5px 10px;
	
}
#BrowseProduct #InfoTabs  #VisibleTab p {
	margin-bottom:0px;
	font-size:11px;
	color:#000;
}
#BrowseProduct #InfoTabs  #VisibleTab p .errorMessage {
	display:none;
	color:#a40902;
}
#BrowseProduct #InfoTabs  #VisibleTab ul {
	background:none;
	float:none;
	padding:0 0 0 20px;
	margin:10px 0px;
	width:auto;
	height:auto;
	cursor:default;
	list-style:disc;
}
#BrowseProduct #InfoTabs  #VisibleTab {font-size:12px;}
#BrowseProduct #InfoTabs  #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;
}
#BrowseProduct #InfoTabs  #VisibleTab input {
	border:1px solid #01407b;	
}
#BrowseProduct #InfoTabs  #VisibleTa? textarea {
	border:1px solid #01407b;	
	width:400px;
}
#BrowseProduct #InfoTabs  #VisibleTab .storeButton {
	margin-top:10px;
	padding:3px 10px;
	border:0px;
	background:none;
	color:#E2990B;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}
#BrowseProduct #InfoTabs  #VisibleTab .storeButton:hover {color:#8D450E;}
#BrowseProduct #InfoTabs #VisibileTabBottom {height:8px;}

#PrintPage {
	padding-left:20px;
	font-size:11px;
	color:#01407b;
	text-decoration:underline;
}
#EmailFriend {
	margin:0px 5px;
	padding-left:20px;
	font-size:11px;
	color:#01407b;
	text-decoration:underline;
	cursor:pointer;
}
/*Product Options*/
#BrowseProduct #Options {
	color:#01407b;
}
#BrowseProduct #Options h3 {
	margin:0px;
	padding:5px;
	font-size:14px;
	color:#01407b;
	background-color:#C6CCD7;
}
#BrowseProduct #Options ul {
	margin:15px;
	padding:0px;
	list-style:none;
	font-size:11px;
}
#BrowseProduct #Options li {
	overflow:hidden;
	clear:both;
	margin:5px 0;
	border-bottom:1px solid #dbe4f1;
}
#BrowseProduct #Options .optionName {
	float:left;
	width:100px;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	text-align:right;
}
#BrowseProduct #Options .optionEntries {
	overflow:hidden;
	line-height:20px;
	margin-left:110px;
}
#BrowseProduct #Options .optionEntries span {
}
#BrowseProduct #Options .optionEntries div {
	float:left;
	margin:2px;
	width:60px;
	text-align:center;
	cursor:pointer;
}
#BrowseProduct #Options .optionEntries div img {
	border:1px solid #dbe4f1;
	padding:1px;
}
#BrowseProduct #Options .optionEntries div.selected img {
	border:1px solid #e90000;
	padding:1px;
}
#BrowseProduct #Options .optionEntries h4 {
	clear:left;
	margin:0px;
	font-size:13px;
	color:#7d7d7d;
	font-weight:normal;
	border-bottom:1px solid #C6CCD7;
}
#BrowseProduct #Options .optionEntries p {
	margin:0px;
	height:35px;
	font-size:10px;
}
#BrowseProduct #Options .optionEntries p span {display:none;}
#BrowseProduct #Options #Quantity {
	margin: 0 15px;
	float:left;
}

/*Email Friend Form*/
#EmailFriendForm {
	position:absolute;
	display:none;
	top:240px;
	left:50%;
	z-index:10;
	width:376px;
	margin-left:-185px;
	background-color:#ececec;
	color:#3e4e5c;
}
#EmailFriendForm h3 {
	margin:0px;
	padding:5px;
	font-size:16px;
	color:#E2990B;
}
#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 #01407b;}
#EmailFriendForm .storeButton {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
}

/*Product Ratings*/

#ProductRatingContainer h2 {
	padding:0px 15px;
	font-size:13px;
	color:#01407b;	
}
#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, #ProductRatingContainer #ProductRightColumn #RecommendedList h2 {color:#dbe4f1;}

#ProductRatingList .productRatingListItem {
	padding: 10px;
	margin:20px 0px;
	border-bottom:1px solid #E2990B;
	font-size:11px;
}

#ProductRatingList .productRatingListItem p span {
	font-weight:bold;
	color:#01407b;
}
#ProductRatingList .productRatingListItem p a {
	font-size:12px;
	font-weight:bold;
	color:#000;
}
#ProductRatingList .productRatingListItem img {vertical-align:middle;}
#ProductRatingList .productRatingListItem .storeButton {
	margin:10px 5px;
	width:100px;
	color:#E2990B;
}
#ProductRatingList .productRatingListItem .storeButton:hover {
	color:#8D450E;
	text?decoration:none;
}

#ProductRatingList div.ratingStars {
	float:right;
	margin:0px;
}
#ProductRatingList .productRatingOrder {
	list-style:none;
	margin:20px 0px;
	padding:10px;
}

/*Product Filters*/
#ProductListOptions {
	padding:10px;
	margin-bottom:10px;
	/*border-bottom:1px solid #dbe4f1;*/
	background-color:#f5f5b0;
}
#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*/
#BrowseCategory {
	overflow-y:hidden;
	margin-bottom:15px;
	/*background:#c8ced9;*/
}

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:#01407b;	
}

#ProductList {
	overflow:hidden;
}

#ProductList .categoryListItem a {
	color:#01407b;	
}
#ProductListNavigation {
	clear:both;
	padding-top:10px;
	text-align:right;
}
#ProductListNavigation div:first-child {
	float:left;
	text-align:left;
}


/*View Cart*/
#CartHead {
	padding:8px 20px;
	font-size:13px;
	border-bottom:2px solid #2A4437;
}
#CartHead h1 {margin:0px;}
#CartHead h1 span {	font-size:11px;}
#CartHead div {float:right;}
#CartHead div span {
	display:inline-block;
	width:109px;
	font-size:11px;
	text-align:right;
}
#CartHead .cartTotalPrice {
	width:135px;
}

.cartItem {
	overflow:hidden;
	padding:20px 10px;
	border-bottom:2px solid #2A4437;
}

.cartItemPricing {
	float:right;
	font-size:12px;
}
.cartItemPricing span {
	display:inline-block;
	width:150px;
	text-align:right;
}
.cartItemPricing span.cartTotalPrice {width:102px;}
.cartItemPricing input {width:23px;}
.cartItemPricing span a {
	color:#8a8a8a;
	text-decoration:none;
}
.cartItemPricing span a:hover {text-decoration:underline;}

.cartItemInfo img{
	float:left;
	margin-right:10px;
}
.cartItemInfo p {
	margin:0px 0px 5px;
	font-size:12px;
}
.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:#8a8a8a;
}
.cartItemInfo li span {color:#7C6E4F;}

.cartItem .storeButton {
	float:right;
	margin-top:20px;
	padding:3px 20px;
}
.cartItem .storeButton a {
	color:#fff;
	text-decoration:none;
}
.cartItem .storeButton a:hover {
	color:#fff;
	text-decoration:none;
}
#CartFoot {	padding:10px;}

#CartPromoInput {float:left;}
#CartPromoInput input {
	width:198px;
	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:#01407b;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}*/
#CartTotals .storeButton {margin:0px 5px;}
#CartTotals .storeButton:hover {text-decoration:none;}

/*My Account*/
.myAccountDisplayInformation {
    margin:20px 20px;
    font-size:12px;
    font-weight:bold;    
}
.myAccountContai?er {
	overflow:hidden;
	clear:left;
	margin:20px 10px;
	border: 1px solid #006E3A;
}
.myAccountContainer:first-child {border:none;}
.myAccountContainer div {
	float:left;
	width:23%;
	padding:5px 20px;
}
.myAccountContainer div h1 {
	margin:0px;
	font-size:18px;
	font-weight:normal;
}
.myAccountContainer div p {font-size:12px;}
.myAccountContainer ul {
	overflow:hidden;
	margin:10px;
	padding:0 0 0 20px;
	list-style:none;
	font-size:11px;
	border-left:1px solid #000;
}
.myAccountContainer ul li {
	float:left;
	width:30%;
}
.myAccountContainer ul li span {
	font-weight:bold;
	padding-left:5px;
}
.myAccountContainer ul li ul {
	border:none;
	padding:0px;
}
.myAccountContainer ul li ul li {
	display:block;
	width:auto;
	padding-left:5px;
	margin:2px 0px;
	float:none;
}
.myAccountContainer ul li ul li a {
	font-size:11px;
	color:#26424e;
}


/*Orders*/

#TrackPackages p {
	color:#000;
	margin:5px 0px;
}

.orderItem {
	overflow:hidden;
	clear:both;
	margin:20px 0px;
	color:#01407b;
	background-color:#ececec;
}
.orderItem .orderInfoContainer {
	float:left;
	width:200px;
	padding:10px 20px;
}
.orderItem h2 {
	font-size:12px;
	font-weight:normal;
	color:#7d7d7d;
}
.orderItem a {
	font-size:11px;
	font-weight:bold;
	color:#01407b;
}
.orderItem .orderInfo {
	float:left;
}
.orderItem .orderInfo p:first-child {
	font-weight:bold;
	color:#000;
}
.orderItem .orderInfo p {
	color:#01407b;
	font-size:12px;
}
.orderItem .orderInfo p span {
	color:#7d7d7d;
	font-size:14px;
}
.orderItem .orderInfo a {
	color:#01407b;
}
.orderItem .shipmentItem {
	margin-left:25%;
	padding-left:20px;
	border-left:1px solid #a8a8a8;
}
.orderItem .shipmentItem img {
	float:left;
	margin-right:20px;
}
.orderItem .shipmentItem ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.orderItem .shipmentItem ul li {
    overflow:hidden;
    margin:10px;
}
.orderItem .shipmentItem h3 span {
	color:#7d7d7d;
}
.orderItem .shipmentItem .separator {
	width:90%;
	margin:auto;
	border-top:1px solid #dbe4f1;
}
/*View Invoice*/
#ViewInvoice {
    margin:0px 100px;
    width:782px;
}
#ViewInvoice #InvoiceStoreInformation {
	padding-bottom:20px;
	text-align:left;
	border-bottom:1px solid #000;
}
#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:#01407b;
}
#ViewInvoice #InvoiceHead #ShippingAddress {
    text-align:left;
    float:right;
    margin-right:75px;
    padding-bottom:10px;
}
#ViewInvoice #InvoiceHead #ShippingAddress h3 {
    font-size:14px;
}
#ViewInvoice #InvoiceOrder {
    clear:both;
}
#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;
	overflow:hidden;
}
#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 .IndividualQuantity
{
    clear:both;
    float:left;
    width:40px;
}
#ViewInvoice .orderShipment .IndividualItem
{
    float:left;
    width:375px;
}
#ViewInvoice .orderShipment .IndividualSKU
{
    float:left;
    width:150px;
}
#ViewInvoice .orderShipment .IndividualPrice
{
    float:left;
    width:75px;
    text-align:right;
}
#ViewInvoice .orderShipment .IndividualSubTotal
{
    float:left;
    width:100px;
    text-align:right;
}
#ViewInvoice .orderShipment .IndividualProductOptions
{
    color:Gray;
    margin-left:55px;
    clear:both;
}
#ViewInvoice .orderShipment ul {
	list-style:none;
	padding:0px 20px;
	margin-left:0px;
	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;
	margin-bottom:20px;
	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;
}
#ViewPackingSlip {
    width:550px;
    border:1px solid #000;
    padding:15px;
}
#ViewPackingSlip h2 {
    font-size:15px;
    margin:0px;   
}
#ViewPackingSlip #StoreInformation {
    float:left;
}
#ViewPackingSlip #OrderNumber {
    float:right;
}
#ViewPackingSlip #ShippingAddress {
    clear:both;
    padding:10px 0px;
}
#ViewPackingSlip #ShippingAddress p {
    margin:0px 0px 0px 10px;
}
#ViewPackingSlip #OrderInformation {
    overflow:auto;
    width:100%;
}
#ViewPackingSlip #OrderInformation h3 {
    margin:0px 0px 5px 0px;
    font-size:12px;  
}
#ViewPackingSlip #OrderInformation .Quantity {
    margin-left:15px;
    clear:both;
    float:left;
    width:50px;
}
#ViewPackingSlip #OrderInformation .SKU {
    float:left;
    width:100px;
}
#ViewPackingSlip #OrderInformation .Item {
    float:left;
    width:175px;
}
#ViewPackingSlip #OrderInformation .Options {
    float:left;
    width:175px;
}
#ViewPackingSlip #PackingSlipNote {
    margin-top:20px;
}
/*Order Summary*/
/*#OrderSummary p {
	font-size:12px;
	color:#000;
	margin:2px 0px;	
}*/
#OrderSummary p span {font-weight:bold;}
#OrderSummary #ShippingAddress {
    text-align:left;
    float:left;
    margin:20px 75px 20px 25px;
    padding:0px 15px 10px 15px;
    border:1px solid #E6EEF1;
}
#OrderSummary #ShippingAddress h3 {
    font-size:14px;
}
#OrderSummary #OrderDetails {
    float:left;
    margin-top:25px;
}
#OrderSummary .orderShipment, #OrderSummary #PaymentInfo {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
	padding:10px;
}
#OrderSummary .orderShipment h2, #OrderSummary #PaymentInfo h2 {
	margin-top:0px;
	padding:5px;
	border-bottom:1px solid #E2990B;
	font-size:14px;
	color:#01407B;
}

#OrderSummary .orderShipment h3 {
	margin:0px;
	padding:0px 20px;
	color:#7C6E4F;
	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 p {
	font-size:12px;
	padding:0px 20px;
}
#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*/
#BrowseResults .productListItem {height:155px;}
#BrowseResults h2 {
	color:#8D450E;
}

#ProductListNavigation {
	clear:both;
	margin-top:10px;
	text-align:right;
}

#CategoryProductListNavigation {
	clear:both;
	text-align:right;;
}
#CategoryProductListNavigation div:first-child {float:left;}

/*View Your Questions*/

#ViewQuestions div {
	margin:20px;
	border-bottom:1px solid #E2990B;
	padding:1px 12px;
}
#ViewQuestions p {
	font-size:12px;
}
#ViewQuestions p:first-child {
	font-size:13px;
}
#ViewQuestions p:first-child a{
	font-size:13px;
	font-weight:bold;
}
#ViewQuestions p span {
	font-weight:bold;
}

/*Manage Payment Options*/
#ManagePaymentMethods p a, #ManageAddressBook p a {
	color:#365DA3;
}
#ManagePaymentMethods h2, #ManageAddressBook h2 {}
#ManagePaymentMethods h3 span, #ManageAddressBook h3 span {color:#7d7d7d;}
#ManagePaymentMethods .paymentMethod, #ManageAddressBook .shippingAddress {
	overflow:hidden;
	width:50%;
	margin:10px;
	border-top:1px solid #006E3A;
	*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:5px 10px;
	width:100px;
	background:#000;
	color:#fff;
	font-size:12px;
}
#ManagePaymentMethods .methodOptions button:hover {
	background-color:#2A4437;
	cursor:pointer;
}

/*Manage Addresses*/
#ManageAddressBook .addressOptions button {
	margin:5px;
	border:none;
	padding:5px 10px;
	width:100px;
	background:#000;
	color:#fff;
	font-size:12px;
}
#ManageAddressBook .addressOptions button:hover {
	background-color:#2A4437;
	cursor:pointer;
}

/*View Purchased Gift Cards*/
#ViewPurchasedGiftCards p a {
	color:#365DA3;
}
#ViewPurchasedGiftCards h2 {}
#ViewPurchasedGiftCards h3 span {color:#7d7d7d;}
#ViewPurchasedGiftCards .giftCard {
	overflow:hidden;
	width:50%;
	margin:10px;
	border-top:2px solid #006E3A;
	*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;
}

/*Store Checkout*/
#StepList {
	float:left;
	padding:20px 10px;
}
#StepList ul {
	list-style:none;
	margin:0px;
	pa?ding:0px;
}
#StepList li {margin:10px 0px;}
#StepList li a, #StepList li span {
	font-size:13px;
	font-weight:bold;
}
#StepList li.incomplete a, #StepList li.incomplete span {color:#000;}
#StepList li.completed a, #StepList li.completed span {color:#737373;}
#StepList li.selected a, #StepList li.selected span {color:#006E3A;}

#CheckoutForm {
	width:74%;
	overflow:hidden;
}
