﻿.emptyWidget {
/*background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(230,230,230,.05) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,.05)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,.05) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,.05) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,.05) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(230,230,230,.05) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );*/
}

/* Gradient color1 - color2 - color1 */
		
hr.style-one {
    margin: 17px 0px 7px;
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #eee, #ccc, #eee); 
    background-image:    -moz-linear-gradient(left, #eee, #ccc, #eee); 
    background-image:     -ms-linear-gradient(left, #eee, #ccc, #eee); 
    background-image:      -o-linear-gradient(left, #eee, #ccc, #eee); 
}