﻿/* start of page layout */
#siteWrapper
{
	color: #000;
	background-color: #fff;
    margin: 0px auto 10px auto;
	padding: 0px;
	text-align: center; 
    width: 800px;  
    border: solid 0px #0f0; 
}

#headerPanel
{
	background-color: #fff;
	height: 185px;
	width: 100%;
	position: relative;
    border: solid 0px #ccc;
}

#headerPanel A.logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#headerPanel img.flag
{
	position: absolute;
	top: 32px;
	left: 235px;
}

TABLE.content
{
	background-color: #fff;
	margin: 0px 0px 2px 0px;
	width: 780px;
}
TABLE.content TD.leftPanel
{   
    width: 195px;
    margin-bottom: 3px;
    vertical-align: top;
    border: solid 1px #ccc;
}

TABLE.content TD.leftPanel2
{   
    width: 195px;
    margin-bottom: 3px;
    vertical-align: top;
    border: solid 0px #ccc;
}
TABLE.content TD.spacer
{
	background-color: Transparent;
	width: 4px;
}
TABLE.content TD.centerPanel
{
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    width: 601px;
    vertical-align: top;
    border: solid 0px #ccc;
}
TABLE.content TD.mainPanel
{
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    width: 800px;
    vertical-align: top;
    border: solid 0px #ccc;
}
TABLE.content TD.rightPanel
{
	display: none;
    float: left;
    width: 160px;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    
    background-color: #fff;
    /*height: 350px;*/
    border: solid 0px #ccc;
}
#loginNameStatus
{
	background-color: #fff;
	clear: both;
	float: left;
	height: 20px;
	width: 100%;
    border: solid 1px #ccc;
}
#breadCrumbs
{
	background-color: #fff;
	clear: both;
	float: left;
	height: 20px;
	width: 100%;
    border: solid 0px #ccc;
}

#footerPanel
{
	clear: both;
	background-color: #fff;
	position: relative;
	height: 98px;
	width: 100%;
    border: solid 0px #f00;
}
#footerPanel DIV.footerLinks
{
	position: absolute;
	top: 10px;
	left: 195px;
	width: 600px;
    border: solid 0px #ccc;
}
#footerPanel A
,#footerPanel A:link
,#footerPanel A:visited
{
	color: #000;
	text-decoration: none;
}
#footerPanel A:hover
{
	color: #f00;
	text-decoration: none;
}
#footerPanel DIV.copyright
{
	margin-top: 10px;
}

/* start of page layout */


/* styles for top cart button*/

A.topCartButton:link
,A.topCartButton:visited
{
	background-color: Transparent;
	background-image: url(../../../Images/HeaderFooter/cart_icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
    color: #2b2b2b;
	padding-left: 15px;
	width: 65px;
	height: 30px;
    text-align: right;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 90%
}
A.topCartButton:hover
{
    text-decoration: underline;
}
A.topCartButton:active
{
    color: #2b2b2b;
    text-decoration: none;
}
/* end of top cart button*/

/*top search styles */
DIV.B2C_TopSearch
{
	background-color: Transparent;
    background-image: url(../../../Images/HeaderFooter/search_bar.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 30px;
    padding-top: 5px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 55px;
    width: 454px;
}
/* end of top search styles */

#headerSpacer
{
	background-image: url(../../../Images/HeaderFooter/header_spacer.gif);
	background-position: center center;
	background-repeat: repeat-x;
    position: absolute;
    top: 90px;
    left: 0px;
	height: 12px;
	width: 100%;
}

