/* CSS Document for the "It's a Baby" CoffeeCup Software E-Commerce Template
   Copyright 2008 CoffeeCup Software - www.coffeecup.com */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ol, ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}
strong {font-weight:bold}

/*#######################
  Element Styles 
#######################*/

body {font-size:12px; font-family:Verdana, Helvetica, sans-serif; color:#000; background-color:#fff}
a {outline:none; color:#2B89A3; text-decoration:none}
	a:hover {text-decoration:underline}
p {line-height:1.25em; margin:10px 0}
small {font-size:.95em}
em {font-style:italic}

h3 {clear:both; margin:15px 0; font-size:1.25em; font-weight:bold; color:#2B89A3; font-family:Verdana}

/*#######################
  Classes 
#######################*/

.left {float:left}
.hide {text-indent:-999em}

/*#######################
  Layout Styles 
#######################*/
 
#header_wrapper {float:left; width:100%; padding:10px 0; background:#FFFFFF url(../images/header_bg.png) left top repeat-x}
	#header {width:960px; margin:0 auto; height:40px; color:#B0AA7D}
		#header img {float:left; display:inline; margin-right:10px}
		#header h1 {float:left; margin-top:20px; font-size:1.75em; font-weight:bold; color:#fff; font-family:Verdana, serif}
			#header h1 a {color:#fff; text-decoration:none}		

#navigation_wrapper {clear:both; width:100%; height:45px; background:#41ab37 url(../images/navigation_bg.png) left top repeat-x}
	#navigation {clear:both; width:960px; margin:0 auto}
		#navigation li {float:left; display:inline; height:40px; margin-right:1px; padding-top:5px; font-size:1.15em; font-weight:bold; text-transform:uppercase; border-right:1px solid #3d9f33; border-left:1px solid #4cbc41; background:#42ab37 url(../images/navigation_button.png) left top repeat-x}
			#navigation li a {display:block; padding:10px 30px; text-align:left; color:#fff}
		
		/*Active States */
		#shophome #navigation .shophome_link a {text-decoration:underline}
		#cart_page #navigation .cart_link a {text-decoration:underline}									
		#group_page #navigation .categories_link a {text-decoration:underline}											
					
					/* Drop-Down Category Menu */			
					#navigation .categories_link {position:relative}														
					#group_list {position:absolute; top:auto; left:-999em; padding:10px 0; width:150px; background-color:#41ab37}
					#navigation li:hover #group_list, #navigation li.sfhover #group_list {left:0}
					#group_list li {width:140px; height:auto; padding:0; margin:0 0 10px 0; font-size:.95em; font-weight:normal; text-transform:none; border:none; background:none}
						#group_list li a {display:block; padding:5px 5px 5px 15px; text-decoration:none; color:#fff}
							#group_list li a:hover {text-decoration:underline}

#content_wrapper {width:960px; margin:0 auto}

	#content {clear:both; float:left; display:inline; padding:15px; width:930px}
	
		#content .cart_messages {clear:both; padding:15px 15px 15px 45px; margin-bottom:15px; font-size:1.25em; font-weight:bold; border:1px solid red; background:#EBF0F1 url(../images/warning_icon.png) 15px 45% no-repeat}			

		#content h2 {clear:both; margin-bottom:15px; font-size:1.75em; font-weight:bold; color:#330100; font-family:Verdana}

		#item_list {clear:both; float:left; display:inline; margin:15px 0; width:930px}
			#item_list .item {float:left; display:inline; margin-right:60px; width:168px; height:200px}
					#item_list .item img {float:left; display;inline; width:79px; height:79px; margin:0 5px 5px 0}
					#item_list .item .price {float:left; display:inline; margin:0 0 5px 0; font-size:1.25em; font-weight:bold}
						#item_list .item .discounted {color:red}
					#item)list .buylink p {line-height:0; margin:0}
					#item_list .buylink input {margin-top:5px; font-size:.85em}															
					#item_list .item .description {clear:both; margin-bottom:27px}
						#item_list .item .description .title {font-weight:bold}
						#item_list .item .description .sub_title {font-style:italic; font-size:.95em}
			
			#footer {clear:both; margin-top:50px; padding-top:5px; font-size:.9em; color:#909090; border-top:1px solid #ededed}
				#footer a {text-decoration:underline}
					#footer a:hover {text-decoration:none}

/*#######################
  Homepage Styles 
#######################*/

.home_text {line-height:1.5em}

/*#######################
  Shopping Cart Styles 
#######################*/

	#cart_list {clear:both; width:100%; margin-bottom:15px}
		#cart_list .cart_description {width:550px}
		#cart_list .cart_headlines {color:#000; text-transform:uppercase; background-color:#ededed}
		#cart_list .top_border {border-top:1px solid #ededed}		
			#cart_list .cart_headlines td {padding:5px 10px; text-align:left}
			#cart_list td {padding:10px; width:90px; overflow:hidden; text-align:right}
				#cart_list td input {width:75px}									
				#cart_list td .recalculate {margin-top:5px; width:auto}	
				#cart_list #delete_button {clear:both; float:left; margin-top:5px; width:auto}								
				#cart_list td img {float:left; display:inline; margin-right:5px; width:53px; height:53px}
				#cart_list td p {margin:0 0 10px 0}
				#cart_list td.right {text-align:right} 				
			#cart_list .short_description {font-style:italic}
        #cart_list .cart_subtotals, #cart_list .cart_total {text-align:right}
		#cart_list .cart_total {font-weight:bold; font-size:1.5em; text-transform:uppercase}

        #content .no_items {clear:both; margin-bottom:15px; font-size:1.25em}
		
		/* Checkout Buttons */ 
		#checkout_buttons {float:right; display:inline; margin-top:15px}
			.checkout {float:right; display:inline; margin:0 0 15px 5px}
			.credit_cards {clear:both; float:right}
				.credit_cards img {float:right}
		
			#print {float:right; padding:2px 0 3px 30px; background:url(../images/print_icon.png) left top no-repeat}				
			
	/*#######################
  	Paypal Feedback Styles 
		#######################*/

	.paypal_feedback {clear:both; margin:15px 0; padding:15px; border:1px solid #3FD230; background:#EBF0F1}
			.paypal_feedback h3 {margin-bottom:15px}
		.paypal_feedback table {margin-bottom:15px}
			.paypal_feedback table td {padding:5px 5px 5px 0}		
            
     .return_button {margin-top:15px}
      .return_button a {display:block; width:253px; height:41px; text-indent:-999em; background:url(../images/return_to_shop_button.png) left top no-repeat}

/*#######################
  Product Detail Styles 
#######################*/

					#product_images {clear:both; float:left; display:inline; margin-bottom:15px; width:220px}
							#image_full {padding:4px; border:1px solid #c3c3c3; background-color:#efeeee; width:204px}
							#product_thumbnails li {float:left; display:inline; padding:3px; width:98px; height:96px; margin:3px 3px 0 0; border:1px solid #c3c3c3; background-color:#efeeee}
								#product_thumbnails img {width:98px}

						#product_info {float:right; width:700px; font-size:1em}
							#product_info p {margin-bottom:15px; line-height:1.5em}
							#product_info ul {clear:both; margin:15px 0 15px 25px; line-height:1.5em; list-style-type:disc}
							#product_info ol {clear:both; margin:15px 0 15px 25px; line-height:1.5em; list-style-type:decimal}									
								#product_info .pricing dt {clear:both; display:block; float:left; display:inline; margin-bottom:15px; width:20%; text-transform:uppercase; font-weight:bold}
									#product_info .pricing dd {float:left; display:inline;width:80%; margin-bottom:15px}
										.list_price {text-decoration:line-through}
										.your_price {font-weight:bold}
										.discount {padding-left:10px; font-weight:normal; font-style:italic}

							#product_info .options {clear:both; width:250px; padding-top:20px; border-top:1px solid #c3c3c3}
								#product_info .options dt {clear:both; display:block; float:left; display:inline; padding:2px 0; margin-bottom:5px; text-transform:uppercase; font-weight:bold}
									#product_info .options dd {float:left; display:inline; width:100%; padding:2px 0; margin-bottom:15px}
										#product_info .options select, #product_info .options input {font-size:11px}
										#product_info .options select {width:100%}
										#product_info .options input {width:30px}
										
							#product_info .buylink {clear:both; float:left; margin:15px 0}
								#product_info .buylink input {width:120px; font-size:1.25em; font-weight:bold}			

