/********************************************
   Adapted from:
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME:		mdv
   TEMPLATE CODE: 	S-0017
   VERSION:          1.0	
   DATE:          	August-31-2007          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0;z-index:0;}
html {
	height: 100%;
}

body {	
	position:relative;
	background: #b37e5a url(../img/grad.png) repeat-x;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
    color: #fff;
	height: 100%;
	text-align: center;
	margin: 0 0 0px 0;
	
	
}

/* links */
a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 0px solid #dbd5c5;
}

/* headers */
h1, h2, h3 {
	/*font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;		*/
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 0px;
}

/* images */

img {   
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
	
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {	
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
/*th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border:none;
	
	color: #838383;
}*/
tr {
	height: 40px;
	border:none;	
}
td {		
	border:none;
	padding-left: 11px;
	padding-right: 11px;	
	text-align:left;
}
/*td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}*/
/* end - table */

/* form elements */
form {
	margin:0px; padding: 0 0px;
	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	clear:both;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#000;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #000;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

.btnImg {
	border: none;
}

/********************************************
   LAYOUT
********************************************/ 
#bgdeg {	
	background: url(../img/bckSymbol.png) repeat;
	height: 100%;
	position:relative;
}
#wrap {
	position: relative;
	width: 850px;
	height: 100%;	
	margin: 0 auto;
	text-align: left;
	
		
}
#content-wrap {
	float: left;
	width: 850px;
	min-height:500px;
	/*height:600px;*/
	display: inline;
	padding: 0;
	margin: 0;
	background-color : #b27e59;
	border-bottom: 1px solid #733728;
	border-left: 1px solid #733728;
	border-right: 1px solid #733728;
}

#content-header {
	float: left;
	width: 850px;
	height:130px;
	display: inline;
	padding: 0;
	margin-top:0px;	
	background-image :url(../img/topbg.png);
	background-repeat: no-repeat;
	background-position: right;
	border-top: 1px solid #733728;
	border-left: 1px solid #733728;
	border-right: 1px solid #733728;
	background-color : #b27e59;
}
#header {
	position: relative;	
	height: 150px;
	width:850px;	
	padding: 0;	
	color: #fff;	
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 0px auto;
	height: 100px;
	width: 850px;
	/*background: url(../img/logo.png) no-repeat left center;*/
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	
	margin:: 0 auto;
	text-align: center;
}
#nav ul {	
	float: left;
	list-style: none;
	/*background: #ff0000;	*/
	border:0px solid red;
	width: 580px;		
	padding: 0;	margin: 0;
	height: 30px;
	display: inline;
	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px;	
	/*border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;	*/
	border-bottom: none;
	color: #fff;
	font: italic 12px/30px "Lucida HandWriting", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:650;
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #7b305d;
}
#nav ul li#current a {	
	color: #4d586b;		
}

#language
{
	float: right;
	height: 11px;
	width: 80px;
	margin-top:5px;
}

/* Main Column */
.three-col #main {
	margin: 30px 110px 0 200px;
}
.two-col #main {
	float:none;
	margin: 30px 10px 10px 390px;
	
}

.one-col #main {
	margin: 50px 10px 5px 10px;
}

/*#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}*/

/* Sidebar */	
#sidebar {
	float: left;
	width: 370px;	
	margin: 20px 5px 0 0px;
	z-index:0;
}

/* right column */
#rightcolumn {
	float: right;
	width: 90px;
	margin: 10px 5px 0 10px;
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 0;
	padding: 5px 0; 
	font: italic 17px/30px "Lucida HandWriting", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	text-align:center;
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 810px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url(footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #73375b;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #000;		
	margin: 0; 
	width: 852px;	
	padding: 0;
	text-align: center;
	background: #733728;
	border-top: 1px solid #73375b;	
}
#footer p {
	padding: 0;
	text-decoration: none;
	color: #fff;
	font:  regular 12px Verdana, Geneva, sans-serif;
}
#footer a {
	text-decoration: none;
	color: #73375b;
}
#footer a:hover {
	color: #7b305d;
}
#footer a:active {
	color: #7b305d;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}
/*special classes*/
.divAuthors { margin: 2px 20px 2px 20px; }
.divWork { margin: 2px 20px 2px 20px; }


/*roundedDivs*/
#roundedTop {
	background-color: #4d586b;
	width: 350px;
	height:auto;
}
.whiteTitleCenter{
	margin: 20px 5px 0 0;
	padding: 5px 0; 
	font: italic 28.5px/30px "Lucida HandWriting", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border:none;
	color: #fff;
	text-align:center;
}

.whiteTitleLeft{
	margin: 20px 5px 0 0;
	padding: 5px 0; 
	font: italic 28.5px/30px "Lucida HandWriting", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border:none;
	color: #fff;
	text-align:left;
}

#markedText {
	font-weight:bold;
	color: #faef27;
}

/* set millions of background images */
.rbroundbox { background: url(../img/nt.gif) repeat; }
.largerbroundbox { background: url(../img/nt.gif) repeat; }
.rbtop div { background: url(../img/tl.gif) no-repeat top left; }
.rbtop { background: url(../img/tr.gif) no-repeat top right; }
.rbbot div { background: url(../img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../img/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; width/**/:/**/420px; height/**/:/**/400px; }
.rbcontent img{height/**/:/**/300px; max-height:30% ; border:0;}
.rbroundbox { width/**/:/**/ 450px; margin: 1em auto; }
.scrollable {height/**/:/**/350px;}

.largerbroundbox { width: 98%; margin: 1em auto; }
.largerbcontent { margin: 0 auto; width:99%; }



.roundedcornr_box_712923 {
   background: #4c5a6c;
   z-index:0;
   width:435px;
}
.roundedcornr_box_big_712923 {
   background: #4c5a6c;
   z-index:0;
   width:100%;
}

.roundedcornr_top_712923 div {
   background: url(../img/roundedcornr_712923_tl.png) no-repeat top left;
   z-index:0;
}
.roundedcornr_top_712923 {
   background: url(../img/roundedcornr_712923_tr.png) no-repeat top right;
   z-index:0;
}
.roundedcornr_bottom_712923 div {
   background: url(../img/roundedcornr_712923_bl.png) no-repeat bottom left;
   z-index:0;
}
.roundedcornr_bottom_712923 {
   background: url(../img/roundedcornr_712923_br.png) no-repeat bottom right;
   z-index:0;
}

.roundedcornr_top_712923 div, .roundedcornr_top_712923, 
.roundedcornr_bottom_712923 div, .roundedcornr_bottom_712923 {
   width: 100%;
   height: 30px;
   font-size: 1px;
   z-index:0;
}
.roundedcornr_content_712923 { margin: 0 0; width/**/:/**/425px; height/**/:/**/400px;z-index:0;}
.largeroundedcornr_content_712923 { margin: 0 0; width/**/:/**/100%; z-index:0;}


#centerDiv
{
	margin: 20px auto;
}

.errorField {	
	background-color: #ecebb4;
}
.imgShopProcess {
	margin: 20px auto;
}

.shopTable {

	border:none;
	border-collapse: separate;
	border-spacing: 5px;
}
.shopHeaderRow {
	height: 25px;	
}
.shopContentRow {
	height: 40px;
	text-align: center;	
}

.shopHeader {
	background-color: #3e4756;	 
	text-align: center;
}

.shopContent {
	background-color: #788395;		 
}
#textPrice {
	font:  bold 12px Verdana, Tahoma, arial, sans-serif;
}
.textQuantity {
	width: 30px;
	text-align: center;
}
.nonSeparatedP {
	padding-top: 0px;
}
#descProducto {
	color: #414450;
}

#salesTable {
	color: #414450;
	margin-top:5px;
	margin-left:20px;
	padding-top:5px;
	padding-left:20px;
}

#toolbar {
	float_left;
	margin:0;padding:0;	
}
#legend
{
	padding-left: 5px;
	font-size: 9px;
	width: 30px;
}
#legendRed
{
	padding-left: 5px;
	font-size: 9px;
	width: 30px;
	color:red;
}
#tabP {
	padding-left: 50px;
}


.errorField
{
	color: red;
}

/* Easy Slider */
		
	div#slider{
		/*border: dotted thin;*/
		margin:auto;
		z-index:0;		
	}	
	#slider ul, #slider li{
		margin:0;
		list-style:none;
		z-index:0;
		}
	#prevBtn a, #nextBtn a{  
		display:block;
		z-index:0;		
		}	
	#prevBtn, #nextBtn{  
		display:block;	
		position:absolute;
		z-index:0;
		}	
	/* Horizontal slider */
	.largeroundedcornr_content_712923 #slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 752px;
		height:341px;
		overflow:hidden;
		z-index:0;
	}	
	
	.largeroundedcornr_content_712923 #nextBtn { 
		left:801px;
		top: 350px;
		z-index:0;
	}	
	.largeroundedcornr_content_712923 #nextBtn a{ 
		background:url(../img/slider/btn_next.gif) no-repeat 0 0;
		width:30px;
		height:77px;	
		z-index:0;
	}
	
	.largeroundedcornr_content_712923 #prevBtn { 
		left:21px;
		top: 350px;		
		z-index:0;
		}
	.largeroundedcornr_content_712923 #prevBtn a{ 
		background:url(../img/slider/btn_prev.gif) no-repeat 0 0;	
		width:30px;
		height:77px;	
		z-index:0;
	}	
	
	
	/* Vertical slider arrows */
	#sidebar div#slider{
		/*border: dotted thin;*/
		margin:auto;
		padding-top: 40px;
		z-index:0;		
	}	
	#sidebar #slider li{ 
		/* 
			define width and height of list item (slide)
			entire sliderV area will adjust according to the parameters provided here
		*/ 
		width: 250px;
		height:380px;
		overflow:hidden;
		z-index:0;
	}	
	
	#sidebar #nextBtn { 
		left:170px;
		top: 590px;
		z-index:0;
	}	
	#sidebar #nextBtn a{ 
		background:url(../img/slider/btn_down.gif) no-repeat 0 0;
		width:77px;
		height:30px;
		z-index:0;		
	}
	
	#sidebar #prevBtn { 
		left:170px;
		top: 220px;
		z-index:0;		
		}
	#sidebar #prevBtn a{ 
		background:url(../img/slider/btn_up.gif) no-repeat 0 0;	
		width:77px;
		height:30px;
		z-index:0;		
	}	
	
	/* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
			z-index:0;
            }
    /* // image replacement */

/* // Easy Slider Vertical*/
/* Coleccion */
#slider a {
	/*border: dotted thin;*/
	margin: 5px;
	/*float:left;*/
	width: 238px;
	height: 100px;
	z-index:0;	
}
#slider img {
	/*border: dotted thin;*/
	float:left;
	width: 100px; height: 88px;
	border:0;
	z-index:1;	
}
#slider #desc-wrap{
	/*border: dotted thin;*/
	/*float:right;*/
	width: 118px;
	height:100px;
	overflow:hidden;
	font-size:0.90em;
	letter-spacing:-0.3px;
	padding-left:5px;
	z-index:1;
}
#slider div#desc-center-content{
	margin:auto;
	top: 50%;
	z-index:1;
}

#slider #desc-wrap p{
	padding: 4px;
	line-height:140%;
	color: white;
	z-index:1;
}
#slider #desc-wrap span#title {font-weight:bold;}
#slider #desc-wrap p#artist {}
#slider #desc-wrap p#date {}
/* // Coleccion */


#homeLinks
{
	margin-left: 100px;
}

#homeLinks ul {
	list-style: none;
}
#homeLinks li {
	margin: 20px;
}
#homeLinks a {
	text-decoration: underline;
	color: #fff;
	cursor: auto;
}


#thumb {
	/*width: 100px; height: 88px;  Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	/*border: 1px solid #ddd;*/
	padding: 5px;
}

.hoverContent
{
	z-index:0;
	float: left;
	margin: 5px;
	width: 238px;
	height: 100px;
}

.hover {	
	border: none; /* Get rid of border on hover */
}
.noDisplay
{
	display:none;
}
.richeditor
{
	background:#fff;
	color: #000;
}
.nicEdit-pane
{
	color: #000;
}
.legalConditions
{
	 height: 100px;
	 overflow:auto;
	 color:#000;
	 background-color: #fff;
	 margin-bottom:10px;
	 margin-right:30px;
	 font-size:10px;
}
#textoPresentacion
{
	
	margin-left: 250px;
	padding-top:10px;
	/*width: 350px;*/
}
#textoPresentacion #texto1
{
	
	color: #27237a;
	font: 16px "Lucida HandWriting", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:550;
	padding-bottom: 2px;
	padding-right:0;
	padding-top:5px;
	margin:  0;
}
#textoPresentacion #texto2
{
	
	color: #27237a;
	font: bold 16px "Lucida HandWriting", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-left: 60px;
	padding-bottom: 2px;
	padding-right:0;
	padding-top:5px;
	margin:  0;
}
#textoPresentacion #texto3
{
	
	color: #27237a;	
	font: 16px "Lucida HandWriting", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-left: 120px;
	padding-bottom: 2px;
	padding-right:0;
	padding-top:5px;
	margin:  0;
	font-weight:550;
}

