/* reset */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 18;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* /reset */


body {
    margin: 0;
    padding: 0;
    font: 12px Arial, Helvetica, sans-serif;
    /*background:#0d0c0c url(../images/BOXING-BEE-double-a-headgear.jpg) fixed no-repeat center top;*/
    background:#0d0c0c url(../images/main_bg.gif) repeat-y;
    color: #908f8f;
}

form, fieldset {
     margin: 0; 
     padding: 0; 
     border: 0;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

img {border: none;}
p {color: #787777;}
li {color: #b1afaf;}

a {
    color: #757475;
    font-weight: normal;
    text-decoration:none;
}

a:hover {
    color: #a6171a;
    text-decoration: underline;
}

h1 {font-size: 24px; font-weight: bold;margin:10px 40px;}

#wrapper {
    width: 818px;
    background: #060709 url(../images/wrapper_bg.png) repeat-x;
    text-align: left;
    vertical-align: middle;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

#header{padding: 31px 10px;}

#logo {
    float: left;
    clear: both;
    width: 156px; 
}
#logo2 {
    position: absolute;
    top:0;
    right: 0;
}

.nav {
    list-style: none;
    margin: 10px 0px;
    padding: 20px 0 0 0px;
}

.nav li {
    display: inline;
    margin: 0px 9px;
    color: #454444;
}

.nav li a {padding: 2px 0;}

.nav li a:hover{
    color: #a6171a;
    border-top: solid 1px #353638;
    border-bottom: solid 1px #353638;
    text-decoration: none;
}

.content {margin: 0px;}

div.productRow {
    margin: 10px 0 120px;
    height: 236px;
    position: relative;
}

div.productRow .mainImage {
    width: 310px;
    height: 226px;
    position: absolute;
    bottom: -10px;
    left:0;
    text-align: center;
}

div.productRow .content {
    width: 430px;
    position: absolute;
    top: 0;
    left:350px;
}

div.productRow .thumbnails {
    position: absolute;
    bottom: -15px;
    left:350px;
    max-height: 105px;
	overflow:hidden;
}

div.productRow .thumbnails img.thumb {position:absolute;top:0;border:solid 1px #353638!important;}

div.productRow .thumbnails ul {
	list-style: none;
	width:1000px;
}

div.productRow .thumbnails ul li {
	display: inline;
	width: 100px;
	margin:0 13px 0 0;
}

div.productRow .options {
    position: absolute;
    left:365px;
    bottom:-23px;
}

div.productRow .buttons {
    position: absolute;
    top:0px;
    left:0px;
    text-align:center;
    width:86px;
    height: 23px;
}

div.productRow .sizes {
    position: absolute;
    top:1.5px;
    left:96px;
}

div.productRow .colors {
    position: absolute;
    top:1.5px;
    left:176px;
}

div.productRow .quantity {
    position: absolute;
    top:2px;
    left:286px;
    z-index:2000;
}

div.productRow .quantity input {background:#cccccc;border:solid 1px #353638;}

div.productRow .sizes select {width:70px;}


div.productRow .right div {margin: 10px;}

#main {
    clear:both;
    padding: 8px 10px;
    margin: 10px 10px 0;
    border-top: solid 1px #353638;
    border-bottom: solid 1px #353638;
}

#secondaryContent {margin:10px 20px 1px;}

#secondaryContent ul {
    text-align: center;
    padding: 10px;
}

#secondaryContent ul li {
    color: #b1afaf;
    display: inline;
    margin: 0 8px;
}

#footer {
    background:#000000 url(../images/footer_bg.gif) repeat-x;
    width: 818px;
    text-align: center;
    vertical-align: middle;
    margin: 1px auto 0px;
    padding: 4px 0px;
}
#footer .nav {padding-top:0px;}

span.price {
    color:#b10d0d;
    position: absolute;
    right: 0;
}

.selectedOption {list-style: url(../images/check.png);}
.selectedOption a {font-weight: bold;}

.form_row_right {
    width: 30%;
    float: left;
    padding:0px;
    text-align:right;
    height: 30px;
}

.form_row_left {
    width:65%;
    float:right;
    padding:0px;
    height: 30px;
}

.form_sep {
    clear: both;
    width: 100%;
}

.form_sep h4 {
     font-size: 14px;
     font-weight: bold;
     margin: 20px 5px 10px;
}

#customerBox {
    position: absolute;
    top:108px;
    left: 10px;
    height: 50px;
    width: 797px;
    font-size:10px;
    z-index: 1001;
}


#customerBox ul li {
    display: inline;
}

#loggedinMessage,
#loginForm,
#loginFormBG { display:none;position:absolute;top:20px;left:0; }
#loginForm {z-index: 3;padding:9px;}
#loggedinMessage {z-index: 2;padding:9px;}
#loginFormBG { z-index:1;background:#353638;width:797px;height:39px;opacity:.90;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);}
#loggedinMessage h2 {color:#ffffee;font-size:14px;font-weight:bold;font-family: Arial, Helvetica, sans-serif;}
input, select {
    font-size:10px;
}

#loggedInLinks {display:none;}
#loggedOutLinks {display:inline;}