/* @override http://t26.local.practical.cc/stylesheets/fonts.css */

@import url(showcases.css);

#font_navigation {
	padding: 10px 7px;
}

#font_navigation ul {
	margin-bottom: 15px;
}

#font_navigation h3 {
	text-transform: uppercase;
	font-size: 12px;
}

#font_navigation .current a {
	background: url(../images/rnavarrow.gif) no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
}


.font_catalog_header {
	margin: 5px 10px 0;
	font-size: 11px;
}

.name_header, .designer_name_header {
	font-weight: bold;
}

.designer_name_header {
	background: url(/images/sep.gif) repeat-x bottom left;
	padding-bottom: 10px;
}

.designers_list {
	margin: 10px;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 30px;
}

.designers_list h4 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #f33298;
}

.designers_list a {
	text-decoration: none;
}

.designers_list a:hover {
	color: #f33298;
	text-decoration: underline;
}

.designers_list .font_count {
	display: block;
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 5px;
}

.font_browse_title {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}

.font_browser {
	margin-top: 5px;
}

.name_header .font_browser {
	margin: 20px 0;
	font-size: 12px;
}

/*.name_header .font_browser a {
	display: inline-block;
	display: -moz-inline-box;
	padding: 5px;
	background: #d4d4d4;
	float: left;
}*/

/*.font_catalog_header .font_browse_title {
	font-size: 12px;
	margin-bottom: 5px;
}*/

.designer_header {
	margin-top: 10px;
}

.designer_header .font_browse_title {
	display: inline;
	margin-right: 5px;
}

.category_browse_header {
	padding-bottom: 5px;
	background: url(/images/sep.gif) repeat-x bottom left;
}

.name_header a,
.designer_name_header a {
	color: rgb(242, 37, 144);
}

.font_catalog {
	background: url(/images/sep.gif) repeat-x top left;
	margin: 10px;
}

#user_wishlist {
	background: none;
	margin: 0;
}

#user_wishlist li.font_listing {
/*	padding-left: 10px;
	padding-right: 10px;*/
	border-top: 1px solid #e5e5e5;
	border-bottom: 0;
}

#user_wishlist li.font_listing .font_info {
	margin: 0 10px 10px;
}

#user_wishlist li.font_listing .font_sample {
	margin: 15px 5px 10px;
}

.font_catalog .font_listing {
	/*background: url(/images/sep.gif) repeat-x bottom left;*/
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}

.font_catalog .font_listing .resource {
	width: 550px;
	margin: 10px 0;
}

.font_catalog .font_listing .font_info {
	margin-bottom: 10px;
	font-size: 11px;
}

.font_catalog .font_listing .font_info.inactive {

}

.font_catalog .font_info.inactive {
	color: #999;
	padding-bottom: 0;
	margin-bottom: 0;
}

.font_catalog .font_listing .name a,
.font_catalog .font_info.inactive .name {
	font-weight: bold;
	color: rgb(242, 37, 144);
	font-size: 12px;
	background: url(/images/arrow-pink.gif) no-repeat left center;
	padding-left: 8px;
	text-decoration: none;
}

.font_catalog .font_info.inactive .name {
	background: none;
	padding-left: 0;
	color: #8a8a8a;
}

.font_catalog .font_info.inactive p.explain {
	font-size: 12px;
	padding: 10px;
	margin: 5px 0 0 -10px;
	background: url(../images/backgrounds/stripes/white-busy.png);
}

.font_catalog .font_listing .name a:hover {
	text-decoration: underline;
}

.font_catalog .font_listing .cart_actions {
	float: right;
	font-size: 10px;
}

.font_catalog .font_listing .cart_actions a {
	margin-left: 5px;
	color: rgb(242, 37, 144);
	background: url(/images/icons/pink/shopping_cart.gif) no-repeat left center;
	padding-left: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.font_catalog .font_listing .cart_actions a.wishlist_link {
	background-image: url(/images/icons/pink/add.gif);
	margin-left: 8px;
}

.font_catalog .font_listing .cart_actions a.wishlist_link.delete {
	color: #999;
	background-image: url(/images/mini_icons/close.gif);
}

.font_catalog .font_listing .cart_actions a.wishlist_link span {
	display: none;
}

.font_catalog .font_listing .cart_actions a:hover {
	text-decoration: underline;
}

.font_listing .font_sample {
	padding: 0;
	margin: 15px 0 10px;
  min-height: 50px;
}
.font_listing .font_samle a {
  display: block;
}

.pages {
	text-align: center;
	position: relative;
	font-size: 12px;
	margin: 15px 10px;
	font-weight: bold;
}

.pages a {
	color: rgb(242, 37, 144);
}

.pages .prev_link {
	position: absolute;
	left: 0;
}

.pages .next_link {
	position: absolute;
	right: 0;
}



#specimen_img {
	margin: 20px 0 8px;
	position: relative;
	min-height: 160px;
}

img#windshield {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4400;
}

table#font_weights {
	width: 100%;
	border-top: 1px solid #d4d4d4;
}

.font_row td, .font_row th {
	padding: 3px 0;
	text-align: left;
	font-size: 11px;
}

.font_row.header_row th {
	font-size: 12px;
	padding-top: 15px;
}

.font_row.family_info td {
	font-size: 12px;
}

.font_row.odd {
	background-color: #efefd1;
}

.font_row .name {
	width: 196px;
	padding-left: 8px;
}

.font_row .price {
	padding-right: 8px;
}

.font_row td.cart_actions {
	font-size: 10px;
	padding: 0;
	padding-right: 8px;
	vertical-align: top;
}

.font_row .cart_actions a {
	text-transform: uppercase;
	font-size: 11px;
	padding: 3px 3px 3px 15px;
	display: inline-block;
	display: -moz-inline-box;
	font-weight: bold;
	/*background: url(/images/icons/pink/add.gif) no-repeat 3px center;*/
	background: url(/images/icons/pink/shopping_cart.gif) no-repeat 3px center;
	/*text-decoration: none;*/
}
.font_row .cart_actions a:hover {
  color: #F33298;
}

* html .font_row .cart_actions a {
	display: inline;
}

.font_row .cart_actions a:hover {
	/*background-color: #ffa;*/
	text-decoration: underline;
}

.family_info .cart_actions a {
	/*color: #f33298;*/
	/*background-image: url(/images/icons/pink/add.gif);*/
}

.family_info .name,
.family_info .price {
	font-weight: bold;
	color: rgb(243, 50, 152);
}

.family_info .price .legend {
	font-size: 10px;
	color: rgb(151, 141, 129);
}

.weight_info .name a {
	padding-left: 10px;
}

.weight_info.shown .name a {
	background: url(/images/arrow.gif) no-repeat left center;
}

.font_footer {
	margin: 10px 8px 20px;
	padding-bottom: 40px;
}

.font_footer .wishlist_link {
	text-transform: uppercase;
	font-weight: bold;
	color: #f33298;
	background: url(/images/icons/pink/add.gif) no-repeat 3px center;
	padding-left: 14px;
}

.font_footer .wishlist_link.delete {
	color: #6F5C4E;
	background-image: url(/images/mini_icons/close-6F5C4E.gif);
	padding-left: 15px;
}

.font_footer .font_info {
	border: 1px solid #e5e5e5;
	border-width: 1px 0;
	margin:  15px 0 0;
	padding: 15px 3px;
	font-size: 11px;
	line-height: 150%;
}

.font_footer .font_info dt {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	font-size: 12px;
}

.font_footer .font_info, .font_footer .font_info a {
	color: #6F5C4E;
}

#user_tags {
	border-top: 0;
	padding-top: 0;
}

.designer_credit {
	font-size: 12px;
}

#user_tags a.tag, .item_tags a.tag {
	padding: 1px 2px;
	text-decoration: none;
	background: #ffa;
	border: 1px solid #d4d4d4;
	color: #f33298;
}

a.tag:hover {
	text-decoration: underline;
}

a.edit_tags {
	background: url(/images/mini_icons/edit-6F5C4E.gif) no-repeat 2px center;
	padding-left: 15px;
}

a.close_tags {
	background: url(/images/mini_icons/close-6F5C4E.gif) no-repeat 2px center;
	padding-left: 14px;
}

.tags_description {
	font-size: 14px;
	line-height: 1.3em;
	padding: 20px 20px 0;
	margin: 0;
	border-top: 1px solid #d4d4d4;
}

#user_tag_cloud {
	padding: 0 20px;
	font-size: 16px;
	margin: 0;
}

#user_tag_cloud li a.tag {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	white-space: nowrap;
	background: #ffa;
	border: 1px solid #d4d4d4;
	padding: 2px 5px;
	text-decoration: none;
}

#user_tag_cloud li a:hover.tag {
	text-decoration: underline;
}


ul.tag_cloud, ul.tag_cloud li {
	list-style: none;
}

ul.tag_cloud li {
	display: inline;
}

ul.tag_cloud {
	margin: 20px 0;
	line-height: 1.6em;
}

ul.tag_cloud a.tag {
	margin-right: 5px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

ul.tag_cloud a.tag_6 {
	font-size: 80%;
	color: #aaa;
}

ul.tag_cloud a.tag_5 {
	font-size: 100%;
	color: #888;
}

ul.tag_cloud a.tag_4 {
	font-size: 120%;
	color: #666;
}

ul.tag_cloud a.tag_3 {
	font-size: 140%;
	color: #444;
}

ul.tag_cloud a.tag_2 {
	font-size: 160%;
	color: #222;
}

ul.tag_cloud a.tag_1 {
	font-size: 180%;
}

.item_tags {
	margin: 15px 10px 0;
	display: block;
}

.tag_caption {
	border-top: 1px solid #d4d4d4;
	padding: 15px 10px;
	font-size: 16px;
	color: #f33298;
}

.notags {
	border: 1px solid #d4d4d4;
	border-width: 1px 0;
}

dt.font_history {
	padding-top: 20px;
}

dd.font_history p,
dd.font_history li {
	font-size: 12px;
	line-height: 16px;
}

dd.font_history p {
	margin-bottom: 14px;
}

dd.font_history ul {
	padding-left: 18px;
}

dd.font_history li {
	list-style: square;
}
