/**********************************/
/* Site special settings          */
/* change this at your own risk!= */
/**********************************/


/* Green Button - begin */

div.greenBtn
{
	margin:5px 10px;
	float:right;
}

div.greenBtn_nofloat
{
	margin:5px 10px;
}

div.greenBtnLeft
{
	background-image:url(/icon_img/left_GreenButton.png);
	background-repeat:no-repeat;	
	cursor:pointer;
	float:left;
	height:17px;
	width:9px;	
}

div.greenBtnMid
{
	background-image:url(/icon_img/middle_GreenButton.png);
	background-repeat:repeat-x;
	color:#EEEEEE;
	cursor:pointer;
	float:left;
	height:17px;
	padding-top:2px;
	text-decoration:none;
	font-size:11px;
	font-weight:700;
}

div.greenBtnMid:hover
{
	color:#FFFFFF;
}

div.greenBtnRight
{
	background-image:url(/icon_img/right_GreenButton.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:17px;
	width:9px;
}

/* Green Button - end */

/* NEWGreen Button - begin */

div.newgreenBtn
{
	margin:5px 10px;
}

td.newgreenBtnLeft
{
	background-image:url(/icon_img/left_GreenButton.png);
	background-repeat:no-repeat;	
	height:17px;
	width:9px;	
}

td.newgreenBtnMid
{
	background-image:url(/icon_img/middle_GreenButton.png);
	background-repeat:repeat-x;
	color:#EEEEEE;
	cursor:pointer;
	height:17px;
	text-decoration:none;
	font-size:11px;
	font-weight:700;
}

td.newgreenBtnRight
{
	background-image:url(/icon_img/right_GreenButton.png);
	background-repeat:no-repeat;
	height:17px;
	width:9px;
}

/* NEWGreen Button - end */

/* Login screen - begin */

div.login_account
{
}

div.logout_account
{
	display:none;
}

div.logon_darkscreen
{
	display:none;
	z-index:2999;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	
	opacity:0.2;
	filter:alpha(opacity=20); 
}

.logon_closebutton
{
	cursor:pointer;
	background-image:url(/icon_img/cancel.png);
	background-repeat:no-repeat;
	float:right;
	width:16px;
	height:16px;
	margin-right:10px;
}

div.logon_outerborder
{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3000;
	margin-left:40%;
	margin-top:20%;
	padding:5px;
	background-color:#D3D3D3;
	border:solid 1px black;
	width:260px;
}

div.cartchoice_outerborder
{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3000;
	margin-left:20%;
	margin-top:20%;
	padding:5px;
	background-color:#D3D3D3;
	border:solid 1px black;
	width:560px;
}

div.logon_innerborder
{
	padding:10px;
	background-color:white;
	border:solid 1px #808080;
}

/* Login screen - end */

div.buynow_outerborder
{

	position:absolute;
	top:0px;
	left:0px;
	z-index:3000;
	padding:5px;
	background-color:#D3D3D3;
	border:solid 1px black;
	width:400px;
}

