BODY
{
	background-image: url(../../i/pink/bg.png);
	background-repeat: repeat-x;
}

#headPanel
{
	position: relative;
	padding: 0%;
	margin: 0px 300px 0px 10%;
	float:left;
	line-height: 14px;
	font-size: 11px;
	color: #ff4b8e;
}

#rightPanel
{
	position: absolute;
	top: 0px;
	width: 290px;
	right: 0px;
}

#contentPanel
{
	margin: 0px 300px 0px 10%;
}

A.secbut
{
	display: block;
	float: left;
	height: 21px;
	width: 114px;
	text-align: center;
	line-height: 21px;
	margin: 5px 20px 0px 5px;
	color: #9a2d56;
	text-decoration: underline;
	background-image: none;
}

A.selected_secbut, A.secbut:hover
{
	display: block;
	float: left;
	height: 21px;
	width: 114px;
	text-align: center;
	line-height: 21px;
	margin: 5px 20px 0px 5px;
	color: #ff91ba;
	text-decoration: none;
	background-image: url(../../i/pink/sec_bg.png);
	background-repeat: no-repeat;
}

A.discount 
{
	display: block;
	width: 20%;
	text-align: center;
	line-height: 21px;
	margin: 30px 0px 0px 5px;
	color: #9a2d56;
	text-decoration: underline;
	background-image: none;
}

form#searchbox
{
	display: block;
	background-color: #ff4b8e;
	height: 25px;
	background-image: url(../../i/pink/searchbox_left_bg.png);
	background-repeat: no-repeat;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	line-height: 21px;
}

form#searchbox input#search
{
	display: inline-block;
	height: 19px;
	width: 209px;
	border: none;
	background-color: white;
	color: #666666;
	font-style: italic;
	margin: 1px 0px 1px 13px;
	background-image: url(../../i/pink/searchbox_bg.png);
	background-repeat: repeat-x;
	vertical-align: middle;
}

form#searchbox img, form#searchbox input#submit
{
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
}

A#search_string_cleaner
{
        text-decoration: none;
        margin-left: 12px;
        font-size: 85%;
        border-bottom: 1px dotted #ff4b8e;
}