﻿/*Category*/
.categoryName					{font-size:25px; font-weight:bold; margin:10px 0; color:#790000;}
#categories						{width:100%;}
#categories td					{padding:0 0 20px 0;}
#categories .preview			{}
#categories .name				{font-size:14px; font-weight:bold;}
#categories .description		{}

/*Item*/
.item							{border:1px #bcbcbc dotted; float:left; height:255px; margin:10px 10px 10px 10px; width:320px;}
.item .header					{background-color:#eee; height:35px; margin:0 0 5px 0; padding:5px 0 0 0;}
.item .header .name				{font-size:14px; font-weight:bold; padding:0 0 0 5px; width:250px;}
.item .header .sku				{font-size:11px; padding:0 0 0 5px;}
.item .preview					{float:left; margin:0 10px 0 5px; width:125px;}
.item .wrapper					{float:left;width:175px;}
.item a							{font-size:11px;}
.item .description				{font-style:italic; margin:0 0 10px 0; padding:5px;}

/*Asset*/
.asset							{color:#888; font-size:11px; width:100%; padding:0px; margin:0px;}
.asset td						{padding:5px 0px;}
.asset .type					{color:#888; font-size:11px;}

/*Search*/
#assets #search2				{border:dotted 1px #bcbcbc; padding:5px; width:307px; float:left; margin:0 0 10px 0;}
#search2 .noResults				{color:#ff0000; font-weight:bold;}
#search2 .search				{width:210px; float:left;}
#search2 .button				{width:97px; float:left; margin:-3px 0 0 0;}

/*Breadcrumbs*/
#breadcrumbs					{margin:0 0 10px 0;}
#breadcrumbs a					{color:#000;}
#breadcrumbs a:hover			{text-decoration:none;}


/*Agreement*/
#agreement div					{margin-top:10px;}
#agreement h2					{color:#888;}
#agreement #subheading			{font-style:italic;}
#agreement #form div.field span	{}
#agreement #document			{border:solid 1px #ccc; height:200px; overflow:scroll; padding:5px; width:500px;}

/*Breadcrumbs*/
#breadcrumbs					{color:#bcbcbc; width:355px; float:left;}
#breadcrumbs a					{text-decoration:none;}


