@CHARSET "UTF-8"; 

div.brandview {
	position: relative;
	z-index: 100;
	width: 890px;
	overflow: hidden;
	margin: 0 auto;
}

div.brand-header-img {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 200px;
}

div.brand-header-img div.bottomBtn {
	position: absolute;
	background: #fff;
	z-index: 101;
	padding: 3px 3px 0 0;
	margin: 178px 0 0 5px;
	right: 10px;
}

div.brand-header-img div.badge {
	position: absolute;
	bottom: -45px;
}

div.brand-header-img div.bottomBtn a {
	display: inline;
	float: left;
	padding: 0 5px 5px;
	margin: 0 0 0 3px;
	background: url(../images/global/bg-top-nav-link.png) repeat-x top left;
	color: #404041;
	text-transform: uppercase;
	text-decoration: none;
}

div.brand-header-img div.bottomBtn a:hover {
	background: #f00;
	color: #fff;
}

div.brand-details {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}

div.brand-details div.summary {
	float: left;
	display: inline;
	width: 122px;
	border-right: 1px dotted #999;
	height: 220px;
	padding-right: 10px;
	margin-right: 10px;
}

div.brand-details div.divider_v {
	margin: 0 10px;
	width: 1px;
	border-right: 1px dotted #999;
	height: 220px;
	float: left;
	display: inline;
}

div.brand-details div.summary div.logo-img {
	width: 122px;
	text-align: center;
	margin-bottom: 10px;
}

div.brand-details div.summary div.logo-img img {
	border: 1px solid #999;
	margin: 0 auto;
}

div.brand-details p.brand-name {
	font-weight: bold;
}

div.brand-details div.description {
	width: 440px;
	padding-right: 10px;
	height: 220px;
	margin: 0 0 10px 0;
	overflow: auto;
	float: left;
	display: inline;
}

div.brand-browser {
	text-align: center;
	padding: 5px 190px;
	margin-bottom: 10px;
	width: 504px;
	overflow: hidden;
	background: #ddd url(/images/brands/bg-rate.jpg) no-repeat top left;
	min-height: 26px;
}

div.brand-browser div.prev {
	float: left;
	display: inline;
}


div.brand-browser div.next {
	float: right;
	display: inline;
}

div.brand-browser div.prev a,
div.brand-browser div.next a {
	display: block;
	width: 80px;
	color: #333;
	text-decoration: none;
	border: 1px solid #999;
	padding: 5px;
	text-transform: uppercase;
}

div.brand-browser div.prev a {
	background: #fff url(/images/global/tree-left.png) no-repeat 5px center;
	padding-left: 30px;
}

div.brand-browser div.next a {
	background: #fff url(/images/global/tree-right.png) no-repeat 87px center;
	padding-right: 30px;
}

div.brand-browser div.rate {
	width: 260px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #999;
	padding: 2px 0;
	position: absolute;
	margin-left: 121px;
	text-transform: uppercase;
}

div.brand-browser div.rate span {
	float: left;
	display: inline;
	padding: 4px 10px 0;
}

div.brand-browser div.rate a {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 2px;
	border: none;
	text-indent: -5000px;
	background: url(/images/global/axe-outline.png) no-repeat top left;
	width: 28px;
	height: 20px;
	color: #f00;
}

div.brand-browser div.rate.no-indent {
	text-transform: none;
}

div.brand-browser div.rate.no-indent a {
	float: none;
	text-indent: 0;
	background: none;
	width: auto;
	height: auto;
	color: #c00;
}

div.brand-browser div.rate.no-indent p {
	padding: 0;
	height: 20px;
	margin: 0;
}

div.brand-browser div.rate a.highlight {
	background: url(/images/global/axe-filled.png) no-repeat top left;
}

div.brandview div.products_and_artwork {
	float: left;
	display: inline;
}

div.brandview div.products_artwork_tabs ul,
div.brandview div.comments_tabs ul {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

div.brandview div.products_artwork_tabs li,
div.brandview div.comments_tabs li {
	float: left;
	display: inline;
}

div.brandview div.products_artwork_tabs li a,
div.brandview div.comments_tabs li a {
	float: left;
	display: inline;
	color: #333;
	background: #ddd;
	padding: 5px 10px;
	margin:0 0 0 5px;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

div.brandview div.products_artwork_tabs li.current a,
div.brandview div.products_artwork_tabs li a:hover,
div.brandview div.comments_tabs li.current a,
div.brandview div.comments_tabs li a:hover {
	background: #222;
	color: #ddd;
}

div.brandview div.products_container {
	width: 568px;
	float: left;
	display: inline;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 15px 10px 0;
	margin: 0 10px 0 0;
	clear: left;
	min-height: 200px;
}

div.brandview div.products_container .pagination,
div.brandview div.artwork_container .pagination {
	width: 556px;
}

div.brandview div.products_container .pagination .prev,
div.brandview div.artwork_container .pagination .prev {	
	padding: 0;
	margin: 0;
	border: 0;
	height: 30px;
	width: 52px;
	text-indent: -5000px;
	background: transparent url(/images/global/btn-prev-small.png) no-repeat scroll left top;
}

div.brandview div.products_container .pagination .next,
div.brandview div.artwork_container .pagination .next {	
	padding: 0;
	margin: 0;
	border: 0;
	height: 30px;
	width: 52px;
	text-indent: -5000px;
	background: transparent url(/images/global/btn-next-small.png) no-repeat scroll left top;
}

div.brandview div.products div.product,
div.brandview div.artwork div.product {
	width: 127px;
	float: left;
	display: inline;
	padding-right: 20px;
}

div.brandview div.products div.last,
div.brandview div.artwork div.last {
	padding-right: 0 !important;
}

div.brandview div.products div.product p.name,
div.brandview div.artwork div.product p.name {
	text-transform: uppercase;
	padding: 5px 2px;
	font-size: 10px;
	margin: 0;
	font-size: 9px;
	height: 9em;
}

div.brandview div.artwork div.product p.price {
	text-transform: uppercase;
	padding: 0 2px 5px;
	font-size: 10px;
	margin: 0;
}

div.brandview div.products div.product a.thumb,
div.brandview div.artwork div.product a.thumb {
	display: block;
	width: 100%;
	height: 127px;
	text-align: center;
}

div.brandview div.products div.product a.thumb img,
div.brandview div.artwork div.product a.thumb img {
	border: 1px solid #999;
}

div.brandview div.comments_container {
	float: left;
	display: inline;
}

div.brandview div.comments_content {
	width: 255px;
	border: 1px solid #ddd;
	padding: 15px 10px;
	margin: 0 10px 0 0;
	min-height: 200px;
}

div.brandview div.comments_content div.comment {
	border-bottom: 1px dotted #999;
	padding: 10px;
	
}

div.brandview div.comments_content div.highlight {
	background: #efefef;
}

div.brandview div.comments_content div.comment p.details {
	font-size: 10px;
	margin: 0;
	padding-bottom: 5px;
	text-transform: uppercase;
}

div.brandview div.comments_content div.comment p.title {
	font-size: 12px;
	margin: 0;
	padding-bottom: 5px;
}

div.commercial {
	float: left;
	display: inline;
	width: 260px;
	overflow: hidden;
}

div.commercial div.controls {
	width: 248px;
	height: 20px;
	border: 1px solid #999;
	padding: 5px;
}

div.commercial div.controls div.rate {
	margin-left: 75px;
}

div.commercial div.controls div.rate a {
	color: #f00;
	background: #fff url(/images/global/axe-outline-tiny.gif) no-repeat top left;
	padding: 0;
	width: 20px;
	height: 14px;
	text-indent: -5000px;
	font-size: 10px;
	float: left;
	display: inline;
	margin-right: 2px;
}

div.commercial div.controls div.rate a.highlight {
	background: #fff url(/images/global/axe-filled-tiny.gif) no-repeat top left;
	color: #fff;
}

div.commercial div.controls a.prev {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	height: 30px;
	width: 52px;
	margin-top: -5px;
	margin-left: -5px;
	text-indent: -5000px;
	background: transparent url(/images/global/btn-prev-small.png) no-repeat scroll left top;
}

div.commercial div.controls a.next {
	float: right;
	display: inline;
	padding: 0;
	margin: 0;
	height: 30px;
	width: 52px;
	margin-top: -5px;
	margin-right: -6px;
	text-indent: -5000px;
	background: transparent url(/images/global/btn-next-small.png) no-repeat scroll left top;
}

div.product p.sold {
	position: absolute;
	width: 125px;
	text-align: center;
	background: #000;
	color: #fff;
	font-weight: bold;
	margin: 1px 0 0 1px;
}

div.product p.price {
	display: inline;
}

div.product form {
	display: inline;
} 

div.brands {
	position: relative;
	z-index: 100;
	width: 100%;
	/* overflow: hidden; */
}

div.brands div.pagination {
	clear: left;
	border: 1px dotted #999;
	width: 878px;
	padding: 5px;
	margin-bottom: 10px;
}

div.brands div.pagination a.prev {
	float: left;
	display: inline;
	/*width: 136px;
	height: 78px;
	background: url(/images/global/btn-prev.gif) no-repeat top left;
	text-indent: -5000px;*/
}

div.brands div.pagination a.next {
	float: right;
	display: inline;
	/*width: 136px;
	height: 78px;
	background: url(/images/global/btn-next.gif) no-repeat top left;
	text-indent: -5000px;*/
}

div.brands div.pagination span {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 8px;
	width: 500px;
}

div.brands div.brand {
	border: 1px dotted #999;
	padding: 0;
	width: 288px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

div.brands div.brand:hover {
	background: #efefef;
}

div.brands div.brand.last {
	margin: 0;
}

div.brands div.brand a {
	color: #333;
	text-decoration: none;
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 5px 0;
}
/*
div.brands div.brand a:hover {
	background: #efefef;
}
*/
div.brands div.brand div.logo {
	float: left;
	display: inline;
	width: 122px;
	height: 102px;
	text-align: center;
	padding: 0 0 10px 5px;
}

div.brands div.brand div.logo img {
	border: 1px solid #999;
}

div.brands div.brand div.detail {
	float: left;
	display: inline;
	width: 148px;
	padding-left: 10px;
}

div.brands div.brand div.detail p {
	padding: 0 0 5px 0;
	margin: 0;
}

div.brands div.brand div.detail p.name {
	font-size: 14px;
	width: 100%;
	height: 1.5em;
	overflow: hidden;
	font-weight: bold;
}

div.brands div.brand div.detail p.slogan {
	width: 100%;
	height: 4.5em;
	overflow: hidden;
}

div.brands div.brand div.rate {
	clear: left;
	padding: 5px 0 0 0;
	margin: 0 5px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

div.brands div.brand div.rate p {
	margin: 0;
	padding: 0 0 5px 0;
}

div.brands div.brand div.brand_products {
	margin: 5px;
	height: 127px;
	width: 278px;
	overflow: hidden;
	position: relative;
}

div.brands div.brand div.brand_products a.prev,
div.brands div.brand div.brand_products a.next {
	position: absolute;
	display: none;
	/*width: 40px;
	padding: 5px;
	border: 1px solid #999;
	height: 10px;*/
	width: 52px;
	height: 30px;
	color: #333;
	bottom: 5px;
	z-index: 105;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	text-indent: -5000px;
}

div.brands div.brand div.brand_products a.prev {
	background: url(/images/global/btn-prev-small.png) no-repeat top left;
}

div.brands div.brand div.brand_products a.next {
	background: url(/images/global/btn-next-small.png) no-repeat top left;
}

div.brands div.brand div.brand_products:hover a.prev,
div.brands div.brand div.brand_products:hover a.next {
	display: block;
}

div.brands div.brand div.brand_products a.next {
	right: 0;
}

div.brands div.brand div.brand_products div.inner {
	height: 127px;
	width: 1320px;
	position: absolute;
}

div.brands div.brand div.product {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}

div.brands div.brand div.product a {
	padding: 0;
	margin: 0;
}

div.brands div.brand div.product img {
	border: 1px solid #999;
}
div.tag_list a {
	text-decoration: none;
	color: #999;
	margin-right: 5px;
}
div.tag_list a.added {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}