/* Global configs */
html * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 0;
}

body {
    color: black;
    font-size: 0.7em;
    background: #000000;
    font-family: 'trebuchet ms', sans-serif;
    text-align: center;
    z-index: 1;
}

.clear {
    clear: both;
}

h1 {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
    font-weight: 800;
    background: #66cc00;
    border-top: 3px solid black;
    color: black;
    padding: 3px 10px;
    text-transform: uppercase;
}

h2 {
    font-size: 1.2em;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 10px 0px;
    font-weight: 800;
    color: #66cc00;
    text-transform: uppercase;
    font-family: 'georgia', serif;
    border-bottom: 1px solid #999999;
}

h3 {
    font-size: 1em;
    font-weight: 800;
}

p {
    margin: 0px 0px 15px 0px;
}

a:link, a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
}

input.textbox, textarea.textbox {
    padding: 4px;
    background: #ededed;
    border: 1px solid #66cc00;
    font-family: calibri, arial, helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.1em;
    width: 250px;
    color: black;
}

select {
    padding: 3px;
    background: #ededed;
    border: 1px solid #66cc00;
    color: black;
    font-family: calibri, arial, helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.1em;
}

input.textbox:focus, textarea.textbox:focus, select:focus {
    background: #cce4b4;
    border: 1px solid #66cc00;
    color: black;
}

/*
General page layout
*/

#wrapper {
    position: relative;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    z-index: 2;
}

#header {
    position: relative;
    width: 974px;
    height: 100px;
    margin: 10px auto;
    background: url(header.gif) top repeat-x;
    z-index: 3;
}

#header a {
    width: 974px;
    height: 100px;
}


#navigation {
    position: relative;
    width: 974px;
    height: 40px;
    margin: 0px auto;
    z-index: 10;
    background: url(navigation.gif) top repeat-x;
}

#body {
    position: relative;
    width: 974px;
    margin: 0px auto 10px auto;
    z-index: 3;
}

#footer {
    position: relative;
    width: 954px;
    margin: 0px auto;
    padding: 5px 10px;
    z-index: 3;
    background: #66cc00;
}










/* Basket */

#basket {
    position: absolute;
    top: 20px;
    left: 530px;
    width: 280px;
    height: 50px;
    padding: 10px;
    background: url(basket.gif) no-repeat;
}


/* Shoe Basket */

#shoe_basket {
    position: absolute;
    top: 20px;
    left: 510px;
    width: 280px;
    height: 50px;
    padding: 10px;
    background: url(basket.gif) no-repeat;
}

.shoe_basket h2 {
    font-size: 3em;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 10px 0px;
    font-weight: 800;
    color: #66cc00;
    text-transform: uppercase;
    font-family: 'georgia', serif;
    border-bottom: 1px solid #999999;
}

.shoe_basket h3 {
    font-size: 1em;
    font-weight: 800;
}

.shoe_basket h5 {
	background: url(delivery.gif) left no-repeat;
    padding: 4px 0px 4px 40px;
    font-size: 12px;
    font-weight: 800;
}


.red {
    color: FF0000;
}















/* navigation */

#navigation ul.left {
    list-style: none;
    margin: 0px;
    padding: 0px 20px;
    float: left;
}

#navigation ul.right {
    list-style: none;
    margin: 0px;
    padding: 0px 0px;
    float: right;
}

#navigation ul li {
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 30px;
    float: left;
}

#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a {
    position: relative;
    display: block;
    font-weight: 800;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px 10px 0px;
}

#navigation ul ul li a:link, #navigation ul ul li a:visited {
    position: relative;
    width: 300px;
    padding: 3px 10px 3px 10px;
}

#navigation ul li a:hover {
    color: #66cc00;
}

#navigation ul ul {
    position: absolute;
    top: 36px;
    left: -10px;
    width: 300px;
    padding: 0px;
    z-index: 10;
    background: url(navigation_bg.png);
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
}

#navigation ul ul ul {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 200px;
}


#navigation ul ul li {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    clear: left;
}

#navigation ul ul, #navigation ul ul ul, #navigation ul li:hover ul, #navigation ul li:hover ul ul {
    visibility: hidden;
}

#navigation ul li:hover ul, #navigation ul ul li:hover ul {
    visibility: visible;
}






/* Body */

#left {
    position: relative;
    float: left;
    width: 250px;
}

#left div.player {
    width: 250px;
    border-bottom: 1px dotted white;
    padding: 10px 0px;
}

#left div.player img {
    width: 61px;
    height: 75px;
	padding-left: 10px;
    float: right;
}

#left div.player h3 {
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    padding: 0px;
    margin: 0px;
}

#left div.player p {
    font-size: 11px;
    color: #999999;
    padding: 0px;
    margin: 0px;
}

#left ul {
    width: 200px;
    padding: 15px 25px;
    background: #2e3432;
    border-top: 10px solid #191b1a;
}

#left ul a, #left ul li a:link, #left ul li a:visited {
    display: block;
    width: 200px;
    height: 23px;
    text-align: left;
    border-bottom: 1px dotted #696f6d;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 0px 0px 0px;
    text-decoration: none;
    color: white;
}

#left ul li a:hover {
    color: #66cc00;
}










#content {
    position: relative;
    float: left;
    margin-left: 16px;
    width: 708px;
}

#content #flash {
    position: relative;
    width: 708px;
    height: 299px;
    background: white;
    z-index: 3;
    padding: 0px;
    margin: 5px 0px;
}

#content #largeFlash {
    position: relative;
    width: 430px;
    height: 527px;
    background: white;
    z-index: 3;
    padding: 0px;
    margin: 5px 0px;
	float: left;
	border: 16px solid white;
	background: url(usopen.jpg) top left no-repeat;
}

#content div.third {
    position: relative;
    width: 232px;
    height: 188px;
    float: left;
    margin: 0px 6px 0px 0px;
}

#content div.third img {
    border: 0px solid white;
    width: 232px;
    height: 188px;
}

#content div.page {
    position: relative;
    width: 672px;
    background: white;
    z-index: 2;
    padding: 18px;
    margin: 5px 0px
}


/* Flash */

#flash div.switcher {
    width: 672px;
    height: 263px;
    padding: 18px;
}

#flash #switcher a:link, #flash #switcher a:visited, #flash #switcher img {
    border: 0px solid white;
    text-decoration: none;
}

#flash div.buttons {
    position: absolute;
    bottom: 36px;
    right: 18px;
    width: 120px;
    height: 20px;
    text-align: right;
}

#flash div.button {
    position: relative;
    float: left;
    width: 18px;
    height: 16px;
    margin: 0px 0px 0px 5px;
    padding: 2px 0px 0px 0px;
    color: black;
    background: white;
    font-weight: 800;
    text-align: center;
    font-size: 10px;
    border: 1px solid black;
    pointer: hand;
    cursor: pointer;
}

#largeFlash h1 {
	display: none;
}







/* Enlarger */
#content div.enlarger {
    width: 672px;
}

#content #dcc_left {
    width: 408px;
	float: left;
}

#content div.enlarger img {
    border: 0px solid white;
}


#content div.main {
    float: left;
    width: 408px;
}

#content h4 {
    background: url(magnify.gif) left no-repeat;
    padding: 5px 0px 0px 30px;
    color: #676767;
    font-size: 12px;
    font-weight: 800;
}

#content div.features {
    float: left;
    width: 254px;
    margin: 0px 0px 0px 10px;
}

#content div.features ul li {
    color: #676767;
    list-style: url(bullet.gif);
    margin: 0px 0px 2px 15px;
}

#content div.thumb{
    float: left;
    width: 128px;
    margin: 0px 8px 0px 0px;
}


/* Features table */

#content div.sizes {
    width: 636px;
    border: 18px solid black;
    background: url(sizes.gif) top center repeat-y;
    color: white;
}

#content div.sizes table {
    float: left;
    width: 370px;
    border-collapse: collapse;
}

#content div.sizes table th, #content div.sizes table td {
    padding: 3px 0px;
    border-bottom: 1px solid #676767;
    min-width: 20px;
    text-align: center;
}

#content div.sizes table th {
    font-weight: 800;
    color: #999999;
}

#content div.sizes table td {
    font-weight: 800;
    font-size: 10px;
    color: #66cc00;
}





/* Sizing Page table */

#content div.size {
    border: 18px solid black;
    background: url(sizes.gif) top center repeat-y;
    color: white;
}

#content div.size table {
    float: left;
    width: 370px;
    border-collapse: collapse;
}

#content div.size table th, #content div.size table td {
    padding: 3px 0px;
    border-bottom: 1px solid #676767;
    min-width: 20px;
    text-align: center;
}

#content div.size table th {
    font-weight: 800;
    color: #999999;
}

#content div.size table td {
    font-weight: 800;
    font-size: 10px;
    color: #66cc00;
}






#content div.basket {
    display: block;
    float: right;
    width: 225px;
}

#content div.basket div.control {
    width: 225px;
    margin: 0px 0px 5px 0px;
    text-align: center;
}

#content div.buy {
    margin: 0px 0px 5px 0px;
    text-align: left;
}

#content div.page div.dist {
	height: 15px;
}


/* Page */

#content div.page a:link, #content div.page a:visited {
    color: #66cc00;
}

#content table.basket {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #aaaaaa;
}

#content table.basket th {
    padding: 5px 0px;
    border-bottom: 2px solid #aaaaaa;
    color: #aaaaaa;
}

#content table.basket td {
    padding: 5px 0px;
    border-bottom: 1px solid #cccccc;
}

#content div.page div.name {
    position: relative;
    width: 180px;
    margin: 5px 10px 0px 0px;
    float: left;
    text-align: right;
    font-weight: 800;
}

#content div.page div.control {
    position: relative;
    width: 310px;
    margin: 5px 0px 0px 0px;
    float: left;
}










#content div.half {
    position: relative;
    float: left;
    width: 470px;
    margin: 0px 20px 50px 0px;
}

#content div.half div.block {
    clear: both;
}

#content div.block div.name {
    position: relative;
    width: 150px;
    margin: 5px 10px 0px 0px;
    float: left;
    text-align: right;
    font-weight: 800;
}

#content div.block div.control {
    position: relative;
    width: 310px;
    margin: 5px 0px 0px 0px;
    float: left;
}

#history {
    position: relative;
    width: 708px;
    height: 116px;
    margin: 20px 0px 0px 0px;
    background: url(history.jpg) top repeat-x;
    z-index: 3;
}


div.popup {
	cursor: pointer;
}

span.poptext {
	position: absolute;
	text-transform: none;
	text-align: left;
	font-size: 1em;
	color: #cccccc;
	top: 0px;
	left: 20px;
	background: url(history_popup.png);
	border: 1px solid #999999;
	padding: 10px;
	width: 150px;
	display: none;
}

div.popup:hover span.poptext {
	top: 0px;
	right: 0px;
	display: block;
	z-index: 99;
}








/* Footer */

#footer p {
    margin: 0px;
    color: black;
}

#footer p a:link, #footer p a:visited {
    color: black;
}











