/*Generic elements ----------------------------------------*/

body {
	background-color: #FFFFFF;
	background-image: url(../images/core/bg-gradient.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}
body, p, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link, a:visited, a:active {
	color: #E92073;
	text-decoration: none;
}
a:hover {
	color: #E92073;
	text-decoration: underline;
}
.highlight {
	color: #E92073;
}
.viewmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E92073;
}
.viewmore a:link, .viewmore a:visited, .viewmore a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.picbdr {
	border: 1px solid #DC7BB4;
}
.subhdr {
	font-size: 20px;
	color: E92073;
}



/*Side Backgrounds --------------------------------------*/
.leftbg {
	background-image: url(../images/core/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rightbg {
	background-image: url(../images/core/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/*Shopping Cart Panel --------------------------------------*/
#cartinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-image: url(../images/core/bg-cart.gif);
	background-repeat: no-repeat;
	padding: 14 0 14 0;
}

#cartinfo a:link, #cartinfo a:visited, #cartinfo a:active {
	color: #E92073;
	text-decoration: none;
}
#cartinfo a:hover {
	color: #E92073;
	text-decoration: underline;
}


/*Mailing List Panel --------------------------------------*/
#mailinglist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#mailinglist input {
	background-color: #F6C6E1;
	border: 1px solid #E92073;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


/*Feature Product--------------------------------------------*/
#ftrprod .productpic {
	padding-right: 5px;
}
#ftrprod .productlink{
	font-weight: bold;
	color: #000000;
	padding:10 0 10 0;
}
#ftrprod .productlink a:link, #ftrprod .productlink a:visited, #ftrprod .productlink a:active {
	font-weight: bold;
	color: #000000;
}
#ftrprod .productlink a:hover{
	font-weight: bold;
	color: #E92073;
}
#ftrprod .productprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E92073;
	padding-bottom: 10px;
}
#ftrprod .productdesc {
	padding:5 0 10 0;
}
#ftrprod .viewmore {
	padding-bottom: 5px;
}




/*Feature Specials-------------------------------------------------------*/
#ftrspecials .productpic {
	padding-right: 5px;
}
#ftrspecials .productlink{
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
}
#ftrspecials .productlink a:link, #ftrspecials .productlink a:visited, #ftrspecials .productlink a:active {
	font-weight: bold;
	color: #666666;
}
#ftrspecials .productlink a:hover{
	font-weight: bold;
	color: #E92073;
}
#ftrspecials .productdesc {
	padding-bottom: 5px;
}
#ftrspecials .productprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E92073;
}



/*Product Catalogue----------------------------------*/
#catalogue .columns {
 width: 25%;
padding:0 0 30px 0;
 display: inline;
 vertical-align: text-top;
}
#catalogue .productpic {	
	padding: 0 15 5 15;
}
#catalogue .productlink{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0 15 5 15;
}
#catalogue .productlink a:link, #catalogue .productlink a:visited, #catalogue .productlink a:active {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#catalogue .productlink a:hover{
	font-weight: bold;
	color: #E92073;
}
#catalogue .productprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E92073;
	padding: 0 15 5 15;
}



/*Product Listing*/
#productlisting .productlink{
	font-size: 13px;
	font-weight: bold;
	color: #E92073;
	padding-bottom: 5px;
}
#productlisting .productlink a:link, #productlisting .productlink a:visited, #productlisting .productlink a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#productlisting .productlink a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E92073;
}

#productlisting .productprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E92073;
	padding-bottom: 10px;
}

#productlisting .productdesc {
	padding-bottom: 10px;
}
#productlisting .viewmore {
	padding-bottom: 10px;
}

#productlisting .productpic {
	padding-left: 10px;
}
#productlisting .productpic2 {
	padding-bottom:10;
}



/*Page Index---------------------------------------------------------*/
#pageindex {
	color: #000000;
}
#pageindex a:link, #pageindex a:visited, #pageindex a:active {
	text-decoration: none;
}
#pageindex a:hover {
	text-decoration: underline;
}







/*Breadcrumb-----------------------------------------------*/
#breadcrumb {
	padding: 10 15 15 30;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	font-size: 10px;
	font-weight: bold;
}
.topHdr {
	background-image: url(../images/core/top-logo.gif);
	background-repeat: no-repeat;
}


#search {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#search input {

	background-color: #F6C6E1;
	border: 1px solid #E92073;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/*Navigation Product-----------------------------------------------*/

ul.nav-products {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.nav-products li {
	display: block;
	padding: 3px;
	margin-top: 2px;
	background: #E92073;
}

ul.nav-products li a, ul.nav-products li a:hover {
	color: #FFFFFF !important;
	font-weight: bold !important;
	text-decoration: none !important;
}


	







