/* Buttons
-----------------------------------------------------------------------------*/

.button {
	background: url(../images/button.png) repeat-x;
	color: 666666;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 125px;
}

.button.small {
	background: url(../images/button-small.png) no-repeat;
	font-size: 12px;
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	width: 51px;
}

.button.large {
	background: url(../images/button-large.png) no-repeat;
	font-size: 14px;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	width: 185px;
}

.button:link,
.button:visited,
.button:active {
	color: #666666;
}

.button:hover {
	color: #333333;
}

/* Layout Columns
-----------------------------------------------------------------------------*/

.layout-2-cols .col1 {
	float: left;
	padding-left: 0px;
	padding-right : 20px;
	overflow: hidden;
	width: 505px;
}

.layout-2-cols .col2 {
	float: right;
	margin-left: 0px;
	margin-right: 5px;
	overflow: hidden;
	width: 370px;
}

.layout-2-cols-r .col1 {
	float: left;
	overflow: hidden;
	padding-left: 0px;
	padding-right : 50px;
	width: 300px;
}

.layout-2-cols-r .col2 {
	float: left;
	overflow: hidden;
	padding-left: 0px;
	padding-right : 0px;
	width: 550px;
}

.layout-2-cols-c .col1 {
	float: left;
	overflow: hidden;
	padding-left: 0px;
	padding-right : 50px;
	width: 425px;
}

.layout-2-cols-c .col2 {
	float: left;
	overflow: hidden;
	padding-left: 0px;
	padding-right : 0px;
	width: 425px;
}
