﻿/*	default page setup	*/
* {margin:0;padding:0;}
body, textarea {font-family:Arial, Helvetica, sans-serif;font-size:12px;}
a {cursor: pointer;}
.linkIt {cursor: pointer;}
.border {border:1px solid #000000;}
.borderBottom {border-bottom:1px solid #000000;}
.clear {clear: both;}
.fleft {float:left;}
.disclaimer {text-align:center;width:100%;}
.displaynone {display:none;}

/*	transparent background	*/
.transBox {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     position: relative;
     width: 100%;
}
.transBg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	background-color: #FFFFFF;
	background-image: url(images/navbar_grey.gif);
	background-repeat: repeat-x;
	background-position: 0px -3px;
	height: 100%;
	filter:alpha(opacity=50); /* IE's opacity*/
	opacity: 0.50;
	}
.transBody {
     position: relative;
     background-color:transparent;
     height: 100%;
     width: 100%;
     z-index: 101;
	}



/*	page framing	*/
		#Product_main 	{
			margin-left:auto;
			margin-right:auto;
			margin-top:50px;
			margin-bottom:20px;
			width:100%;
			position: relative;}
		.Product_PanelContent {
				border-right-width: 1px;
				border-left-width: 1px;
				border-right-style: solid;
				border-left-style: solid;
				border-right-color: #000000;
				border-left-color: #000000;
		}

		#main 	{
			margin-left:auto;
			margin-right:auto;
			margin-top:50px;
			margin-bottom:20px;
			width:752px;
			position: relative;}
		.PanelContent 
		{
			    \*     background-color:#F6F1DD;     */
				border-right-width: 1px;
				border-left-width: 1px;
				border-right-style: solid;
				border-left-style: solid;
				border-right-color: #000000;
				border-left-color: #000000;
		}
		.content {
				position: relative;
				z-index:1;
				border: 1px solid #000000;
			}
		.Product_updatePanel {position:relative;	}
		.updatePanel {position:relative;	}
		.updatePanelProgress
			{
				vertical-align:middle;
				top:0;
				left:0;
				width:100%;
				height:100%;
				position:absolute;
				background-color:#FFFFFF;
				filter:alpha(opacity=70);
				opacity:0.70;	}
		.updatePanelProgress table 
			{
				width:100%;
				height:100%;
				vertical-align:middle;
				text-align:center;
			}


/*	header	*/
		.header {
			background-image: url(images/headerCClogo.jpg);
			width: 750px;
			height: 60px;
			position: relative;
			z-index:1;
			border-top-width: 1px;
			border-right-width: 1px;
			border-left-width: 1px;
			border-top-style: solid;
			border-right-style: solid;
			border-left-style: solid;
			border-top-color: #000000;
			border-right-color: #000000;
			border-left-color: #000000;
			background-position: bottom;
		}
		.Product_header {
			background-image: url(images/headerCClogo.jpg);
			width: 100%;
			height: 60px;
			position: relative;
			z-index:1;
			border-top-width: 1px;
			border-right-width: 1px;
			border-left-width: 1px;
			border-top-style: solid;
			border-right-style: solid;
			border-left-style: solid;
			border-top-color: #000000;
			border-right-color: #000000;
			border-left-color: #000000;
			background-position: bottom;
		}
	
		.ccLogo {
			width:304px;
			height:106px;
			background-image: url(images/headerCCIlogoOnly.jpg);
			position:absolute;
			z-index:1000;
			background-repeat: no-repeat;
			background-position: left bottom;
			left: 295px;
			bottom: 0px;
		}
		.headerNav 
		{
			width:250px;
			position: absolute;
			top: -1px;
			right: -1px;
			height: 22px;
			background-image: url(images/headerNavWhiteLeft.gif);
			background-repeat: no-repeat;
			background-position: left bottom;
			margin-left: 30px;
			padding-left: 50px;
			z-index:15000;
			/*overflow:hidden;*/
			}
		.overlays {
			background-color:#FFFFFF;
			position: absolute;
			top: -3px;
			right: -2px;
			padding:0;
			height: 15px;
			width:265px;
			padding:0;
			margin:0;
			z-index:15000;
		}
		.headLinks a {
			text-align: center;
			font-weight: bold;
			color: #000000;
			text-decoration: none;
			margin-top: 0px;
			margin-right: 10px;
			margin-bottom: 0px;
			margin-left: 0px;
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 20px;
		}
		.HyperLink_Shop {
			background-image: url(icons/house.gif);
			background-repeat: no-repeat;
			background-position: 0px;}
		.HyperLink_Search {
			background-image: url(icons/find.gif);
			background-repeat: no-repeat;
			background-position: 0px;}
		.HyperLink_Login{
			background-repeat: no-repeat;
			background-position: 0px;}
		a.HyperLink_Login{
			background-image: url(icons/door.gif);
			color:#000000;
font-weight:bold;
margin:0 10px 0 0;
padding:0 0 0 20px;
text-align:center;
text-decoration:none;}
		a.HyperLink_Login:hover {
			background-image: url(icons/door_open.gif);}
		.HyperLink_myAccount {
			background-image: url(icons/user.gif);
			background-repeat: no-repeat;
			background-position: 0px;}
		a.HyperLink_Cart {
			background-image: url(icons/cart.gif);
			background-repeat: no-repeat;
			background-position: 0px;}
		a.HyperLink_Cart:hover {
			background-image: url(icons/cart_go.gif);}
		.HyperLink_Specials {
			background-image: url(icons/star.gif);
			background-repeat: no-repeat;
			background-position: 0px;}
		a.HyperLink_ICatalog {
			background-image: url(icons/book.gif);
			background-repeat: no-repeat;
			background-position: 0px;}
		a.HyperLink_ICatalog:hover {
			background-image: url(icons/book_open.gif);}
		.HyperLink_ICatalog {
			background-image: url(icons/star.gif);}
		.HyperLink_IProducts {
			background-image: url(icons/lightning.gif);
			background-repeat: no-repeat;
			background-position: 0px;}
		#headerOptional {
			position: absolute;
			bottom: 2px;
			clip: rect(auto,auto,auto,auto);
			right: 2px;
			z-index:auto;
		}
		#headerOptional input
		{
		    position:relative;
		    z-index:0;
		    
		}
		.navButtonL {
			background-image: url(images/button_BackgroundOrange_150px.gif);
			background-position: left;
			padding-left:20px;
			height: 24px;
			width: 75px;
		}
		.navButtonR {
			background-image: url(images/button_BackgroundOrange_150px.gif);
			background-position: right;
			height: 24px;
			width: 75px;
		}
.siteSeal 
{
	width:100px;
	margin-right:auto;
	margin-left:auto;
	
	
	}
.logInButton {
	background-image:url(icons/door_in.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-color:#FFFFFF;
	border:0;
	font-size:10px;
	font-weight:bold;
}
.newButton {
	background-image:url(icons/star.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-color:#FFFFFF;
	border:0;
	font-size:10px;
	font-weight:bold;
}
.retryButton {
	background-image:url(icons/arrow_refresh_small.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-color:#FFFFFF;
	border:0;
	font-size:10px;
	font-weight:bold;
}
/*	footer	*/
		.footer {
			background:#F6F1DD url(images/nav_gradient.gif) center center;
			width: 100%;
			margin-right: auto;
			margin-left: auto;
			font-size: 12px;
		}
		.footer a {
			color: #000000;
			text-decoration: none;
		}
		.footer .nav {
			width: 712px;
			height:19px;
			border-bottom: 1px solid #000000;
			float:left;
			text-align: center;
		}
		.footer ul {
			margin-right:auto;
			margin-left:auto;
			width:400px;
			list-style-image: none;
			list-style-type: none;
		}
		.footer ul li {
			line-height:20px;
			text-align:center;
			float:left;
			width:100px;
		}
		.footer .cornerL {
			float:left;
		}
		.footer .cornerR {
			float:right;
		}
/*	form elements	*/
.textBoxWaterMark {
	background-color:#CCCCCC;
	border-style: groove;
	color:#3C3C3C;
}
.textBoxWaterMarkOff {border-style: groove;}
.gobutt {display: inline;}

/*	CreateNewBuyerAccount.aspx	*/
#default .checkOutTable {
	margin-left:auto;
	margin-right:auto;}
.saveCartManage {}
.saveCartManage .myInfo {
	font-weight:bold;
	text-align:center;
	}