/* css global */







body{



	background:url(images/header_01.jpg) repeat-x;
	padding:0px;

	margin:0px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	background-color:#b1d7f2;

}



a{
	color:#336699;
}

a:hover{
/*	color:#70D4FF;
*/	color:#A30052;
	text-decoration: underline;
}

a, .centerpage .content a, .centerpage .content .title a{
	color:#336699;
}

a, .centerpage .content a:hover, .centerpage .content .title a:hover{
/*	color:#70D4FF;
*/	color:#A30052;
	text-decoration: underline;
}


#intro_page{



	margin-top:0px;



	width:776px;



	margin-left: -385px;



	left:50%;



	position: absolute;



}



div.centerpage {


	border-left: solid 1px #000066;
	border-right: solid 1px #000066;
	border-bottom: solid 1px #000066;
	width: 773px;



	position: absolute;



	left: 50%;



	top: 0;



	margin-left: -385px;



	background:#FFFFFF;



}







a: {

	font-family: Arial, Verdana;

	color:#336699;

	text-decoration:none;

}



a:hover {

	font-family: Arial, Verdana;

/*	color:#70D4FF;
*/	color:#A30052;

	text-decoration:underline;

}



a:link {

	font-family: Arial, Verdana;

	color:#336699;

	text-decoration:none;

}

a:visited {

	font-family: Arial, Verdana;

	color:#336699;

	text-decoration:none;

}



/*intro*/



.intro {



	width:776px;



	position:relative;



	display:inline;



	padding-top:0px;



	float:left;



}



.form_intro {



	width:210px;



	height:252px;



	background:#d4effa;



	padding-top:0px;



	float:left;



}

	.form_intro .text {


		padding:10px 0px 10px 0px;


		margin-left:30px;

		color:#000000;

		font-size:13px;

		font-weight:bold;

	}



	.form_intro .object {
		margin-left:30px;
	}

		.form_intro .object .error {

			color:#FF0000;
		}



/* header*/



.header {

	width:773px;
}



	.header .topbanner {
		width:773px;

		float:left;

		height:100px;

		background:url(images/header.jpg) no-repeat;

		padding:0;

	}



		.header .topbanner .banner {
			width:506px;
			float:left;
			height:100px;
		}


			.header .topbanner .banner .text {
			padding:1px;
			text-align:right;
			color:#333333;
			font-size:10px;
			padding-right:10px;
			padding-top:30px;
			font-family:Arial, Helvetica, sans-serif;
			float:right;
			font-weight:bold;
			}



			.header .topbanner .banner .flat {
				padding:1px;
				text-align:right;
				padding-right:10px;
				float:right;
			}

		.header .topbanner .logo {
			width:267px;

			background:#CC99FF;

			float:left;

			height:100px;	

			background:url(images/logo.jpg);

			background-repeat:no-repeat;
		}


/*MENU STYLE*/



.nav-header{
	background:url(images/header_08.jpg) repeat-x;

	height:30px;

	width:773px;
	float:left;

	overflow:hidden;
}



	/*menu home*/

	.nav-header .home
	{
		background:url(images/home1.jpg) no-repeat;
		width:55px;
		height:30px;
		float:left;
		cursor:pointer;
		
		
		font-size:11px;
		color:#1a3a57;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
	}



	.nav-header .home-selected{
		background:url(images/home.jpg) no-repeat;
		width:55px;
		height:30px;
		float:left;
		padding-top:8px;
		cursor:pointer;
		
		font-size:11px;
		color:#1a3a57;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
	}



	.nav-header .home a{
		background:url(images/home1.jpg) no-repeat;
		width:55px;
		height:30px;
		float:left;
		cursor:pointer;
		text-align:center;
		padding-top:8px;
		
		
		font-size:11px;
		color:#1a3a57;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
	}



	.nav-header .home-selected a{
		padding:8px 0px 8px 15px;
		color:#FFFFFF;
		text-decoration:none;
		width:55px;
		height:30px;
		
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
	}



	.nav-header .home a:hover{
		background:url(images/home.jpg) no-repeat;
		width:55px;
		height:30px;
		float:left;
		padding-top:8px;
		cursor:pointer;
		color:#FFFFFF;
		
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
	}



	.nav-header .home-selected a:hover{
		font-size:11px;
		font-weight:normal;
		color:#333333;
		text-decoration:none;
		width:55px;
		height:30px;
		
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
	}


	/*menu club*/



	.nav-header .club
	{
		background:url(images/clup.jpg) no-repeat;
		width:100px;
		height:30px;
		float:left;
		cursor:pointer;
		
		font-size:11px;
		color:#1a3a57;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
	}



	.nav-header .club-selected
	{
		background:url(images/clup1.jpg) no-repeat;
		width:100px;
		height:30px;
		float:left;
		cursor:pointer;
		
		font-size:11px;
		color:#1a3a57;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;

	}


	.nav-header .club a{
		background:url(images/clup.jpg) no-repeat;
		width:100px;
		position:absolute;
		height:30px;
		float:left;
		padding-top:8px;
		cursor:pointer;
		text-align:center;
		
		font-size:11px;
		color:#1a3a57;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;

	}

	.nav-header .club-selected a{
		background:url(images/clup1.jpg) no-repeat;
		width:100px;
		height:30px;
		float:left;
		padding-top:8px;
		cursor:pointer;
		text-align:center;
		padding-top:8px;
		
		font-size:11px;
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
	}

	.nav-header .club a:hover{
		background:url(images/clup1.jpg) no-repeat;
		width:100px;
		height:30px;
		float:left;
		padding-top:8px;
		cursor:pointer;
		color:#FFFFFF;
		
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
	}



	.nav-header .club-selected a:hover{
		background:url(images/clup1.jpg) no-repeat;
		font-size:11px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		color:#1a3a57;
		width:100px;
		height:30px;

	}



	/*menu why choose novawhite*/


	.nav-header .why {
		background:url(images/why.jpg) no-repeat;

		width:155px;
		height:30px;

		float:left;

		font-size:11px;

		color:#1a3a57;

		font-family:Arial, Helvetica, sans-serif;

		font-weight:normal;
	}



	.nav-header .why-selected {

		background:url(images/why1.jpg) no-repeat;

		width:155px;

		height:30px;

		float:left;

		font-size:11px;

		color:#ffffff;

		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
	}



	.nav-header .why a {

		background:url(images/why.jpg) no-repeat;

		width:155px;

		height:30px;
		float:left;

		font-size:11px;

		color:#1a3a57;

		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;

		text-align:center;

		padding-top:8px;
	}



	.nav-header .why-selected a{



		background:url(images/why1.jpg) no-repeat;



		width:155px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



		text-align:center;



		padding-top:8px;



	}



	.nav-header .why a:hover{



		background:url(images/why1.jpg) no-repeat;



		width:155px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .why-selected a:hover {



		background:url(images/why1.jpg) no-repeat;



		width:155px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



		color:#1a3a57;



	}



	



	/*menu infomation center*/



	.nav-header .info {



		background:url(images/info.jpg) no-repeat;



		width:124px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .info-selected {



		background:url(images/info1.jpg) no-repeat;



		width:124px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .info a {



		background:url(images/info.jpg) no-repeat;



		width:124px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



		text-align:center;



		padding-top:8px;



	}



	.nav-header .info-selected a{



		background:url(images/info1.jpg) no-repeat;



		width:124px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



		text-align:center;



		padding-top:8px;



	}



	.nav-header .info a:hover{



		background:url(images/info1.jpg) no-repeat;



		width:124px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .info-selected a:hover {



		background:url(images/info1.jpg) no-repeat;



		width:124px;



		height:30px;



		float:left;



		font-size:11px;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



		color:#1a3a57;



	}



	



	/*menu hepl center*/



	.nav-header .help {



		background:url(images/help.jpg) no-repeat;



		width:85px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .help-selected {



		background:url(images/help1.jpg) no-repeat;



		width:85px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .help a {



		background:url(images/help.jpg) no-repeat;



		width:85px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



		text-align:center;



		padding-top:8px;



	}



	.nav-header .help-selected a{



		background:url(images/help1.jpg) no-repeat;



		width:85px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



		text-align:center;



		padding-top:8px;



	}



	.nav-header .help a:hover{



		background:url(images/help1.jpg) no-repeat;



		width:85px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .help-selected a:hover {



		background:url(images/help1.jpg) no-repeat;



		width:85px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	



	/*menu testimonial*/



	.nav-header .testimonial {



		background:url(images/test.jpg) no-repeat;



		width:89px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .testimonial-selected {



		background:url(images/test1.jpg) no-repeat;



		width:89px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .testimonial a {



		background:url(images/test.jpg) no-repeat;



		width:89px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



		text-align:center;



		padding-top:8px;



	}



	.nav-header .testimonial-selected a{



		background:url(images/test1.jpg) no-repeat;



		width:89px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



		text-align:center;



		padding-top:8px;



	}



	.nav-header .testimonial a:hover{



		background:url(images/test1.jpg) no-repeat;



		width:89px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .testimonial-selected a:hover {



		background:url(images/test1.jpg) no-repeat;



		width:89px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	



	/*menu media center*/



	.nav-header .media {



		background:url(images/media.jpg) no-repeat;



		width:93px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .media-selected {



		background:url(images/media1.jpg) no-repeat;



		width:93px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .media a {



		background:url(images/media.jpg) no-repeat;



		width:93px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



		text-align:center;



		padding-top:8px;



	}



	.nav-header .media-selected a{



		background:url(images/media1.jpg) no-repeat;



		width:93px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



		text-align:center;



		padding-top:8px;



	}



	.nav-header .media a:hover{



		background:url(images/media1.jpg) no-repeat;



		width:93px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .media-selected a:hover {



		background:url(images/media1.jpg) no-repeat;



		width:93px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



mediacenter:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal; color:#FFFFFF;	

	text-decoration: none;

}

mediacenter:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color:#FFFFFF;

	text-decoration: none;

}

mediacenter:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal; color:#FFFFFF;

	text-decoration: underline;

}

mediacenter:active {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color:#FFFFFF;

	text-decoration: none;

}



	/*menu about us*/



	.nav-header .about-us {



		background:url(images/about-us.jpg) no-repeat;



		width:72px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .about-us-selected {



		background:url(images/about-us1.jpg) no-repeat;



		width:72px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .about-us a {



		background:url(images/about-us.jpg) no-repeat;



		width:72px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



		text-align:center;



		padding-top:8px;



	}



	.nav-header .about-us-selected a{



		background:url(images/about-us1.jpg) no-repeat;



		width:72px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



		text-align:center;



		padding-top:8px;



	}



	.nav-header .about-us a:hover{



		background:url(images/about-us1.jpg) no-repeat;



		width:72px;



		height:30px;



		float:left;



		font-size:11px;



		color:#ffffff;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}



	.nav-header .about-us-selected a:hover {



		background:url(images/about-us1.jpg) no-repeat;



		width:72px;



		height:30px;



		float:left;



		font-size:11px;



		color:#1a3a57;



		font-family:Arial, Helvetica, sans-serif;



		font-weight:normal;



	}







	.nav-header .header-center .hoz-line{



		background:url(images/header_07.jpg) no-repeat;



		width:2px;



		height:30px;



		float:left;



	}











.big-line{



	height:4px;



	/*background-color:#5d94c3;*/



	background-color:#0a4f85;



	width:773px;



	float:left;



	overflow:hidden;



}



	.submenu{
/*		background:url(images/submenu.jpg) repeat-x;
*/		padding-left:0px;
		width:773px;
		padding-right:0px;
		height:30px;
		float:left;		
	}

	.submenu .nav{
		float:left;
		height:22px;
		padding-top:8px;
		cursor:pointer;
		color:#336699;
	}

	.submenu .nav-selected {
		float:left;
		height:22px;
		padding-top:8px;
		cursor:pointer;
		color:#A30052;
		background-color:#ffffff;
		
	}



	.submenu .nav a{
		font-size:11px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		color:#336699;
	}

	.submenu .nav-selected a {
		font-size:11px;
		font-family: Arial, Helvetica, sans-serif;
		color:#A30052;
	}

	.submenu .nav a:hover{
		font-size:11px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		color:#A30052;
		
	}


	.submenu .nav-selected a:hover {
		font-size:11px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		color:#A30052;
	}

.submenu .nav-selected a:visited {

		font-size:11px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		color:#A30052;
	}





	.submenu .hoz-line{
		background:url(images/hoz_line.jpg) no-repeat;
		width:2px;
		height:30px;
		float:left;
	}



/*****************/







	.header .quick_search{
/*		background:#88bee7;
*/		background:#ffffff;
		height:32px;
		float:left;
	}

		.header .quick_search .flat {

				font-size:12px;

	

				font-family:Arial, Helvetica, sans-serif;

	

				text-align:left;

				background:#ffffff;

				height:30px;

				width:200px;

				float:left;



		}

		.header .quick_search .flat a {

			padding:0;

			margin:0;

			color:#336699;

		}

		.header .quick_search .flat a:hover {

			padding:0;

			margin:0;

/*			color:#70D4FF;
*/			
			color:#A30052;

			text-decoration:underline;

		}

		

		 .header .quick_search .search_form {



			background:#ffffff;



			font-size:12px;



			font-weight:bold;



			font-family:Arial, Helvetica, sans-serif;



			color:#163b59;



			text-align:left;



			width:573px;



			height:32px;



			vertical-align:middle;



			overflow:hidden;

			float:left;



		 }



		.header .quick_search .search_form form{



			padding:0px;



			margin:0px;



			display:inline;



			



		}



		



		.header .quick_search .search_box{



			border:1px solid #999999;



			margin-bottom:7px;



			font-size:12px;



			color:#003300;



		}



		.header .quick_search .button{



			margin:0px;



			padding-left:10px;



			



		}







		.header .quick_search a{



			color:#fff467;



			padding-left:10px;



		}



	







/*collumn left*/



.left {



	width:156px;		



	float:left;



	padding:0px;



	background:#eaf7fc;



}



	.left .box h3
	{
		margin:0px;

		background:url(images/main_menu.jpg);

		font-size:12px;

		padding:5px;

		padding-left:10px;	

		margin-left:-10px;

		margin-top:0px;

		margin-right:-5px;

		color:#163b59;

		background-repeat:no-repeat;

	}



	.left .box h4 {



		margin:0px;



		font-size:12px;



		font-weight:normal;



		margin-left:5px;



	}



	.left .box ol {



		padding: 0px 0px 0px 25px;



		margin:0px 0px 0px 0px;



	}



	.left .box ol li{



		padding-left:-5px;



		color:#606366;



	}



	.left .box a:link{
		font-weight:normal;

		font-family: Arial, Verdana;

		color:#336699;
	}

	.left .box a:visited{
		font-weight:normal;
		font-family: Arial, Verdana;
		color:#336699;
	}

	.left .box a:hover{
		font-weight:normal;
		font-family: Arial, Verdana;
		color:#A30052;
/*		color:#70D4FF;
*/		text-decoration: underline;
	}

	.left .box a:active{



		font-weight:normal;

		font-family: Arial, Verdana;

		color:#336699;



	}



	.left .box{
		background:#eaf7fc;
		margin:8px;
		padding:5px;
		padding-left:10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:20px;
	}



/*Collumn right*/



.right {
/*	width:156px;
*/	float:right;
	background:#eaf7fc;
	padding-left:0px;
	margin-left:0px;
	border-left: solid 1px #000066;
	border-top: solid 1px #000066;
	border-bottom: solid 1px #000066;
/*	border-left:#87BEE7 1px solid;
*/
}




	.right .box{
		margin:8px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}



	/* Title box*/


	.right .box h3
	{
		margin:0px;
		color:#163b59;
		font-size:13px;
		font-weight:bold;
		padding:5px;
		padding-left:0px;	
		font-family:Arial, Helvetica, sans-serif;
		margin-left:0px;
		margin-top:-5px;
		margin-right:-5px;
	}
	.right .box h3 a:link
	{
		margin:0px;
		color:#163b59;
		font-size:13px;
		font-weight:bold;
		padding:5px;
		padding-left:0px;	
		font-family:Arial, Helvetica, sans-serif;
		margin-left:0px;
		margin-top:-5px;
		margin-right:-5px;
	}
	.right .box h3 a:hover
	{
		margin:0px;
		color:#163b59;
		font-size:13px;
		font-weight:bold;
		padding:5px;
		padding-left:0px;	
		font-family:Arial, Helvetica, sans-serif;
		margin-left:0px;
		margin-top:-5px;
		margin-right:-5px;
		text-decoration:none;
	}
	.right .box h3 a:visited
	{
		margin:0px;
		color:#163b59;
		font-size:13px;
		font-weight:bold;
		padding:5px;
		padding-left:0px;	
		font-family:Arial, Helvetica, sans-serif;
		margin-left:0px;
		margin-top:-5px;
		margin-right:-5px;
		text-decoration:none;
	}
	.right .box h3 a:active
	{
		margin:0px;
		color:#163b59;
		font-size:13px;
		font-weight:bold;
		padding:5px;
		padding-left:0px;	
		font-family:Arial, Helvetica, sans-serif;
		margin-left:0px;
		margin-top:-5px;
		margin-right:-5px;
		text-decoration:none;
	}



	.right .box h4

	{

		margin:0px;

		color:#1671A9;

		font-size:12px;

		font-weight:bold;

		padding:5px;

		padding-left:10px;	

		font-family:Arial, Helvetica, sans-serif;

	}

	.right .title {

		width:17px;

		font-size:12px;

		font-weight:bold;

		color:#1671A9;

	}



	.right .no {

		width:20px;

		font-size:12px;

		color:#000000;

		text-align:center;

	}

	.right .sell_price {

		width:50px;

		color: #990000;

		font-size:12px;

	}



	.right .price {
		color:#b14b35;
		font-size:12px;
		text-decoration:line-through;
		padding-bottom:10px;
	}	



	.right .product-name {
		color:#464649;
		font-size:12px;
		text-align:center;
		padding-bottom:5px;
		padding-top:5px;
	}



	.right .total {
		color: #990000;
		text-align:right;
		padding-right:10px;
	}



	.right .image img {
		/*width:108px;*/
		text-align:center;
	}



	.right .text {
		text-align:right;
		color:#FF0000;
		padding-right:10px;
	}
	
	.right .box a:link{
		font-weight:normal;
		font-family: Arial, Verdana;
		color:#336699;
	}

	.right .box a:visited{
		font-weight:normal;
		font-family: Arial, Verdana;
		color:#336699;
	}

	.right .box a:hover{
		font-weight:normal;
		font-family: Arial, Verdana;
		color:#A30052;
/*		color:#70D4FF;
*/		text-decoration: underline;
	}

	.right .box a:active{
		font-weight:normal;
		font-family: Arial, Verdana;
		color:#336699;

	}







.content{

	float:left;

	font-size:12px;

	width:440px;

/*	width:570px;
*/	font-family:Arial, Helvetica, sans-serif;

	padding:2px;

	display:inline;

	position:relative;

	margin:11px 0px 0px 5px;

}

		.content .title .profile {

			width:400px;

			float:left;

			padding-left:40px;


			display:inline;

			margin-top:3px;

		}



			.content .title .profile .title {

				font-size:14px;

				color:#666666;

				padding:5px;

				font-weight:bold;

				padding:5px;

				margin-left:0px;

				border-bottom: dotted thin #999999;
			}

			.content .title .profile .info {

				float:left;

				font-size:12px;

				color:#333333;

				padding:5px;

				margin-left:10px;

				width:100px;

			}

			.content .title .add-to-card {

				background:url(images/addtocart2.gif) no-repeat;

				width:109px;
				height:19px;

				padding-left:30px;
				padding-top:1px;
				float:left;
			}

			.content .title .reviews {

				background:url(images/reviews2.jpg) no-repeat;

				/*color:#FFFFFF;*/

				width:89px;
				height:19px;

				padding-left:22px;
				
				padding-top:1px;

				float:left;



			}



			.content .title .wish-list {

/*				background:url(images/wisht-list.jpg) no-repeat;
				color:#FFFFFF;
				padding:3px;
*/

				background:url(images/wisht_list.jpg) no-repeat;
				width:145px;
				height:19px;
				padding-top:1px;
				padding-left:22px;



				float:left;



			}



			.content .title .profile .error {



				color:#FF0000;



				padding:5px;



			}



			.content .title .profile .content {



				float:left;



				width:200px;



				font-size:12px;



				color:#666666;



				font-weight:bold;



				margin:5px;



			}		



			.content .title .title {



				font-size:14px;



				color:#666666;



				font-weight:bold;



				margin-left:5px;



				border-bottom: dotted thin #999999;



			}



			



			.content .title .row .info {



				float:left;



				font-size:12px;



				color:#333333;



				padding:5px;



				margin-left:10px;



				width:100px;



				background:#EAF7FC;



			}



			.content .title .profile .content {



				float:left;



				width:200px;



				font-size:12px;



				color:#666666;



				font-weight:bold;



				margin:5px;



			}



		.content .title .product {



			float:left;



			padding:5px;



			margin-left:10px;



		}



		.content .title .product .name {



			font-size:12px;



			font-weight:bold;



		}



		.content .title .product .image {



			float:left;



			padding:5px;



			



		}



		.content .title .product .description {



			float:left;



			font-size:10px;



			color:#333333;



			padding:5px;



		}



		.content .title .product .price {



			width:150px;



		}



		

	.content h1{
		color:#000099;
		font-size:20px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		padding:0px 25px 0px 5px;
	}

	.content h2{
		color:#1671A9;
		font-size:14px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		padding:0px 25px 0px 5px;
	}

	.content .title h3{
		color:#1671A9;
		font-size:14px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		padding:0px 5px 0px 5px;
	}



	.content .title h4{
		color:#333333;
		font-size:12px;
		padding-left:5px;
		text-align:left;
		margin:3px;
		font-family:Arial, Helvetica, sans-serif;
		padding-top:0px;
		font-weight:normal;
	}



	.content .list-product{
		width:177px;
		float:left;
		border-bottom:dotted 1px #978985;
		margin:4px;
		height:230px;
	}



	.content .list-product .title {
		color:#53546F;
		font-size:12px;
		font-weight:bold;
		
/*		text-transform:uppercase;
*/		
		width:170px;
		margin-left:0px;
		padding:0px;
/*		height:30px;
*/	}
	.content .list-product .title a{
		color:#336699;
		font-size:12px;
		font-weight:bold;
		margin-left:0px;
		padding:0px;
	}
	.content .list-product .title a:hover{
		color:#A30052;
		font-size:12px;
		font-weight:bold;
		margin-left:0px;
		padding:0px;
	}



	.content .list-product .content {
		color:#333333;
		float:left;
		width:190px;
		height:120px;
		padding:0px;
	}

	

	.content .list-product .content .image{
		float:left;
		width:80px;
		height:120px;
		padding:0px;
	}

	.content .list-product .price{

	}

	.content .list-product .sell_price{
		color:#993300;
	}

	.content .list-product .detail{
		float:left;
		width:50px;
		padding:0px;
		color:#567AB7;
		font-weight:bold;
	}

	.content .list-product .content .description{
		float:left;
		width:110px;
		height:120px;
		padding:0px;
	}



	.content .list-product ul{
		padding:2px;
		margin:0px;	
		width:95%;	
	}	

	.content .list-product ul li{
		display:inline;
	}

	.content .list-product ul .price{
		font-weight:bold;
	}	

	.content .price{
		color:#993300;
		font-weight:bold;
		text-decoration:line-through;
	}


	.content  .sell_price{
		color:#993300;
		font-weight:bold;
	}	

	.content  .list-product ul .detail a{
		text-align:right;
		padding-right:5px;
		color:#537CB8;
		font-weight:bold;
		border:0px;

	}		

	.content  .list-product ul .detail img{
		color:#A4403D;
		font-weight:bold;
		border:0px;

	}	

	.content .form {
		margin-top:5px;
		text-align:left;

	}

			.content .form .text {

				color:#666666;

				font-size:12px;

				padding:5px;

				margin:0px;

			}	



		.content .form .title {

			color:#333333;

			margin-left:150px;

		}

		.content .form .register {

			padding-bottom:5px;

			padding-top:5px;

		}



		.content .form .text_register {
			font-size:12px;

			color:#333333;

			padding:5px;
		}


		.content .form .register h4 {

			color:#163b59;

			font-size:14px;

			font-weight:bold;

			background-color:#b1d7f2;

			padding: 5px 0px 5px 10px;

			margin-left:10px;

			margin-right:10px;

		}


		.content .form .register .error {

			color:#FF0000;

			font-size:12px;

			padding:0px;	

			margin-left:30px;

		}


		.content .form .error {

			color:#FF0000;

			font-size:12px;

			padding:0px;	

			margin-left:30px;

		}


		.content .form .register .small_text {

			color:#000000;

			font-size:12px;

			padding-left:50px;

		}

		.content .form .register .image_code {

			color:#000000;

			font-size:12px;

			margin-left:120px;

		}

		.content .form .register .text {

			width:120px;

			float:left;

			color:#000000;

			font-size:12px;

			margin-bottom:5px;

			text-align:left;

			margin-left:30px;

		}



		.content .form .register .button {

			color:#000000;

			font-size:12px;

		}



.content_club{

	float:left;

	font-size:12px;

	width:560px;

	font-family:Arial, Helvetica, sans-serif;

	padding:2px;

	display:inline;

	position:relative;

	margin:11px 0px 0px 5px;

}

	.content_club .title {

		float:left;

		width:560px;

	}

	.content_club .title h3{

		color:#1671A9;

		font-size:14px;

		font-weight:bold;

		font-family:Arial, Helvetica, sans-serif;

		padding:0px 5px 0px 5px;

	}


	.content_club .title h4{

		color:#333333;

		font-size:12px;

		padding-left:5px;

		text-align:left;

		margin:3px;

		font-family:Arial, Helvetica, sans-serif;

		padding-top:0px;

		font-weight:normal;

	}


/* footer */

.footer{

	height:70px;

	background:#B1D7F2;

}

.footer .navigator
{
	background:#FFFFFF;

	text-align:center;

	color:#CEC9C8;

	padding:4px;

	font-size:12px;

	padding-top:10px;
}

.footer .navigator a:link

{
	color:#336699;
	text-decoration:none;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.footer .navigator a:visited
{
	color:#336699;

	text-decoration:none;

	font-weight:normal;

	font-family:Arial, Helvetica, sans-serif;
}


.footer .navigator a:hover
{
/*	color:#70D4FF;
*/	
	color:#A30052;

	text-decoration:underline;

	font-weight:normal;

	font-family:Arial, Helvetica, sans-serif;
}


.footer .navigator a:active

{
	color:#336699;

	text-decoration:none;

	font-weight:normal;

	font-family:Arial, Helvetica, sans-serif;
}

.footer .copyright{

	font-family:Arial, Helvetica, sans-serif;

	color:#000000;

	font-size:12px;	

	text-align:center;

	margin-top:10px;

}



.footer .contact{

	padding-right:50px;

	float:right;

	padding-top:15px;

	font-family:Arial, Helvetica, sans-serif;

	color:#FFFFFF;

	font-size:12px;	

}







/*content/main_table for shoppingcart module*/



	.button{



		background:url(images/buttom1.gif) no-repeat;

		color:#FFFFFF;

		border:0px;

		height:25px;



	}

	.button_text{

		color:#FFFFFF;

		font-size:13px;

		padding:3px;

	}



	#delivery_table{



		width:100%;



		position:relative;



		padding-top:50px;



	}



	#delivery_table .th{



		float:left;



		text-align:left;



		font-weight:bold;



		width:100%;



		height:20px;



		background-color:#0099FF;



	}



	#delivery_table .tr{



		width:100%;



		height:20px;



		padding:5px;



	}



	#delivery_table .td_left{



		text-align:left;



		display:inline;



		width:30%;



		float:left;



	}



	#delivery_table .td_right{



		text-align:left;



		display:inline;



		width:70%;



	}



	



	#status_bar .tr_bar{



		height:20px;



	}



	#status_bar .td_bar{



		display:inline;



		float:left;



		text-align:left;



	}



	



	



	/* shoppingcart */



	#shopping_cart{



		width:100%;



		position:relative;



		padding-top:50px;



	}



	#shopping_cart .trth{



		width:98%;



		padding:5px;



		height:20px;



	}



	#shopping_cart .th{



		float:left;



		text-align:left;



		font-weight:bold;



		height:20px;



		background-color:#0099FF;



	}



	#shopping_cart .tr{



		width:98%;



		padding:5px;



		height:50px;



	}



	#shopping_cart .td{



		text-align:left;



		display:inline;



		float:left;



	}



	



	/* new */



	#shopping_cart_table .trth{



		padding:5px;



		height:20px;



	}



	#shopping_cart_table .th{



		text-align:left;



		font-weight:bold;



		height:20px;



		background-color:#0099FF;



	}



	#shopping_cart_table .tr{



		padding:1px;



	}



	#shopping_cart_table .td{



		text-align:left;



	}



	/* select shipping */



	#shipping_method_table{



		width:100%;



		position:relative;



		padding-top:0px;



	}



	#shipping_method_table .tr{



		width:98%;



		padding:5px;



		height:20px;



	}



	#shipping_method_table .td{



		text-align:left;



		display:inline;



		float:left;



	}







/* for help desk*/



.link_ticket{



	font-size:12px;



	text-decoration:underline;



	color:#222222;



}



.text_ticket{



	font-size:12px;



	font-style:italic;



	color:#333333;



}



.ticket{



	border:#CCCCCC 1px solid;



	padding:5px;



}



.sub_title{



	padding-bottom:5px;



	padding-top:15px;



}



.newsubmenu { font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; }



.titlem:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #336699;

	text-decoration: none;

}

.titlem:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #336699;

	text-decoration: none;

}

.titlem:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

/*	color: #70D4FF;
*/
	color:#A30052;
	text-decoration: underline;

}

.titlem:active {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #336699;

	text-decoration: none;

}



/* Progress bar */

.pbar1 {

	background:transparent;

}



.pbar2 {

	background:#163B59;

}

.pbar3 {

	font-size:8pt;

	width:217px;

	padding:1px;

	border:solid #014E82 1px;

}

/* begin: added 21.08.2007*/
.link_product_name
{
	font-size:12px;
	color:#336699;
}
.link_product_name:hover
{
	font-size:12px;
	color:#A30052;
}
/* end: added 21.08.2007 */
			
/* MentorNet Changes */

.product_image {
	margin:5px;
	padding:2px;
	border:#C8E0EC 1px solid;
	text-align:center;
}
/*	border:#C8E0EC 3px solid; */
