#divSignIn {
	background-color: #C40203;
	color: #FFFFFF;
	background-image: url(../images/Shopping/BasketBkg.jpg);
	height: 30px;
}
#divRegister {
	overflow: hidden;
	position: relative;
	height: 380px;
}

#divSignIn strong {
	background-image: url(../images/Shopping/BasketBkgLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	height: 29px;
	/*adding-top: 3px;*/
	float: left;
}

#divSignIn span{
	background-image: url(../images/Shopping/BasketBkgRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 20px;
	height: 29px;
	/*padding-top: 3px;*/
	float: right;
}

.rounded {
	background-color: #CCCCCC;
	padding: 25px;
	margin-top: 20px;
	height: 170px;
}
.rounded input {
	width: 100%;
}

#roundedRed {
	background-color: #C60001;
	color: #FFFFFF;
	width: 300px;
	position: absolute;
	top: 40px;
	right: 70px;
}
#roundedRed h2 {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#roundedGrey img {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

#roundedGrey {
	width: 300px;
	position: absolute;
	left: 70px;
	top: 40px;
}
#roundedGrey h2 {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
}
#roundedGrey p {
	color: #333333;
}
#roundedRed img {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
#divSignInForm h2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#divSignInList {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#divSignInList ul {
	list-style-type: none;
}
#divSignInList li {
	width: 148px;
	display: inline;
}
#divSignInList a {
	width: 123px;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	text-align: center;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	float: left;
}
#divSignInList a.current {
	background-color: #B41112;
	color: #FFFFFF;
}
.registerInstructions {
	font-size: 0.7em;
	margin-left: 30px;
}
.registerRow input {
	width: 200px;
}
.registerRow select {
	font-size: 0.8em;
	width: 200px;
	background-color: #4D4D4D!important;
	color: #FFFFFF;
	border: 1px solid #333333;
}

.section {
	padding: 10px;
}
#divContinue {
	border: 1px solid #666666;
	padding: 20px;
	width: 830px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
#registerFinish {
	margin-top: 20px;
	text-align: center;
}
#divYourAccountContainer {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}
#divYourAccountLeft {
	width: 160px;
	float: left;
	background-color: #D8D8D8;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#divYourAccountLeft h2 {
	font-weight: bold;
	color: #333333;
}
#divYourAccountLeft li {
	color: #666666;
	list-style-type: none;
	font-size: 0.8em;
}
#divYourAccountLeft a {
	color: #333333;
	text-decoration: none;
}
#divYourAccountLeft a:hover, #divYourAccountLeft a.current {
	color: #B11111;
	font-weight: bold;
}


#divYourAccountRight {
	margin-left: 225px;
	margin-top: 20px;
	background-color: #D8D8D8;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	font-weight: bold;
}
#divYourAccountRight h2 {
	background-color: #AF1110;
	color: #FFFFFF;
	padding-left: 10px;
	font-size:1em;
}

#tableAccount {
	width: 600px;
}
#tableAccount th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#tableAccount td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
}
.tdStatus {
	width: 23%;
}
.tdView{
	width: 15%;
}
.tdOdate{
	width: 20%;
}
.tdPrice {
	width: 12%;
}
.tdItem {
	width: 30%;
}
#tableDelivery {
	width: 600px;
	font-size: 0.8em;
	font-weight: bold;
}
#tableDelivery td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#addNewDeliveryAddress {
	text-align: center;
	padding-top: 20px;
}

.tdRed {
	color: #B30F10;
	width: 25%;
	vertical-align: top;
}
.inputAccountSettings {
	width: 200px;
	margin-top: 5px;
	
}
.divUpdate {
	padding-top: 10px;
}
#divUpdatePassword {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 10px;
}

