/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close {
	text-align: right;
	font-weight: bold;
   		color: #4071d2;
}

.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer;
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 2px 0;
}


.GB_Window .on { color: #ff4800; }
/*
.GB_Window .click { border-bottom: 1px solid red; }
*/

/*

Robosquid (beta) "Dry Ice"
Author: *** (a.k.a. Serr)

Robosquid Main CSS
Styling information used on every page on the site.

Anyone is free to use the contents of this CSS file according to the GNU General Public License (GPL).
http://www.gnu.org/copyleft/gpl.html

Feel free to drop the style author a design tip or question!

*/

body
{
		width: 94%;
		min-width: 1000px;
	margin: 0 auto 0 auto;	padding: 0;
		color: #3e351d;
		font-family: Verdana, "Lucida Sans Unicode", Arial, Helvetica, Sans_Serif;
		font-size: 12px;
	background: #13274b url(http://www.robosquid.com/style/images/main/main_bg_slice.gif) top repeat-x;
}

.normal
{
	color: #3e351d;
}

#main_container
{
	background-color: #fff;
}

.main_padding
{
	padding: 0 11px;
}

.top_left, .top_right, .bottom_left, .bottom_right, .top_border, .bottom_border, .special_top_left, .special_top_right, .special_bottom_left, .special_bottom_right, .special_top_border, .special_bottom_border
{
	display: block;
}

/* Set Hyperlink Colors */

a, a:link, a:visited
{
	color: #4071d2;
	text-decoration: none;
}

a:hover, a:active
{
	color: #ff4800;
	text-decoration: none;
}

table, tr, th, td
{
	border: 0;
	margin: 0;
	padding: 0;
}

img
{
	vertical-align: middle;
		margin: 0;
		padding: 0;
		border: 0;
}

a img
{
	text-decoration: none;
}

/* input elements ////////////////////// */
form
{
	margin: 0;
}

input, textarea, select
{
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #888;
		font-size: 11px;
	font-family: Verdana, "Lucida Sans Unicode", Arial, Helvetica, Sans_Serif;
}

.checkbox, .upload {
	border: 0;
}

.button
{
	background-color: #f1f1f1;
	border: 1px solid #999;
	color: #444;
	padding: 1px 4px;
	cursor: pointer;
}

.radio
{
	margin: 0 2px 0 10px;
	padding: 0;
	border: 0;
}

.tiny
{
	width: 3em;
}

.short
{
	width: 11em;
}

.medium
{
	width: 17em;
}

.medium_long
{
	width: 23em;
}

.long
{
	width: 31em;
}

.ginormous
{
	width: 41em;
}

select
{
	vertical-align: middle;
}

/* important elements ////////////////////// */

u
{
	text-decoration: none;
	border-bottom: 1px solid #999;
}

h1
{
		font-size: 16px;
	margin: 0;
	padding: 0;
		font-weight: bold;
	letter-spacing: 1px;
	color: #ff7700;
}

.inner_tan h1, h1.dark
{
	color: #FF6100;
}

h2
{
		font-size: 14px;
	margin: 0;
	padding: 4px 0;
		font-weight: normal;
	color: #777;
}

h3
{
		font-size: 11px;
	margin: 0;
	padding: 0;
		font-weight: bold;
}

h1 a, h2 a, h3 a
{
	text-decoration: none;
}

p
{
	margin: 0;
	padding: 0;
}

fieldset
{
	border: 1px solid #d3d3d3;
	width: 92%;
	margin: 0 auto 0 auto;
}

legend
{
	padding: 7px;
		font-size: 14px;
		color: #008706;
}

.rounded
{
	margin-bottom: 17px;
}

.rounded p, .rounded .content
{
	padding: 0 4px;
}

.rounded .full_view
{
	display: block;
	font-size: 10px;
	font-style: italic;
		margin-top: 7px;
}

.rounded ul
{
	margin-bottom: 0;
	text-align: left;
}

.rounded label
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.rounded .top_left
{
	height: 23px;
	padding-left: 23px;
	background: transparent url(http://www.robosquid.com/style/images/main/rounded_top_left.gif) bottom left no-repeat;
}

.rounded .top_right
{
	height: 23px;
	padding-right: 23px;
	background: transparent url(http://www.robosquid.com/style/images/main/rounded_top_right.gif) bottom right no-repeat;
}

.rounded .bottom_left
{
	height: 23px;
	padding-left: 23px;
	background: transparent url(http://www.robosquid.com/style/images/main/rounded_bottom_left.gif) top left no-repeat;
}

.rounded .bottom_right
{
	height: 23px;
	padding-right: 23px;
	background: transparent url(http://www.robosquid.com/style/images/main/rounded_bottom_right.gif) top right no-repeat;
}

.rounded .top_border
{
	height: 23px;
	background: transparent url(http://www.robosquid.com/style/images/main/rounded_top_border.gif) bottom repeat-x;
}

.rounded .bottom_border
{
	height: 23px;
	background: transparent url(http://www.robosquid.com/style/images/main/rounded_bottom_border.gif) top repeat-x;
}

.rounded .left_border
{
	padding-left: 23px;
	background: transparent url(http://www.robosquid.com/style/images/main/rounded_left_border.gif) left repeat-y;
}

.rounded .right_border
{
	padding-right: 23px;
	background: #fcf1d4/*fff7e1*/ url(http://www.robosquid.com/style/images/main/rounded_right_border.gif) right repeat-y;
}

.rounded .pointer
{
	width: 14px;
	height: 9px;
		margin: -1px 0 0 51%;
	background: transparent url(http://www.robosquid.com/style/images/main/comment_pointer.gif) bottom no-repeat;
}

.rounded .rating
{
	font-size: 10px;
}

.less_rounded .top_left
{
	height: 11px;
	padding-left: 11px;
	background: transparent url(http://www.robosquid.com/style/images/main/less_rounded_top_left.gif) bottom left no-repeat;
}

.less_rounded .top_right
{
	height: 11px;
	padding-right: 11px;
	background: transparent url(http://www.robosquid.com/style/images/main/less_rounded_top_right.gif) bottom right no-repeat;
}

.less_rounded .bottom_left
{
	height: 11px;
	padding-left: 11px;
	background: transparent url(http://www.robosquid.com/style/images/main/less_rounded_bottom_left.gif) top left no-repeat;
}

.less_rounded .bottom_right
{
	height: 11px;
	padding-right: 11px;
	background: transparent url(http://www.robosquid.com/style/images/main/less_rounded_bottom_right.gif) top right no-repeat;
}

.less_rounded .top_border
{
	height: 11px;
	background: transparent url(http://www.robosquid.com/style/images/main/less_rounded_top_border.gif) bottom repeat-x;
}

.less_rounded .bottom_border
{
	height: 11px;
	background: transparent url(http://www.robosquid.com/style/images/main/less_rounded_bottom_border.gif) top repeat-x;
}

.less_rounded .left_border
{
	padding-left: 11px;
	background: transparent url(http://www.robosquid.com/style/images/main/less_rounded_left_border.gif) left repeat-y;
}

.less_rounded .right_border
{
	padding-right: 11px;
	background: #f9f2e1 url(http://www.robosquid.com/style/images/main/less_rounded_right_border.gif) right repeat-y;
}

/*///// END main \/ BEGIN top:logo \\\\\*/

#top
{
	background-color: #f9eac0;
	padding: 0 0 0 23px;
		height: 180px;
}

#logo
{
	position: absolute;
	z-index: 0;
	display: block;
		width: 725px;
		height: 180px;
	background: transparent url(http://www.robosquid.com/style/images/main/TheLogo.gif) top left no-repeat;
	overflow: hidden;
	text-indent: -9000em;
}

/*///// END top:logo \/ BEGIN top:roboaid \\\\\*/

#robologin
{
	float: right;
	position: relative;
	z-index: 1;
	top: 12px;
	right: 100px;
		font-size: 10px;
		color: #3d341c;
		text-align: center;
}

#robologin input
{
	font-size: 10px;
	margin: 2px 0 2px 0;
}

#roboaid
{
	float: right;
	position: relative;
	z-index: 1;
	top: 7px;
	right: 23px;
		font-size: 10px;
	width: 36em;
}

#roboaid #robotabs
{
	background: transparent url(http://www.robosquid.com/style/images/main/dotted_dark.gif) bottom repeat-x;
	padding-bottom: 2px;
}

#roboaid .nav
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#roboaid .nav li
{
	display: inline;
	list-style: none;
		margin: 0;
		padding: 0;
}

#roboaid .nav a
{
	padding: 0 4px;
	cursor: pointer;
}

#roboaid .nav a.here
{
	margin: 0;
	color: #3e351d;
	cursor: default;
}

#roboaid img
{
	margin-bottom: 3px;
}

#roboaid .content
{
	padding: 0 0 3px 0;
}

#roboaid .entry
{
	padding: 4px 3px;
	background: transparent url(http://www.robosquid.com/style/images/main/dotted_dark.gif) bottom repeat-x;
}

#roboaid .entry p
{
	padding: 2px;
}

#roboaid .entry ul
{
	margin: 0 0 0 23px;
	padding: 2px 0;
}


#roboaid .entry li
{
	/*list-style: none;*/
	list-style: square;
	padding: 2px;
	}

#roboaid_cake
{
	margin-top: 7px;
	text-align: center;
}

/*///// END top:roboaid \/ BEGIN top:t1nav \\\\\*/

#t1nav
{
		margin: 0;
	padding: 0 0 0 23px;
		text-align: center;
	background: #f9eac0 url(http://www.robosquid.com/style/images/main/t1nav_left_edge.gif) bottom left no-repeat;
}

#t1nav .bottom_right
{
		padding: 0 23px 0 0;
	background: transparent url(http://www.robosquid.com/style/images/main/t1nav_right_edge.gif) bottom right no-repeat;
}

#t1nav ul
{
	margin: 0;
	padding: 0 0 6px 0;
	background: transparent url(http://www.robosquid.com/style/images/main/logo_bottom.gif) top left no-repeat;
}

#t1nav li
{
		display: inline;
	font-size: 14px;
	letter-spacing: 2px;
	list-style: none;
		padding: 0;
		margin: 0;
}

#t1nav a
{
	position: relative;
	z-index: 1;
		padding: 0 11px 7px 11px;
		margin: 0;
	color: #9d8d62;
	text-decoration: none;
}

#t1nav a:hover
{
	color: #4e4326;
		background: transparent url(http://www.robosquid.com/style/images/main/t1nav_selector_hover.png) bottom no-repeat;
	}

#t1nav a.here
{
	color: #4e4326;
		background: transparent url(http://www.robosquid.com/style/images/main/t1nav_selector.png) bottom no-repeat;
	}

/*///// END top:t1nav \/ BEGIN top:t2nav \\\\\*/

#t2nav
{
		background: #2b271b url(http://www.robosquid.com/style/images/main/t2nav_left_edge.gif) bottom left no-repeat;
	text-align: center; /*here instead of @ ul below for IE compatibility*/
		margin: 0;
		padding: 0;
}

/* We need this element to free the #t2nav ul of the background property, otherwise IE lt 7 bugs crop up */ 
#t2nav .bottom_right
{
	background: transparent url(http://www.robosquid.com/style/images/main/t2nav_right_edge.gif) bottom right no-repeat;
}

#t2nav ul
{
	padding: 8px 0 8px 0;
	margin: 0;
}

#t2nav li
{
		display: inline;
	font-size: 12px;
	letter-spacing: 1px;
	list-style: none;
		padding: 0;
		margin: 0;
}

#t2nav a
{
		padding: 0 7px 8px 7px;
		margin: 0;
	color: #969696;
	margin: 0;
	text-decoration: none;
}

#t2nav a:hover
{
	color: #e3e3e3;
		background: transparent url(http://www.robosquid.com/style/images/main/t2nav_selector_hover.png) bottom no-repeat;
	}

#t2nav a.here
{
	color: #e3e3e3;
		background: transparent url(http://www.robosquid.com/style/images/main/t2nav_selector.png) bottom no-repeat;
	}

/*///// END t2nav \/ BEGIN t3nav \\\\\*/

#t3nav
{
	margin: 0 0 23px 0;
}

#t3nav ul
{
		display: inline;
	padding: 0 0 8px 0;
	margin: 0;
	background: #fff url(http://www.robosquid.com/style/images/main/t3nav_bg_slice.gif) bottom left repeat-x;
	
	/* We use an image here rather than a border because IE won't let any nested elements render on top of the border (the arrow_selectors in the a:hover and a.here elements) */
}

#t3nav li
{
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#t3nav a
{
	color: #888;
	text-decoration: none;
	padding: 0 11px 8px 11px;
}

#t3nav a:link, #t3nav a:visited
{
	color: #4071d2;
}

#t3nav a:hover
{
	color: #ff4800;
		background: transparent url(http://www.robosquid.com/style/images/main/t3nav_selector_hover.gif) bottom no-repeat;
	}

#t3nav a.here
{
	color: #666;
		background: transparent url(http://www.robosquid.com/style/images/main/t3nav_selector.gif) bottom no-repeat;
	}

/*///// END t3nav \/ BEGIN main_content \\\\\*/

.main_content
{
	padding: 17px 23px 20px 23px;
}

.main_content p
{
	line-height: 17px;
	padding: 6px 23px 6px 7px;
}

.main_content ul
{
	list-style: square;
}

.main_content li
{
	line-height: 17px;
	margin: 6px 0;
}

.main_content select
{
	border: 1px solid #888;
	font-size: 11px;
}

/*///// END main_content \/ BEGIN bottom \\\\\*/

#bottom_white_finish
{
	margin: 0;
	padding: 0;
	height: 23px;
	background: #fff url(http://www.robosquid.com/style/images/main/bottom_white_finish_left.gif) bottom left no-repeat;
}

#bottom_white_finish .bottom_right
{
	display: block;
	height: 23px;
	background: transparent url(http://www.robosquid.com/style/images/main/bottom_white_finish_right.gif) bottom right no-repeat;
}

#bottom
{
	color: #453b20;
		text-align: center;
		font-size: 11px;
	margin: 0;
	padding: 0 0 0 23px;
			background: transparent url(http://www.robosquid.com/style/images/main/bottom_left.png) bottom left no-repeat;
	}

#bottom .bottom_right
{
	padding-right: 23px;
			background: transparent url(http://www.robosquid.com/style/images/main/bottom_right.png) bottom right no-repeat;
	}

#bottom .content
{
	margin: 0;
	padding: 6px 0;
		background-color: #f7e1a8;
}

/*******************************/

#filler
{
	height: 200px;
}

.form_button
{
	margin: 0 0 12px 0;
	text-align: center;
}

.red, .error
{ /*uh_oh, warnings, bad!*/
	color: #ae1717;
}

a.red, a:visited.red
{
	color: #920000;
	text-decoration: underline;
}

a:hover.red, a:active.red  {
	color: #e30000;
	text-decoration: none;
}

.green
{ /*completion, yay!*/
	color: #008006;
}

a.green, a:visited.green
{
	color: #008006;
	text-decoration: underline;
}

a:hover.green, a:active.green
{
	color: #34b039;
	text-decoration: none;
}


.blue
{ /*notices*/
	color: #1e4186;
}

a.blue, a:visited.blue
{
	color: #1e4186;
	text-decoration: underline;
}

a:hover.blue, a:active.blue
{
	color: #3d6cc9;
	text-decoration: none;
}


.notice_box
{
	width: 71%;
	margin: 0 auto 0 auto;
}

.text_center, .centered_text
{
	text-align: center;
}

.margin_center
{
	margin: 0 auto 0 auto;
}

.float_right
{
	float: right;
}

.float_left
{
	float: left;
}

.text_right
{
	text-align: right;
}

.text_left
{
	text-align: left;
}

.huge
{
	font-size: 17px;
}

.big
{
	font-size: 14px;
}

.small
{
	font-size: 10px;
}

.auto_width
{
	display: table;
	width: auto;
}

.vertical_middle
{
	vertical-align: middle;
	line-height: 16px;
}

.no_bullets
{
	list-style: none;
}

.page_container
{
	text-align: center;
	margin-bottom: 7px;
	margin-top: 15px;
}

.light_gray, .stone, a.stone
{
	color: #999;
}

a.light_gray, a:visited.light_gray
{
	color: #999;
	text-decoration: underline;
}

a:hover.light_gray, a:active.light_gray
{
	color: #3d6cc9;
	text-decoration: none;
}

.dark_gray
{
	color: #444;
}

a.dark_gray, a:visited.dark_gray
{
	color: #444;
	text-decoration: underline;
}

a:hover.dark_gray, a:active.dark_gray
{
	color: #ff4800;
	text-decoration: none;
}

.strong
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

.block
{
	display: block;
}

.link, .adder, .remover, .unremover
{
	cursor: pointer;
}

.hidden
{
	display: none;
}

.strikethru
{
	text-decoration: line-through;
}

#no_javascript_error h2, #no_javascript_error p
{
	color: #a3a3a3;
}

.inner_tan
{
	background-color: #f6eacb;
}

.outer_tan_border
{
	padding: 2px; 
	border: 1px solid #ccc6b7;
}

.magic_margin
{
	margin: 7px;
}

.orange
{
	color: #FF6100;
}
/*

Robosquid (beta) "Dry Ice"
Author: *** (a.k.a. Serr)

Robosquid Feedback CSS
Any page that has feedback (comments/reviews) posted on it will probably use this CSS.

Anyone is free to use the contents of this CSS file according to the GNU General Public License (GPL).
http://www.gnu.org/copyleft/gpl.html

Feel free to drop the style author a design tip or question!

*/

#reviews
{
	width: 92%;
	margin: 0 auto 0 auto;
}

#reviews td
{
	width: 50%;
	padding: 8px;
	text-align: center;
}

#reviews p, #comments p
{
	text-align: justify;
	padding: 0;
}

#reviews h2
{
	padding: 0;
}

/*

Robosquid (beta) "Dry Ice"
Author: *** (a.k.a. Serr)

Sidebar CSS
To Sidebar or Not To Sidebar?

Anyone is free to use the contents of this CSS file according to the GNU General Public License (GPL).
http://www.gnu.org/copyleft/gpl.html

Feel free to drop the style author a design tip or question!

*/

.sidebar
{
	width: 160px;
		margin: 17px 0 0 0;
		padding: 0 10px;
	font-size: 11px;
}

.sidebar h4
{
	text-align: center;
	margin: 4px 0;
	margin-bottom: 7px;
	padding: 0;
}


.lrnb
{
	background-color: #f9f2e1;
}

.lrnb .top_left
{
	height: 11px;
	padding-left: 11px;
	background: transparent url(http://www.robosquid.com/style/images/main/lrnb_top_left.gif) bottom left no-repeat;
}

.lrnb .top_right
{
	height: 11px;
	padding-right: 11px;
	background: transparent url(http://www.robosquid.com/style/images/main/lrnb_top_right.gif) bottom right no-repeat;
}

.lrnb .bottom_left
{
	height: 11px;
	padding-left: 11px;
	background: transparent url(http://www.robosquid.com/style/images/main/lrnb_bottom_left.gif) top left no-repeat;
}

.lrnb .bottom_right
{
	height: 11px;
	padding-right: 11px;
	background: transparent url(http://www.robosquid.com/style/images/main/lrnb_bottom_right.gif) top right no-repeat;
}

.lrnb .top_border
{
	height: 11px;
}

.lrnb .bottom_border
{
	height: 11px;
}

.lrnb .left_border
{
	padding-left: 11px;
}

.lrnb .right_border
{
	padding-right: 11px;
}

/*

Robosquid (beta) "Dry Ice"
Author: *** (a.k.a. Serr)

Iconification CSS
If you like icons, then you'll love this CSS file.

Anyone is free to use the contents of this CSS file according to the GNU General Public License (GPL).
http://www.gnu.org/copyleft/gpl.html

Feel free to drop the style author a design tip or question!

*/



.add_comment_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/add_comment.png) left no-repeat;
}


.add_devnote_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/add_devnote.png) left no-repeat;
}


.add_reply_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/add_reply.png) left no-repeat;
}


.bell_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/bell.png) left no-repeat;
}


.blue_alarm_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/blue_alarm.png) left no-repeat;
}


.blue_globe_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/blue_globe.png) left no-repeat;
}


.bricks_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/bricks.png) left no-repeat;
}


.cake_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/cake.png) left no-repeat;
}


.calendar_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/calendar.png) left no-repeat;
}


.camera_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/camera.png) left no-repeat;
}


.category_applications_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/category_applications.png) left no-repeat;
}


.category_code_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/category_code.png) left no-repeat;
}


.category_games_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/category_games.png) left no-repeat;
}


.category_graphics_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/category_graphics.png) left no-repeat;
}


.category_music_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/category_music.png) left no-repeat;
}


.category_music_clef_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/category_music_clef.png) left no-repeat;
}


.category_sound_effects_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/category_sound_effects.png) left no-repeat;
}


.category_writing_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/category_writing.png) left no-repeat;
}


.chart_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/chart.png) left no-repeat;
}


.checkmark_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/checkmark.png) left no-repeat;
}


.circled_checkmark_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/circled_checkmark.png) left no-repeat;
}


.coins_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/coins.png) left no-repeat;
}


.comments_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/comments.png) left no-repeat;
}


.config_cog_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/config_cog.png) left no-repeat;
}


.config_screwdriver_wrench_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/config_screwdriver_wrench.png) left no-repeat;
}


.config_wrench_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/config_wrench.png) left no-repeat;
}


.create_forum_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/create_forum.png) left no-repeat;
}


.cup_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/cup.png) left no-repeat;
}


.database_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/database.png) left no-repeat;
}


.delete_forum_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/delete_forum.png) left no-repeat;
}


.disk_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/disk.png) left no-repeat;
}


.download_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/download.png) left no-repeat;
}


.download_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/download.png) left no-repeat;
}


.edit_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/edit.png) left no-repeat;
}


.edit_comment_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/edit_comment.png) left no-repeat;
}


.emote_happy_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/emote_happy.png) left no-repeat;
}


.emote_plain_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/emote_plain.png) left no-repeat;
}


.emote_sad_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/emote_sad.png) left no-repeat;
}


.exclamation_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/exclamation.png) left no-repeat;
}


.favorites_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/favorites.png) left no-repeat;
}


.filetypee_music_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/filetypee_music.png) left no-repeat;
}


.filetype_graphics_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/filetype_graphics.png) left no-repeat;
}


.filetype_music_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/filetype_music.png) left no-repeat;
}


.filetype_pdf_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/filetype_pdf.png) left no-repeat;
}


.filetype_sound_effects_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/filetype_sound_effects.png) left no-repeat;
}


.filetype_zip_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/filetype_zip.png) left no-repeat;
}


.filetypo_sound_effects_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/filetypo_sound_effects.png) left no-repeat;
}


.film_roll_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/film_roll.png) left no-repeat;
}


.firefox_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/firefox.png) left no-repeat;
}


.flag_australia_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/flag_australia.png) left no-repeat;
}


.flag_belgium_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/flag_belgium.png) left no-repeat;
}


.flag_germany_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/flag_germany.png) left no-repeat;
}


.flag_netherlands_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/flag_netherlands.png) left no-repeat;
}


.flag_new_zealand_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/flag_new_zealand.png) left no-repeat;
}


.flag_usa_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/flag_usa.png) left no-repeat;
}


.lightbulb_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/lightbulb.png) left no-repeat;
}


.logout_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/logout.png) left no-repeat;
}


.lorry_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/lorry.png) left no-repeat;
}


.manage_invites_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/manage_invites.png) left no-repeat;
}


.minu_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/minu.png) left no-repeat;
}


.minus_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/minus.png) left no-repeat;
}


.msg_write_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/msg_write.png) left no-repeat;
}


.multiple_pages_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/multiple_pages.png) left no-repeat;
}


.new_mail_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/new_mail.png) left no-repeat;
}


.next_comment_reply_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/next_comment_reply.png) left no-repeat;
}


.orange_exclamation_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/orange_exclamation.png) left no-repeat;
}


.outbound_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/outbound.png) left no-repeat;
}


.plus_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/plus.png) left no-repeat;
}


.red_alarm_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/red_alarm.png) left no-repeat;
}


.reviews_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/reviews.png) left no-repeat;
}


.ruby_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/ruby.png) left no-repeat;
}


.shield_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/shield.png) left no-repeat;
}


.stop_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/stop.png) left no-repeat;
}


.tag_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/tag.png) left no-repeat;
}


.transmit_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/transmit.png) left no-repeat;
}


.undo_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/undo.png) left no-repeat;
}


.wand_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/wand.png) left no-repeat;
}


.warning_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/warning.png) left no-repeat;
}


.write_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/write.png) left no-repeat;
}


.write_review_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/write_review.png) left no-repeat;
}


.search_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/search.png) left no-repeat;
}


.award_star_add_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/award_star_add.png) left no-repeat;
}


.award_star_delete_icon
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	line-height: 16px;
	background: transparent url(http://www.robosquid.com/style/images/icons/award_star_delete.png) left no-repeat;
}

