/* This Style Sheet is only for Static Pages. You can use these styles for special features, like ads but it is not connected to the main site info/ This is where to add special Prufrock styles 

Aug19,2003, R.L.Narasimha Rao ,Modified - Added class subcatdesc for subcategory description. 
*/


/* #################### TEMPLATE STYLES ########################## */


/* Default Link Styles */
/*
a, a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
*/

/* Style for items at the top of the page i.e. Cart and account  */
.topmenu {
	color: #000000;
	padding-right: 7px;
	font-size: 75%;
}
.topmenu a, .topmenu a:link, .topmenu a:visited {
	color: #999966;
	text-decoration: none;
	font-weight: bold;
}
.topmenu a:hover { 
	color: #666633; 
	text-decoration: none
}


/* Links along bottom of page */
#bottomlinks {
	background-image: url(/_img/global/bottomline_bg.gif);
	background-repeat: repeat-x;
	margin: 8px;
	padding-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666;
}
#bottomlinks a, #bottomlinks a:link, #bottomlinks a:visited  {
	color: #000000;
	margin-right: 7px;
	margin-left: 7px;
}
#bottomlinks a:hover {
	color: #CC0000;
	text-decoration: none;
}


#bottomlinks a.linkFooterIn, #bottomlinks a.linkFooterIn:link, #bottomlinks a.linkFooterIn:visited  {
	color: #666;
	margin-right: 7px;
	margin-left: 7px;
}
#bottomlinks a.linkFooterIn:hover {
	color: #666;
	text-decoration: none;
}




/* General style for text at bottom of the page or anywhere very small type is needed */
.fineprint {
	color: #000000;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fineprint a, .fineprint a:link, .fineprint a:visited {
	color: #000000;
	text-decoration: underline
}
.fineprint a:hover {
	color: #CC0000;
	text-decoration: none
}

/* Div style for the cart contents display at the top of the page */
#cartdisplay {
	margin-right: 15px;
	margin-left: 20px;
}
/* search area on left of template */
.searcharea {
	background-color: #CCCC99;
	margin-left: 8px;
	width: 167px;
}
/* Header section of search and subscribe on left */
.interfaceheader {
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px 3px 3px 7px;
	font-size: 70%;
	letter-spacing: 1px;
}
/* Div around entire left side of template */

/* area to the right ofdynamic area */
#rightarea {
	padding-right: 5px;
}
/* Div containing all page elements */
#pagebg {
	background-color: #FFFFFF;
}

/* #####Right side Promo module#####  */
.promomod {
	width: 173px;
	margin-bottom: 5px;
}
.promomodinside {
	font-size: 70%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-repeat: repeat-y;
}

/* Div around welcome to store image */
#welcomeheader {
	margin: 0px 0 10px 11px;
}

/* #####top level home promo box##### */
.homebox1 {
	margin-bottom: 10px;
	font-size: x-small;
}
.homebox1inside {
	background-repeat: repeat-y;
	padding: 8px 15px;
	font-size: 80%;
}
.homebox1inside img {
	float: left;
	margin-right: 10px;
	border: 4px double #CCCCCC;
}
.homebox1inside h2 {
	font-size: 150%;
	font-weight: bold;
	color: #990000;
	margin-bottom: 5px;
}
.homebox1insideauthor {
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
	font-size: 110%;
}
.homebox1insidemore {
	padding: 3px;
}
.homebox1insidemore a, .homebox1insidemore a:link, .homebox1insidemore a:visited {
	padding: 3px;
	font-style: oblique;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}


/* #################### STATIC PAGE STYLES ########################## */
h1 {
	color: #333366;
}
h2 {
	color: #CC6600;
}
h3 {
	color: #999900;
}
h4 {
	color: #0066FF;
}
p {
}
