@charset "utf-8";
a{
text-decoration: none;
color: #00a8f9;
}
.block1 h3 {
	color: #fff;
	background-color: #66CCFF;
	font-weight: bold;
	font-size: 13px;
	padding: 3px 200px 3px 20px;
	margin-top: 10px;
	width : 440px;
	height : 20px;
}
#signupForm fieldset {
	border: medium none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	width : 655px !important;
}
#signupForm fieldset ul li{
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
	color: #666666;
}
#signupForm fieldset ul li p { 
	margin : 0px;
	/*padding-right :7.5em;*/
	text-align: left;
	color: #999999;
	font-size: 11px;
}
#signupForm fieldset ul li label { 
	color: #ff0000;	
	text-align: right;
}
#signupForm fieldset ul li .nerror { 
	color: #ff0000;
	text-align: left;
	padding-left: 220px;
	font-size: 11px;
}
#signupForm fieldset ul li .nerror p { 
	color: #ff0000;
}
#signupForm span {
	float: left;
	padding: 5px 10px;
	text-align: right;
	width: 200px;
	color: #08b6f5;
	font-weight: bold;
}
#signupForm .frmname {
	background: #FFFFFF;
}
#signupForm input["submit"]{
	border: none;
}
#signupForm input,select,textarea {
	border: 1px solid #a6dcfa;
	color: #333333;
	font-family: Tahoma;
	font-size: 12px;
	padding: 4px;
	width: 230px;
}
#signupForm input:focus,#signupForm textarea:focus{
	border: 1px solid #08b6f5;
}
#signupForm  .checkbox {
	border: 1px solid #ccedff;
	color: #333333;
	font-family: Tahoma;
	font-size: 12px;
	padding: 4px;
	width: auto;
}
.right_col {
	margin-top : 0px;
	padding: 10px 10px 10px 15px;
	background: #FFFFFF;
	line-height: 1.5em;
}

.block1 .left_col {
	margin-top : 10px;
	padding: 10px 0px 10px 15px;
	background: #FFFFFF;
	line-height: 1.5em;
	width: 600px;
	color: #999999;
	font-size: 11px;
}
.tool-tip {
	font-family : Tahoma;
	position : absolute;
	color: #fff;
	width: 260px;
	height : 135px;
	z-index: 13000;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	background: url(../img/bubble.png) top left no-repeat;
	text-align : center;
 	visibility : hidden;
	/* IE */
	_background: url(../img/bubble.gif) top left no-repeat;
	_padding: 8px 8px 4px;	
}

.tool-tip p {
	padding-top: 15px;
}
.tool-tip span {
	cursor : hand;
	cursor : pointer;
	color : #ffffff;
	padding: 0 20px;
}
.popupwindow {
	background: url(../img/button_storeapp.png) no-repeat;
	width: 210px;
	height: 37px;
	display: block;
	text-align: center;
	outline : none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
}

/* Products */ 
.order_list {
	padding: 15px 10px 10px 10px;
	_padding : 15px 0px 10px 10px;
}
.order_row {
	height:30px;
	width:720px;
	margin-bottom : 5px;
}
.order_name, .order_price , .order_date, .order_status {
	color: #ffffff;
	background-color: #66CCFF;
	font-size: 15px;
	height: 25px;
	margin: 0px;
	margin-right: 10px;
	_margin-right: 0px !important;
	margin-top: 3px;
	padding: 5px 0px 0px 10px;
}
.order_name  {
	width: 300px;
	float: left;
}
.order_date  {
	width: 130px;
	float: left;
}
.order_status  {
	background-color: #ff8000;
	width: 110px;
	_margin-right: 5px !important;
	text-align: center;
	float: right;
}
.order_status_processed {
	background-color: #66CCFF;
}
.order_price  {
	width: 85px;
	_margin-right: 5px !important;
	text-align: right;
	padding-right:15px;
	float: left;
}
