/* CSS Document */

html, body {
	height: 100%;	
}

body {
/*	margin: 0; */
	margin:0px auto 0px auto;
	padding: 0;
	background-color: #000000;
/*	color:#797979;*/
	color:#FFFFFF;
/*	font-family:"Times New Roman", Times, serif; */
	font-family:Arial;
	font-size:14px;
}

a {
	text-decoration:none;
/*	color:#797979;*/
	color:#FFFFFF;
}

a:hover {
	color:#FFFFFF;
}

h1 {
	font-size:16px;
	margin:0px;
	padding:0px;
}

h2 {
	font-size:16px;
	margin:0px;
	padding:0px;
}

h3 {
	font-size:14px;
	margin-top:0px;
	padding-top:0px;
}

p {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:10px;
	padding-bottom:0px;
}

.clearall {
  	clear: both;
  	margin-top:0px;
  	margin-bottom:0px;
  	padding:0px;
  	height:0px;
}

.blue-text {
	color:#00AECF;
}

.blue-text-link {
	color:#00AECF;
	cursor:pointer;
}

#container {
	width:968px;
	margin-left:auto;
	margin-right:auto;
/*	margin-top:20px; */
/*	background-image:url(/graphics/common/vertical-border.png);*/
	background-repeat:repeat-y;
	padding-left:6px;
	padding-right:6px;

}

#top-border {
	background-image:url(/graphics/common/horizontal-bar-bg.png);
	background-repeat:repeat-x;
	height:5px; 
	width:969px;
}

#bottom-border {
	background-image:url(/graphics/common/horizontal-bar-bg.png);
	background-repeat:repeat-x;
	height:5px;
	width:969px;
}

#header {
	height:90px;
	width:969px;
/*	background-color:#FF0000;*/
}

#header-left {
	height:66px;
	width:232px;
/*	background-color:#00CCCC;*/
	float:left;
	padding-left:27px;
	padding-top:24px;
}

#header-right {
	height:90px;
	width:710px;
/*	background-color:#00FF00;*/
	float:right;
}

#header-top-buttons {
	height:31px;
	width:326px;
	margin-right:52px;
	float:right;
	font-size:13px;
}

.header-top-buttongroup-bg {
	height:31px;
	width:154px;
	float:left;
	background-image:url(/graphics/common/wish-login-basket.png);
	background-repeat:no-repeat;
}

.header-top-buttongroup-splitter {
	height:31px;
	width:18px;
	float:left;
}

.header-top-button {
	height:26px;
	width:77px;
	float:left;
	text-align:center;
	padding-top:5px;
}

#left-col {
	width:148px;
	float:left;
/*	background-color:#330000;*/
}

#right-col {
	width:810px;
	float:right;
/*	background-color:#666699;*/
}

#footer {
	width:969px;
/*	background-color:#FFFF00;*/
	margin-left:auto;
	margin-right:auto;
}

#footer-left {
	width:148px;
	float:left;
}

#footer-right {
	width:810px;
	float:right;
/*	background-color:#666699; */
}

#footer-box {
	width:118px;
	padding-left:25px;
	padding-top:12px;
	font-size:12px;
}

#footer-bottom {
	width:969px;
	height:30px;
	text-align:center;
}

.form-input {
	width:200px;
}
