﻿/* Top Links
*******************************/
#toplinks #rightlinks
{
	float: right;
	overflow: hidden;
	text-align: right;
	padding: 15px 10px 0 0;
	margin: 0;
}
#toplinks span
{
	display: block;
	float: left;
	padding: 3px 5px 3px 20px;
	color: #333333;
	text-decoration: none;
	margin-left: 15px;
	font-size: 11px;
}
#toplinks a
{
	display: block;
	float: left;
	padding: 3px 5px 3px 20px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 15px;
	font-size: 11px;
}
#toplinks a:hover
{
	color: #CC6600;
}
#toplinks a.login
{
	font-weight: bold;
	background: url(../images/icons/login.png) no-repeat left;
	padding-left: 30px;
	padding-top: 10px;
}
#toplinks a.mypage
{
	background: url(../images/icons/mypage.png) no-repeat left;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 10px;
}
#toplinks a.register
{
	background: url(../images/icons/register.png) no-repeat left;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 10px;
}
#toplinks a.cart
{
	padding-left: 0;

}
#toplinks span.basketcount
{
	text-decoration: none;
	display: inline;
	padding: 0;
	margin: 0;
	float: none;
	color: #808080;
}
#toplinks span.basketcount b
{
	font-weight: bold;
	color: #CC3300;
}

.BigBlue
{
	font-size: large;
	color: #5C8AD6;
}
.BigOrange
{
	font-size: large;
	color: #FA9A0C;
}
.SmallBlueTitle
{
	font-size: 12px;
	color: #3E74CE;
	font-weight: bold;
}
.basketHeader
{
	background-color: #b7e7f5;
	font-weight: bold;
}
.basketItem
{
	border-bottom: solid 1px #79d7f2;
}

