﻿
#checkout 
{
	width: 100%;
}

#calloutbox 
{
	position: absolute;
	width: 181px;
	height: 115px;
	overflow: hidden;
}

#calloutbox div 
{
	text-align: center;
	padding: 24px 40px 0 30px;
	font-size: 90%;
	width: 111px;
	height: 91px;
	cursor: pointer;
}

span.highlight 
{
	background-color: Yellow;
	text-decoration: inherit;
}

#worldpay {
	padding: 3px 0px;
}

#worldpay img
{
	border: none;
}

#worldpay 
{
	margin-bottom: 8px;
}

#worldpay p 
{
	text-align: center;
}

#worldpay p.text 
{
	text-align: left;
	font-size: 80%;
	margin-bottom: 0px;
}

#currencySelectorDiv {
	padding-bottom: 6px;
}

#currencySelectorDiv p {
	margin: 0 0 4px 10px;
	text-decoration: underline;
	cursor: pointer;
}
#currencyOptions {
	overflow: hidden;
	height: 1px;
}

#currencySelectorDiv div span {
	display: block;
	font-size: 90%;
	padding: 0 0 2px 10px;
}

#currencySelectorDiv input.button {
	display: block;
	margin: 0 4px 0 10px;
	font-size: 90%;
}

div.horoscope {
	display: none;
	background: white url(../images/stars_bg.jpg) no-repeat 0 0;
	width: 232px;
	height: 187px;
	overflow: hidden;
}

div.horoscope ul {
	margin: 40px 0 0 20px;
	padding: 0;
}

div.horoscope li {
	padding: 3px 0;
	margin: 0;
	width: 100px;
	float: left;
	list-style-type: none;
}

div.horoscopeWindow {
	width: 400px;
	height: 300px;
	overflow: auto;
	background: url(../images/horoscope.png?r=1) no-repeat left top;
	_background: url(../images/horoscope.gif?r=1) no-repeat left top;
	position: absolute;
}

div.horoscopeWindow h3 {
	padding: 1px 3px;
	color: White;
	margin: 4px 0 8px 8px;
	font-size: 100%;
}

div.horoscopeWindow h3 a { color: White; }

div.horoscopeWindow div {
	margin: 0 13px 0 5px;
	height: 200px;
	overflow: auto;
	border-bottom: solid 1px #eb877b;
}

div.horoscopeWindow p {
	margin: 1px 18px 8px 10px;
}

div.horoscopeWindow p.horoscopeClose {
	text-decoration: underline;
	font-size: 90%;
	color: #666666;
	cursor: pointer;
}

div.horoscopeWindow div.horoscopeClose2 {
	position: absolute;
	left: 360px;
	top: 4px;
	width: 30px;
	height: 20px;
	cursor: pointer;
	background-color: #ec4632;
	opacity: 0;
	filter: alpha(opacity=0);
}
