@charset "utf-8";
/* CSS Document */

/* General */

body {
	overflow-x:hidden
}

h1, h2, h3, h4, h5, h6 {
	line-height:100%;
	margin:0 0 0.5em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

#AutoWrapper {
	margin:auto;
	padding:10px 0 0;
	width:990px;
}

/* Header */

.header {
	margin:30px 0;	
}
.header h1.Logo {
    background: url("../images/priceblink_logo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 59px;
    margin: 20px 0 0 2px;
    padding-bottom: 18px;
    width: 236px;
}
.header h1.Logo_small {
    background: url("../images/priceblink_logo3.png") no-repeat scroll 0 0 transparent;
    float: left;
    height:40px;
    margin: 28px 0 0 2px;
    padding-bottom: 18px;
    width: 182px;
}
.header h1.Logo a {
    float: left;
    height: 59px;
    width: 236px;
}
#newlogo{width:201px; height:54px; position:absolute; z-index:99999; top:25px; left:240px;}
#new_logo2{width:201px; height:54px; position:absolute; z-index:99999; top:28px; left:195px;}
.add-to-browser {
	float: right;
	margin: 10px 20px 0;	
}

.available-for {
	float:right;
	text-align:center;
	font-size:12px;
	margin:10px 0 0 10px!important;	
}
.available-for a img {
	float:none;
	margin:0 0 0 3px;
	vertical-align:bottom;
}

/* Right Column */

.featured {
	margin:10px 0 0 15px;
}
.featured p {
	margin:5px 0 15px;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* Content */

#mainframe {
	background:#fff;
	box-shadow:0 0 5px #ddd;
	padding:20px;
	position:relative;
}

.content-box {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 5px #DDDDDD;
	margin-bottom: 20px;
	padding: 30px 20px 20px;
	position: relative;
}

.browsers-footer {
	text-align:center;
	width:600px; 
	margin:0 auto;
}
.browsers-footer .available-for {
	margin-top:0;
}


/*Slideshow*/

p#cross-links {
	left:0;
	position:absolute;
	top:100px;
	width:990px;
	z-index:9999;
}
p#cross-links a.left {
	float:left;
	margin:0 10px;
}
p#cross-links a.left {
	float:right;
	margin:0 10px;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	width: 100%;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 980px;
	overflow:hidden;
	height: 400px;
	background: #fff;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 980px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: auto;
	clear: both;
	text-align:center;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 980px;
	list-style-type: none;/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 980px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

#AutoWrapper #FooterWrapper {
	width:990px;
}
#FooterWrapper div#FooterMiddle {
	width: 960px;
}

/*Css for task "Revised Home Page with Today Show Promo" added by Anuj Gupta*/
.today_box{
	padding:0px 100px 20px 100px;
	float:left;
	font-size:15px;
	font-weight:bold;
	background:url(../images/gray_bg.png) bottom center no-repeat;
}
.today_box .mid{
	margin:0px 40px 0px 20px;
	float:left;
	font-size:48px;
	width:400px;
	font-weight:bold;
	line-height:56px;
	text-align:left;
	color:#666666;
	background:url(../images/double_quote.png) top right no-repeat;
}
.today_box .mid h6{
	margin:0 0 0 0;
	padding:0;
	font-size:18px;
	color:#e1dfdf;
	font-weight:bold;
}
.today_box .mid span{
	color:#999999;
	font-weight:normal;
}
