.box {
	background: #fff;
	overflow: hidden;
}
.box.box-outer {
	position: relative;
}

.box.box-980px {
	width: 960px;
	padding: 7px 10px 10px 10px;
}
.box.box-960px { /* menu */
	width: 960px;
}
.box.box-948px { /* ticker */
	width: 948px;
	padding: 8px 0;
}
.box.box-627px { /* content-left */
	width: 627px;
}
.box.box-597px { /* page box-627px box-outer */
	width: 567px;
	padding: 10px 15px;
}
.box.box-597px-no-padding { /* flight-details box-inner box-outer */
	width: 597px;
}
.box.box-494px { /* tv */
	width: 475px;
	padding: 12px 10px 10px 9px;
}
.box.box-462px { /* search */
	width: 454px;
	padding: 0 4px 4px 4px;
}
.box.box-460px { /* item-search-result col-inner right */
	width: 442px;
	padding: 9px;
}
.box.box-450px { /* hostel-details table */
	width: 424px;
	padding: 5px 13px;
}
.box.box-385px { /* hotel-details content */
	width: 365px;
	padding: 10px;
}
.box.box-322px { /* item-search-result col-inner right details */
	width: 312px;
	padding: 0 5px;
}
.box.box-316px { /* order-details, item-banner */
	width: 316px;
}
.box.box-305px { /* box-shadow-* */
	width: 275px;
	padding: 6px 15px;
}
.box.box-305px-iframe { /* box-shadow-* */
	width: 305px;
	padding-right: 0;
	padding-left: 0;
}
.box.box-200px { /* hotel-details thumb */
	width: 192px;
	padding: 4px;
}
.box.box-191px { /* item-package */
	width: 191px;
}
.box.box-130px { /* hotel-details prices */
	width: 120px;
	padding: 5px;
}
.box.box-125px { /* item-search-result col-inner left */
	width: 105px;
	padding: 10px;
}
.box.box-70px { /* matritza item */
	width: 70px;
}

.box.box-background-ebebeb {
	background: #ebebeb;
}
.box.box-background-e5e5e5 {
	background: #e5e5e5;
}
.box.box-background-5c96c4 {
	background: #5c96c4;
}
.box.box-background-e1e1e1 {
	background: #e1e1e1;
}

.box .corner {
	position: absolute;
	z-index: 99999;
	height: 7px;
	width: 7px;
}
.box .corner.corner-small {
	height: 4px;
	width: 4px;
}
.box .corner.corner-top {
	top: 0;
}
.box .corner.corner-bottom {
	bottom: 0;
}
.box .corner.corner-right {
	right: 0;
}
.box .corner.corner-left {
	left: 0;
}

.box .corner.corner-1b5887.corner-top.corner-right {
	background: url(images/corner-1b5887-top-right.png);
}
.box .corner.corner-1b5887.corner-top.corner-left {
	background: url(images/corner-1b5887-top-left.png);
}
.box .corner.corner-1b5887.corner-bottom.corner-right {
	background: url(images/corner-1b5887-bottom-right.png);
}
.box .corner.corner-1b5887.corner-bottom.corner-left {
	background: url(images/corner-1b5887-bottom-left.png);
}

.box .corner.corner-e1e1e1.corner-top.corner-right {
	background: url(images/corner-e1e1e1-top-right.png);
}
.box .corner.corner-e1e1e1.corner-top.corner-left {
	background: url(images/corner-e1e1e1-top-left.png);
}
.box .corner.corner-e1e1e1.corner-bottom.corner-right {
	background: url(images/corner-e1e1e1-bottom-right.png);
}
.box .corner.corner-e1e1e1.corner-bottom.corner-left {
	background: url(images/corner-e1e1e1-bottom-left.png);
}

.box .corner.corner-fff.corner-top.corner-right {
	background: url(images/corner-fff-top-right.png);
}
.box .corner.corner-fff.corner-top.corner-left {
	background: url(images/corner-fff-top-left.png);
}
.box .corner.corner-fff.corner-bottom.corner-right {
	background: url(images/corner-fff-bottom-right.png);
}
.box .corner.corner-fff.corner-bottom.corner-left {
	background: url(images/corner-fff-bottom-left.png);
}

.box.box-inner {
	background: transparent;
}
.box.box-627px .box-627px-box-inner {
	padding: 10px 15px 10px 15px;
}
.box.box-316px .box-316px-box-inner {
	padding: 10px;
}

.box .header.header-background-e7812c {
	background: #e7812c;
	font-weight: normal;
	color: #fff;
}
.box .header.header-background-e7812c a {
	color: #fff;
}
.box .header.header-background-5b95c3 {
	background: #5b95c3;
	font-weight: normal;
	color: #fff;
}
.box .header.header-background-5b95c3 a {
	color: #fff;
}
