/* 
WOO CUSTOM STYLESHEET
---------------------
*/

#content #about {height: 247px; margin: 0px;}
.datecaps {text-transform: uppercase; color: #ccc;}
#about ul li a {color: #FFF;}
.pageleftcol {width: 475px; padding-right: 10px; float: left;}

a#subregister {
background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.11, rgb(230,230,230)),
    color-stop(0.56, rgb(255,255,255))
);
background: -moz-linear-gradient(
    center bottom,
    rgb(230,230,230) 11%,
    rgb(255,255,255) 56%
);
display:block; 
text-align: center; 
color: #000;
font-weight: bold;
text-decoration:none;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
padding-top: 7px;
height: 23px;
text-shadow: #fff 0px 0px 2px;
border: 1px solid #ccc;
}

a:hover#subregister {
color: #666;
background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.11, rgb(230,230,230)),
    color-stop(0.56, rgb(255,255,255))
);
background: -moz-linear-gradient(
    center top,
    rgb(230,230,230) 11%,
    rgb(255,255,255) 56%
);
}
#additional_image img {margin-bottom: 20px;}
.grid_4.alpha h4 {margin-bottom: 5px; margin-top: 15px;}
.previous a, .next a {color: #0091D5;}
