/* 
		 Name:	rsqp.css
        Author:	Bob Meinhart (bob@eCommerce-Plus.com)
Description:	RSQP ProductCart CSS File
      Created:	12/29/2008
     Updated:	12/29/2008
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 62.5%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #F5F3E9;
}
/*
#wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
*/
#rowTable {
	height: 100%;
	width: 980px;
}
#headerTable {
	height: 100%;
	width: 960px;
}
#headerTable #headerTitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: bold;
	color: #0052AF;
	/*line-height: 0.9em;*/
}
#headerTable #headerTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	font-style: normal;
	font-weight: bold;
	color: #0052AF;
}

#borderTable {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
#borderTable #leftBorder {
	background-image: url(../../images/border_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#borderTable #rightBorder {
	background-image: url(../../images/border_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#mainTable {
	height: 100%;
	width: 100%;
}
td.vLine {
	background-color: #ACA899;
}

/*------SEARCH BOX STYLES---------------------------------*/
#searchSite {
	font-size: 1.6em; 
}
#searchSite input { 
	color: #306041; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em; 
}
#searchSite #submitButton { 
	color: #306041; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 0.7em; 
}
#searchSite #submitButton:hover { 
	color: #A80000; 
}
#searchSite a { 
	color: #3366CC; 
	font-size: 0.7em; 
	font-weight: bold;
	font-style: italic; 
	text-decoration: none; 
}
#searchSite a:hover { 
	color: #AC1004; 
	text-decoration: underline; 
}

#rsqpFooter { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.7em; 
	font-weight: bold; 
	color: #666666; 
}

/*------PRODUCTCART FOOTER STYLES------*/
#rsqpFooter { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	font-weight: bold; 
	color: #304061; 
	text-decoration: none; 
}
#rsqpFooter a { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	font-weight: bold; 
	color: #304061; 
	text-decoration: none; 
}
#rsqpFooter a:hover { 
	color: #AC1004; 
	text-decoration: underline; 
}
#rsqpFooter #rsqpCredits { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9em; 
	font-weight: bold; 
	color: #666666; 
}
#ecp {
	font-size: 0.9em;
	color: #0052AF;
	font-style: italic;
}
#ecp a {
	color: #0052AF;
	text-decoration: none;
}
#ecp a:hover {
	color: #A90000;
	text-decoration: underline;
}
div.menuHeader {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0052AF;
	padding-top: 2px;
	padding-bottom: 2px;
}
#leftColumn {
	width:190px;
	padding-left: 5px;
	padding-right: 5px;
}
#leftColumn a {
	font-size: 1.3em;
	font-weight: bold;
	color: #0052AF;
	text-decoration: none;
	text-align: left;
}
#leftColumn a:hover {
	color: #AC1004;
}
#middleColumn {
	padding-left: 10px;
	padding-right: 10px;
}
#rightColumn {
	width:200px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
}
#rightColumn a {
	font-size: 1.3em;
	font-weight: bold;
	color: #0052AF;
	text-align: center;
	text-decoration: none;
}
#rightColumn a:hover {
	color: #AC1004;
}

/*------USED FOR MENU TREE NAVIGATION------*/
.treeNav {
	color: #0052AF;
	text-decoration: none;
	font-size: 0.95em;
	text-align: left;
}
.treeNav a {
	color: #0052AF;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
.treeNav a:hover {
	color: #AC1004;
}

/*------BRUSH FINDER STYLES----------------------*/
#brushFinder {
	height: 62px;
	font-size: 1.3em;
}
#brushFinder a {
	color: #0052AF;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#brushFinder a:hover {
	color: #A90000;
	text-decoration: underline;
}

a { color: #304061; text-decoration: none; font-weight: bold;}
a:visited { text-decoration: none; color: #304061; font-weight: bold;}
a:hover { text-decoration: none; color: #AC1004; font-weight: bold;}
