@charset "utf-8";

/* SURNAMES */

#letter-list li
{
	float: left;
	display: inline;
	margin-right: 1em;
}

#letter-list li a
{
	color: #000 !important;
}

ul#letter-list, ul#name-list
{
	padding: 0.3em 0.7em;
}


div#ajax_detail ul
{
	clear: left;
	margin: 4em 0 !important;
}

#search
{
	padding: 1em;
	margin: 3em 0.7em 3em;
	background: #cfe7f1;
}

tr.odd
{
	background-color: #cfe7f1;
}


tr.even
{
	background-color: #e6e7e5;
}

table#registrants
{
	border-spacing: 0;
	width: 100%;
	margin: 3em 0.7em;
}

#registrants td
{
	padding: 0.6em;
}

#registrants th
{
	padding: 0.6em;
	text-align: left;
}

span.highlight
{
	color: #cb0202 
}

li.litips, li.litips h4
{
	padding: 0 !important;
	margin: 1px !important;
}

li.litips p
{
	margin-bottom: 0.7em !important;
	margin-top: -0.2em;
}

div#redblock
{
	background: url(../images/homebox_grad.png) repeat-x;
	padding-top: 1em;
	height: 450px;
	width: 530px;
	margin: 1em auto 2em;
	text-align:center;
	margin-top: 0.4em;
}

div#home-slides
{
	height: 350px;
	overflow: hidden;
}

#home-slides img
{
	border-color: #42420d;
	border-width: 1px;
	border-style: solid;
}

div#SLIDES2TEXT
{
	font-size: 1em;
	padding-top: 2em;
}

/* h1 */

.button
{
	border-color: #3c4724;
	border-style: solid;
	border-width: 1px;
	padding: 0.3em;
	font-weight: bold;
	color: white;
	background-color: #38474d;
	cursor: pointer; cursor: hand;
	width: auto;
	margin: 0.5em 0 0.5em auto;
}

h1#home
{
	border-bottom: none;
	border-top: none;
	background: url(../images/h1_home.png) no-repeat center center;
}
h1#welcome
{
	background: url(../images/h1_welcome.png) no-repeat center center;
}
h1#contact
{
	background: url(../images/h1_contact.png) no-repeat center center;
}
h1#getstart
{
	background: url(../images/h1_getstart.png) no-repeat center center;
}
h1#qanda
{
	background: url(../images/h1_qanda.png) no-repeat center center;
}
h1#subscribe
{
	background: url(../images/h1_subscribe.png) no-repeat center center;
}
h1#tips
{
	background: url(../images/h1_tips.png) no-repeat center center;
}
h1#sites
{
	background: url(../images/h1_sites.png) no-repeat center center;
}
h1#backissues
{
	background: url(../images/h1_backissues.png) no-repeat center center;
}
h1#details
{
	background: url(../images/h1_details.png) no-repeat center center;
}
h1#shopbasket
{
	background: url(../images/h1_shopbasket.png) no-repeat center center;
}
h1#surnames
{
	background: url(../images/h1_surnames.png) no-repeat center center;
}

p.webheadp
{
	margin-bottom: -0.5em;
}

/******** GENERIC ******/


#col2 .fullaccess
{
	margin-bottom: 1em;
	padding: 1em;
	color: white;
	background-color: #303650;
	font-size: 1.3em;
}

#col2 p
{
	padding: 0.2em 0.7em 1em;
}


#col2 a:link, #col2 a:visited
{
	color: #144e9d;
}

#col2 a:active
{
	color: #111;
}

#col2 a:hover
{
	text-decoration: none;
}

#col2 li
{
	list-style-type: none;
}

img.fltlft
{
	display: block;
	float: left;
	margin: 9px 15px 0 0;
}

img.fltrt
{
	float: right;
	display: block;
	margin-left: 8px;
}

table.prices
{
	margin: 5px 0 20px;
}

table.list_table
{
	width: 400px;
	margin: 10px 0 25px;
	border-collapse: collapse;
}

.list_table td
{
	padding: 3px;
	border: 1px solid #333;
}


/***** ISSUES *******/

table#issues_tb
{
	table-layout: fixed;
	border-spacing: 4px;
	margin: 5px auto;
}

#issues_tb td
{
	text-align: center;
	vertical-align: top;
	width: 140px;
	padding: 0.1em;
	background: #f4f4f4;
}

#issues_tb td img.mag
{
	width: 95px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#issue_main
{
	margin-bottom: 1em;
	margin-right: 2em;
	float: left;
	clear: left;
}

#selyear
{
	width: 6em;
}


DIV.list_section
{
	clear: left;
}

DIV#mag_top
{
	height: 15px;
	border-bottom: double #ccc 3px;
	margin-bottom: 10px;
	clear: left;
}




/********* SEARCH RESULTS *******/

#col2 iframe
{
	width: 526px !important;
}


.errors
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #8c0c0d;
}
	
/**** SHOPPING BASKET *****/

#basket_tb
{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 25px;
}

#basket_tb td
{
	border: 1px solid #a4a4a4;
	padding: 5px;
}

#basket_tb th
{
	text-transform: uppercase;
	color: #38474d;
	font-size: 1.1em;
	text-align: left;
}

td.basket_img
{
	text-align: center;
}

td.basket_total, td.basket_name
{
	font-weight: bold;
}

td.basket_fulltotal
{
	font-size: 1.2em;
	color: #38474d;
	font-weight: bold;
}

td.noborder
{
	border: none !important;
}

p#sel_country
{
	width: 60%;
	float: left;
}

p#sel_country, #sel_country2
{
	display: inline;
}


/******* SUBS ********/

blockquote
{
	background: #ededed;
	color: #55623b;
	width: 230px;
	padding: 15px;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px;
}

.mini_para
{
	font-size: 0.85em;
	text-align: right;
}

ul#subs_ul
{
	list-style-type: circle !important;
	margin: 0 0 25px 45px;
}

#subs_button
{
	width: 180px;
	display: block;
	margin: 10px auto 30px;
}

DIV#subsform
{
}

#subsform table.main
{
	background: #e9e9e9;
	color: #111;
	margin: 0.7em 0.7em 3em;
	padding: 2em;
	table-layout: fixed;
}

#subsform td.label, #subsform td.input
{
	padding: 5px;
	vertical-align: top;
}

#subsform td.label
{
	font-size: 1.1em;
	font-weight: bold; !important;
	width: 40% !important;
}

#subsform td.input
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	width: 60% !important;
}

.textfield
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1.1em;
	width: 20em;
	padding: 0.3em;
	border-color: #38474d;
	border-width: 1px;
	border-style: solid;
}

.textfield:focus
{
	border-color: #7cab1c;
}

.med
{
	width: 14em;
}

.mini
{
	width: 2em;
}

#subsform li
{
	margin-bottom: 8px;
}

#subsform th
{
	text-align: left;
	padding: 5px;
}

#webnames table.main
{
	background: #e9e9e9;
	padding: 10px;	
}

table.subs_offers
{
	margin: 0 0 2.5em 0;
}

.subs_offers td
{

	text-align: center;

	color: #38474d;

	padding: 1em;

	width: 115px;

	background-color: #e9e9e9;
	vertical-align: top;

}


/********* APPENDIX **********/


ul#bottom_issue
{
	float: right;
	margin-top: 1em;
}

ul#bottom_issue li
{
	display: inline;
	margin-left: 1em;
}

#but_qa
{
	top: 6px;
	position: relative;
}


