/* Default Theme CSS Document */

/* GLOBAL SECTION */
body {
	background-color: #FFFFFF;
	margin			: 0px 0px 0px 0px;
	font-size		: 11px;
	font-family    	: Verdana, Arial, Helvetica, sans-serif;
}
.normalText {
	font-size		: 11px;
}

table {
	font-family    	: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
}
input, .input {
	height			: 15px;
	font-size		: 10px;
	top				: -3px;
	border			: 1px solid #919191;
}
.member {
	font-size		: 10px;
}

.member .title{
	font-size		: 10px;
	letter-spacing  : 2.0px;
	font-weight		: bold;
}
.member .basket{
	color			: #FFFFFF;
}
.member .basket a{
	color			: #FFFFFF;
	text-decoration	: underline;
}
.member .link {
	font-size		: 11px;
	color			: #000000;
	font-weight		: bold;
	text-decoration	: underline;
}

.boldLink{
	font-weight		: bold;
	text-decoration	: underline;
	color			: #000000;
}
.bold{
	font-weight		: bold;
	text-decoration	: none;
	color			: #000000;
}
.home {
	font-size		: 11px;
	color			: #000000;
	font-weight		: bold;
}
.home .title {
	color			: #FFFFFF;
	font-weight		: 12px;
}
.button {
	color			: #287399;
	font-size		: 11px;	
	font-weight		: bold;
	text-decoration	: none;
}
.buttonWhite {
	color			: #FFFFFF;
	font-size		: 11px;	
	font-weight		: bold;
	text-decoration	: none;
}

.footer, .headerNav {
	font-size		: 10px;
}
.headerWhite {
	color			: #FFFFFF;
	font-weight		: bold;
	text-decoration	: none;
}

.errorTitle {
	color			: #FF0000;
	font-size		: 11px;
	font-weight		: bold;
}
.error {
	color			: #FF0000;
	font-size		: 11px;
}
.errorInput {
	height			: 15px;
	font-size		: 10px;
	top				: -3px;
	border			: 1px solid #FF0000;
}
.pagination {
	font-size		: 11px;
	font-weight		: bold;
	text-decoration : none;
}
.pagination .link{
	font-size		: 11px;
	font-weight		: bold;
	color			: #000000;
	text-decoration : underline;
}
.pagination .selected{
	font-size		: 11px;
	font-weight		: bold;
	color			: #287399;
	text-decoration : none;
}
/*.home {
	font-family		: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
}
.homeTitle {
	font-weight		: bold;
	font-size		: 15px;
}
.normalLinkText{
	font-size		: 11px;
	font-weight		: bold;
	text-decoration	: underline;	
}

.inputText {
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size  			: 13px;
	color      			: #000000;
	border				: 1px solid #80B5D3;
}

.inputTextError {
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size  			: 13px;
	color      			: #000000;
	border				: 1px solid #FF0000;
}
*/

.payment INPUT {
	width	: 55px;
	height	: 35px;
}
