/*
Theme Name: Discount Offer
*/

body {
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	background:#a9a9a9 url(images/bg-body.gif) repeat-x;
	color:#252525;
}
img{border-style:none;}
a{
	color:#004276;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#wrapper{
	width:960px;
	margin:0 auto;
	background: url(images/bg-wrapper.png) repeat-y;
}
#wrapper .w1{
	position:relative;
	padding-top:99px;
}
.logo{
	position:absolute;
	top:8px;
	left:0;
	margin:0;
	z-index:10;
}
.logo a{
	background: url(images/logo.png) no-repeat;
	width: 304px;
	height: 88px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#header{
	position:absolute;
	width:630px;
	top:0;
	left:0;
	height:99px;
	padding:9px 30px 0 300px;
	font-size:12px;
}
.top-list{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}
.top-list li{
	float:right;
	border-right:1px solid #959595;
	padding:0 10px;
	margin:0 -8px 0 8px;
}
.top-list li a{color:#959595;}
.header{
	width:100%;
	overflow:hidden;
	padding-top:41px;
}
.search-form{
	float:right;
	width:205px;
	overflow:hidden;
}
.search-form input{
	float:left;
	width:154px;
	border:1px solid #ccc;
	padding:4px 5px 3px;
	font-size:12px;
	color:#b2b2b2;
	margin:0 3px 0 0;
}
.search-form input.focus {
color: #000;
}
.search-form input.btn-search{
	border-style:none;
	padding:0;
	margin:0;
	width:auto;
}
.header ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:420px;
	font:14px Georgia, "Times New Roman", Times, serif;
}
.header ul li{
	float:left;
	border-left:1px solid #d7d7d7;
	padding:0 13px;
	margin:0 1px 0 -1px;
	line-height:24px;
}
.header ul li a{color:#464646;}
.header ul li a.active,
.header ul li a:hover{
	color:#b70005;
	text-decoration:none;
}
#container{
	padding:0 10px;
	width:940px;
	font-size:12px;
	line-height:16px;
	position:relative;
}
#container h2{
	margin:0 0 11px;
	color:#252525;
	font:27px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #c2c2c2;
	padding-bottom:8px;
}
.promo-box{
	border-top:1px solid #ecf2f6;
	border-bottom:1px solid #d4dfe7;
	background: url(images/bg-promo-box.gif) repeat-x 0 100%;
	width:100%;
	overflow:hidden;
	clear:both;
}
.promo-box.dark{background:#fefeff url(images/bg-promo-dark.gif) repeat-x 0 100%;}
#container .promo-box h2{border-color:#898989;}
.publication-box{
	background: url(images/bg-publication.gif) no-repeat 100% 0;
	min-height:248px;
	padding:21px 409px 0 50px;
	width:481px;
	font-size:12px;
	line-height:16px;
	overflow: hidden;
}
* html .publication-box{height:248px;}
.publication-box p{margin:0 0 16px;}
#main{
	padding:9px 20px 10px;
	width:900px;
}
.big-post{background:#dfe7ed url(images/bg-bpost-top.gif) no-repeat;}
.big-post .holder{
	background: url(images/bg-bpost-bottom.gif) no-repeat 0 100%;
	width:882px;
	padding:10px 9px 0;
	overflow:hidden;
}
.post-box{
	background: url(images/bg-post.gif) repeat-y;
	margin-bottom:8px;
}
.post-holder{background: url(images/bg-post-top.gif) no-repeat;}
.post-frame{
	background: url(images/bg-post-bottom.gif) no-repeat 0 100%;
	width:838px;
	padding:13px 22px 21px;
}
.post-box h3{
	margin:0 0 10px;
	font:20px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #c2c2c2;
	padding-bottom:9px;
}
.subscription-holder{
	width:100%;
	overflow:hidden;
}
.subscription-list{
	list-style:none;
	margin:0;
	padding:0;
	width:518px;
	float:left;
	overflow:hidden;
	font-size:11px;
	line-height:normal;
}
.subscription-list li{
	float:left;
	width:95px;
	background:#e8f1f8;
	height:138px;
	overflow:hidden;
	padding-top:4px;
	margin-right:8px;
	text-align:center;
}
.subscription-list img{
	display:block;
	margin:0 auto;
	border:1px solid #c6c6c6;
	margin-bottom:5px;
}
.subscription-list p{margin:0;}
.subscription-content{
	width:306px;
	float:right;
	font-size:12px;
	line-height:16px;
	padding-top:1px;
}
.subscription-content h4{
	margin:0 0 6px;
	font-size:12px;
	font-weight:bold;
	color:#252525;
}
.subscription-content p{margin:0 0 16px;}
.subscription-content a{
	padding-left:9px;
	background: url(images/arrow-link.gif) no-repeat 0 6px;
}
.main-content{margin-top:-2px;}
#container .main-content h2{margin-bottom:22px;}
#container .main-content.price h2{margin-bottom:13px;}
.main-content h3{
	margin:0 0 9px;
	font-size:16px;
	font-weight:bold;
}
.main-content p{margin:0 0 25px;}
.main-image{
	text-align:center;
	padding-top:18px;
}
.main-image h2{
	border-style:none !important;
	margin-bottom:13px !important;
	padding-bottom:0 !important;
}
.main-image p{
	padding:0 100px;
	margin:0 0 8px;
}
.main-image img{
	display:block;
	margin:0 auto;
}
.section-block{
	width:100%;
	overflow:hidden;
	padding-top:11px;
}
.sidebar{
	width:230px;
	float:left;
	background:#dfe7ed url(images/bg-sidebar.gif) no-repeat;
}
.sidebar .holder{
	background: url(images/bg-sidebar-bt.gif) no-repeat 0 100%;
	padding:10px 10px 0;
	width:210px;
	overflow:hidden;
}
.sidebar-box{
	background:#fff url(images/bg-sidebar-box-t.gif) no-repeat;
	margin-bottom:10px;
	width:210px;
	overflow:hidden;
}
.sidebar-box .frame{
	background: url(images/bg-sidebar-box-b.gif) no-repeat 0 100%;
	padding:16px 14px 29px;
}
.sidebar-box h3{
	margin:0 0 10px;
	font-size:14px;
	font-weight:bold;
}
.sidebar-box ul{
	list-style:none;
	margin:0;
	padding:0;
	line-height:17px;
}
.sidebar-box ul li{
	padding-left:10px;
	background: url(images/arrow-link.gif) no-repeat 0 6px;
}
.section-content{
	float:right;
	width:650px;
	overflow:hidden;
}
.row{
	width:660px;
	overflow:hidden;
	padding-bottom:10px;
}
.row-box{
	float:left;
	background: url(images/bg-section-list.gif) no-repeat;
	width: 210px;
	height: 133px;
	margin:0 10px 0 0;
	text-align:center;
	font-size:10px;
	color:#004276;
	padding:12px 0 0;
	position:relative;
}
.row-box h3{
	margin:0 0 1px;
	font-size:13px;
	font-weight:bold;
	color:#004276;
	padding:0 15px;
}
.row-box p{
	margin:0;
	line-height:normal;
}
.row-box ul{
	list-style:none;
	margin:0;
	padding:12px 0 0;
	text-align:center;
}
.row-box ul li{
	display:inline;
	padding:0 1px 0 2px;
}
.row-box span{
	position:absolute;
	bottom:11px;
	width:100%;
	left:0;
}
.row-box span img{
	display:block;
	margin:0 auto;
	border:1px solid #cacaca;
}
.row-box em{
	position:absolute;
	bottom:1px;
	width:100%;
	left:0;
}
.row-box em img{
	display:block;
	margin:0 auto;
}
.stuff-box{
	width:100%;
	overflow:hidden;
	border-top:1px solid #c2c2c2;
	margin-top:7px;
	padding:15px 0 15px;
}
.stuff-content{
	float:left;
	width:308px;
	overflow:hidden;
	padding:0 32px 0 10px;
}
.stuff-column{
	width:285px;
	float:left;
}
.stuff-box h3{
	margin:0 0 2px;
	font-size:13px;
	font-weight:bold;
}
.stuff-box p{margin:0 0 8px;}
.stuff-list{
	width:324px;
	overflow:hidden;
}
.stuff-list-column{
	float:left;
	width:162px;
}
.stuff-box ul,
.main-content ul{
	list-style:none;
	margin:0 0 9px;
	padding:0;
}
.stuff-box ul li,
.main-content ul li{
	padding-left:10px;
	background: url(images/arrow-link.gif) no-repeat 0 6px;
}
.pricing-block{
	width:100%;
	overflow:hidden;
	margin-bottom:21px;
}
.pricing-block img{
	float:left;
	border:1px solid #c2c2c2;
}
.pricing-content{
	float:right;
	width:676px;
	margin-top:-3px;
}
.pricing-content ul{margin:15px 0 12px;}
.pricing-content p{margin:0;}
.price-box{
	background: url(images/bg-pricebox.gif) no-repeat;
	width: 486px;
	height: 96px;
	overflow:hidden;
	margin-bottom:11px;
}
.price-heading{
	width:168px;
	float:left;
}
.price-heading h3{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding-top:38px;
	margin:0;
}
.price-subscribe{
	width:280px;
	padding:10px 21px 0 0;
	float:right;
	overflow:hidden;
}
.price-subscribe ul{
	list-style:none;
	margin:0 0 10px;
	padding:0;
	width:290px;
	overflow:hidden;
}
.price-subscribe ul li{
	float:left;
	background:none;
	border-left:1px solid #252525;
	padding:0 10px;
	margin:0 10px 0 -10px;
	line-height:14px;
}
.price-subscribe ul li span{
	color:#959595;
	text-decoration:line-through;
}
.price-subscribe strong{
	font-size:16px;
	display:block;
	margin-bottom:2px;
	font-weight:normal;
}
.price-subscribe strong em{
	font-weight:bold;
	font-style:normal;
}
.price-subscribe strong span{
	color:#dc0d13;
	font-weight:bold;
}
.price-subscribe p{margin:0;}
.price-subscribe p span{
	color:#dc0d13;
	display:block;
}
.btn-subscribe{
	float:right;
	background: url(images/btn-subscribe.gif) no-repeat;
	width: 100px;
	height: 31px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:11px;
}


.tabset-holder{margin-bottom:21px;}

.tabset{
	list-style:none;
	margin:0 !important;
	padding:0;
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.tabset li{
	float:left;
	margin-right:2px;
	padding:0 !important;
	background:none !important;
}
.tabset li a{
	float:left;
	background: url(images/bg-tabset.gif) repeat-x;
	font-size:14px;
	font-weight:bold;
	color:#718fa5;
	outline:none;
}
.tabset li a span{
	float:left;
	background: url(images/bg-tabset-left.gif) no-repeat;
}
.tabset li a span em{
	float:left;
	cursor:pointer;
	background: url(images/bg-tabset-right.gif) no-repeat 100% 0;
	height:34px;
	line-height:34px;
	padding:0 15px;
	font-style:normal;
}
.tabset li a:hover{text-decoration:none;}
.tabset li a.active{
	color:#314e77;
	background-position:0 100%;
}
.tabset li a.active span{background-position:0 100%;}
.tabset li a.active em{background-position:100% 100%;}
div.tab{
	border:1px solid #c7c7c7;
	position:relative;
	z-index:1;
	margin-top:-1px;
	width:880px;
	padding:0 9px;
	overflow:hidden;
}
div.tab p{margin-bottom:18px;}
.print-box{
	list-style:none;
	margin:15px 0 13px !important;
	padding:0 !important;
	width:891px;
	overflow:hidden;
}
.print-box li{
	float:left;
	padding:0 !important;
	background:none !important;
	width:286px;
	margin-right:11px;
	text-align:center;
}
.print-box h3{
	margin:0 0 6px;
	font-size:18px;
}
.inner-box{
	width:284px;
	border:1px solid #c7c7c7;
	padding:7px 0 13px;
}
.print-box li:hover .inner-box,
.print-box li.hover .inner-box,
.print-box li.active .inner-box{background:#fffcdc;}
div.tab .inner-box p{margin:0 0 8px;}
.inner-box p span{color:#dc0d13;}
.btn-subscribe-ltl{
	background: url(images/btn-subscribe-ltl.gif) no-repeat;
	width: 88px;
	height: 25px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}
.tab-list{
	width:100%;
	overflow:hidden;
}
.tab-list li{
	padding:0 !important;
	background:none !important;
	float:left;
}
.tab-list li a{
	float:left;
	line-height:25px;
	padding:0 13px;
}
.tab-list li a:hover,
.tab-list li a.active{
	background:#ebebeb;
	text-decoration:none;
}
.deals-box{padding-bottom:13px;}
.deals-box h3{margin-bottom:15px;}
.deals-box p{margin-bottom:16px;}
/* boxes */
.boxes{
	width:100%;
	background: url(images/bg-box.gif) repeat-y;
}
.boxes .holder{background: url(images/bg-box-top.gif) no-repeat;}
.boxes .frame{
	background: url(images/bg-box-bottom.gif) no-repeat 0 100%;
	width:900px;
	overflow:hidden;
	padding:10px 0;
}
.box{
	float:left;
	width:256px;
	margin-left:11px;
	padding:10px 10px 17px 20px;
	display:inline;
}
.box h4{
	margin:0 0 0 -10px;
	font-size:12px;
	padding-left:10px;
	background: url(images/arrow-link.gif) no-repeat 0 6px;
}
.box p{margin:0;}
.subscribe-holder{
	width:868px;
	padding:12px 6px 0;
	overflow:hidden;
}
.subscribe-content{
	float:left;
	width:439px;
	margin-right:10px;
	overflow:hidden;
}
.subscribe-column{
	float:left;
	width:409px;
	padding-right:10px;
	overflow:hidden;
}
.subscribe-holder .holder{
	width:100%;
	overflow:hidden;
	border-top:1px solid #c2c2c2;
	margin:-1px 0 1px;
	padding:4px 0 9px;
}
.subscribe-column .holder{padding-bottom:0;}
.subscribe-title{
	width:92px;
	float:left;
	padding:2px 10px 0 0;
}
.subscribe-box{
	width:337px;
	float:left;
}
.subscribe-column .subscribe-box{width:305px;}
div.tab h4{
	margin:0;
	font-size:12px;
	font-weight:bold;
}
.subscribe-box ul{margin-bottom:0 !important;}
.subscribe-holder .holder span{color:#dc0d13;}
.price-row{
	width:100%;
	text-align:center;
	padding-bottom:15px;
}
div.tab .price-row p{
	margin:0 0 9px;
	font-size:13px;
	font-weight:bold;
	color:#004276;
}
.price-row p span{
	color:#004276;
	text-decoration:underline;
}
.price-row p a:hover{text-decoration:none;}
.price-row .btn-subscribe{
	display:block;
	float:none;
	margin:0 auto;
}
.editors-box{
	width:880px;
	overflow:hidden;
	padding:16px 0 0;
}
.editors-content{
	float:left;
	width:608px;
	padding:0 19px 10px 5px;
}
.editors-column{
	float:left;
	width:248px;
	padding-top:4px;
}
.col-box{
	background: url(images/bg-editors.gif) repeat-y;
	width:100%;
	margin-bottom:10px;
}
.col-box .holder{background: url(images/bg-editors-top.gif) no-repeat;}
.col-box .frame{
	background: url(images/bg-editors-bottom.gif) no-repeat 0 100%;
	width:212px;
	padding:11px 15px 10px 21px;
}
.col-box h3{
	margin:0 0 7px;
	font-size:13px;
	font-weight:bold;
}
.guide-holder{
	width:100%;
	overflow:hidden;
}
.guide-content{
	float:left;
	width:442px;
	overflow:hidden;
}
.guide-column{
	float:right;
	width:440px;
}
.guide-content p{margin-bottom:15px;}
.guide-content h4{
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#004276;
}
.guide-box-content{
	border-top:1px solid #c2c2c2;
	margin:-22px 0 22px;
	padding:22px 0 5px;
	width:100%;
	overflow:hidden;
}
.guide-box{
	width:100%;
	background: url(images/bg-guide.gif) repeat-y;
	margin-bottom:10px;
}
.guide-box .holder{background: url(images/bg-guide-top.gif) no-repeat;}
.guide-box .frame{
	background: url(images/bg-guide-bottom.gif) no-repeat 0 100%;
	padding:30px 30px 5px;
	width:380px;
	overflow:hidden;
}
.guide-box h3{margin-bottom:4px;}
.guide-box p{margin-bottom:10px;}
.guide-box p span{color:#dc0d13;}
.guide-border-holder{
	width:100%;
	overflow:hidden;
}
.guide-border{
	border-top:1px solid #c2c2c2;
	margin:-10px 0 10px;
	width:100%;
	overflow:hidden;
	padding:10px 0 4px;
}
.guide-border img{
	float:left;
	border:1px solid #c5c5c5;
	margin:0 18px 14px 0;
}
.guide-border p{margin:0 0 8px;}
.guide-border p em{
	font-style:normal;
	text-decoration:line-through;
	color:#959595;
}
.guide-border h4{
	margin:0 0 3px;
	font-size:16px;
	font-weight:normal;
}
.guide-border h4 span{
	font-weight:bold;
	color:#dc0d13;
}
.guide-border .btn-subscribe{
	display:block;
	float:none;
	margin-bottom:4px;
}
.guide-border h5{
	margin:0 0 9px;
	font-size:13px;
	font-weight:bold;
}
.weeks-holder{
	width:100%;
	overflow:hidden;
}
.weeks-content{
	float:left;
	width:173px;
}
.weeks-column{
	float:left;
	width:207px;
	padding-top:6px;
	text-align:center;
}
.weeks-column .btn-subscribe-ltl{margin-bottom:10px;}
.details-list{
	width:100%;
	overflow:hidden;
	padding-top:8px !important;
}
.details-list li{
	float:left;
	width:33%;
	text-align:center;
	padding:0 !important;
	background:none !important;
}
.guide-block{
	padding-bottom:20px;
	line-height:18px;
}
.guide-block ul{margin-bottom:0 !important;}
.guide-block h3{margin-bottom:7px;}
.guide-block h6{
	margin:0 0 10px;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}
.guide-block p{margin:0;}

#footer{
	overflow:hidden;
	border-top:1px solid #d7d7d7;
	background:#f6f6f6;
	width:900px;
	padding:13px 20px 48px;
	font-size:12px;
	color:#898989;
}
#footer a{color:#898989;}
#footer p{
	float:right;
	margin:0;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	height:1%;
}
#footer ul li{
	float:left;
	padding:0 7px;
	border-left:1px solid #959595;
	margin:0 1px 0 -1px;
}
#footer ul li a{color:#959595;}

