/*
Company:	DPG All Products
File:		main-allprod.css - This contains all the all product page styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	text-align: center;
	background-color: #ede9d8; /* background color for the page */
	font-family: Verdana, sans-serif;
	font-size: 77%;
	color: #363535; /* default body text color */
}
/* @end */

/* @group Layout */
div#wrapper {
	width: 973px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 10px;
}
div#hd {
	background: url(../images/body-top.gif) no-repeat top center;
	height: 67px;
	width: 788px;
	margin-left: 185px;
}
img#logo {
	margin: 20px 0 0 35px;
	float: left;
	display: inline;
}
div#hd-top {
	width: 200px;
	margin: 38px 25px 0 0;
	float: right;
	display: inline;
}
div#products-menu {
	width: 160px;
	margin: 8px 32px 0 0;
	float: right;
	display: inline;
}
div#products-menu select {
	width: 158px;
}
div#bd {
	background: url(../images/body-bkg.gif) repeat-y 100% 0;
}
div#bd-inner {
	width: 788px;
	float: left;
	display: inline;
}
div#sidenav-col {
	width: 185px;
	float: left;
	display: inline;
}
div#ft {
	background: url(../images/body-btm.gif) no-repeat;
	height: 11px;
	margin-bottom: 10px;
	width: 788px;
	margin-left: 185px;
}
div#footer {
	text-align: center;
	font-size: 92%;
	width: 788px;
	margin-left: 185px;
}
div#footer2 {
	text-align: center;
	font-size: 92%;
	width: 600px;
	margin-left: 185px;
}
div#left-col {
	width: 435px;
	margin-left: 31px;
	margin-top: 40px;
	float: left;
	display: inline;
}
div#left-col a:link, div#left-col a:visited {
	color: #c9252a; /* these are the standard link colors for the main body text */
	text-decoration: none;
	border-bottom: 1px solid #c9252a; /* this is the underline color for the links */
}
div#left-col a:hover {
	border-bottom: 1px solid #9a0e12; /* this is the underline hover color */
}
div#left-col a.img-link {
	border: none!important;
}
div#left-col ul li {
	margin-left: 15px;
	margin-bottom: 5px;
}

div#right-col {
	width: 255px;
	margin-right: 20px;
	margin-top: 30px;
	float: right;
	display: inline;
}



#fullContent {
	width: 742px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	text-align: left;
	display: inline;
}

#fullContent a:link, #fullContent a:visited {
	color: #c9252a; /* this is the link text color for the all products page */
	text-decoration: none;
	border-bottom: 1px solid #c9252a; /* this is the underline color for the links */
}
#fullContent a:hover {
	text-decoration: none;
	border-bottom: 1px solid #9a0e12; /* this is the underline hover color */
}

p#roundedBox {
	padding: 10px 20px 10px 20px;
	margin: 0;
	font-size: 142%;
	line-height: 160%;
}

/* Featured Products */
div.featured-prods {
	margin-bottom: 20px;
}
div.featured-prod-col {
	width: 255px;
	margin: 15px 0 0 15px;
	float: left;
	display: inline;
}
div.featured-prod-col a {
	border: none!important;
}
div.featured-prod-col-text {
	width: 165px;
	margin-top: 15px;
	padding-top: 15px;
	float: right;
	display: inline;
}
div.featured-prod-col-text h2 {
	color: #bd0004;
	font-weight: bold;
}
div.featured-prod-col-text ul {
	margin-bottom: 10px;
}
div.featured-prod-col-text ul li {
	padding: 2px 0;
}
div.featured-prod-col-text ul li.featured-more-link a:link, div.featured-prod-col-text ul li.featured-more-link a:visited {
	border: none!important;
	text-decoration: none;
}
div.featured-prod-col-text a:link, div.featured-prod-col-text a:visited {
	color: #bd0004;
	text-decoration: underline;
}
div.featured-prod-col-text a:hover {
	text-decoration: none!important;
	border-bottom: none!important;
}
div.featured-prod-col-text p a:link, div.featured-prod-col-text p a:visited {
	border: none!important;
}

p.intro-text {
	width: 580px;
	line-height: 160%;
	margin-bottom: 30px;
	font-size: 123.1%;	
}
p.intro-text a:link, p.intro-text a:visited {
	color: #ff4e00!important;
	text-decoration: none;
	border-bottom: 1px solid #ff4e00!important;
}

div.all-prod-pad {
	padding-left: 20px;
	padding-bottom: 40px;
}

p.free-offer a {
	font-weight: bold;
	font-size: 131%;	
}
p.free-offer a:link, p.free-offer a:visited {
	color: #ff4e00!important;
	border-bottom: 1px solid #ff4e00!important;
}

div.productBox {
	width: 226px;
	text-align: center;
	margin-bottom: 35px;
	float: left;
	display: inline;
}
div.productBox img {
	border: 1px solid #ccc!important;
}
div.productBox p {
	margin-top: 5px;
	margin-bottom: 5px;
}
div.productBox a.btn {
	display: block;
	width: 139px;
	height: 30px;
	background: url(../images/personalize-btn.gif) no-repeat 0 0;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
}
div.productBox a.btn:link, div.productBox a.btn:visited {
	color: #085672!important;
	font-weight: bold;
	text-decoration: none;
}
div.productBox a.btn:hover {
	color: #0d3b4a!important;
}
div.productBox a:link, div.productBox a:visited {
	border: none!important;
}
div.productBox p a:link, div.productBox p a:visited {
	border-bottom: 1px solid #c9252a!important; /* this is the underline color for the link at the top of the all products page (the intro text) */
}
div.productBox p a:hover {
	border-bottom: 1px solid #9a0e12!important; /* this is the hover underline color for the link at the top of the all products page (the intro text) */
}

div#shipping-info {
	margin: 10px 0;
}
div#shipping-info p {
	margin-bottom: 5px;
}
div#shipping-info a:link, div#shipping-info a:visited {
	color: #039003; /* this is the link color for the marvel, disney, etc links in the footer */
	font-weight: bold;
	text-decoration: none;
}
div#shipping-info a:hover {
	text-decoration: underline;
}



div#front-sale {
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
div#front-tagline {
	text-align: center;
	margin-bottom: 8px;
}
div#box1 {
	width: 241px;
	height: 277px;
	margin-left: 16px;
	float: left;
	display: inline;
}
div#box2 {
	width: 241px;
	height: 277px;
	margin-left: 16px;
	float: left;
	display: inline;
}
div#box3 {
	width: 201px;
	height: 232px;
	padding-top: 45px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/compare-save.gif) no-repeat;
	margin-left: 16px;
	color: #034d69; /* this is the text color in the compare and save box */
	float: left;
	display: inline;
}
div#box3 div a:link, div#box3 div a:visited {
	color: #034d69; /* this is the link color in the compare and save box */
	text-decoration: none;
	font-weight: bold;
}
div#box3 div a:hover {
	text-decoration: underline;
}
div#box3 div {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #3c8ca9; /* this is the bottom border on each row in the compare and save box */
}
div#box3 p.more-link {
	margin-top: 5px;
	text-indent: 20px;
}
div#box3 p.more-link a:link, div#box3 p.more-link a:visited {
	color: #fff; /* this is the color of the more link in the compare and save box */
	text-decoration: underline;
	font-weight: bold;
}
div#box3 p.more-link a:hover {
	text-decoration: none;
}

p.copyright {
	margin: 10px 0;
	color: #a9060b; /* color of the copyright text */
}
p.copyright a:link, p.copyright a:visited {
	color: #a9060b; /* color of the copyright text links */
	text-decoration: none;
}
p.copyright a:hover {
	text-decoration: underline;
}


/* Top Promo */
div#top-promo {
	background-color: #bfb592;
	padding: 5px 0 10px 0;
	text-align: left;
}
div#top-promo-wrap {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
div#top-promo p.big {
	font-size: 138.5%;
	margin-bottom: 5px;
}
div#top-promo a:link, div#top-promo a:visited {
	color: #8c0002;
	text-decoration: underline;
}
div#top-promo a:hover {
	text-decoration: none;
}
/* @end */

/* @group Nav */
div#nav {
	background: url(../images/nav-bkg-blank.jpg) no-repeat; /* this is the background image for the main nav bar */
	height: 51px;
	margin-left: 8px;
	padding-top: 16px;
	padding-left: 10px;
}
div#nav ul {
	width: 550px;
	float: left;
	display: inline;
}
div#nav ul li {
	margin-right: 5px;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	width: 96px;
	height: 39px;
	background: url(../images/nav2.jpg) no-repeat; /* these are all the nav buttons */
	text-indent: -9999px;
}
div#nav ul li#t-home a {
	background-position: 0 0;
}
div#nav ul li#t-shop a {
	width: 128px;
	background-position: -102px 0;
}
div#nav ul li#t-products a {
	background-position: -237px 0;
}
div#nav ul li#t-specials a {
	background-position: -340px 0;
}
div#nav ul li#t-contact a {
	background-position: -443px 0;
}

div#nav ul li#t-home a:hover {
	background-position: 0 -39px;
}
div#nav ul li#t-shop a:hover {
	background-position: -102px -39px;
}
div#nav ul li#t-products a:hover {
	background-position: -237px -39px;
}
div#nav ul li#t-specials a:hover {
	background-position: -340px -39px;
}
div#nav ul li#t-contact a:hover {
	background-position: -443px -39px;
}

/* Sidenav */
div.orange-nav {
	background: url(../images/side-orange-bkg.gif) repeat-y 0 0;
	margin-bottom: 10px;
}
div.orange-nav-btm {
	background: url(../images/side-orange-btm.gif) no-repeat 0 100%;
}
div.orange-nav-top {
	background: url(../images/side-orange-top.gif) no-repeat 0 0;
	padding: 25px 0;
	text-align: center;
}
div.orange-nav h2 {
	font-weight: bold;
	font-size: 93%;
	color: #4b1906;
}
div.orange-nav ul li {
	font-size: 85%;
	padding: 2px 0;
}
div.orange-nav ul li a:link, div.orange-nav ul li a:visited {
	color: #4b1906;
	text-decoration: none;
}
div.orange-nav ul li a:hover {
	text-decoration: underline;
}

div.blue-nav {
	background: url(../images/side-blue-bkg.gif) no-repeat 0 0;
	height: 188px;
}
div.blue-nav ul {
	padding: 50px 0 0 0;
	text-align: center;
}
div.blue-nav ul li {
	padding: 3px 0;
	font-size: 93%;
}
div.blue-nav ul li a {
	font-weight: bold;
}
div.blue-nav ul li a:link, div.blue-nav ul li a:visited {
	color: #084d6e;
	text-decoration: none;
}
div.blue-nav ul li a:hover {
	text-decoration: underline;
}

div#bottom-menu {
	margin-left: auto;
	margin-right: auto;
	width: 654px;
	height: 42px;
	/*padding-top: 12px;
	padding-left: 15px;*/
	background-image: url(../images/footer-bkg.gif); /* this is the background image for the red bottom nav */
}
div#bottom-menu a {
	padding: 0 6px;
	line-height: 42px;
}
div#bottom-menu a:link, div#bottom-menu a:visited {
	color: #fff; /* this is the color of the links inside the red bottom nav box */
	text-decoration: none;
}
div#bottom-menu a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Headings */
h1 {
	font-size: 121%;
	margin-bottom: 10px;
	
}
h2 {
	font-weight: bold;
	margin-bottom: 5px;
}
/* @end */

/* @group Text Styles */
strong {
	font-weight: bold;
}
div#left-col p {
	line-height: 150%;
	margin: 5px 0;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
a:link{ }
a:visited{ }
a:hover{ }
a:active{ }
/* @end */

/* @group Misc */
img {
	border: none!important;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */