/* remove image from heading =================================== */

#main h1 {
border-top:0;
border-bottom:0;
background:none;
}

/* For the text not stretching across =================================== */

.main-col-col-row .col3 {
 width:1px;
 height:110px;
 float:left;
}

/* Increase the width of the text column: =================================== */


.main-col-col-row .col2 .colrow1 {
 width:217px;
 height:120px;
 float:left;
}

/* Move the more button: =================================== */

.main-col-col-row .col2 .colrow2 {
 width:217px;
 height:30px;
 float:left;
}

#right {
    border-bottom:solid 1px #b4bec8;
    float:right;
    padding-bottom:3px;
	width:224px;
}

.main-col-col-row .col2 a.moreBut {
	background-color: transparent;
	
	background-image: url(/store_templates/greatmagazines2009/img/common/button_view_all_offers_sprite.png);
	
	background-repeat: no-repeat;
	
	background-attachment: scroll;
	
	background-position: 1px 0px;
	
	display: block;
	
	height: 17px;
	
	width: 107px;
	}
	
	
.main-col-col-row .col2 a.moreBut:hover
	
	{
	
	background-color: transparent;
	
	background-image: url(/store_templates/greatmagazines2009/img/common/button_view_all_offers_sprite.png);
	
	background-repeat: no-repeat;
	
	background-attachment: scroll;
	
	background-position: 1px -18px;
	
}

#content .grid_2 a.view_all_offers {
    margin-top:10px;
}

.main-col-row {
	width:686px;
	margin:0 0 0 0;
}


.main-col-col {
	width:328px;

}

.main-col-col-row {
	width:328px;
	}
