/*
Theme Name:		El Zonda
Theme URI: 		http://www.el-zonda.com.ar
Description: 	El Zonda Theme
Version: 		2.0
Tags: 			elzonda
Author:			Wikichaves
Author URI: 	http://wikichaves.com/

*/



/* colors 

background:	#6BB5CD
text:		#
links: 		#3F98BE
widget bg:	#f4f3eb
widget br:	#eeeeee
widget tx:	#

*/





/* 
RESET
http://meyerweb.com/eric/tools/css/reset/index.html 
*/


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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* MAIN STYLES */

body {
	background:url(images/body-bg.jpg) repeat-x #5DBADB;
	font-family:Arial, Helvetica, sans-serif;
	
}

h2 {
	font-size:38px;
	
	}

h3 {
	font-size:24px;
	
	}

h4 {
	font-size:18px;
	
	}

h5 {
	font-size:14px;
	
	}

p {
	font-size:14px;
	line-height:18px;
	}

a {
	text-decoration:none;
	color: #3F98BE;
	}


a:hover {
	text-decoration: underline;
	}



#wrapper {
	margin:auto;
	width:1000px;
	
	}

#header {
	width:740px;
	padding-left:100px;
	margin-top:3px;
	height:150px;	
	}
	
#logo {
	float:left;
	text-indent:-99999px;
	width: 324px;
	height:84px;
	margin:35px 0 0 4px;
	background:url(images/elzonda-logo.png) no-repeat;
	-background:url(images/elzonda-logo.gif) no-repeat;
	}

#logo a {
	display:block;
	width: 324px;
	height:84px;
	}
	
#right {
	margin-top:45px;
	float:right;
	}
	
#right .search input {
	background:#80CAE3;
	-moz-box-shadow: -1px -1px 0px #3D8CA7;
	-webkit-box-shadow: -1px -1px 0px #3D8CA7;
	border:none;
	width:250px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#53747E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:8px;
	text-align:right;
	text-shadow: rgba(255,255,255,0.2) 1px 1px 0px;
	float:right;
	}
	
#right .pricelist {
	float:right;
	margin-top:8px;
	}

#right .pricelist .doc {
	background-image: url("images/doc_icon.gif") ;
	background-position:6px 3px ;
	background-repeat: no-repeat;	
	padding-left: 27px;
	color:#333333;
	text-shadow: rgba(255,255,255,0.6) 1px 1px 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #F1EEA2;
	font-weight:normal;
	}
	




#nav {
	margin-top:25px;	
	width:100px;
	float:left;
	
	
	}
	
#nav li {
	font-family:Georgia, "Times New Roman", Times, serif;
	
	}

#nav li a {
	margin-bottom:7px;
	float:right;	
	color:#333333;
	text-shadow: rgba(255,255,255,0.6) 1px 1px 1px;
	font-size:18px;
	text-decoration:none;	
	background:#F1EEA2;	
	border:#B1AD7B 1px solid;
	border-right:none;
	padding:10px;	
	/* optional rounded corners for browsers that support it */
	-moz-border-radius-topleft: 10px;  
    -moz-border-radius-bottomleft: 10px;  
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;   
    border-top-left-radius: 10px;  
    border-bottom-left-radius: 10px;  
	/* box shadow */
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	}


#nav li.current_page_item a {
	padding-right:20px;
	background: #F0BBA1;
	}


#nav li a:hover {
	padding-right:20px;
	background: #ffe598;
	}


#nav li ul  {
	padding:0;
	margin-top:-25px;
	display:none;
	}

#nav li ul li {
	margin-bottom:20px;
	}
	
#nav li ul li.page_item a {
	font-size:12px;
	padding:8px;
	background:#F1EEA2;	
	}

#nav li ul li.page_item a:hover {
	padding-right:20px;
	background:#ffe598;	
	}

#nav li ul li.current_page_item a {
	padding-right:20px;
	background:#F0BBA1;	
	}


#rightsidebar {
	margin-top:5px;
	width:160px;
	float:left;
	overflow:hidden;
	}
	
	
#rightsidebar .widget {
	margin-left:10px;
	background:#ffffe0;
	border:#e6db55 1px dotted;
	padding:10px;
	font-size:11px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	text-shadow: rgba(255,255,255,0.6) 1px 1px 1px;
	line-height:14px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:15px;

	
	}

#rightsidebar .widget h4 {
	font-size:16px;
	margin-bottom:5px;
	
	}
	

#rightsidebar .widget li {
	margin-bottom:10px;	
	}

#rightsidebar .widget abbr {
	color:#666;
	}

#rightsidebar .widget_wpsc_shopping_cart {
	background:none;
	border:none;
	padding:0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	line-height:normal;
	margin-bottom:7px;
	}

#rightsidebar .widget_wpsc_shopping_cart .widget-upper {
	background:url(images/chart-upper.png) no-repeat ;
	-background:url(images/chart-upper.gif) no-repeat ;
	height:34px;
	}

#rightsidebar .widget_wpsc_shopping_cart .widget-btm {
	background:url(images/chart-btm.png) no-repeat ;
	-background:url(images/chart-btm.gif) no-repeat ;
	height:49px;
	}

#rightsidebar .widget_wpsc_shopping_cart .widget-back {
	clear:both;	
	color:#333333;
	font-size:10px;	
	line-height:14px;
	text-shadow: rgba(255,255,255,0.6) 1px 1px 1px;
	background:url(images/chart-back.png) repeat-y ;
	*background:url(images/chart-back.png) repeat-y #f6f6f6 ;
	-background:url(images/chart-back.gif) repeat-y #f6f6f6 ;
	padding:0 10px 10px 10px;
	margin:0;
	}

#rightsidebar .widget_wpsc_shopping_cart h4 {
	font-size:16px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}



#rightsidebar .widget_wpsc_shopping_cart ul.shoppingcart {
	font-size:11px ;
	color:#333;
	margin-bottom:10px;
	}

#rightsidebar .widget_wpsc_shopping_cart ul.shoppingcart li {
	margin-bottom:5px;
	list-style:inside square;
	}

#rightsidebar .widget_wpsc_shopping_cart ul.shoppingcart span.price {
	font-weight:bold;
	}
	
#rightsidebar .widget_wpsc_shopping_cart p {
	font-size:11px;
	line-height:14px;
	margin-bottom:5px;
	}

#rightsidebar .remove_button {
	border:none;
	background:none;
	cursor:pointer;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px;
	color:#999;
	}

#rightsidebar .remove_button:hover {
	background:#C00;
	color:#FFF;
	text-shadow:rgba(0,0,0,0.3) 1px 1px 0;
	}



#rightsidebar .widget_wpsc_shopping_cart span.checkout-total {
	background:#0C6;
	font-size:12px;
	color:#FFF;
	text-shadow:rgba(0,0,0,0.3) 1px 1px 0;
	padding:2px 0;	
	}
	
.checkout-total span.pricedisplay {
	color:#FFF;
	padding:4px;
}

.total span.pricedisplay{
/*  white-space: nowrap; */
 float:right;
 padding:0 5px;
 }
 
	
	
	
#rightsidebar .widget_wpsc_shopping_cart a {
	font-size:11px;
	}



#rightsidebar .widget_wpsc_shopping_cart a.emptychart:hover {
	background:#C00;
	color:#FFF;
	text-decoration:none;
	}


	
#container {
	width:680px;
	padding:30px;
	-padding:20px;
	background: url(images/container-bg.png) repeat-x #F4F3EB;
	float:left;	
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	/* box shadow */
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	*display:inline; /*IE6*/
	}
	


#section {
	}

#section h2.title {
	color:#3F98BE;
	text-shadow: #fff 1px 1px 0px;
	font-size:38px;
	line-height:46px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}


	
#intro p {
	font-size:24px;
	color:#3F98BE;
	text-shadow: #fff 1px 1px 0px;
	line-height:30px;
	}

#intro p a {
	border-bottom: #3F98BE 1px dotted;
	}

#intro p a:hover {
	text-decoration:none;
	color:#900;
	border-bottom: #900 1px solid;
	}

#intro p a.button:hover {
	color:#fff;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	}
	
	
#section h2.title a {
	color:#3F98BE;
	border-bottom: #3F98BE 1px dotted;
	text-decoration:none;
	}




#content {
	font-family: Verdana, Geneva, sans-serif;
	background:#FFF;
	margin-top:15px;
	padding:20px;
	border: 1px solid #EEEEEE;
	color: #666;
	width:640px;
	min-height:300px;
	}
	
#content h2 {
	font-size:24px;
	margin-bottom:10px;
	}

#content h3 {
	font-size:18px;
	margin-bottom:10px;
	}
	
	





#latestproducts {
	margin-bottom:30px;
	
	}

#latestproducts h4.title, #latestposts h4.title  {
	font-size:14px;
	color:#999;
	margin-bottom:10px;
	
	}
	
.producthome {
	float:left;
	margin-right:15px;
	padding-right:15px;
	margin-bottom:20px;
	width:180px;
	font-size:14px;
	border-right:1px solid #666;
	}

.producthome img.productimage {
	margin-bottom:10px;
	}
	
	
	
	
	

.post {
	margin-bottom:40px;
	}

.post .meta {
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	background:#f8f8f8;
	border-right:3px solid #CCC;
	padding:10px
	}
	
.post .meta .avatar img {
	float:left;
	border:solid 1px #d9d9d9;
	padding:2px;
	}
	
.post .meta p {
	width:440px;
	float:left;
	color:#999;
	font-size:12px;
	line-height:18px;
	margin-left:10px;
	}

.post .meta p a {
	color:#999;
	}

.post .meta p a:hover {

	}
	
	
.post .entry {
	clear:both;
	
	}

.post .entry p {
	margin-bottom:16px;
	}



.post .entry img {
	border: 1px solid #d9d9d9;
	padding:2px
	}

.post .entry h3 {
	line-height:20px;
	margin-bottom:8px;
	font-weight:bold;
	}

.post .entry h4 {
	margin-bottom:10px;
	}

.post .entry h5 {
	margin-bottom:10px;
	}

.post .single p {
	line-height:22px;
	margin-bottom:16px;
	}
	

.post .entry ul {
	list-style: inside square;
	line-height:24px;
	margin-bottom:14px;
	margin-left:22px;
	}

.post .entry ol {
	list-style: inside decimal;
	line-height:24px;
	margin-bottom:14px;
	margin-left:22px;
	}

.post .entry li {
	font-size:14px;
	}

.post .entry blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:20px;
	margin:0 10px 14px 22px;
	border-left:  #e8e8e8 6px solid;
	padding-left:10px;
	}

.post .entry img {
	margin: 0 0 24px 0;
	max-width: 640px;
}

.post .entry img.wp-post-image {
	float:left;
	margin:0 12px 5px 0;
	background:#FFF;
	border:1px solid #ccc;
	padding:3px;
	-moz-box-shadow: 0 0 3px #e6e6e6 ;
	-webkit-box-shadow: -1px -1px 1px #e6e6e6;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	}
	
	

.post .entry .alignleft,
.post .entry img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.post .entry .alignright,
.post .entry img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.post .entry .aligncenter,
.post .entry img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post .entry img.alignleft, .post .entry img.alignright, .post .entry img.aligncenter {
	margin-bottom: 12px;
}

	

#comments {
	margin-top:40px;
	}

#comments h2 {
	font-size:26px;
	font-weight:normal;
	margin-bottom:5px;
	}

#comments h3 {
	margin-bottom:20px;
	}

#comments .comment {	
	background:#f5f5f5;
	padding:10px;
	border:1px solid #EDEFF1;
	margin-bottom:10px;
	}

#comments .comment img.avatar {
	float:left;
	padding:2px;
	background:#FFF;
	margin:0 5px 0px 0;
	}

#comments .comment .comment-author {
	font-size:16px;
	margin-bottom:3px;
	}

#comments .comment .comment-meta {
	font-size:12px;
	}

#comments .comment p {
	clear:both;
	font-size:14px;
	line-height:20px;
	margin-top:20px;
	}

#respond {
	}


ol.commentlist {
	padding:0;
	margin:0 0 10px 0;
	}
	

#prev-next  {
	font-size:18px;
	}
	
#prev-next #prev {
	float:left;
	}

#prev-next #next {
	float:right;
	}


.search_product {
	margin-bottom:20px;
	clear:both;
	}

.search_product img {
	border:0 !important;
	float:left;
	margin:0 5px 5px 0 !important;
	}
	
.pricedisplay {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #036;
	font-weight:bold;
	
	}

.search_product .pricedisplay {
	font-size:22px;
	}



.clearer, .clear {
	clear:both;
	}


img#wpstats{display:none}

#mountains {
	width:100%;
	margin-top:40px;
	background: url(images/mountains-bg.png) repeat-x;
	-background: url(images/mountains-bg.gif) repeat-x;
	height:168px;
}	


#footer {
	width:100%;
	min-height:135px;
	background:url(images/footer-bg.png) repeat-x #64941D;
}	

#footer-wrapper {
	margin:auto;
	width:1000px;
	}

#footer1 {
	border-bottom:#5D821E 1px solid;
	}
	
	
	
#socialmedia {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:20px 0 20px 0;	
	float:left;
	}

#socialmedia ul {
	
	}

#socialmedia li {
	display:inline;
	}

#socialmedia li a {
	color:rgba(255,255,255,0.9);
	*color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	margin-right:30px;
	padding-left:20px;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
	}

#socialmedia li a:hover {
	color:rgba(255,255,255,1);
	text-decoration:underline;
	}

#socialmedia li a.facebook {
	background:url(images/facebook_16.png) no-repeat;
	}

#socialmedia li a.mercadolibre {
	background:url(images/mercadolibre_16.png) no-repeat;
	}


#socialmedia li a.rss {
	background:url(images/rss_16.png) no-repeat;
	}

#socialmedia li a.twitter {
	background:url(images/twitter_16.png) no-repeat;
	}

#socialmedia li a.skype {
	background:url(images/skype_16.png) no-repeat;
	}

#socialmedia li a.youtube {
	background:url(images/youtube_16.png) no-repeat;
	}
	
img.illustration {
	float:right;
	position: relative;
	top:-12px;
	}
	
#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#354D10;
	padding:13px 0 20px 0;
	border-top:#8FB551 1px solid;
	font-size:14px;
	}

#copyright p.info, {
	float:left;
	}

#copyright p.powered {
	float:left;
	clear:both;
	font-size:12px;
	}

#copyright p.info a, #copyright p.powered a {
	color:#354D10;
	text-decoration:none;
	}

#copyright p.info a:hover, #copyright p.powered a:hover {
	text-decoration:underline;
	}
	
#copyright p.diseno {
	float:right;
	
	}



#copyright p.diseno a.wikichaves  {
	text-indent:-99999px;
	display:block;
	width:130px;
	height:14px;
	background:url(images/wikichaves.png) no-repeat;
	-background:url(images/wikichaves.gif) no-repeat;
	}
	

td.wpsc_cart_item_name{
	max-height:14px;
	overflow:hidden;	
	}




.button, .go_to_checkout, .continue_shopping {
	background-color: #3F98BE;;
	display: inline-block;
	padding: 5px 10px 6px;
	
	color:rgba(255,255,255,0.85);
	*color:#fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-shadow: 0 -1px 1px #222;
	position: relative;
	cursor: pointer;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 1px solid rgba(0,0,0,0);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	}

.button:hover { 
	color: #fff;
	border: 1px solid rgba(0,0,0,0.35);
	text-decoration:none;
	}
	
.button:active { 
	top: 1px; }


.small.button {
	font-size: 11px;
	font-weight:normal;
	padding: 5px 8px;
}

.medium.button, .go_to_checkout, .continue_shopping {
	font-size: 14px;
}

.large.button {
	font-size: 16px;
	padding: 8px 14px;
}

.blue.button, .continue_shopping {
	background-color: #3F98BE;;
}
.red.button {
	background-color: #666;
}

.red.button:hover {
	background-color: #C00;
}
	
.magenta.button {
	background-color: #a9014b;
}
.orange.button {
	background-color: #ff5c00;
}
.yellow.button {
	background-color: #ffb515;
}
.green.button, .go_to_checkout {
	background-color: #00cc66;
}

.floatright.button {
	float:right;
	}

.margintop.button {
	margin-top:20px;
	}



#blog, #products {
	float:left;
	width:420px;
	margin-right:20px;
	}


	
#sidebar {
	float:right;
	width:180px;
	min-height:200px;
	background:#f8f8f8;
	font-size: 12px;
	padding:10px;
	}

#sidebar .widget {
	margin-bottom:20px;
	color:#663300;
	text-shadow:#fff 1px 1px 0;
	}

#sidebar .widget h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	
	}

#sidebar .widget p{
	
	}

#sidebar .widget ul{
	list-style:inside;
	}

#sidebar .widget li{
	margin-bottom:8px;
	font-size:13px;
	list-style:url(images/list-style.png) inside;
	}

#sidebar a.wpsc-current-cat {
	list-style:url(images/list-style-current.png) inside;
	}

#sidebar .widget li ul{
	margin-top:5px;
	padding-left:20px;
	}

#sidebar .widget li ul li{
	font-size:12px;
	}

	
	
	
	


	
.product_grid_item {
	width:120px;
	padding:5px;
	}

.product_grid_item img.product_image {
	width:120px;
	height:120px;
	
	}

.product_grid_item:hover {
	background:#f1f1f1;
	}
	


div.imagecol {
	float:left;
	}




	
div.textcol form {
	min-width: 240px !important;
	}




#products .product_text {
	min-height:30px;
	margin-bottom:0px !important;
	}

div.grid_product_info div.product_text {
	min-height:35px !important ;
	padding:0 !important;
	margin-top:3px;
	}

#products .product_text h4 {
	font-size:10px;
	margin-bottom:3px;
	text-align:center;
	
	}

#products .product_text .pricedisplay {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	
	}

#products .grid_more_info {
	font-size:10px;
	margin-bottom:10px;
	}

#products .grid_more_info input {
	font-size:10px;
	}

#products .grid_more_info input.wpsc_buy_button {
	float:none !important;
	}


#products .grid_more_info label, #products .grid_more_info select {
	font-size:10px;
	}


#products { 
	width:400px; 
	background:#CCC; 
	overflow:hidden; padding:0;
	}


#products h2.prodtitles { 
	font-size:24px;
	}

#products .wpsc_product_price{
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	width: 180px !important;
  }

#products span.pricedisplay{
 float:right; 
 }


#products .wpsc_description {
	font-size:16px;
	margin-bottom:20px;
	}
	
#products p {
	margin-bottom:16px;
	}
	
#products ul {
	list-style: inside square;
	line-height:24px;
	margin-bottom:14px;
	}

#products ol {
	list-style: inside decimal;
	line-height:24px;
	margin-bottom:14px;

	}

#products li {
	font-size:14px;
	}

#products blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:20px;
	margin:0 10px 14px 22px;
	border-left:  #e8e8e8 6px solid;
	padding-left:10px;
	}

#products .product_image {
	display: inline;
	float: left;
	margin:0 5px 5px 0  ;
}

#products img {
	margin: 0 0 24px 0;
	max-width: 640px;
}

#products .quantity {
	margin-bottom:10px;
	}


	

.productcart {
	
	font-size:12px;
	}

.productcart a {
	font-size:14px;
	width:200px;
	}

.productcart tr {
	font-size:12px;
	border:none;
	}

.productcart td {
	font-size:12px;
	padding:10px;
	background:#f1f1f1;
	border:2px #FFF solid;
	}

.post .entry .productcart img {
	margin-bottom: 0;
	}
	

table.productcart tr.product_row td.product {
	width:200px;
	
	}

select#current_country {
	font-size:14px;
	padding:5px;
	}

.productcart span {
	font-size:14px;
	}

#wpsc_shopping_cart_container {
	font-size:12px;
	}

#wpsc_shopping_cart_container h2 {
	font-size:16px;
	}
	
#wpsc_shopping_cart_container .checkout-total {
	background:#0C6;
	padding:2px;
	font-size:16px;
	color:#FFF;
	text-shadow:rgba(0,0,0,0.3) 1px 1px 0;
	}
	

#wpsc_shopping_cart_container form.wpsc_checkout_forms h2 {
	font-size:18px;
	font-weight:bold;
	}

#wpsc_shopping_cart_container h4 {
	font-size:14px;
	margin-top:15px;
	background:#E7FBE5;
	border: #CCC 1px solid;
	border-top:none;
	border-left:none;
	padding:5px;
	}

#wpsc_shopping_cart_container label {
	font-size:14px;
	
	}

.wpsc_checkout_forms {
	background:#f4fcf2;
	
	}

#wpsc_shopping_cart_container td {
	width:180px;
	margin-bottom:10px;
	padding-bottom:6px;
	}

.wpsc_checkout_forms {
	padding:30px;
	margin:40px;
	border:1px solid #CCC;
	border-left-width:5px;
	}


.item {
	left:0;
	}
	

	
	


/* WP ECOMMERCE */

body.wpsc-home a.all {

	font-weight: bold;
	color: #000000;
}





/* FEATURED PRODUCTS */

.feat_prods {
	background-color: #FFF !important;
	background-image: none !important;
	padding: 0 0 0 23px  !important;
	}
	
	
.feat_list img.product_image {
	}
	
.single_list li {
	width: 172px !important;
	height: 220px !important;
	}


	
.single_list .bg {
	background-image: none !important;	
	width: 172px !important;
	}

.feat_list  {
	
	height: 220px !important;

	}

.feat_list li {
	padding:10px !important;
	

	}


.single_list p.price {
	top: 195px !important;
	width:110px !important;
	line-height: 9pt !important;
	}

.single_list .item {
	cursor:pointer !important;
	}

.single_list .add {
	display:none;
	
	}


.feat_prods span.pricedisplay {
	width: 80px;
	float: right;
}

.feat_prods .prev {
	left: 0px !important;
	
	}

.feat_prods .next {
	right: 0px !important;
	
	}
	
	
	
	
	
	

