/*
#ececec - background-color
#ffffff - new background-color
#c6dbff
#0080dd 
#0060a6
#990000 - menu red
#7A7878 - button
#
*/

html,
body {
	background-color: #ccc;
	font-family: "Times New Roman", Times, Georgia, Cambria, serif;
}

h1 {font-size:30px;line-height: 130%;margin-top:0;margin-bottom:0.5em;color:#000;font-weight: 400;font-family: inherit;}

h3,h2 {color:#272727;line-height: 130%;margin-top:0;margin-bottom:0.5em;}

h2 {font-size:24px}

h3 {font-size:18px}

INPUT, TEXTAREA, SELECT
{
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
}
A:link, A:visited{
	color: #201598;
	text-decoration: none;
}
A:hover, A:active{
	color: #000;
	text-decoration: underline;
}

A.linkbutton-grey:link, A.linkbutton-grey:visited,A.linkbutton-grey:hover, A.linkbutton-grey:active, A.linkbutton-blue:link, A.linkbutton-blue:visited,A.linkbutton-blue:hover, A.linkbutton-blue:active{
	color: #fff;
	text-decoration: none;
}

EM
{
	font-style: italic;
	font-weight: inherit;
}
STRONG
{
	font-style: inherit;
	font-weight: bold;
}
TABLE
{
	border-collapse: collapse;
}
TR
{
	vertical-align: top;
}
p {
	font-family: inherit;
	font-size: 14px;
	color: #000;
}
.black{
	background-color: #000;
}
.white{
	background-color: #fff;
}
.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.wrap > .container {
	padding: 10px 10px 20px;
}

.footer {
	background: #333;
	margin-bottom:1px;
}

.main-footer * {
	color: #fff;
}

.main-footer {
	padding: 0;
}

.main-footer p{
	font-size: .8em;
	margin: 8px 0;
	color: #fff;
	text-rendering: optimizeLegibility;
}

.main-footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
}

.main-footer ul li {
	display: inline-block;
	margin: 0;
}

.main-footer li a {
	font-size: 14px;
	color: #333;
	line-height: 1.1em;
	text-decoration: none;
	outline-style: none;
	cursor: pointer;
}

.main-footer ul li span {
	display: none
}

.quicklinks_small li:after {
	content: "/";
	display: inline-block;
	padding: 0 5px 0 2px;
	margin: 0;
}

.quicklinks_small .separator{
	font-size: 12px;
	color: #fff;
	padding: 0 5px;
}


.not-set {
	color: #c55;
	font-style: italic;
}

.content{
	padding:10px;
}

.exception{
	margin: 20px;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

ul { padding:0 } 


#header {
	background-color:#fff;
	right: 0;
	left: 0;
	z-index: 100;
	margin-bottom: 0;
	overflow: visible;
}
#header:before, #header:after {
	display: table;
	content: " ";
}

#cookie-law-info-bar{
	border: 0;
	font-size: 10pt;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
#page-header {
	background-color:#cecfcf;
	border: 0;
	font-size: 10pt;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	z-index: 9999;
}

#page-header form {
	display: block !important;
}

#page-header {
	
}
#page-header ::-webkit-input-placeholder {
	color: #444;
}
#page-header :-moz-placeholder {
	color: #444;
}
#page-header ::-moz-placeholder {
	color: #444;
}
#page-header input:-ms-input-placeholder {
	color: #444;
}

#search {
	border: 0;
	font-size: 10pt;
	margin: 0 auto;
	padding: 5px 0;
	width: 100%;
	z-index: 999;
}

.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.right{
	float: right;
}

.toolbar {
	background: #cecfcf;
	height:25px;
}
.toolbar p {
	margin: 0;
	font-size: 14px;
	color: #000;
	padding-left: 16px;
	text-rendering: optimizeLegibility;
}
.toolbar .sign{
	padding: 4px 0 1px 0;
	margin-right: 10px;
	float: right;
	text-align: left !important;
}
.toolbar .menu-item{
	padding: 4px 0 1px 0;
	float: left;
	text-align: left !important;
}
.toolbar .sign ul {
	padding: 0;
	list-style: none;
	color: #000;
	text-rendering: optimizeLegibility;
	font-size: 12px;
	font-weight:700;
}
.toolbar .menu-item ul{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: relative; 
	color: #000;
	text-rendering: optimizeLegibility;
	font-size: 12px;
	font-weight:700;
}
 
.toolbar .menu-item ul li { 
	display: block; 
	float: left; 
	overflow: visible; 
	margin: 0 10px 0 10px;
	color: #000;
}

.toolbar .menu-item ul li a:link, .toolbar .menu-item ul li a:visited {
	min-height: 15px;
	color: #000;
	text-decoration: none;
	float: left; 
	display: block;
 }

.toolbar .menu-item ul li ul { 
	display: block;
	position: absolute; 
	top: 21px;
	background: #000; 
	color: #000; 
	z-index: 1000;
	width:240px;
	vertical-align: top;
	margin-left: -10px;
}

.toolbar .menu-item ul li ul li { 
	display: block;
	text-align: left;
	z-index: 1001;
	width:240px;
}

.toolbar .menu-item ul li ul li a { 
	color: #000; 
	text-rendering: optimizeLegibility;
	font-size: 12px;
	font-weight:700;
	padding: 7px 0;
	display: block;
}
 
.toolbar .menu-item ul li a:hover, 
.toolbar .menu-item ul li ul li a:hover{ 
	color: #fff; 
	text-decoration: none;
	text-rendering: optimizeLegibility;
	font-size: 12px;
	font-weight:700;
}
/*
.toolbar .menu-item ul li:hover ul { 
	display: block;
	visibility: visible;
}
*/

.toolbar .sign ul li a.login:link, .toolbar .sign ul li a.login:visited {
	color:#000;
	font-size: 12px;
	font-weight:700;
	padding-right:28px;
	z-index: 999;
	display: inline-block;
	min-height: 15px;
	text-decoration: none;
	cursor: pointer;
}

.toolbar .sign ul li a.logout:link, .toolbar .sign ul li a.logout:visited {
	color:#000;
	font-size: 12px;
	font-weight:700;
	padding-right:28px;
	z-index: 999;
	display: inline-block;
	min-height: 15px;
	text-decoration: none;
	cursor: pointer;
}

.toolbar .sign ul li a.login:hover, 
.toolbar .sign ul li a.logout:hover{ 
	color: #fff; 
	text-decoration: none;
	text-rendering: optimizeLegibility;
	font-size: 12px;
	font-weight:700;
}

.searchbar{
	background-color: #fff;
}


.search {
	color: #999;
	background: #fff;
}
.search-input{
	color: #999
	font-size:16px;
	border: 0;
}
.search-select{
	color: #999
	font-size:16px;
	border: 0;
}
.search-submit{
	border: 0;
	background-color: #999;
	width: 40px;
	height: 40px;
	background:url('/live/oe_/https://shop.hali.com/images/header/search.png');
}

.foot{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	border-bottom: 1px dotted;
}

.hali-logo {
  width:35%;
	padding:0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	float:left;
}
.cover-logo {
  width:41%;
	padding:0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	float:right;
}

.logo-right {
	padding:0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	float:right;
}

ul li a.social-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-top: 5px;
    margin-right: 10px;
    background-size: 20px !important;
    top: 3px;
    position: relative;
}
ul li span {
    display: none
}
ul li a.social-icon.twitter {
    background: url(iconography/social-twitter.png) no-repeat
}

ul li a.social-icon.youtube {
    background: url(iconography/social-youtube.png) no-repeat
}

ul li a.social-icon.facebook {
    background: url(iconography/social-facebook.png) no-repeat
}

.main-menu {
	width:100%;
	float: left;
	border-bottom:5px solid #990000;
}

.main-menu ul{
	/*padding: 4px 0 3px 0;
	display: inline-block;*/
	margin:0;
	padding:0;
}

.main-menu ul li:before{
	position: absolute;
	height: .75em;
	width: 1px;
	background: #000000;
	content: "";
	margin: 6px 0 0;
	right: 0;
	top: 0;
}
.main-menu ul li:last-child:before {
	display: none;
}

.main-menu ul li{
	color: #000;
	display: inline-block;
	background-color: #fff;
	font-size: 18px;
	font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	/*margin-left: -1px;*/
}

.main-menu ul li a{
	color: #000;
	display: block;
	padding-bottom: 2px;
}

.main-menu ul li a:hover, .main-menu ul li a:active{
	color: #fff;
	background-color:#990000;
	text-decoration: none;
}


.main-menu ul li.menu-selected a,.main-menu ul li.menu-selected a:hover{
	color: #fff;
	background-color:#990000;
	text-decoration: none;
	margin-left: -1px;
}
.main-menu ul li.menu-selected:first-child a,.main-menu ul li.menu-selected:first-child a:hover{
	color: #fff;
	background-color:#990000;
	text-decoration: none;
	margin-left: 0;
}

/*
.main-menu ul li a:active{
	color: #fff;
	background-color:#990000;
	text-decoration: none;
}

.main-menu ul li a{
	color: #000;
	background-color:#fff;
	font-weight: bold;
}
*/
.divider{
	height: 40px;
}
.test-site{
	color: red;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

/*list style*/
.list-view-loading
{
	background:url(loading.gif) no-repeat;
}

.list-view{
	width:100%;
}

/* breadcrumbs*/
div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

/* portlet*/
/*
.portlet-decoration
{
	padding: 6px 10px;
	background: #272727;
}


.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	background: #272727;
	color: #fff;
	font-family: inherit;
}


.portlet-content,.portlet-content-basket
{
	font-size:10px;
	margin: 1px 0 15px 0;
	padding: 3px 0;
}

.portlet-content ul
{
	list-style-type: none;
	padding:0;
}

.portlet-content li,.portlet-content-basket li
{
	padding: 4px 0 4px 0px;
	margin: 0 0 3px 0;
	color:#272727;
	text-decoration:none;
	height:25px;
	background:#EEEEEE;
}

.portlet-content-basket table{
	background:#EEEEEE;
}

.portlet-content-category li{
	height:25px;
	padding: 4px 0 4px 0px;
}

.portlet-content a:link,.portlet-content-basket a:link{
	color:#272727;
	font-size:12px;
	text-decoration:none;
	padding: 3px 0 0 5px;
}

.portlet-content-basket a:link,span{
	padding: 3px 0 0 5px;
}

.portlet-content a:visited,.portlet-content-basket a:visited{
	color:#272727;	
	font-size:12px;
	text-decoration:none;
	padding: 3px 0 0 5px;
}

.portlet-content-basket-button {
	float:right;
	font-size:9px;
}
*/

.portlet{
	
}
.portlet-decoration,.portlet-decoration-product
{
	height: 25px;
	background: #990000;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.portlet-decoration-product
{
	background: #990000;
}
.portlet-decoration-advert
{
	height: 0px;
	width:152px;
	background: #990000;
}
.portlet-title, .portlet-title-product
{
	font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #990000;
	/*
	background: -webkit-gradient(linear, left top, left bottom, from(#201598), to(#130D59));
	background: -moz-linear-gradient(top,  #201598,  #130D59);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#201598', endColorstr='#130D59');	
	*/
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 15px;
	text-align:center;
	color: #FFFFFF;
	font-weight: 400;
	padding: 4px 0 0 10px;
}

.portlet-content,.portlet-content-basket
{
	font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	border: solid 1pt #990000;
	background:#ececec;
}
.portlet-content-category
{
	font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	border: solid 1pt #990000;
	background:#ececec;
}

.portlet-content-advert, .portlet-content-advert-left
{
	height:220px;
	width:150px;
	background:#ececec;
	border:1px solid #990000;
	margin-bottom:10px;
}
.portlet-content-advert-left
{
	height:440px;
}
.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 4px 0 6px 0px;
}

.portlet-content-basket
{
	padding: 5px 2px;
}

.portlet-content-basket td
{
	padding:4px 3px 4px 2px;
}

.button-large{
	height:35px;
	font-size:16px;
}
.button-checkout{
	height:35px;
	font-size:16px;
}
.button-checkout-right{
	float:right;
	margin-bottom:15px;
}

.horizontal-line{
	background-color:#c6dbff;
	height:4px;
}

.search-box-sidebar
{
	font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 3px 3px 5px 0;
	height:20px;
	background:#fff;
}

.button-bag{
	width:130px;
	float:right;
}
.button-renew{
	width:130px;
}

.button, .linkbutton-blue, .button-rectangle, .button-rectangle-search{
	background-color: #7A7878;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.364em;
	padding: 2px 8px 1px 10px;
	text-align: center;
	text-shadow: 0 1px 1px #333;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.linkbutton-blue{
/*
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
*/
	border-top: 2px solid #ddd;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	border-left: 2px solid #ddd;
}
.button:hover, .linkbutton-blue:hover, .button-rectangle:hover, .button-rectangle-search:hover{
	background-color: #555;
	color: #FFF;
	text-decoration: none;
}
.button-free-trial{
	width:150px;
	height:35px;
	font-size:18px;
	font-weight: normal;
}

.button-rectangle{
	font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	float:right;
	font-size:11px;
	padding: 3px 8px 0px 10px;
}

.button-rectangle-search{
	font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	float:none;
	font-size:11px;
	padding: 3px 8px 0px 10px;
}


.signup-input{
	width: 160px;
	height: 28px;
	padding-left: 5px;
	color: #444;
	font-size:13px;
	border: 1px solid #444;
	margin-right: -5px;
}

.button-grey, .button-grey-long
{
	background-color: #444;
	width: 120px;
	color: #FFF;
	font-size: 1em;
	padding: 4px 0;
	text-align: center;
}
.button-grey:hover, , .button-grey-long:hover
{
	background-color: #3A4395;
	text-decoration: none;
}
.button-grey-long{
	width: 170px;
}

.linkbutton-grey {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background-color:#444;
	text-indent:0;
	border:1px solid #333;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1b4875;
}
.linkbutton-grey:hover {
	background-color:#3A4395;
}
.linkbutton-grey:active {
	position:relative;
	top:1px;
}

.button-wishlist
{
	background-color: #004F26;
	background: -webkit-gradient(linear, left top, left bottom, from(#BACFC4), to(#004F26));
	background: -moz-linear-gradient(top, #BACFC4, #004F26);
	/*background: #BACFC4 url(linear-gradient(top,) url(#004F26));*/
	border: 2px solid #004F26;
	color: #FFF;
	font-size: 0.846em;
	font-weight: bold;
	line-height: 1.364em;
	padding: 1px 4px;
	text-align: center;
	text-shadow: 0 1px 1px #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:120px;
}
.button-wishlist:hover
{
	background-color: #BACFC4;
	background: -webkit-gradient(linear, left top, left bottom, from(#004F26), to(#BACFC4));
	background: -moz-linear-gradient(top, #004F26, #BACFC4);
	/*background: #B28914 url(linear-gradient(top,) url(#BACFC4));*/
	text-decoration: none;
}

.digital p
{
	margin: 0 0 1.5em;
	font-family: inherit;
	font-size: 14px;
	color: #666666;	
}

.digital ul
{
	margin: 0 0 10px 0 ;
}
.digital li
{
	display:list-item;
	list-style: disc inside;
	font-family: inherit;
	font-size: 14px;
	color: #666666;		
}

.promotion-image{
	width:100%;
	margin-bottom:20px;
	text-align: center;
}

/* product */
.product-list-item-container{
/*
	width:145px;
	height:250px;
	float:left;
  */
	text-decoration:none;
	font-size:13px;
	margin-bottom:40px;
  display: inline-block;
  width: 24.5%;
}
.product-list-item-desc{
	height: 45px;
	margin-top:10px;
	text-align:center;
}
.product-list-image{
	margin-bottom:5px;
	text-align:center;
}
.product-price{
    text-align:center;
}
.product-addtobag{
    margin:10px 5px;
    text-align:center;
}
.product-rrp{
    font-size:18px;
    margin-bottom:10px;
}



/* issue */
.issue-list-item-container, .search-list-item-container{
/*
	width:145px;
	height:250px;
	float:left;
  */
	text-decoration:none;
	font-size:13px;
	margin-bottom:40px;
  display: inline-block;
  width: 24.5%;
}
.issue-list-item-desc{
	height: 45px;
	margin-top:10px;
	text-align:center;
	overflow:hidden;
}
.issue-list-image{
	margin-bottom:5px;
	text-align:center;
}

#product-info{
	margin-bottom:10px;
	min-height:100px;
}
#product-price, #product-price-smaller, #product-price-subscriber,  #product-price-subscriber-smaller{
	font-size:22px;
	color:#272727;
	margin-right:10px;
	height:20px;
	line-height:20px;
}

#product-price-smaller{
	font-size:16px;	
}

#product-price-subscriber{
	color:red;	
	font-size:16px;	
}

#product-price-subscriber-smaller{
	color:red;
	font-size:1px;	
}

#product-image-main{
/*
	height:100%;
	*/
	width:100%;
	height:auto;
	background-color:#fff;
}

#product-image-small-container{
	height:80px;
/*
	width:294px;
	*/
	width:100%;
	margin-top:10px;
}
.product-image-small{
	height:60px;
	width:60px;
	background-color:#fff;
	margin-top:20px;
	margin-right:20px;
	float:left;
}

#product-options-buttons{
	margin-bottom:10px;
	height:45px;
	padding-top:15px;
}

#product-options{
	width:130px;
	float:left;
}

#product-buttons-add{
	float:right;
	height:auto;
	
}

#product-buttons-social{
	float:left;
}

.product-out-of-stock{
	font-size:18px;
	font-weight:bold;
	color:#0080dd;
	margin-left: 5px;
}

/* publication */
.publication-image{
	float:left;
	text-decoration:none;
	margin-right:10px;
}
.publication-bundle-image{
	width:256px;
	height:142px;
	float:left;
	text-decoration:none;
	margin:0 10px 10px 0;
}

.subscriber-benefits-image{
	height:250px;
	float:left;
}
/* buttons */
.button-addtobag{
	float:right;
}

/* misc */
.green, .green-bold, .green-medium, .green-medium-bold,.green-large, .green-large-bold{
	color:#272727;/*#272727;*/
}

.green-bold,.green-medium-bold,.green-large-bold{
	font-weight:bold;
}

.green-medium,.green-medium-bold{
	font-size:14px;
}
.green-large,.green-large-bold{
	font-size:18px;
}

.charcoal, .charcoal-bold, .charcoal-medium, .charcoal-medium-bold,.charcoal-large, .charcoal-large-bold{
	color:#272727;/*#272727;*/
}

.charcoal-bold,.charcoal-medium-bold,.charcoal-large-bold{
	font-weight:bold;
}

.charcoal-medium,.charcoal-medium-bold{
	font-size:14px;
}
.charcoal-large,.charcoal-large-bold{
	font-size:18px;
}
.charcoal-xlarge,.charcoal-xlarge-bold{
	font-size:20px;
}

#carousel-image ul
{
	/*height:360px;*/
	padding:2px 2px 2px 2px;
	margin:0px;
	z-index:-10;
}

#carousel-image li
{
/*
	width:720px;
	height:360px;
*/
	padding:2px 2px 2px 2px;
	margin:0px;
	z-index:-10;
}


.category a:link, .category a:visited{
	color: #272727;
	text-decoration: none;
}
.category a:hover, .category a:active{
	color: #0080dd;
	text-decoration: underline;
}

.category{
	margin-bottom:30px;
	font-size:16px;
}
.category-image{
	margin-top: 3px; 
	background:#EEEEEE;
	font-size:12px;
}


table.wishlist-view {
	background-color: #fff;
	width: 100%;
	margin-left: 0;
}

table.basket-view {
	background-color: #fff;
	width: 100%;
}
table.offers-view {
	color: #666;
	background-color: #fff;
	font-size: 14px;
}
table.offers-view td {
	background-color: #fff;
	padding: 6px 4px 4px 4px;
	border-top: 1px solid #0080dd;
}

table.basket-view td {
	background-color: #fff;
	border-top: 3px solid #c6dbff;
	padding: 8px 4px 4px 4px;
}
table td.no-border {
	border-color: #fff;
}


.row {
	margin: 5px 0;
}



/* tab*/
.yiiTab ul.tabs
{
    padding: 2px 0;
    margin: 0;
    font: bold 12px Verdana, sans-serif;
	width:292px;

}

.yiiTab ul.tabs li
{
    list-style: none;
    margin: 0;
    float:left;
    width:95px;
    background: #ccc;
    height:27px;
    margin-right:2px;
    margin-bottom:4px;
    text-align:center;
    padding-top:6px;
}

.yiiTab ul.tabs a
{
    padding: 2px 0.5em;
    margin: 0;
    text-decoration: none;
}

.yiiTab ul.tabs a:link
{
	color: #fff;
}

.yiiTab ul.tabs a:visited
{
	color: #fff;
}

.yiiTab ul.tabs a:hover
{
    color: #000;
    background: #999;
}

.yiiTab ul.tabs a.active
{
    background:  #999;
}

.yiiTab div.view
{
	clear:both;
	width:100%;
    padding-top: 8px;
    margin: 0;
	min-height:300px;	
}

form.std label,form.std p span{color:#66668E;padding-left:5px;padding-top:4px;font-size:14px;font-weight:normal;}
form.std label{float:left;}

form.std span.required{
	color:red;
	padding:0;
}

form.std .input-text{
	background-color:#c6dbff;
	border:none;
	height:23px;
	padding-left:5px;
	width:230px;
}
form.std .input-text-postcode{
	width:80px;
}
form.std .input-text-multiline{
	background-color:#c6dbff;
	border:none;
	height:175px;
	width:70%;
}
form.std .input-text2{
	clear:both;
	width:200px;
}
form.std .input-text-cvv{
	clear:both;
	width:44px;
}
form.std .input-readonly{
	background-color:#fff;
	border:none;
	height:23px;
}
form.std .input-checkbox{
	/*background-image: url(/live/oe_/https://shop.hali.com/images/checkbox.gif);	
	background-repeat:no-repeat;*/
	vertical-align: middle;
	float:none;
}

form.std .checkbox-label{
	float:none;
	vertical-align: middle;
}

form.std select{
	background-color:#c6dbff;
	border:none;
	height:23px;
}

form.std label{
	text-align:left;
	padding-right:5px;
	color:#66668E;
}

form.std .errorMessage
{
	color: red;
	font-size: 0.9em;
}

form.std .errorSummary p
{
	margin: 0;
	padding: 5px;
}

form.std .errorSummary
{
	border: 2px solid #C00;
	padding: 3px 7px 3px 7px;
	margin: 0 0 10px 0;
	background: #FEE;
	font-size: 0.9em;
}

form.std .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 5px;
}
form.std .errorSummary li
{
	color:red;
	padding: 0;
	list-style: none;
}

/* keeps checkbox + label inline*/
form.std input[type=checkbox] + label { display:inline !important; }

form.std-my-account label,form.std-my-account p span{color:#666666;padding-left:5px;padding-top:4px;float:left;text-align:left;font-size:14px;}

.rememberMe{
	margin-top: 10px;
}

#create-account-form{
	float:left;
	height:auto;
	margin:0 10px 20px;
	width:45%;
	background:#fff;/*#EDF5F8;*/
	padding:10px;
	/*border:2px solid #7db4d4;*/
}

#login-account-form{
	float:left;
	height:auto;
	margin:0 10px 20px;
	width:45%;
	background:#fff;
	padding:10px;

}

#delivery-addresses{
	float:left;
	height:auto;
	margin:0 10px 20px;
	width:60%;
	background:#fff;
	padding:10px;
}

#delivery-options{
	float:left;
	height:auto;
	margin:0 10px 20px;
	width:25%;
	background:#fff;
	padding:10px;
}

#delivery-addresses-list{
	float:left;
	height:auto;
	margin:0 10px 20px;
	width:25%;
	background:#fff;
	padding:10px;
}

#basket-review{
	float:left;
	height:auto;
	margin:0 10px 20px;
	width:60%;
	background:#fff;
	padding:10px;
}

#payment-form
{
	float:left;
	background:#fff;
	margin:0 10px 20px;
	width:42%;
	height:auto;
	padding:10px;
}

#payment-form-text
{
	float:left;
	background:#fff;
	margin:0 10px 20px;
	width:40%;
	height:auto;
	padding:10px;
}

#member-form{
	float:left;
	height:auto;
	margin:0 10px 20px;
	width:50%;
	background:#fff;
	padding:30px;

}

#member-form-right{
	float:left;
	height:auto;
	margin:0 10px 10px;
	width:35%;
	background:#fff;
	padding:10px;
}

#order-confirmation{
	float:left;
	height:auto;
	margin:0 10px 20px;
	width:40%;
	background:#fff;
	padding:10px;
}

.subscriptions-page, .medium-green{
	font-size:13px;
	line-height:1.3;
	color:#666;
}
a.medium-green{
	color: #272727;
}
a.sub {
	font-size: 20px;
	color: #A04630;
	font-weight: bold;
	text-decoration: none;
}
span.grey{
	color: #666;
}

.my-account {
	font-family: inherit;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.myaccount-heading{
	font-size: 16px;
	font-weight: bold;
	color: #0060a6;
}
.my-account hr {
	margin-bottom: 15px;
	margin-top: 15px;
}
#email-us-form-view {
	display: none;
	margin-top: 30px;
	margin-bottom: 30px;
}

#my-account-manage-subs-expanded, #my-account-personal-info-expanded, #my-account-contact-details-expanded, #my-account-payment-details-expanded, #my-account-keeping-expanded, #my-account-newsletter-expanded, #my-account-password-expanded {
	display: none;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 20px;
}

/* DD form*/
#payment-form
{
	background: #422D0E url('/live/oe_/https://shop.hali.com/images/aluminium.jpg') repeat scroll 0 0;
	border: 2px solid #0080dd;
	/*clear: both;*/
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#payment-form-DD
{
	background: #fff;
	border: 2px solid #0080dd;
	margin-bottom: 20px;
	width: 100%;
	height: auto;/*600px;*/
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#payment-form-DD-guarantee
{
	/*float:left;*/
	width: 90%;
}
#payment-form-DD-guarantee ul li {
	list-style: none;
	padding: 0 0 16px 14px;
	background: url(red-dot.gif) 0px 4px no-repeat;
	line-height: 14px;
}
#payment-form-text
{
	float: left;
	background: #FFF;
	margin: 0 10px 20px;
	width: 40%;
	height: auto;
	padding: 10px;
}

.processing {
	/*height: 250px; 
    width: 130px;*/
    background-color: transparent;
    background: url(/live/oe_/https://shop.hali.com/images/processing.gif);
    background-position:  center center;
    background-repeat: no-repeat;
	filter: alpha(opacity=100);
    opacity: 1;
}
.processing * {
	filter: alpha(opacity=60);
	opacity: .8;
}
.dont-display-div
{
	height:0px;
	overflow:hidden;
}
.display-div
{
	overflow:visible;
	margin-top:10px;
	height:25px;
	text-align: center;
	font-size:20px;
	font-weight:bold;
}
.view-list{
	font-size: 14px;
	line-height: 120%;
}

.select-year select{
	width: 100px;
	color: #626EBB;
	background-color: transparent;
	position: relative;
	z-index: 10;
	line-height: normal;
	padding: 5px 10px;
	border-color: #626EBB;
}

.issuuembed{
	background-color: transparent;
}
/*page*/
UL.yiiPager
{
	clear: both;
	float: left;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 100%;
	display: inline;
}
UL.yiiPager LI
{
	display: inline;
}
UL.yiiPager A:link, UL.yiiPager A:visited
{
	font-weight: bold;
	color: #333;
	padding: 6px 9px;
	text-decoration: none;
}
UL.yiiPager .page A
{
	font-weight: normal;
}
UL.yiiPager A:hover
{
	border: 1px solid #0060a6;
}
UL.yiiPager .selected A
{
	background: #0080dd;
	color: #FFFFFF;
	font-weight: bold;
}
UL.yiiPager .hidden A
{
	color: #888888;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	font-size: 14px;
}

div.flash-error
{
	background:#FBE3E4;
	color:#990000;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#e7eaf5;
	color:#0080dd;
	border-color:#0060a6;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.html-page p, div.html-page ul{
	font-size: 16px;
}
div.html-page ul li{
	padding: 0 0 10px 0;
	margin-left: 20px;
}

[hidden] {
  position: absolute;
  left: -2000px;
  top: -2000px;
  font-size: 0;
  line-height: 0;
  text-indent: -90000px;
}


.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


#notice {
	background-color: #222;
	position: fixed;
	font-size: 0;
	min-height: 12px;
	vertical-align: middle;
	z-index: 900;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
	margin: 0;
	padding: 0;
	line-height: normal;
}
#notice p {
	border-right: 1px solid #fff;
	padding:10px;
}
#notice p, #notice a {
	color: #fff;
}
#notice > * {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
#notice .close {
	background-image: url("/live/oe_/https://shop.hali.com/images/icons/icon-small.png");
	background-position: center -1056px;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	font-size: 0;
	line-height: 0;
	text-indent: -90000px;
	margin: 5px 5px 0 5px;
	opacity: 100;
}
#notice a, #notice a:hover, #notice a:focus {
	color: #fff;
	text-decoration: underline;
}

.body{
	padding-top: 10px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #bcbdc0;
	line-height: 120%;
}
.body h3 {
	line-height: 100%;
	font-weight: 400;
	font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.img {
	position: relative;
	display: block;
}
.img .caption{
	background-color: rgba(97,109,186,0.90);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	margin: auto;
	transition: opacity 0.2s ease-in-out;
}
.img .caption:hover, .img .caption:focus {
	opacity: 1;
}

.img .caption > span {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.img .caption > span > span {
	padding: 20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img .caption .hlink {
	color: #fff;
}
.icon-link-small {
	padding-right: 25px;
}
[class^="icon-"] {
	position: relative;
	display: inline-block;
	overflow: hidden;
/* min-height: 22px; */
}
.hlink {
	display: inline-block;
	font-size: 10px;
	color: #666;
	line-height: 22px;
	text-transform: uppercase;
	padding-top: 1px;
}

h3.heading {
	font-size: 18px;
	border-top: 1px dotted #000;
	padding: 10px 0;
}

p.medium{
	font-size:13px;
}

.subscriptions{
	border: 1px solid #0080dd;
	background-color: #fff;
	display: inline-block;
	color: #0080dd;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	padding: 10px 0;
	line-height: 30px;
	width: 207px;
	text-decoration: none;
	text-align: center;
}
.subscriptions:hover {
	background-color: #0080dd;
	text-decoration: none;
	color: #fff;
}


.alpha{
	padding-left:0;
}
.beta{
	padding-left:0;
	padding-right:0;
}
.gamma{
	padding-left:10px;
	padding-right:10px;
}
.omega{
	padding-right:0;
}

.alpha2{
	padding-left:0;
	padding-right:30px;
	margin-left:0;
	margin-right:0;
}
.gamma2{
	padding-left:15px;
	padding-right:15px;
	margin-left:0;
	margin-right:0;
}
.omega2{
	padding-left:30px;
	padding-right:0;
	margin-left:0;
	margin-right:0;
}

.alpha3{
	padding-left:0;
	padding-right:30px;
	margin-left:0;
	margin-right:0;
}
.beta3{
	padding-left:5px;
	padding-right:25px;
	margin-left:0;
	margin-right:0;
}
.gamma3{
	padding-left:10px;
	padding-right:20px;
	margin-left:0;
	margin-right:0;
}
.omega3{
	padding-left:15px;
	padding-right:15px;
	margin-left:0;
	margin-right:0;
}

.delta{
	padding-left:0px;
	padding-right:0px;
}
.btn-submit{
  margin-bottom:10px;
}

.col-sm-input-1, .col-sm-input-2, .col-sm-input-3, .col-sm-input-4, .col-sm-input-5, .col-sm-input-6, .col-sm-input-7, .col-sm-input-8, .col-sm-input-9, .col-sm-input-10, .col-sm-input-11, .col-sm-input-12 {
	float: left;
}

.col-sm-input-9 {
	width: 75%;
}
.col-sm-input-8 {
	width: 66.66666667%;
}
.col-sm-input-7 {
	width: 58.33333333%;
}
.col-sm-input-6 {
	width: 50%;
}
.col-sm-input-5 {
	width: 41.66666667%;
}
.col-sm-input-4 {
	width: 33.33333333%;
}
.col-sm-input-3 {
	width: 25%;
}


@media only screen and (max-width: 770px) {
	.hide-from-mobile {display:none !important;}
}
@media only screen and (min-width: 771px) {
	.show-for-mobile {display:none !important;}
}

@media only screen and (max-width: 479px) {
	.col-sm-input-1, .col-sm-input-2, .col-sm-input-3, .col-sm-input-4, .col-sm-input-5, .col-sm-input-6, .col-sm-input-7, .col-sm-input-8, .col-sm-input-9, .col-sm-input-10, .col-sm-input-11, .col-sm-input-12 {
		float: left;
	}

	.col-sm-input-9 {
		width: 100%;
	}
	.col-sm-input-8 {
		width: 100%;
	}
	.col-sm-input-7 {
		width: 100%;
	}
	.col-sm-input-6 {
		width: 100%;
	}
	.col-sm-input-5 {
		width: 100%;
	}
	.col-sm-input-4 {
		width: 100%;
	}
	.col-sm-input-3 {
		width: 100%;
	}
	.col-sm-input-2 {
		width: 100%;
	}

	.input-text{
		width:98% !important;
	}

  .list-item-container, .product-list-item-container, .product-list-item-container2, .issue-list-item-container, .search-list-item-container {
    width: 43%;
    margin: 0px 9px 20px 9px;
  }

  .hali-logo {
    width:41%;
  }
  .cover-logo {
    width:46%;
  }

}

@media only screen and (max-width: 320px) {
	#product-image-main{
  }

	#product-image-small-container{
		height:80px;
		width:207px;
		margin-top:10px;
	}
	.yiiTab ul.tabs
	{
		padding: 2px 0;
		margin: 0;
		font: bold 10px Verdana, sans-serif;
		width:207px;

	}

	.yiiTab ul.tabs li
	{
		list-style: none;
		margin: 0;
		float:left;
		width:67px;
		background: #ccc;
		height:27px;
		margin-right:2px;
		margin-bottom:4px;
		text-align:center;
		padding-top:6px;
	}
	.yiiTab div.view
	{
		width:100%;
		padding-top: 8px;
		margin: 0;
		min-height:300px;
	}

}
@media only screen and (min-width: 321px) and (max-width: 420px) {

	#product-image-main{
	}

	#product-image-small-container{
		height:80px;
		width:260px;
		margin-top:10px;
	}
	.yiiTab ul.tabs
	{
		padding: 2px 0;
		margin: 0;
		font: bold 10px Verdana, sans-serif;
		width:260px;

	}

	.yiiTab ul.tabs li
	{
		list-style: none;
		margin: 0;
		float:left;
		width:80px;
		background: #ccc;
		height:27px;
		margin-right:2px;
		margin-bottom:4px;
		text-align:center;
		padding-top:6px;
	}
	.yiiTab div.view
	{
		width:100%;
		padding-top: 8px;
		margin: 0;
		min-height:300px;
	}
}


@media only screen and (min-width: 480px) and (max-width: 599px) {
	.col-sm-input-1, .col-sm-input-2, .col-sm-input-3, .col-sm-input-4, .col-sm-input-5, .col-sm-input-6, .col-sm-input-7, .col-sm-input-8, .col-sm-input-9, .col-sm-input-10, .col-sm-input-11, .col-sm-input-12 {
		float: left;
	}

	.col-sm-input-9 {
		width: 75%;
	}
	.col-sm-input-8 {
		width: 66.66666667%;
	}
	.col-sm-input-7 {
		width: 58.33333333%;
	}
	.col-sm-input-6 {
		width: 50%;
	}
	.col-sm-input-5 {
		width: 41.66666667%;
	}
	.col-sm-input-4 {
		width: 33.33333333%;
	}
	.col-sm-input-3 {
		width: 25%;
	}
	.col-sm-input-2 {
		width: 16.66666667%;
	}
  .list-item-container, .product-list-item-container, .product-list-item-container2, .issue-list-item-container, .search-list-item-container {
      width: 42.5%;
      margin: 0px 15px 20px 15px;
  }
	#product-image-main{
    width:75%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	.col-sm-input-1, .col-sm-input-2, .col-sm-input-3, .col-sm-input-4, .col-sm-input-5, .col-sm-input-6, .col-sm-input-7, .col-sm-input-8, .col-sm-input-9, .col-sm-input-10, .col-sm-input-11, .col-sm-input-12 {
		float: left;
	}

	.col-sm-input-9 {
		width: 75%;
	}
	.col-sm-input-8 {
		width: 66.66666667%;
	}
	.col-sm-input-7 {
		width: 58.33333333%;
	}
	.col-sm-input-6 {
		width: 50%;
	}
	.col-sm-input-5 {
		width: 41.66666667%;
	}
	.col-sm-input-4 {
		width: 33.33333333%;
	}
	.col-sm-input-3 {
		width: 25%;
	}
	.col-sm-input-2 {
		width: 16.66666667%;
	}

  .list-item-container, .product-list-item-container, .product-list-item-container2, .issue-list-item-container, .search-list-item-container {
      width: 27.5%;
      margin: 0px 15px 20px 15px;
  }
	#product-image-main{
    width:60%;
    margin: 0 auto;
  }
}

/* From Tablet to Desktop */
@media screen and (min-width: 641px) {
	body {
		min-width: 640px;
		font-size: 14px;
	}
	#notice {
		right: 10px;
		bottom: 10px;
	}
	#notice p, #notice a {
		font-size: 12px;
	}
}



/* From Smartphones portrait to Tablets portrait (NAV) */
@media screen and (max-width: 767px) {
  .alpha, .omega{
    padding-left: 0;
    padding-right: 0;
  }
  .main-menu ul{
    border-top: 1px solid #990000;
    border-left: 1px solid #990000;
    border-right: 1px solid #990000;
  }
  .main-menu ul li{
    display: block;
    height: 35px;
  }
}


/* From Tablets landscape to Desktop (NAV) */
@media screen and (min-width: 768px) {
}


/* Smartphones from portrait to landscape */
@media screen and (max-width: 640px) {
	body {
		font-size: 12px;
	}
  .main-menu ul li:before{
    background: transparent;
  }

	.main-menu ul li a:active{
		padding-left:30px;
	}

	.main-menu ul li a {
		padding-left:30px;
	}

	#page-header {
	}
	#page-header .ads {
		padding: 0 10px 10px 10px;
	}
	#page-header #menu {
	}
	#page-header #menu.on [class^="menu-"] {
		background-color: transparent;
	}
	#page-header #menu.on .menu-nav {
		background-position: -1px -1408px;
	}
	#page-header #menu .menu-nav, 
	#page-header #menu .menu-nav.on {
		background-color: #fff;
		background-position: -1px -1365px;
		left: 0;
	}
	#page-header .searchbar.on .menu-search {
		background-position: -1px -1492px;
	}
	#page-header .searchbar .menu-search, 
	#page-header .searchbar .menu-search.on {
		background-color: #fff;
		background-position: -1px -1449px;
		left: 0;
	}
	#page-header #menu nav, 
	#page-header #menu form {
		display: none;
		width: 100%;
	}
	#page-header form {
		background-color: #444;
		background-image: url("/live/oe_/https://shop.hali.com/images/header/logo3.png");
		background-position: 50px -79px;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 500;
		width: 100%;
	}
	#page-header fieldset {
		padding: 100px 20px 30px 20px;
	}

	#page-header fieldset > label, 
	#page-header fieldset .search,
	#page-header fieldset .select {
		position: relative;
		overflow: visible;
		margin-bottom: 30px;
	}
	#page-header fieldset > label:before, 
	#page-header fieldset .search:before,
	#page-header fieldset .select:before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		top: -20px;
		font-size: 11px;
		color: #fff;
	}
	/*#page-header form input[type="search"], */
	#page-header button {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 3px;
		margin-right: 5px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		border-color: #dddddd;
	}

	#page-header form .search input,
	#page-header form .select select {
		background-color: transparent;
		position: relative;
		padding: 5px;
		z-index: 10;
	}
}


@media only screen and (webkit-min-device-pixel-ratio: 2), only screen and (min-moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
#logo a
{ background-image: url("/live/oe_/https://shop.hali.com/images/logo@2x.png"); background-size: 680px 129px; }
/* Smartphones from portrait to landscape */
@media screen and (max-width: 640px) {
#page-header nav,
#page-header form
{ background-image: url("/live/oe_/https://shop.hali.com/images/logo@2x.png"); background-size: 680px 129px; }

}
#page-header #menu [class^="menu-"]
{ background-image: url("/live/oe_/https://shop.hali.com/images/icon-big@2x.png"); background-size: 42px 1658px; }
}

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  background-color: #cccccc;
}
body {
  background-color: #fff;
  font-family: "Times New Roman", Times, Georgia, Cambria, serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.3;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
.home .content {
  margin-top: 16px !important;
}
.home .sidebar {
  margin-top: 16px;
}
.home h2 {
  margin-bottom: 8px;
  padding-bottom: 4px;
}
.home h3 a {
  color: #000000;
}
.home h3 a:hover,
.home h3 a:focus {
  color: #990000;
}
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
body {
  padding: 0 10px;
}
/*********************
04. LINK STYLES
*********************/
/*
a,
a:visited {
  color: #201598;
  text-decoration: none;
}
*/
/*
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #000000;
}
*/
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
h2,
h3,
.sub-nav {
  /*font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 24px;
  line-height: 26px;
  clear: both;
  position: relative;
  margin: 20px 0 4px;
}
h1 a.sub-nav {
  font-size: 11px;
  line-height: 34px;
  position: absolute;
  right: 0;
}
h1 a.sub-nav:before {
  content: "[";
}
h1 a.sub-nav:after {
  content: "]";
}
h1 span {
  font-weight: normal;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
  font-size: 24px;
  border-bottom: 1px solid #bcbdc0;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  clear: both;
  margin: 14px 0 0;
}
h2.big {
  font-size: 24px;
}
h2.stylised:before {
  content: "[";
}
h2.stylised:after {
  content: "]";
}
h2.extra-margin {
  margin-bottom: 8px;
}
h2.no-top-margin {
  margin-top: 2px;
}
h2.no-border {
  border: none;
}
h2.comments {
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2.comments span {
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2.comments a {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 12px;
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background: #000000 url(/live/oe_/https://shop.hali.com/images/prev-next.png) no-repeat right -20px;
  line-height: 22px;
  padding: 0 20px 0 10px;
}
h2.comments a:hover,
h2.comments a:focus {
  color: #000000;
}
h2 a.sub-nav {
  font-size: 13px;
  line-height: 36px;
  position: absolute;
  right: 0;
}
h2 a.sub-nav:before {
  content: "[";
}
h2 a.sub-nav:after {
  content: "]";
}
h3 {
	font-family: "Times New Roman", Times, Georgia, Cambria, serif;
  font-size: 16px;
  line-height: 1.2;
}
h3 span {
  font-weight: normal;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3 a {
  color: #000000 !important;
}
h3 a:hover,
h3 a:focus {
  color: #990000 !important;
}
h4 {
  font-size: 16px;
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
a.sub-nav {
  font-size: 13px;
  line-height: 28px;
  color: #000000 !important;
}
a.sub-nav:before {
  content: "[";
}
a.sub-nav:after {
  content: "]";
}
a.sub-nav:hover,
a.sub-nav:focus {
  color: #990000 !important;
}
/*********************
06. HEADER SYTLES
*********************/
.header {
  position: relative;
  z-index: 1000;
  padding-top: 34px;
  text-align: center;
  margin-left: -10px;
}
.header figure {
  padding: 20px 0;
}
.header figure img {
  width: 240px;
}
.header img {
  max-width: 100%;
}
.header .share {
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: none;
  color: #000000;
}
.header .share:hover,
.header .share:focus {
  color: #990000;
}


div.pagination {
  overflow: auto;
  margin-top: 5px;
  font-size: 12px;
  line-height: 25px;
  text-align: right;
}
div.pagination .label {
  float: left;
}
div.pagination .page-numbers {
  color: #999;
  padding: 0 .1em;
}
div.pagination .page-numbers.current {
  color: #000000;
}
div.pagination ol {
  margin: 0;
}
div.pagination ol li {
  padding: 0 .2em;
  display: inline-block;
  color: #000000;
}
div.pagination ol li a {
  color: #999;
}
p.byline {
  margin: 0;
}

nav.prev-next {
  overflow: auto;
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav.prev-next li.prev-link {
  float: left;
}
nav.prev-next li.next-link {
  float: right;
}
nav.prev-next li.next-link a {
  padding: 0 30px 0 10px;
  background-position: right -21px;
}
nav.prev-next li a {
  display: block;
  line-height: 22px;
  background: #000000 url(/live/oe_/https://shop.hali.com/images/prev-next.png) no-repeat left 0;
  padding: 0 10px 0 30px;
  color: #ffffff;
}
nav.prev-next li a:hover {
  color: #000000;
}
div.content {
  padding-bottom: 40px;
  position: relative;
}
div.sidebar {
  padding-bottom: 40px;
}
article {
  position: relative;
}
article.article img {
  max-width: 100%;
}
article.article p.introduction {
  font-family: "Greta Text Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/*********************
12. SIDEBARS & ASIDES
*********************/
.sidebar {
  margin: 12px 0 0;
}
.searchform {
  margin: 0 0 15px;
  position: relative;
}
.searchform .screen-reader-text {
  display: none;
}
.searchform .search {
  width: 100%;
  border: 1px solid #bcbdc0;
  font-size: 13px;
  height: 24px;
  padding: 0 32px 0 8px;
}
.searchform .search::-webkit-input-placeholder {
  color: #888;
  font-size: 13px;
}
.searchform button {
  position: absolute;
  right: 1px;
  top: 1px;
  text-indent: -9999px;
  background: #ffffff url(/live/oe_/https://shop.hali.com/images/search.png) no-repeat right;
  border: none;
  width: 24px;
  height: 22px;
  pointer: cursor;
}
#newsletter {
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  z-index: 100;
  width: 300px;
}
#newsletter h2 {
  line-height: 20px;
  margin: 0;
  border: none;
}
#newsletter input {
  float: left;
  font-family: "Times New Roman", Times, Georgia, Cambria, serif;
  background: #ffffff;
  border: none;
  font-size: 14px;
  height: 30px;
  padding: 7px;
  width: 237px;
  margin: 10px 0 0;
}
#newsletter button {
  font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  background-color: #990000;
  color: #ffffff;
  border: none;
  margin: 10px 0 0;
  line-height: 30px;
  padding: 0 5px;
  text-transform: uppercase;
}
#newsletter p {
  clear: both;
  margin: 0;
  padding-top: 10px;
  line-height: 1.2;
}
#newsletter p a {
  padding: 0;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  ol.articles li.has_thumb {
    padding-left: 140px;
  }
  ol.articles li.has_thumb img {
    margin-left: -140px;
    display: block;
    float: left;
  }
  ol.articles li.featured-issue {
    padding-left: 0;
  }
  ol.articles li.featured-issue article {
    padding-left: 150px;
  }
  ol.articles li.featured-issue article img {
    width: 122px;
  }
  ol.articles.sidebar li.has_thumb {
    padding-left: 80px;
  }
  ol.articles.sidebar li.has_thumb img {
    margin-left: -80px;
  }
  ol.articles.sidebar li.has_thumb.issue {
    padding-left: 90px;
  }
  ol.articles.sidebar li.has_thumb.issue img {
    margin-left: -90px;
  }
  .issue-intro {
    padding-left: 0;
  }
  .issue-intro .issue-intro-content {
    padding-left: 150px;
  }
  .issue-intro .issue-intro-content img {
    width: 122px;
    margin-left: -140px;
  }
  .meta dt {
    width: 20%;
    float: left;
    clear: both;
  }
  .meta dd {
    width: 80%;
    float: left;
  }
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  .secondary-homepage-featured li {
    padding-left: 140px;
  }
  .secondary-homepage-featured li img {
    width: 122px;
    margin-left: -140px;
    float: left;
    display: block;
  }
  .editors-pick-panel {
    padding: 1px 20px 1px 142px;
  }
  .editors-pick-panel img {
    float: left;
    margin-left: -280px;
    display: block;
    width: 260px;
  }
  .homepage-blog div {
    padding-left: 140px;
  }
  .homepage-blog img {
    display: block;
    float: left;
    margin-left: -140px;
    width: 122px;
  }
}

/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  .home .content {
    width: 65%;
    margin: 0 auto;
  }
  /*********************
  HEADER SYTLES
  *********************/
  .header {
    position: relative;
    text-align: right;
    margin-left: 0;
    height: 170px;
    border-bottom: 5px solid #990000;
    padding-top: 26px;
  }
  .header figure {
    overflow: auto;
    position: absolute;
    left: 0;
    top: 30px;
  }
  .header .share {
    display: block;
    position: absolute;
    top: 32px;
    right: 0;
  }
  .header .advert {
    position: absolute;
    right: 0;
    bottom: 43px;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .nav-button {
    display: none;
  }
  .primary-nav {
    background: transparent;
    height: auto;
    box-shadow: none;
    height: 100%;
    overflow: visible;
  }
  .nav li {
    display: inline-block;
  }
  .nav.utility-nav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
  }
  .nav.utility-nav li {
    padding: 0;
  }
  .nav.utility-nav li:after {
    content: " | ";
    margin: 0;
  }
  .nav.utility-nav li:first-child,
  .nav.utility-nav li.first-child {
    float: left;
    padding: 0;
  }
  .nav.utility-nav li:first-child:after,
  .nav.utility-nav li.first-child:after {
    content: "";
    display: none;
  }
  .nav.utility-nav li:last-child:after {
    content: "";
    display: none;
  }
  .nav.utility-nav li a {
    padding: 0 5px;
  }
  .nav.top-nav {
    padding: 0;
    position: absolute;
    bottom: 0;
  }
  .nav.top-nav li {
    position: relative;
    margin-left: -1px;
    float: left;
  }
  .nav.top-nav li a {
    line-height: 24px;
    padding: 4px 8px 0;
  }
  .nav.top-nav li:hover ul {
    display: block;
  }
  .nav.top-nav ul {
    font-size: 14px;
    display: none;
    background-color: #bcbcbc;
    position: absolute;
    margin: 0;
    border-top: 5px solid #828282;
    border-bottom: 4px solid #828282;
    min-width: 100%;
  }
  .nav.top-nav ul li {
    display: block;
    float: none;
    border-bottom: 1px solid #828282;
  }
  .nav.top-nav ul li:before {
    display: none;
  }
  .nav.top-nav ul li a {
    background-color: #bcbcbc !important;
    display: block;
    white-space: nowrap;
  }
  .nav.top-nav ul li a:hover {
    background-color: #d5d5d5 !important;
  }
  /* end .nav */
  ul.secondary-nav li {
    display: inline-block;
  }
  ul.secondary-nav li a {
    padding: 0 28px 0 25px;
  }
  ul.secondary-nav li:before {
    float: right;
    height: 0.9em;
    width: 1px;
    background: #000000;
    content: "";
    margin: 3px 0 0;
  }

  .social {
    float: right;
    margin: 0 0 3px !important;
  }
  .social li {
    display: inline-block;
  }
  .social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .social li a:hover,
  .social li a :focus {
    background-position: 0 -30px;
  }
  .social li a.hali-twitter {
    background-image: url(/live/oe_/https://shop.hali.com/images/icons/hali-twitter.png);
  }
  .social li a.hali-facebook {
    background-image: url(/live/oe_/https://shop.hali.com/images/icons/hali-facebook.png);
  }
  .social li a.cover-twitter {
    background-image: url(/live/oe_/https://shop.hali.com/images/icons/cover-twitter.png);
  }
  .social li a.cover-facebook {
    background-image: url(/live/oe_/https://shop.hali.com/images/icons/cover-facebook.png);
  }
  .secondary-homepage-featured li {
    float: left;
    width: 30.5%;
    margin-left: 20px;
    padding: 0;
    border: none;
  }
  .secondary-homepage-featured li:first-child,
  .secondary-homepage-featured li.first-child {
    margin-left: 0;
  }
  .secondary-homepage-featured li h3 {
    font-size: 13px;
  }
  .secondary-homepage-featured li p.byline {
    font-size: 11px;
    font-weight: 300;
  }
  .secondary-homepage-featured li img {
    width: 100%;
    float: none;
    margin: 0;
  }
  .secondary-homepage-featured li .home-excerpt {
    display: none;
  }
  .editors-pick-panel {
    padding-left: 260px;
  }
  .editors-pick-panel img {
    margin-left: -260px;
    display: block;
    width: 240px;
  }
  .homepage-blog div {
    padding-left: 0;
  }
  .homepage-blog img {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .facebook-timeline {
    display: block;
  }
  .homepage-issue {
    padding: 0;
  }
  .homepage-issue img {
    width: 235px;
    float: none;
    margin: 0;
  }
  .home-half {
    width: 48.1%;
    float: left;
    overflow: auto;
    margin-left: 18px;
  }
  .home-half:first-child,
  .home-half.first-child {
    margin: 0;
  }
  .home-half img {
    width: 100%;
  }
  ol.articles li.featured-issue article {
    padding-left: 210px;
  }
  ol.articles li.featured-issue article img {
    width: 180px;
    margin-left: -200px;
  }
  .issue-intro .issue-intro-content {
    padding-left: 210px;
  }
  .issue-intro .issue-intro-content img {
    width: 180px;
    margin-left: -200px;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
08. POSTS & CONTENT STYLES
*********************/
  .content {
    width: 58%;
    float: left;
  }
  div.filters label {
    float: right;
  }
  div.filters label:first-child {
    float: left;
  }
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer ul li {
    padding: 0;
  }
  .footer ul li:after {
    content: " | ";
    margin: 0 .4em 0 .5em;
  }
  .footer ul li:last-child:after {
    content: "";
    display: none;
  }
  .footer .copyright {
    float: right;
  }
  /* end .footer-links */
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  div.sidebar {
    width: 235px;
    float: right;
    margin-bottom: 2em;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.col-sm-input-1, .col-sm-input-2, .col-sm-input-3, .col-sm-input-4, .col-sm-input-5, .col-sm-input-6, .col-sm-input-7, .col-sm-input-8, .col-sm-input-9, .col-sm-input-10, .col-sm-input-11, .col-sm-input-12 {
		float: left;
	}

	.col-sm-input-9 {
		width: 75%;
	}
	.col-sm-input-8 {
		width: 66.66666667%;
	}
	.col-sm-input-7 {
		width: 58.33333333%;
	}
	.col-sm-input-6 {
		width: 50%;
	}
	.col-sm-input-5 {
		width: 41.66666667%;
	}
	.col-sm-input-4 {
		width: 33.33333333%;
	}
	.col-sm-input-3 {
		width: 25%;
	}
	.col-sm-input-2 {
		width: 16.66666667%;
	}

  .list-item-container, .product-list-item-container, .product-list-item-container2, .issue-list-item-container, .search-list-item-container {
      width: 27%;
      margin: 0px 15px 20px 15px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.col-sm-input-1, .col-sm-input-2, .col-sm-input-3, .col-sm-input-4, .col-sm-input-5, .col-sm-input-6, .col-sm-input-7, .col-sm-input-8, .col-sm-input-9, .col-sm-input-10, .col-sm-input-11, .col-sm-input-12 {
		float: left;
	}

	.col-sm-input-9 {
		width: 75%;
	}
	.col-sm-input-8 {
		width: 66.66666667%;
	}
	.col-sm-input-7 {
		width: 58.33333333%;
	}
	.col-sm-input-6 {
		width: 50%;
	}
	.col-sm-input-5 {
		width: 41.66666667%;
	}
	.col-sm-input-4 {
		width: 33.33333333%;
	}
	.col-sm-input-3 {
		width: 25%;
	}
 	.col-sm-input-2 {
		width: 16.66666667%;
	}
}

@media only screen and (min-width: 1200px) {
	.col-sm-input-1, .col-sm-input-2, .col-sm-input-3, .col-sm-input-4, .col-sm-input-5, .col-sm-input-6, .col-sm-input-7, .col-sm-input-8, .col-sm-input-9, .col-sm-input-10, .col-sm-input-11, .col-sm-input-12 {
		float: left;
	}

	.col-sm-input-9 {
		width: 75%;
	}
	.col-sm-input-8 {
		width: 66.66666667%;
	}
	.col-sm-input-7 {
		width: 58.33333333%;
	}
	.col-sm-input-6 {
		width: 50%;
	}
	.col-sm-input-5 {
		width: 41.66666667%;
	}
	.col-sm-input-4 {
		width: 33.33333333%;
	}
	.col-sm-input-3 {
		width: 25%;
	}
 	.col-sm-input-2 {
		width: 16.66666667%;
	}
}

@media only screen and (min-width: 980px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  body {
    width: 1006px;
    margin: 0 auto;
    padding: 0 23px;
  }
  .home .content {
    float: left;
    width: 70.5%;
  }
  .header {
    height: 205px;
  }
  .header figure img {
    width: auto;
  }
  .header .share {
    top: 55px;
  }
  .header .advert {
    bottom: 50px;
  }
  .nav.top-nav {
    font-size: 20px;
  }
  .nav.top-nav li a {
    padding: 4px 16px 0;
  }
  .nav.top-nav li:before {
    position: absolute;
    height: .75em;
    width: 1px;
    background: #000000;
    content: "";
    margin: 6px 0 0;
    right: 0;
    top: 0;
  }
  .nav.top-nav li:last-child:before {
    display: none;
  }
  .nav.top-nav li li {
    margin-left: 0;
  }
  .nav.top-nav li li:before {
    display: none;
    content: none;
  }
  .content {
    width: 62.5%;
    float: left;
  }
  .secondary-homepage-featured li {
    width: 212px;
  }
  .editors-pick-panel {
    padding-left: 350px;
    padding-right: 100px;
  }
  .editors-pick-panel img {
    float: left;
    margin-left: -350px;
    width: auto;
  }
  .home-half {
    width: 329px;
  }
  .issue-intro {
    position: relative;
  }
  .issue-intro .issue-intro-content {
    padding: 20px 20px 0 350px;
  }
  .issue-intro .issue-intro-content img {
    width: auto;
    margin-left: -350px;
    margin-top: -20px;
  }
  .issue-intro .buy {
    position: absolute;
    bottom: 0;
  }
  aside.competition {
    overflow: auto;
  }
  aside.competition p.competition-desc {
    width: 48%;
    float: left;
  }
  aside.competition form {
    margin-top: 20px;
    width: 48%;
    float: right;
  }
}

.pageTitle{
	font-size: 24px;
	line-height: 26px;
	clear: both;
	position: relative;
	margin: 0 0 10px;
}
.pageTitle-small{
	font-size: 16px;
	line-height: 26px;
	clear: both;
	position: relative;
	margin: 0 0 10px;
}

.heading{
	font-size: 20px;
	clear: both;
	position: relative;
	margin: 0 0 10px;
}
.sub-heading{
	font-size: 18px;
	clear: both;
	position: relative;
	margin: 0 0 10px;
}

a.footerlink:link, a.footerlink:visited{
	font-size: 12px;
	color: #fff;
}
a.footerlink:hover, a.footerlink:active{
	color: #0080dd;
	text-decoration: none;
}

a.here:link, a.here:visited{
	font-size: 15px;
	color: #0080dd;
}
a.here:hover, a.here:active{
	color: #000;
	text-decoration: none;
}

a.portlet:link, a.portlet:visited{
	font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#990000;
	text-decoration: none;
}
a.portlet:hover, a.portlet:active{
	font-family: "Greta Text Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration: none;
}

.form-notice{
	font-size: 16px;
}

h2{
	font-family: "Times New Roman", Times, Georgia, Cambria, serif;
	font-size: 24px;
	line-height: 26px;
	clear: both;
	position: relative;
	margin: 0 0 20px;
	border:0;
}

#subs-list th{
	color: #333;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #333;
}
#subs-list td{
	color: #333;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	border-bottom:1px solid #333;
}
#subs-list2 td{
	padding-top:5px;
	color: #333;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}

#subs-list3 td{
	color: #333;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #333;
}
.left {
	float: left !important;
}

.right {
	float: right !important;
}
