﻿body
{
	margin: 0px;
	background-image: url('Images/bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #0170b0;
}
a
{
	outline:none;
}
#wrapper
{
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 776px;
}

.default
{
	font-family: Arial;
	font-size: 14px;
	color: #005c6c;
}

.defaultblack
{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

.opaque
{
	filter: alpha(opacity=40);
	opacity: 0.40;
	-moz-opacity: 0.40;
}

.solid
{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

#top
{
	position: relative;
	clear: both;
	width: 750px;
	height: 110px;
	background-image: url('Images/topshadow.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#top .icons
{
	position: absolute;
	width: 126px;
	height: 110px;
	background-image: url('Images/icons.gif');
	background-position: top left;
	background-repeat: no-repeat;
	top: 0px;
	left: 156px;
}

#left
{
	float: left;
	width: 750px;
	height: 100%;
}

#left .header
{
	position: relative;
	width: 750px;
	height: 225px;
	background-image: url('Images/header.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#left .header .logo
{
	position: absolute;
	top: -59px;
	left: 7px;
	z-index: 1;
}

#left .header .navStationary
{
	position: absolute;
	top: 152px;
	left: 12px;
	z-index: 2;
}

#left .header .navClothing
{
	position: absolute;
	top: 118px;
	left: 149px;
	z-index: 2;
}

#left .header .navShoes
{
	position: absolute;
	top: 97px;
	left: 262px;
	z-index: 2;
}

#left .header .navGift
{
	position: absolute;
	top: 80px;
	left: 356px;
	z-index: 2;
}

#left .header .navAddress
{
	position: absolute;
	top: 64px;
	left: 445px;
	z-index: 2;
}

#left .header .navMotivational
{
	position: absolute;
	top: 51px;
	left: 561px;
	z-index: 2;
}

#left .header .navHome
{
	position: absolute;
	top: -13px;
	left: 294px;
	z-index: 2;
}

#left .header .navLabels
{
	position: absolute;
	top: -55px;
	left: 403px;
	z-index: 2;
}

#left .header .navContact
{
	position: absolute;
	top: -38px;
	left: 547px;
	z-index: 2;
}

#left .header .navBasket
{
	position: absolute;
	top: -35px;
	left: 646px;
	z-index: 2;
}

#left .content
{
	position: absolute;
	top: -30px;
	clear: both;
	position: relative;
	z-index: 2;
}

#left .content td
{
	font-family: Arial;
	font-size: 12px;
	color: #005c6c;
}

#left .content .QuantityTable
{
	border: 1px solid transparent;
}

#left .content .QuantityTable th
{
	background-color: #016fae;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding: 3px;
	border: 1px solid transparent;
}

#left .content .QuantityTable td
{
	background-color: #016fae;
	color: #00c2f7;
	font-size: 14px;
	text-align: left;
	padding: 3px;
	border: 1px solid transparent;
}

#left .content .CustomTxt
{
	font-family: Arial;
	border: 1px solid #016fae;
	font-size: 20px;
	color: #016fae;
	background-color: #daf7ff;
}

#left .content .CustomButton
{
	border: 0px;
	font-size: 20px;
	padding-left: 30px;
	color: #ffffff;
	background-color: Transparent;
	background-image: url('Images/cart_small.gif');
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration: none;
}

#left .content .Button
{
	border: 1px solid #016fae;
	color: #ffffff;
	font-size: 20px;
	background-color: Transparent;
}

#left .content .CustomButton:hover
{
	text-decoration: underline;
}

#left .content .WhiteLink
{
	border: 0px;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
}

#left .content .WhiteLink:hover
{
	text-decoration: underline;
}

.cart th
{
	font-family: Arial;
	font-size: 14px;
	background-color: #016fae;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding: 3px;
}

.cart td
{
	font-family: Arial;
	font-size: 12px;
	color: #005c6c;
	font-size: 14px;
	text-align: left;
	padding: 3px;
	border: 1px dotted #016fae;
}

.cartblack th
{
	font-family: Arial;
	font-size: 14px;
	background-color: #016fae;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding: 3px;
}

.cartblack td
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-size: 14px;
	text-align: left;
	padding: 3px;
	border: 1px dotted #016fae;
}

#right
{
	float: right;
	width: 26px;
	height: 503px;
	background-image: url('Images/rightshadow.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#footer
{
	clear: both;
	width: 750px;
	height: 25px;
	font-family: Arial;
	font-size: 9px;
	color: #bee3f5;
	text-align: center;
}

#footer a
{
	color: #bee3f5;
	text-decoration: none;
}

#footer a:hover
{
	color: #ffffff;
	text-decoration: none;
}



        a.viewcart
        {
            display:inline-block;
            background-color:#016fae;
            height:43px;
            width:50px;
            cursor:pointer;
            background-image:url('Images/shopping_cart.png');
            background-repeat:no-repeat;
            background-position:5px center;
            padding-left:40px;
            
            font-size:14px;
            font-weight:bold;
            color:#ffffff;
            line-height:15px;
            border:solid 1px #004f7c;
            
            margin-left:20px;
            
            text-decoration:none;
            outline:none;
        }
        a.viewcart:hover
        {
            background-color:#0087d4;
        }
        
        a.viewcart span
        {
            display:block;
            padding-top:7px;
            padding-left:2px;
        }
        
        .SIDButton
        {
            border:none;
            background-color:transparent;
            width:75px;
            height:27px;
            background-color:#016fae;
            color:#ffffff;
            padding:0 0 6px 0;
            font-size:12px;
        }