/* body, general settings
------------------------- */

html {
	background: #4faddc url(/graphics-gh/magazines/main-bg.png) 0 0 repeat-x;
	
}

body {
    font-family:sans-serif;
    padding:0;
    margin:0 10px;
	min-width:1000px;
    font-family:Verdana,sans-serif;
	/* background-color: #215A75; *BLUE***/
background: #4faddc url(/graphics-gh/magazines/main-bg.png) 0 0 repeat-x;

}




body, p, div, li, td {
    font-size:11px;
    color:#000000;
}

body.sidebar-left {
text-align:center;
}

h2 {
    font-size:15px;
    color:#000066;
}

div {
    margin:0;
    padding:0;
}

img {
    border:0;
}

pre, code {
    font-family:'andale mono','lucida console',monaco,monospace;
    color:#036;
}

pre {
    clear: both;
    overflow: auto;
    /*width:100% !important;*/
    width: 600px; /*for IE, which doesn't obey !important or width:100% on pre */
    padding-bottom: 0 !important;
    padding-bottom: 1.5em; /* for IE which doesn't make room at the bottom of the pre for a horizontal scrollbar */
}

a, a:visited {
    text-decoration:none;
}

a {
    color:#00f;
}

a:visited {
    color:#551a8b;
}

a:hover {
    text-decoration:underline;
}

img[align=left] {
    margin-right:0.5em;
}

img[align=right] {
    margin-left:0.5em;
}

hr {
    border:none;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    width:100%;
    clear:both;
}

hr.divider {
    color:#333;
    background-color:#999;
}

#pagewide {
	width:96%;
	border:0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-width:1000px;
	padding:0;
	text-align:left;
	
}

#pagewide-mag {
	width:1000px;
	border:0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0;
	text-align:left;
}

#page {
	width:100%;
	min-width:1000px;
	background-color:#fff;
	border-left: 0px solid #d4d4d4;
	border-right: 0px solid #d4d4d4;
	border-bottom: 0px solid #d4d4d4;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0;
}




/* header settings
------------------ */
#header {
	height:55px;
	width:100%;
	background-image: url(/graphics-gh/magazines/magazines-header-bg-green.png);
	background-repeat: repeat-x;
	min-width:1000px;
}

#header h1 {
    float:left;
    width:228px;
    height:55px;
    margin:0;
    padding:0;
    /*background:url(/images/oreilly/oreilly.gif) no-repeat 0 0;
    font-size:0;
    text-indent:-9999px;*/
}

#header ul {
    width:266px;
    float:right;
    list-style:none;
    margin:36px 0 0 0;
    padding:0;
}


#header ul li {
    text-indent:-9999px;
	color:#000000;
	font-size:10px;
    float:left;
    display:inline-table; /* css 2.0 won't stack the <li>s, so we add display property */
}

#header a {
    display:block;
    margin:0;
    padding:0;
    height:22px;
    text-decoration:none;
	color:#000000;
	font-size:10px; 
}

#header a.sign {
    width:54px;
    background:url(/images/oreilly/button_sign.gif) no-repeat 0 0;
}

#header a.signout {
    width:65px;
    background:url(/images/oreilly/button_signout.gif) no-repeat 0 0;
}

#header a.acct {
    width:86px;
    background:url(/graphics-gh/main-graphics/magazines-myaccount.gif) no-repeat 0 0;
}

#header a.cart {
    width:100px;
    background:url(/graphics-gh/main-graphics/magazines-cart.gif) no-repeat 0 0;
}

#header a.sign:hover, #header a.acct:hover, #header a.cart:hover, #header a.help:hover {
    background-position: 0 -22px;
}


/****************Menu*******************/
#menu{
	/*
	z-index: 1;
	position:relative; */
	height:31px;
	border-bottom:1px solid #fff;
	background-color: #1b9fc6;

	background-repeat: repeat-x;
    margin:0;
    padding:0;
    width:100%;
}

#menu ul.top{
	position:relative;
	float:left;
	padding:0 0 0 150px;
	margin:4px 0px 0px 0px;	
	position:relative;
}


#menu ul li.topLevel, #menu ul li.topLevel:hover{
	float:left;
	margin:0px 0px 0px 5px;
	padding:0px;
	list-style:none;
	height:29px;
	/*background-image: url(/graphics-gh/main-graphics/tabs/tab-RT-select.gif); 
	background-repeat: no-repeat;
	background-position: right bottom;*/
}

#menu ul li.topLevel a.main, #menu ul li.topLevel a.main:hover{
	color:white;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
	letter-spacing:.7px;
	line-height:26px;
	display:block;
	padding:2px 20px 0px 20px;
	/*background-image: url(/graphics-gh/main-graphics/tabs/tab-LT-select.gif);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}
#menu ul li.topLevel:hover, #menu ul li.selected, #menu ul li.hover{
	/*background-image: url(/graphics-gh/main-graphics/tabs/tab-RT.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
#menu ul li.topLevel a.main:hover, #menu ul li.selected a.main, #menu ul li.hover a.main{
	/*background:url(/graphics-gh/main-graphics/tabs/tab-LT.gif) left bottom no-repeat;*/
	color:#CCCCCC;	
}

#menu ul li.selected ul{
	z-index: 1;
	display:block;
	/*background:url(/graphics-gh/main-graphics/menu.subBg.gif) repeat-x bottom;	*/
}

#menu ul li.hover ul{
	z-index: 100;
	display:block;
	/*background:url(/graphics-gh/main-graphics/menu.subBg.gif) repeat-x bottom; */	
}

#menu ul li ul{
	position:absolute;
	padding:14px 0 0px 148px;
	margin:0px 0px 0px 0px;
	position:absolute;
	top:23px;
	left:0px;
	display:none;
	width: 840px;
}
#menu ul ul li{
	float:left; 
	margin:0px 15px 0px 0px ;
	padding:0px;
	display:block;
	height: 31px;
	list-style:none;
}
#menu ul ul li a{
	color:#202D3F;
	letter-spacing:1px;
	padding:6px 10px 4px 5px;
	margin:0px;
	display:block;
	text-decoration:none;
	line-height: 18px;
	text-transform:lowercase;
}

#menu ul ul li a:hover{
	/*background: #D0D1CF;*/
	background: #D8D9D6;
	border-bottom:1px solid #AFD872;
}
#menu ul ul li a img{
	vertical-align: middle;
}
/****************Menu*******************/

#search label {
    text-transform:uppercase;
}

/* navigation - second level
---------------------------- */
#subnav {
	width:100%;
	background-color:#990000;
	border-bottom:1px solid #990000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
    /*margin-top:expression(-2+"px"); causing problems in IE Win*/
}

#subnav ul li {
    float:left;
    display:inline-table;
}

#subnav ul li a {
    padding:0 1em;
    text-decoration:none;
    color:#fff;
    float:left;
}

#subnav ul li + li a {
    border-left:1px solid #fff;
}

#subnav ul li a:hover {
    text-decoration:underline;
}

#subnav .nav_selected a, #subnav .nav_selected a:hover {
    color:#cc9999;
} 



/* content - main
----------------- */
#content {
    width:68em;
    float:right;
    margin:0;
    padding:2em 2em 2em 0;
}

#upsell {
    width:18em;
    margin:0;
    padding:0;
    float:right;
} 

#fullcontent {
    width:86em;
    margin:2em;
}

#content h3 {
    font-weight:bold;
    color:#000;
    margin:0.5em 0 1em 0;
    font-size:14px;
}

#content h4 {
    margin:0 0 0.5em 0;
    padding:0;
    font-size:12px;
}


/* footer
-------------------- */
#magazine-footer {
	width:100%;
	border-top:1px solid #ccc;
	clear:both;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
}

#magazine-footer p {
    text-align:center;
    line-height:1.2em;
}

#magazine-footer p.footer-links {
    font-size:12px;
}

#magazine-footer img {
    vertical-align:bottom;
    border:0px;
}

.aleft {
    float:left;
    margin:0 0.5em 0 0.3em;
}

.aright {
    float:right;
    margin:0.5em 0 0 0.5em;
}

.clear, hr.clear {
    font-size:0;
    clear:left;
    width:100%;
    height:0;
    margin:0;
    padding:0;
    background:transparent;
    border:none;
    color:#fff;
}

.sidebar-item {
    padding:0;
    margin:0 0 20px 0;
}

.sidebar-item h3 {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    line-height:2em;
    font-size:11px !important;
    text-align:center;
    background-color:#eee;
    background:url(/images/box-item-header.gif) no-repeat 0 0;
    margin:0 !important;
}

.sidebar-item-content {
    border: 1px solid #999;
    margin:0;
    padding:10px;
}


/* footer Reflect
-------------------- */
div#footer_reflect .footerouter2 {
	height: 105px;
	overflow: hidden;
		border:0px;
	margin:0px;
	padding:0px;
}

div#footermain {
	text-align: center;
}


div#footer_reflect {
	background-image: url(/graphics-gh/footer-bg-new.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	border:0px;
	margin:0px;
	padding:0px;
	
}

div#footer_reflect .footerouter1 {
	background-image: url(/graphics-gh/footer-r.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
		border:0px;
	margin:0px;
	padding:0px;
}

div#footer_reflect .footerouter2 {
	background: url(/graphics-gh/footer-l.png) 0 0 no-repeat;
		border:0px;
	margin:0px;
	padding:0px;
}

div#footermain {

}

#footer_reflect p.footer_reflect-links {
    font-size:12px;
	color:#FFFFFF;
}


/* search
------ */ 
#search_bar {
	background-color: #1b9fc6;
	background-image: url(/graphics-gh/magazines/magazines-search-bg.png);
	border-top:				1px solid #1b9fc6;
	font-weight:			bold;
	padding:				5px 0px 5px 0px;
	position:				relative;
	text-align:				center;
	COLOR:#FFFFFF;
	height: 50px;
	font-size: 15px;
}




/* set the image to use and establish the lower-right position */
 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h3 { 
 background: transparent url(/graphics-gh/magazines/left-menu-bg-blue.png) no-repeat bottom right; 

} 

.cssbox {
	width: 205px !important; /* intended total box width - padding-right(next) */
	width: 200px; /* IE Win = width - padding */
	padding-right: 5px; /* use to position the box */
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
} /* set the top-right image */ 

.cssbox_head { 
background-position: top right; 
margin-right: -5px; /* pull the right image over on top of border */ 
padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.cssbox_head h3 { 
background-position: top left; margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 5px 0 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.cssbox_body { 
background-position: bottom left; 
margin-right: 15px; /* interior-padding right */ 
padding: 1px 0 5px 10px; /* mirror .cssbox_head right/left */ } 



/* navigationbar------ */ 

#navcontainer {
	width:100%;
	background-color: #1b9fc6;
	margin:0;
	padding:0;
	background-image: url(/graphics-gh/magazines/magazines-menu-bg-dark.png);
	background-repeat: repeat-x;
}


#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
margin-bottom:0;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
background: url("/graphics-gh/magazines/magazines-menu-bg-dark.png") repeat-x 20px; ;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
border-right: 1px solid #fff;
font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
	letter-spacing:.7px;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: white;
background: url("/graphics-gh/main-graphics/magazines-menu-bg-hover.gif") repeat-x 20px;;
}

#navcontainer #active { border-left: 1px solid #fff;background: url("/graphics-gh/main-graphics/magazines-menu-bg-hover.gif") repeat-x 20px;; }



/*<group=Structural>*/
/* -1px margin-top is so NN4 borders overlap */
.columns
	{
	margin		: 0px;
	margin-top	: -1px;
	padding		: 0px;
	border		: solid 1px #000;
	color		: #000;
	background-color: #fff;
	}
/* reset post NN4 */
.columns
	{
/*/*/
	border		: none;
	margin-top	: 0px;
	background-color: transparent;
	/* background: url(/gh3/themes/spreadfirefox/images/bg_sidebar_box_bottom.png) top repeat-x; */
/* */
	}
	
	
	/****************BREADCRUMBS*******************/

#mag-breadcrumbs {
	display: block;
	padding: 2px;
	font-size:10px;
	background: #ffffff;
	border: 1px solid #fff;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}  
#breadcrumbs span, .breadcrumb {
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; 
font-size: 10px; color: #666666; 
padding: 1px;
display: inline;  
padding-bottom: 0;
padding: 0;
margin: 0;
font-size:10px;
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active
{
	color: #4b3165;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.breadcrumb
{
	color: #0E9D1D;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

	/*<group=CENTERCOLUMN>*/
*/
.centercolumn
	{
	margin			: 0px;
	padding			: 0px;
	}
/* OmniWeb value - others in external css file */

/* no they're not - they're here for ease of viewing for the moment */
/* NN4 values */
.centercolumn
	{
	margin-right		: 0px;
	margin-left		: -5px;
	}
/* Other browsers */
/*/*/
.centercolumn
	{
	margin-right		: 50px;
	margin-left		: 5px;
	}
/* */

.centerpadding
	{
	margin				: 0px;
	padding				: 0px;
	}
.centerpadding {
    padding-left: 0px; 
    padding-right: 0px; 
    }
	
	
	/**********************MAIN CONTNENT ***********/

.main-content .node .content {
  padding: 5px 10px;
  margin: 0;
}

.main-content {
  padding: 0;
  margin: 0;
  line-height: 1.3; /* value other than 'normal' needed for WinIE */
}
.main-content .node {
  margin: 0 8px;
  margin-bottom: 1.0em;
}
#content-title, #title, .main-content h2, .main-content h2 a {
  color: #000;
}
.main-content h2 a {
  text-decoration: none;
}
.main-content h2 a:link { 
  color: #000; 
}
.main-content h2 a:visited { 
  color: #000; 
}
.main-content h2 a:hover { 
  color: #039; 
}
.main-content .node .content, .comment .content {
  line-height: 150%;
}
.main-content .node .content {
  padding: 5px 10px;
  margin: 0;
}
.main-content .node .info {
  margin: 0;
  color: #777;
  background-color: transparent;
}
.main-content .node .info .taxonomy {
  display: inline;
}
.main-content .node .links, .main-content .comment .links {
  padding: 5px 0;
  margin: 1em 8px;
  border-top: 1px dotted #ddd;
  text-align: right;
}
.main-content .comment .links {
  margin-bottom: 0;
}
.main-content .links .read-more {
  background: transparent;
} 
.main-content .breadcrumb {
  padding: 0px;
  margin: 0 0 10px 10px;
  color: #6b0;
} 
.main-content .breadcrumb a:first-letter {
  text-transform: uppercase;
}
.links {
  font-weight: normal;
  font-family: "Caecilia", "Minion Pro", Minion, Georgia, serif;
}





/***********ARTICLE CSS ****************/
 #leftmenusection {
 width:230px;
 float:left;
 margin:0 1em;
 padding:0;
 }
 
 
 
/***********MAGAZINE BODY CSS ****************/ 
 div#magazine-body-header {
	text-align:left;
	background-color: #ffffff;
	height: 20px;
	margin: 0px;
	border-bottom: solid #CCCCCC 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 175px;

}
div#magazine-body-column2 {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
	
}
div#magazine-body-column1 {
	margin: 0px;
	padding: 0px;
	/* background-image: url(http://www.swala.org/graphics-gh/side1.gif);
	background-repeat: repeat-y; */
	width: 100%;
	
}
div#magazine-body-navcol {
	width: 215px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#magazine-body-main {
	margin-left: 230px;
	margin-right: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
}

div#magazine-body-main-2col {
	margin-left: 230px;
	margin-right: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
	min-width:500px;
}
div#magazine-body-sidecol {
	padding: 10px;
	width: 130px;
	float: right;
}

div#magazine-body-sidecol-mini {
	padding: 10px;
	width: 5px;
	float: right;
}

.magazine-body-clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/***********END MAGAZINE BODY CSS ****************/

/***********MAGAZINE CONTENT CSS ****************/

.magazine-name .h2
{
	font-size : 12px;
}

/************ LEFT NAVIGATION MENU BLOCKS *******************/

.book-navigation, .page-links {
background-color:#FFFFFF;
height:10px;
}



/************ LEFT NAVIGATION MENU BLOCKS WITH STYLE *******************/

/* set the image to use and establish the lower-right position */
 
.block-user-1, .block-user-1_body, .block-user-1_head, .block-user-1_head h3 { 
 background: transparent url(/graphics-gh/magazines/left-menu-bg-blue.png) no-repeat bottom right; 

} 

.block-user-1 {
	width: 205px !important; /* intended total box width - padding-right(next) */
	width: 200px; /* IE Win = width - padding */
	padding-right: 5px; /* use to position the box */
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
} /* set the top-right image */ 

.block-user-1_head { 
background-position: top right; 
margin-right: -5px; /* pull the right image over on top of border */ 
padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.block-user-1_head h3 { 
background-position: top left; margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 5px 0 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.block-user-1_body { 
background-position: bottom left; 
margin-right: 15px; /* interior-padding right */ 
padding: 1px 0 5px 10px; /* mirror .cssbox_head right/left */ } 
/***********BROWSE MAGAZINE MENU BLOCK***************/

.block-menu-152, .block-menu-152_body, .block-menu-152_head, .block-menu-152_head h3 { 
 background: transparent url(/graphics-gh/magazines/left-menu-bg-blue.png) no-repeat bottom right; 

} 

.block-menu-152 {
	width: 205px !important; /* intended total box width - padding-right(next) */
	width: 200px; /* IE Win = width - padding */
	padding-right: 5px; /* use to position the box */
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
} /* set the top-right image */ 

.block-menu-152_head { 
background-position: top right; 
margin-right: -5px; /* pull the right image over on top of border */ 
padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.block-menu-152_head h3 { 
background-position: top left; margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 5px 0 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.block-menu-152_body { 
background-position: bottom left; 
margin-right: 15px; /* interior-padding right */ 
padding: 1px 0 5px 10px; /* mirror .cssbox_head right/left */ } 


/***********mORE sEARCH OPTIONS BLOCK***************/

.block-menu-237, .block-menu-237_body, .block-menu-237_head, .block-menu-237_head h3 { 
 background: transparent url(/graphics-gh/magazines/left-menu-bg-blue.png) no-repeat bottom right; 

} 

.block-menu-237 {
	width: 205px !important; /* intended total box width - padding-right(next) */
	width: 200px; /* IE Win = width - padding */
	padding-right: 5px; /* use to position the box */
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
} /* set the top-right image */ 

.block-menu-237_head { 
background-position: top right; 
margin-right: -5px; /* pull the right image over on top of border */ 
padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.block-menu-237_head h3 { 
background-position: top left; margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 5px 0 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.block-menu-237_body { 
background-position: bottom left; 
margin-right: 15px; /* interior-padding right */ 
padding: 1px 0 5px 10px; /* mirror .cssbox_head right/left */ } 


/***********Subscription Catalog BLOCK***************/

.block-uc_catalog-0, .block-uc_catalog-0_body, .block-uc_catalog-0_head, .block-uc_catalog-0_head h3 { 
 background: transparent url(/graphics-gh/magazines/left-menu-bg-blue.png) no-repeat bottom right; 

} 

.block-uc_catalog-0 {
	width: 205px !important; /* intended total box width - padding-right(next) */
	width: 200px; /* IE Win = width - padding */
	padding-right: 5px; /* use to position the box */
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
} /* set the top-right image */ 

.block-uc_catalog-0_head { 
background-position: top right; 
margin-right: -5px; /* pull the right image over on top of border */ 
padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.block-uc_catalog-0_head h3 { 
background-position: top left; margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 5px 0 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.block-uc_catalog-0_body { 
background-position: bottom left; 
margin-right: 15px; /* interior-padding right */ 
padding: 1px 0 5px 10px; /* mirror .cssbox_head right/left */ } 



/***********Navigation Menu BLOCK***************/

.block-menu-174, .block-menu-174_body, .block-menu-174_head, .block-menu-174_head h3 { 
 background: transparent url(/graphics-gh/magazines/left-menu-bg-blue.png) no-repeat bottom right; 

} 

.block-menu-174 {
	width: 205px !important; /* intended total box width - padding-right(next) */
	width: 200px; /* IE Win = width - padding */
	padding-right: 5px; /* use to position the box */
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
} /* set the top-right image */ 

.block-menu-174_head { 
background-position: top right; 
margin-right: -5px; /* pull the right image over on top of border */ 
padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.block-menu-174_head h3 { 
background-position: top left; margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 5px 0 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.block-menu-174_body { 
background-position: bottom left; 
margin-right: 15px; /* interior-padding right */ 
padding: 1px 0 5px 10px; /* mirror .cssbox_head right/left */ } 

/***********FAQ Menu BLOCK***************/

.block-faq-1, .block-faq-1_body, .block-faq-1_head, .block-faq-1_head h3 { 
 background: transparent url(/graphics-gh/magazines/left-menu-bg-blue.png) no-repeat bottom right; 

} 

.block-faq-1 {
	width: 205px !important; /* intended total box width - padding-right(next) */
	width: 200px; /* IE Win = width - padding */
	padding-right: 5px; /* use to position the box */
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
} /* set the top-right image */ 

.block-faq-1_head { 
background-position: top right; 
margin-right: -5px; /* pull the right image over on top of border */ 
padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.block-faq-1_head h3 { 
background-position: top left; margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 5px 0 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.block-faq-1_body { 
background-position: bottom left; 
margin-right: 15px; /* interior-padding right */ 
padding: 1px 0 5px 10px; /* mirror .cssbox_head right/left */ } 

/***********SHOPPING CART BLOCK***************/

.block-uc_cart-0, .block-uc_cart-0_body, .block-uc_cart-0_head, .block-uc_cart-0_head h3 { 
 background: transparent url(/graphics-gh/magazines/left-menu-bg-blue.png) no-repeat bottom right; 

} 

.block-uc_cart-0 {
	width: 205px !important; /* intended total box width - padding-right(next) */
	width: 200px; /* IE Win = width - padding */
	padding-right: 5px; /* use to position the box */
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
} /* set the top-right image */ 

.block-uc_cart-0_head { 
background-position: top right; 
margin-right: -5px; /* pull the right image over on top of border */ 
padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.block-uc_cart-0_head h3 { 
background-position: top left; margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 5px 0 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.block-uc_cart-0_body { 
background-position: bottom left; 
margin-right: 15px; /* interior-padding right */ 
padding: 1px 0 5px 10px; /* mirror .cssbox_head right/left */ } 



/***********Most popular BLOCK***************/

.block-views-mags_pop_list, .block-views-mags_pop_list_body, .block-views-mags_pop_list_head, .block-views-mags_pop_list_head h3 { 
 background: transparent url(/graphics-gh/magazines/left-menu-bg-blue.png) no-repeat bottom right; 

} 

.block-views-mags_pop_list {
	width: 205px !important; /* intended total box width - padding-right(next) */
	width: 200px; /* IE Win = width - padding */
	padding-right: 5px; /* use to position the box */
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
} /* set the top-right image */ 

.block-views-mags_pop_list_head { 
background-position: top right; 
margin-right: -5px; /* pull the right image over on top of border */ 
padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.block-views-mags_pop_list_head h3 { 
background-position: top left; margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 5px 0 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.block-views-mags_pop_list_body { 
background-position: bottom left; 
margin-right: 15px; /* interior-padding right */ 
padding: 1px 0 5px 10px; /* mirror .cssbox_head right/left */ } 






/*****************/

/* set the image to use and establish the lower-right position */ 
.popular_cssbox, .popular_cssbox_body, .popular_cssbox_head, .popular_cssbox_head h3 { 
background: transparent url(/graphics-gh/magazines/right-menu-bg.png) no-repeat bottom right; } 

.popular_cssbox { 
width: 150px !important; /* intended total box width - padding-right(next) */ 
width: 135px; /* IE Win = width - padding */ 
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
margin: 5px auto; /* use to position the box */ } /* set the top-right image */ 

.popular_cssbox_head { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 40px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.popular_cssbox_head h3 { 
background-position: top left; 
text-align:center;
color:#000000;
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 10px 0 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.popular_cssbox_body { 
background-position: bottom left; 
margin-right: 10px; /* interior-padding right */ 
padding: 5px 0 15px 25px; /* mirror .cssbox_head right/left */ } 

/*****************/


/*****************/

/* set the image to use and establish the lower-right position */ 
.block-views-mags_pop_list, .block-views-mags_pop_list_body, .block-views-mags_pop_list_head, .block-views-mags_pop_list_head h3 { 
background: transparent url(/graphics-gh/magazines/right-menu-bg.png) no-repeat bottom right; } 

.block-views-mags_pop_list { 
width: 150px !important; /* intended total box width - padding-right(next) */ 
width: 135px; /* IE Win = width - padding */ 
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
margin: 5px auto; /* use to position the box */ } /* set the top-right image */ 

.block-views-mags_pop_list_head { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 40px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.block-views-mags_pop_list_head h3 { 
background-position: top left; 
text-align:center;
color:#000000;
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 10px 0 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.block-views-mags_pop_list_body { 
background-position: bottom left; 
margin-right: 10px; /* interior-padding right */ 
padding: 5px 0 15px 25px; /* mirror .cssbox_head right/left */ } 

/*****************/

/* set the image to use and establish the lower-right position */ 
.newsletter_cssbox, .newsletter_cssbox_body, .newsletter_cssbox_head, .newsletter_cssbox_head h3 { 
background: transparent url(/graphics-gh/magazines/right-menu-blue-bg.png) no-repeat bottom right; text-align:center;  } 

.newsletter_cssbox { 
width: 150px !important; /* intended total box width - padding-right(next) */ 
width: 135px; /* IE Win = width - padding */ 
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
margin: 5px auto; /* use to position the box */ } /* set the top-right image */ 

.newsletter_cssbox_head { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.newsletter_cssbox_head h3 { 
background-position: top left; 
text-align:center; 
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 15px 0 10px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.newsletter_cssbox_body { 
background-position: bottom left; 
margin-right: 10px; /* interior-padding right */ 
padding: 2px 0 15px 20px; /* mirror .cssbox_head right/left */ }

/*****************/

/* set the image to use and establish the lower-right position */ 
.poll_cssbox, .poll_cssbox_body, .poll_cssbox_head, .poll_cssbox_head h3 { 
background: transparent url(/graphics-gh/magazines/right-menu-bg.png) no-repeat bottom right; } 

.poll_cssbox { 
width: 150px !important; /* intended total box width - padding-right(next) */ 
width: 135px; /* IE Win = width - padding */ 
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
margin: 5px auto; /* use to position the box */ } /* set the top-right image */ 

.poll_cssbox_head { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 40px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.poll_cssbox_head h3 { 
background-position: top left; 
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 15px 0 10px 25px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.poll_cssbox_body { 
background-position: bottom left; 
margin-right: 10px; /* interior-padding right */ 
padding: 15px 0 15px 25px; /* mirror .cssbox_head right/left */ }  

/*****************/

/* set the image to use and establish the lower-right position */ 
.frontsearch_cssbox, .frontsearch_cssbox_body, .frontsearch_cssbox_head, .frontsearch_cssbox_head h2 { 
background: transparent url(/graphics-gh/magazines/search-box-covers-bg.png) no-repeat bottom right; } 

.frontsearch_cssbox { 
width: 100% !important; /* intended total box width - padding-right(next) */ 
width: 95%; /* IE Win = width - padding */ 
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
margin: 5px auto; /* use to position the box */ } /* set the top-right image */ 

.frontsearch_cssbox_head { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 40px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.frontsearch_cssbox_head h2 {
text-align:center; 
background-position: top left; 
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 15px 0 10px 25px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.frontsearch_cssbox_body { 
background-position: bottom left; 
margin-right: 10px; /* interior-padding right */ 
padding: 15px 0 15px 25px; /* mirror .cssbox_head right/left */ }  

/*****************/

#newsletterbox-home {
margin: 5px auto;
margin-right: 10px;
width:150px;
padding: 5px 0 5px 5px;
background:#87CBED;
text-align:center;

}


/* set the image to use and establish the lower-right position */
 
.magazine_order_box, .magazine_order_box_body, .magazine_order_box_head, .magazine_order_box_head h3 { 
background: transparent url(/graphics-gh/magazines/magazine-orderbox.png) no-repeat bottom right; } 

.magazine_order_box {
	width: 200px!important; /* intended total box width - padding-right(next) */
	width: 195px; /* IE Win = width - padding */
	padding-right: 5px; /* use to position the box */
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
} /* set the top-right image */ 

.magazine_order_box_head { 
background-position: top right; 
margin-right: -5px; /* pull the right image over on top of border */ 
padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.magazine_order_box_head h3 { 
background-position: top left; margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 0px 0px 0px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: 10px !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.magazine_order_box_body { 
background-position: bottom left; 
margin-right: 15px; /* interior-padding right */ 
padding: 0px 0 8px 20px; /* mirror .magazine_order_box_head right/left */ } 

/* MAGAZINE COVER BOX */
 
.magazine_cover_box, .magazine_cover_box_body, .magazine_cover_box_head, .magazine_cover_box_head h3 { 
background: transparent url(/graphics-gh/magazines/magazine-coverbox.png) no-repeat bottom right; } 

.magazine_cover_box {
	width: 300px!important; /* intended total box width - padding-right(next) */
	width: 295px; /* IE Win = width - padding */
	padding-right: 5px; /* use to position the box */
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
} /* set the top-right image */ 

.magazine_cover_box_head { 
background-position: top right; 
margin-right: -5px; /* pull the right image over on top of border */ 
padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.magazine_cover_box_head h3 { 
background-position: top left; margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 0px 0px 0px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: 10px !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.magazine_cover_box_body { 
background-position: bottom left; 
margin-right: 15px; /* interior-padding right */ 
padding: 0px 0 8px 20px; /* mirror .magazine_order_box_head right/left */ } 


/* MAGAZINE ABOUT BOX */
 
.magazine_about_box, .magazine_about_box_body, .magazine_about_box_head, .magazine_about_box_head h3 { 
background: transparent url(/graphics-gh/magazines/magazine-aboutbox.png) no-repeat bottom right; } 

.magazine_about_box {
	width: 300px!important; /* intended total box width - padding-right(next) */
	width: 295px; /* IE Win = width - padding */
	padding-right: 5px; /* use to position the box */
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
} /* set the top-right image */ 

.magazine_about_box_head { 
background-position: top right; 
margin-right: -5px; /* pull the right image over on top of border */ 
padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 

.magazine_about_box_head h3 { 
background-position: top left; margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 0px 0 0px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: 8px!important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 

.magazine_about_box_body {
	background-position: bottom left;
	margin-right: 15px; /* interior-padding right */
	padding: 0px 0 5px 20px; /* mirror .magazine_order_box_head right/left */
	font-size: 18px;
	color: #009999;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
} 

.order-title, .edit-attributes-2, .form-item {	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #797979;
	line-height:16px;
	padding:2px;
	margin:2px;
}



.order-title, .edit-attributes-2, .form-item {	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #797979;
	line-height:16px;
	padding:2px;
	margin:2px;
}

body.sidebar-left {
min-width:1000px;
}
