@charset "utf-8";
/* CSS Document */

/* Main column =================================== */

.main-col-row {
	width:667px;
	float:left;
	margin:0 5px 0 5px;
	display:inline;
}

.main-col-col {
border-right:dotted 1px #b4bec8;
border-left:dotted 1px #b4bec8;
border-bottom:dotted 1px #b4bec8;
border-top:dotted 1px #b4bec8;
	width:319px;
	height:187px;
	float:left;
	margin:7px 0 0 7px;
	display:inline;
}

.main-col-col-row {
	width:319px;
	float:left;
	margin:0;
}

.main-col-col-row h2 {
	padding:10px 0 5px 10px;
	margin:0 0 0 10px;
color:#333333;
font-size:116%;
}

.main-col-col-row .col1 {
	width:110px;
	height:120px;
	float:left;
}
.main-col-col-row .col1 img {
	float:right;
	width:100px;
}
.main-col-col-row .col2 {
	width:97px;
	height:110px;
	float:left;
}

.main-col-col-row .col2 .colrow1 {
	width:97px;
	height:120px;
	float:left;
}

.main-col-col-row .col2 .colrow2 {
	width:97px;
	height:30px;
	float:left;
}

.main-col-col-row .col2 p { font-size:12px; margin:0 5px; }

.main-col-col-row .col2 a.moreBut {
	display:inline-block;
	width:41px;
	height:19px;
	background:url(http://www.greatmagazines.co.uk/store_templates/greatmags2008/images/moreBut.gif) no-repeat;
	padding:1px 0 0 9px;
	color:#222;
	text-decoration:none;
	float:right;
	margin:3px 5px 0 0;
}

.main-col-col-row .col2 a.moreBut:hover { color:#da141c; }

.main-col-col-row .col3 {
	width:112px;
	height:110px;
	float:left;
}
.main-col-col-row .col3 .giftBox {
	width:100px;
	height:100px;
	float:left;
	margin:0;
	background:#fff;
	border:1px solid #bdc6d1;
}

.main-col-col-row .col3 .giftBox img {
	float:left;
	margin:0;
}

