/*
Coffee Bag Chick CSS
&copy; 2008 mark grostick
        |\__/,|   (`\
      _.|o o  |_   ) )
 ---(((---(((---------
*/
body {
	background-color: #70bb26;
	background-image:url(../images/bkg.gif);
	background-repeat:repeat-x;
	margin: 0;
	border: 0;
	color: #000;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	
}

/*page shift hack*/
html { min-height: 100%; margin-bottom: 1px; }

/* set default layout to 0 -------------------------------------------------------------*/
table, tr, td, ul, li, h1, h2, h3, h4, img, div, br, form {
	margin: 0px;
	padding: 0px;
	border:0px;
}

/*clear hack-------------------------------------------------------------------------------------*/

.clearer {
	clear: both;
	height:0px;
	width: 0;
	margin: 0;
	padding:0;
	font-size:0px;
	line-height:0px;
}

/*floats-------------------------------------------------------------------------------------*/

.float_right {
	float: right;
}

.float_left {
	float: left;
}


/***************** WRAPPER *********************************/

#wrapper {
	
	width: 923px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	
}

/***************** NAVIGATION *********************************/


#header {
	background-color: transparent;
	background-image: url(../images/header.gif);
	width: 923px;
	height: 101px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
	
	#view_cart {
		position: absolute;
		top:20px;
		right: 25px;
		width: auto;
	}
	
	#logo a{
		width:120px;
		height: 90px;
		display:block;
		float:left;
	}

	#nav {
		width: auto;
		height: 27px;
		float: right;
		margin: 74px 10px 0px 0px;
		padding:0;
	}
	
		#nav li {
			float:left;
			display:block;
			width:96px;
			height:27px;
			text-align:center;
			font-size:12px;
			line-height:27px;
			text-transform:uppercase;
		}
			
			#nav li.selected {
				background-image:url(../images/btn_green.gif);
				color:#fff;
			}
			
			#nav a {
				color: #000;
				text-decoration:none;
			}
			
				#nav a:hover {
				color: #70bb26;
				
				}

			#nav .selected a {
				color: #fff;
				text-decoration:none;
			}
			
				#nav .selected a:hover {
				color: #000;
				}
				

/***************** CONTENT *********************************/

#content{
	background-image:url(../images/content_bkg3.gif);
	background-repeat:repeat;
	width: 923px;
	height: auto;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 20px 0;
	clear:both;
	overflow:hidden;
}

	
#content_home {
	width:515px;
	height:auto;
	float: right;
	padding:45px 70px 0 0;
}

#content_home_pic {
	float:left; 
	margin-top:20px; 
	margin-left:1px;
}


	#contentleft{
		float: left;	
		background: transparent;
		width: 402px;
		text-align: left;
		margin: 10px 0px 50px 32px;
	}
	
	#contentright{
		float: left;
		background: transparent;
		width: 402px;
		text-align: left;
		margin: 10px 0px 50px 30px;
	}
	

	.content_pad {
		padding: 20px 70px 0px 70px;
	}

/*products--------------------------------------------------------*/
.product_wrap {
	width: 779px;
	height:auto;
	margin: 0 0 20px 0;
	overflow:hidden;
}		

	.product_top {
		width: 779px;
		height:10px;
		background-image:url(../images/product_top_bkg.gif);
		background-repeat:no-repeat;
		font-size: 0px;
		line-height:0px;
	}
	
	.product_content {
		width: 759px;
		height:auto;
		background-image:url(../images/product_content_bkg.gif);
		background-repeat:no-repeat;
		font-size:14px;
		padding:10px;
		clear:both;
		overflow:hidden;
	}
		.product_content_left {
			width: 510px;
			
			height:auto;
			overflow:hidden;
			float: left;
		}
		
		.product_content_right {
			width: 249px;
			height:auto;
			padding:0 0 0 0;
			overflow:hidden;
			float: left;
		}
		
	.product_bot {
		width: 779px;
		height:12px;
		background-image:url(../images/product_bot_bkg.gif);
		background-repeat:no-repeat;
		font-size: 0px;
		line-height:0px;
	}
		
		
		ul.list {
			margin-left: 20px;
		}
		
			.product_content_right ul.list {
				margin-left: 40px;
			}
		
		ul.list li {
			list-style: none;
			background-image:url(../images/star.gif);
			background-repeat:no-repeat;
			background-position:0 4px;
			padding-left:14px;
			line-height: 20px;
			text-align:left;
		}
		
		.product_text {
			float: left;
			width: 255px;
			height:auto;
		}
		
			.col2 {
				padding-top: 0px;
			}
			
			.col2 .list {
				padding-top: 35px;
			}
			
			.centerpic {
				text-align: center;
			}
			
			.centerpic a {
				text-decoration: none;
			}
			
			.product_text img, .fabric img, .product_content_right img{
				padding: 2px;
				border: 1px #cccccc solid;
			}
			
			.product_text img.no_border {
				border:none;
			}
			
			.product_content form {
				width: auto;
				height:auto;
				
				text-align:center;
			
				/*float: left;
				margin: 20px 0 0 25px;*/
			}
			
				form .btn_wrap {
					width: 250px;
					height:auto;
					margin: auto;
					padding:10px;
					background-color: #eee;
					border: 1px solid #ccc;
				}
			
			.btn_add_to_cart {
				
			}
			
			.fabric_wrap {
				width: auto;
				height: auto;
				overflow:hidden;
				padding: 20px 0 0 0;
				clear: both;
			}
			
			.fabric {
				width: 105px;
				height:auto;
				float: left;
				margin: 0 20px 20px 0;
				text-align:center;
				font-size:11px;
			}
			
/*headers--------------------------------------------------------*/

.headers {
	padding: 20px 0 20px 0;
}
.where {
	margin-bottom: 0px;
	padding-bottom:0px;
}
/*tables--------------------------------------------------------*/
table td, table th {
	padding: 5px;
}



td {
	vertical-align: top;
	height: auto;
}




/***************** TEXT *********************************/

h1, h2, h3 {
	line-height: normal;
}

h1 {
	
	font-size: 24px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight:bold;
	color:#5aa613;
}

h2 {
	
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight:normal;
	color:#503000;
}

h3 {
	
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

p {
	margin:0px 0px 20px 0px;
	padding:0;
}


/***************** LINKS *********************************/



a {
	color: #ff2868;
	text-decoration: underline;
	/*font-weight:bold;*/
}

a:hover {
	color: #000;
	text-decoration:none;
}


/*footer links */

#footer a {
	font-size: 11px;
	color: #000;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	text-transform:uppercase;
}
	#footer a:hover {
		color: #fff;
	}


/***************** FORMS *********************************/

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
  }

div.row span.formw {
  float: left;
  width: 500px;
  text-align: left;
  } 
  

 

/***************** FOOTER *********************************/

#footer {
	background-image: url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 923px;
	height: auto;
	clear: both;
	text-align:center;
}
	#footer ul {
		width: auto;
		padding: 20px 10px 0px 10px;
	}
	#footer li {
		list-style:none;
		display:inline;
		height:21px;
		line-height:21px;
		}
#validator {
	
	height:21px;
	line-height: 21px;
	}
#copyright {
	font-size: 10px;
	font-weight:bold;

}

/***************** END FOOTER *********************************/


/*****************EVENTS*********************************/

.event_pics {
	width: 355px;
	float: left;
	margin: 0 20px 20px 0;
}

.event_pics img {
	padding: 2px;
	border: 1px #cccccc solid;
}

.events p, .events h1 {
	width: 740px;
	clear: both;
}


/*****************SHOPPING CART*********************************/
.product {
	width:auto;
	list-style:none;
}

div.price {
	display: none;
}

.empty {
	float: right;
}
.cart-mini {
    float: left;  
}

.fabric-select {
	float: left;
	margin: 0 10px 0 0;
}
.product select {
	width: auto;
	height:30px;
	line-height:normal;
	vertical-align:middle;
	
}
/*.product select option{
	padding: 9px 0
}*/
label {
	float: left;
}

.clear {
	clear: both;
	
}
.cart {
	width: 100%;
	margin: 10px 0 0 0;
	float:left;
	position:relative;
}
.cart li {
	height: auto;
	overflow:hidden;
}

.cart .thumb{
	display: none;
}

select.shipping {
	display:none;
}

.line-item label {
	float: right;
}


#button-wrapper {
	position: relative;
}

.continue .color, #checkout .color, #update-btn{
	background:#7d073c;
	border:1px solid #7d073c;
	cursor:pointer;
}

.continue .btn, #checkout .btn, #update-btn {
	background: -moz-linear-gradient(center top , #BD0B5B, #97094A) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #900946;
    border-top: 1px solid #DA2C7A;
    color: #F0F0F0;
    border: 1px solid #779E13;
    cursor: default;
    width: 68px;
	background:#7d073c;
	border:1px solid #7d073c;
	cursor:pointer;
}

#update-btn {
	width: 78px;
	height: 28px;
	text-align:center;
	line-height:28px;
	display:block;
	text-decoration:none;
	position:absolute;
	top: 0;
	left: 400px;
	font-size:10px;
	text-transform:capitalize;
	font-weight:bold;
}

.empty {
	margin: 0 5px 0 0;
}

.empty > * {
	height: auto;
	width: auto;
	padding:5px 10px;
	display: block;
	
}
.empty > * > span {
	background-image: none;
	height:auto;
	width: auto;
	display: block;
	padding:1px;
}
#cart-final {
	width: 100%;
	height:auto;
	background-color: #eee;
	overflow:hidden;
	margin: 0 0 20px 0;
}

#checkout .line-item {
	float: left;
	padding: 10px;
	
}
#row3.line-item, #row4.line-item, #row5.line-item {
	float: right;
	clear:both;
	text-align:right;
}
#row5.line-item {
	font-size: 16px;
}
#checkout div.row {
	width: 390px;
}
#checkout label{
	display: block;
	width: 120px;
	float: left;
}
#checkout label.cvc-label {
	width: 50px;
}
#checkout label.error {
	width: 250px;
	color:#ff0000;
	clear:both;
	float:right;
}
#checkout .cvc-container label.error {
	width: 50px;
}
#checkout input {
	width: 250px;
}

#checkout input.cvc {
	width: 55px;
}

#checkout .shipping-same input{
	height: auto;
	width: auto;
}
/*colorbox*/
#cboxPrevious , #cboxNext,  #cboxCurrent {
	display: none !important;
}
