﻿#right_side
{
	margin-left: 15px;
	width: 156px;
}

#right_side a
{
	font-weight: bold;
	text-decoration: underline;
	color: #212121;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

#right_side a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #6A697A;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

#right_side .header
{
	background-color: #e7dfd6;
	border: solid 1px #d7cfb6;
	border-bottom-style: none;
	height: 25px;
	width: 154px;
	text-align: center;
	color: #416050;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
	cursor: pointer;
}

#right_side .box
{
	border: solid 1px #d7cfb6;
	width: 148px;
	margin: 0;
	padding: 5px 3px 0 3px;
	line-height: 18px;
	overflow: auto;
}

#right_side .vidHeader
{
	padding-left: 5px;
}

#right_side .vidDescription
{
	font-size: smaller;
	padding-top: 3px;
	line-height: 11px;
}

.item_description
{
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: Gray;
	padding: 5px;
	line-height: 16px;
}

.AddToWishButton, .CheckoutNowButton, .ReviewPageContinueCheckoutButton, #SubmitSearch
{
	padding: 3px;
	margin: 5px;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 100px;
	border-width: 0;
	background-repeat: no-repeat;
	background: url(images/btnOne.gif); /* MSKB 322240 */
	background-image: url(images/btnOne.gif);
}

.CartDeleteButton
{
	background: url(images/CartDeleteButton.gif);
	background-image: url(images/CartDeleteButton.gif);
	background-repeat: no-repeat;
	padding: 3px;
	margin: 5px;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 100px;
	border-width: 0;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.UpdateCartButton
{
	background: url(images/UpdateCartButton.gif);
	background-image: url(images/UpdateCartButton.gif);
	padding: 3px;
	margin: 5px;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 100px;
	border-width: 0;
	background-repeat: no-repeat;
	text-align: right;
}

.AddToCartButton
{
	background: url(images/AddToCartButton.gif);
	background-image: url(images/AddToCartButton.gif);
	color: white;
	font-weight: bold;
	height: 25px;
	width: 100px;
	border-width: 0;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 5px;
}

.ContinueShoppingButton, .ContinueShoppingButton, .ShippingPageContinueCheckoutButton, .PaymentPageContinueCheckoutButton
{
	padding: 3px;
	margin: 5px;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 139px;
	border-width: 0;
	background: url(images/btnThree.gif); /* MSKB 322240 */
	background-image: url(images/btnThree.gif);
	background-repeat: no-repeat;
}

.storeImgBtn
{
	height: 32px;
	width: 34px;
	margin: 5px 0 5px 0;
}

.textingmultiline
{
	border-color: #828482;
	border-width: 1px;
	border-style: solid;
	padding-left: 2px;
	padding-top: 2px;
	font-size: 12px;
}

.formTitle
{
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
}

/**********************************************************************
    breadcrumbs 
***********************************************************************/

#middle_content a.bcActive
{
}
#formsNav a
{
    color: #969a9b;
}
#formsNav a.bcCurrent
{
    color: #8dc63f;
    text-decoration: none;
}
#middle_content a.bcCurrent
{
	color: #8dc63f;
	height: 75px;
	text-decoration: none; /*background-image: url(images/checkoutnav_current.gif);     background-position: center;*/
}

#middle_content a.bcInactive
{
	color: #969a9b;
	text-decoration: none;
	height: 100%;
}

/**********************************************************************
    /breadcrumbs 
***********************************************************************/

.linkout
{
	background-image: url( "../images/linkout.png" );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}

#middle_content h2
{
	font-size: 12pt;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 10px;
	width: auto;
	border-bottom: solid 1px #d2d6ab;
}

#middle_content h2 a
{
	font-size: 12pt;
	text-decoration: none;
	color: #00629B;
}

#middle_content h2 a:hover
{
	font-size: 12pt;
	text-decoration: none;
    color: #6A697A;
}

.imgExpand
{
	background-image: url("images/plus.gif");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;	
	margin-top: 4px;
}

.imgCollapse
{
	background-image: url("images/minus.gif");	
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;	
	margin-top: 4px;
}

.hidden
{
	visibility: hidden;
}

/*
	"Forms" box - like infobox, only for forms.
*/

.fb
{
    border: solid 1px #d7cfb6;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}

.fbBody
{
    padding: 5px;
}

.fbHeader
{
    background-color: #fff;
    border-bottom: solid 1px #d2d6ab;
    color: #455a21;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    padding: 0px 9px 0px 0px;    
}

/*
	/FormsBox
*/