/**
 * Wrestling-Wear.com global style sheet
 *
 * @author Martin Bean <martin@yourfightsite.com>
 * @copyright 2010 http://www.wrestling-wear.com/
 */

@import url('reset.css');

html {
    background: #4d4d4d url('../images/background.gif') repeat-x 0 0;
}
body {
    color: #030303;
    font: normal 10px/1.3 Tahoma, sans-serif;
    text-align: center;
    background: transparent url('../images/background2.jpg') no-repeat 50% 0;
}

a:link, a:visited {
    color: #335482;
    text-decoration: none;
}
a:hover, a:active {
    color: #335482;
    text-decoration: underline;
}
a img {
    border: none;
}

h2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 29px;
    text-align: left;
    background: url('../images/h2-bg.gif') repeat-x 0 100%;
    margin: 0 -10px 0.5em -10px;
    padding-left: 10px;
}
#left_column h3 {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: 29px;
    text-align: center;
    background: #2c3638 url('../images/h3-bg.gif') repeat-x 0 100%;
}
h2.center {
    text-align: center;
}
p {
    margin-bottom: 0.75em;
}
dl,ol,ul {
    margin-bottom: 1em;
}
ol li, ul li {
    margin-left: 2em;
}
ol li {
    list-style-type: decimal;
}
ul li {
    list-style-type: square;
}
form, table {
    margin-bottom: 1em;
}

input, select, textarea {
    color: #030303;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 0;
}
input[type=text], input[type=password], textarea {
    background: #fff url('../images/input-bg.gif') repeat-x 0 -3px;
    border: 1px solid #030303;
    margin-bottom: 1em;
    padding: 3px;
}
input[type=submit], label, select {
    cursor: pointer;
}
label {
    display: block;
}
select {
    margin-bottom: 1em;
    border: 1px solid #030303;
}

.label {
    color: #335482;
    text-align: right;
    width: 120px;
    padding-top: 3px;
    float: left;
    clear: left;
}
.input {
    margin-left: 130px;
}
.input label, .input.inline input {
    float: left;
    margin-right: 0.5em;
}
.input label {
    color: #999;
    padding-top: 3px;
}

#container {
    text-align: left;
    width: 800px;
    margin: 0 auto;
}
#header a {
    text-decoration: none;
}
#header #logo {
    float: left;
    margin: 10px 0;
}
#header #logo a {
    display: block;
}
#header #logo a img {
    display: block;
    width: 300px;
    height: 180px;
}
#header #account_links {
    float: right;
    margin: 0;
    padding: 10px 0 5px 0;
    overflow: auto;
}
#header #account_links li {
    display: inline;
    float: left;
    font-size: 12px;
    margin: 0;
    list-style-type: none;
}
#header #account_links li a {
    color: #fbfeff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 4px;
    border-left: 2px solid #284450;
}
#header #account_links li a:hover {
    color: #92b2bb;
}
#header #account_links li.first a {
    border-left: 0;
    padding-left: 0;
}
#header #account_links li.last a {
    padding-right: 0;
}
#header #shopping_cart {
    float: right;
    clear: right;
}
#header #shopping_cart a {
    color: #92b2bb;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
}
#header #shopping_cart a strong {
    color: #fbfeff;
    font-weight: normal;
    text-transform: uppercase;
    background: url('../images/cart-icon.gif') no-repeat 0 50%;
    padding-left: 21px;
}
#header #shopping_cart a:hover {
    color: #fbfeff;
}
#header #shopping_cart a:hover strong {
    color: #92b2bb;
    background-image: url('../images/cart-icon-hover.gif');
}
#navigation {
    background: #34505e url('../images/nav-bg.gif') repeat-x 100% 100%;
    border-bottom: 1px solid #3b4346;
}
#navigation ul {
    float: left;
    margin: 0;
    overflow: auto;
}
#navigation ul li {
    background: url('../images/nav-divider.gif') repeat-y 100% 0%;
    display: inline;
    float: left;
    margin: 0;
    padding: 0 2px 0 0;
    list-style-type: none;
}
#navigation ul li a {
    color: #fbfeff;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 0 10px 0 10px;
}
#navigation ul li a:hover {
    color: #fff;
    background: url('../images/nav-hover.gif');
}
#navigation form {
    float: right;
    margin-bottom: 0;
}
#navigation fieldset {
    padding: 3px;
}
#navigation input {
    display: block;
    float: left;
    margin-bottom: 0;
}
#navigation input[type=text] {
    width: 150px;
}
#navigation input[type=submit] {
    color: #92b2bb;
    line-height: 22px;
    text-transform: uppercase;
    background-color: transparent;
    margin: 0;
    padding: 0 8px;
    border: none;
}
#navigation input[type=submit]:hover {
    color: #fff;
}
#content {
    font-size: 12px;
    background-color: #fff;
    padding: 8px 8px 8px 8px;
    border: 2px solid #e5e6e6;
}
#main_column {
    float: right;
    width: 550px;
    padding: 0 10px;
}
#left_column {
    float: left;
    width: 200px;
}
#left_column ul {
    margin-bottom: 8px;
}
#left_column ul li {
    font-size: 12px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #a6a6a6;
    list-style-type: none;
}
#left_column ul li a {
    text-decoration: none;
    display: block;
    padding: 4px 6px;
}
#left_column ul li a:hover {
    text-decoration: underline;
}
#custom_work {
    display: block;
    margin-bottom: 8px;
    border: 3px solid #000;
}
#custom_work:hover {
    border-color: #335482;
}
#custom_work img {
    display: block;
    width: 194px;
    height: 194px;
}
#footer {
    background: url('../images/content-bg.gif') no-repeat 50% 0%;
    padding: 15px 10px;
}
#footer a {
    text-decoration: none;
}
#footer p {
    color: #888;
    font-size: 11px;
    float: left;
}
#footer p#credit {
    float: right;
    text-align: right;
}
#footer p a:link, #footer p a:visited {
    color: #888;
}
#footer p a:hover, #footer p a:active {
    color: #c2c2c2;
}


/* Generic classes */
.breadcrumb {
    color: #808080;
    font-size: 11px;
}
.clear {
    clear: both;
    height: 0;
}
.error, .errors {
    color: #e10000;
}
.numeric {
    text-align: center;
}
.page_image {
    display: block;
    float: right;
    margin: 0 -10px 5px 10px;
    padding: 1px;
    border: 2px solid #92b2bb;
}


/* Categories */
.categories {
    width: 564px;
    margin: 0 -7px 20px -7px;
    overflow: auto;
}
.categories li {
    display: inline;
    float: left;
    width: 282px;
    margin: 0;
    list-style-type: none;
}
.categories li h2 {
    text-align: center;
    background: url('../images/category-default.jpg') no-repeat;
    width: 282px;
    height: 210px;
    margin: 0;
    padding: 0;
}
.categories li h2 a {
    color: #fbfeff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-top: 163px;
}
.categories li h2 a:hover {
    color: #fff;
}


/* Products */
.products {
    margin-bottom: 10px;
    overflow: auto;
}
.products li {
    display: inline;
    float: left;
    width: 25%;
    height: 180px;
    margin: 0;
    list-style-type: none;
}
.products li a {
    display: block;
    width: 100%;
    margin-top: 6px;
    overflow: hidden;
}
.products li a:hover {
    text-decoration: none;
}
.products li div.image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.products li div.image span.frame,
.products li div.image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.products li div.image span.frame {
    z-index: 2;
}
.products li span {
    text-align: center;
    display: block;
}
.products li span.title {
    color: #335482;
    font-weight: bold;
    padding: 4px 0 2px 0;
}/*
.products li a:hover span.title {
    color: #335482;
}
.products li a:hover span.price {
    color: #030303;
}*/
.products li span.price {
    color: #808080;
    font-size: 90%;
}


/* Links page styles */
.letters li {
    color: #808080;
    display: inline;
    margin-left: 0;
    list-style-type: none;
}
.links {
    margin-bottom: 0.5em;
}
.links li {
    padding-bottom: 0.75em;
}
.links li p {
    margin: 0.25em 0 0 0;
}


form span.required {
    color: #808080;
    font-style: italic;
    padding: 0 1px;
}


/* Account crap */
#user_address {
    float: left;
    width: 50%;
}
#user_details {
    float: right;
    width: 50%;
}
#user_details dt {
    font-weight: bold;
    display: block;
    padding-right: 0.4em;
    float: left;
    clear: left;
}
#user_details dd {
    display: block;
    float: left;
}


/* Cart */
#cart_fullview {
    width: 100%;
}
#cart_fullview th,
#cart_fullview td {
    padding: 3px 6px;
}
#cart_fullview th {
    color: #fff;
    background: #34505e url('../images/nav-bg.gif') repeat-x 0 0;
    border: 1px solid #34505e;
}
#cart_fullview td {
    vertical-align: middle;
    border: 1px solid #c2c8cb;
}
#cart_fullview td.thumb {
    width: 40px;
}
#cart_fullview td.quantity input {
    margin: 0 auto;
}
#cart_fullview .price,
#cart_fullview .total {
    text-align: right;
    width: 70px;
}
#cart_fullview tfoot td {
    text-align: right;
}
#cart_fullview tfoot td.total {
    font-weight: bold;
}
#cart_fullview .quantity {
    text-align: center;
    width: 60px;
}


#main_image {
    float: left;
}
#cart_add_form {
    float: right;
    width: 265px;
}
#cart_add_form legend {
    display: none;
}
#cart_add_form label,
#cart_add_form input#quantity {
    float: left;
    margin-right: 0.5em;
}
#cart_add_form label {
    padding-top: 4px;
}
#cart_add_form p.price {
    clear: left;
}