/*-------LOGIN STARTS HERE -------*/

#toplink-container {
	padding:10px 0;
	margin-right:10px;
	position:relative;
	display:block;
	float:right;
	width:100%;
}
/* Cart Container (default to float:right) */
#cartContainer {
	position:relative;
	display:inline-block;
	float:right;
	width:110px;
	margin-left:15px;
	margin-right:0;
	font-size:12px;
	height:28px;
}
/* Login Button */
#cartButton {
	/*display:inline-block;*/
    float:right;
	width:110px;
	background:#d2e0ea;
	border:1px solid #899caa;
	border-radius:3px;
	-moz-border-radius:3px;
	position:relative;
	z-index:30;
	height:28px;
	cursor:pointer;
}
/* Login Button Text */
#cartButton span {
	color:#445058;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px #fff;
	padding:2px 29px 5px 0px;
	margin-right:5px;
	background:url(../images/loginArrow.png) no-repeat right 5px;
	float:right;
}
#cartButton .cart-icon {
	color:#445058;
	font-size:14px;
	font-weight:bold;
	width:36px;
	text-align:center;
	text-shadow:1px 1px #fff;
	padding:0px 3px 5px 1px;
	margin:0 0 0 3px;
	background:url(../images/cart-icon-32.png) no-repeat 0px 3px;
	float:right;
}
#cartButton .cart-icon-lrg {
	color:#445058;
	font-size:14px;
	font-weight:bold;
	width:42px;
	text-align:center;
	text-shadow:1px 1px #fff;
	padding:0px 0px 5px 1px;
	margin:0 0 0 3px;
	background:url(../images/cart-icon.png) no-repeat 0px 3px;
}
#cartButton:hover {
	background:#d2e0ea;
	height:28px;
	text-decoration:none;
	border:1px solid #899caa;
	border-radius:3px;
	-moz-border-radius:3px;
}
/* Login Box */
#cartBox {
	position:absolute;
	top:30px;
	right:0;
	display:none;
	z-index:29;
}
#cartButton.active .cart-icon {
	color:#445058;
	font-size:14px;
	font-weight:bold;
	width:36px;
	text-align:center;
	text-shadow:1px 1px #fff;
	padding:0px 3px 5px 1px;
	margin:0 0 0 3px;
	background:url(../images/cart-icon-32.png) no-repeat 0px 3px;
}
#cartButton.active .cart-icon-lrg {
	color:#445058;
	font-size:14px;
	font-weight:bold;
	width:42px;
	text-align:center;
	text-shadow:1px 1px #fff;
	padding:0px 0px 5px 1px;
	margin:0 0 0 3px;
	background:url(../images/cart-icon.png) no-repeat 0px 3px;
}
/* If the Login Button has been clicked */    
#cartButton.active {
	border-radius:3px 3px 0 0;
	text-decoration:none;
}
#cartButton.active span {
	margin-right:5px;
	background-position:right -76px;
	text-decoration:none;
}
/* A Line added to overlap the border */
#cartButton.active em {
	position:absolute;
	width:100%;
	height:1px;
	background:#d2e0ea;
	bottom:-1px;
}
/* Login Form */
#cartForm {
	width:248px;
	border:1px solid #899caa;
	border-radius:3px 0 3px 3px;
	-moz-border-radius:3px 0 3px 3px;
	margin-top:-1px;
	background:#d2e0ea;
	padding:6px;
}
#cartList {
	width:260px;
	float:left;
	border:1px solid #899caa;
	border-radius:3px 0 3px 3px;
	-moz-border-radius:3px 0 3px 3px;
	margin-top:-1px;
	background:#d2e0ea;
	padding:6px;
	margin:0 0 12px 0;
}
#cartList ul {
	float:left;
	display:block;
	width:92%;
	background:#fff;
	padding:10px 10px;
}
#cartList ul li {
	display:block;
	float:left;
	padding-top:5px;
	margin-top:5px;
	border-top:1px solid #666;
	width:96%;
}
#cartList ul li:first-child {
	display:block;
	float:left;
	padding:0;
	margin-top:0px;
	border-top: none;
	width:96%;
}
#cartList ul li a {
	width:100%;
	float:left;
	margin:0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	color:#000;
	text-decoration:none;
}
#cartList ul li a:hover {
	width:100%;
	margin:0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform: none;
	color:#003399;
	text-decoration:underline;
}
/*  View Cart Button  */
#cartList a.viewCart {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	width:93%;
	text-align:center;
	font-family: arial, verdana, sans-serif;
	background: #003399;
	background:-moz-linear-gradient(top, #2A74C9 0%, #039);
	background:-webkit-gradient(linear, left top, left bottom, from(#2A74C9), to(#039));
	border: 1px solid #039;
	text-decoration:none;
	display:inline-block;
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	padding: 5px 8px;
	cursor: pointer;
	margin-top:0px;
}
#cartList a.viewCart:hover {
	text-decoration: underline;
}
/****************  Quote Button/Container  ******************/
/* Cart Container (default to float:right) */
#qContainer {
	position:relative;
	display:inline-block;
	float:right;
	width:132px;
	margin-left:15px;
	margin-right:0;
	font-size:12px;
	height:28px;
}
/* Login Button */
#qButton {
	/*display:inline-block;*/
    float:right;
	width:132px;
	background:#d2e0ea;
	border:1px solid #899caa;
	border-radius:3px;
	-moz-border-radius:3px;
	position:relative;
	z-index:30;
	height:28px;
	cursor:pointer;
}
/* Login Button Text */
#qButton span {
	color:#445058;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px #fff;
	padding:2px 29px 5px 0px;
	margin-right:5px;
	background:url(../images/loginArrow.png) no-repeat right 5px;
	float:right;
}
#qButton .q-icon {
	color:#445058;
	font-size:14px;
	font-weight:bold;
	width:36px;
	text-align:center;
	text-shadow:1px 1px #fff;
	padding:0px 3px 5px 1px;
	margin:0 0 0 3px;
	background:url(../images/cart-icon-32.png) no-repeat 0px 3px;
	float:right;
}
#qButton .q-icon-lrg {
	color:#445058;
	font-size:14px;
	font-weight:bold;
	width:42px;
	text-align:center;
	text-shadow:1px 1px #fff;
	padding:0px 0px 5px 0px;
	margin:0 0 0 3px;
	background:url(../images/cart-icon.png) no-repeat 0px 3px;
}
#qButton:hover {
	background:#d2e0ea;
	height:28px;
	text-decoration:none;
	border:1px solid #899caa;
	border-radius:3px;
	-moz-border-radius:3px;
}
/* Login Box */
#qBox {
	position:absolute;
	top:30px;
	right:0;
	display:none;
	z-index:29;
}
#qButton.active .q-icon {
	color:#445058;
	font-size:14px;
	font-weight:bold;
	width:36px;
	text-align:center;
	text-shadow:1px 1px #fff;
	padding:0px 3px 5px 1px;
	margin:0 0 0 3px;
	background:url(../images/cart-icon-32.png) no-repeat 0px 3px;
	float:right;
}
#qButton.active .q-icon-lrg {
	color:#445058;
	font-size:14px;
	font-weight:bold;
	width:42px;
	text-align:center;
	text-shadow:1px 1px #fff;
	padding:0px 0px 5px 0px;
	margin:0 0 0 3px;
	background:url(../images/cart-icon.png) no-repeat 0px 3px;
}
/* If the Login Button has been clicked */    
#qButton.active {
	border-radius:3px 3px 0 0;
	text-decoration:none;
}
#qButton.active span {
	margin-right:5px;
	background-position:right -76px;
	text-decoration:none;
}
/* A Line added to overlap the border */
#qButton.active em {
	position:absolute;
	width:100%;
	height:1px;
	background:#d2e0ea;
	bottom:-1px;
}
/* Login Form */
#qForm {
	width:248px;
	border:1px solid #899caa;
	border-radius:3px 0 3px 3px;
	-moz-border-radius:3px 0 3px 3px;
	margin-top:-1px;
	background:#d2e0ea;
	padding:6px;
}
#qList {
	width:260px;
	float:left;
	border:1px solid #899caa;
	border-radius:3px 0 3px 3px;
	-moz-border-radius:3px 0 3px 3px;
	margin-top:-1px;
	background:#d2e0ea;
	padding:6px;
	margin:0 0 12px 0;
}
#qList ul {
	float:left;
	display:block;
	width:92%;
	background:#fff;
	padding:10px 10px;
}
#qList ul li {
	display:block;
	float:left;
	padding-top:5px;
	margin-top:5px;
	border-top:1px solid #666;
	width:96%;
}
#qList ul li:first-child {
	display:block;
	float:left;
	padding:0;
	margin-top:0px;
	border-top: none;
	width:96%;
}
#qList ul li a {
	width:100%;
	float:left;
	margin:0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	color:#000;
	text-decoration:none;
}
#qList ul li a:hover {
	width:100%;
	margin:0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform: none;
	color:#003399;
	text-decoration:underline;
}
/*  View Cart Button  */
#qList a.viewCart {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	width:93%;
	text-align:center;
	font-family: arial, verdana, sans-serif;
	background: #003399;
	background:-moz-linear-gradient(top, #2A74C9 0%, #039);
	background:-webkit-gradient(linear, left top, left bottom, from(#2A74C9), to(#039));
	border: 1px solid #039;
	text-decoration:none;
	display:inline-block;
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	padding: 5px 8px;
	cursor: pointer;
	margin-top:0px;
}
#qList a.viewCart:hover {
	text-decoration: underline;
}
/* Login Container (default to float:right) */
#loginContainer {
	position:relative;
	display:inline-block;
	float:right;
	font-size:12px;
	height:28px;
}
/* Login Button */
#loginButton {
	float:right;
	width:inherit;
	background:#d2e0ea;
	border:1px solid #899caa;
	border-radius:3px;
	-moz-border-radius:3px;
	position:relative;
	z-index:30;
	height:28px;
	cursor:pointer;
}
/* Login Button Text */
#loginButton span {
	color:#445058;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px #fff;
	padding:2px 29px 5px 10px;
	margin-right:5px;
	height:28px;
	display:inline-block;
	background:url(../images/loginArrow.png) no-repeat right 5px;
	float: none;
}
#loginButton:hover {
	background:#d2e0ea;
	height:28px;
	text-decoration:none;
	border:1px solid #899caa;
	border-radius:3px;
	-moz-border-radius:3px;
}
/* Login Box */
#loginBox {
	position:absolute;
	top:30px;
	right:0;
	display:none;
	z-index:29;
}
/* If the Login Button has been clicked */    
#loginButton.active {
	border-radius:3px 3px 0 0;
	text-decoration:none;
	width:inherit;
}
#loginButton.active span {
	margin-right:5px;
	background-position:right -76px;
	text-decoration:none;
}
/* A Line added to overlap the border */
#loginButton.active em {
	position:absolute;
	width:100%;
	height:1px;
	background:#d2e0ea;
	bottom:-1px;
}
#loggedAcct {
	width:200px;
	float:left;
	border:1px solid #899caa;
	border-radius:3px 0 3px 3px;
	-moz-border-radius:3px 0 3px 3px;
	margin-top:-1px;
	background:#d2e0ea;
	padding:6px;
	margin:0 0 12px 0;
}
#loggedAcct ul {
	float:left;
	display:block;
	width:90%;
	background:#fff;
	padding:10px 10px;
}
#loggedAcct ul li {
	padding-top:2px;
	margin-top:2px;
}
#loggedAcct ul li:first-child {
	display:block;
	float:left;
	padding:0;
	margin-top:0px;
	border-top: none;
	width:100%;
}
#loggedAcct a {
	margin:0;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
	color:#000;
	text-decoration:none;
}
#loggedAcct a:hover {
	color:#003399;
	text-decoration:underline;
}
/* Login Form */


#loginForm {
	width:248px;
	border:1px solid #899caa;
	border-radius:3px 0 3px 3px;
	-moz-border-radius:3px 0 3px 3px;
	margin-top:-1px;
	background:#d2e0ea;
	padding:6px;
	float:left;
}
fieldset#body {
	background:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	padding:10px 13px;
	margin:0;
	float:left;
}
/* Forgot your password */


#loginForm .forgot {
	text-align:center;
	display:block;
	padding:0px 0 4px 0;
}
#loginForm .forgot a {
	color:#3a454d;
	text-shadow:1px 1px #fff;
	font-size:12px;
}
#loading {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:99999;
	background:url(../images/ajax-loader2.gif) center no-repeat #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#loading-modal {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:700;
	background-color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
#loader {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:99999;
	background:url(../images/ajax-loader2.gif) center no-repeat #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
