/*
Theme Name: Crafty Cart
Version: 1.0.7
Author: Billion Studio
Author URI: http://www.billionstudio.com/
Tags: two columns, e-commerce, shop, cart, widgets, gravatars
Description: A Retro Shop Theme designed for the WP e-Commerce Plugin</a>
Licence: This theme is released under the terms of the GPL Version 2 Licence.
*/
* { margin:0; padding:0; }

body {
	color:#FFF;
	background:url(i/bg.jpg) repeat 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:12px;
}

a { outline:none; }

a:link, a:visited {
	color:#666 !important;
	text-decoration:none;
	}

a:hover {
	color:#a8b328 !important;
	text-decoration:none;
	}
	

ul { list-style-type:none; }

h2, h3 {
	color:#bc4a30;
}

img { border:0; }

#header {
	width:946px;
	height:125px;
	margin:0 auto;
	overflow:hidden;
	background:url(i/barra-header.jpg) no-repeat 0 100%;
}

#logo {
	float:left;
	width:326px;
}

#logo h1 {
	margin-top:5px;
}

#logo h1 a {
	display:block;
	height:108px;
	width:326px;
	background:url(i/logo.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	cursor:pointer;
}

#navigation {
	float:right;
	width:378px;
}

#navigationSearch {
	height:36px;
	text-align:right;
	padding-right:20px;
	padding-top:50px;
}

#navigationSearch input.text {
	height:18px;
	padding:2px 2px;
	border:none;
	top:-8px; position:relative;
	color:#FFF;
	background-color:#000;
	-moz-opacity:0.5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	opacity:0.5;
}

#navigationSearch input.text:focus {
	-moz-opacity:1;
	opacity:1;
}

#navigationMenu {

}

#navigationMenu ul {
	background:url(i/bg-menu.png) no-repeat;
	width:inherit; /*@TODO:revisar*/
	height:32px;
	text-align:center;
	margin-bottom:7px;
}

#navigationMenu ul ul { display:none; }

#navigationMenu li {
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
	top:10px;
	position:relative;
	border-right:solid 1px #333;
	margin-right:2px;
}

#navigationMenu a {
	color:#FFF;
	text-decoration:none;
	padding:3px 7px 3px 3px;
	outline:none;
}
.current_page_item a,
#navigationMenu a:hover {
	color:#a8b328 !important;
	text-decoration:none;

}

#container {
	width:946px;
	margin:0 auto;
	padding-top:13px;
	background:url(i/bg-contenido.png) repeat-y;
}

#container.home { padding:0; }

#featuredContent {
	padding:13px 18px;
	overflow:hidden;
}

#featuredBox {
	width:205px;
	border:solid 5px #b5c036;
	padding:15px;
	float:left;
	height:275px;
	background-color:#ECEED6;
}

#featuredBox h2 {
	margin-bottom:10px;
}

#featuredBox li {
	border-top:solid 1px #E6D4B0;
	padding:10px 0;
}

#featuredBox a {
	color:#50514C;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}


#featuredBox a:hover {
	color:#bc4a30;
	
}


#featuredImage {
	border:solid 5px #b5c036;
	width:640px;
	height:305px;
	float:right;
}
.home #contentBox {
}
#contentBox {
	border:solid 5px #b5c036;
	padding:15px;
	margin:0 18px;
	background-color:#FFF;
	color:#666;
	line-height: 18px;
}
.postContent p {
  margin:10px 0;
}
#footerBg {
	width:946px;
	height:14px;
	margin:0 auto;
	background:url(i/cierre-contenido.png) no-repeat bottom;
	margin-bottom:20px;
	
}
#footer {
	width:946px;
	margin:0 auto;
	background:url(i/bg-contenido.png) repeat-y;
	text-align:center;
	padding-top:13px;
	font-weight: bold;
}
/***/
#contentBox {
	overflow:hidden;
}

#menuBox {
	border:solid 1px red;
	float:left;
	width:230px;
	border:solid 1px #ededed;
	padding:5px 10px;
}

#menuBox h2 {
	margin-bottom:5px;
}

#menuBox ul {

}

#menuBox li {
	border-top:dotted 1px #e3ccac;
	padding:3px 5px;
}

#contentDisplay {
	float:right;
	width:595px;
}
#contentBox.page #contentDisplay { float:none; width:auto; }
#contentBox.blog #contentDisplay {
	float:left;
	width:595px;
}

#contentBox.blog #menuBox {
	float:right;
	padding-top:15px;
}

.cattitles,
#contentDisplay h2,
#contentDisplay h3 {
	color:#696969;
	font-size:24px;
	font-family:Georgia, 'Times New Roman', serif;
	font-weight:normal;
	border-bottom:dotted 1px #e3ccac;
	padding-bottom: 9px;
}
.blog #contentDisplay h2 {
	border-bottom:dotted 1px #9acd32;
}
#contentDisplay h3 {
	font-size:20px;
}

.single_product_display {
	margin:20px 0;
	overflow:hidden;
}


.productImage {
	float:left;
	width:200px;
}

.productContent {
	float:right;
	width:380px;
}

.productDescription {
	padding-bottom:20px;
	font-size:11px;
}


.producttext h3.prodtitles {
	border-bottom:none !important;
	padding-bottom:none !important;
}

.producttext .description {
	font-size:11px;
	color:#000;
}

.productDescription p {
	line-height:16px;
}

.productPurchase {
	border-top:dotted 1px #e3ccac;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
}

.productPurchase .productAdd { float:right; }

.productPrice {
	font-size:16px;
	color:#D8DEA0;
	margin-top:6px;
}

.productPrice span { font-weight:bold; }

.productAdd a {
	display:block;
	width:115px;
	height:33px;
	background:url(i/add-carro.jpg) no-repeat;
	text-indent:-9999px;
	outline:none;
}

.featuredProducts {
	overflow:hidden;
	margin:20px 0;
}
.home .featuredProducts { margin:20px 28px; }
.home .featuredProduct { margin-right:20px; }
.featuredProduct {
	width:188px;
	float:left;
	margin-right:15px;

}

.featuredProduct h4 {
	font-size:13px;
	border-top:solid 2px #B5C036;
	padding:5px;
}
.featuredProduct h4 a {
	color:#B5C036;
	text-decoration:none;
}
.featuredProduct p {
	padding:0 5px;
}

/**/
.post {
	margin:20px 0;
}
.post h3 {
	border-bottom:none !important;
}
.postMeta {
	overflow:hidden;
	border-bottom:dotted 1px #9acd32;
	padding:10px 0;
}
.postMeta .readMore {
	float:right;

}
.postCommentsCount {
	float:right;
	background:url('i/comment.jpg') no-repeat;
	width:47px;
	height:34px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-top:3px;
}
.btnRead {
	display:block;
	width:113px;
	height:16px;
	background:url('i/seguir-leyendo.jpg') no-repeat;
	text-indent:-9999px;
}
.btnShare,
.btnTags { margin-right:8px; }
.btnShare {
	display:block;
	width:96px;
	height:16px;
	background:url('i/compartelo.jpg') no-repeat;
	text-indent:-9999px;
	float:left;
	
}
.btnTags {
	display:block;
	width:43px;
	height:16px;
	background:url('i/tags.jpg') no-repeat;
	text-indent:-9999px;
	float:left;
}
#comments {
	margin-left:5px;
}
#comments h3 a {
	 color:inherit;
	 text-decoration:none;
}
#comments h3 {
	margin:10px 0;
}

#comment_form fieldset {
	border:none;
}

#comment_form label {
	display:block;
}
#comment_form input {
	margin-top:2px;
	margin-bottom:7px;
}
.comment-wrap {
	overflow:hidden;
	margin:10px 0;
}
.comment-wrap a, .comment-wrap cite {
	color:inherit;
	font-style:normal;
	text-decoration:none;
}
.comment-wrap .left {
	float:left;
}
.comment-wrap .right {
	margin-left:64px;
}
/**/
.nm { margin:0 !important; }
.tags a {
	color:#696969;
	text-decoration:none;
}


/*imagenes*/

.alignright{
	float: right;
	border: 2px solid #bc4a30;
	margin-bottom: 10px;
	margin-left: 15px;
}

.alignleft{
	float: left;
	border: 2px solid #bc4a30;
	margin-bottom: 10px;
	margin-right: 15px;
}

.aligncenter{
	border: 2px solid #bc4a30;
}






* html .featuredProducts { height:1%; }
* html #featuredContent { height:1%; }
* html #header { height:1%; }
* html #footerBG { height:1%; }
* html .productPurchase { height:1%; }
* html .single_product_display { height:1%; }
* html #contentBox { height:1%; }
* html .postMeta

/*
Theme Name: Crafty Cart
Version: 1.0.7
Author: Billion Studio
Author URI: http://www.billionstudio.com/
Tags: two columns, e-commerce, shop, cart, widgets, gravatars
Description: A Retro Shop Theme designed for the WP e-Commerce Plugin</a>
Licence: This theme is released under the terms of the GPL Version 2 Licence.
*/
* { margin:0; padding:0; }

body {
	color:#FFF;
	background:url(i/bg.jpg) repeat 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:12px;
}

ul { list-style-type:none; }

h2, h3 {
	color:#bc4a30;
}

img { border:0; }

#header {
	width:946px;
	height:125px;
	margin:0 auto;
	overflow:hidden;
	background:url(i/barra-header.jpg) no-repeat 0 100%;
}

#logo {
	float:left;
	width:326px;
}

#logo h1 {
	margin-top:5px;
}

#logo h1 a {
	display:block;
	height:108px;
	width:326px;
	background:url(i/logo.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	cursor:pointer;
}

#navigation {
	float:right;
	width:378px;
}

#navigationSearch {
	height:36px;
	text-align:right;
	padding-right:20px;
	padding-top:50px;
}

#navigationSearch input.text {
	height:18px;
	padding:2px 2px;
	border:none;
	top:-8px; position:relative;
	color:#FFF;
	background-color:#000;
	-moz-opacity:0.5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	opacity:0.5;
}

#navigationSearch input.text:focus {
	-moz-opacity:1;
	opacity:1;
}

#navigationMenu {

}

#navigationMenu ul {
	background:url(i/bg-menu.png) no-repeat;
	width:inherit; /*@TODO:revisar*/
	height:32px;
	text-align:center;
	margin-bottom:7px;
}

#navigationMenu ul ul { display:none; }

#navigationMenu li {
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
	top:10px;
	position:relative;
	border-right:solid 1px #333;
	margin-right:2px;
}

#navigationMenu a {
	color:#FFF;
	text-decoration:none;
	padding:3px 7px 3px 3px;
	outline:none;
}
.current_page_item a,
#navigationMenu a:hover {
	color:#a8b328 !important;
	text-decoration:none;

}

#container {
	width:946px;
	margin:0 auto;
	padding-top:13px;
	background:url(i/bg-contenido.png) repeat-y;
}

#container.home { padding:0; }

#featuredContent {
	padding:13px 18px;
	overflow:hidden;
}

#featuredBox {
	width:205px;
	border:solid 5px #b5c036;
	padding:15px;
	float:left;
	height:275px;
	background-color:#ECEED6;
}

#featuredBox h2 {
	margin-bottom:10px;
}

#featuredBox li {
	border-top:solid 1px #E6D4B0;
	padding:10px 0;
}

#featuredBox a {
	color:#50514C;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}


#featuredBox a:hover {
	color:#bc4a30;
	
}


#featuredImage {
	border:solid 5px #b5c036;
	width:640px;
	height:305px;
	float:right;
}
.home #contentBox {
}
#contentBox {
	border:solid 5px #b5c036;
	padding:15px;
	margin:0 18px;
	background-color:#FFF;
	color:#666;
	line-height: 18px;
}
.postContent p {
  margin:10px 0;
}
#footerBg {
	width:946px;
	height:14px;
	margin:0 auto;
	background:url(i/cierre-contenido.png) no-repeat bottom;
	margin-bottom:20px;
	
}
#footer {
	width:946px;
	margin:0 auto;
	background:url(i/bg-contenido.png) repeat-y;
	text-align:center;
	padding-top:13px;
	font-weight: bold;
}
/***/
#contentBox {
	overflow:hidden;
}

#menuBox {
	border:solid 1px red;
	float:left;
	width:230px;
	border:solid 1px #ededed;
	padding:5px 10px;
}

#menuBox h2 {
	margin-bottom:5px;
}

#menuBox ul {

}

#menuBox li {
	border-top:dotted 1px #e3ccac;
	padding:3px 5px;
}

#contentDisplay {
	float:right;
	width:595px;
}
#contentBox.page #contentDisplay { float:none; width:auto; }
#contentBox.blog #contentDisplay {
	float:left;
	width:595px;
}

#contentBox.blog #menuBox {
	float:right;
	padding-top:15px;
}

.cattitles,
#contentDisplay h2,
#contentDisplay h3 {
	color:#696969;
	font-size:24px;
	font-family:Georgia, 'Times New Roman', serif;
	font-weight:normal;
	border-bottom:dotted 1px #e3ccac;
	padding-bottom: 9px;
}
.blog #contentDisplay h2 {
	border-bottom:dotted 1px #9acd32;
}
#contentDisplay h3 {
	font-size:20px;
}

.single_product_display {
	margin:20px 0;
	overflow:hidden;
}


.productImage {
	float:left;
	width:200px;
}

.productContent {
	float:right;
	width:380px;
}

.productDescription {
	padding-bottom:20px;
	font-size:11px;
}


.producttext h3.prodtitles {
	border-bottom:none !important;
	padding-bottom:none !important;
}

.producttext .description {
	font-size:11px;
	color:#000;
}

.productDescription p {
	line-height:16px;
}

.productPurchase {
	border-top:dotted 1px #e3ccac;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
}

.productPurchase .productAdd { float:right; }

.productPrice {
	font-size:16px;
	color:#D8DEA0;
	margin-top:6px;
}

.productPrice span { font-weight:bold; }

.productAdd a {
	display:block;
	width:115px;
	height:33px;
	background:url(i/add-carro.jpg) no-repeat;
	text-indent:-9999px;
	outline:none;
}

.featuredProducts {
	overflow:hidden;
	margin:20px 0;
}
.home .featuredProducts { margin:20px 28px; }
.home .featuredProduct { margin-right:15px; }
.featuredProduct {
	width:188px;
	float:left;
	margin-right:15px;

}

.featuredProduct h4 {
	font-size:13px;
	border-top:solid 2px #B5C036;
	padding:5px;
}
.featuredProduct h4 a {
	color:#B5C036;
	text-decoration:none;
}
.featuredProduct p {
	padding:0 5px;
}

/**/
.post {
	margin:20px 0;
}
.post h3 {
	border-bottom:none !important;
}
.postMeta {
	overflow:hidden;
	border-bottom:dotted 1px #9acd32;
	padding:10px 0;
}
.postMeta .readMore {
	float:right;

}
.postCommentsCount {
	float:right;
	background:url('i/comment.jpg') no-repeat;
	width:47px;
	height:34px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-top:3px;
}
.btnRead {
	display:block;
	width:113px;
	height:16px;
	background:url('i/seguir-leyendo.jpg') no-repeat;
	text-indent:-9999px;
}
.btnShare,
.btnTags { margin-right:8px; }
.btnShare {
	display:block;
	width:96px;
	height:16px;
	background:url('i/compartelo.jpg') no-repeat;
	text-indent:-9999px;
	float:left;
	
}
.btnTags {
	display:block;
	width:43px;
	height:16px;
	background:url('i/tags.jpg') no-repeat;
	text-indent:-9999px;
	float:left;
}
#comments {
	margin-left:5px;
}
#comments h3 a {
	 color:inherit;
	 text-decoration:none;
}
#comments h3 {
	margin:10px 0;
}

#comment_form fieldset {
	border:none;
}

#comment_form label {
	display:block;
}
#comment_form input {
	margin-top:2px;
	margin-bottom:7px;
}
.comment-wrap {
	overflow:hidden;
	margin:10px 0;
}
.comment-wrap a, .comment-wrap cite {
	color:inherit;
	font-style:normal;
	text-decoration:none;
}
.comment-wrap .left {
	float:left;
}
.comment-wrap .right {
	margin-left:64px;
}
/**/
.nm { margin:0 !important; }
.tags a {
	color:#696969;
	text-decoration:none;
}


/*imagenes*/

.alignright{
	float: right;
	border: 2px solid #bc4a30;
	margin-bottom: 10px;
	margin-left: 15px;
}

.alignleft{
	float: left;
	border: 2px solid #bc4a30;
	margin-bottom: 10px;
	margin-right: 15px;
}

.aligncenter{
	border: 2px solid #bc4a30;
}

.tagcloud { margin-bottom:20px;

 }
 
 .relevantes { margin-bottom:20px;

 }
 
  .relevantes li {
	list-style-type: none;
 }
 
   .linkcat {
	list-style-type: none;
 }
 



* html .featuredProducts { height:1%; }
* html #featuredContent { height:1%; }
* html #header { height:1%; }
* html #footerBG { height:1%; }
* html .productPurchase { height:1%; }
* html .single_product_display { height:1%; }
* html #contentBox { height:1%; }
* html .postMeta


