﻿.gridview
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse:collapse;
}
.gridview td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}
.gridview th
{
    padding: 4px 2px;
    color: #fff;
    background: #ff6a00;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.gridview .gridview_alter 
{
    background: #E7E7E7;
}
.gridview .gridview_pager 
{
    background: #ff6a00;
}
.gridview .gridview_pager table 
{
    margin: 5px 0;
}
.gridview .gridview_pager td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
 }  
.gridview .gridview_pager a 
{
    color: #666;
    text-decoration: none;
}
.gridview .gridview_pager a:hover 
{
    color: #000;
    text-decoration: none;
}
.GridIcon
{
    position: relative;
    top: 2px;
    left:1px;
    display:block;
}
.ico-view
{
    background-image: url('../images/full_trash-26.png');
    background-repeat: no-repeat;
    height:24px;
    width:35px;
}
.ImgList
{
    position:relative ;
   right:-50px;
}
.productItem
        {
            
            float: left;
            padding: 5px;
            margin: 5px;
            text-align: center;
        }
.groupSeparator
        {
            border-top: 1px dotted Gray;
            height: 1px;
            clear: both;
        }
        .itemSeparator
        {
            height: 180px;
            width: 1px;
            border-left: 1px dotted Gray;
            margin-top: 5px;
            margin-bottom: 5px;
            float: left;
        }
        .wrapperline{

float: left;
height: 110px;
}
.Lista
{
    padding: 0px 0px 0px 30px;
    float:left;
}
.ListaP
{
   
    float:left;
}
.ListaR
{
    float:right;
}
div.pager {
			margin-top: 5px;
			text-align: center;
		}


			/* pager links */
			div.pager a {
				border: 1px solid #C00;
				padding: 2px 4px;
				display: inline-block;
				text-decoration: none;
				margin: auto 2px;
			}


			/* current page */
			div.pager span span {
				border: 1px solid #0C0;
				padding: 2px 4px;
				display: inline-block;
				margin: auto 2px;
			}
		

		.first {
			color: #F00;
		}
		

		.last {
			color: #0C0;
		}
		

		.current {
			color: #00C;
		}
		

		.numeric {
			color: #C0C;
		}
		

		.next {
			color: #0CC;
		}
        .modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
        .modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

    .close:hover
    {
        background: #00d9ff;
    }