@charset "UTF-8";

.reseller, .resellerform { width:784px; margin:45px auto; padding:0; clear:both; }
.resellerform { width:850px; }
.reseller h1 { margin:20px 0; font-family:Geneva,Helvetica,Arial,sans-serif; font-size:23px; text-align:center; color:#555555; }
.reseller p, .reseller span, .reseller td, .result, textarea, .resellerform { font-family:Geneva,Helvetica,Arial,sans-serif; font-size:11px; color:#7F7D7A; }
.reseller p.help { font-size:18px; }
.reseller p { text-align:center; padding:0 0 20px 0; }
.reseller .cell p { text-align:left; padding:0; }
.reseller b, .reseller a { color:#7F7D7A; font-weight:600; outline:none; }
.reseller .button { padding:10px 0 0 0; }
.reseller .email a { font-weight:normal !important; }
.reseller .resellerrow { width:784px; clear:both; }
.reseller .resellertitle { margin:2px 4px; width:250px; float:left; text-align:center; }
.reseller .resellercolumn { margin:0 4px; width:250px; height:320px; float:left; background-color:#EBE9E4; }
.reseller .cell { padding:20px 35px; }
.reseller .resellerbottom { margin:0 4px; width:250px; float:left; text-align:center; }
.reseller .result { margin:10px 0; }
.reseller .feedback p, .reseller .feedback b { text-align:left; }
.retail { margin:0 auto; width:763px; height:212px; clear:both; padding:20px 0; }

#backgroundPopup{ display:none;	position:fixed;	_position:absolute; height:100%; width:100%; top:0;	left:0;	background:#000000;	z-index:100; }
#popup h3 { font-family:Geneva,Helvetica,Arial,sans-serif; font-size:18px; text-align:center; color:#666666; }
.popupContent { background:url(/reseller/images/popup/middle.png); padding:20px; display:block; background-color: #FFFFFF; width:467px; margin:0 0 0 1px;}
.popupBox { width:447px; border:1px solid #C8C8C8; padding:40px 10px; }
select { width:170px; margin:0 0 1px 0; }
input { background-color: #ECECEC; border:1px solid #7F7D7A; margin:2px 0; height:22px; width:224px; }
input.short { width:114px; }
input.image, .button input, input.checkbox, input.radio { border:0; margin: 0; height:auto; width:auto; outline:none; background:none; }
input#reseller_note { display:none; }
textarea { background-color: #ECECEC; border:1px solid #7F7D7A; margin:2px 0; width:224px; }
input, textarea { color:#333333; }
#recommend, #fraud { cursor:pointer; text-decoration:underline; font-weight:900;}
#popupRecommend, #popupRecommendThanks, #popupFraud, #popupFraudThanks { width:517px; display:none; position:fixed; _position:absolute; z-index:2000; color:#000000; font-size:11px; top:160px !important; }
#popupRecommendClose, #popupRecommendThanksClose, #popupFraudClose, #popupFraudThanksClose { right:25px; top:4px; position:absolute; display:block; cursor:pointer; outline:none; }
#popupRecommendMessage, #popupFraudMessage { right:65px; position:absolute; display:block; color:#CC0000; display:none; }
#pane { height:320px; }
label.overlabel-apply {	position:absolute; color:#CCCCCC; padding:7px; }

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline:none;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #DDD;
}
.jScrollPaneDrag {
	position: absolute;
	background: #BECAAD;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	background-image:url(/reseller/images/up.png) !important; 
	background-repeat: no-repeat;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	background-image:url(/reseller/images/down.png) !important; 
	background-repeat: no-repeat;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

