/* flexblocks */

.flexblocks {
	float: left;
	height: 141px;
	margin-bottom: 12px;
	overflow: hidden;
	width: 564px;
}

.flexblock {
	background: #ece9f2 url("../images/box_shadow_float.gif") repeat-x 0 100%;
	float: left;
	height: 141px;
	margin-left: 12px;
	overflow: hidden;
	position: relative;
	width: 180px;
}

.flexblock.first {
	margin-left: 0;
}

.flexblock.double {
	width: 372px;
}

.flexblock.triple {
	width: 564px;
}

.flexblock[onclick] {
	cursor: pointer;
}

.flexblock h2 {
	background: url("../images/purple_80trans.png") repeat;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 7px;
}

.flexblock.img h2 {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.flexblock h2 a {
	color: #fff;
	text-decoration: none;
}

.flexblock.img img {
	display: block;
}

.flexblock .content {
	padding: 10px;
}

.flexblock .shadow_bottom_left {
	bottom: 0;
	left: 0;
	position: absolute;
}

.flexblock .shadow_bottom_right {
	bottom: 0;
	position: absolute;
	right: 0;
}

/* rdo block */

.rdo_block_wrapper {
	float: left;
	height: 141px;
	margin-bottom: 12px;
	overflow: hidden;
	width: 564px;
}

.rdo_block {
	width: 544px;
	height: 115px;
	overflow: hidden;
	background-color: #ece9f2;
	padding: 10px;
}

.rdo_block h2 {
	color: #4f2d7f;
	font: italic 20px trebuchet MS;
	margin: 0px;
	padding: 0px;
}

.rdo_block p {
	margin-bottom: 5px;
}

.rdo_block a {
	color: #4f2d7f;	
}

.rdo_block p,
.rdo_block a
{
	font-size: 12px;
}

.rdo_block .rdo_image {
	float: right;
	width: 180px;
	height: 30px;
	margin: -10px -10px 0px 0px;
	padding: 105px 0px 0px 0px;
	background-repeat: no-repeat;
}

.rdo_block_wrapper .shadow_bottom {
	width: 564px !important;
}

.rdo_block_wrapper .shadow_bottom_float {
	width: 548px !important;
}

.specials_wrapper h2 {
	padding: 0 10px;
}