/* 
	Theme Name: Vanilla Cart
	Theme URL: http://www.shoppingthemes.com/vanilla-cart/
	Description: Vanilla Cart is a clean and minimalist shopping cart theme made for the famous WP e-Commerce plugin. 
	Author: Lim Cheng Soon
	Author URI: http://www.netizensmedia.com
	Version: 0.3
	Tags: two-columns, right-sidebar, fixed-width, white, threaded-comments, sticky-post,theme-options
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v0.1 - 3rd May 2009
		v0.2 - 7th June 2009
		v0.3- 16th June 2009

*/
em1{text-decoration: underline;} 

body {
	background: #cccc99;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 20px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF;
	width: 990px;
	margin: 0px auto 0px;
	padding: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 990px;
	height:155px;
	margin: 10px auto 0px;
	
	}

#header h1 {
	color: #666666;
	font-size: 30px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #666;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #999;
	text-decoration: none;
	}

.headerleft {
    float:left;
	height:220px;
	width:100%;
	margin-top: -30px;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #999;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
.headerright {
    float:right;
	margin: 0px;
	padding: 0px;
	}


/************************************************
*	Navigation      							*
************************************************/

#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:visited {
	background: #f1f1f1;
	color: #000000;
	display: block;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
    margin: 0px 5px 0px 0px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav li a:hover {
	background: #FFFFFF;
	color: #666;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#nav li li a, #nav li li a:visited {
	background: #FFFFFF;
	width: 170px;
	color: #666;
	float: none;
	margin: 0px 0px 0px -1px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;

	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #f1f1f1;
	color: #666;
	padding: 7px 10px 7px 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 150px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -29px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
	
#nav .current_page_item a, #nav .current_page_item a:visited {
	background: #FFFFFF;
	color: #666;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav .current_page_item a:hover {
	background: #f1f1f1;
	color: #666;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

	
	
#nav .current_page_item ul li a, #nav .current_page_item ul li a:visited{
	background: #FFFFFF;
	color: #666;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav .current_page_item ul li a:hover {
	background: #f1f1f1;
	color: #666;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

.splash { width:760px; padding:30px 30px 0; }
#content {
	width: 940px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 11px;
	}
	
#contentleft {
	float: left;
	width: 678px;
	margin: 0px;
	padding: 10px 0px 20px 1px;
	}

.h1post {
	color: #84b842;
	font-size: 20px;
	font-family: "Arial Black";
	margin-top:10px;
	}   


#contentleft h1 {
	color: #666;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
      	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h1 a {
	color: #666;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#contentleft h1 a:hover {
	color: #003663;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#contentleft h2 {
	color: #666;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}


	
#contentleft h3 {
	color: #666;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
       
	}
	
#contentleft h4 {
	color: #999;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h5 {
	color: #999;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h6 {
	color: #999;
	font-size: 8px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}	
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
.sticky {
	background: #F7F7F7;
	margin: 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
.post {
	margin: 0px 0px 50px 0px;
	}
	
.postarea {
	margin: 0px;
	padding: 0px;
       line-height:1.2;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #999;
	text-decoration: none;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #999;
	text-decoration: none;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow-content.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	}
	
.postarea ul ul li {
	background: url(images/arrow-content.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	}
	
blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E6E6E6;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	}

.singlepostmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

.singlepostmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px solid #E6E6E6;
	}
	
.archive {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #E6E6E6;
	text-align: center;
	background-color: #F7F7F7;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 220px;
	margin: 20px 10px 20px 0px;
	padding: 0px 0px 0px 20px;
	line-height: 20px;
	/* border-left:5px solid #ddd; */
	}
	
#sidebar a, #sidebar a:visited  {
	color: #666;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #999;
	text-decoration: underline;
	}
	
#sidebar h2 {
	color: #666;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#sidebar h3 {
	color: #666;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar .widget  {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;   
       width:225px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #666;
	text-decoration: none;
	}
	
#sidebar ul ul li a:hover {
	color: #999;
	text-decoration: underline;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	/* background: url(images/arrow.gif) no-repeat top left; */
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li {
	/* background: url(images/arrow.gif) no-repeat top left; */
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
	}

#sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}

#cat {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	width: 230px;
	color: #222222;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
/************************************************
*	Footer  									*
************************************************/

	
#footer {
	width: 990px;
	background: #eee;
	margin: 0px auto 0px;
	padding: 0px 0px 15px 0px;
	text-align: right;

	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
	
.footer {
	width: 990px;
	margin: 0px auto 0px;
	padding: 15px 0px 0px 0px;
	}
	
#footer p {
	color: #888;
	margin: 0px;	
	padding: 0px;
	}
	
#footer a {
	color: #999;
	text-decoration: none;
	}

#footer a:hover {
	color: #999;
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #666666 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #666666;
	}

#searchform {
	margin: 0px;
	}
	
#searchformheader {
	margin: 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 165px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 2px 0px 2px 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#searchsubmit {
	background: #003663;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 2px 1px 2px;
	border: 1px solid #003663;
	}
	
#submit {
	background: #003663;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border: 1px solid #003663;
	}
	
#author, #email, #url, #codigosecret{
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
 
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/************************************************
*	Comments									*
************************************************/

	
.commentlist li ul li {
	font-size: 12px;
       
	}

.commentlist li {
	font-weight: bold;
       
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;

	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;

	}

.commentlist p {
	font-weight: normal;
	text-transform: none;

	}

.commentmetadata {
	font-weight: normal;

	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;

	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

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

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
       margin-top:10px; 
	margin-right: -1px;
	margin-left:50px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #999;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999;
	}
	
.reply a:hover {
	background: #003663;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #003663;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
       clear:both;
	display: block;
	text-align: center;
	height:16px;
       padding-top:4px;
	padding-bottom:3px; 
       
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
     
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin-bottom: 10px;
	padding-top: 50px;
	}
	
/************************************************
*	WP E-Commerce  					    *
************************************************/

#contentleft h2.prodtitles{font-size:20px;color: #84b842; border:0;}
.prodtitles a:link, .prodtitles a:visited { color:#666; text-decoration:none; border:0;}
.prodtitles a:hover { color:#333; }
.producttext { padding-left:10px; }
.single_product_display { margin-top:20px; margin-left:0px;}




#contentleft .productdisplay { margin-bottom:30px; }

#contentleft .imagecol { margin-top:10px; }
ul#sidebarwidgeted li{ margin:0 10px; }
p.wpsc_variation_forms { color:#999; font-size:12px; }
p.wpsc_variation_forms select{ font-size:11px; color:#666;}
p.wpsc_product_price { font-size:12px; float:left;}
p .pricedisplay { color:#333;}
input.wpsc_buy_button { border:none; background:#ccc; color:#fff; float:right; padding:5px; margin-right:20px; text-transform:uppercase; 	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;}
input.wpsc_buy_button:hover { background:#666; }
#shoppingcartcontents p.visitshop { text-align:right; margin-top:10px; }
#shoppingcartcontents p.visitshop a, #shoppingcartcontents .gocheckout a { border:none; background:#ccc; color:#fff; padding:5px;  text-transform:uppercase; 	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; }
#shoppingcartcontents p.visitshop a:hover, #shoppingcartcontents .gocheckout a:hover{ background:#666; text-decoration:none;}
#shoppingcartcontents .gocheckout { text-align:right; }
#shoppingcartcontents .emptycart { text-indent:-9999px; padding:0; margin:0; }
#contentleft .additional_description p{ background:#f1f1f1; padding:10px; }
.product_grid_item { padding:19px; border: 1px solid #CCCCCC;}
.product_grid_item .product_text {line-height:1.3em; height:100px;margin-left:-15px; width:142px;text-align:center;margin-bottom:-12px;}
.product_grid_item .product_text strong{ font-size:11px;}
.product_grid_item .product_text br { margin:10px 0; }
.product_grid_item .product_text .pricedisplay { color:#333; }
.product_grid_item .grid_more_info { margin:0; padding:0; }
.product_grid_item .grid_more_info select{ font-size:10px; color:#666;}

.product_grid_item a:link {color:#000000; text-decoration:none; }   
.product_grid_item a:visited {color: #000000; text-decoration:none; }
.product_grid_item a:hover {color:#0000FF;text-decoration:underline; }
.product_grid_item a:active {color:#000000;text-decoration:underline;  }


.cuadro {
text-decoration:none;
padding-bottom:10px;
}

.textocuadro {
font-family:"Arial Black";
font-size:14px;
text-decoration:none;
line-height:1.2;
padding-left:8px;
padding-top:8px;
padding-bottom:8px;
width:136px;
clear:left;
vertical-align:top;
} 

.textocuadro a:link {color: #84b842; text-decoration:none; }
.textocuadro a:visited {color: #84b842; text-decoration:none; }
.textocuadro a:hover {color:#000000;text-decoration:none; }
.textocuadro a:active {color:#84b842;text-decoration:none;  }



.descuadro {
font:"Black";
font-size:11px;
padding-left:10px;
line-height:1.0;
width:130px;
height:70px;
clear:left;
}

.descuadro a:link {color:#818181; bold; text-decoration:none; }
.descuadro a:visited {color: #818181; text-decoration:none; }
.descuadro a:hover {color: #818181; text-decoration:none; }
.descuadro a:active {color: #818181; text-decoration:none; }






.imagencuadro1 {
width:218px;
height:134px;
background:url(http://www.ledshop.cl/wp-content/themes/vanilla-cart/images/categorias/ledshop-iluminacion.jpg); 
background-repeat:no-repeat;
vertical-align:top;
}

.imagencuadro2 {
width:218px;
height:134px;
background:url(http://www.ledshop.cl/wp-content/themes/vanilla-cart/images/categorias/ledshop-deco.jpg);
background-repeat:no-repeat;
vertical-align:top;
}

.imagencuadro3 {
width:218px;
height:134px;
background:url(http://www.ledshop.cl/wp-content/themes/vanilla-cart/images/categorias/ledshop-industrial.jpg);
background-repeat:no-repeat;
vertical-align:top;
}

.imagencuadro4 {
width:218px;
height:134px;
background:url(http://www.ledshop.cl/wp-content/themes/vanilla-cart/images/categorias/ledshop-autos.jpg);
background-repeat:no-repeat;
vertical-align:top;
}

.imagencuadro5 {
width:218px;
height:134px;
background:url(http://www.ledshop.cl/wp-content/themes/vanilla-cart/images/categorias/ledshop-exterior.jpg);
background-repeat:no-repeat;
vertical-align:top;
}

.imagencuadro6 {
width:218px;
height:134px;
background:url(http://www.ledshop.cl/wp-content/themes/vanilla-cart/images/categorias/ledshop-retail.jpg);
background-repeat:no-repeat;
vertical-align:top;
}

.imagencuadro7 {
width:218px;
height:134px;
background:url(http://www.ledshop.cl/wp-content/themes/vanilla-cart/images/categorias/ledshop-agricola.jpg);
background-repeat:no-repeat;
vertical-align:top;
}

.imagencuadro8 {
width:218px;
height:134px;
background:url(http://www.ledshop.cl/wp-content/themes/vanilla-cart/images/categorias/ledshop-senaletica.jpg);
background-repeat:no-repeat;
vertical-align:top;
}

.imagencuadro9 {
width:218px;
height:134px;
background:url(http://www.ledshop.cl/wp-content/themes/vanilla-cart/images/categorias/ledshop-suministros.jpg);
background-repeat:no-repeat;
vertical-align:top;
}


.logo{
       float:left;
	height:250px;
	width:100%;
	padding-buttom: 30px;
	
}





.imagencuadro {
background-repeat:no-repeat;
width:218px;
height:134px;
}
.imagencuadroespver {
width:10px;
height:134px;
}
.imagencuadroespver2 {
width:10px;
height:15px;
}
.imagencuadroeshoriz{
width:218px;
height:15px;
}

.cuadroespacio {
width:500px;
height:30px;
clear:left;
}

.espaciobarra {
width:200px;
height:20px;
clear:left;
}

.personalizada {
       margin-left:20px;
       margin-top:40px;
	line-height:1.3;
	clear:left;
}

.linkhome {
       font-family:"Arial Black";
	font-size:18px;
       line-height:1.3;
	clear:left;
}

.linkhome a:link {color: #006600; text-decoration:none; }
.linkhome a:visited {color: #006600; text-decoration:none; }
.linkhome a:hover {color:#000000;text-decoration:underline; }
.linkhome a:active {color:#006600;text-decoration:none;  }

.cajaerotica
{
       float:left;
	padding-left:10px;
	line-height:0.9;
}

.logolink{
 font-family:"Arial Black";
 font-size:20px;
 text-align:right;
 color:#ffffff;
}
.logolink a:link {color: #ffffff; text-decoration:none; }
.logolink a:visited {color: #ffffff; text-decoration:none; }
.logolink a:hover {color:#ffffff;text-decoration:none; }
.logolink a:active {color:#ffffff;text-decoration:none;  }


.myBox {
    margin-left:100px;
    width: 560px;
    height:115px; 
    padding: 5px;
    text-align: left;
    background-color: #efefef;
    border: 3px solid #efefef;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior:url(border-radius.htc);

   
}

.pregunta {
    margin-left:5px;
    margin-top:20px;
    margin-bottom:10px;
    padding-left:5px;
    width: 560px;
    text-align: left;
    line-height:12px;
    background-color: #bcba6c;  
    border: 3px solid #bcba6c;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior:url(border-radius.htc);
    font-family: "Arial Black";
    font-size:16px;
    color: #000000;
}

.respuesta {
    margin-left:50px;
    width: 585px;
    padding: 5px;
    line-height:12px;
    text-align: left;
    background-color: #efefef;
    border: 3px solid #efefef;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior:url(border-radius.htc);
   
}

#enviar {
	background: #4e7d2f;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #003663;
       width:120px;
	}




.footerespecial { 
	width:990px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #eee;
	margin: 0px auto 0px;
	padding: 0px 0px 15px 0px;
	text-align: left;

	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;




}


.footerespecial a:link {color:#0000cc; text-decoration:none; }
.footerespecial a:visited {color: #0000cc; text-decoration:none; }
.footerespecial a:hover {color: #0000cc; text-decoration:underline; } 
.footerespecial a:active {color: #0000cc; text-decoration:none; }

.footerz33 {
	color: #009900;
	font-family:"Arial Black";
       font-size:14px;
}




.textotemas{
       font-family: "Arial Black";
       color: #666;
	font-size: 12px;
}

.textotemas a:link {color:0000FF; text-decoration:none; }
.textotemas a:visited {color: #000000; text-decoration:none; }
.textotemas a:hover {color:#0000FF;text-decoration:underline; }
.textotemas a:active {color:0000FF;text-decoration:none;  }


.textopost{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
       background:#bcba6c; 
       color: #000000;
       margin-top:20px; 
       margin-bottom:20px;  
       margin-left:10px; 
       padding:10px; 
       width:88%; 
       -moz-border-radius: 5px; 
       -webkit-border-radius: 5px;
}

.textopost a:link {color: #0033CC; text-decoration:none; }
.textopost a:visited {color: #000000; text-decoration:none; }
.textopost a:hover {color: #0033CC; text-decoration:underline; } 
.textopost a:active {color: #000000; text-decoration:none; }



.textopostmas{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
       background:#efefef; 
       color: #000000;
       margin-top:10px; 
       margin-bottom:30px;  
       margin-left:40px; 
       padding:10px; 
       width:610px; 
       -moz-border-radius: 5px; 
       -webkit-border-radius: 5px;
}


.textotitulocategoria{
	font-size: 14px;
	font-family: "Arial Black";
       color:#00380e; 
	line-height:18px;
     
} 


.comentariocolor1 {

	color:#000000;
       margin-left:40px;
	padding-top: .4em;
       padding-left: .5em;
	width:630px;
	background-position: top;
	background-image: url(images/borde.jpg); 
	background-repeat: repeat-x;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-top-style: 1px solid #D2D6D8;
	border-bottom: 1px solid #D2D6D8;
	background-color:#e4f1e8;
       -moz-border-radius: 5px; 
       -webkit-border-radius: 5px;
}

.comentariocolor0 {

	color:#000000;
       margin-left:40px;
	padding-top: .4em;
       padding-left: .5em;
	width:630px;
	background-position: top;
	background-image: url(images/borde.jpg); 
	background-repeat: repeat-x;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-top-style: 1px solid #D2D6D8;
	border-bottom: 1px solid #D2D6D8;
       background-color:#ffffff;
       -moz-border-radius: 5px; 
       -webkit-border-radius: 5px;
}



p.date {
    width: 42px;
    height: 10px;
    padding: 18px 0 14px 0;
    text-align: center;
}
p.date span { display: none; }
/************************************************
*   iconos para cada mes                           *
************************************************/
.month1 { background: url(calendario/01.gif) no-repeat 0 0; }
.month2 { background: url(calendario/02.gif) no-repeat 0 0; }
.month3 { background: url(calendario/03.gif) no-repeat 0 0; }
.month4 { background: url(calendario/04.gif) no-repeat 0 0; }
.month5 { background: url(calendario/05.gif) no-repeat 0 0; }
.month6 { background: url(calendario/06.gif) no-repeat 0 0; }
.month7 { background: url(calendario/07.gif) no-repeat 0 0; }
.month8 { background: url(calendario/08.gif) no-repeat 0 0; }
.month9 { background: url(calendario/09.gif) no-repeat 0 0; }
.month10 { background: url(calendario/10.gif) no-repeat 0 0; }
.month11 { background: url(calendario/11.gif) no-repeat 0 0; }
.month12 { background: url(calendario/12.gif) no-repeat 0 0; }


.shield {
    position: relative;
}
.comentarionube {
    position: absolute;
    text-align: center;
    top: -4px;
    left: 22px;
    width: 30px;
    height: 24px;
    padding: 3px 0;
    background: url(calendario/bubble.png) no-repeat 0 0;
}

.comentarionom {
    position: absolute;
    text-align: left;
    top: -4px;
    left: 60px;
    width: 520px;
    height: 24px;
    padding: 3px 0;
}

.comentariotitulo {
	font-size: 9px;
       color: #666666;
}


.titulocategoria {
	color: #84b842;    /* 20691a */
	font-size: 12px;
	font-family: "Arial Black";
	}  


.soldout {
       color: #84b842;    /* 20691a */
	font-size: 18px;
	font-family: "Arial Black";
}

