/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/



/* Tag Browser -copied/stolen from video-browser*/

div#tag-browser-holder { 
	border:5px solid #E2E2E2;  
	clear:both;
}

div#tag-browser-crop {
	overflow-y: hidden;  
	background: #29ccf2;
}

div.tag-browser-down, div.tag-browser-up { 
	height: 30px; 
	cursor: pointer;
}

div.tag-browser-down { 
	background: url(images/tag-browser-sprites.png) 50% -204px ; 
	border-top:1px solid #29ccf2;
}
div.tag-browser-down:hover { 
	background: url(images/tag-browser-sprites.png) 50% -80px ;
}

div.tag-browser-up { 
	background: url(images/tag-browser-sprites.png) 50% -139px ; 
	border-bottom:1px solid #29ccf2;
}
div.tag-browser-up:hover { 
	background: url(images/tag-browser-sprites.png) 50% -15px ;
}

div#tag-browser-holder ul#tag-browser { 
	border: 0;
}

