h1, h2 {
    padding-left: 10px;
    display: inline;
    float: left;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
    padding-top: 6px;
    padding-bottom: 3px;
}

h3
{
	color: #333;
	font: bold 11px;
	margin: 20px 10px 5px 0px;
}

h3.featured{ 
	font: 8pt;
	color: #666666;
	font-weight: bold;
}
	

div#graybox {
    background-color: #f4f4f4;
}

div#ootd {
	margin-top: 10px;
    width: 450px;
    height: 170px;
    background: url(/images/index/ootdbg.gif) no-repeat;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

div#ootd p, div#ootd td {
	font-size: 11px;
}

div#ootd div#left {
    width: 160px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    height: 170px;
    margin: 38px 0px 0px 10px;
    overflow: hidden;
}


div#ootd div#left div#ootd-image {
	text-align: center;
	overflow: hidden;
	font-size: 11px;
	color: #666666;
	width: 147px;
}

div#ootd div#left div#ootd-image div.ootd-img-wrap {
	height: 114px;
}

div#ootd div#left div#ootd-image img {
    margin-bottom: 4px;
}

div#ootd div#left div#ootd-viewall {
	height: 22px;
	padding: 7px 0 0 0;
	text-align: center;
	overflow: hidden;
}

div#blogbox a, div#ootd a {
    text-decoration: none;
}

div#ootd p#blogexcerpt a {
	font-weight: bold;
}

div#ootd p#blogexcerpt a.readmore {
	font-weight: normal;
}

div#ootd div#left div#ootd-image .ootd-from {
	color: #9f9f9f;
	font-style: italic;
	font-size: 11px;
}

div#blogbox a:hover, div#ootd a:hover {
    text-decoration: underline;  
}


div#ootd div#right {
    float: left;
    display: inline;  
    width: 280px;
    height: 203px;
    overflow: hidden;
}

div#ootd div#right-top {
	margin: 8px 10px 0 10px;
	height: 123px;
	overflow: hidden;
}

div#ootd div#right p#offer {
    color: #3d58a7;
    font-weight: bold;
    font-size: 14px;
    height: 33px;
    margin-bottom: 2px;
    overflow: hidden;
}

div#ootd div#right p#blogexcerpt {
    margin: 0 10px 0px 0;
    height: 27px;
    overflow: hidden;
}

div#ootd div#right table#price {
    width: 250px;
    margin-bottom: 6px;
}

div#ootd div#right table#price td{
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
}

div#ootd div#right table#price tr.price td {
	padding-bottom: 4px;
}

div#ootd div#right table#price td.left {
    width: 140px;
}

div#ootd div#right table#price td.right {
    width: 50px;
    text-align: right;
}

div#ootd div#right table#price td#list-price {
    text-decoration: line-through;
}

div#ootd div#right table#price tr.price {
    color: #666666;
}

div#ootd div#right table#price tr.discount {
    color: #006600;
}

div#ootd div#right table#price tr.discount td {
	padding-top: 3px;
}

div#ootd div#right table#price tr.yourprice {
    color: #cc0000;
}

div#ootd div#right table#price td.savings {
    padding-left: 6px;
}

div#ootd div#right table#price tr.yourprice td.right {
    border-bottom: 1px solid #8c8c8c;   
    font-size: 18px;
    font-weight: bold;
}

div#ootd div#right table#price tr.yourprice td.left {
    border-bottom: 1px solid #8c8c8c;
    font-size: 18px;
    font-weight: bold;
}

div#ootd div#right table#price div#ootd-percent {
	float: right;
	text-align: right;
	width: 65px;
	font-size: 11px;
}

div#ootd div#right p.disclaim {
    color: #8c8c8c;	
}

div#ootd div#right div#actions img {
	float: right;
	margin-bottom: 2px;
}

div#ootd div#right div#actions {
	text-align: right;
	height: 40px;
    padding-right: 10px;
    font-size: 11px;
}

div#ootd div#right div#actions a {
	font-weight: bold;
}

div#ootd p.offertext {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	height: 42px;
	overflow: hidden;
}

div#ootd p.value_prop {
	color: #666;
	margin-bottom: 3px;
	height: 28px;
	overflow: hidden;
}

div#graybox div#blogbox {
    height: 125px;
    width: 280px;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-top: 10px;
}

div#graybox div#blogbox div#blogbox_content {
    border: 1px solid #ccc; 
	border-top: 4px solid #203e5c;	
	background-color: white;
	height: 140px;
}


div#graybox div#blogbox div#blogbox_content div#bloglist {
	height: 100px;
	overflow: hidden;
}

div#graybox div#blogbox div.tab {
    height: 25px;
    width: 100px;
    background: url(/images/index/blogbox_tab_off.gif) no-repeat;
    float: left;
    display: inline;
    margin-right: 5px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

div#graybox div#blogbox div.tab.on {
    background-image: url(/images/index/blogbox_tab_on.gif);
    color: white;
    cursor: default;
}

div#graybox div#blogbox div#blogbox_content ul {
    margin-top: 10px;
    counter-reset: item;
}


div#graybox div#blogbox div#blogbox_content ol li, div#graybox div#blogbox div#blogbox_content ul li {
    margin-left: 17px;
    height: 14px;
    margin-bottom: 1px;
}

div#graybox div#blogbox div#blogbox_content ol li span, div#graybox div#blogbox div#blogbox_content ul li span {
	height: 15px;
	overflow: hidden;
	display: block;
}


div#graybox div#blogbox div#blogbox_content p {
    text-align: center;
    margin-top: 10px;
}

div#graybox div#blogbox div#articles, div#blogs {
	display: none;	
}

div#graybox div#ootd-email {
    height: 72px;
    width: 278px;
    background-image: url(/images/index/ootd_emailbg.gif);	
    background-repeat: no-repeat;
    float: left;
    display: inline;
    margin: 5px 0px 0px 15px;
    border: 1px solid #ccc;
    background-color: #ccc;
    overflow: hidden;
}

div#graybox div#ootd-email input#submit {
	float: right;
	margin-right: 5px;
	height: 20px;
}

div#graybox div#ootd-email input#ootdsignup{
    float: left;
    width: 166px;
}

div#graybox div#ootd-email form{
	
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
}

div#graybox div#ootd-email p {
    margin-left: 10px;
}

div#graybox div#ootd-email p#signupcall {
	margin: 5px 0px 5px 5px;
	padding-bottom: 0px;
	float: left;
}

div#explore {
    margin-top: 20px;   
}

div#explore div#bluebox {
    background-color: #ffffff;
    height: 420px;
    width: 750px;
    vertical-align: top;
    border: 5px solid #568ec5;
}

div#explore div#tabtop div#explorecaption {
    float: left;
    display: inline;	
    width: 350px;
    text-align: left;
    line-height: 25px;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
}

div#explore div#tabtop {
    height: 25px;
    width: 760px;
}

div#explore div#tabtop div.tab {
    background-image: url(/images/index/tab_off.gif);
    width: 120px;
    height: 25px;
    float: right;
    display: inline;
    margin-left: 8px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

div#explore div#tabtop div.tab.on {
    background-image: url(/images/index/tab_on.gif);
    color: #fff;
    cursor: default;
}

div#explore div#whitebox-container {
    background-color: #fff;
    width: 608px;
    height: 420px;
    float: right;
    display: inline;
    overflow: hidden;
} 

div#explore div#whiteboxtabs {
    width: 131px;
    height: 420px;	
    float: left;
    overflow: hidden;
    display: inline;
    background-color: #568ec5;
}

div#bluebox > div#whiteboxtabs { overflow: visible; }

div#explore div#whiteboxtabs div.tab {
	height: 42px;
    background-image: url(/images/index/explorer_left_off.gif);
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #fff;
    display: table;
    cursor: pointer;
    width: 142px;
}

div#explore div#whiteboxtabs div.tab p {
	margin-left: 12px;
	margin-top: 6px; 
	font-size: 11px;
	color: #333333;
	width: 117px;
	height: 42px;
	vertical-align: middle;
	font-weight: normal; 
}

div#explore div#whiteboxtabs div.tab.on p {
	color: #fff;
}

div#explore div#whiteboxtabs div.tab.on {
    background-image: url(/images/index/explorer_left_on.gif);
    cursor: default;
}
.white
{
	color:#ffffff;
}
.tabon
{
	background-image: url('../images/explorer_left_on.gif');
    cursor: default;
    height:42px;
    width:142px;
    color:#ffffff;
    vertical-align:middle;
}
.taboff
{
	background-image: url('../images/explorer_left_off.gif');
    cursor: default;
    height:42px;
    width:142px;
}
.vcenter {
	margin-left:5px;
	margin-top:5px;
	width: 132px;
	height: 42px;
	overflow: hidden;
	vertical-align: middle;
	color:#ffffff;
}

div#explore div#whiteboxtabs div.vcenter {
	/**display: table-cell;**/
	margin: auto 0;
	width: 132px;
	height: 42px;
	overflow: hidden;
	vertical-align: middle;
}

div#explore h3
{
	color: #333;
	font: 10pt;
	font-weight: bold;
	margin: 10px 0 0 20px;
	width: 300px;
	float: left;
}

div#explore div#whitebox span {
	margin: 10px 5px 0 0;
	float: right;
}

div#explore div#whiteboxtabs p.link {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
}

div#explore div#whiteboxtabs p.link a {
	color: #fff;
}

div#explore div.popular_offers_wrap
{
	width: 612px;
	height: auto;
	overflow: hidden;
	margin-left: 18px;
}
div#explore div.popular_offers_box
{
	float: left;
	margin: 10px 25px 10px 0;
	width: 173px;
	height: 180px;
	text-align: left;
}

div#explore div.popular_offers_box div.popular_offers_subcat
{
	font-size: 7.5pt;	
}

div#explore div.popular_offers_box .popular_offers_image {
	height: 120px;
	width: 160px;	
	border: 1px solid #CCC;
	margin: 5px 0;	
	
}

div#explore div.popular_offers_box img
{
	display: block;
	margin: 0 auto;
}

div#explore div.popular_offers_box div.popular_offers_offer
{
	height: 30px;
	overflow: hidden; 
	width: 165px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;	
}

div#graybox div#ootd-email p.nevershare{
	font-size: 10px;
	margin: 7px 2px 2px 11px;
	width: 258px;
	float: left;
	color: #8c8c8c;
}

div#graybox div#ootd-email p.nevershare a{
	text-decoration: none;
}

div#ootd-email p.privacy a{
	font: 7pt;
	text-align: right;
	float: right;
	margin-right: 10px;
    text-decoration: none;
}

div#leftcol h3 {
	font-size: 13px;
    margin: 0 0 5px 0;
}

div#leftcol p {
	color: #333;
	font-size: 11px;
}

div#leftcol ul li {
	color: #333;
	font-size: 11px;
	padding-bottom: 2px;
}

div#leftcol div.line {
	height: 1px;
	background-color: #ccc;
	margin: 15px 0;
}

div#leftcol p.twitter img {
	position: relative;
	top: 7px;
}

.popular_offers_subcat a {
	font-weight: normal; 
	text-decoration: none;
}

.popular_offers_subcat a:hover {
	text-decoration: underline;
}

.popular_offers_offer a {
	text-decoration: none;
}
.popular_offers_offer a:hover {
	text-decoration: underline;
}  

div#tutorialbox{
	display: block;
	height: 282px;
	width: 180px;
	margin-bottom: 10px; 
} 

div#sidenav p {
    font-weight: normal;	
}
