@charset "utf-8";
/* CSS Document */

#cSales {
	background:url(../images/bg-sales-top.jpg) no-repeat top;
	min-height:600px;
}
#bgShadow {
	background:url(../images/bg-round-corners.jpg) repeat-y;
	position:relative;
	min-height:150px;
}
.corner {position:absolute; bottom:31px; right:0;}

#bgShadow table.description {}
#bgShadow table.description .head {
	background:url(../images/bg-table-head.jpg) repeat-x;
	padding:17px 0 10px 30px;
	font-size:14px; color:#555555; font-weight:normal;
}
#bgShadow table.description .head img {margin-bottom:0px;}
#bgShadow table.description .head span {
	background:url(../images/dollar.jpg) no-repeat 0 5px; padding-left:10px; 
	color:#222222; font-size:28px; font-weight:bold;
	line-height:28px;
	}


#bgShadow table td.cellHead {
	background-color:#fff;;
	padding:10px 30px;
	font-size:18px; color:#222222; font-weight:bold;
}
#bgShadow table td.cellHead span {font-size:14px; color:#555555; font-weight:normal;}
#bgShadow table td.cell1 {
	background-color:#fbfbfb;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #fff;
	padding:7px 30px;
	font-size:14px; color:#222222;
}
#bgShadow table td.cell2 {
	background-image:url(../images/td-line.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#f8f8f8;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #fff;
	padding:7px 30px;
	font-size:14px; color:#222222;
	text-align:center; width:150px;
}
#bgShadow table td.cell3 {
	background-image:url(../images/td-line.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#f2f2f2;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #fff;
	padding:7px 30px;
	font-size:14px; color:#222222;
	text-align:center; width:150px;
}
#bgShadow table td.cell4 {
	background-image:url(../images/td-line.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#ebebeb;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #fff;
	padding:7px 30px;
	font-size:14px; color:#222222;
	text-align:center; width:150px;
}

.accessBox {
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background:#fff486 url(../images/bg-yellow.jpg) repeat-x top;
	box-shadow: 0 0 3px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	border:1px solid #fdea28;
	margin:0 auto;
	width:460px;
	padding:30px 0;
	text-align:center;
	color:#222222; font-size:24px; text-shadow: 0 1px 0 #fff;
}
.loginInfo {
	margin:0 auto;
	width:460px;
	padding:30px 0
}
.loginInfo ul {list-style-type:none; margin:0px; padding:0px;}
.loginInfo ul li {
	padding:3px 0 40px 45px;
	font-size:14px; color:#555555;
}
.loginInfo ul li.first {background:url(../images/bullet-1.jpg) no-repeat top left;}
.loginInfo ul li.second {background:url(../images/bullet-2.jpg) no-repeat top left;}
.loginInfo h3 {margin:0px; padding:0 0 15px 0; color:#222; font-size:18px; font-weight:normal;}
.loginInfo a {color:#2068c1;}
.loginInfo b {color:#000;}
	