/*
 * YOOtheme template club
 * Copyright (C) 2007 YOOtheme
 * http://www.yootheme.com
 */

/* layout styling */
@import url(layout.css);

/* general tag styling */
@import url(general.css);

/* menu styling */
@import url(menu.css);

/* module styling */
@import url(module.css);

/* Joomla core styling */
@import url(joomla.css);

/* Third party extensions styling */
@import url(extensions.css);

.rokslide {
	padding: 15px;
}

/* rokslide stuff */

ul#rokslide-toolbar {
	background: url(../images/body/grey/tabs-bg.png) 0 0 repeat-x;
}

#rokslide-toolbar li.active { 
	background: #00349C;
}

#rokslide-toolbar li.current { 
	background: #00349C;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}

#rokslide-toolbar li {
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	color: #484848;
}

#frame {
	background: #00349C;
}

#frame div.button#left { 
	background: url(../images/body/grey/tabs-prev.png) 0 0 no-repeat;
}

#frame div.button#right { 
	background: url(../images/body/grey/tabs-next.png) 0 0 no-repeat;
}
