@charset "iso-8859-1";
/* CSS Document */

/*----for all rounded Buttons----*/
.roundedButtonLeft, .roundedButtonCenter, .roundedButtonRight{float:left}
.roundedButtonLeft, .roundedButtonRight{background-repeat:no-repeat;}
/*-------------------------------*/

/*searchButtonBlock*/
.searchButtonBlock .roundedButtonLeft, .searchButtonBlock .roundedButtonRight
{
	width:8px;
}

.searchButtonBlock .roundedButtonLeft, 
.searchButtonBlock .roundedButtonRight, 
.searchButtonBlock .roundedButtonCenter {height:35px;}

.searchButtonBlock .roundedButtonLeft
{
	margin-left:30%;
	background-image:url(../images/buttons/searchButton_left.png);
}
.searchButtonBlock .roundedButtonCenter
{
	background-color:#333333;
	background-image:url(../images/buttons/searchButton_bg.png);
	background-repeat:repeat-x;
	border:medium none;
	color:#515050;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	padding-bottom:3px;
	width:150px;
}
.searchButtonBlock .roundedButtonRight{	background-image:url(../images/buttons/searchButton_right.png);}

/*searchButtonBlockDesigner*/
.searchButtonBlockDesigner .roundedButtonLeft, .searchButtonBlockDesigner .roundedButtonRight
{
	width:8px;
}

.searchButtonBlockDesigner .roundedButtonLeft, 
.searchButtonBlockDesigner .roundedButtonRight, 
.searchButtonBlockDesigner .roundedButtonCenter {height:35px;}

.searchButtonBlockDesigner .roundedButtonLeft
{
	margin-left:30%;
	background-image:url(../images/buttons/searchButton_left_green.png);
}
.searchButtonBlockDesigner .roundedButtonCenter
{
	background-color:#333333;
	background-image:url(../images/buttons/searchButton_bg_green.png);
	background-repeat:repeat-x;
	border:medium none;
	color:#515050;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	padding-bottom:3px;
	width:150px;
}
.searchButtonBlockDesigner .roundedButtonRight{	background-image:url(../images/buttons/searchButton_right_green.png);}
/*-------------------------------*/

/*silver Button*/
.silverButtonsBlock
{
	margin-top:5px;
	height:20px;
}
.silverButtonsBlock .silverButton
{
	float:left;
	/*margin-left:35px;*/
	margin-bottom:10px;
	margin-right:5px;
}

.silverButton .roundedButtonLeft, 
.silverButton .roundedButtonRight{width:6px;}

.silverButton .roundedButtonLeft, 
.silverButton .roundedButtonRight, 
.silverButton .roundedButtonCenter {height:23px;}

.silverButton .roundedButtonLeft{background-image: url(../images/buttons/silverButton_left.png);}

.silverButton .roundedButtonCenter
{
	font:Tahoma;
	background-color:#c6c6c6;
	background-image: url(../images/buttons/silverButton_bg.png);
	background-repeat:repeat-x;
	border:none;
	color:#3b3b3b;
	font-size:13px;
	cursor:pointer;
	line-height:23px;
	text-align:center;
	width:100px;
	display:block;
	min-width:15px;
}
.silverButton .roundedButtonRight{	background-image: url(../images/buttons/silverButton_right.png);}
/*-------------------------------*/