@charset "UTF-8";
/* CSS Document */
	
/*---------------------  START CLEARFIX  ---------------------*/

.clearfix {display: inline;}

* html .clearfix {height: 1%}

.clearfix {display: block;}

.clear {
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.cleargap {
	clear: both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height: 40px;
	display: block;
}

/*---------------------   END CLEARFIX   ---------------------*/


/*---------------------  START TEXT ELEMENTS  ---------------------*/

h1.prismacolor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	color:#333333;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight: bold;
}

h2.prismacolor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#333333;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

h3.prismacolor {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	line-height:16px;
	color:#333333;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 0px 0px;
}

h4.prismacolor {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:14px;
	color:#333333;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 0px 0px;
}

h5.prismacolor {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:14px;
	color:#333333;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 0px 0px;
}

h6.prismacolor {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
}

p.prismacolor {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:12px;
	padding:0px 0px 1em;
	color:#666666;
}
.prismacolorsystembrands {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:13px;
	padding:0px 0px 0px 0px;
	color:#414141;
}
ul.prismacolor {
	font-family:Arial, Helvetica, sans-serif; 
	padding-left:2em;
	list-style-position: outside;
	list-style-type: disc;
}
ol.prismacolor {
	padding-left:2em;
	list-style-position: outside;
	list-style-type: decimal;
}

.prismacolor a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#414141;
}

.prismacolor a:visited {
	font-family:Arial, Helvetica, sans-serif; 
	color:#414141;
}

.prismacolor a:active {
	font-family:Arial, Helvetica, sans-serif; 
	color:#414141;
}
.prismacolor a:hover {
	font-family:Arial, Helvetica, sans-serif; 
	color:#f1bd06; 
}

.bold {
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
}
	
.prismacolorkit_small {
		font: 10px sans-serif;
		}		
.prismacolorkit_void {
		font: 8px sans-serif;
		}
		
.prismacolor-text2 {
	color: #999999;
	font-weight: bold;
}
.prismacolor-links a {
	color: #414141;
	font-weight: bold;
}
.prismacolor-links a:hover {
	color: #f1bd06;
	font-weight: bold;
}
.prismacolor-links a:active {
	color: #414141;
	font-weight: bold;
}

/*---------------------   END TEXT ELEMENTS   ---------------------*/


/*---------------------  START RIGHT NAV BUTTONS  ---------------------*/

#right-nav-buttons {
	width: 206px;
	position: relative;
	float: right;
	display: block;
	text-align: right;
	height: 100%;
	background-color: #333333;
	border-right: 1px solid #333333;
	margin-bottom: 0px;
}

/*---------------------   END RIGHT NAV BUTTONS   ---------------------*/


/*---------------------  START GLOBAL LAYOUT  ---------------------*/

#prismawrap {
	height: 100%;
	background-color: #333333;
}
#prismawrap-ID {
	height: 100%;
	background-color: #FFFFFF;
}

#USAS-leftnavwrap {
	height: 100%;
	background-color: #FFFFFF;
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
}

#prismacolor-wrapper-home {
	width: 823px;
	height: 100%;
}

#prismacolor-wrapper {
	width: 823px;
	height: 100%;
}

#pri-wrapper-ID {
	width: 822px;
	height: 100%;
}


#content.prismahome {
	width: 610px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/bg1.jpg") top left repeat-x;
}
#content.prismasubpage {
	width: 610px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}


#content.prismacolor {
	width: 610px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

.hr {
	background:url(http://www.tcpglobal.com/airbrushdepot/img/hr.gif) top left repeat-x;
	height:2px;
	margin:2px 0px;
	padding:0px 0px 0px 0px;
}

.hrDot {
	background:url(http://www.tcpglobal.com/airbrushdepot/img/dottedLineSingle.gif) top left repeat-x;
	height:1px;
	margin:3px 8px;
	padding:0px 0px 0px 0px;
}

.left {
	float:left;
}
.right {
	float:right;
}

/*---------------------   END GLOBAL LAYOUT   ---------------------*/


/*---------------------  START TESTORS CATEGORY SPLASH BUTTONS  ---------------------*/

#pc_homeMainPic a {
	display: block;
	width: 610px;
	height: 399px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#pc_homeMainPic img {width: 610px; height: 399px; border: 0; }
#pc_homeMainPic span {
  display: none;
}

#prismacolor-hdr1 a {
	display: block;
	width: 610px;
	height: 68px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/headers/prismacolor-hdr1.jpg") 0 0 no-repeat;
}
#prismacolor-hdr1 a:hover {
	background-position: 0px -68px;
}
#prismacolor-hdr1 span {
  display: none;
}

#pc_homeBOTTOMPic {
	display: block;
	width: 610px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/headers/btm-header1.png") 0 0 no-repeat;
}


#button-wrap {
	width: 610px;
	height: 165px;
	margin: 0px 0px 0px 1px;
}

#button-wrap2 {
	width: 609px;
	height: 124px;
	margin: 0px 0px 0px 1px;
}

#prismacolor-btn1 a {
	position: relative;
	display: block;
	float:left;
	width: 150px;
	height: 124px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn1.jpg") 0 0 no-repeat;
}
#prismacolor-btn1 a:hover {
	background-position: -150px 0;
}
#prismacolor-btn1 span
{
  display: none;
}

#prismacolor-btn2 a {
	position: relative;
	display: block;
	float:left;
	width: 150px;
	height: 124px;
	margin: 0px 1px 0px 2px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn2.jpg") 0 0 no-repeat;
}
#prismacolor-btn2 a:hover {
	background-position: -150px 0;
}
#prismacolor-btn2 span {
  display: none;
}

#prismacolor-btn3 a {
	position: relative;
	display: block;
	float:left;
	width: 150px;
	height: 124px;
	margin: 0px 1px 0px 2px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn3.jpg") 0 0 no-repeat;
}
#prismacolor-btn3 a:hover {
	background-position: -150px 0;
}
#prismacolor-btn3 span {
  display: none;
}

#prismacolor-btn4 a {
	position: relative;
	display: block;
	float: left;
	width: 150px;
	height: 124px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn4.jpg") 0 0 no-repeat;
}
#prismacolor-btn4 a:hover {
	background-position: -150px 0;
}
#prismacolor-btn4 span {
  display: none;
}

#prismacolor-btn5 a {
	position: relative;
	display: block;
	float:left;
	width: 150px;
	height: 124px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn5.jpg") 0 0 no-repeat;
}
#prismacolor-btn5 a:hover {
	background-position: -150px 0;
}
#prismacolor-btn5 span {
  display: none;
}

#prismacolor-btn6 a {
	position: relative;
	display: block;
	float:left;
	width: 150px;
	height: 124px;
	margin: 0px 1px 0px 2px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn6.jpg") 0 0 no-repeat;
}
#prismacolor-btn6 a:hover {
	background-position: -150px 0;
}
#prismacolor-btn6 span {
  display: none;
}

#prismacolor-btn7 a {
	position: relative;
	display: block;
	float:left;
	width: 150px;
	height: 124px;
	margin: 0px 1px 0px 2px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn7.jpg") 0 0 no-repeat;
}
#prismacolor-btn7 a:hover {
	background-position: -150px 0;
}
#prismacolor-btn7 span {
  display: none;
}

#prismacolor-btn8 a {
	position: relative;
	display: block;
	float: left;
	width: 150px;
	height: 124px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn8.jpg") 0 0 no-repeat;
}
#prismacolor-btn8 a:hover {
	background-position: -150px 0;
}
#prismacolor-btn8 span {
  display: none;
}


/*---------------------  HOME NAVIGATION BUTTONS  ---------------------*/

#prismacolor-btn1b a {
	position: relative;
	display: block;
	float:left;
	width: 200px;
	height: 165px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn1b.jpg") 0 0 no-repeat;
}
#prismacolor-btn1b a:hover {
	background-position: -200px 0;
}
#prismacolor-btn1b span
{
  display: none;
}

#prismacolor-btn2b a {
	position: relative;
	display: block;
	float:left;
	width: 200px;
	height: 165px;
	margin: 0px 1px 0px 2px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn2b.jpg") 0 0 no-repeat;
}
#prismacolor-btn2b a:hover {
	background-position: -200px 0;
}
#prismacolor-btn2b span {
  display: none;
}

#prismacolor-btn3b a {
	position: relative;
	display: block;
	float:left;
	width: 200px;
	height: 165px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn3b.jpg") 0 0 no-repeat;
}
#prismacolor-btn3b a:hover {
	background-position: -200px 0;
}
#prismacolor-btn3b span {
  display: none;
}

#prismacolor-btn4b a {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 165px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn4b.jpg") 0 0 no-repeat;
}
#prismacolor-btn4b a:hover {
	background-position: -200px 0;
}
#prismacolor-btn4b span {
  display: none;
}

#prismacolor-btn5b a {
	position: relative;
	display: block;
	float:left;
	width: 200px;
	height: 165px;
	margin: 0px 1px 0px 2px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn5b.jpg") 0 0 no-repeat;
}
#prismacolor-btn5b a:hover {
	background-position: -200px 0;
}
#prismacolor-btn5b span {
  display: none;
}

#prismacolor-btn6b a {
	position: relative;
	display: block;
	float:left;
	width: 200px;
	height: 165px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn6b.jpg") 0 0 no-repeat;
}
#prismacolor-btn6b a:hover {
	background-position: -200px 0;
}
#prismacolor-btn6b span {
  display: none;
}

#prismacolor-btn7b a {
	position: relative;
	display: block;
	float:left;
	width: 200px;
	height: 165px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn7b.jpg") 0 0 no-repeat;
}
#prismacolor-btn7b a:hover {
	background-position: -200px 0;
}
#prismacolor-btn7b span {
  display: none;
}

#prismacolor-btn8b a {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 165px;
	margin: 0px 1px 0px 2px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn8b.jpg") 0 0 no-repeat;
}
#prismacolor-btn8b a:hover {
	background-position: -200px 0;
}
#prismacolor-btn8b span {
  display: none;
}

#btn9-wrap {
	position: relative;
	display: block;
	float:left;
	width: 200px;
	margin: 0px 0px 0px 2px;
}

#prismacolor-btn9-top a {
	position: relative;
	display: block;
	width: 200px;
	height: 92px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn9b-top-down.jpg") 0 0 no-repeat;
}

#prismacolor-btn9-top img {width: 200px; height: 92px; border: 0; }
	* html a:hover {visibility:visible}
#prismacolor-btn9-top a:hover img{visibility:hidden}

#prismacolor-btn9-top span {
  display: none;
}

#prismacolor-btn9-btm a {
	position: relative;
	display: block;
	width: 200px;
	height: 73px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/prismacolor-btn9b-btm-down.jpg") 0 0 no-repeat;
}

#prismacolor-btn9-btm img {width: 200px; height: 73px; border: 0; }
	* html a:hover {visibility:visible}
#prismacolor-btn9-btm a:hover img{visibility:hidden}

#prismacolor-btn9-btm span {
  display: none;
}



/*---------------------  START HEADERS  ---------------------*/

#categories {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/category-hdr1-featured.jpg) top left no-repeat;
	height: 45px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}
#categories span {
  display: none;
}

#category-featured {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/category-hdr1-featured.jpg) top left no-repeat;
	height: 45px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
}

#colored-pencils a {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/colored-pencils2.jpg) top left no-repeat;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#colored-pencils a:hover {
	background-position: 0px -70px;
}
#colored-pencils span {
  display: none;
}

#art-markers a {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/art-markers2.jpg) top left no-repeat;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#art-markers a:hover {
	background-position: 0px -70px;
}
#art-markers span {
  display: none;
}

#pastels a {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/pastels2.jpg) top left no-repeat;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#pastels a:hover {
	background-position: 0px -70px;
}
#pastels span {
  display: none;
}

#charcoal-and-sketching a {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/charcoal-and-sketching2.jpg) top left no-repeat;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#charcoal-and-sketching a:hover {
	background-position: 0px -70px;
}
#charcoal-and-sketching span {
  display: none;
}

#graphite a {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/graphite2.jpg) top left no-repeat;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#graphite a:hover {
	background-position: 0px -70px;
}
#graphite span {
  display: none;
}

#erasers a {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/erasers2.jpg) top left no-repeat;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#erasers a:hover {
	background-position: 0px -70px;
}
#erasers span {
  display: none;
}

#fixatives a {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/fixatives2.jpg) top left no-repeat;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#fixatives a:hover {
	background-position: 0px -70px;
}
#fixatives span {
  display: none;
}

#accessories a {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/accessories2.jpg) top left no-repeat;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#accessories a:hover {
	background-position: 0px -70px;
}
#accessories span {
  display: none;
}

#tips-techniques a {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/tips-techniques2.jpg) top left no-repeat;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#tips-techniques a:hover {
	background-position: 0px -70px;
}
#tips-techniques span {
  display: none;
}

#product-demonstrations a {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/product-demos2.jpg) top left no-repeat;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#product-demonstrations a:hover {
	background-position: 0px -70px;
}
#product-demonstrations span {
  display: none;
}


#rebate-header {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/rebate-header2.jpg) top left no-repeat;
	width: 610px;
	height: 135px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#rebate-header span {
  display: none;
}


#rebate-wrap {
	height: 101px;
}
#rebate-chart {
	width: 170px;
	height: 101px;
	float: left;
	display: block;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/rebate-chart.jpg") top left no-repeat;
	margin: 0px 5px 0px 0px;
}
#rebate-chart span {
  display: none;
}
#rebate-download a {
	width: 170px;
	height: 101px;
	float: right;
	display: block;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/rebate-download.jpg") top left no-repeat;
	margin: 0px 0px 0px 5px;
}
#rebate-download span {
  display: none;
}
#rebate-textbox {
	height: 86px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: center;
	padding: 15px 5px 0px 0px;
	width: 255px;
}

.BGS {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 0px 5px;
	line-height: 28px;
}


/*---------------------  START CATEGORY PAGE  ---------------------*/

#catH1 {
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/headers/category-hdr1.jpg) top left no-repeat;
	height:30px;
	padding: 0px 5px 0px 5px;
	margin: 10px 0px 0px 0px;
}

#page_cat_desc {font-size: 12px; line-height: 1.2em; padding: 5px 0 3px 10px;}
	#page_cat_desc p{font-size: 12px; line-height: 1.2em; margin: 0; padding: 0;}
	#page_cat_desc ul{list-style-type: none; margin: 0; padding: 0;}
	#page_cat_desc li{background: url(http://www.tcpglobal.com/airbrushdepot/img/icon_bullet_li.gif) no-repeat 0 2px; padding: 0 0 0 10px;}

#listing_breadcrumb_row {
	padding: 0px 0px 0px 0px;
}
	
#listing_breadcrumb_title {
	width: 610px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	margin-top: 0px;
}

.listname {
	margin: 0px 1px 0px 5px;
	height: 51px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #515151;
	display: block;
}
	.listname a:link{
	color: #CCCCCC;
}
	.listname a:visited{
	color: #f1bd06;
}
	.listname a:active{
	color: #f1bd06;
}
	.listname a:hover{
	color: #f1bd06;
}
	
.listname100 {margin: 0px 1px 0px 5px; height: 86px; font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #515151;}
	.listname100 a:link{color: #515151;}
	.listname100 a:visited{color: #515151;}
	.listname100 a:active{color: #515151;}
	.listname100 a:hover{color: #0F3B76;}
	
.listname-extra {font-family:Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; font-style:italic; color: #515151;}
	
.listprice {
	margin: 0px 1px 0px 5px;
	height: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009ddf;
	display: block;
}
	.listprice a:link{color: #515151;}
	.listprice a:visited{color: #515151;}
	.listprice a:active{color: #515151;}
	.listprice a:hover{color: #0F3B76;}
	
#category-content-btm {
	width: 610px;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
}

#set-titles {
	width: 600px;
	background-color: #FFFFCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	margin: 5px 0px 4px 0px;
}

.click-viewimage {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#009ddf;
	text-align: right;
}

	
/*---------------------   END CATEGORY PAGE   ---------------------*/


/*---------------------  START PROD DETAIL PAGE  ---------------------*/

#prodImage {
	float:left;
	width:250px;
	overflow:hidden;
	margin:0px 10px 0px 0px;
}

#prodDetailsPAINT {
	padding:0px 0px 0px 5px;
	float:right;
	width:340px;
	height:240px;
}

#prodDetails {
	padding:0px 0px 0px 5px;
	float:right;
	width:340px;
	height:260px;
}
#prodDetails3 {
	padding:0px 0px 0px 5px;
	float:right;
	width:340px;
	height:280px;
}
#prodDetails4 {
	padding:0px 0px 0px 5px;
	float:right;
	width:340px;
	height:300px;
}

#prodListPaint #prodImage {
	float:left;
	width:250px;
	overflow:hidden;
	margin:0px 5px 0px 0px;
}

#prodListPaint #prodDetails {
	padding:0px 0px 0px 5px;
	float:right;
	width:340px;
}
.addImage {
	border:1px solid #e0e0e0;
}

#prodImage h2 {
	font-size:11px;
	line-height:20px;
	background:url(http://www.tcpglobal.com/airbrushdepot/img/bkgd_prod_enlarge.gif) repeat-x top left;
	color:#515151;
	font-weight:bold;
	padding:0px 10px 1px 10px;
	margin:5px 0px;
	text-align:right;
}

#prodDetails h1 {
	font-size:24px;
	font-weight:bold;
	color:#0F3B76;
	line-height:24px;
}	
#prodDetails3 h1 {
	font-size:24px;
	font-weight:bold;
	color:#0F3B76;
	line-height:24px;
}
#prodDetails4 h1 {
	font-size:24px;
	font-weight:bold;
	color:#0F3B76;
	line-height:24px;
}

#prodDetails h6 {
	font-size:10px;
	font-weight:normal;
	color:#515151;
	text-transform:uppercase;
	padding:5px 5px 5px 0px;
}	
#prodDetails3 h6 {
	font-size:10px;
	font-weight:normal;
	color:#515151;
	text-transform:uppercase;
	padding:5px 5px 5px 0px;
}
#prodDetails4 h6 {
	font-size:10px;
	font-weight:normal;
	color:#515151;
	text-transform:uppercase;
	padding:5px 5px 5px 0px;
}

#prodDetails h6.left {
	font-size:11px;
	font-weight:bold;
	color:#0F3B76;
	line-height: 15px;
	margin:8px 5px 8px 0px;
}
#prodDetails3 h6.left {
	font-size:11px;
	font-weight:bold;
	color:#0F3B76;
	line-height: 15px;
	margin:8px 5px 8px 0px;
}
#prodDetails4 h6.left {
	font-size:11px;
	font-weight:bold;
	color:#0F3B76;
	line-height: 15px;
	margin:8px 5px 8px 0px;
}

#prodDetails h6.right {
	font-size:11px;
	font-weight:normal;
	color:#515151;
	line-height: 15px;
	margin:8px 0px 8px 0px;
}
#prodDetails3 h6.right {
	font-size:11px;
	font-weight:normal;
	color:#515151;
	line-height: 15px;
	margin:8px 0px 8px 0px;
}
#prodDetails4 h6.right {
	font-size:11px;
	font-weight:normal;
	color:#515151;
	line-height: 15px;
	margin:8px 0px 8px 0px;
}

#prodDetails h5 {
	font-size:18px;
	font-weight:bold;
	color:#515151;
}
#prodDetails3 h5 {
	font-size:18px;
	font-weight:bold;
	color:#515151;
}
#prodDetails4 h5 {
	font-size:18px;
	font-weight:bold;
	color:#515151;
}


#prodNamePAINT {
	float:right;
	width: 330px;
	height:230px;
	padding:5px 0px 0px 5px;
	border: 1px solid #DEDEDE;
}
#prodName {
	float:right;
	width: 330px;
	height:250px;
	padding:5px 0px 0px 5px;
	border: 1px solid #DEDEDE;
}
#prodName3 {
	float:right;
	width: 330px;
	height:270px;
	padding:5px 0px 0px 5px;
	border: 1px solid #DEDEDE;
}
#prodName4 {
	float:right;
	width: 330px;
	height:290px;
	padding:5px 0px 0px 5px;
	border: 1px solid #DEDEDE;
}

#prodName .textField {
	width: 40px;
	padding: 2px;
}

#prodName .pad {
	padding: 0px 0px 0px 0px;
}

.addcart {
	text-align: right;
	margin:15px 0px 0px 0px;
}

#prodDescription, #prodAccessory {
	width:608px;
	border:1px solid #e0e0e0;
	margin-top:8px;
	margin-bottom:4px;
}

#prodDescriptionPAINT, #prodAccessory {
	width:335px;
	border:1px solid #e0e0e0;
	margin-top:5px;
	margin-bottom:2px;
	float: right;
}

#prodDetailsPAINT h4 {
	background-color:#f3f3f3;
	padding:4px 8px;
	border-bottom:1px solid #DEDEDE;
}
#prodDetails h4 {
	background-color:#f3f3f3;
	padding:4px 8px;
	border-bottom:1px solid #DEDEDE;
}
#prodDetails3 h4 {
	background-color:#f3f3f3;
	padding:4px 8px;
	border-bottom:1px solid #DEDEDE;
}
#prodDetails4 h4 {
	background-color:#f3f3f3;
	padding:4px 8px;
	border-bottom:1px solid #DEDEDE;
}

#prodDescription h4 {
	background-color:#f3f3f3;
	padding:4px 8px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #DEDEDE;
}
#prodDescriptionPAINT h4 {
	background-color:#f3f3f3;
	padding:4px 8px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #DEDEDE;
}


#prodDescription p {
	padding: 4px 2px 0px 4px;
	font-size: 12px;
}
#prodDescriptionPAINT p {
	padding: 2px 2px 0px 4px; font-size: 12px; line-height: 1.2em;
}

#prodDescription i.prismacolor-bullets-title {
	padding: 2px 2px 0px 4px; font-size: 14px; letter-spacing: normal; font-weight: bold; line-height: 1.2em;
}

#prodDescriptionPAINT i.prismacolor-bullets-title {
	padding: 2px 2px 0px 4px; font-size: 14px; letter-spacing: normal; font-weight: bold; line-height: 1.2em;
}

#prodAccessory p {
	font-size:11px;
	color:#515151;
	padding:0px 0px 5px;
}

#prodAccessory name.p a {
	font-size:12px;
	color:#0F3B76;
	font-weight:bold;
	padding:0px;
}

#accessoryBox {
	padding:0px 0px 9px;
	margin:10px;
	border-bottom:1px solid #DEDEDE;
}
.accImage {
	border:1px solid #DEDEDE;
	margin-right:12px;
}

#short_description {
	padding:10px;
}

#product_rows_container {
	padding: 0px 0px 0px 0px;
	margin: 5px 0 5px 1px;
}

.product_row {
	height: 205px;
	overflow: hidden;
	display: block;
	margin: 0px 0px 10px 0px;
}

.product_item {
	float: left;
	width: 147px;
	padding: 0px 0px 0px 0px;
	margin: 5px 3px 5px 2px;
	background-color: #333333;
	overflow: hidden;
	height: 195px;
}

.product_image a {
	display: block;
	border: 1px solid #f1bd06;
	background-color: #ffffff;
}
.product_image a:hover {
	display: block;
	border: 1px solid #009ddf;
	background-color: #ffffff;
}
.product_image a:visited {
	display: block;
	border: 1px solid #f1bd06;
	background-color: #ffffff;
}
.product_image a:active {
	display: block;
	border: 1px solid #f1bd06;
	background-color: #ffffff;
}

.product_details {
	padding: 3px 0px 3px 0px;
	width: 147px;
	height: 65px;
	margin: 1px 0px 0px 0px;
	background-color: #333333;
}
	* html .product_details {background-color: #333333; padding: 3px 0px 3px 0px; width: 147px; height: 65px;}
	
.product_details50 {background-color: #333333; padding: 3px 0px 3px 0px; width: 147px; height: 50px;}
	* html .product_details50 {background-color: #333333; padding: 3px 0px 3px 0px; width: 147px; height: 50px;}
	
.product_details100 {background-color: #333333; padding: 3px 0px 3px 0px; width: 147px; height: 100px;}
	* html .product_details100 {background-color: #333333; padding: 3px 0px 3px 0px; width: 147px; height: 100px;}

#product_brand {margin: 5px 5px 5px 0px;}


/*---------------------   END PROD DETAIL PAGE   ---------------------*/


/*---------------------  START GENERIC PAGE  ---------------------*/
#staticH1 {
	background:url(http://www.tcpglobal.com/airbrushdepot/img/bkgd_staticH1.jpg) top left no-repeat;
	height:44px;
	padding:22px 0 15px 16px;
	overflow: hidden;
}

#staticH1 h1.top, #catH1 h1.top {
	position:relative;
	z-index:3;
	color:#FFF;
	font-size:24px;
}
#staticH1 h1.bottom, #catH1 h1.bottom {
	position:relative;
	z-index:2;
	top:-17px;
	left:1px;
	color:#000;
	font-size:24px;
}
#static .content {
	padding:0px 10px 10px;
	font-size: 12px;
}

#static p.prismacolor{font-size: 12px; line-height: 1.5em;}


/*---------------------  END PAINTS  ---------------------*/

.NEW {
	color: #FF0000;
	font-weight: bold;
}

.setnumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}

.Description-Product-Titles1 {
	font-size: 14px;
	font-weight: bold;
	color: #0f3b76;
}

#charcoal-item-wrap {
	width: 280px;
	height: 110px;
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/charcoal-item-bg.jpg) top left no-repeat;
}

#charcoal-text-wrap {
	width: 140px;
	height: 100px;
	padding: 5px 5px 5px 5px;
	float: left;
	text-align: center;
}

#charcoal-texture-wrap1 {
	width: 140px;
	height: auto;
	text-align: center;
	margin-top: 30px;
}
#charcoal-texture-wrap2 {
	width: 140px;
	height: auto;
	text-align: center;
	margin-top: 20px;
}

#charcoal-description {
	width: 140px;
	height: 64px;
	text-align: left;
	margin-top: 0px;
}

#texture-line1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.charcoal-item-textures {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
}

.charcoal-item-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.charcoal-item-text {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

#charcoal-btn-wrap {
	width: 120px;
	height: 100px;
	padding: 5px 5px 5px 5px;
	float: right;
}

#options-line1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

#PACK3-btn-wrap a {
	width: 120px;
	float: left;
	height: 30px;
	margin-top: 10px;
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/btns/packs3.jpg) top left no-repeat;
}
#PACK3-btn-wrap a:hover {
	background-position: -120px 0;
}
#PACK3-btn-wrap span {
	display: none;
}

#BOX1-btn-wrap a {
	width: 120px;
	float: left;
	height: 30px;
	margin-top: 10px;
	background:url(http://www.usartsupply.com/PRISMACOLOR/images/btns/box1.jpg) top left no-repeat;
}
#BOX1-btn-wrap a:hover {
	background-position: -120px 0;
}
#BOX1-btn-wrap span {
	display: none;
}
#price-line1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin-top: 4px;
}

.individual-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009ddf;
}
.set-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009ddf;
}
.price-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}



#addtocart {
	width: 130px;
	float: right;
	height: 30px;
}

#item-title-sets {
padding: 5px;
height: 18px;
background: url("http://www.usartsupply.com/PRISMACOLOR/images/itemtitle_bg.jpg") 0 0 no-repeat;
font:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF0000;
}

#item-title {
padding: 5px;
height: 35px;
background: url("http://www.usartsupply.com/PRISMACOLOR/images/itemtitle_bg.jpg") 0 0 no-repeat;
}

#item-title a:link {
	color: #FF0000; text-decoration: none
}
#item-title a:active {
	color: #000000; text-decoration: none
	}
#item-title a:hover {
	color: #000000; text-decoration: none
	}

#purchase-item-bar {
	height: 45px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/itemtitle_bg.jpg") 0 0 no-repeat;
}
	
#purchase-item-bar1 {
	padding: 5px 5px 5px 5px;
	width: 400px;
	position: relative;
	float: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

#purchase-item-bar-one {
	padding: 5px 5px 5px 5px;
	margin: 10px 0px 0px 0px;
	width: 400px;
	float: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

#purchase-item-bar1.pn a:link, #purchase-item-bar.pn a:visited {
	font-weight: bold; color: #FF0000; text-decoration: none
}

#purchase-item-bar1.pn a:hover {
	font-weight: bold; color: #000000; text-decoration: none
}

#viewimage-btn1 a {
	display: block;
	float: left;
	width: 51px;
	height: 43px;
	margin: 2px 2px 2px 2px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/viewimage.png") 0 0 no-repeat;
}
#viewimage-btn1 a:hover {
	background-position: -51px 0;
}
#viewimage-btn1 span {
  display: none;
}

#addtocart-btn3A3B a {
	display: block;
	float: right;
	width: 130px;
	height: 43px;
	margin: 2px 4px 2px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/purchase3.png") 0 0 no-repeat;
}
#addtocart-btn3A3B a:hover {
	background-position: -130px 0;
}
#addtocart-btn3A3B span {
  display: none;
}

#addtocart-btn2A2B a {
	display: block;
	float: right;
	width: 125px;
	height: 25px;
	margin: 20px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/addtocart2.png") 0 0 no-repeat;
}
#addtocart-btn2A2B a:hover {
	background-position: -106px 0;
}
#addtocart-btn2A2B span {
  display: none;
}

#addtocart-btn1A1B a {
	position: relative;
	display: block;
	float: right;
	width: 106px;
	height: 18px;
	margin: 5px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.usartsupply.com/PRISMACOLOR/images/btns/addtocart1.png") 0 0 no-repeat;
}
#addtocart-btn1A1B a:hover {
	background-position: -106px 0;
}
#addtocart-btn1A1B span {
  display: none;
}

.purchase a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight: bold;
}

.purchase a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight: bold;
}

.purchase a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
}
.purchase a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
}


.purchaseTQ a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#007590;
	font-weight: bold;
}

.purchaseTQ a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#007590;
	font-weight: bold;
}

.purchaseTQ a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
}
.purchaseTQ a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
}


.purchaseFIX a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
}

.purchaseFIX a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
}

.purchaseFIX a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
}
.purchaseFIX a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#326981;
	font-weight: bold;
}

	
	
