@charset "utf-8";
/* CSS Document */

*{margin: 0px;padding: 0px;}

a, a:link, a:visited, a:hover, a:active
{
	color: white;
	text-decoration:none;
}

a:hover
{
	color: #DBAA70;
}

body 
{
	background-color: #000000;
	background-image:url(../images/pattern-main.jpg);
	background-repeat:repeat-x;	
	font-size:85%;
	font-family:tahoma,arial,helvetica,sans-serif;
}
#wrapper {
	width: 960px;
	min-height:800px;	
	margin-left: auto;
	margin-right: auto;	
	padding: 12px 25px 25px 25px;
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;

}

#wrappercat {
	width: 960px;
	min-height:800px;	
	margin-left: auto;
	margin-right: auto;	
	padding: 12px 25px 25px 25px;
	background-image:url(../images/backround.jpg);
	background-repeat:no-repeat;

}


h1 {
	text-transform: lowercase;
	text-align: center;
	margin: 0;
	padding: 0.3em 0;
	/* text-indent:-99999px; */
}

#logo 
{
    position: relative;
	margin-bottom: 12px;
	height: 138px;
    /* background-image: url(../images/logo.gif); */
    background-position:right middle;
    background-repeat:no-repeat;
	width: 800px;
}
#logo h1
{
    margin: 0px 0px 0px 8px;
    color: #ffffff;
    font-size:3em;
    text-align:left;
}
#logo h2
{
    margin: -30px 0px 0px 12px;
    float:none;
    font-size:1em;
    text-align:left;
}

#nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: trasnparent;
	display: block;
	overflow: hidden;
	font-size: 1.4em;
	height:71px;
	text-transform:lowercase;
    text-indent: 0.2em;
}

#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	padding: 20px 20px;
	color: white;
	text-decoration: none;
	outline:none;
	height:65px;
}
#nav li a:hover
{
    /* url(../images/nav_bar_o.jpg) repeat-x; */
    border: 1px solid #663333;
    background: #000;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
    
}
#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#content 
{
    min-height:550px;
}
h2
{
    margin: 0;
    padding: 0.5em 0;
    color: #CCCCCC;
    font-family: Helvetica, Arial, Sans-serif;
}
p {
	margin: 0;
	padding: 0.4em 0;
	color:#686868;
	line-height:1.4em;
}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;

}
#foot 
{
    font-size:0.9em;
	color: white;
	text-align: center;
	margin-top: 48px;
	border-top:1px dotted #222222;
}

#foot a
{
    color: #CCCCCC;
    line-height:1.8em;
    text-decoration:none;
}

#slider
{
    width: 150px;
    float: right;
    overflow: hidden;
}
#sliderContent
{
    position: relative;
    width: 285px;
    margin-left: 0px;
    top: 0px;
}
.sliderImage
{
    position: relative;
    width: 285px;
    display: none;
    float: right;
    top: 0px;
}
.clear {
	CLEAR: both
}
.sliderImage SPAN STRONG
{
    line-height: 23px;
    font-size: 16px;
}
.top {
	TOP: 0px; LEFT: 0px
}
.bottom {
	BOTTOM: 0px; LEFT: 0px
}
UL
{
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    border:none;
}

#mainpanel
{
    margin-top:0px;
    padding: 0px;
    float:left;
    margin-right:4px;
    width:630px;
}

#sidepanel
{
    float: right;
    margin-top: -8px;
    margin-right: 0px;
    padding: 8px 12px 0px 12px;
    width: 295px;
    text-align: left;
    
}
#sidepanel ul
{
    margin-bottom:44px;
    color: #686868;
}
#sidepanel ul li
{
    font-size:0.9em;
    border-top: dotted 1px #3b3b3b;
    height:64px;
    text-align:right;
    vertical-align:top;
}

#sidepanel ul img
{
    border: none;
    float:left;
    margin-top:-1px;
}

.mainpanelimg
{
    float:right;
    margin:12px;
}

.busqueda
{
    margin-right: 12px;
    margin-bottom: 48px;
    width: 292px;
    color: #FFFFFF;
  
}

.logomarca
{
    width: 275px;
    height: 275px;
    margin: 48px 12px 12px 12px;
    border: solid 1px #222222;
    vertical-align:middle;
    halign: center;
    align: center;
    cursor: hand;
}

.logomarca selected
{
    border: 1px yellow;
}

.logomarca a
{
    border: 0px;
}

#formulario
{
    margin-top:8px;
    padding: 0px 0px 12px 24px;
    font-size: 0.9em;
    background-color: #660066;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 088;  
    width:85%;
}

#formulario select
{
    width: 75%;
    background-color: #121212;
    color: #ffffff;
    border: none;
    font-size: 1.2em;
    cursor: hand;
    margin-bottom:8px;
}

#formulario input, textarea, submit
{
    width: 75%;
    background-color: #121212;
    color: #ffffff;
    border: none;
    font-size: 1.2em;
    margin-bottom:8px;
}


#formulario a
{
    background-color:Transparent;
    color: #FFFF00;
    border: none;
    font-size: 1.2em;
    text-decoration: none;
    text-transform:lowercase;
    cursor:hand;
    text-align: right;
}

#formulario img
{
    border:none;
}
.submitbtn
{
    float:right; 
    height:48px; 
    margin-right:145px; 
    color:Yellow; 
    text-transform:lowercase;
    cursor:hand;
}

/* CATALOGO */
#catalogo1
{
    float:left;
} 
#catalogo2
{
    float:right;
} 
 
.catalogo 
{
    font: 0.8em "Lucida Sans Unicode" , "Lucida Grande" , Arial, Helvetica, sans-serif;
	list-style-type:none;	
	width: 280px;
	padding: 8px;
	display:inherit;
	height: 480px;
	color: #343434;
}
.catalogo ul li{
	list-style-type:none;
}

/* Seccion Categorias */
.categorias{
	border: none;
	height:auto; width:auto;
	cursor:hand;
	padding-bottom:4px;
}

.categorias h1
{
    padding-bottom: 4px;
    padding-left:12px;
    font-weight: normal;
    color: #ffffff;
    text-transform: capitalize;
    text-align: left;
    font-size: 1.2em;
}
.categorias h2 {
	color: #999999;
	margin-bottom: 12px;
	padding-left:12px;
	font-size: 1em;
}

.categorias a
{
    border: none;
} 

.categorias img 
{
    border: none;
	width:auto;
	height:auto;
	cursor:hand;
	margin-bottom:2px; 
	padding-left:12px;
	
}

/* Seccion Items */
.items
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Arial, Helvetica, sans-serif;
	border: none;
	width:auto;
	height:auto;
	min-height: 130px;
	cursor:hand;
	border-top: solid 1px #660066;
	margin-bottom: 18px;
}

.items a
{
    border: none;
} 

.items img 
{
    float:left;
    border: none;
    width:auto;
	height:auto; 
	cursor:hand;
}

.items h1
{
    padding: 4px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-transform: lowercase;
    text-align: left;
    font-weight: bold;
    background-color: #660066;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;    
}

.items h2 
{
    text-transform:lowercase;
	font-size: 12px;
	margin-top: 14px 0px !Important;
	margin-left:104px;
	height:64px;
}

/* marca aņo */
.items h3
{
    background-color: #CC0066;
    font-size: 11px !important;
    color: #FFFFFF;
    width: 80px;
    height: 12px !important;
    float: left;
    margin-top: 0px !important;
    padding: 0px 2px 2px 2px;
    text-align: center;
}

/* marca de tipo */
.items h4
{
    color: #FFFFFF;
    font-size: 11px !important;
    background-color: #CC66FF;
    width: 90px;
    height: 12px !important;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 2px 2px 2px;
    margin-top: 0px !important;
}

/* marca precio */
.items h5
{
    color: #FFFFFF;
    /* background-color: #CC3399; */
    font-size: 12px;
    width: 72px;
    height: 14px !important;
    float: right;
    text-align: right;
    padding: 0 4px 0 0;
    margin-top: -34px !important;
}

/* Otras */


.catalogoedit
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Arial, Helvetica, sans-serif;
    width:450px;
	margin-bottom:12px; 
	overflow:visible;
}



.item{
	BORDER: none;
	height:auto !important; width:auto !important;
	cursor:hand;
}

#botonescatalogo
{
    position:absolute;
    float:left;
    text-align: center;
    margin-top: 680px;
    margin-left: 220px;
    padding-bottom:48px;
    width:416px;
    color: #fff;
}

#botonescatalogo h1
{
    font-size: 1.1em;
    text-transform: lowercase;
}

#botonescatalogo h1:hover
{
    background-image: url('../images/botonact.png');    
}

#botones1
{   
    float:left;
}


#botones2
{
    float:left;
}

#botones3
{
    float:right;
}

.boton
{
    font-weight: normal;
    height: 59px;
    width: 110px;
    margin:0px;
    padding-top: 30px;
    padding-left: 0px;
    background-image: url('../images/botoninac.png');
    background-repeat: no-repeat;
    color: #fff;
    cursor:hand;
}

.botonDisabled
{
    color: #666666;
    margin-top: 5px;
    font-weight: normal;
    height: 59px;
    width: 110px;
    padding-top: 30px;
    padding-left: 0px;
    background-image: url('../images/botondis.png');
    background-repeat: no-repeat;
    cursor: default;
}


.iconEdit
{
    width:24px !Important; 
    height:24px !Important;
    float:left;
    position:absolute;
}

.itemmainpic {
	float:left;
	color:#ffffff !Important;
	margin-right: 26px;
	margin-left: 8px;
	padding-bottom: 0px;
	max-width: 460px;
	min-height:313px;
	width: 341px;
    height: 386px;	
	cursor:hand;
}

#itemdiv 
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Arial, Helvetica, sans-serif;
	float:left;
	list-style-type:none;
	margin-top: 12px;
	margin-right: 12px;
	padding-left: 12px;
	width: 602px;
	height:750px;
}

#itemdiv ul {
    list-style-type:none;
}

#itemdiv h1
{
    font-size: 1.8em;
    color: #CCCCCC;
    padding-bottom: 4px;
    padding-left: 0px;
    font-weight: normal;
    text-align: left;
}

#itemdiv h2 {
	padding-bottom: 4px;
	color: #999999;
}

/* marca aņo */
#itemdiv h3 
{
    position:absolute;
    margin-top: 4px;
    font-size: 12px;
    color:#ffffff;
    text-align: center;
    background-color: #CC0066;
    width:80px;
}

/* marca de tipo */
#itemdiv h4 
{
    position:absolute;
    margin-top: 24px;
    font-size: 12px;
    color:#ffffff;
    text-transform:uppercase;
    text-align: center;
    background-color: #339966;
    width:80px;
}

/* marca precio */
#itemdiv h5
{
    position: absolute;
    margin-top: 44px;
    color: #FFFFFF;
    background-color: #6600CC;
    font-size: 12px;
    text-align: center;
    width: 80px;
}

#itemdiv p {
	font-size: 1.4em;
	font-weight: normal;
	color:#ffffff;
}

.itemthumbs
{
    height:386px;
}

.marca
{
    border:none;
    
}

.tagcloud
{
    padding-top: 2px;
    padding-left: 0px;
    text-align: center;
    color: #999999;
    font-size: 1.2em;
    text-transform: lowercase;
    height: auto;
    background-color: #333333;
    width:90%;
}

.tagcloud ul
{
    border:none;
    background-color: #121212;
 }
.tagcloud ul li
{
    border:none !Important;
    height:32px !Important;
    text-align:center !Important;
    text-align: justify !Important;
    float:left;
}

.tagcloud a
{
    line-height:1.8em;
    border: 0px; 
    text-decoration:none; 
    float: left;
    padding: 3px;
    color:#999999;
}
.tagcloud a:visited 
{
    font-weight:normal;
    color:#DBAA70;
}
.tagcloud a:hover 
{
    color:#DBAA70;
    font-weight:bold;
    font-size: 1.2em;
    line-height: 2em;
    
}

#VistaPrevia1 #VistaPrevia2 #VistaPrevia3
{
    border: 1px none #808080;
}