@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	background:url(../images/bg-main.gif) repeat-x 0 top;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	color:#3d3d3d;
	font-size:12px;
}

img {
	border:0;
}

.clr {
	clear:both;
}

a {
	color:#3D3D3D;
}

a:hover,
a:active {
	color:#DC4F3C;
	text-decoration:none;
}

.buttonA {
	background:#f0f0f0;
	border:1px solid #ccc;
	border-left:3px solid #a9c6ec;
	padding:2px 5px;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.buttonA:hover {
	color:#3D3D3D;
}

#container {
	width:1002px;
	margin:0 auto;
}

#header {
	background:url(../images/bg-hdr.png) no-repeat 0 0;
	height:79px;
	position:relative;
}

#header h1 {
	margin:0 0 0 20px;
}

#header h1 a {
	background:url(../images/logo.png) no-repeat 0 0;
	display:block;
	width:248px;
	height:77px;
	text-indent:-9999px;
}

#topNav {
	position:absolute;
	bottom:13px;
	right:14px;
}

#topNav a {
	color:#5d5d5d;
	text-decoration:none;
}

#topNav a:hover,
#topNav a.active {
	color:#dc4f3c;
	text-decoration:underline;
}

#content {
	background:url(../images/content-cnr1.png) no-repeat 0 top;
	margin-top:30px;
	padding-top:12px;
}

#content .bg1 {
	background:url(../images/content-cnr3.png) no-repeat 0 bottom;
	padding-bottom:12px;
}

#content .bg2 {
	background:url(../images/content-cnr2.png) repeat-y;
	padding:5px 15px;
}

#content .sellMore {
	width:280px;
	margin:50px 19px 50px 15px;
	float:left;
}

#content .sellMore h2 {
	font-size:25px;
	color:#dc4f3c;
	margin-bottom:20px;
}

#content .sellMore p {
	color:#3d3d3d;
	font-size:16px;
	line-height:24px;
	letter-spacing:1px;
}

#content .formHdr {
	list-style:none;
	float:left;
	margin:50px 16px 0 0;
}

#content .formHdr li {
	background:url(../images/bg-formFields.gif) no-repeat;
	width:264px;
	height:26px;
	margin-bottom:4px;
}

#content .formHdr li input,
#content .formHdr li select {
	border:1px solid #ccc;
	margin:2px 0 0 2px;
	padding:1px 1px 2px 1px;
	width:254px;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
}

#content .formHdr li select {
	width:258px;
	padding:0 0 1px;
}

#content .formHdr li.btn {
	background:none;
}

#content .formHdr li.btn input {
	background:url(../images/bg-btn.gif) no-repeat;
	border:0;
	padding:0;
	width:183px;
	padding:8px 0 9px;
	cursor:pointer;
	font-weight:bold;
	color:#fff;
}

#content .imgHdr {
	float:left;
}

#contentHome {
	margin:40px 0 0 0;
	padding:0 13px;
}

#contentHome h3 {
	font-size:24px;
	padding-bottom:35px;
}

#contentHome .boxes {
	list-style:none;
	padding:0 19px;
	float:left;
	margin-bottom:20px;
}

#contentHome .boxes li {
	background:url(../images/bg-hmBox.png) no-repeat;
	width:213px;
	height:205px;
	float:left;
	margin-right:90px;
	padding:23px 19px;
	overflow:hidden;
}

#contentHome .boxes li.last {
	margin-right:0;
}

#contentHome .boxes .thumb {
	width:210px;
	height:109px;
	overflow:hidden;
	margin-bottom:11px;
}

#contentHome .boxes h4 {
	font-size:12px;
}

#footer {
	background:url(../images/bg-ftr.png) no-repeat center bottom;
	text-align:center;
	padding-bottom:17px;
	margin:50px 0 10px;
}

#footer a {
	color:#383838;
	text-decoration:none;
	margin:0 8px;
}

#footer a:hover {
	color:#dc4f3c;
	text-decoration:underline;
}

.breadCrumb {
	margin-bottom:10px;
}

#login h3 {
	font-size:16px;
	margin-bottom:20px;
}

#login .left {
	float:left;
	padding:10px;
/*	width:480px;*/
	line-height:1.4em;

}

#login .left label {
	display:block;
	font-weight:bold;
	color:#6b6b6b;
	margin-bottom:2px;
	font-size:11px;
}

#login .left input,
#login .left select,
#login .left textarea {
	border:1px solid #ccc;
	width:297px;
	padding:2px;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	border-left:3px solid #a9c6ec;
}

#login .left select {
	width:305px;
}

#login .left .btn {
	text-align:right;
	padding-right:175px;
}

#login .left .btn input {
	width:auto;
	cursor:pointer;
	border-left:3px solid #a9c6ec;
	padding:2px 5px;
	font-weight:bold;
}

#login .right {
	float:left;
	padding:10px 10px 10px 20px;
/*	width:440px;*/
	line-height:1.4em;
	border-left:1px solid #ccc;
	min-height:400px;
}

#login .right h3 {
	margin-bottom:10px;
}

#login .right p {
	margin-bottom:10px;
}

#login .right ul {
	padding-left:20px;
	margin-bottom:10px;
	text-align:left;
}

#content .sgn .left input,
#content .sgn .left select {
	margin-bottom:0;
}

#content .sgn .left .btn {
	margin-bottom:10px;
}

#content .sgn .left .btn input {
	width:180px;
}

#content .sgn .left form p {
	color:#8d8d8d;
	margin-bottom:10px;
}

#content .sgn .left .captcha {
	margin-bottom:10px;
}

#content .sgn .left .chkbx {
	margin-bottom:10px;
}

#login .left .chkbx  {

	border:none;
	padding:0;
	background:none;
font-weight:bold;
	color:#6b6b6b;
	margin-bottom:2px;
	font-size:11px;

}
#login .left .chkbx input {

	border:none;
	padding:0;
	background:none;
	width:50px;

}

.using-companyNames {
	padding-bottom:10px;
	font-weight:bold;
	text-align:center;
}

.actions-listing {
	float:left;
	list-style:none;
	width:460px;
	padding-bottom:10px;
}

.actions-listing li {
	float:left;
}
.actions-listing .btn {
	float:left;
	width:200px;
}

.actions-listing .fr {
	float:right;
	width:230px;
}


#login .actions-listing li input {
	width:150px;
	border:1px solid #ccc;
	padding:3px 2px;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	float:left;
	margin-right:5px;
}

#login .actions-listing li input.buttonA {
	border-left:3px solid #a9c6ec;
	width:55px;
	padding:2px;
	background:#f0f0f0;
	float:left;
	margin-right:0;
}

.listing {
	width:100%;
	border-collapse:collapse;
}

.listing th {
	background:#ededed;
}

.listing td,
.listing th {
	 border:1px solid #ccc;
	 padding:3px;
	 text-align:center;
}

.listing td img {
	margin:auto;
}

.pagination {
	text-align:center;
	margin:20px 0;
}

.pagination a {
	margin:0 3px;
}

/*#cntntPage h3 {
	font-size:16px;
	margin-bottom:10px;
}*/
#cntntPage h3,
#content h3 {
 font-size:16px;
 margin-bottom:10px;
}

#cntntPage p {
	margin-bottom:15px;
}

.popUp {
	width:382px;
	margin:auto;
}

.popUp table {
	border-collapse:collapse;
}

.popUp h3 {
	font-size:16px;
	margin-bottom:15px;
}

.popUp input {
	border:1px solid #ccc;
	width:297px;
	padding:2px;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	border-left:3px solid #a9c6ec;
}

.popUp .btn input {
	width:auto;
	cursor:pointer;
	padding:1px 2px;
	background:#f0f0f0;
}

.popUp .addAcc-listing {
	width:360px;
	height:150px;
	overflow-y:scroll;
	overflow-x:hidden;
	border:1px solid #ccc;
	border-left:3px solid #a9c6ec;
}

.popUp .addAcc-listing table {
	width:100%;
	border-collapse:collapse;
}

.popUp .addAcc-listing table td {
	border-bottom:1px solid #e6e6e6;
	padding:3px;
	cursor:pointer;
}

.popUp .smallFields {
	margin-top:10px;
}

.popUp .smallFields input {
	width:168px;
}

.popUp .buyAcc p,
.popUp .buyAcc h3 {
	margin-bottom:10px;
}

.popUp .buyAcc input {
	width:auto;
	float:left;
	margin:0 5px;
}

.popUp .buyAcc span {
	float:left;
}

.popUp .buyAcc p {
	float:left;
	width:382px;
}

.popUp .buyAcc .btn {
	width:382px;
	border:1px;
	float:left;
}

.popUp .buyAcc .btn input {
	float:right;
}

.pop-position {
  position:absolute; 
  top:13%;
  left:32%;
  *left:0%;
  right:25%
  display:none; 
  z-index:1001
}

.change_opacity {
  background:#000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#login .card-detail select,
#login .card-detail input {
 float:left;
 width:100px;
 margin-right:10px;
}
.profile .thumb {
 width:60px;
 height:60px;
 overflow:hidden;
 border:1px solid #ccc;
 float:left;
 margin-right:10px;
}

.profile .links {
 float:left;
 width:350px;
}
#login .profile .edit {
	border:1px solid #e3e2e2;
	/*border-right:4px solid #b5b4b4;
	border-bottom:4px solid #b5b4b4*/;
	padding:10px;
	margin:10px 0;
	width:305px;
	position:relative;
}

#login .profile .edit .close {
	display:block;
	background:#f5ccc6;
	color:#fff;
	line-height:14px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding:1px 4px;
	position:absolute;
	top:10px;
	right:10px;
}

#login .profile .edit .close:hover {
	background:red;
}

#login .profile .edit h3 {
	font-size:13px;
}

#login .profile .edit .btn {
	text-align:right;
	padding-right:0;
}

.customerInfo#login .chkbx input {
	width:auto;
	margin:10px 0;

}



