
ul.css-tabsnew {  
	margin:0 !important; 
	padding:0;
	height:22px;
 	
}

/* single tab */
ul.css-tabsnew li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;
	width:33.3%
}

/* link inside the tab. uses a background image */
ul.css-tabsnew a { 
	font-size:11px;
	display:block;
	height: 22px;  
	line-height:22px;
	text-align:center;	
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
	padding:0px;
	margin:0px;	
	position:relative;
	top:0px;
	background-image:url('images/tabback.gif');
	background-repeat:repeat-x;
	padding: 0px 14px 0px 10px;
	border-right: solid 1px #ffffff;
}

ul.css-tabsnew a:hover {
	background-color: #c9c9c9;
    background-image: none;
    color: #3366cc;
}
	
/* selected tab */
ul.css-tabsnew a.current {
	color: #3366cc;	
	background-color: #c9c9c9;
    background-image: none;
	width:100px;
}

	
/* tab pane */
div.css-tabsnew div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
		width:100px;
	
}


/* Getquote Tabs Css */

ul.css-tabscoins {  
	margin:0 !important; 
	padding:0 0px 0 0;
	height:22px;
		width:338px;
 	
}

/* single tab */
ul.css-tabscoins li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;
	width:50%;
}

/* link inside the tab. uses a background image */
ul.css-tabscoins a  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
	display:block;  
	line-height:24px;
	text-align:center;	
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;	
	position:relative;
	top:0px;
	height: 24px;
   background-image: url('/images/coinstabsback.jpg');
   background-repeat: repeat-x;
   padding: 0px 14px 0px 10px;
   border-right: solid 1px #ffffff;
   border-bottom: solid 1px #c9c9c9;
}

ul.css-tabscoins a:hover {
	background-color: #ffffff;
    background-image: none;
    color: #3366cc;
    border-top: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
    border-right: solid 1px #c9c9c9;
}
	
/* selected tab */
ul.css-tabscoins a.current {
	background-color: #ffffff;
    background-image: none;
    border-top: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
    border-right: solid 1px #c9c9c9;
    color: #3366cc;
    border-bottom: 0px;
}

	
/* tab pane */
div.css-tabscoins div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}



/* Products Tabs Css */

ul.css-tabsproducts {  
	margin:0 !important; 
	padding:0 0px 0 0;
	height:22px;
 	
}

/* single tab */
ul.css-tabsproducts li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;
	width:25%;
}

/* link inside the tab. uses a background image */
ul.css-tabsproducts a  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3366cc;
    background-color:White;
	display:block;  
	line-height:19px;
	text-align:center;	
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;	
	position:relative;
	top:0px;
	height: 19px;
   padding: 0px 14px 0px 10px;
   border-right: solid 1px #ffffff;
   border: solid 1px #c0c0c0;
}

ul.css-tabsproducts a:hover 
{
     background-image: url('/app_themes/public/images/productstabs_bg.jpg');
   background-repeat: repeat-x;
   height:19px;
    color: #000000;
    font-weight:bold;
    border-top: solid 1px #c0c0c0;
    border-left: solid 1px #c0c0c0;
    border-right: solid 1px #c0c0c0;
}
	
/* selected tab */
ul.css-tabsproducts a.current {
	background-image: url('/app_themes/public/images/productstabs_bg.jpg');
   background-repeat: repeat-x;
   height:19px;
    color: #000000;
    font-weight:bold;
    border-top: solid 1px #c0c0c0;
    border-left: solid 1px #c0c0c0;
    border-right: solid 1px #c0c0c0;
    border-bottom:0px;
}

	
/* tab pane */
div.css-tabsproducts div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}





