/* MAGAZINE SEARCH SUGGEST FORM */
#magsearchform { background-image: url(../assets/images/background-magsearch.png); background-position: right bottom; background-repeat: no-repeat; position: absolute; right: 40px; top: 0; z-index: 100; }
#magsearchform div { width: 300px; height: 80px; }
#magsearchform div input { border: 0; font-size: 14px; margin: 45px 0 0 0; padding: 5px; width: 160px; }
#magsearchform .magsearchhelp { cursor: pointer; position: absolute; top: 17px; right: 30px; }

/* MAGAZINE SEARCH SUGGESTIONS */
#magsuggestions { display: none; position: absolute; left: 0; text-align: left; top: 90px; width: 320px; z-index: 101; }

/* MAGAZINE SEARCH RESULTS */
#magsearchresults { background-color: #ffffff; border: 1px solid #919191; font-size: 13px; padding: 5px; width: 320px; }
#magsearchresults .category { background-color: #dddddd/**/; display: block; margin: 5px; padding: 5px; }
#magsearchresults a.category { color: #0000ff; font-weight: bold; text-decoration: none; }
#magsearchresults a.category:hover { color: #666666; text-decoration: none; }
#magsearchresults img { float: left; margin: 5px 15px 15px 0; padding: 5px; }
#magsearchresults a.searchheading { color: #0000ff; display: block; font-size: 16px; font-weight: bold; margin: 14px 5px 10px 0; text-decoration: none; }
#magsearchresults a.searchheading:hover { color: #000000; }
#magsearchresults .description span { color: #000000; margin: 0 15px 10px 0; }
#magsearchresults .seperator span { margin: 10px auto; width: 270px; }

.greyinput { color: #aaaaaa; }

/* Magazine search Help Overlay */
#maghelp { color: #ffffff; }
.maghelp { background-color: #002f43; border: 1px solid #666; display: none; text-align: left; width: 550px; box-shadow: 0 0 90px 5px #666; -moz-box-shadow: 0 0 90px 5px #666; -webkit-box-shadow: 0 0 90px #666; z-index:300; }

/* close button positioned on upper right corner */
#maghelp .close {
	background-image:url(../assets/images/overlay-close.png);
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index: 11;
}

/* styling for elements inside overlay */
#maghelp .maghelpdetails {
	color: #ffffff;
	text-align: left;
	width: 85%;
	margin: 10px auto;
	padding: 5px;
}
.maghelp .maghelpdetails h1 { font-size: large; }
.maghelp .maghelpdetails h2 { /*cursor: pointer;*/ font-size: large; margin: 20px 0 0; }
.maghelp .maghelpdetails p { clear: both; display: block; font-size: 90%; font-weight: normal; margin: 10px 0 0 0; }
.maghelp .maghelpdetails a { color: #ffffff; font-weight: bold; }


/***
 *
 *	Magazine Search display
 *
 */
.magsearchresult
{
	background-color: #ffffff;
	border-bottom: 1px solid #002f43
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 30px 0 0;
	max-width: 980px;
}


.magtitle { font-size: x-large; font-weight: 300; margin: 0 0 20px; }


.magdisplayleft
{
	background-color: #dddddd;
	background-image: url(../account/images/databg.gif);
	border: 1px solid #cccccc;
	float: left;
	margin: 0 30px 30px 30px;
	padding: 15px;
	text-align: left;
	max-width: 600px;
	box-shadow: #ccc 5px 5px 5px;
	-webkit-box-shadow: #ccc 5px 5px 5px;
	-moz-box-shadow: #ccc 5px 5px 5px;
}


.magdisplayright
{
	background-color: #eefefe;
	border: 1px solid #cccccc;
	float: right;
	margin: 0 30px 30px 0;
	padding: 20px 10px 10px;
	max-width: 230px;
	text-align: center;
	box-shadow: #ccc 5px 5px 5px;
	-webkit-box-shadow: #ccc 5px 5px 5px;
	-moz-box-shadow: #ccc 5px 5px 5px;
}
	.magdisplayright img
	{
		background-color: #ffffff;
		border: 1px solid #dddddd;
		margin: 10px auto 30px;
		padding: 10px;
		box-shadow: #ccc 5px 5px 5px;
		-webkit-box-shadow: #ccc 5px 5px 5px;
		-moz-box-shadow: #ccc 5px 5px 5px;
	}
	.magdisplayright p { margin: 0 auto; }


.similarmags
{
	background-color: #dddddd;
	background-image: url(../account/images/databg.gif);
	border: 1px solid #cccccc;
	float: left;
	margin: 0 30px 30px 30px;
	padding: 15px;
	text-align: left;
	max-width: 600px;
	box-shadow: #ccc 5px 5px 5px;
	-webkit-box-shadow: #ccc 5px 5px 5px;
	-moz-box-shadow: #ccc 5px 5px 5px;
}


.samecategory
{
	background-color: #dddddd;
	background-image: url(../account/images/databg.gif);
	border: 1px solid #cccccc;
	float: left;
	margin: 0 30px 30px 0;
	padding: 15px;
	text-align: left;
	width: 600px;
	box-shadow: #ccc 5px 5px 5px;
	-webkit-box-shadow: #ccc 5px 5px 5px;
	-moz-box-shadow: #ccc 5px 5px 5px;
}


.similarmags h2
{
	font-size: x-large;
	font-weight: normal;
}
.samecategory h2
{
	font-size: x-large;
	font-weight: normal;
}


.magbanner
{
	background-image: url(../assets/images/promotions/magbanners/magbanner-ben10.jpg);
	cursor: pointer;
	float: left;
	height: 240px;
	margin: 0 30px;
	overflow: hidden;
	width: 630px;
	box-shadow: #ccc 5px 5px 5px;
	-webkit-box-shadow: #ccc 5px 5px 5px;
	-moz-box-shadow: #ccc 5px 5px 5px;
}

.minimag {
	float: left;
	height: 200px;
	margin: 14px;
	text-align: center;
	width: 120px;
}
.pointer { cursor: pointer; }