﻿/*############## print email panel ###############*/
/* text link */
.ccp .top_content .links
{
	float:right !important;
}
/* print icon  */
.ccp .top_content .print .icon
{
	background:transparent url(../../../images/common/icons/icon-print.png) repeat scroll 0 0;
	/*behavior: url(  "IE6Transparent/iepngfix.htc" );*/
	width:16px;
	height:16px;
	overflow:hidden;
}

.ccp .top_content .print .icon_left
{
	background:transparent url(../../../images/common/icons/icon-print.png) repeat scroll 0 0;
	/*behavior: url(  "IE6Transparent/iepngfix.htc" );*/
	width:16px;
	height:16px;
	overflow:hidden;
	float:left;
}

.ccp .top_content .print .link
{
	color:#EA6022;
	font-family:Tahoma;
	font-size:11px;
	margin:0 8px 0 8px;
	float:left;
	text-decoration:underline;
	cursor:pointer;
}
/* for all href inside  */
.ccp .top_content a
{
	color:#EA6022;
	font-family:Tahoma;
	font-size:11px;
	margin:0 8px 0 8px;
	float:left;
}
/* email icon */
.ccp .top_content .email .icon
{
	background:transparent url(../../../images/common/icons/icon-email.png) repeat scroll 0 0;
	/*behavior: url(  "IE6Transparent/iepngfix.htc" );*/
	width:14px;
	height:14px;overflow:hidden;
}

.ccp .top_content .email .icon_left
{
	background:transparent url(../../../images/common/icons/icon-email.png) repeat scroll 0 0;
	/*behavior: url(  "IE6Transparent/iepngfix.htc" );*/
	width:14px;
	height:14px;overflow:hidden;
	float:left;
}
.ccp .top_content .email .link
{
	
}
/* email container*/
.ccp .top_content .email 
{
	margin:0 17px 0 7px;	
}

.ccp .top_content .printCompare 
{
  margin:0 20px 0 24px;
}

.ccp .top_content .print
{
	margin-left:38px;
}
