/* Start of CMSMS style sheet 'shop' */
.shop_line {
width: 200px;
display:block;
float:left;
margin: 0 92px;
}

.shop_image_left, .shop_link {
margin-left:50px;
}

.shop_head_text {
	font-weight:bold;
	font-size:2em;
	margin:0 0 8px;
        color:#002a5c;
text-align:center;
}

.shop_text {
	font-size:1.2em;
        height: 44px;
        margin:0 0 8px 0;
        overflow:hidden;
        display:block;
text-align:center;
}

.noclass:hover{
text-decoration:none;
}

.column{
	float:left;
        width:246px;
}

.columnmargin{
	margin:0 18px 0 18px;
       width:246px;
        float:left;
}

#content img.nomargin{
	margin:0 0 5px 0;
}

#content img.zeromargin{
	margin:0 0 0 0;
}
/* End of 'shop' */

