﻿/*Category*/
#assets h2{margin:5px 0;}
.categoryName{font-size:16px; font-weight:bold; margin:10px 0;}
a{color:#A99317;}
a:hover{color:#f6d419;}

#categories1{width:100%;}
#categories1 td{padding:5px;}
#categories1 .preview{height:155px; width:213px; text-align:center;}
#categories1 .name{font-size:14px; font-weight:bold; text-align:center;}
#categories1 .description{}

/*Item*/
.item{width:265px;float:left; border:1px #333 solid; margin:10px 5px 10px;}
.item .header{margin:0; background-color:#333; height:30px; padding:7px 0; border-bottom:1px solid #000;}
.item .header .name{float:left; font-weight:bold; font-size:12px; padding:0 0 0 5px;}
.item .sku{font-size:11px; margin:0; padding:1px 5px; line-height:20px; text-align:right; border-top:1px solid #000;}
.item .preview{float:left; width:80px; margin:0 10px 0 5px;}
.item .wrapper{float:left; width:200px;}
.item .description{font-style:italic; margin:0 0 10px 0; padding:5px; float:left;}

/*Asset*/
.asset{width:150px; float:left;}
.asset .type{text-align:right; font-size:11px; color:#bbb;}
.asset a{color:#A99317; text-decoration:none;}
.asset a:hover{color:#F6D419; text-decoration:none;}

/*Search*/
#assets #search{border:solid 1px #333; padding:5px; width:220px; float:right;}
#search .noResults{font-weight:bold; color:#f00;}

/*Breadcrumbs*/
#breadcrumbs{margin:0 0 10px 0; float:left; width:200px;}
#breadcrumbs a{color:#fbde2b;}
#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{width:500px; height:200px; overflow:scroll; border:solid 1px #ccc;	padding:5px;}