/** custom styles for every tab **/
/*** adidas example ***/
ul.vtabs li.selected a.brand_potion,
ul.vtabs li.selected a:active.brand_potion,
ul.vtabs li.selected a:visited.brand_potion	{ color: #FFF; background:#aecbdb;  }/*** button ***/
ul.vtabs li.selected div.brand_potion 		{ background: #aecbdb;; }/*** right dive ***/
ul.vtabs div.vtab-content .launch 		{ width: 268px; }
ul.vtabs div.vtab-content .right-col 	{ width: 537px; }
ul.vtabs div.vtab-content .right-col div.data { color: #FFF; }
ul.vtabs div.vtab-content .right-col div.data h2 { color: #0a7590; }
ul.vtabs div.vtab-content .right-col div.data a,
ul.vtabs div.vtab-content .right-col div.data a:active,
ul.vtabs div.vtab-content .right-col div.data a:visited { color: #FFF; }

/*** cocacola example ***/

ul.vtabs li.selected a.becreative,
ul.vtabs li.selected a:active.becreative,
ul.vtabs li.selected a:visited.becreative { color: #FFF; background: #818286; }
ul.vtabs li.selected div.becreative		 { background: #818286; }

ul.vtabs li.selected a.communicate,
ul.vtabs li.selected a:active.communicate,
ul.vtabs li.selected a:visited.communicate { color: #FFF; background: #070F22; }
ul.vtabs li.selected div.communicate		 { background: #070F22; }

ul.vtabs li.selected a.creative,
ul.vtabs li.selected a:active.creative ,
ul.vtabs li.selected a:visited.creative  { color: #FFF; background: #C4C5C7; }
ul.vtabs li.selected div.creative { background: #C4C5C7; }

ul.vtabs li.selected a.spikes-asia,
ul.vtabs li.selected a:active.spikes-asia ,
ul.vtabs li.selected a:visited.spikes-asia  { color: #FFF; background: #EE622D; }
ul.vtabs li.selected div.spikes-asia { background: #EE622D; }

ul.vtabs li.selected a.green-ganesha,
ul.vtabs li.selected a:active.green-ganesha ,
ul.vtabs li.selected a:visited.green-ganesha  { color: #FFF; background: #1A811B; }
ul.vtabs li.selected div.green-ganesha { background: #1A811B; }

ul.vtabs li.selected a.interview,
ul.vtabs li.selected a:active.interview ,
ul.vtabs li.selected a:visited.interview  { color: #FFF; background: #8F6E4E; }
ul.vtabs li.selected div.interview { background: #8F6E4E; }

ul.vtabs li.selected a.education,
ul.vtabs li.selected a:active.education ,
ul.vtabs li.selected a:visited.education  { color: #FFF; background: #17579E; }
ul.vtabs li.selected div.education { background: #17579E; }



