/* @override 
	http://shopcoobie.server303.com/styles.css
	http://shopcoobie.server303.com/css/styles.css
	http://shopcoobie.com/css/styles.css
*/

html, body, p, div, span, h1, h2, h3, h4, h5, h6, h7, strong, ol, dl, dt, dd, em, blockquote, input, form, table, tr, td {
	padding: 0;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #efd9e5;
	padding-bottom: 20px;
}

#wrapper.general {
	-webkit-border-radius: 10px
}

#logo a {
	display: block;
	width: 600px;
	height: 50px;
	margin-top: 15px;
	background: url(/css/images/coobie_logo.png) no-repeat;
}

#header {
	position: relative;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	top: -15px;
}

h1 {
	color: #4d4d4d;
	font-size: 180%;
}

#shop h1 {
	padding-bottom: 5px;
	background: url(images/banner_bottom.png) no-repeat center bottom;
}

.content {
	position: relative;
	background-color: white;
	padding: 20px 35px;
}

#video_strip, #nav {
	background-color: #addee3;
}

/* temporarily shit off videos */
#video_strip {
	display: none;
}

#video_strip {
	background: #addee3 url(/css/images/blue_shadow.png) repeat-x left -20px;
	padding: 20px 10px;
}

.left.column {
	width: 650px;
	float: left;
}

.right.column {
	float: right;
}

#home .left {
	width: 606px;
}

#home .right {
	width: 300px;
}


p {
	font: 120%/160% Georgia, "Times New Roman", Times, serif;
}

.article {
	margin-top: 10px;
	padding: 0 20px;
}

#more {
	position: relative;
	clear: both;
	background-color: white;
	top: 10px;
}

/* sidebar */

.sidebar {
	width: 230px;
	border-left: 1px solid silver;
	padding-left: 20px;
}

.sidebar .side_image {
	width: 200px;
}

/* lists */
#nav {
	float: left;
	width: 100%;
	height: 50px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#nav li {
	float: left;
	list-style-type: none;
	margin: 0 8px;
}

#nav li a {
	display: block;
	padding: 0 10px;
}

#nav li.active {
	background: url(/css/images/active_right.png) repeat-x right center;
}

#nav li.active a {
	background: url(/css/images/active_left.png) no-repeat left center;
}

#footer .nav_menu {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 25px;
}

#footer .nav_menu li {
	float: left;
	list-style-type: none;
	margin: 0 10px;
}

#footer .nav_menu li a {
	color: #8d1859;
}

#footer .nav_menu .cart_nav {
	display: none;
}

#footer .nav_menu li a:hover {
	color: #6a0f41;
}

#footer p, #shop #footer p{
	width: 980px;
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 90%;
	color: gray;
}

.cart_nav {
	float: right;
	background: url(/css/images/active_left.png) no-repeat left center;
}

.cart_nav li.cart_nav {
	background: url(/css/images/active_left.png) no-repeat right center;
	padding-right: 15px;
}

.cart_nav li span {
	display: block;
	height: 50px;
	line-height: 50px;
}

.cart_nav li.cart_link {
	background: url(/css/images/cart.png) no-repeat right center;
	padding-right: 15px;
}


.cart_nav li.cart_price {
	padding-left: 10px;
	background: url(/css/images/dollars.png) no-repeat left center;
	font-weight: bold;
	color: #4d4d4d;
}



/*buttons and forms */
.try_one {
	font-weight: bold;
	color: #8d1859;
	background-color: #e1e1e1;
	padding: 5px 3px;
}

.try_one:hover {
	background-color: #b6b6b6;
	color: #8d1859;
}

.button.get_yours {
	width: 161px;
	height: 45px;
	background: url(/css/images/get_yours.png) no-repeat center top;
}

.button.get_yours:hover {
	background: url(/css/images/get_yours.png) no-repeat center bottom;
}


#subscribe_form {
	background-color: white;
	border-bottom: 2px solid #e6e6e6;
}

#subscribe_form .form_right {
	position: relative;
	height: 45px;
	padding: 5px;
	text-align: right;
	margin-right: 10%;
}

#subscribe_form input[type="text"] {
	width: 400px;
	padding: 6px;
	border: 1px solid #a5d4d9;
}

#mail_submit {
	position: relative;
	width: 78px;
	height: 26px;
	top: 9px;
	background: url(/images/send_button.png) no-repeat center top;
}

#mail_submit:hover {
	background: url(/images/send_button.png) no-repeat center bottom;
}

#maildrop {
	position: relative;
	top: -2px;
	display: block;
	padding: 3px;
	width: 175px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	background: url(/css/images/signup.png) no-repeat center bottom;
	color: #6fd8e3;
	font-weight: bold;
	left: 75%;
}

.icon:hover {
	background: url(/css/images/icon_shadow.jpg) no-repeat center center;
}

.icon {
	display: block;
	padding: 6px;
}

/* headers */

h1{
	position: relative;
	text-indent: -9999px;
}

h1.text_rep {
	text-indent: 0;
	margin: 40px 0 10px;
}

#shop .banner {
	background: #9e1f63 url(/css/images/banner_top.png) no-repeat center top;
	width: 872px;
}

#faq .banner {
	background: url(/css/images/faq_banner.png) no-repeat center center;
	height: 100px;
}

#support .banner {
	background: url(/css/images/support_banner.png) no-repeat center center;
	height: 100px;
}

#testimonials .banner {
	background: url(/images/testimonials_banner.png) no-repeat center center;
	height: 100px;
}

#wholesale .banner {
	background: url(/images/wholesale_banner.png) no-repeat center center;
	height: 100px;
}

#press .banner {
	background: url(/images/press_banner.png) no-repeat center center;
	height: 100px;
}

#contact .banner {
	background: url(/images/contact_banner.png) no-repeat center center;
	height: 100px;
}

#about .banner {
	background: url(/images/about_banner.png) no-repeat center center;
	height: 100px;
}

.right_banner {
	text-indent: 0;
	width: 50%;
	float: right;
	position: relative;
	padding: 10px 5px 5px;
	top: 0;
}

#shop .right_banner p{
	width: 90%;
}

/* misc */
.clear {
	clear: both;
}

p.rule {
	background: url(/css/images/floral_rule.png) no-repeat right bottom;
	padding-bottom: 50px;
}

/* shop gallery */
#shop .gallery {
	position: relative;
	width: 350px;
	float: left;
	border: 1px solid gray;
	margin-right: 15px;
	background-color: #393939;
	-webkit-border-radius: 5px;
}

#shop .gallery .thumbs_strip {
	position: absolute;
	bottom: 0;
	padding: 5px 0;
	width: 100%;
	border-top: 1px solid gray;
	background-color: silver;
}

#product_listing {
	padding: 0 20px;
}

#shop .product {
	width: 100%;
	clear: both;
	padding-bottom: 30px;
	background: url(/css/images/floral_rule.png) no-repeat center bottom;
	margin-bottom: 30px;
}


#shop .large_img_box {
	position: relative;
	width: 350px;
	height: 315px;
	overflow: hidden;
}

.gallery .enlarge {
	display: block;
	position: absolute;
	z-index: 100;
	top: -50px;
	left: 10px;
	color: white;
	padding: 8px 5px;
	font-weight: bold;
	background-color: rgba(193,193,193,0.33);
	-webkit-border-radius: 5px
}

#shop .gallery .thumbs li {
	width: 35px;
	height: 35px;
	float: left;
	overflow: hidden;
	list-style-type: none;
	margin: 3px;
}

#shop .large_img_box img {
	width: 360px;
}

#shop .gallery .thumbs img {
	width: 100px;
	margin:-45px -35px;
}

#shop .gallery .thumbs img:hover {
	cursor: pointer;
}

#shop .product_info {
	width: 182px;
	margin-left: 685px;
	padding-top: 20px;
}

#shop .left {
	width: 680px;
	float: left;
}

#shop .cart_options {
	padding: 10px;
	border: 1px solid gray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#shop p {
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 210px;
	float: left;
}

#shop .cart_options .addcart {
	height: 39px;
	width: 161px;
	display: block;
	margin: 0 auto;
	background: url(/css/images/addtocart.png) no-repeat left top;
}

#shop .cart_options select {
	width: 100%;
}

#shop .cart_options .addcart:hover {
	background: url(/css/images/addtocart.png) no-repeat left bottom;
}

#shop .cart_options input {
	text-align: center;
	width: 15px;
	margin-left: 110px;
}

#shop .cart_options .qty {
	margin: 10px 0;
}

#shop .cart_options .qty_box {
	margin: 5px 0;
}

#shop .product_description p{
	width: 260px;
	font-size: 100%;
	line-height: 160%;
	margin-top: 20px;
}

#shop .colors {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 150px;
	margin-top: 10px;
}

#shop .colors li {
	position: relative;
	cursor: pointer;
	float: left;
	top: 0;
	padding: 5px 3px;
	width: 150px;
	background-color: silver;
}

#shop .tellafriend {
	text-align: center;
	margin-top: 10px;
}

#shop .tellafriend a {
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	color: black;
	font-size: 120%;
	padding: 5px;
	margin: 0 3px;
}

#shop .tellafriend img{
	vertical-align: middle;
}

#shop .tellafriend a:hover {
	background-color: silver;
	-webkit-border-radius: 5px;
	color: #9e1f63;
}

.small_quote {
	background-color: silver;
	-webkit-border-radius: 5px;
	padding: 8px;
	color: #9e1f63;
	font: 160% Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}

span.other_title {
	color: #addee3;
	font-size: 70%;
}

.other_shops {
	position: absolute;
	z-index: 250;
	text-indent: 0;
	right: 29px;
	top: 30px;
}

ul.shops {
	position: relative;
	top: 20px;
	margin-left: 20px;
}

.other_shops li {
	float: left;
	list-style-type: none;
	margin: 0 10px;
}

.other_shops li a {
	display: block;
	color: white;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-bottom: 10px;
	font-size: 80%;
}

.other_shops li a:hover {
	color: silver;
}

.other_shops .other_title {
	font-weight: normal;
	font-style: normal;
	color: #addee3;
}

/* forms */
#tell_a_friend {
	width: 260px;
	margin: 0 auto;
}
form label {
	display: block;
	font-weight: bold;
	margin: 3px 0;
	clear: both;
}

#tell_a_friend input[type="text"], #tell_a_friend textarea {
	width: 250px;
	padding: 5px;
	text-align: left;
	color: maroon;
	margin: 4px 0;
	border: 1px solid gray	;
}

#tell_a_friend input[type="image"], #contact_form input[type="image"] {
	display: block;
	width: 93px;
	height: 35px;
	background: silver url(/images/submit.png) no-repeat center top;
}

#tell_a_friend input[type="image"]:hover, #contact_form input[type="image"]:hover {
	background: silver url(/images/submit.png) no-repeat center bottom;
}

#contact_form {
	width: 370px;
	margin: 0 auto;
}

#contact_form input[type="text"], #contact_form textarea, #contact_form select {
	
	width: 350px;
	padding: 5px;
	font-size: 120%;
	color: #9e1f63;
	font-weight: bold;
	margin-bottom: 10px;
}

#contact_form textarea {
	height: 120px;
	display: block;
}

#contact_form input[type="image"] {
	margin-top: 20px;
	margin-left: 250px;
}

#contact_form input[type="checkbox"] {
	margin-right: 10px;
}

h3 {
	color: #8d1859;
	font-weight: normal;
	font-style: normal;
	font-size: 140%;
	margin-top: 15px;
}

#press h3 {
	float: left;
	margin-top: 5px;
}

h2.email_us a.email {
	display: block;
	text-indent: -9999px;
	width: 156px;
	height: 45px;
	background: url(/css/images/emailus_button.png) no-repeat center top;
}

h2.email_us a.email:hover {
	background: url(/css/images/emailus_button.png) no-repeat center bottom;
}

.button {
	float: right;
	margin: 4px;
}

#home .button {
	margin: 40px 0 20px;
}

#home .button.subscribe {
	margin: 0;
}

	.previous_button, .next_button {
	background-image: none;
	height: 130px;
	width: 30px;
}

.previous_button {
	background: url(/css/images/controls.png) no-repeat left center;
}

.next_button {
	background: url(/css/images/controls.png) no-repeat right center;
}

.video_top {
	padding: 10px 40px;
}

.videos {
	height: 120px;
	text-align: center;
}

.video_title {
	display: block;
	color: #57aad3;
	font-weight: bold;
	margin: 5px 0;
	text-transform: uppercase;
}

/* more */
#more {
	height: 100px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}

#more ul li {
	float: left;
	list-style-type: none;
	margin: 0 5px;
}

#more .question {
	width: 240px;
	float: left;
	border-right: 3px solid #efd9e5;
	height: 80px;
	padding: 10px;
}

#more .question a {
	color: #76bdd8;
	font-size: 120%;
	line-height: 28px;
}

#seasonal_promo {
	float: left;
	padding: 10px;
}

#share.right {
	width: 280px;
	float: right;
	padding: 10px;
	border-left: 3px solid #eed8e4;
	
}

form #error {
	color: maroon;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}

#press .article a {
	display: block;
	float: right;
	text-align: center;
	width: 20%;
}

.swatches {
	position: relative;
	float: left;
	margin-top: 20px;
}

.swatch {
	position: relative;
	float: left;
}

.swatch a {
	display: block;
	height: 20px;
	width: 20px;
}

.swatches .swatch a[title="white"] {
	border: 1px solid black;
	width: 18px;
	height: 18px;
}

.large_swatch {
	position: absolute;
	left: 10px;
	width: 70px;
	height: 70px;
}