/*------------------------------------------------------------------
[Simon's Stylesheet]

Project:	 ArtRage
Version:	1.0
Last change:	15/09/2008
Primary use:	Website
-------------------------------------------------------------------*/






.existingProducts, .existingProducts li, .existingProducts ul {
	list-style-type : none;
	padding : 0;
	margin : 0;
}

.existingProducts ul {
	margin-left : 20px;
}

.existingProducts li {
	padding : 10px;
	margin-bottom : 10px;
	border : 2px dotted #CCCCCC;
}

.existingProducts li li {
	padding : 0px;
	margin : 0px;
	border : 0;
}

.existingProducts h3 {
	font-size : 14px;
}

.niceList, .niceList li {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

.niceList {
	margin-left : 25px;
	margin-bottom : 20px;
}

.niceList li {
	list-style-type : square;
	margin-bottom : 6px;
}

a.niceLink {
	text-decoration : none;
	border-bottom : 1px dotted #FF9000;
	color : #D57A00;
}

a.niceLink:hover {
	border-bottom : 1px solid #FF9000;
}


.faqs h3 {
	background-color : #F3F3F3;
	padding : 4px;
	padding-left : 12px;
}


.faqs h4 {
	margin : 0;
	padding : 0;
	margin-top : 14px;
	color : #666666;
}

.faqs .faq {
	margin : 0;
	padding : 0;
	padding-bottom : 10px;
	border-bottom : 1px dotted #CCCCCC;
}

.subjects ul {
	margin : 0;
	padding : 0;
}

.subjects ul li {
	font-size : 13px;
	font-weight : bold;
	list-style-type : none;
}

.subjects ul ul {
	margin : 0;
	padding : 0;
	margin-left :30px;
	margin-bottom : 10px;
}

.subjects ul ul li {
	font-size : 11px;
	font-weight : normal;
	list-style-type : disc;
	margin-bottom : 4px;
}

/**
 *  support pages
 */
#hiddenSubject_component{
    display: none;
}

/**
 *  end support pages
 */

  








