
.row {
	width: 960px;
	margin: 0px auto;
	*zoom: 1;
}

.row:before,
.row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

.block.full{
	width:960px;
	margin: 0px auto;
}

.block.large{
	display: inline-block;
	width: 630px;
}

.block.small{
	display: inline-block;
	width: 300px;
}
.block.push-right:first-child{
	margin-left: 30px;
}
.block.push-left:first-child{
	margin-right: 30px;
}

.line,
.list > *{
    clear: both;
    display:block;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}
.list > *{
    display:inline-block;
}

.line.to-left > * {
    float: left;
}
.line.to-right > * {
    display:inline-block;
    float: left;
}
.end-line{
    margin-right: 0px !important;
}