/* Default Styles */
html, body {
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 160%;
	margin: 0;
	padding: 0;
	text-align: left;
}
img {border: 0;}
p {margin: 10px 0 0 0;}
table {border-collapse: collapse; border-spacing: 0;}
a:focus { outline:none }

/* Div Styles */
#container {
	margin: 10px auto;
	padding: 0;
	position: relative;
	width: 960px;
}
#header {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
#title {
	background: #E5ECF9;
	border-top: 1px #3366CC solid;	
	float: right;
	font-weight: bold;
	margin: 18px 0 0 0;
	padding: 3px 5px;
	position: relative;
	width: 795px;
}
#content {
    margin-left: 200px;
	position: relative;
}
#footer {
	background: #E0E5FF;
	color: #999;
	margin: 5px 0 0 0;
	padding: 2px 0;
	position: relative;
	text-align: center;
	font-size: 12px;
	width: 100%;
}
.blue-box {
	background: #CADEF4;
	border: 1px #A6BFC9 solid;	
	float: right;
	margin: 10px 0 0 20px;
	padding: 15px;
	position: relative;
	text-align: center;
	width: 350px;
}
.message{
	color: #990000;
	font-size: 22px;
	font-weight: bold;
	margin: 40px 0 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

/*Floats*/
.left {float:left; position: relative; }
.right {float:right; margin: 0 0 0 20px; position: relative;}
.clear  {clear:both; height: 0;}

/* Header Styles */
h3, h3.google, h3.toolbar, h3.groups, h3.news, h3.images, h3.lucky, h3.catalogs, h3.more {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 40px;
	width: 780px;
}
h3.google {
background: url(images/icons/google.gif) no-repeat 0px 5px;
}
h3.toolbar {
background: url(images/icons/toolbar.gif) no-repeat 0px 5px;
}
h3.groups {
background: url(images/icons/groups.gif) no-repeat 0px 5px;
}
h3.news {
background: url(images/icons/news.gif) no-repeat 0px 5px;
}
h3.images {
background: url(images/icons/images.gif) no-repeat 0px 5px;
}
h3.lucky {
background: url(images/icons/lucky.gif) no-repeat 0px 5px;
}
h3.froogle {
background: url(images/icons/froogle.gif) no-repeat 0px 5px;
}
h3.catalogs {
background: url(images/icons/catalogs.gif) no-repeat 0px 5px;
}
h3.more {
background: url(images/icons/more.gif) no-repeat 0px 5px;
}

/* Link Styles */
a:link, a:active, a:visited, a:hover {
	color: #0000FF;
	outline: 0;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
a:visited {
	color: #551A8B;
}

/* Carousel Styles */
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap {
	margin: 30px 0;
	position: relative;
	width: 100%;
}
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}
.stripViewer {
	background: #fff;
	border: 1px solid #ccc;
	clear: both;
	height: 460px;
	overflow: hidden; 
	position: relative;
	margin: 0 auto;
	width: 860px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0; 
	list-style-type: none;
	top: 0;
	width: 100%;
}
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 860px;
}
.stripViewer .panelContainer .panel .wrapper {
	padding: 20px;
}
.stripNav {
	height: 32px;
	margin: 0;
	padding: 0 0 0 9px;
	position: relative;
	width: 100%;
	top: 1px;
	z-index: 9;
}
.stripNav ul {
	list-style: none;
	width: 860px;
}
.stripNav ul li {
	float: left;
	margin: 0 3px 0 0;
}
.stripNav a {
	border-top: 1px solid #fff;			
	color: #0066FF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 32px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
}
.stripNav li a:hover {
	background: #0066FF;
	color: #fff;	
}
.stripNav li a.current {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #000;
	cursor: text;
		}
.stripNavL, .stripNavR {
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}
.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}
