/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	text-align:center;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:17px;
	background:url(images/backgrounds/bg.jpg) #E5E5E5;
}
	
#container {
	margin:0 auto;
	width:913px;
	text-align:left;
	background:url(images/backgrounds/header_bg.gif) top right no-repeat #FFFFFF;
	padding:18px 20px 0 17px;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:17px;
	vertical-align:top;
}

img {
	border:0;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	height:10px;
}


/* Typography */

h1.featuredProducts {
	margin:5px 0 5px 0;
}

h2.newsHeading {
	margin:0px;
}


/* Main Navigation */

#mainNav {
	margin:16px 0 19px 2px;
	height:24px;
	padding:3px 0 3px 36px;
	border:2px solid #E6E6E6;
}

#mainNav li {
	list-style:none;
	display:inline;
	float:left;
	padding:0 17px;
}


/* Left Col */

#leftCol {
	width:195px;
}

#leftCol h3 {
	font-size:21px;
	color:#EF1C89;
	font-weight:normal;
	margin:0 0 15px 0;
}

#subNav li {
	list-style:none;
	background:url(images/spacers/submenu_bullet.gif) no-repeat 2px 7px;
	color:#EF1C89;
	padding:0 0 4px 12px;
}

#subNav li.red a {
	color:#FF0000;
	font-weight:bold;
}

#subNav li.subNavChild {
	list-style:none;
	background:url(images/spacers/submenu_child_bullet.gif) no-repeat 12px 5px;
	color:#4D4D4D;
	padding:0 0 4px 24px;
	font-size:11px;
}

#subNav li.subNavChild a {
	color:#4D4D4D;
}

#subNav li.down a {
	text-decoration:underline;
}

#search {
	color:#00A0C6;
	font-size:13px;
	line-height:23px;
	margin:5px 0 17px 0;
}

#searchInput {
	float:left;
	padding:1px 4px 0 0; 
}

#search .textinput, #search .textinputhover {
	width:162px;
}

#search .textinputhover {
	border:1px solid #00A0C6;
}

.join_vip {
	margin:25px 0 0 0;
}

#funkidLogin {
	color:#7FC426;
	font-size:13px;
	line-height:23px;
	padding:5px 0 18px 0;
}

#funkidLogin .textinput, #funkidLogin .textinputhover, #funkidLogin .passwordinput, #funkidLogin .usernameinput {
	width:186px;
}

#funkidLogin .textinputhover {
	border:1px solid #7FC426;
	background:url(/images/backgrounds/white.gif);
	height:15px;
}

#funkidLogin .passwordinput {
	background:url(/images/backgrounds/password_bg.gif) no-repeat;
}

#funkidLogin .usernameinput {
	background:url(/images/backgrounds/username_bg.gif) no-repeat;
}

#funkidLogin a {
	font-size:10px;
	color:#7FC426;
	text-decoration:underline;
	font-weight:bold;
}

.forgotpassword {
	font-size:10px;
	color:#8A8A8A;
	margin:0 29px 0 0;
}

.welcomeMsg {
	font-weight:bold;
	font-size:13px;
}


/* Content */

#banner {
	/*border:2px solid #D4D4D4;*/
	margin:0 0 10px 0;
}

#content {
	width:702px;
	float:right;
}

#content p {
	margin:0 0 18px 0;
}

#content ul {
	margin:0 0 18px 15px;
}

#content li {
	background:url(images/spacers/submenu_child_bullet.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
	list-style:none;
}

#content p.newsDate {
	margin:0 0 7px 0;
	color:#666666;
	font-size:11px;
}

.homeQuickLink {
	margin:15px 7px 12px 22px;
}

.brandsLogo {
	text-align:center;
	vertical-align:middle;
	padding:0 10px 18px 0;
}

#backForward {
	padding:10px 0 10px 355px;
	clear:both;
	line-height:24px;
}

#backForward img {
	margin:0 20px 10px 10px;
}


/* Home Featured Products */

.featuredProduct, .featuredProductRight {
	float:left;
	border:1px solid #DEDEDE;
	height:245px;
	width:150px;
	margin:9px 18px 0 0;
	text-align:center;
	font-size:11px;
	padding:10px 5px 0 5px;
}

.featuredProductRight {
	margin:9px 0 0 0;
}

.featuredIMG {
	height:170px;
}

.featuredProduct h3, .featuredProductRight h3 {
	color:#EF1C89;
	font-size:11px;
	line-height:14px;
	height:30px;
}

.spViewMore {
	font-size:10px;
	text-decoration:underline;
}

.spViewMore:hover {
	text-decoration:none;
}


/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:7px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:440px;
}

input, textarea {
	font-size:12px;
	background-image:url(/images/backgrounds/white.gif);
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

.textinput, #funkidLogin .passwordinput, #funkidLogin .usernameinput {
	border:1px solid #CCCCCC;
	padding:1px;
	margin-bottom:2px;
}

#funkidLogin .passwordinput, #funkidLogin .usernameinput {
	height:15px;
}

.textinputhover {
	border:1px solid #FE6100; 
	padding:1px;
	margin-bottom:2px;
}

select {
	font-size:11px;
	color:#808080;
}

.errorText {
	color:#FF0000;
}


/* Footer */

#footer {
	text-align:center;
	color:#8A8A8A;
	font-size:10px;
	padding:15px 0;
}

#footer a {
	color:#8A8A8A;
}

#footer a:hover {
	color:#FE6100;
}

#footer ul {
	margin:0 0 25px 0;
}

#featuresList li {
	display:inline;
	list-style:none;
	background:url(/images/spacers/features_list_bullet.gif) no-repeat;
	color:#FE6100;
	font-weight:bold;
	padding:0 0 0 18px;
	margin:0 18px 20px 18px;
	font-size:11px;
}

#footerNav li {
	display:inline;
	list-style:none;
	font-size:11px;
}

#footerNav li a {
	color:#EF1C89
}

#footerNav li a:hover {
	color:#EF1C89
}

