@import url(reset.css);


/** Globales *****************************************************/
hr {display: none}
strong {font-weight: bold}
:focus {outline: 0}

/** Layout *******************************************************/

body {
  background-color: #342924;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#header {
  background: url(../img/content_top.gif) left bottom no-repeat;
  padding-bottom: 14px;
  padding-top: 1px;
}

#header a {
  color: #c3bcaa;
  font-weight: bold;
}
#header a:hover {color: white}

#container {
  width: 870px;
  margin: 10px auto;
}

#logo {
  display: block;
  float: left;
  height: 66px
}
     
#lang,
#login {
  text-align: right;
  color: #c3bcaa;
  font-family: "Trebuchet MS", Helvetica,sans-serif;
  font-size: 12px;
}


#logged-in,
#login form {
  /*margin-right: .5em;*/
  font-size: 11px;
}

#login form input {
  border: 1px solid black;
  background-color: #c3bcaa;
  width: 8em;
  padding: .2em;
}

#login form input.submit {
  background-color: black;
  color: #C3BCAA;
  border: 0;
  width: 62px;
  padding: 0.3em 5px;
  font-weight: bold;
  padding-right: 1px;
  font-size: 11px;
}
body.lang-es #login form input.submit {
  width: 75px;
}

#login form input.submit:hover {
  color: white;
}

#logged-in {
  margin-right: 12px;
}

#login_links {
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
  margin-right: 14px;
}

#lang {
  margin: .5em 0;
  font-size: 11px;
}

#lang a {
  padding: .3em 11px;
}

#lang a.active,
#lang a.active:hover {
  background-color: black;
}

#lang a:hover {
  background-color: #4a3a33;
}



#main-nav {
  padding: 0 15px;
  clear: both;
}

#main-nav li {
  display: block;
  float: left;
  width: auto;
  max-width: 120px;
  padding-left: 12px;
  margin-left: 2px;
  background: url(../img/tab_left.gif) left top no-repeat;
  font-family: "Trebuchet MS", Helvetica,sans-serif;
  font-size: 12px;
  width: 60px;
  text-align: center;
}
#main-nav li#main-nav-home {
  width: auto;
  padding-left: 15px;
}
body.lang-en #main-nav li#main-nav-our-wears {
  width: 80px;
}
body.lang-es li#main-nav-our-wears,
#main-nav li#main-nav-custom {
  width: 120px;
}


#main-nav li#main-nav-shipping {
  width: 85px;
}


#main-nav li#main-nav-about-us {
    width: 70px;
}

#main-nav li#main-nav-contact-us {
    width: 77px;
}

#main-nav li a {
  color: #eee;
  padding: 10px 12px 0 0;
  display: block;
  background: url(../img/tab_right.gif) right top no-repeat;
  height: 2em;
  line-height: 2em;
}

#main-nav li a:hover {
  color: white;
}

body.home li#main-nav-home,
body.about-us li#main-nav-about-us,
body.faq li#main-nav-faq,
body.contact-us li#main-nav-contact-us,
body.our-wears li#main-nav-our-wears,
body.custom li#main-nav-custom,
body.sports li#main-nav-sports,
body.offers li#main-nav-offers,
body.shipping li#main-nav-shipping
  {background: url(../img/tab_left_active.gif) left top no-repeat}

body.home li#main-nav-home a,
body.about-us li#main-nav-about-us a,
body.faq li#main-nav-faq a,
body.contact-us li#main-nav-contact-us a, 
body.offers li#main-nav-offers a,
body.our-wears li#main-nav-our-wears a,
body.custom li#main-nav-custom a,
body.sports li#main-nav-sports a,
body.shipping li#main-nav-shipping a {
  background: url(../img/tab_right_active.gif) right top no-repeat;
  line-height: 1.5em;
} 

#main-nav li#main-nav-home a {
  background: url(../img/tab_right_home.gif) right top no-repeat;
  width: 20px;
  padding-right: 15px;
}
body.home #main-nav li#main-nav-home a {
  background: url(../img/tab_right_home_active.gif) right top no-repeat;
}

#main-nav-home span {
  display: none;
}

#main-nav li#main-nav-contact-us {
  float: right;
}



#content {
  background: white url(../img/content.gif) center top repeat-y;
  padding: 0 7px;
  min-height: 40em;
}

p.page {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 210px 2em;
  color: #999;
}

#content .end {
  display: block;
  background: white url(../img/content_end.png) bottom left no-repeat;
  height: 30px;
  margin: 0 0 0 15px;
  border: 0;
  clear: both;
}

body.custom #content .end,
body.home #content .end {
  background: none;
  height: 0;
}

body.custom #content .buttons .reset {
  cursor: pointer;
}

#footer {
  padding-top: 20px;
  background: transparent url(../img/content_bottom.gif) center top no-repeat;
  color: #c3bcaa;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#footer a {
  color: #c3bcaa;
}
#footer a:hover {color: white}

#footer-contact {
  font-size: 11px;
  color: #c3bcaa;
  text-align: center;
}

/** Content ******************************************************/
#content p,
#content ul {
  margin: .8em 30px;
}

#content p.foot {
  text-align: center;
  padding-top: 2em;
  font-size: 10px;
  color: #342924;
  clear: both;
}

#content .brand {
    font-weight: bold;
    text-transform: uppercase;
}

#content a {
  color: #82120a;
  text-decoration: underline;
}

body.home #content {
  text-align: center;
}

/* headings */

#content h1,
#content h2,
#content h3 {
  font-weight: bold;
}
#content h1 {
  font-size: 18px;
  color: #82120a;
  margin: 0 15px;
  background: white url(../img/content_start.png) bottom left no-repeat;
  padding: 0 0 35px 10px;
}
#content h1.categories {
  font-size: 14px;
}
#content h1.categories .current {
    color: black;
    text-decoration: underline;
      color: #342924;
}

#content h2 {
  color: #342924;
  font-size: 14px;
  margin: .7em 25px .5em;
}
#content h2 a {
  color: #342924;
  text-decoration: none;
}
body.sizes_reference #content h2,
body.login_or_register #content h2 {
  color: #82120a;
  margin-left: 40px;
}

#content h3 {
  margin: .8em 30px;
  color: #342924;
}

#content ul.toc {
  margin-bottom: 3em;
  font-size: 14px;
}

#content ul.toc a {
    color: #342924;
    font-weight: bold;
}

/* forms */

form.big {
  width: 613px;
  margin: 3em 0 3em 20px;
}
body.wear_info form.big {
  width: 483px;

}


form.big label {
  width: 210px;
  display: block;
  float: left;
  text-align: right;
  padding: 0 10px 0 0;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #444;
}
body.wear_info form.big label {
  width: 80px;
}
form.big input,
form.big select,
form.big textarea {
  padding: 3px 5px;
  color: #444;
  width: 378px;
  border: 0;
}
form.big select,
form.big input {
  background: #f7f7f9 url(../img/input.gif) top left no-repeat;
  border: 0;
  font-size: 11px;
}
form.big .check input {
  width: auto;
  background: none;
}
form.big select {
  width: 388px;
  height: 21px;
}
form.big textarea {
  overflow: auto;
  background: #f7f7f9 url(../img/textarea.gif) top left no-repeat;
  height: 112px;
}
form.big input {
  height: 15px;
}
body.wear_info form.big input#id_attachment {
  height: auto !important;
  width: 280px;
}


body.custom #buy .submit,
.wear-block form input.submit,
.wear-block a.button,
.small-form input.reset,
.small-form input.submit,
form.big input.reset,
form.big input.submit {
  display: block;
  border: 0;
  color: white !important;
  text-decoration: none !important;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  width: 72px !important;
  font-size: 11px;
}

#content form.big .help_text {
    padding-left: 220px;
    margin: 2px 0 5px;
    color: #444;
    font-size: 11px;
}

body.buy {
    
}

input.submit {
  cursor: pointer;
}

.small-form input.reset,
.small-form input.submit,
form.big input.reset,
form.big input.submit {
    float: right;
    padding-top: 2px;
}

/*
.small-form select,
.small-form input {
  background: #f7f7f9 url(../img/input_small.gif) top left no-repeat;
  border: 0;
  font-size: 11px;
}
*/

.wear-block form input.submit,
.wear-block a.button {
    margin: 0 auto;
}

.small-form input.reset,
form.big input.reset {
  background: #888 url(../img/button_grey.jpg) top left repeat-x;
  margin-right: .5em;
}

body.custom #buy .submit,
.wear-block a.button,
.wear-block form input.submit,
.small-form input.submit,
form.big input.submit {
  background: #82120a url(../img/button_red.jpg) top left no-repeat;
}

.small-form .buttons {
    margin-bottom: 20px;
}

/*
.small-form input[type="file"] {
  width: 100px !important;
}
*/

.small-form .buttons {
  margin: 10px 0 20px;
  clear: both;
}

form.big .buttons {
  text-align: right;
  margin: 1em 0;
}

form.big .field-block .errorlist {
  margin: .3em 0 .1em 100px;
  color: #82120a;
}

form.big .field-block {
  margin-bottom: .3em;
}

form.big .field-error input,
form.big .field-error select {
  background-position: left bottom;
}
form.big .field-error textarea {
  background-position: left bottom;
}

form.big .field-block label span.required:after {
  content: "*";
  font-weight: normal;
  color: #831208;
}

/* highlights */
#content .home-banner {
  display: block;
  width: 826px;
  overflow: hidden;
  margin: 0 auto;
}
#content .home-col {
  margin: 18px 16px 6px 0;
}
#content .home-col-last {
    margin-right: 0;
}


/** Wears ****************************************************/

/* lists */

#content .categories {
  margin: 0 15px 1em;
}

#content .categories a {
  text-decoration: none;
}

.categories li {
    display: inline;
    font-weight: bolder;
}

.categories li.category:before {
    content: "|"; 
}

.categories li a {
    color: #831208;
    padding: 4px;
}

.wear-block {
  text-align: center;
  float: left;
  margin-left: 15px;
  width: 125px;
  height: 195px;
}
.wear-block:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.wear-block {display: inline-block}
html[xmlns] .wear-block {display: block}
* html .wear-block {height: 1%}

.wear-block .title {
  display: block;
  font-size: 10px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 10px;
  height: 25px;
}

.wear-block .zoom  {
    display: block;
    height: 116px;
}

body.section-detail .paginator {
    text-align: right;
    margin: 0 30px;
    color: #aaa;
    clear: both;
}

body.section-detail .paginator a {
    color: #831208;
}

body.section-detail .paginator .current {
    font-weight: bold;
    color: black;
}


.last {
    clear: left;
}

/* custom */

body.custom #content h1 {
    background: none;
    padding: 0;
    margin-bottom: 15px;
}
body.buy #content h1 {
    font-size: 16px;
}
body.custom #content hr.end {
  background: none;
}
body.custom input#id_image {
  height: auto;
}
body.custom .user-stamps label {
  display: block;
}

body.custom .user-stamps p.help_text {
  color: #444;
  font-size: 10px;
}

#design-left-pane {
  float: left;
  margin: 0 20px;
  width: 270px;
}

.stamp-box {
  background: white url(../img/sm_box.png) top left no-repeat;
  width: 228px;
  height: 180px;
  padding: 10px 11px;
  overflow: auto;
}

.stamp-box .position-form {
    margin-bottom: 20px;
}
.stamp-box .stamps,
.stamp-box .user-stamps,
.stamp-box .text-stamp {
  overflow: auto;
  height: 180px;

}

.saved-user-text-stamps {
    margin-top: 35px;
}

.stamp-box .stamp-image {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  padding: 5px 7px;
  margin: 2px;
  text-align: center;
  line-height: 50px;
}

#wears-box {
  padding: 17px 5px;
  background: white url(../img/big_box.png) top left no-repeat;
  width: 269px;
  height: 362px;
  overflow: hidden;
}
#wears-box .inner {
    overflow: auto;
    height: 360px;
    width: 257px;
}

#wears-box .wear {
  padding-top: 5px;
  border: 1px solid #aaa;
  height: 75px;
  width: 65px;
  margin: 4px 5px;
  float: left;
}

#buy {
  margin-top: 15px;
}

#buy .submit {
  margin: 0 auto;
}
#buy form {
  text-align: center;
}

#price {
  margin: 0 0 5px 0 !important;
  text-align: center;
  font-weight: bold;
}

#sex ul {
  margin: 0;
}

#sex span.title, .buy-final-message {
  margin: 0 0 5px 10px !important;
  text-align: center;
  font-weight: bold;
}

.payment-method {
  margin-left: 100px;
  margin-bottom: 10px;
}

.field label {
    width: 120px;
    float: left;
}

.field input, .field textarea {
    width: 300px;
}
#design-right-pane {
    float: left;
    width: 520px;
}

#main-view {
    display: inline;
}

#main-view .view {
    display: inline;
}

.model-wears li a {
    border: 1px solid black;
}

.ui-tabs-hide {
    display: none;
}

.ui-tabs-nav li {
    display: inline;
}

.model-wears li {
    display: inline;
    margin-right: 10px;
}

#view {
    clear: both;
    width: 520px;
    height: 215px;
    padding: 30px 0;
    background: transparent url(../img/preview.jpg) center top no-repeat;
    text-align: center;
    margin: 11px 0;
}

#stamps {
    clear: both;
}

#front-edition {
    float: left;
}

#back-edition {
    float: right;
}


#edition-params form {
    width: 200px;
}

#edition-params input {
    width: 200px;
}

#edition-params textarea {
    width: 200px;
}

#edition-params form,
#edition-params p {
    margin: 0px;
}

#edition-params li {
  font-size: 12px;
}

.small-form select,
.small-form input[type="text"] {
  background: #f7f7f9 url(../img/input_small.gif) top left no-repeat !important;
  padding: 3px 5px;
  width: 200px !important;
  border: 0;
}

.small-form select {
  height: 21px;
}
.small-form input {
  height: 15px;
}

.small-form textarea {
  background: #f7f7f9 url(../img/textarea_small.gif) top left no-repeat !important;
  width: 200px !important;
  height: 120px;
  border: 0;
}

.small-form .errorlist {
  margin: .8em 30px !important;
}

.small-form label {
    width: auto !important;
}

.profile label {
    width: 90px !important;
}

body.wear_info form.big {
  float: left;
}

body.wear_info .wear_image {
  float: left;
  margin: 3em 0 0 70px;
}

body.wear_info .foot {
    clear: left;
}

.position-selected, .text-stamp-selected {
    font-weight: bolder;
}

#buy-steps {
  margin: 0 !important;
}

#buy-steps li {
    display: inline;
    color: #d2d0d1;
}

#buy-steps li.actual {
    color: #82120a;
}

#buy-steps li:after {
    content: " -";
}

#buy-steps li.last:after {
    content: none;
}

#content ul.tabs {
  margin: 0 0 0 14px;
  width: 228px;
  height: 15px;
  overflow: hidden;
}

#content .tabs  li a,
#content .tabs  li {
    height: 15px;
}

#content ul.tabs li {
  background: #82120a url(../img/sm_tab_left.png) top left no-repeat;
  padding-left: 10px;
  display: block;
  float: left;
  margin-right: 4px;
}

#content ul.tabs a {
  background: transparent url(../img/sm_tab_right.png) top right no-repeat;
  height: 13px;
  padding-right: 10px;
  color: white;
  text-decoration: none;
}

#content ul.tabs li.ui-tabs-selected {
  background-image: url(../img/sm_tab_left_active.png);
  background-color: #6d6b6c; 
}

#content ul.tabs li.ui-tabs-selected a {
  background-image: url(../img/sm_tab_right_active.png);
  background-color: #6d6b6c; 
}

div.page {
    height: 400px;
}
.notice {
    font-weight: bold;
    text-align: center;
}

#sizes {
  float: right;
  color: #999;
  width: 510px;
}
#sizes #available-sizes-container {
    float: right;
    margin-right: 10px;
}

#sizes ul {
    display: inline;
    margin: 0px;
}

#sizes ul li {
    display: inline;
}

#content .stamp-color-reference,
#content .stamp-size-reference {
    font-size: 10px;
    margin-left: 0px;
    text-decoration: none;
}

#content .stamp-size-reference {
    float: left;
}

#wear-sizes-reference .img {
    text-align: center;
}

.wear-reference {
    text-align: center;
}

.stamp-reference {
    text-align: center;
}

.stamp-reference div {
    width: 220px;
    margin-left: 310px;
}

.stamp-sizes-reference-table thead tr {
    color: #4f4a47;
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase;
}

.stamp-sizes-reference-table thead th {
    text-align: center;
}

.stamp-sizes-reference-table tbody tr td.size-name {
    text-transform: capitalize;
}

.stamp-sizes-reference-table tbody tr td {
    border-left: 5px solid white;
    border-top: 1px solid white;
    padding: 3px 5px;
}

.stamp-sizes-reference-table tbody tr {
    background-color: #4f4a47;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
}

#colors-reference {
    margin-top: 40px;
}

.colors-reference-image {
    text-align: center;
}

#top-banner-flash {
    text-align: center;
}

/** Clearfixs ****************************************************/
.field-block:after,
#header:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.field-block,
#header
    {display: inline-block;}
/* Hide this from ie/mac \*/
* html .field-block,
* html #header
  {height: 1%;}
#header,
.field-block
    {display: block;}
/* End hide this from ie/mac */


/** Lightbox *****************************************************/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-coloo: #fff;
    background: #342924 url(../img/lightbox/wear_bg.jpg) center 10px no-repeat;
	width: 309px !important;
	height: 270px !important;
    padding: 50px 0;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	display: none;
}
#lightbox-container-image-data-box {
    background-color: #342924;
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 309px !important;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
    margin: 4px 0 10px;
}	
#lightbox-image-details-caption {
    color: white;
    font-size: 11px;
}
#lightbox-image-details-currentNumber {
	display: none !important; 
}			
#lightbox-secNav-btnClose {
	width: 31px; 
	float: right;
	padding-bottom: 0.7em;	
}


