﻿table.BasketWizard
{
	border: none;
	background: url(Images/Backgrounds/page_bg.png) white repeat-y  fixed right top;
	
}
TD.BasketWizardHeader
{
	font-size: 12px;
	text-align: center;
	
}

div.Basket
{
  background: url(Images/Backgrounds/page_bg.png) white repeat-y fixed right top;
}
table.Basket
{
	border: 1px solid #c6c6c6;
}
tr.BasketHeader
{
	background-image: url(Images/MyBasket/BasketHeaderBg.gif);
	background-repeat: repeat-x;
	height: 23px;
	font-weight: bold;
	white-space: nowrap;
}
tr.BasketRow
{
	background: url(Images/Backgrounds/page_bg.png) white repeat-y fixed right top;
	height: 66px;
}
tr.BasketRow td
{
	border-top: 2px solid #888;
	padding: 20px;
}
tr.BasketRow td table td
{
	border-top: none;
	border-left: none;
	padding: 0 0 0 10px;
}
tr.BasketFooter
{
    background: url(Images/Backgrounds/page_bg.png) white repeat-y fixed right top;
	font-weight: bold;
	white-space: nowrap;
}
tr.BasketFooter td
{
	border-top-style: Solid;
	border-top-width: 2px;
	border-top-color: Gray;
}
tr.BasketPager
{
	color: #003399;
	text-align: center;
}
table.SearchParamsPanel
{
	background: url(Images/Backgrounds/page_bg.png) right top repeat-y;
	background-color: #ffffff;
	font: menu;
	color: menutext;
	border: 1px solid #3988b5;
}
table.SearchParamsPanel input
{
	background-image: url(Images/Backgrounds/input_bg.png);
	background-repeat: repeat-x;
	
}
th.BasketProductImageHeader
{
}
td.BasketProductImage
{
}
td.BasketProductImageHeader
{
}
th.BasketProductHeader
{
}
td.BasketProduct
{
	width: 300px;
}
td.BasketProductFooter
{
}
th.BasketRetailPriceHeader
{
}
td.BasketRetailPrice
{
	width: 100px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
td.BasketRetailPriceFooter
{
}
th.BasketRestQuantityHeader
{
}
td.BasketRestQuantity
{
	width: 100px;
	font-weight: bold;
}
td.BasketRestQuantityFooter
{
}
th.BasketRestQuantityImageHeader
{
}
td.BasketRestQuantityImage
{
}
td.BasketRestQuantityImageFooter
{
}
th.BasketQuantityHeader
{
}
td.BasketQuantity
{
	width: 100px;
}
input.BasketQuantity
{
}
td.BasketQuantityFooter
{
}
th.BasketTotalPriceHeader
{
	background: url(Images/MyBasket/BasketHeaderPriceBg.gif) repeat-x;
	height: 23px;
	color: white;
}
td.BasketTotalPrice
{
	font-weight: bold;
	font-size: 14px;
	color: #cc0000;
	text-align: right;
	white-space: nowrap;
}
span.BasketTotalPrice
{
	font-weight: bold;
	font-size: 14px;
	color: #cc0000;
	white-space: nowrap;
}
td.BasketTotalPriceFooter
{
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	color: #cc0000;
	white-space: nowrap;
}
td.BasketDelete
{
	text-align: center;
}
table.BasketForm
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
table.BasketForm input
{
	font: message-box;
}
table.BasketForm select
{
	font: message-box;
}
tr.BasketFormHeader
{
	background-color: #eeeeee;
	font-weight: bold;
}
tr.BasketFormHeader td
{
	padding: 3px;
}
tr.BasketFormRow
{
}
td.BasketFormFieldCaption
{
	font-weight: bold;
}
td.BasketFormSeparator
{
	padding: 0px;
}
div.BasketFormSeparator
{
	width: 100%;
	height: 1px;
	border-top: gray 1px dashed;
}
td.Basket_Delete
{
	text-align: center;
}
td.Basket_Move
{
	text-align: center;
}
span.BasketViewTotalPrice
{
	font-weight: bold;
	font-size: 14px;
	color: #cc0000;
}
span.BasketViewTotalPriceSum
{
	font-weight: bold;
	font-size: 16px;
	color: #cc0000;
}
td.BasketViewTotalPriceSumTitle
{
	font-weight: bold;
	font-size: 12px;
}
span.BasketViewCode
{
	color: #666666;
}
a.BasketViewCode
{
	color: #666666;
	text-decoration: none;
}
span.BasketViewDescription
{
	font-weight: bold;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.BasketViewDescription
{
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
span.BasketViewQuantity
{
}

td.BasketPreviewRetailPrice
{
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

td.BasketPreviewQuantity
{
	font-weight: bold;
	text-align: right;
}

td.BasketPreviewTotalPrice
{
	font-weight: bold;
	color: #cc0000;
	text-align: right;
	white-space: nowrap;
}

td.BasketPreviewTotalPriceHeader
{
}

td.BasketPreviewTotalPriceFooter
{
	text-align: right;
	font-weight: bold;
	color: #cc0000;
	white-space: nowrap;
}

/*RMA*/
div.RMA
{  
  text-align:center;
}

table.RMA
{ 
	background-color:#FBFBFB;
}

tr.RMAHeader
{
	height: 23px;
	white-space: nowrap;
}

tr.RMARow
{
	height: 66px;
}
tr.RMARow td
{
	padding: 5px;
}
tr.RMARow td table td
{
	border-top: none;
	border-left: none;
	padding: 0 0 0 2px;
}

tr.RMAFooter
{
    background-color:#FBFBFB;
	font-weight: bold;
	white-space: nowrap;
}
tr.RMAFooter td
{
	border-top-style: Solid;
	border-top-width: 2px;

}

tr.RMAPager
{
	text-align: center;
}


RMAParamsPanelField
{
	font-family:verdana,arial,sans-serif;
	font-weight:bold; 
	font-size:12px;
}
table.RMAParamsPanel
{    
	font-family:verdana,arial,sans-serif;
	font-weight:bold; 
	font-size:17px;
	background-color:#FBFBFB;
}
table.RMAParamsPanel input
{
	font-size:10px;
	font-family:verdana,arial,sans-serif;
}

