﻿/*#ShoppingCart table#CartContent
{
	width: 676px;
	
}

#ShoppingCart table#CartContent td
{
	margin: 0px;
	border-collapse: collapse;
}

#ShoppingCart table#CartContent thead tr
{
	background-image: url('/Content/Images/hdr_shopping_cart.gif');
	height: 38px;
}

#ShoppingCart table#CartContent thead td
{
	color: White;
	text-align: center;
}

#ShoppingCart table#CartContent thead td img
{
	margin-top: 4px;	
}

#ShoppingCart table#CartContent tbody td
{
	background-color: #ebebf5;
	text-align: center;
	border-bottom: 1px solid #c4c3c4;
	padding: 10px 0px;
}

#ShoppingCart table#CartContent tbody td a
{
	display: block;
	text-decoration: none;
}

#ShoppingCart h1
{
	margin-left: 66px;	
}

#ShoppingCart table#Totals
{
	margin: 20px 0px 0px 440px;	
}

#ShoppingCart table#Totals td.Description
{
	text-align: right;
	padding-right: 20px;
}

#ShoppingCart #Next
{
	float: right;	
	margin: 20px 20px;
}*/

/* OrderSteps */

.StepLink
{
    text-decoration:none;
}

.StepItem,
.StepItemActive
{
    height: 36px;
    float:left;
    line-height: 36px;
}

.StepItemActive .LeftHead,
.StepItemActive .RightHead
{
    height: 36px;
    width: 9px;
    background-image: url('/Content/Images/OrderStepBgLeft.gif');
    background-repeat:no-repeat;
    float:left;
}

.StepItemActive .RightHead
{
    background-image: url('/Content/Images/OrderStepBgRight.gif');
}

.StepItemActive span,
.StepItem span
{
    padding: 0px 10px 0px 10px;
    background-image: url('/Content/Images/OrderStepBg.gif');
    background-repeat: repeat-x;
    float:left;
    color: #113f88;
    text-decoration:none;
    font-weight: bold;
}

.StepItem span
{
    color: #000000;
    text-decoration: none;
    background-image: none;
    font-weight: normal;
}

.StepDivider
{
    background-image: url("/Content/Images/OrderStepDivider.gif");
    float: left;
    height: 12px;
    margin-left: 28px;
    margin-right: 27px;
    margin-top: 12px;
    width: 7px;
}

.FormLabel
{
    font-family: Arial, Verdana;
    font-size: 18px;
    color: #de0805;
}

/* _ShoppingCart */

#wideShoppingCart_table
{
    width: 640px;
    color: #5F5B5A;
}

#wideShoppingCart_table thead tr {
    /*background-image: url('/Content/Images/hdr_shopping_cart.gif');*/
    background-color:#274793;
	height: 38px;
}


#wideShoppingCart_table thead td {
    color: white;
    text-align: center;
}

#wideShoppingCart_table td
{
   border-collapse: collapse;
    margin: 0;
}

#wideShoppingCart_table tbody td {
    background-color: #EBEBF5;
    border-bottom: 1px solid #C4C3C4;
    padding: 10px 0;
    text-align: center;
}

#wideShoppingCart_table .Thumbnail
{
     max-height: 70px;
    max-width: 70px;
}

.wideProductNameCell,
.wideProductNameCell span
{
    width: 250px;
    overflow:hidden;
    text-align: left !important;
}

.wideProductNameCell span a
{
    text-decoration: none;
    color: #000000;
}

.wideProductNameCell span a:hover
{
    text-decoration: underline;
}

.wideProductNameCell i
{
    font-size: 11px;
    margin-left: 5px;
}


.widePriceCell
{
    width: 60px;
    text-align: right;
}

.widePriceCellHeader
{
    width: 60px;
    text-align:center;
}

.wideQuantityCell
{
    text-align:center;
    width: 40px;
}

.wideControlCell
{
    width: 150px;
    text-align:right;
    font-size: 12px !important;
}

.wideControlCell a
{
    color: #000000 !important;
}

.wideTotalSum
{
    float: right;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 20px 55px 5px 0;
    text-align:right;
    float:right;
}

.wideClearShoppingCart
{
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 20px 55px 5px 5px;
    text-align:right;
    float:left;
    font-weight:bold;
}

.wideClearShoppingCart a
{
    color: #5F5B5A;
    text-decoration: underline;
}

.wideDeleteButton
{
    display:none;
    width: 21px;
    height: 18px;
    background-image: url('/Content/Images/btnDelete.gif');
    float:right;
    cursor: pointer;
}

.wideDeleteLink
{
    display:block;
    cursor:pointer;
}

.wideDeleteLink:hover
{
    text-decoration:underline;
}


.wideEditLink
{
    display:block;
    cursor:pointer;
}

.wideEditLink:hover
{
    text-decoration:underline;
}


.wideEditButton
{
    display:none;
    width: 17px;
    height: 16px;
    background-image: url('/Content/Images/Edit.gif');
    float:right;
    cursor: pointer;
    border: 1px solid #a9a9a9;
    margin-left: 4px;
    background-color: #f1f0f0;
}
.wideRow
{
    
}
.wideRowAlt
{
    /*background-color: #e5e4e4; */
}

.wideRow td,
.wideRowAlt td
{
    /*padding: 4px;*/
}

.wideRow td input,
.wideRowAlt td input
{
    width: 20px;
}

#wideShoppingCart_PaymentMethodTable
{
    float: left;
    margin-top: 20px;
    width: 410px;
}

#wideShoppingCart_PaymentMethodTable .getFromStore_selectionCell
{
    height: 50px;
    width: 150px;
}

#wideShoppingCart_PaymentMethodTable .getFromStore_selectionCell .shopInfo
{
    padding: 5px;
    background-color: #e5e4e4;
    width: 252px;
}

#wideShoppingCart_PaymentMethodTable .getFromStore_selectionCell  .shopInfo .shopDropDown
{
    width: 250px;
    margin-bottom: 15px;
}

#wideShoppingCart_SummaryTable
{
    /*margin: 20px 0 0 440px;*/
    margin-top: 20px;
    float: right;
}

#wideShoppingCart_SummaryTable td
{
    padding-bottom: 4px;
    padding-right: 20px;
    text-align: right;
}

#wideShoppingCart_SummaryTable .TotalSumRow
{
    font-weight: bold;
    background-color: #e5e4e4;    
}

.NextButton
{
    color: #FFFFFF;
     background-image: url("/Content/Images/bg_button.gif");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 28px;
    margin-top: 20px;
    margin-bottom:20px;
    width: 113px;
    line-height:28px;
    text-align:center;
    border: 1px solid #e7d661;
    font-family:Century Gothic, Verdana, Arial;
    font-size: 13px;
    font-weight:bold;
      padding-left: 10px;
}

.PreviousButton
{
    color: #FFFFFF;
    background-image: url("/Content/Images/bg_button_back.gif");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 28px;
   margin-top: 20px;
    margin-bottom:20px;
    width: 113px;
    border: 1px solid #e7d661;
    line-height:28px;
    text-align:center;
    font-family:Century Gothic, Verdana, Arial;
    font-size: 13px;
    font-weight:bold;
      padding-left: 10px;
}



.Form
{
    margin-bottom:20px;
    color: #5F5B5A;
}

.Form .FieldArea
{
    float: left;
    width: 300px;
}

.Form .FieldAreaWide
{
    float: left;
    width: 600px;
}


.FieldShort
{
    float: left;
    margin-bottom: 7px;
    width: 130px;
}

.FieldShort .FieldLabel
{
    
}

.FieldShort .FieldValue
{
    width: 125px;
     border: 1px solid #5F5B5A;
}

.Field
{
     float: left;
    margin-bottom: 7px;
    width: 300px;
}

.Field .FieldLabel
{
    
}

.Field .FieldValue
{
   width: 296px;
     border: 1px solid #5F5B5A;
}

.Field select.FieldValue
{
    width: 298px;
    border: 1px solid #5F5B5A;
}

.FieldWide
{
    margin-bottom: 7px;
    width: 640px;
}

.FieldWide .FieldLabel
{
    
}

.FieldWide .FieldValue
{
    border: 1px solid #5F5B5A;
    height: 80px;
   width: 638px;
}

.ValidationSummary
{
    color: #DE0805;
    font-size: 12px;
}

.InformationTable
{
    color:#5F5B5A;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 30px;
}

.InformationTable td
{
    padding: 0px 15px 0px 0px;
}
