/*-----------------------------------------------------------------------------
Anicetti Main Style Sheet

version:   1.0
author:    Mikel M. Sitterly, Jr.
email:     msitterly@p-a-g.net
website:   http://www.p-a-g.net/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

a:active img{
	outline:none;
}

a:focus img{
	-moz-outline-style: none;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	text-align: center;
	font: 70.5%/1.6 verdana, geneva, arial, sans-serif;
	text-align: left;
	background: #000000 url('images/orf-background-main2.jpg') repeat-x top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

html{
	overflow: scroll;
	background-color: transparent;
	outline: none;
	-moz-outline-style: none;
}



/* =Headings
-----------------------------------------------------------------------------*/
p{
	margin: 0px 0px 20px 15px;
}
h1{
	font: 128.5%/1.6 verdana, geneva, arial, sans-serif;
	font-weight: bold;
	color: #003399;
	margin: 10px 0px 0px 15px;
}

h2{
	font: 128.5%/1.6 verdana, geneva, arial, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 0px 15px;
}

h3{
	font: 100% verdana, geneva, arial, sans-serif;
	font-weight: bold;
	color: #003399;
	margin: 0px 0px 0px 15px;
}

em{
	font-weight: bold;
	font-style: normal;
}


/* =Links
-----------------------------------------------------------------------------*/

/*a.srollover {
	position: relative;
	margin: -25px 0px 0px 0px;
	display: block;
	width: 130px;
	height: 25px;
	background-image: url(images/quote_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
} */

a.srollover {
    display: block;
    width: 130px;
    height: 25px;
    background: url("images/quote_btn.gif") 0 0 no-repeat;
    text-decoration: none;
}


a:hover.srollover {
    background-position: -130px 0;
} 

div.quotetxtlnk{
	font-size: 80%;
	line-height: 24px;
	width: 100%;
	height: 24px;
	position: relative;
	margin: 25px auto 0px auto;
	text-align: center;
	text-transform: uppercase;
	color: #0000ff;
	text-decoration: none;
}

.quotetxtlnk a:link{
	width: 100%;
	height: 24px;
	color: #0000ff;
	text-decoration: none;
}

.quotetxtlnk a:visited{
	width: 100%;
	height: 24px;
	color: #0000ff;
	text-decoration: none;
}

.quotetxtlnk a:hover{
	width: 100%;
	height: 24px;
	color: #0000ff;
	text-decoration: underline;
}

.quotetxtlnk a:focus{
	width: 100%;
	height: 24px;
	color: #0000ff;
	text-decoration: none;
}

.quotetxtlnk a:active{
	width: 100%;
	height: 24px;
	color: #0000ff;
	text-decoration: none;
}

/* external links
================================== */

/*a[href^="https:"] {
  background: url(images/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http:"] {
  background: url(images/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http://www.anicetti.com"], a[href^="http://anicetti.com"]  {
  background-image: none;
  padding-right: 0;
}

a[href^="mailto:"] {
  background: url(images/email.png) no-repeat right top;
  padding-right: 15px;
} */


/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
#mainnav{
	position: relative;
	width: 463px;
	height: 23px;
	background: #0d3c91;
	z-index: 5;
	white-space: nowrap;	
	text-align: center;
}

#nav-wrapper{
	position: relative;
	width: 589px;
	height: 25px;
	margin: 25px auto 0px auto;
	text-align: center;
	border: 1px solid #000000;
	z-index: 25;

}

ul#navigation{
	margin: 0px auto 0px auto;
	padding-left: 0px;
	list-style-type: none;
	background: transparent;
	float: left;
	white-space: nowrap;
	border: 1px solid #000000;
}

ul#navigation li{
	display: inline;
	margin: 0px auto 0px auto;
	white-space: nowrap;
}

ul#navigation a{
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0px auto 0px auto;
	padding: 0px 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	background: transparent;
	white-space: nowrap;
}

ul#navigation a:hover{
	background: #5d8cbc;
}

body#home a#homenav,
body#products a#productsnav,
body#new-releases a#new-releasesnav,
body#instructions a#instructionsnav,
body#about-us a#about-usnav,
body#contact-us a#contact-usnav,
body#search a#searchnavna,
body#dealer a#dealernavna{
	color: #ffffff;
	background: #123456 url(menu-bar/images/PM_light_south.gif) no-repeat right center;
}

body#home a#homenavna,
body#products a#productsnavna,
body#new-releases a#new-releasesnavna,
body#instructions a#instructionsnavna,
body#about-us a#about-usnavna,
body#contact-us a#contact-usnavna,
body#search a#searchnavna,
body#dealer a#dealernavna{
	color: #ffffff;
	background: #123456;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/

.quotebtn{
	position: relative;
	background-image: url(images/quote_btn.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: -5px 0px 27px 15px;
	width: 130px;
	height: 25px;
	z-index: 10;
}

.quotebtn span{
	position: absolute;
	margin: -5px 0px 27px 15px;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.btmnav{
	color: #ffffff;
	text-align: center;
	margin: 15px 0px 15px 0px;
	font-size: 70.5%;
}

a.btmnav:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}

a.btmnav:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}

a.btmnav:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

a.btmnav:focus {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}

a.btmnav:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}

body#home a#homelow,
body#products a#productslow,
body#new-releases a#new-releaseslow,
body#instructions a#instructionslow,
body#about-us a#about-uslow,
body#contact-us a#contact-uslow,
body#dealer a#dealerlow,
body#search a#searchlow{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

body#home a#homelow:hover,
body#products a#productslow:hover,
body#new-releases a#new-releaseslow:hover,
body#instructions a#instructionslow,
body#about-us a#about-us:hover,
body#contact-us a#contact-us:hover,
body#dealer a#dealerlow,
body#search a#searchlow{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

.follow_roll_overs:link img {
	border: 1px solid #000000;
	text-decoration: none;
	-moz-outline-style: none;
}

.follow_roll_overs:visited img {
	border: 1px solid #000000;
	text-decoration: none;
	-moz-outline-style: none;
}

.follow_roll_overs:hover img {
	border: 1px solid #FFFFFF;
	text-decoration: none;
	-moz-outline-style: none;
}

.follow_roll_overs:focus img {
	border: 1px solid #000000;
	text-decoration: none;
	-moz-outline-style: none;
}

.follow_roll_overs:active img {
	border: 1px solid #000000;
	text-decoration: none;
	-moz-outline-style: none;
}

.logos_roll_overs:link img {
	border: 1px solid #222229;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
	color: #222229;
}

.logos_roll_overs:visited img {
	border: 1px solid #222229;
	text-decoration: none;
	color: #222229;
}

.logos_roll_overs:hover img {
	border: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
}

.logos_roll_overs:focus img {
	border: 1px solid #222229;
	text-decoration: none;
	color: #222229;
}

.logos_roll_overs:active img {
	border: 1px solid #222229;
	text-decoration: none;
	color: #222229;
}

#products-logos-wrapper{
	position: relative;
	width: 588px;
	text-align: center;
	border: 1px solid #222229;
	margin: 0px auto 0px auto;
}

.products_roll_overs:link img {
	border: 1px solid #222229;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
	color: #222229;
}

.products_roll_overs:visited img {
	border: 1px solid #222229;
	text-decoration: none;
	color: #222229;
}

.products_roll_overs:hover img {
	border: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
}

.products_roll_overs:focus img {
	border: 1px solid #222229;
	text-decoration: none;
	color: #222229;
}

.products_roll_overs:active img {
	border: 1px solid #222229;
	text-decoration: none;
	color: #222229;
}

.cat_titles a:link{
	font-weight: bold;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
	color: #ffffff;
}

.cat_titles a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.cat_titles a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #5d8cbc;
}

.cat_titles a:focus{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.cat_titles a:active{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#products-logos-wrapper{
	position: relative;
	width: 588px;
	text-align: center;
	border: 1px solid #222229;
	margin: 0px auto 0px auto;
}

#chevy-logo-container img{
	position: relative;
	background: url(images/logos/chevy_logo.jpg) no-repeat center center;
	float: left;
	clear: left;
	margin: 0px 10px 10px 10px;
	-moz-outline-style: none;
}

#gmc-logo-container img{
	position: relative;
	background: url(images/logos/gmc_logo.jpg) no-repeat center center;
	float: left;
	margin: 0px 10px 10px 10px;
	-moz-outline-style: none;
}

#dodge-logo-container img{
	position: relative;
	background: url(images/logos/dodge_logo.jpg) no-repeat center center;
	float: left;
	margin: 0px 10px 10px 10px;
	-moz-outline-style: none;
}

#ford-logo-container img{
	position: relative;
	background: url(images/logos/ford_logo.jpg) no-repeat center center;
	float: left;
	margin: 0px 10px 10px 10px;
	-moz-outline-style: none;
}

#jeep-logo-container img{
	position: relative;
	background: url(images/logos/jeep_logo.jpg) no-repeat center center;
	float: left;
	clear: both;
	margin: 10px 10px 10px 80px;
	-moz-outline-style: none;
}

#nissan-logo-container img{
	position: relative;
	background: url(images/logos/nissan_logo.jpg) no-repeat center center;
	float: left;
	margin: 10px 10px 10px 10px;
	-moz-outline-style: none;
}

#toyota-logo-container img{
	position: relative;
	background: url(images/logos/toyota_logo.jpg) no-repeat center center;
	float: left;
	margin: 10px 10px 10px 10px;
	-moz-outline-style: none;
}

.backnav{
	color: #aaaaaa;
	text-align: center;
	margin: 15px 0px 15px 0px;
	font-size: 70.5%;
}

a.backnav:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #aaaaaa;
	text-decoration: none;
}

a.backnav:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #aaaaaa;
	text-decoration: none;
}

a.backnav:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

a.backnav:focus {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #aaaaaa;
	text-decoration: none;
}

a.backnav:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #aaaaaa;
	text-decoration: none;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#main_wrapper{
	position: relative;
	background: #000000;
	width: 1000px;
	margin: 10px auto 0px auto;
	border: 1px solid #123456;
	text-align: center;
}

#content-wrapper{
	position: relative;
	background: #222229;
	width: 95%;
	min-height: 375px;
	border: 1px dotted #333333;
	z-index: 10;
	margin: 35px 0px 0px 25px;
	color: #ffffff;
	text-align: center;
}

#backcontainer{
	position: relative;
	background-image: url(images/line_bar.gif);
	width: 724px;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	z-index: 1;
}

#masthead{
	background-image: url(images/masthead_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 722px;
	height: 149px;
	border: 1px solid #000000;
	margin: 2px 2px 0px 2px;
	z-index: 3;
}

#logo{
	background: #000000; 
	position: relative;
	width: 100%;
	height: 99px;
	margin: 10px auto 0px auto;
	background: transparent;
	z-index: 10;
	text-align: center;
	border: none;
}

#green-jk{
	position: absolute;
	margin: -142px 0px 0px 775px;
	z-index: 15;
}

#chevy-photo{
	position: absolute;
	margin: -145px 0px 0px 765px;
	z-index: 15;
}

#dodge-photo{
	position: absolute;
	margin: -145px 0px 0px 765px;
	z-index: 15;
}

#ford-photo{
	position: absolute;
	margin: -145px 0px 0px 765px;
	z-index: 15;
}

#jeep-photo{
	position: absolute;
	margin: -145px 0px 0px 765px;
	z-index: 15;
}

#nissan-photo{
	position: absolute;
	margin: -131px 0px 0px 780px;
	z-index: 15;
}

#toyota-photo{
	position: absolute;
	margin: -145px 0px 0px 760px;
	z-index: 15;
}

#overlay{
	position: absolute;
	width: 335px;
	height: 210px;
	background: transparent;
	margin: -31px 0px 0px 477px;
	z-index: 3;
}

#photobox{
	position: absolute;
	width: 179px;
	height: 179px;
	background: url(images/anicetti_photo.jpg);
	margin: 13px 52px 13px 490px;
	z-index: 3;
}

#photocopybox{
	position: absolute;
	width: 179px;
	height: 179px;
	margin: 212px 52px 13px 495px;
	z-index: 3;
}

.content-heading{
	margin: 10px 0px 15px 0px;
	font-weight: bold; 
	font-size: 16px;
	text-align: center;
}

#banner-wrapper{
	position: relative;
	text-align: left;
	width: 900px;
	margin: 10px 0px 25px 25px;
	z-index: 0;
}

#made-in-usa{
	position: absolute;
	height: 81px;
	width: 110px;
	margin: -8px 0px 0px -10px;
	color: #000000;
	background: transparent;
	border: none;
	z-index: 888;
}

#bottom-content-wrapper{
	position: relative;
	margin: 0px 25px 0px 27px;
	border: 1px solid red;
	text-align: center;
}

#follow-us-wrapper{
	position: relative;
	width: 250px;
	text-align: center;
	border: 1px solid white;
	display: block;
}

#video-title{
	position: relative;
	text-align: center;
	color: #ffffff;
	margin: 0px 0px 5px 0px;
}

#video-bar-wrappper{
	position: relative;
	width: 300px;
	margin: 5px 0px 0px 687px;
	z-index: 50;
}

#monoSlideshowHome{
	position: relative;
	width: 500px;
	z-index: 1;
	background: transparent;
	text-align: left;
	float: left;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/

.copy-box-about{
	position: relative;
	margin: 25px 50px 25px 50px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 600px;

}

#content-title{
	font-weight: bold;
	font-size: 16px;
	margin: 25px 0px 0px 0px;
	text-align: left;
}

.other-titles{
	margin: 25px 0px 0px 25px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

#product-wrapper{
	position: relative;
	width: 100%;
	margin: 10px auto 0px auto;
	padding: 25px 0px 0px 0px;
	text-align: left;
/*	border: 1px solid white;  */
}

#details-content-wrapper{
	position: relative;
	width: 95%;
	text-align: left;
/*	border: 1px solid red;  */
	margin: 0px auto 25px auto;
	min-height: 400px;
}

#details-photo{
	position: relative;
	font-size: 80%;
	height: 302px;
	width: 302px;
	margin: 1px 0px 0px 0px;
/*	border: 1px solid red; */
	float: left;
	text-align: center;
}

#details-content-container{
	float: left;
/*	border: 1px solid blue;  */
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	width: 61%;
	min-height: 400px;
}

.product-container{
	position: relative;
	margin: 0px 25px 25px 175px;
	min-height: 135px;
	text-align: left;
/*	border: 1px solid red; */
}

.product-thumb img{
	position: relative;
	width: 135px;
	height: 135px;
	margin: 0px 0px 0px 25px;
/*	border: 1px solid white; */
	float: left;
	clear: both;
}




div.cat-box {
  float: left;
  margin: 0px 10px 0px 10px;
  }
  
div.cat-box p {
   text-align: center;
   }














.product-title{
	font-weight: bold;
}

.product-title a:link{
	color: #ffffff;
	text-decoration: none;
}
.product-title a:visited{
	color: #ffffff;
	text-decoration: none;
}
.product-title a:hover{
	color: #5d8cbc;
	text-decoration: none;
}
.product-title a:focus{
	color: #ffffff;
	text-decoration: none;
}
.product-title a:active{
	color: #ffffff;
	text-decoration: none;
}

.product_color{
	width: 100px;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: right;
}

.product_pn{
	position: relative;
	width: 100px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.product-more-link{
	text-align: right;
	width: 350px;
}

ul.product-skin{
	list-style-type: none;
	margin: 10px 0px 20px 0px;
}

ul.product-skin li{
	width: 300px;
	list-style-type: none;
}

/* =Footer
-----------------------------------------------------------------------------*/

#footer{
	position: relative;
	margin: 20px 0px 0px 0px;
	font-family:  verdana, arial, helvetica, sans-serif;
	color: #99ccff;
	font-size: 9px;
	text-align: center;
	letter-spacing: 0px;
}

a.footlink:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

a.footlink:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

a.footlink:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}

a.footlink:focus {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

a.footlink:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}


/* =Forms
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
}

form {
	margin: 0px 0px 0px 0px;
	font-size: 11px;

}


/* fieldset styling */
fieldset {
	margin: 0px 0px 0px 0px;/*  space out the fieldsets a little*/
	padding: 0px;
}

/* legend styling */
legend {
	font-size: 16px;
	font-weight: bold;
}

form p {
	position: relative;
	width: 95%;
}

/* style for  labels */
label {
	float: left;
	width: 8em;
	margin: 0px 5px 0px 0px;
	font-weight: bold;
}


/* style for required labels */
label .required {
	font-size: 9px;
	color:#ff0000;
}

/* style error messages */
label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
	right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(images/error.png) no-repeat left top;
}

/* Explicitly set the width for IE6- */
* html .feedback{
	width: 8em;
}

input {
	width: 200px;
}

radiolblg{
	float: left;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}


textarea {
	width: 300px;
	height: 100px;
}


/* =Tables
-----------------------------------------------------------------------------*/


/* =Misc 1
-----------------------------------------------------------------------------*/

.tagcloud {
	position: relative;
	font-size: 78%;
	color: #888888;
	margin: 0px 0px 25px 0px;
	width: 538px;
	border: 1px solid #123456;
	padding: 5px 5px 5px 5px;
}
.tagcloud a:link, #tagcloud a:visited {
	text-decoration:none;
}
.tagcloud a:hover, #tagcloud a:active {
	text-decoration: underline;
	color: #000;
}
.tagcloud span {
	padding: 4px;
}
.smallest {
	font-size: x-small;
}
.small {
	font-size: small;
}
.medium {
	font-size:medium;
}
.large {
	font-size:large;
}
.largest {
	font-size:larger;
}






/* =Misc 2
-----------------------------------------------------------------------------*/

.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/where-to-buy-d.png) no-repeat top left;
white-space: nowrap;
display: block;
width: 102px;
height: 31px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.cssnav a
{
color: #000000;
font-size: 11px;
width: 102px;
height: 31px;
display: block;
float: left;
color: #ffffff;
text-decoration: none;
}

.cssnav img
{
width: 102px;
height: 31px;
border: 0
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 0px;
top: 5px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

.btnContinue {
	width: 102px;
	height: 31px;
	font-weight: bold;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background: #000000 url(images/where-to-buy.png) no-repeat top left;
	text-align: center;
	color: #ffffff;
}

.btnContinue:hover {
	width: 102px;
	height: 31px;
	font-weight: bold;
	text-decoration: none;
	background: #000000 url(images/where-to-buy-d.png) no-repeat top left;
	text-align: center;
	color: #5d8cbc;
}

.btnContinue span{
	text-decoration: none;
	margin: 8px 0px 0px 12px;
	float: left;

}

/* RSS FEED  */

.rss-feed {
position: relative; 
width: 335px; 
height: 281px; 
overflow-y: scroll; 
text-align: left; 
margin: 0px 0px 0px 25px;
padding: 0px 20px 20px 20px;
z-index: 600;
float: left;
}

.rss-feed p.date{
	margin: 10px 0px 10px 0px;
	z-index: 600;
}

.rss-feed p.feedTitle{
	margin: 0px 0px 10px -10px;
	font-weight: bold;
	font-size: 11px;
	z-index: 600;
}


.rss-feed li{
	margin: 0px 0px 25px 0px;
	border-bottom: 1px dotted #aaaaaa;
	padding: 0px 0px 25px 0px;
	z-index: 600;
}

.rss-feed a:link{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: none;
	z-index: 600;
}

.rss-feed a:visited{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: none;
}

.rss-feed a:hover{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #77aaff;
	text-decoration: underline;
}

.rss-feed a:focus{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: none;
}

.rss-feed a:active{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: none;
}

.rss-feed p.feedTitle a:link{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

.rss-feed p.feedTitle a:visited{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

.rss-feed p.feedTitle a:hover{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

.rss-feed p.feedTitle a:focus{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

.rss-feed p.feedTitle a:active{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

