﻿/* COMMON */
body 
{
    margin: 0px 0px 0px 0px;
    font: normal 13px arial, helvetica, sans-serif;
    background-color: #ffffff;
    text-align: center;
}

input, select 
{
    font: inherit;
}

label 
{
    font-weight: bold;
    color: #656565;
    font-size: inherit;
}

.textbox 
{
    color: #333333;
    border: 1px solid #a5acb2; 
    margin: .2em 0 .7em; 
    padding: .2em;
}

h1 {
	font: bold 1.8em "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
	margin: .25em 0;
	color: #01a0c7;
}


h2 {
	font: bold 1.5em "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
	margin: .25em 0;
	color: #01a0c7;
}

h3 {
	font: bold 1em arial, helvetica, sans-serif;
	margin: 5px 0px 2px 0px;
	color: #333333;
}
h4 {
	font: bold 1.2em "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
	padding: .5em 0;
	text-transform: uppercase;
	color: #333;
}

p {
	padding-top: 5px;
}
a img {border: none; }
a:link { color: #364c6b; font-weight: bold; text-decoration: none; }
a:visited { color: #364c6b; font-weight: bold; text-decoration: none; }
a:hover { color: #ff9a11; font-weight: bold; text-decoration: none; }
a:active { color: #364c6b; font-weight: bolder; text-decoration: none; }

#colinks a:link { color: #656565; font-weight: normal; text-decoration: none; margin-left: 5px; }
#colinks a:visited { color: #656565; font-weight: normal; text-decoration: none; margin-left: 5px; }
#colinks a:hover { color: #000000; font-weight: normal; text-decoration: none; margin-left: 5px; }
#colinks a:active { color: #656565; font-weight: normal; text-decoration: none; margin-left: 5px; }

.HandClass
{
	cursor:pointer !important;
}    
.TextHand:hover
{
    cursor:pointer !important;

}   
.TextHand
{
	cursor:pointer !important;
}    
.Hidden
{
    visibility:hidden;
}
.hotdeal
{
    float: left; 
    height: 215px; 
    width: 165px; 
    padding-top: 5px; 
    padding-right: 8px;
    margin: 0px;
    vertical-align: middle;
}
.hotdeal_image 
{
    height: 100px;
    display: table-cell;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 157px;
}

.listitem
{
    font-size: 12px;
    padding-bottom: 6px;
}

.listitem a 
{
    font-weight: normal;
}

.logoutimg 
{
    margin-right: 17px;
}

/* LAYOUT */
.clear 
{
    clear: both;
    height: 1px;
}

#wrapper 
{
    width: 100%;
    text-align: center;
}

#content 
{
    width: 900px;
    margin: 0px auto 0px auto;
}

#header 
{
    width: 900px;
    height: 82px;
    background-image: url(images/header_bg.gif);
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#login_area 
{
    float: left;
    position: relative;
    width: 580px;
    height: 45px;
    text-align: right;
    margin-left: auto;
}

#shopping_cart
{
    float: right;
    position: relative;
    width: 121px;
    height: 80px;
    padding-right: 9px;
    text-align: left;
}

#cart_info 
{
    padding-left: 20px;
}

#main
{
    width: 886px;
    margin: 0px 7px 0px 7px;
}

#left_side 
{
    position: static;
    float: left;
    width: 178px;
    text-align: left
}

#menu_holder 
{
    margin-top: 15px;
}

#main_content 
{
    position: relative;
    float: right;
    margin-right: 0px;
    margin-left: auto;
    padding-left: 15px;
    width: 693px;
    text-align: left;
}

#footer 
{
    width: 870px;
    height: 24px;
    padding: 10px 15px 0px 15px;
    text-align: left;
    background: transparent url(images/footer_bg.gif) no-repeat;
}

.CVV2 
{
    margin-bottom: 0.7em;
}

.cart_row
{
    background-color: #F2F2F2 !important;
}

.cart_altrow 
{
    background-color: #E6E6E6 !important;
}

.AuthorizeNetSeal 
{
    margin: 10px auto !important;
}