/*
CSS RESET
 v1.0 | 20080212
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END OF CSS RESET */

/* MAJICE */

body
{
	background-color: #ffffff;
}

.center
{
	width: 1060px;
	position: relative;
	margin: auto;
}
h2 {
	color: #0C7595;
	width: 100%;
	font: bold 14px "Myriad Pro", Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 10px;
}

h3
{
	font-size: 14px;
	color: #84a1a8;
	font-family: "Myriad Pro", Arial, Helvetica;
	font-weight: bold;
	margin-bottom: 10px;
 text-transform: uppercase;	
}

#header
{
	width: 100%;
	height: 130px;
	background-image: url('images/header-bg.png');
}
.header-images
{
	padding-top: 70px;
}
#header-logo
{
	float: left;
	width: 300px;
}
#header-user
{
	float: right;
	text-align: right;
}
#header-user img
{
	display: inline-block;
}

/* TOP MENU */
#menu-top
{
	width: 100%;
	height: 54px;
	background-image: url('images/menu-top-bg.png');
}

#menu-top-center
{
	position: relative;
	margin: auto;
	width: 1060px;
}

.top-menu li
{
	list-style-type: none;
	display: inline;
}
.top-menu li a
{
	width: 130px;
	line-height: 54px;
	display: inline-block;
	background-image: url('images/menu-top-bg.png');
	
	text-align: center;
	font-size: 14px;
	color: #feffff;
	font-family:"Myriad Pro", Arial, Helvetica;
	text-decoration: none;
}
.top-menu li a:hover
{
	background-image: url('images/menu-top-bg-hover.png');
}

/* MAIN */
#main
{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

#main-center
{
	position: relative;
	margin: auto;
	width: 1060px;
}

#main-content
{
	float: left;
	width: 900px;
	margin-bottom: 30px;
}

/* MENU */
.menu-wrapper
{
	float: left;
	width: 150px;	
}
.menu-container
{
	margin-bottom: 20px;
}

.menu-icon-marker
{
	display: inline-block;
	width: 8px;
	height: 8px;
	line-height: 8px;
	background-image: url('images/main-menu-icon.png');
}

.menu li
{
	display: block;
	border-top: 1px dotted #c4c4c4;
	padding: 5px 0 0 0;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-image: url('images/menu-icon-normal.png');
}
.menu > li > a
{
	display: block;
	padding: 0 0 5px 10px;
}

.menu-link-highlight
{
  color: #aa9057 !important;
  font-weight: bold;  
}

.menu li a
{
	color: #286582;
	font-family:"Myriad Pro", Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* SUBMENU */
.submenu li
{
	border-top: 1px dotted #c4c4c4;
	padding: 3px 0 3px 30px;
	background-image: none;
}

.submenu li a
{
	font-size: 11px;
	color: #82c2d7;
}
.submenu li a:hover
{
	color: #20baff;
}

/* MENU STATES */
.menu-normal
{
	background-image: url('images/menu-icon-normal.png');
}

.menu-active
{
	background-image: url('images/menu-icon-active.png') !important;
}

/* CART */
.cart li
{
	border-top: 1px dotted #c4c4c4;
	background-color: #fff8df;
	padding: 5px 7px 5px 7px;
}
.cart-item
{
	color: #28667e;
	font-size: 12px;
	font-family: "Myriad Pro", Arial, Helvetica;
	font-weight: bold;
	padding: 2px 0 2px 0;
	text-transform: uppercase;
}
.cart-price
{
	color: #25aade;
	font-size: 12px;
	font-family: "Myriad Pro", Arial, Helvetica;
	font-weight: bold;
	padding: 2px 0 2px 0;
}
.cart-filler
{
	height: 5px;	
}

/* CART - TOTAL */
li.cart-total
{
	background-image: url('images/cart-total-bg.png');
	line-height: 34px;
	padding: 0 0 0 7px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	font-family: "Myriad Pro", Arial, Helvetica;
	border: none;
}

/* CART - GO TO */
li.cart-goto
{
	padding: 0;
	border: 0;
}
li.cart-goto-bottom
{
	border: none;
	padding: 0;
	background-image: url('images/cart-goto-bottom.png');
	background-repeat: no-repeat;
	line-height: 10px;
}
.cart-total-price
{
	color: #ffe48c;
}

/* Pager */
.pager, .sorting
{
	width: 100%;
	margin-bottom: 5px;
}

.pager
{
	float: left;
	background-image: url('images/pager-bg.png');
	line-height: 36px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	width: 95%;
	padding: 0 5px 0 5px;
}

.pager-left, .pager-right
{
	float: left;
	width: 10px;
	height: 38px;
}
.pager-left
{
	background-image: url('images/pager-left.png');
}
.pager-right
{
	background-image: url('images/pager-right.png');
	width: 9px !important;
}

.sorting
{
	text-align: right;
}

.pager ul li, .sorting ul li
{
	list-style-type: none;
	display: inline;
}
.pager ul li a, .pager ul li, .sorting ul li a, .sorting ul li
{
	color: #276682;
	font-family: "Myriad Pro", Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.pager-wider
{
	margin-left: 20px;
}
.pager-numbers
{
	float: left;
}
.pager-quantity
{
	float: right;
}
.pager-quantity select 
{
	margin-top: 6px;
	border: 1px solid #bdbdbd;
	background-color: #eeeeee;
	color: #899092;
	font-family: "Myriad Pro", Arial, Helvetica;
	font-weight: bold;
	padding: 3px;
}

.sorting ul li
{
	padding-right: 20px;
}

.pager ul li a, .pager ul li 
{
	color: #888888;
}

.pager-active
{
	color: #1fbbff !important;
}

.pager-description
{
	color: #256682;	
}

/* Nagivation */
.navigation
{
	margin: 0 35px 10px 35px;
	width: 100%;
	float: left;
	text-transform: uppercase;
}

.span1
{
	color: #86a0a8;
}

/* Main - shirts */
#main-shirts
{
	float: left;
	margin: 5px 35px -10px 35px;
	text-align: center;
}
.shirt, .shirt-wider
{
	height: 327px;
	width: 169px;
	float: left;
	margin: 0 0 20px 35px;
}
.shirt-wider
{
	width: 189px;
	margin: 0 0 20px 18px;
}
.shirt-no-right-margin
{
	margin: 0 0 30px 0;	
}
.shirt-top
{
	height: 10px;
	line-height: 10px;
	background-image: url('images/shirt-top.png');
}

.shirt-middle
{
	border: 1px solid #e8e8e8;
	border-bottom: 0;
	text-align: center;
	background-repeat: repeat-x;
	height: 250px;
}
.shirt-middle-product
{
	border-bottom: 1px solid #e8e8e8;
	height: 250px;
}
.shirt-middle img
{
 	vertical-align: middle;
}
.shirt-foot p
{
	margin: 0 !important;
	padding: 0 !important;
}
.shirt-foot
{
	background-image: url('images/shirt-foot.png');
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	height: 32px;
	padding-top: 10px;
	text-align: center;	
}
.shirt-foot-bottom
{
	background-image: url('images/shirt-foot-bottom.png');
	height: 10px;
	line-height: 10px;
}
.shirt-foot-bottom-wider
{
	background-image: url('images/shirt-foot-bottom-wider.png');
	height: 10px;
	line-height: 10px;
}
.shirt-foot-bottom-product
{
	background-image: url('images/shirt-foot-bottom-product.png');
}
.shirt-name, .shirt-name a
{
	text-transform: none;
	color: #ffffff !important;
	font-size: 14px;
	font-family: "Myriad Pro", Arial, Helvetica;
	text-decoration: none;
}
.shirt-name a:hover
{
  text-decoration: underline;
}
.shirt-price
{
	line-height: 14px !important;
	color: #ffe38c !important;
	font-size: 14px !important;
	font-family: "Myriad Pro", Arial, Helvetica !important;
}

/* FOOT */

#foot
{
	float: left;
	width: 100%;
	background-image: url('images/foot-bg-1.png');
	height:	189px;
}
.foot-div
{
	float: left;	
	height: 98%;
	margin: 2px 0 2px 0;
}
.foot-meta
{
	width: 925px;
	height: 100%;
	padding-left: 235px;
}
.foot-div-lb
{
	padding-left: 65px;
}
.foot-div-rb
{
	border-right: 1px solid #7dd2f9;
	padding-right: 65px;
}
.foot-title
{
	text-transform: uppercase;
	padding: 20px 0 15px 0;
	color: #ffe38a;
	font-size: 14px;
	font-family: "Myriad Pro", Arial, Helvetica;
}
.foot-div ul li a
{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica;
	text-decoration: none;
	line-height: 18px;
}
.foot-div ul li a:hover
{
	text-decoration: underline;
}
#foot-bottom
{
	float: left;
	width: 100%;
	background-image: url('images/foot-bg-2.png');
	height: 50px;
}
.foot-copyright
{
	text-transform: uppercase;
	margin-top: 10px;
	text-align: right;
	color: #83a1a8;
	font-size: 12px;
	font-family: "Myriad Pro", Arial, Helvetica;
	font-weight: bold;
}

/* BUTTONS */
span.space
{
	width: 30px;
	display: inline-block;
}

a.button
{
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}

a.button-registration
{
	background-image: url('images/account/registration-n.png');
	width: 145px;
	height: 36px;
}
a.button-registration:hover
{
	background-image: url('images/account/registration-h.png');
}

a.button-login
{
	background-image: url('images/account/login-n.png');
	width: 145px;
	height: 36px;
}
a.button-login:hover
{
	background-image: url('images/account/login-h.png');
}

a.button-logout
{
	background-image: url('images/account/logout-n.png');
	width: 145px;
	height: 36px;
}
a.button-logout:hover
{
	background-image: url('images/account/logout-h.png');
}

a.button-my-account
{
	background-image: url('images/account/my-account-n.png');
	width: 124px;
	height: 36px;
}
a.button-my-account:hover
{
	background-image: url('images/account/my-account-h.png');
}

a.button-cart
{
	background-image: url('images/account/my-cart-n.png');
	width: 145px;
	height: 36px;
}
a.button-cart:hover
{
	background-image: url('images/account/my-cart-h.png');
}

#controls
{
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 0 !important;
}

#controls li
{
	display: inline-block; 
	text-align: center;
	line-height: 14px;
	height: 14px;
	width: 24px;
}

#controls li a
{
	padding: 0;
	display: inline-block;
	background-image: url('images/buttons/slider_control.png');
	width: 14px;
	height: 14px;
	font-size: 0;
	text-decoration: none;
	color: #c0c0c0;
}
.current a
{
	background-image: url('images/buttons/slider_control_hover.png') !important;
}
.cart-goto-button
{
	background-image: url('images/buttons/cart-goto-button.png');
	display: block;
	width: 150px;
	height: 52px;
	text-decoration: none;
}
.cart-goto-button:hover
{
	background-image: url('images/buttons/cart-goto-button_over.png');
}