/*

Hola, autodidcta so disculpa si el code no es el mejor que has visto.

site: wool.polmoneys.com
autor:  Pol Moneys @ http://polmoneys.com
update by:

 */

body {
background: #000;
color: #fff;
font-size: 18px;
padding: 20px 0 40px;
font-family: "Georgia", serif;
text-align: left;
	}


a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active,a:visited{
text-decoration: none;
color: #3B4042;
outline:none;
}

/* 
h p spans */
h1 {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	background-color: #000;
	padding: 10px;
	text-align: left;
}

h1 a{ color: #fff;}


p {
color: #000;
	overflow: hidden;
	position: relative;
	top:10px;
	left:10px;
		text-align: left;
}

em{white-space: nowrap;}


h2 {
font-size: 18px;
background-color: #000;
padding: 10px;
text-align: left;
}


/* 
Grid css3 */
.container_12 {
	margin-bottom: 20px;	
}


.grid_5 {
background: #3B4042 url('../../img/rjb.png') no-repeat top right;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
webkit-box-shadow: 5px 5px 15px #000;
-moz-box-shadow: 5px 1px 25px #000;
box-shadow: 5px 5px 15px #000;
}
.grid_5 ul{
margin-top: 50px;
color: #fff;
list-style: none;
}
.grid_5 li{
padding-top: 5px;
}

.grid_5 p{
color: #fff;
font-weight: bold;}

/* 
Simplecart */
.simpleCart_total{  
color: #fff;
padding: 10px;  
background: #000;

}


.item_price{
font-size: 55px;
background-color: #000;
padding: 10px;
color: #fff;
}

.item_quantity{
font-size: 18px;
background-color: #000;
padding: 10px;
color: #fff;

}
.item_Color{
background-color: #000;
padding: 10px;
color: #fff;
}

.item_add{
background-color: #000;
padding: 10px;
color: #fff;
}

.simpleCart_checkout{
background-color: #000;
padding: 10px;
}

img{border: none}
.superimg {border:1px solid #fff;
	-moz-border-radius: 2px; -webkit-border-radius: 2px;
	-moz-box-shadow: 0px 0px 10px #fff; 
	webkit-box-shadow: 0px 0px 10px #fff; 
	}
	


	.boxy-wrapper { position: absolute; }
	.boxy-wrapper.fixed { position: fixed; }

	  /* Modal */

	  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }

	  /* Border */

	  .boxy-wrapper { empty-cells: show; }
		.boxy-wrapper .top-left,
		.boxy-wrapper .top-right,
		.boxy-wrapper .bottom-right,
		.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }

		.boxy-wrapper .top-left { background: url('../../img/boxy-nw.png'); }
		.boxy-wrapper .top-right { background: url('../../img/boxy-ne.png'); }
		.boxy-wrapper .bottom-right { background: url('../../img/boxy-se.png'); }
		.boxy-wrapper .bottom-left { background: url('../../img/boxy-sw.png'); }

		/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
		/* NB: these must be absolute paths or URLs to your images */
		.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/boxy-nw.png'); }
		.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/boxy-ne.png'); }
		.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/boxy-se.png'); }
		.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/boxy-sw.png'); }

		.boxy-wrapper .top,
		.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }

		.boxy-wrapper .left,
		.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }

		/* Title bar */

		.boxy-wrapper .title-bar { background-color: #000080; padding: 20px; position: relative;}
		  .boxy-wrapper .title-bar.dragging { cursor: move; }
		    .boxy-wrapper .title-bar h2 { font-size: 14px; color: white; line-height: 1; margin: 0; padding: 10px; font-weight: normal; }
		    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }

		/* Content Region */

		.boxy-inner { background-color: #3B4042; padding: 0 }
		.boxy-content { padding: 15px; background-color: #3B4042;}

		/* Question Boxes */

	    .boxy-wrapper .question { width: 350px; min-height: 80px; }
	    .boxy-wrapper .answers { text-align: right; }
