/*Telerik RadGrid Gray Skin*/

/*global*/

.RadGrid_Products
{
	background:Transparent;
	color:#242424;
}

.RadGrid_Products .rgMasterTable
{
	font-size: 11px !important;
	line-height: 14px !important;
}

.RadGrid_Products .rgRow TD,
.RadGrid_Products .rgAltRow TD,
.RadGrid_Products .rgDetailTable
{
	border: solid 0px !important;
	padding: 0px 0px 0px 0px !important;
}

.RadGrid_Products,
.MasterTable_Products,
.DetailTable_Products,
.GroupPanel_Products table,
.GridCommandRow_Products table,
.GridEditForm_Products table,
.GridToolTip_Products
{
	font:11px arial,sans-serif;
}

.RadGrid_Products,
.DetailTable_Products
{
}

.MasterTable_Products,
.DetailTable_Products
{
	border-collapse:separate !important;
}

.GridRow_Products td,
.GridAltRow_Products td,
.GridEditRow_Products td,
.GridFooter_Products td,
.GridGroupFooter_Products td,
.GridFilterRow_Products td,
.GridHeader_Products,
.ResizeHeader_Products,
.GroupHeader_Products td
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_Products .rgAdd,
.RadGrid_Products .rgRefresh,
.RadGrid_Products .rgEdit,
.RadGrid_Products .rgDel,
.RadGrid_Products .rgFilter,
.RadGrid_Products .rgPagePrev,
.RadGrid_Products .rgPageNext,
.RadGrid_Products .rgPageFirst,
.RadGrid_Products .rgPageLast,
.RadGrid_Products .rgExpand,
.RadGrid_Products .rgCollapse,
.RadGrid_Products .rgSortAsc,
.RadGrid_Products .rgSortDesc,
.RadGrid_Products .rgUpdate,
.RadGrid_Products .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.GroupPanelItems_Products input,
.GridCommandRow_Products img,
.GridHeader_Products input,
.GridFilterRow_Products img,
.GridPager_Products img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_Products
{
}

.GridHeader_Products,
.ResizeHeader_Products
{
	border-bottom:1px solid #cec4ab;
	padding-top:9px;
	padding-bottom:8px;
	background:#e9e2d4;
	font-size:13px;
	text-align:left;
}

.GridHeader_Products,
.GridHeader_Products a
{
	color:#242424;
	text-decoration:none;
}

/*rows*/

.GridAltRow_Products
{
}

.GridRow_Products td,
.GridAltRow_Products td,
.GridEditRow_Products td,
.GridFooter_Products td,
.GridGroupFooter_Products td
{
	padding-top:3px;
	padding-bottom:4px;
}

.GridRow_Products a,
.GridAltRow_Products a,
.GridEditRow_Products a,
.GridFooter_Products a,
.GridGroupFooter_Products a,
.GridEditForm_Products a
{
	color:#242424;
}

.GridRow_Products td
{
}

.GridAltRow_Products td
{
}

.SelectedRow_Products
{
}

.SelectedRow_Products,
.SelectedRow_Products a
{
	color:#fff;
}

.ActiveRow_Products,
.GridRowOver_Products,
.GridEditRow_Products
.ActiveRow_Products a,
.GridRowOver_Products a,
.GridEditRow_Products a
{
	color:#444;
}

.ActiveRow_Products
{
	background:#dfdfdf;
}

.ActiveRow_Products td
{
	border-top:1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
}

.GridRowOver_Products,
.GridEditRow_Products
{
}

.GridRowOver_Products td,
.GridEditRow_Products td
{
	border-top:1px solid #a5a5a5;
	border-bottom:1px solid #6b6b6b;
}

.SelectedRow_Products td
{
	border-top:1px solid #333;
	border-bottom:1px solid #262626;
}

/*footer*/

.GridFooter_Products td,
.GridGroupFooter_Products td
{
	border-top:1px solid #828282;
}

/*status*/

.GridPager_Products span
{
	color:#666;
}

/*paging*/

.GridPager_Products
{
	line-height:20px;
}

.GridPager_Products td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #f2f2f2;
	padding:0 5px;
}

.GridPager_Products div span,
.GridPager_Products a,
.GridPager_Products .sliderPagerLabel_Products
{
	color:#242424;
}

.PagerLeft_Products
{
	float:left;
}

.PagerRight_Products
{
	float:right;
}

.PagerCenter_Products
{
	text-align:center;
}

.PagerCenter_Products span
{
	vertical-align:middle;
}

.RadGrid_Products .rgPagePrev
{
	background-position:5px -993px;
}

.RadGrid_Products .rgPageNext
{
	background-position:-21px -993px;
}

.RadGrid_Products .rgPageFirst
{
	background-position:4px -961px;
}

.RadGrid_Products .rgPageLast
{
	background-position:-20px -961px;
}

/*sorting, reordering*/

.GridHeader_Products .rgSortAsc
{
	background-position:-18px -929px;
	height:12px;
}

.GridHeader_Products .rgSortDesc
{
	background-position:3px -929px;
	height:12px;
}

.TopReorderIndicator_Products,
.BottomReorderIndicator_Products
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -900px no-repeat;
}

.BottomReorderIndicator_Products
{
	background-position:-21px -900px;
}

/*filtering*/

.GridFilterRow_Products
{
	background:#fff;
}

.GridFilterRow_Products td
{
	border-bottom:1px solid #828282;
	padding-top:3px;
	padding-bottom:5px;
}

.RadGrid_Products .rgFilter
{
	background-position:2px -1025px;
}

.GridFilterRow_Products input[type="text"]
{
	border:1px solid #828282;
	font:12px arial,sans-serif;
	color:#242424;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Products
{
	border-top:1px solid #cacaca;
	border-bottom:1px solid #7d7d7d;
	background:#a1a1a1 url('Grid/sprite.gif') 0 -2316px repeat-x;
	color:#fff;
}

.GroupPanel_Products .rgSortAsc
{
	background-position:-21px -862px;
}

.GroupPanel_Products .rgSortDesc
{
	background-position:4px -861px;
}

.GroupPanel_Products td
{
	border-bottom:1px solid #aaa;
	padding:4px 5px 6px;
}

.GroupPanel_Products td td
{
	border:0;
	padding:0;
}

.GroupHeader_Products
{
	color:#666;
	font-size:12px;
}

.GroupHeader_Products td
{
	border-bottom:1px solid #909090;
	padding-top:6px;
	padding-bottom:3px;
}

.RadGrid_Products .rgExpand
{
	background-position:5px -1057px;
}

.RadGrid_Products .rgCollapse
{
	background-position:3px -1088px;
}

.GroupHeader_Products td div
{
	top:-0.6em;
}

.GroupHeader_Products td div div
{
	top:0;
}

/*editing*/

.GridEditForm_Products
{
	border-bottom:1px solid #828282;
}

.RadGrid_Products .rgUpdate
{
	background-position:3px -1249px;
}

.RadGrid_Products .rgCancel
{
	background-position:3px -1280px;
}

/*hierarchy*/

.DetailTable_Products
{
	border-right:0;
}

/*command row*/

.GridCommandRow_Products
{
	background:#7d7d7d url('Grid/sprite.gif') 0 -2614px repeat-x;
	color:#fff;
}

.GridCommandRow_Products td
{
	border:0;
	border-top:1px solid #b2b2b2;
	border-bottom:1px solid #5a5a5a;
	padding:0;
}

.GridCommandRow_Products td td
{
	border:0;
	padding:3px 5px;
}

.GridCommandRow_Products td td td
{
	padding:1px;
}

.GridCommandRow_Products table
{
	border:0;
	border-bottom:1px solid #939393;
}

.GridCommandRow_Products table table
{
	border:0;
}

.GridCommandRow_Products a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_Products .rgAdd
{
	background-position:0 -1220px;
}

.RadGrid_Products .rgRefresh
{
	background-position:0 -1124px;
}

.RadGrid_Products .rgEdit
{
	background-position:0 -1155px;
}

.RadGrid_Products .rgDel
{
	background-position:0 -1188px;
}

/*loading*/

.LoadingPanel_Products
{
	background:#efefef url('Grid/loading.gif') center center no-repeat;
}

/*multirow select*/

.GridRowSelector_Products
{
	background:#555;
}

/*row drag n drop*/

.GridItemDropIndicator_Products
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_Products
{
	border:1px solid #828282;
	padding:3px;
	background:#f9f9f9;
	color:#242424;
}

/*rtl*/

.RadGridRTL_Products .GridHeader_Products,
.RadGridRTL_Products .ResizeHeader_Products
{
	text-align:right;
}

.RadGridRTL_Products .PagerLeft_Products,
.RadGridRTL_Products .GridPager_Products .radslider
{
	float:right;
}

.RadGridRTL_Products .PagerRight_Products
{
	float:left;
}
