/*

	Authors: Adam Biggs
	Copyright (c) 2009 Lightmaker.com

*/

/* general styles */
html{
	background: #c9c9c9 url(../img/bg-grad.png) repeat-x;
	}
body,
input,
textarea{
	font:62.5%/1.5em Arial, sans-serif;
	text-align: left;
	}
a{
	color:#da2128;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
h2,
.title {
	font-size:2.4em;
	line-height:1.2em;
	color:#da2128;
	}
h3,
.EnterAddressTitle,
.OrderSummaryTitle {
	font-weight: bold;
	font-size:1.5em;
	line-height:1.2em;
	}
	
h4{
	color: #CC0000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    }
    
p,
dl,
table,
.SelectAddressTitle {
	font-size:12px;
	margin-bottom:10px;
	color:#080808;
	}
table {
	font-size: 12px; /* nested tables screw up em sizing */
	}
table td {
	padding: 7px 10px;
	}
strong {
	font-weight: bold;
	}
legend{
	font-size:1.7em;
	line-height:1.2em;
	padding:0 8px;
	}
input,
textarea {
	font-size: 1em;
	}
input.text,
textarea{
	border:1px solid #999;
	padding:2px;
	}
	input.invalid,
	textarea.invalid{
		border: 1px solid red;
		}

/* helper classes */
.clear{
	clear: both;
	}
.hide{
	display: none;
	}

/* intro style */
.intro{
	font-size:1.5em;
	line-height:1.2em;
	margin-bottom:20px;
	color: #888;
	}

/* list styles */
ul.checks li{
	background: url(../img/icon-check.png) left top no-repeat;
	padding-left:30px;
	margin-left:10px;
	margin-bottom: 10px;
	}
ul.bullets li{
	background: url(../img/icon-bullet-point.png) left 3px no-repeat;
	padding-left:20px;
	margin-left:10px;
	}

/* rounded corner class */
.corners{
	padding:40px 15px 15px 15px;
	border: 1px solid #ccc;
	position: relative;
	}
	.corners .bl{
		position: absolute;
		left: -1px;
		bottom: -1px;
		display: block;
		width: 5px;
		height: 5px;
		background: url(../img/corner-bl-grey.png) left bottom no-repeat;
		}
	.corners .br{
		position: absolute;
		right: -1px;
		bottom: -1px;
		display: block;
		width: 5px;
		height: 5px;
		background: url(../img/corner-br-grey.png) right bottom no-repeat;
		}
	.corners .title{
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		line-height: 27px;
		padding:0 1px;
		background: url(../img/tab-bg-red.png) top repeat-x;
		text-indent: 10px;
		color: white;
		font-size: 1.2em;
		font-family: Helvetica;
		font-weight: bold;
		}
		.corners .title .left{
			position: absolute;
			top:0;
			left:0;
			display: block;
			width: 4px;
			height: 27px;
			background: url(../img/tab-corner-left-red.png) left top no-repeat;
			}
		.corners .title .right{
			position: absolute;
			top:0;
			right:0;
			display: block;
			width: 4px;
			height: 27px;
			background: url(../img/tab-corner-right-red.png) right top no-repeat;
			}

/* buttons */

a.general-button {
	display: inline-block;
	background: url(../img/button.general.grey.png) right top;
	padding-right: 13px;
	color: black;
	}
a.general-button:hover {
	text-decoration: none;
	background-position: right -30px;
	color: white;
	cursor: pointer;
	}
	a.general-button span {
		display: inline-block;
		background: url(../img/button.general.grey.png);
		font-size: 1.2em;
		padding-left: 13px;
		line-height: 30px;
		height: 30px;
		}
	a.general-button:hover span {
		background-position: left -30px;
		}
	a.general-button img {
		margin: 0;
		vertical-align: middle;
		}

	padding-bottom: earn-more{
	display: block;
	width: 123px;
	height: 34px;
	background: url(../img/button-learn-more.png) left top no-repeat;
	overflow: hidden;
	text-indent: -9000px;
	}
	a.learn-more:hover{
		background-position:0 -34px;
		}
a.download-brochure{
	display: block;
	width: 169px;
	height: 34px;
	background: url(../img/button-download-brochure.png) left top no-repeat;
	overflow: hidden;
	text-indent: -9000px;
	}
	a.download-brochure:hover{
		background-position:0 -34px;
		}
input.add-to-cart {
	display: inline-block;
	width: 102px;
	padding-right: 7px;
	height: 23px;
	background: url(../img/button.addtocart.png);
	border: none;
	text-align: right;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 10px;
	}
input.add-to-cart:hover {
	background-position: 0 -23px;
	color: white;
	}

/* heading banners */
div.banner{
	width: 760px;
	height:105px;
	background: #1c1c1c top left no-repeat;
	margin-bottom: 20px;
	clear: both;
	}
	div.banner h2{
		padding:10px 0 0 15px;
		}
	div.banner p.intro{
		padding:0 300px 0 15px;
		color:#efefef;
		}
		
	div.banner.one{
		background-image: url(../img/banner1.jpg);
		}
	div.banner.two{
		background-image: url(../img/banner2.jpg);
		}
	div.banner.three{
		background-image: url(../img/banner3.jpg);
		}
	div.banner.four{
		background-image: url(../img/banner4.jpg);
		}
	div.banner.five{
		background-image: url(../img/banner5.jpg);
		}
	div.banner.six{
		background-image: url(../img/banner6.jpg);
		}
	div.banner.seven{
		background-image: url(../img/banner7.jpg);
		}
	div.banner.eight{
		background-image: url(../img/banner8.jpg);
		}
	div.banner.nine{
		background-image: url(../img/banner9.jpg);
		}
	div.banner.ten{
		background-image: url(../img/banner10.jpg);
		}
	div.banner.eleven{
		background-image: url(../img/banner11.jpg);
		}
	div.banner.twelve{
		background-image: url(../img/banner12.jpg);
		}


/* login */
#login{
	background: #6e6e6e url(../img/login-bg.png) center bottom repeat-x;
	color: white;
	font-size: 1.1em;
	}
	#login form{
		position: relative;
		text-align: right;
		width: 812px;
		margin: 0 auto;
		padding: 8px 0;
		overflow: visible;
		}
	#login fieldset{
		border: none;
		padding: 0;
		}
	#login input{
		margin-right:15px;
		font-size: 0.9em;
		}
	#login .error{
		float: left;
		color: red;
		padding: 2px 6px;
		background: #e1e1e1;
		}

/* header */
#header{
	width:812px;
	margin:0 auto;
	height:90px;
	position: relative;
	z-index: 50;
	}
	#login-toggler{
		position: absolute;
		right: 5px;
		top: -1px;
		display: block;
		width: 72px;
		height: 18px;
		background: url(../img/login-tab.png);
		text-align: center;
		color: white;
		line-height: 15px;
		outline: none;
		}
	#login-toggler:hover{
		color:black;
		}
#logo{
	position: absolute;
	left:15px;
	top:20px;
	}

/* user nav */

#header .user-nav {
	position: absolute;
	top: 0;
	right: 5px;
	width: 380px;
	text-align: right;
	}
	#header .user-nav p {
		display: inline;
		vertical-align: middle;
		padding: 15px 3px 0 0;
		}
		#header .user-nav .currency {
			display: none;
			
			float: right;
			}
		.content .currency {
			float: right;
			}
		#header .user-nav .currency select {
			font-size: 10px;
			width: 73px;
			}
			
/* login page */

.login-page table {
	margin-bottom: 0;
	}
.login-page .login-form,
.login-page .register {
	width: 340px;
	margin-top: 15px;
	}
.login-page .login-form {
	float: left;
	}
.login-page .register {
	float: right;
	}

/* registration page */
.RegistrationPage {
    width: 800px;
    }
div.body {
    margin-left: -10px;
    width: 780px;
    }
.col1 {
    float: left;
    width: 372px;
    margin-left: -10px;
    border-bottom: 1px solid #CECECE;
    }
.col2 {
    float: right;
    width: 372px;
    margin-right: -10px;
    border-bottom: 1px solid #CECECE;
    }
div.pane {
    width: 372px;
    }
div.SectionHeader {
    display: inline;
    margin: 0;
    clear: both;
    float: left;
    width: 372px;
    height: 27px;
    background: url(../img/tab-bg-red.png) 0 0 repeat-x;
    overflow: hidden;
    }
    span.title {
        position: absolute;
        line-height: 27px;
        margin-left: 10px;
        font-size: 1.1em;
        font-weight: bold;
        color: #FFFFFF;
        }
    span.red-tab-left {
        float: left;
        margin-right: -4px;
        width: 4px;
        height: 27px;
        background: url(../img/tab-corner-left-red.png) 0 0 no-repeat;
        }
    span.red-tab-right {
        float: right;
        width: 4px;
        height: 27px;
        background: url(../img/tab-corner-right-red.png) 0 0 no-repeat;
        }
div.SectionBody {
    clear: both;
    width: 330px;
    margin: 0;
    padding: 5px 20px;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    }
div.clear {
    clear: both;
    }
    
/* main menu */
#main-menu{
	position: absolute;
	right:9px;
	top:30px;
	font-size:1.2em;
	}
	#main-menu li{
		float: left;
		}
	#main-menu a{
		display: inline-block;
		position: relative;
		color: #555555;
		text-decoration: none;
		font-weight: bold;
		line-height: 32px;
		height: 32px;
		padding: 0 14px 0 13px;
		background: url(../img/main-menu.png) center top no-repeat;
		}
		#main-menu a.order-now{
		    font-weight: bold;
		    color: #00AA00;
		    }
		#main-menu a span{
			display: block;
			width: 1px;
			height: 32px;
			position: absolute;
			top: 0;
			background-image: url(../img/main-menu-sep.png);
			}
			#main-menu a span.left{
				left: 0;
				background-position: left top;
				}
				#main-menu .first a span.left{
					width: 7px;
					left: -4px;
					background-image: url(../img/main-menu.png);
					}
				#main-menu .last a span.right{
					width: 7px;
					right: -4px;
					background-image: url(../img/main-menu.png);
					}
			#main-menu a span.right{
				right: 0;
				background-position: right top;
				}
	#main-menu a:hover{
		color:#da2128;
		text-decoration: none;
		background-position: center -32px;
		}
			#main-menu a:hover span.left{
				background-position: left -32px;
				}
			#main-menu a:hover span.right{
				background-position: right -32px;
				}
	#main-menu a.selected,
	#main-menu a.selected:hover{
		font-weight: bold;
		color: white;
		height:37px;
		text-decoration: none;
		background-position: center -64px;
		}
			#main-menu a.selected span.left,
			#main-menu a.selected:hover span.left{
				background-position: left -64px;
				}
			#main-menu a.selected span.right,
			#main-menu a.selected:hover span.right{
				background-position: right -64px;
				}

/* body */
#body{
	width:812px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	}
	#body .shadow{
		position: relative;
		width:812px;
		/*background: url(../img/shadow.png) 0px 25px no-repeat;*/
		}
	#body .shadow-footer{
		width:812px;
		height:4px;
		/*background: url(../img/shadow-footer.png) center bottom no-repeat;*/
		}
	#body .content{
		width:760px;
		padding:20px;
		margin:0 auto;
		border:1px solid #999;
		background: #FFFFFF;
		overflow: hidden;
		}
	
/* homepage */
#body.home .content{
	background: url(../img/siab-home-bg.jpg);
	padding: 0;
	width: 800px;
	height: 499px;
	}
	#body.home .content h1{
		display: block;
		margin:15px auto 25px auto;
		width: 534px;
		height:59px;
		text-indent: -9000px;
		overflow: hidden;
		background: url(../img/main-heading-homepage.png);
		}
	#body.home .content img{
		float: right;
		margin-bottom: 10px;
		}
	#body.home .content .intro-text{
		float: right;
		margin:170px 33px 0 0;
		width:300px;
		color:gray;
		}
	
/* product info page */
.tabs{
	width:802px;
	height:28px;
	margin:0 auto;
	display: block;
	background: url(../img/product-info-tabs2.png) 0 0 no-repeat;
	position: relative;
	}
	
	/* product info tabs */
	.tabs li{
		display: inline; /* for IE6 */
		}
	.tabs a{
		position: absolute;
		top: 0;
		width:128px;
		height:28px;
		line-height: 28px;
		text-align: center;
		background: url(../img/product-info-tab-red.png) left top no-repeat;
		outline: none;
		color: white;
		font-size: 1.2em;
		}
		.tabs a.selected{
			background-image: url(../img/product-info-tabs.png);
			color: #DA2128;
			}
			.tabs a.selected:hover{
				text-decoration: none;
				}
		.tabs .overview a{
			left:0;
			}
		.tabs .software a{
			left:135px;
			}
		.tabs .hardware a{
			left:270px;
			}
		.tabs .implementation a{
			left:404px;
			}
		.tabs .support a{
			left:539px;
			}
		.tabs .testimonials a{
			left:674px;
			}
        .tabs .order-online a{
			left:0;
			}
		.tabs .order-addons a{
			left:135px;
			}
		.tabs .payment-options a{
			left:270px;
			}
	.catalog {
		margin-left: 10px;
		padding: 10px;
		text-align: center;
		}
		.catalog h3 {
			color: #000000;
			font-weight: bold;
			font-size:2em;
			line-height:1.5em;
			text-align: left;
			margin: 5px 0 5px 20px
			}
		.catalog h2 {
			font-size:2.4em;
			line-height:2em;
			color:#da2128;
			}
		.catalog .cols {
			float: left;
			width: 240px;
			margin-bottom: 20px;
			}
		.catalog .cols .desc{
			font-size: 1em;
			padding: 0 10px 0 20px;
			color: #000000;
			text-align: left;
			}

	.addons-catalog {
		margin-left: 10px;
		padding: 10px;
		text-align: left;
		}
		.addons-catalog .addons-cols h3 {
			color: #000000;
			font-weight: bold;
			font-size:1.2em;
			line-height:1em;
			text-align: left;
			margin: 5px 0 5px 20px
			}
		.addons-catalog .addons-cols h2 {
			font-size:1.4em;
			line-height:1em;
			font-weight: bold;
			margin: 5px 0 5px 0;
			color:#da2128;
			}
		.addons-catalog .addons-cols {
			float: left;
			width: 240px;
			}
			
	/* nav buttons */
	.pages .nav{
		clear: both;
		overflow: hidden;
		width:100%;
		margin-top:15px;
		}
		.pages .nav a.next{
			float: right;
			}
		.pages .nav a.prev{
			float: left;
			}

/* content window */
#body .no-top{
		border-top-style:none;
	}

	.pages{
		width:9000px;
		}
		.page{
			width:760px;
			float: left;
			padding: 0 20px 20px 0;
			}
			
#body.product-info .content{
	padding:0;
	width:800px;
	}
	#body.product-info .pages{
		width:9000px;
		}
		#body.product-info .pages .page{
			width:760px;
			float: left;
			padding:20px;
			}
		
		/* page 1 */
		#body.product-info .padding{
			display: block;
			clear: none;
			color: #080808;
			margin-bottom: 20px;
			}
		#body.product-info .fit{
			width: 470px;
			}
		#body.product-info h3{
			color: #CC0000;
			font-size: 14px;
			font-weight: bold;
			}
		#body.product-info #p1 p.img{
			margin-top: -10px;
			}
		#body.product-info ul.checks{
			padding-top:10px;
			}
		#body.product-info ul.bullets{
			margin-top: -15px;
			font-size:12px;
			}
			#body.product-info ul.bullets li{
				padding-left: 10px;
				}
		#body.product-info #p1 .videobox {
			clear: right;
			float: right;
			padding: 8px;
			margin-right: -8px;
			width:270px;
			height: 224px;
			background: url(../img/bg.price.png) no-repeat;
			}
		#body.product-info .videobox h2.title {
			color: white;
			line-height: 26px;
			font-size: 1.3em;
			font-weight: bold;
			text-align: center;
			margin: -7px 3px 7px 0;
			}
		#body.product-info .buttons {
			clear: right;
			float: right;
			overflow: hidden;
			text-align: center;
			width: 280px;
			margin: 0 -2px 20px 0;
			}
			#body.product-info .buy{
				margin: 0;
				float: left;
				}
			#body.product-info .brochure{
				margin-left: 5px;
				float: left;
				}
				
		/* page 2 */
		#body.product-info #p2 .videobox {
			clear: right;
			float: right;
			padding: 8px;
			margin: -20px -8px 0 0;
			width:270px;
			height: 224px;
			background: url(../img/bg.price.png) no-repeat;
			}
		#body.product-info #p2 img.product-shot {
			float: right;
			margin: 0 10px 30px 20px;
			}
		#body.product-info #p2 .overviewbox{
			padding: 5px 15px 15px 15px;
			width: 213px;
			float: left;
			margin: 0 15px 25px 0;
			height: 19em;
			background: url(../img/software-overview-box.png) top left no-repeat;
			}
			#body.product-info #p2 .overviewbox h3.title{
				line-height: 20px;
				color: white;
				font-size: 1.2em;
				font-family: Helvetica;
				font-weight: bold;
				margin-bottom: 25px;
				}
			#body.product-info #p2 .counter{
				margin-right: 0;
				}
			#body.product-info #p2 .brochure{
				margin-bottom: 20px;
				}
			.features li{
				display: block;
				padding: 0 0 10px 5px;
				clear: both;
				margin-top: 10px;
				border-bottom: 1px solid #efefef;
				overflow: hidden;
				}
				.features li p{
					margin: 0 0 5px 0;
					font-size: 1.1em;
					}
				.features div.prod{
					width: 745px;
					vertical-align: top;
					}
				.features div.prod-img{
                    width: 80px;
                    height: 80px;
					float: left;
					overflow: hidden;
					}
				.features img.prod-img{
                    width: 80px;
                    height: 80px;
					}
				.features div.desc{
				    width: 500px;
				    float: left;
				    margin: 0 20px;
					}
				.features div.price{
				    width: 120px;
				    float: left;
					}
				.features h3{
				    display: inline;
				    font-size:1.3em;
				    font-weight: bold;
					line-height: 20px;
					}
				.features h2{
				    display: inline;
	                font-size:1.8em;
	                line-height:2em;
	                color:#da2128;
	                }
				.features li.hover h3:hover{
					cursor: pointer;
					text-decoration: underline;
					}
				#body.product-info #p2 ul input.add-to-cart {
				    float: left;
				    margin-top: 10px;
				    }
			#body.product-info #p2 .left{
				float: left;
				clear: left;
				}
			#body.product-info #p2 .right{
				float: right;
				clear: right;	
			}
			
		/* page 3 */
		#body.product-info #p3 p{
		    margin-bottom: 10px;
		    }
		#body.product-info #p3 ul{
		    margin: 5px 0 10px 0;
		    }
		#body.product-info #p3 .fit{
			float: left;
			width: 475px;
			}
		#body.product-info #p3 .prod-img{
			float: right;
			}
		#body.product-info #p3 .brochure{
			margin: 5px auto 0 auto;
			float: left;
			clear: left;
			}
		
		/* page 4 */
		#body.product-info #p4 ul{
			overflow: hidden;
			margin-bottom:10px;
			}
			#body.product-info #p4 ul li {
				}
				#body.product-info #p4 li p {
					padding-bottom: 5px;
					}
				#body.product-info #p4 li span {
					overflow: hidden;
					float: right;
					clear: both;
					}
			#body.product-info #p4 ul h2 {
				font-size: 1.5em;
				float: right;
				line-height: 23px;
				margin-right: 5px;
				}
			#body.product-info #p4 ul input.add-to-cart {
				float: right;
				}
			#body.product-info #p4 .left{
				float: left;
				clear: left;
				}
			#body.product-info #p4 .right{
				float: right;
				clear: right;
				}
			#body.product-info #p4 .peripherals li{
				margin:0 15px 15px 5px;
				padding-bottom: 25px;
				width:345px;
				overflow: hidden;
				}
				#body.product-info #p4 .peripherals li p{
					margin: 0;
					}
				#body.product-info #p4 .peripherals li img{
					float: right;
					}
				#body.product-info #p4 .peripherals li span {
					margin-top: 5px;
					}
			#body.product-info #p4 .features li{
				display: block;
				width:335px;
				background: url(../img/icon-plus.png) no-repeat left 3px;
				padding: 0 0 10px 25px;
				clear: both;
				margin-top: 10px;
				border-bottom: 1px solid #efefef;
				overflow: hidden;
				}
				#body.product-info #p4 .features li p{
					margin: 0;
					}
				#body.product-info #p4 .features li img{
					display: none;
					}
				#body.product-info #p4 .features li h3{
					line-height: 23px;
					}
				#body.product-info #p4 .features li.hover h3:hover{
					cursor: pointer;
					text-decoration: underline;
					}
		
		/* page 5 */
		#body.product-info #p5 .videobox {
			clear: right;
			float: right;
			padding: 8px;
			margin-right: -8px;
			width:270px;
			height: 224px;
			background: url(../img/bg.price.png) no-repeat;
			}
			#body.product-info #p5 .videobox h2.title {
				color: white;
				line-height: 26px;
				font-size: 1.3em;
				font-weight: bold;
				text-align: center;
				margin: -7px 3px 7px 0;
				}
		/* page 6 */
		#body.product-info #p6 .testimonial{
			width: 100%;
			float: left;
			text-align: left;
			margin-bottom: 20px;
			}
			#body.product-info #p6 .testimonial img{
			    border: 0;
			    float: left;
			    margin: 10px;
			    }
            #body.product-info #p6 .testimonial p{
			    float: right;
			    width: 400px;
			    font-style: italic;
			    }
			    
/* help page */
#faq dl{
	margin:15px 15px 10px 15px;
	}
#faq dt{
	background: url(../img/icon-question.png) left top no-repeat;
	font-weight:bold;
	padding:0 0 10px 30px;
	}
#faq dt.hover:hover{
	cursor: pointer;
	text-decoration: underline;
	}
#faq dd{
	background: url(../img/icon-answer.png) left top no-repeat;
	padding:0 0 10px 30px;
	}

/* order page & support page */
#contact .corners{
	height:15em;
	}
	#contact label,
	#contact input,
	#contact textarea,
	#contact #errorMsg{
		font-size:1.2em;
		}
	#contact label{
		margin-right:5px;
		}
	#contact input.text{
		width:115px;
		display: block;
		}
	#contact textarea{	
		width:333px;
		height:50px;
		}
	#contact .name{
		float: left;
		width: 121px;
		}
	#contact .email{
		float: left;
		margin-left:20px;
		width: 121px;
		}
	#contact .message{
		clear: both;
		padding:10px 0;
		width:340px;
		}
	#contact span.error{
		float: right;
		color: red;
		font-size:0.9em;
		}
	#contact input.submit{
		margin-right:15px;
		}
	#contact #lblResponse{
		font-size:1.2em;
		color: green;
		}
#contact .email-form{
	width:340px;
	float: left;
	margin-bottom: 20px;
	}
#contact .phone{
	width:340px;
	float: right;
	background: url(../img/phone.jpg) 250px 60px no-repeat;
	margin-bottom: 20px;
	}
	#contact .phone h2{
		margin-top:50px;
		margin-left:25px
		}
	#contact .phone .small{
		display: block;
		font-size:0.6em;
		line-height:0.7em;
		margin-left:5.8em;
		}

/* support page */
#body.support img,
#body.order img{
	float: left;
	margin-right: 20px;
	}

/* about squirrel systems page */
#body.about{
	
	}
	#body.about .logo{
		float: right;
		margin: 10px 10px 5px 20px;
		}
	#body.about .aniversary{
		float: left;
		margin: 0 15px 5px 0;
		}
	#body.about h3{
		margin:25px 0 10px 0;
		}

/* logged-in support content */
.support-content {
	padding-top: 25px;
	display: none;
	}
.support-content ul{
	margin-bottom: 15px;
	width:50%;
	float: left;
	}
.support-content li{
	margin-bottom: 15px;
	}
	.support-content h3{
		margin-left:30px;
		}
	.support-content a{
		background: url(../img/icon-download.png) left top no-repeat;
		padding: 0 0 15px 30px;
		text-decoration: underline;
		margin-left:30px;
		font-size:1.5em;
		}
	.support-content a:hover{
		text-decoration: none;
		}

/* footer */
#footer{
	position: relative;
	width:790px;
	margin: 8px auto;
	color:gray;
	}
	#footer p{
		font-family: Calibri;
		font-size: 12px;
		}
	#footer a{
		color:black;
		text-decoration: none;
		}
	#footer a:hover{
		text-decoration: underline;
		}
	#footer .lightmaker{
		position: absolute;
		right:0;
		top:0;
        background: url(../img/site-by-lightmaker.png) no-repeat right;
        padding-right: 24px;
		}

/* shopping cart - order progress bar */

.OrderProgress {
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.2em;
	color: #777;
	}
	.OrderProgress li {
		float: left;
		}
		.OrderProgress li span {
			display: block;
			width: 136px;
			height: 40px;
			margin-left: -10px;
			background: url(../img/bg.progress.cart.png) -252px top no-repeat;
			line-height: 40px;
			}
		.OrderProgress li.first span {
			margin-left: 0;
			width: 131px;
			background-position: left top;
			}
		.OrderProgress li.last span {
			width: 130px;
			background-position: right top;
			font-weight: bold;
			color: green;
			}
	.OrderProgress .ActiveStep {
		color: #444;
		font-weight: bold;
		background-position: -252px -40px;
		}
		.OrderProgress li.first .ActiveStep {
			background-position: left -40px;
			}
		.OrderProgress li.last .ActiveStep {
			background-position: right -40px;
			}
			
/* shopping cart */

table.cart {
	margin-top: 15px;
	}
	table.cart td {
		border: 1px solid #dfdfdf;
		}
	table.cart tr.cart-header-row {
		background: #efefef;
		}
	
.Buttons,
.Button {
	text-align: right;
	}
	.Buttons input,
	.Button input {
		font-size: 1em;
		font-weight: bold;
		text-align: center;
		color: #333333;
		padding: 2px 10px;
		}
		
.TotalInfo {
	float: right;
	margin-top: 15px;
	}
	.TotalInfo td {
		padding: 2px 10px;
		}
	.TotalInfo .cart_total_left{
		text-align: right;
		}

.EnterAddress {
	margin: 15px 0;
	width: 48%;
	}
	.EnterAddress table {
		
		}
		.EnterAddress td {
			width: 50%;
			padding: 3px 10px;
			}
		.EnterAddress tr td:first-child {
			text-align: right;
			}

/* my account page */
#ctl00_ctl00_cph1_cph1_CustomerTabs {
	margin-top: 15px;
	}
.ajax__tab_xp .ajax__tab_outer {
	vertical-align: top;
	}
