


.WyborProduktu .ProductsList {
   display: block;
}

.WyborProduktu .ProductsList > a {
   display: block;
   text-decoration: none;
   color: #222222;
   font-size: 18px; line-height: 1.3;
   padding: 7px 25px 7px 15px;
   margin-bottom: 16px;
   border-right: 2px solid #e7e7e7;
   min-height: 50px;
   font-family: 'Open Sans', sans-serif;font-weight: bold;
   position: relative;
   
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;

}

.WyborProduktu .ProductsList > a > span {
   
}

.WyborProduktu .ProductsList > a > span .Arrow {
   display: none;
   position: absolute; top : 4px; right: -8px;
   width: 8px; height: 16px;
   background: url('../img/green_right_arrow.png') 0px 0px no-repeat;
}

.WyborProduktu .ProductsList > a:hover {
   background: #009698;
   color: #ffffff;
   border-color: #009698;
}

.WyborProduktu .ProductsList > a:hover > span {
   
}

.WyborProduktu .ProductsList > a:hover > span .Arrow {
   display: block;
}

.WyborProduktu .ProductsList > a.IsSelected {
   background: #009698;
   color: #ffffff;
   border-color: #009698;
}

.WyborProduktu .ProductsList > a.IsSelected > span .Arrow {
   display: block;
}




.DataGrid {
   
}

.DataGrid .Table {
   border-collapse: collapse;
   width: 100%;
}

.DataGrid .Table td {
   border-top: 1px solid #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
   width: 33.33336%;
}

.DataGrid .Table td._Col-1 {
   border-right: 1px solid #f4f4f4;
}

.DataGrid .Table td._Col-2 {
   border-right: 1px solid #f4f4f4;
}

.DataGrid .Table td._Col-3 {
   
}

.DataGrid .Table td .Anchor {
   display: block;
   text-align: center;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
   color: #000000;
   font-size: 16px; line-height: 18px;
   font-family: 'Open Sans', sans-serif;
   
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;

}

.DataGrid .Table td .Anchor .Image {
   display: block;
}

.DataGrid .Table td .Anchor .Text {
   display: block;
}

.DataGrid .Table td .Anchor .Text.PaddingTop10 {
   padding-top: 10px;
}

.DataGrid .Table td .Anchor .Text.PaddingTopBottom20 {
   padding-top: 20px;
   padding-bottom: 20px;
}

.DataGrid .Table td .Anchor:hover {
   background: #009698;
   color: #ffffff;
}