/* imageboard 2 */

.imageboard {
    width:auto;
    height:370px;
    background-color:white;
    overflow:hidden;
    visibility:hidden;
    z-index:1020;
}

.imageboard img {
    cursor: pointer;
}

.imageboard_left {
    position:relative;
    top:20px;
    float:left;
    margin-left:10%;
    display:inline;
    z-index:99;
    color:black;
    cursor:pointer;
}

.imageboard_right {
    position:relative;
    top:20px;
    float:right;
    margin-right:10%;
    display:inline;
    z-index:99;
    color:black;
    cursor:pointer;
}

.left-gr {
    background-image: url(../media/web_stock/left-gr.png);
    background-repeat: repeat-y;
    background-position:center right;
    float:left;
    width:120px;
    height:500px;
    font-size:0px;
    position:relative;
    top:-500px;
    color:black;
    z-index:1025;
}

.right-gr {
    background-image: url(../media/web_stock/right-gr.png);
    background-repeat: repeat-y;
    background-position:center left;
    float:right;
    width:120px;
    height:500px;
    font-size:0px;
    position:relative;
    top:-500px;
    color:black;
    z-index:1025;
}

#loading {
    position:absolute;
    z-index:1010;
    left:50%;
    top:300px;
    margin-left:-32px;
}

/* popimg */

.popimg {
    position:absolute;
    z-index:1030;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: url(../media/web_stock/popimg_bg.png);
    background-repeat: repeat;
    text-align:center;
}

.popimg .theimage {
    margin-top:2.5%;
    height:90%;
    width:auto;
}

.popimg .close {
    position:relative;
    top:20px;
    left:-20px;
}

/* zoom img */

.zoom_viewport {
    position:absolute;
    width:300px;
    height:300px;
    background-color:black;
    z-index:9999;
    visibility:hidden;
    padding:5px;
    overflow:visible;
    background-image: url(../media/web_stock/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.zoom_viewport img {
    position:absolute;
}

.zoom_viewport div {
    position:fixed;
    width:35px;
    height:35px;
    border:2px solid black;
    cursor:none;
}

/* misc layout */

* {
    margin:0;
    padding:0;
    border:0;
}

body {
    background-color:black;
    color:white;
    font-family: Arial,Helvetica,sans-serif;
}

address {
    display:inline;
}

a {
    color:#826B55;
    text-decoration:none;
}

/* brand stylebook */

.flink {
    text-decoration: underline;
    cursor:pointer;
    font-weight:normal;
}

.white {
    color:white;
}

.brown {
    color:#826B55!important;
}

.upbreak {
    margin-top:5px;
    clear:left;
}

.home-logo {
    width:250px;
    height:91px;
    position:relative;
    left:50%;
    margin-left:-125px;
    margin-bottom:15px;
    text-align:center;
    font-size:0px;
    background-image: url(../media/web_stock/cortana.png);
    background-repeat: no-repeat;
    background-position: center center;
    color:black;
}

.home-menu {
    text-align:center;
    color:#826B55;
    margin-top:100px;
    font-size:11px;
    font-weight:bold;
}

.home-menu li {
    display:inline;
    margin-left:0!important;
    margin-right:30px!important;
    padding:0!important;
    color:#82562e;
}

.home-menu li.last {
    margin-right:0px!important;
}

h1{
	background: url(../media/web_stock/logo.gif) no-repeat center center;
	text-indent: -9999px;
	margin:25px 0 15px 0px;
}
h1 a{
	display: block;
	height: 74px;
	width: 100%;
	left:50%;
}
h1 a:hover{
	text-decoration: none;
}

.head-menu {
    list-style-type:none;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
    padding-top:7px;
    padding-bottom:25px;
}

.head-menu li {
    list-style-type:none;
    display:inline;
    margin-right:35px;
}

.head-menu a {
    color:white;
}

.head-menu-abs{
	position:absolute;
	top:105px;
	right:0;
	padding:7px 12px 9px 8px;
	/*background:url(../media/web_stock/bg_blog.gif) no-repeat #968069;*/
	background-color:#a49282;
    background-repeat: no-repeat;
    background-position: left center;
}
.head-menu-abs a{
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
	color:#131313;
}
.content {
    width:100%;
    overflow:hidden;
    display:inline-block;
	height:auto; 
	background:#FFF;
	margin-bottom:20px;
}

.foot-menu {
    list-style-type:none;
    margin-bottom:20px;
    width:100%;
    text-align:center;
    clear:both;
    font-size:11px;
    text-transform:uppercase;
    color:silver;
}

.foot-menu li {
    list-style-type:none;
    display:inline;
    margin-right:10px;
    padding-right:13px;
    border-right:1px solid #333333;
}

.text-block {
	background-color:white;
	color:#333333;	
}

/*
.text-block * {	
    position:relative;
	left:50%;
    margin-left:-250px;
    width:500px;
}
*/

.text-block h2 {
    color:#826B55;
    padding-top:15px;
	font-size:21px;
	line-height:24px;
}

.text-block h3 {
    color:#826B55;
    margin-top:20px;
}



.text-block p {
    margin-top:15px;
    font-size:12px;
	line-height:15px;
}

.text-block ol {
    margin-top:15px;
    font-size:11px;
    padding-left:0px;
}

.text-block ul {
    margin-top:15px;
    font-size:11px;
    padding-left:40px;
    list-style-type:circle;
}

.contact-block {
    background-color:#7E6A52;
    padding-bottom:20px;
    color:black;
}

.contact-block h2, .contact-block form {
    position:relative;
    left:50%;
    margin-left:-250px;
    width:500px;
}

.contact-block h2 {
    padding-top:15px;
    font-size:12px;
    text-align:justify;
    font-weight:600;
}

.contact-block form {
    margin-top:20px;
}

.contact-block fieldset {
}

.contact-block fieldset legend {
    display:none;
}

.contact-block fieldset label {
    margin-left:10px;
    font-weight:bold;
    font-size:11px;
}

.contact-block fieldset textarea {
    width:96%;
    clear:both;
    background-color:#6D5A47;
    margin-top:20px;
    margin-bottom:20px;
    font-weight:bold;
    padding:10px;
}

.contact-block input[type=text] {
    border-bottom:1px solid black;
    background-color:#7E6A52;
    width:240px;
    margin-top:10px;
    margin-bottom:10px;
}

.contact-block input[type=button] {
    border:1px solid white;
    background-color:black;
    color:white;
    font-weight:bold;
    padding:5px;
    padding-top:2px;
    padding-bottom:2px;
}

.contact-block input[type=checkbox] {
    position:relative;
    top:2px;
}

.contact-block .left {
    float:left;
}

.contact-block .right {
    float:right;
}

.contact-block .break {
    clear:both;
}

.product {
    position:relative;
    width:500px;
    left:50%;
    margin-left:-250px;
    color: #806a54;
    margin-top:20px;
}

.prod_images {
    width:300px;
    float:left;
}

.prod_images .big {
    float:left;
    margin-top:30px;
}

.prod_images .thumb {
    float:right;
    clear:right;
    border:1px solid silver;
    margin-bottom:10px;
    margin-right:40px;
    cursor:pointer;
}

.prod_images p {
    position:absolute;
    top:-21px;
    left:10px;
    font-size:9px;
    color:white;
    background-color:black;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:3px;
    padding-top:3px;
    text-transform: uppercase;
    font-weight:bold;
}

.prod_images p a:hover {
    color:#826B55;
}

.prod_form {
    width:200px;
    float:right;
}

.prod_form h2 {
    font-size:12px;
    border-bottom:1px dotted #806a54;
    padding-bottom:10px;
    margin-bottom:10px;
}

.prod_form h3 {
    font-size:12px;
}

.prod_form p {
    font-size:11px;
}

.prod_form ul {
    margin-left:5px;
}

.prod_form ul li {
    list-style-type:none;
    display:inline;
    margin-right:15px;
}

.prod_form ul li img {
    border:1px solid silver;
}

.prod_form ul li input[type=radio] {
    position:relative;
    top:-7px;
    left:2px;
}

.prod_form p {
    margin-bottom:10px;
}

.prod_form .prize {
    border-bottom:1px dotted #806a54;
    border-top:1px dotted #806a54;
    margin-top:10px;
    margin-bottom:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.prod_form label.textual {
    font-size:12px;
    font-weight:bold;
    float:left;
    margin-right:10px;
}

.prod_form input[type=text] {
    float:left;
    border:1px solid silver;
    width:30px;
}

.prod_form select {
    border:1px solid silver;
    width:100%;
}

.prod_form .com_down {
    border-top:1px dotted #806a54;
    margin-top:10px;
    padding-top:10px;
}

.prod_form .com_down a {
    color:#333333;
    text-decoration:underline;
}

.prod_form input[type=button] {
    border:1px solid silver;
    background-color:black;
    color:white;
    font-weight:bold;
    padding:5px;
    padding-top:2px;
    padding-bottom:2px;
    margin-bottom:20px;
}

.tiendas-list {
    clear:both;
    position:relative;
    top:-430px;
    text-align:center;
    width:100%;
    font-size:11px;
    color:#826B55;
}

.tiendas-list li {
    display:inline;
    margin-right:12px;
}

.tiendas-list strong {
    color:white;
}

.tiendas-list address {
    font-style: normal;
}

.tiendas-list a {
    text-decoration:underline;
}

p.horario {
    clear:both;
    position:relative;
    top:-420px;
    text-align:center;
    width:100%;
    color:silver;
    font-size:10px;
}

table.tallas {
    font-size:12px;
    width:155px;
    border:1px solid silver;
    margin-bottom:10px;
    margin-left:10px;
}

table.tallas td.lgnd {
    font-weight:bold;
    text-align:left;
    text-indent:3px;
}

table.tallas tr {
    text-align:center;
    text-indent:14px;
}

.smallprods {
    text-align:center;
    border-bottom:1px solid #806A54;
    padding-bottom:10px;
    width:100%;
}

.rollprods {
    position:relative;
    width:200px;
    display:block;
    color:white!important;
    background-color:#806A54;
    padding-top:3px;
    padding-bottom:4px;
    font-size:10px;
    text-transform: uppercase;
    font-weight:bold;
    text-align:center;
    left:50%;
    margin-left:50px;
    cursor:pointer;
}
