/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	color:#FFFFFF;
}

/*-----------------------------------------------------  	BG Starts	---------------------*/

.topnavi-bg{
	background-image:url(images/index_03.gif);
	background-repeat:no-repeat;
}

.best-seller-bg{
	background-image:url(images/bg-best-seller.gif);
	background-repeat:no-repeat;
}



/*-----------------------------------------------------  	BG Ends	---------------------*/


/*-----------------------------------------------------  	Text Decoration Starts	---------------------*/


.text {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	color: #ffffff;
}

.text1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color: #FFFFFF;
}

.text2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	color: #FFFFFF;
}
.text3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	color: #ffffff;
}

.text4 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	color: #FFFFFF;
}

.text5 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:18px;
	color: #9C005B;
}

.naviheader {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	/*font-weight:bold;*/
	line-height:15px;
	color: #72C5E3;
	text-transform:uppercase;

}




/*-----------------------------------------------------  	Text Decoration Ends	---------------------*/

/*-----------------------------------------------------  	Text Link Starts	---------------------*/

a	{
	color: #72C5E3;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}


.navlink-left	{
	color: #72C5E3;
	text-decoration: none;
	text-transform:uppercase;
}

.navlink-left:hover	{
	color: #72C5E3;
	text-decoration: underline;
	text-transform:uppercase;
}




.copyright {
	color: #0093BE;
	text-decoration: none;
}

.copyright:hover {
	text-decoration: underline;

}

/*-----------------------------------------------------  	Text Link Ends	---------------------*/

/*-----------------------------------------------------  	Cell Padding Starts	---------------------*/
.cell-footer-padding {
	padding: 15px 17px 15px 17px;
	margin: 0px;
	
}

.cell-main-padding {
	padding: 45px 17px 20px 17px;
	margin: 0px;
	
}

.cell-leftnavi-padding {
	padding: 5px 0px 8px 7px;
	margin: 0px;
	
}

.cell-right-padding {
	padding: 2px 0px 0px 72px;
	margin: 0px;
	
}

.cell-bestseller-padding {
	padding: 0px 0px 0px 7px;
	margin: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:15px;
	color: #ffffff;
	
}



.img-arrow {
padding: 4px 0px 0px 8px;
margin:0px;
}


/*-----------------------------------------------------  	Cell Padding Ends	---------------------*/


/*-----------------------------------------------------  	textfield 	---------------------*/



.textfield1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: 20px;
	color: #FFFFFF;
	width: 150px;
	border: 1px solid #1E1E1E;
	background-color: #454545;
	margin:0px;
}

.textfield2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: 20px;
	color: #FFFFFF;
	width: 40px;
	border: 1px solid #1E1E1E;
	background-color: #454545;
	margin:0px;
}



