@charset "utf-8";

body {
	padding: 0;
	margin-top: -16px;
	*margin: 0; /* ie7 fix */
	background-color: #4f7810;
	background-image: url(image/background.gif);
	background-repeat: repeat-x repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.containerWrap {
	margin: 0 auto;
	padding: 0;
	width: 969px;
	min-height: 596px;
}

.container {
	border: 1px solid #000;
	width: 969px;
	border-top: 0;
	padding: 0;
	min-height: 596px;
	_height: 596px;
	background: #fff;
	float: left;
	margin-bottom: 10px;
	background-image: url(image/container_bg.gif);
	background-repeat: repeat-y;
	background-position: 203px top;
}

.header {
	width: 965px;
	height: 37px;
	background-color: #fff;
	background-image:url(image/coleandco_logo.png);
	_background-image:url(image/coleandco_logo.gif);
	background-repeat: no-repeat;
	background-position: 7px 26px;
	text-align: right;
	padding: 36px 4px 0 0;
	margin: 0;
	*height: 21px;
	*background-position: 7px 10px;
	_padding-top: 35px;
}

/* This is for the small-text nav at the top of the page*/


.header ul li {
	display: inline;
}

.header ul li a {
	padding: 5px 3px 0 6px;
	margin: 0;
	text-decoration: none;
	font-size: 10px;
	color: #000;
	background-image: url(image/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}

.header ul li a:hover {
	color: #D2D2D2;
	background-image: url(image/nav_arrow_over.gif);
}

/* small text nav ends here */

/* Black box navigation at the top starts here */

.navMain {
	text-align: center;
	_margin-top: -16px;
	_margin-bottom: 16px;
}

.navMain ul {
	padding: 0;
	background-color: #000;
	color: #fff;
	float: left;
	width: 969px;
	margin: 0;
}

.navMain ul li {
	display: inline;
}

.navMain ul li a {
	padding: 5px 10px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	float: left;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #fff;
}

.navMain ul li a:hover {
	background-color: #666;
}

/* Black box nav ends here */

/* this main class is for the index only! Use mainBackpage for the rest of the pages */

.main {
	width: 969px;
	background-color: #fff;
	height: 366px;
	*height: 369px;
}

.main p a {
	text-decoration: underline;
}

.main p a:hover {
	text-decoration: none;
}

.indexImage {
	background-image: url(image/bag_girl.jpg);
	width: 440px;
	height: 362px;
	background-repeat: no-repeat;
	float: left;
}

/* this is the top-right portion of the main thing on index.php, with the architect's drawing */

.hiMain {
	float: right;
	width: 509px;
	_overflow: hidden;
	height: 202px;
	background-color: #fff;
	background-image: url(image/hiMain_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 10px;
	padding-top: 15px;
}

.hiMain p {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

.hiMain p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(image/nav_arrow.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 7px;
	font-weight: bold;
	color: #096f00;
}

.hiMain p a:hover {
	color: #000;
}

.hiMain img {
	margin-top: 39px;
}

/* these are the rules for the part on the index page that has the
list of text and links and the gift registry image */

.lowMain {
	float: right;
	width: 529px;
	height: 134px;
	border-top: solid 1px #000;
	background-color: #fff;
}

.lowMain a {
	color: #096f00;
	text-decoration: underline;
	font-weight: bold;
}

.lowMain a:hover {
	text-decoration: none;
}

.lowMain ul {
	padding: 0 0 0 22px;
	margin: 3px 0 0 0;
	list-style: square;
	width: 244px;
	overflow: hidden;
	float: left;
	*line-height: 14px;
}

.lowMain ul li {
	font-size: 12px;
	margin: 5px 0 0 0;
}

.lowMain img {
	float: right;
	margin: 10px;
	border: 0;
}	

.products {
	height: 136px;
	width: 969px;
	background-image: url(image/products_bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #000;
	padding: 5px 0 15px 0;
	margin: 20px 0 0 0;
	*margin-top: -7px;
}

.products ul {
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

.products ul li {
	list-style-type: none;
	text-align: center;
	*margin-top: -18px;
}

.products ul li a {
	display: block;
	width: 127px;
	height: 21px;
	background-color: #000;
	float: left;
	margin: 5px;
	_margin: 4px;
	padding: 0;
	padding-top: 115px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

/* The following "pb" classes are for the backgrounds for the product boxes on the homepage */

.pbJewelry a {
	background-image: url(image/pb_jewelry_color.png);
}

.pbJewelry a:hover {
	background-image: url(image/pb_jewelry.png);
}

.pbCollectibles a {
	background-image: url(image/pb_collectibles_color.png);
}

.pbCollectibles a:hover {
	background-image: url(image/pb_collectibles.png);
}

.pbEntertaining a {
	background-image: url(image/pb_entertaining_color.png);
}

.pbEntertaining a:hover {
	background-image: url(image/pb_entertaining.png);
}

.pbRadko a {
	background-image: url(image/pb_radko_color.png);
}

.pbRadko a:hover {
	background-image: url(image/pb_radko.png);
}

.pbBody a {
	background-image: url(image/pb_body&fragrance_color.png);
}

.pbBody a:hover {
	background-image: url(image/pb_body&fragrance.png);
}

.pbBaby a {
	background-image: url(image/pb_baby_color.png);
}

.pbBaby a:hover {
	background-image: url(image/pb_baby.png);
}

.pbPaperie a {
	background-image: url(image/pb_paperie_color.png);
}

.pbPaperie a:hover {
	background-image: url(image/pb_paperie.png);
}

.mainBackpage {
	width: 969px;
	background-color: #fff;
}

.content {
	width: 745px;
	_overflow: hidden;
	min-height: 489px;
	float: right;
	padding: 0 10px 20px 10px;
	*padding: 8px 10px 20px 10px;
	border-left: 1px solid #d9d9d9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

.lastParagraph {
	border-bottom: dashed 1px #d9d9d9;
	padding-bottom: 15px;
}

.content h1 {
	margin: 0;
	margin-top: 5px;
	font-size: 24px;
	padding-bottom: 3px;
	color: #4f7810;
}

.content h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

.content a {
	font-weight: bold;
	font-style: italic;
	color: #4f7810;
	text-decoration: none;
}

.content a:hover {
	color: #699721;
}

.contentProduct {
	float: left;
	width: 173px;
	height: 200px;
	text-align: center;
	font-size: 11px;
	margin: 10px 5px 10px 5px;
	border: 1px solid #e0e0e0;
	position: relative;
	overflow: hidden;
}

.contentProductInner {
	width: 163px;
	float: left;
	position: absolute;
	padding: 5px;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.contentProduct a {
	text-decoration: none;
	color: #096f00;
}

.contentProduct img {
	border: 0;
	margin-bottom: 5px;
}

.bigProduct {
	float: left;
	width: 350px;
	text-align: center;
	font-size: 14px;
	border: 1px solid;
	padding: 5px;
	font-weight: normal;
	margin-top: 10px;
}

.bigProduct .price {
	font-size: 18px;
	font-weight: bold;
}

input[type="button"] {
	text-align: center;
	margin: 5px;
	background-color: #000;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input[type="submit"] {
	text-align: center;
	margin: 5px;
	background-color: #000;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input[type="text"] {
	color: #666;
	background-color: #fff;
	padding: 1px;
	text-align: left;
	vertical-align: middle;
}

.nav2ndLvl {
	float: left;
	text-align: right;
	*padding-top: 15px;
}

.nav2ndLvl p {
	color: #000;
	font-weight: bold;
	border-bottom: dashed 1px #d9d9d9;
	padding-bottom: 4px;
	_overflow: hidden;
}

.nav2ndLvl ul {
	padding: 0;
	margin: 0;
	margin-top: -10px;
	*margin-top: -20px;
	width: 200px;
	list-style-type: none;
}

.nav2ndLvl ul li {
	text-align: right;
	margin-top: 5px;
	*margin-top: 2px;
	font-size: 12px;
}


.nav2ndLvl a {
	display: block;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 3px 6px;
}

.nav2ndLvl a:hover {
	color: #fff;
	background-color: #add56e;
}

.youAreHere,
body#account a#accountLink,
body#about a#aboutLink,
body#customer a#customerLink,
body#contact a#contactLink,
body#faq a#faqLink,
body#cart a#cartLink,
body#registry a#registryLink,
body#events a#eventsLink
 {
	background-image:url(image/nav_arrow.png);
	background-position: right 6px;;
	background-repeat: no-repeat;
	padding-left: 8px;
	font-weight: bold;
}

.footer {
	color: #203106;
	font-size: 13px;
	text-align: center;
	width: 969px;
	margin: 0 auto;
}

.footer a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.footer a:hover {
	color: #fff;
}
.cart_table {
	background-color: #000;
	font: 13px arial,helvetica;
}

.cart_hdr_row {
	background-color: #000;
	color: #FFF;
}

.cart_row {
	background-color: #FFF;
	color: #000;
}

.cart_button {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	background-color: #E8E8E6;
	border: 1px solid #AAAAAF;
	margin: 0px;
	padding: 0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination {
	padding: 2px;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited {
	padding: 0 5px;
	border: 1px solid #557E16;
	text-decoration: none; 
	background-color: #FFFFFF;
	color: #000000;
}

.pagination li.currentpage {
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid #000000;
	background-color: #666666;
	color: #FFFFFF;
}

.pagination li.disablepage {
	padding: 0 5px;
	border: 1px solid #557E16;
	color: #929292;
}

.pagination li.nextpage {
	font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage { /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
}

.registry_table {
	background-color: #4f7810;
	font: 13px arial,helvetica;
}

.registry_search_table {
	background-color: #FFFFFF;
	font: 13px arial,helvetica;
}

.registry_category_row {
	background-color: #DEEDBE;
	color: #4f7810;
}

.registry_hdr_row {
	background-color: #CDDCAD;
	color: #000000;
}

.registry_row {
	background-color: #FFFFFF;
	color: #000000;
}

.registry_button {
	font-size: 13px;
	color: #222222;
	font-weight: bold;
	background-color: #DEEDBE;
	border: 1px solid #4f7810;
	margin: 0px;
	padding: 0px;
}
.smalltext {
	font-size:10px;	
}
