@charset "utf-8";
/**	The IT Index Store
	Main Application Structure and HTML Defaults
	
	*/


/**	HTML DEFAULTS

	**/
body {
	background: #dcdcdc;
	color: #333333;
	font: normal 9pt arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #22124b;
	padding: 15px 0px 20px 0px;
	margin: 0px;
}
h1 img {
	margin: 6px 0 ;
}
#newsletter_container h1 {
	padding-bottom: 0;
}

.specialOffers h1 {
	color: red;
}
h2 {
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #463f59;
	text-decoration: underline;
}
a:hover {
	color: #ed1c24;
	text-decoration: underline;
}
img {
	border: 0px;
}
ul, li {
	margin: 0;
	padding: 0;
}
input,
textarea,
select {
}

.itemHeading {
	padding: 10px;
}



/** STRUCTURE
	
	**/
#storeContainer {
	background: #ffffff;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: hidden;
	width: 964px;
}
#storeHeader {
	background: url(/isroot/siteimages/cloud/images/interface/background-storeheader.jpg) no-repeat;
	height: 151px;
}
#storeLeftColumn,
#storeRightColumn {
	background: url(/isroot/siteimages/cloud/images/interface/background-leftcolumn.jpg) no-repeat;
	display: inline;
	float: left;
	padding-top: 12px;
	width: 177px;
}
#storeRightColumn {
	background: url(/isroot/siteimages/cloud/images/interface/background-rightcolumn.jpg) no-repeat;
	padding-left: 10px;
	width: 167px;
}

.columnHeader {
	padding-bottom: 11px;
}
#storeLeftColumn .columnHeader {
	padding-left: 25px;
}

#storeRightColumn .columnHeader {
	padding-left: 15px;
}

#storeBodyContent {
	float: left;
	width: 610px;
}
#storeBodyWideContent {
	width: 787px;	
	float: left;
}
#storeFooter {
	background: #ffffff;
	border-top: 1px solid #cccccc;
	margin: 0 auto;
	width: 964px;
}



/** STORE HEADER

	**/	
#storeHeaderLeftColumn {
	float: left;
	width: 624px;
}
#storeHeaderRightColumn {
/*	background: url(/isroot/siteimages/webteamDev/images/interface/background-storeheader.gif) top repeat-x;*/
	background: none;
	float: left;
	width: 340px;
}

#storeTopNavigationContainer {
	background: #ffffff url(/isroot/siteimages/cloud/images/interface/topnavigation-background-right.gif) right top no-repeat;
	color: #69b401;
	height: 31px;
	margin-top: 4px;
	padding-top: 3px;
	padding-left: 1px;
	width: 540px;
}	
#storeTopNavigation {
	background: #efefef;
	color: #69b401;
	height: 31px;
	width: 530px;
}
#storeTopNavigation a {
	color: #292929;
	text-decoration: none;
}
#storeTopNavigation a:hover {
	color: #ed1c24;
}
#storeTopNavigation ul {
	background: none;
	list-style-type: none;
	margin-right: 10px;
	padding-top: 1px;
	padding-left: 10px;
}
#storeTopNavigation li {
	background: url(/isroot/siteimages/cloud/images/interface/bullet.gif) left no-repeat;
	float: left;
	margin-top: 6px;
	padding-left: 10px;
	padding-right: 6px;
	text-decoration: none;
}
#storeTopNavigation .firstItem {
	background: none;
	padding-left: 4px;
}

.companyLogo {
	float: left;
	margin: 25px 0 15px 25px;
}
.topBanner {
	border: 2px solid #ffffff;
	float: left;
	margin: 15px 20px 0 30px;
}

.loginStatus {
	color: #ffffff;
	float: right;
	margin-right: 0px;
	padding: 11px 10px 0px 0px;
}
#storeHeaderRightColumn a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#storeHeaderRightColumn a:hover {
	text-decoration: underline;
}

.basketSummary {
	background-color: #efefef;
	height: 73px;
	padding-top: 10px;
	padding-left: 13px;
}
.basketContents,
.basketContentsEmpty {
	background: url(/isroot/siteimages/cloud/images/interface/basket-empty.gif) left top no-repeat;
	color: #21295c;
	display: block;
}
.basketContents {
	background: url(/isroot/siteimages/cloud/images/interface/basket.gif) right top no-repeat;
	/*	background: none;*/
}
.basketContentsEmpty {
	padding-top: 46px;
}
.basketTotal {
	font-weight: bold;
}
.checkoutButton {
	margin-top: 8px;
}

.basketSummaryTable td
{
	font-size: 11px;
	color: #21295c;
}
.basketSummaryTable .basketTotalLine
{
	font-weight: bold;
}
.basketSummaryTable .basketSummaryCount
{
	display: block;
	padding-top: 8px;
}
.basketSummaryTable .firstCol
{
	background: url(/isroot/siteimages/cloud/images/interface/basket.gif) 1px 0 no-repeat;
}


/** STORE RIGHT COLUMN

	**/
.partnerLogos {
	text-align: center;
	padding-top: 20px;
}
.partnerLogos img {
	margin-bottom: 14px;
}
.bannerSkyScraper {
	margin: 20px 21px 0;
}



/* Tab styles */
.switchTabs 
{
	padding-top: 16px;
}
.switchTabsBorder 
{
	border-bottom: 1px solid #a59bc0;
}
.switchTabs a,
.switchTabs a:hover
{
	text-decoration: none;
}
.switchTabs ul 
{
	list-style: none;
}
.switchTabs li 
{
	background: #21295c url(/isroot/siteimages/cloud/images/interface/switchtab-innerborder.gif) bottom repeat-x;
	float: left;
	height: 34px;
	margin-right: 3px;
	padding-left: 6px;
}
.switchTabs li:hover
{
	background: #e6e8ef;
}
.switchTabs li .switchItemSpacer 
{
	background: url(/isroot/siteimages/cloud/images/interface/switchtab-standard.gif) left no-repeat;
	color: #ffffff;
	display: block;
	padding: 10px 10px 10px 18px;
	font-weight: bold;
	line-height: 8pt;
}
.switchTabs li:hover .switchItemSpacer 
{
	background: #e6e8ef url(/isroot/siteimages/cloud/images/interface/switchtab-standard-hover.gif) left no-repeat;
	color: #353742;
}
.switchTabs li.selectedArea 
{
	background: #e6e8ef;
}
.switchTabs li.selectedArea .switchItemSpacer
{
	background: url(/isroot/siteimages/cloud/images/interface/switchtab-active.gif) left no-repeat;
	color: #353742;
}
.switchTabs li.selectedArea:hover
{
}
.switchTabs li.selectedArea:hover .switchItemSpacer
{
}



/* pagecontainer styles */
#pageContainer {
	line-height: 13pt;
	padding: 0px;
	margin: 12px 0 0 0;
}
#pageContainer h2 {
	font-size: 10.5pt;
	line-height: 13pt;
	font-weight: bold;
	color: #a59bc0;
	padding: 10px 0px 4px 0px;
	margin: 0px;
}
#pageContainer h3 {
	font-size: 10.5pt;
	line-height: 13pt;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}
#pageContainer p {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}
#pageContainer ul {
	margin-bottom: 5px;
}
#pageContainer li {
	margin-left: 30px;
	margin-top: 6px;
}
.productInfo h2 {
	font-size: 11pt;
	line-height: 13pt;
	font-weight: bold;
	color: #a59bc0;
	padding: 15px 0px 15px 5px;
	margin: 0px;
}
#pageContainer .terms li {
	list-style-type: none;
	margin-left: 0;
}



/* Footer */
#footerContent {
	width: 610px;
	padding: 20px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
.footerLinks {
	float: left;
	padding: 0px 38px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footerLinks ul {
	list-style-type: square;
}
.footerLinks li {
	margin-left: 20px;
}
.footerLinks li a {
	text-decoration: none;
}
.footerLinks li a:hover {
	text-decoration: underline;
}


.clear {
	clear: both;
}



/*Gov Store Login Page styles*/

#govStoreLogIn #storeTopNavigationContainer {
	background: #ffffff url(/isroot/siteimages/cloud/images/interface/topnav-background-right-gov.gif) right top no-repeat;
	height: 30px;
}

#govStoreLogIn #storeTopNavigation {
	height: 30px;
}


