/* follow-on page styles for Zed Candy */


/* product listing page styles */

#productList 
{
	clear: both;
	margin: 0 auto;
	width: 770px;
}

div.productRow {
	border-bottom: 1px solid #e6e6e6;
	width: 770px;
}

div.productBox {
	float: left;
	margin: 10px 0 10px 10px;
	text-align: left;
	width: 180px;
}

div.productBox img {
	border: 3px solid #e6e6e6;
	margin-bottom: 5px;
}

div.productBox h4 {
	color: #000000;
	font-weight: normal;
}

div.productBox p {
	padding: 0;
}

div.productBox a.arrowRed {
	display: block;
	text-align: right;
}

div.productDescription
{
	width: 180px;
	float:left;
	min-height:70px;
	height:auto !important;
	height:70px;
	overflow:hidden;
	text-align:left;	
}	

/*general follow on styles */

#generalContent {
	border-top: 1px solid #e6e6e6;
	margin: 0 auto;
	width: 770px;
}

#generalContent div.textContent {
	padding: 10px;
	text-align: left;
}

div.textContent h2, div.textContent h3 {
	margin-left: 0;
}

div.textContent p {
	/*padding-right: 230px;*/
}

div.textContent ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0.3em 0 0.3em 25px;
}


div.textContent ul li {
	padding: 0.3em 0;
	list-style: square outside;
}

div#rightSidebar {
	float: right;
	width: 220px;
}

div#rightSidebar img {
	border: 3px solid #e6e6e6;
	width: 220px;
}

div#rightSidebar p {
	font-style: italic;
	padding: 0.3em 10px;
}

div#rightSidebar a {
	margin-left: 10px;
}

div#rightImg {
	float: left;
	width: 220px;
}

div#rightImg img {
	border: 3px solid #e6e6e6;
	width: 220px;
}

div#rightImg p {
	font-style: italic;
	padding: 0.3em 10px;
}

div#rightImg a {
	margin-left: 10px;
}

/*follow on page newsletter subscribe bar */

#newsletterSub {
	background-color: #000000;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding: 0.5em 0;
	text-align: left;
	width: 770px;
	height:35px;
}

#newsletterSub div.form {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	width: 450px;
}

#newsletterSub div.form div.input {
	font-size: 85%;
	margin-right: 10px;
	width: 195px;
}

.newsletterInput 
{
	font-size: 85%;
	margin-right: 10px;
	width: 195px;
}


.newsletterInputHomepage 
{
	float:right;
	font-size: 85%;
	margin-right: 10px;
	width: 195px;
}

#newsletterSub h3 {
	display: inline;
	padding: 5px 0;
}

a.newsletterButton
{
	float:right;
	background: transparent url(../../img/common/arrow_white.gif) center right no-repeat;
	color: #ffffff;
	font-size: 85%;
	margin-right:10px;
	padding-right: 6px;
	text-transform: uppercase;
}	

/* next and previous links */

#pageNext
{
	width:90px;
	float: left;
}
	
#pageNext a {
	display: block;
	margin: 5px 0;
	padding: 5px 6px 5px 10px;
	text-align: right;
}

#pageNext a:link, #pageNext a:visited {
	background: #bf0000 url(../../img/common/arrow_white.gif) center right no-repeat;
	border-right: 10px solid #bf0000;
	color: #ffffff;
	font-size: 85%;
	text-transform: uppercase;
}

#pageNext a:hover, #pageNext a:active {
	background-color: #000000;
	border-right: 10px solid #000000;
	color: #ffffff;
}


#pagePrev
{
	float: left;
	width:120px;
}
	
#pagePrev a {
	display: block;
	margin: 5px 0;
	padding: 5px 10px 5px 6px;
	text-align: left;
}

#pagePrev a:link, #pagePrev a:visited {
	background: #bf0000 url(../../img/common/arrow_white_rev.gif) center left no-repeat;
	border-left: 10px solid #bf0000;
	color: #ffffff;
	font-size: 85%;
	text-transform: uppercase;
}

#pagePrev a:hover, #pagePrev a:active {
	background-color: #000000;
	border-left: 10px solid #000000;
	color: #ffffff;
}

#pages a {
	display: block;
	float: left;
	margin: 5px 0;
	padding: 5px 10px 5px 6px;
	text-align:center;
}

#pages a:link, #pages a:visited {
/*	background: #bf0000 url(../../img/common/arrow_white_rev.gif) center left no-repeat;
	border-left: 10px solid #bf0000;
	color: #ffffff;
*/	font-size: 85%;
	text-transform: uppercase;
}

#pages a:hover, #pages a:active {
/*	background-color: #000000;
	border-left: 10px solid #000000;
	color: #ffffff;*/
}

/* Paging */

.pagerResultsTop
{
	border-top: 1px solid #e6e6e6;
	width: 770px;
	float:left;
	padding: 5px 0 0 0;
	text-align:left;
	height:40px;
}

.pagerTitle
{
	/*padding-left:150px;
	padding-right:10px;*/
	float:left;
	padding-top:10px;
	text-align:center;
	width:560px;
}


.pages
{
	padding-top:10px;
	width:150px;
	float:left;
	/*margin-right:60px;*/
}

.pagerResultsBottom
{
	width: 770px;
	float:left;
	text-align:left;
	padding-bottom: 5px;	
}

/* Misc */

.freeShipping
{
	float:left;
	width:480px;
}

.shortDesc
{
	clear:both;
	padding:3px;
}

.bigLink
{
	float: left;
	background-color:#bf0000;
	color:#FFFFFF;
}
	
.bigLink a {
	display: block;
	margin: 5px 0;
	padding: 5px 10px 5px 6px;
	text-align: left;
	text-transform: uppercase;
	font-size:90%;
}

.bigLink a:link, .bigLink a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.bigLink a:hover, .bigLink a:active 
{
	color:#FFFFFF;
	text-decoration:underline;
}

div.textContent .InfoBox
{
	float:left;
	width:360px;
}

div.textContent .InfoBox img
{
	float:left;
	padding-right:10px;
	width:100px;
}

div.textContent .InfoBox h3
{
	margin:0px;
	padding:0px;
	float:left;
}

div.textContent .InfoBox p
{
	margin:0px;
	padding:0px;
}

.divider
{
	border-top:1px solid #FFFFFF;
	clear:both;
	margin-bottom:30px;
}

.divider hr
{
	display:none;
}

