@CHARSET "UTF-8";


/*Cart shortcut begin*/

div#right_column div#cart_shortcut{
	background: url(../images/login.jpg);
	height: 85px;
	margin-bottom: 5px;
	width: 160px;
}

div#right_column p#cart_stuff{
	line-height: 140%;
	margin-left: 15px;
}

div#right_column div#cart_shortcut h5, div#branding div#cart_shortcut p{
	padding: 0px;
	margin-left: 15px;
}

div#right_column div#cart_shortcut h5{
	color: #003333;
	padding-top: 10px;
	font-weight: normal;
	font-size: 13px;
}

div#right_column div#cart_shortcut p{
	padding: 0;
}

div#right_column div#cart_shortcut p#more{
	text-align: right;
	margin-top: 5px;
}

/*Cart shortcut end*/



/*Cart table begin*/

table#cart_table{
	margin: 0; padding: 0;
}

table#cart_table tr{
	height: 30px;
	background: url(../images/line.gif) repeat-x 0% 100%;
}

table#cart_table tr td{
	padding-bottom: 10px;
	padding-top: 2px;
}

table#cart_table tr input{
	border: 1px solid #009494; background-color: #fff; font-size:  10px;
}

table#cart_table tr input.inp{
	height: 14px;
	line-height: 100%;
}

table#cart_table tr.cart_table_head{
	color: #0099CC;
	background: none;
}

table#cart_table tr.cart_table_head a{
	color: #fff;
}

div#proceed{
	height: 30px;
}

div#proceed span{
	margin-right: 17px;
}

.reload_butt{
	background: url(../images/reload.gif); width: 16px; height: 16px; margin-top: 3px; border: none !important;
 }

table#cart_table img{
	border: none;
}

table#cart_table tr input.reload_inp{
	width: 20px; padding-top: 0; background-color: transparent; border: 1px solid #fff; color: #fff;
}	

div#goods_table_top{
	background: url(../images/shoppingcart_bar.gif); width: 430px; height: 51px;
}

div#goods_table_bottom{
	background: url(../images/shoppingcart_bottombar.gif) no-repeat 0% 100%; width: 430px; height: 39px;
}
	
/*Cart table end*/


/*Steps begin*/		
	ul#steps{
		list-style: none;
		margin: 0;
		clear: both;
	}

	ul#steps li{
		float: left;
	}


	ul#steps li a{
		display: block;
		width: 86px;
		height: 97px;
		text-indent: -9999px;
	}		
	
	
	ul#steps li a#step_one{
		background:  url(../images/step1_down.gif);
	}

	ul#steps li a#step_one:hover, ul#steps li a#step_one.selected{
		background:  url(../images/step1_over.gif);
	}

	ul#steps li a#step_two{
		background:  url(../images/step2_down.gif);
		width: 87px;
	}

	ul#steps li a#step_two:hover, ul#steps li a#step_two.selected{
		background:  url(../images/step2_over.gif);
		width: 87px;
	}

	ul#steps li a#step_three{
		background:  url(../images/step3_down.gif);
	}
	
	ul#steps li a#step_three:hover, ul#steps li a#step_three.selected{
		background:  url(../images/step3_over.gif);
	}	
			
	ul#steps li a#step_four{
		background:  url(../images/step4_down.gif);
		width: 87px;	
	}

	ul#steps li a#step_four:hover, ul#steps li a#step_four.selected{
		background:  url(../images/step4_over.gif);
		width: 87px;	
	}

	ul#steps li a#step_five{
		background:  url(../images/step5_down.gif);
				width: 84px;
		
	}

	ul#steps li a#step_five:hover, ul#steps li a#step_five.selected{
		background:  url(../images/step5_over.gif);
		width: 84px;
	}

/*Steps end*/

table#check {
	margin: 0px auto;
}

table#check td.blue, table#money_table td.blue{
	color: #0099CC;
}

div#register h2.build_titles{
	padding-left: 15px; font-size: 13px; line-height: 360%;
}	
