* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
caption { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; }
input, select { vertical-align: middle }
textarea { height: auto; overflow: auto; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }
ul, ol { list-style-type:none; }
strong { font-weight: bold; }

/** fonts */
h1, h2, h3, h4, h5, h6, a, p, span, li, label { font-family: georgia, garamond, serif; color: #000000; font-size: 12px; line-height: 18px; }
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a { margin-bottom: 10px; font-size: 16px; line-height: 18px; /*text-transform: uppercase;*/ color: #000000; }
p { margin-bottom: 10px; }
a { color: #ff0000; font-weight: normal; text-decoration: underline; }
.hl { color: #ff0000; }
.upper { text-transform: uppercase; }

/** flashes */
.flashError, .flashSuccess { color: #000000; line-height: 16px; margin-bottom: 15px; }
.flashError b { color: #ff0000; }
.flashSuccess { color: #666666;}

/** margins */
.left { float: left; }
.right { float: right; }
.clear, .hr { clear: both; }
.hr hr { display: none; }
.mbot { margin-bottom: 15px; }
.biggermbot { margin-bottom: 30px; }
:last-child { margin-bottom: 0px !important; }

/** inputs */
.input, .select, .textarea { background: #000000; border: 0px; color: #f90024; font-family: helvetica,arial,sans-serif; font-size: 13px; width: 290px; padding: 3px 5px; font-style: italic; }
.select { width: 299px; }
.textarea { height: 84px; }
.smaller { width: 170px; }
.small { width: 105px; }

/** page */
body { background: #ffffff; overflow-y: scroll; border-left: 12px solid #000000; border-right: 12px solid #000000; min-width: 1110px; overflow-x: hidden; }
#page { width: 940px; margin-left: 35px; padding-top: 12px; }
#page #left { width: 220px; position: fixed; left: 47px; top: 33px; }
#page #content { float: left; width: 700px; margin-left: 240px; padding-top: 21px; padding-bottom: 39px; background: #ffffff; z-index: 4; position: relative; }
#page #footer { margin-top: 15px; padding-top: 15px; border-top: 1px solid #000000; }

/** left */
#left #logo { }
#left #logo h4 { width: 220px; height: 260px; background: url(/images/logo.png) no-repeat left top; text-indent: -80000px; }
#left #logo h4 a { display: block; height: 252px; }
#left #menu { margin-top: 50px; }
#left #menu ul { list-style-type: none; }
#left #menu ul li { line-height: 18px; }
#left #menu ul li a { letter-spacing: 5px; text-transform: uppercase; color: #000000; font-size: 12px; }
#left #menu ul li.active a { color: #ff0000; }
#left #menu ul li.cartcount a, #left #menu ul li.cat a { letter-spacing: 0px; text-transform: none; font-size: 11px; font-style: italic; }
#left #menu ul li.cat a { text-decoration: none; }
#left #special { margin-top: 50px; }

/** splashes */
body.splash { width: 100%; height: 100%; background-color: #ffffff; overflow-y: hidden; text-align: center; border: 0px; }
#splash_element a { outline: 0; }

/** bordered */
hr { margin: 15px 0px; border: 1px solid #000000; }
.bordered { margin-bottom: 15px; border-bottom: 1px solid #000000; padding-bottom: 15px; }
.bordered:last-child { padding-bottom: 0px; border-bottom: 0px; }

/** footer */
#footer { position: fixed; bottom: 0px; height: 22px; padding-top: 4px; background: #ffffff; width: 940px; margin-left: 35px; z-index: 20; }
#footer .content { border-top: 1px solid #000000; position: relative; }
#footer .content p { font-size: 10px; }
#footer .content ul { position: absolute; right: 0px; top: 0px; }
#footer .content ul li { float: left; margin-left: 10px; }
#footer .content ul li a { text-transform: uppercase; font-size: 10px; color: #000000; text-decoration: none; } 

/** shop items */
.shop_items { }
.shop_items .item { float: left; margin-right: 20px; margin-bottom: 20px; position: relative; width: 220px; height: 310px; }
.shop_items .item .infos { position: absolute; display: none; left: 0px; top: 0px; background: url(/images/item_hover.png) no-repeat left top; width: 220px; height: 310px; }
.shop_items .item .infos a { height: 295px; display: block; color: #ffffff; padding-top: 15px; font-size: 14px; text-decoration: none; padding-left: 15px; }
.shop_items .item:hover .infos { display: block; }
.shop_items .lastInLine { margin-right: 0px; }
.shop_items .lastRow { margin-right: 0px; }

/** shirt detail */
.shirt_detail { }
.shirt_detail .pictures { margin-bottom: 15px; }
.shirt_detail .pictures .picture_detail { padding: 30px; width: 400px; height: 556px; float: left; }
.shirt_detail .pictures .pictures_small { margin-left: 20px; width: 220px; float: left; }
.shirt_detail .pictures .pictures_small img { width:220px; margin-bottom: 20px; cursor: pointer; }
.shirt_detail h1 { padding-left: 30px; color: #ff0000; font-size: 14px; letter-spacing: 5px; text-decoration: underline; margin-bottom: 20px; margin-right: -5px; text-transform: uppercase; }
.shirt_detail p { margin-bottom: 20px; float: left; font-style: italic; }
.shirt_detail p.bordered { margin-bottom: 15px; width: 100%; }
.shirt_detail iframe { padding-bottom: 20px; }
.shirt_detail .cart { float: right; }
.shirt_detail .cart .sizes a { color: #000000; text-decoration: none; }
.shirt_detail .cart .sizes .disabled { color: #AAAAAA; }
.shirt_detail .cart .sizes .hl a { color: #ff0000; }
.shirt_detail .cart .action { text-align: right; margin-top: 20px; }
.shirt_detail .cart .action a { font-style: italic; }

/* cart */
#page.shop_cart p { font-size: 14px; font-style: italic; }
.cart_item { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #000000; }
.cart_item h3 { text-decoration: underline; font-size: 14px; font-style: italic; }
.cart_item p { font-style: italic; font-size: 14px; }
.cart_item a { font-style: italic; font-size: 14px; text-decoration: none; }
.cart_info { width: 320px; margin-bottom: 25px; }
.address_submit { width: 300px; text-align: right; }
.address_info { margin-bottom: 14px; }
.cart_address { margin-bottom: 25px; }

.payment_paypal { float: left; }
.payment_paypal p { text-align: center; }
.payment_paypal a { text-decoration: underline; }
.payment_transfer { float: right; }

/* low-height */
#page.low-height #left {
	position: relative;
	float: left;
	left: 0px;
	margin-top: -12px;
}
#page.low-height #content { margin-left: 20px; }

/* border */
#border-top {
	height: 12px;
	background-color: #000000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 20;
}
#scroller { position: fixed; top: 12px; height: 21px; background: #ffffff; width: 940px; margin-left: 35px; z-index: 20; }

/* key */
#key {
	width: 81px;
	height: 29px;
	background: url(/images/key_sprite.png) no-repeat left -40px;
	position: fixed;
	right: 48px;
	top: 33px;
	text-indent: -80000px;
	display: block;
	overflow: hidden;
	z-index: 1;
}
#key:hover { background-position: 0px 0px; }

