/* 
================================
GLOBAL STYLES 
================================*/
BODY {
	FONT-SIZE: 12px;
	BACKGROUND: #DADBE4 url(back_margin.gif) repeat-y 50% top;
	MARGIN: 0px;
	COLOR: #333333;
	FONT-FAMILY: Arial, sans-serif;
	TEXT-ALIGN: center;
	padding: 0px;
}
TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
P{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 1px;
}
FORM{
	margin: 0px;
	padding: 0px;
}
HR{
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;


}
H1{
	font-size: 20px;
	font-weight: 800;
	color: #84392F;
	margin: 0px;
	padding: 0px;

}
H2{
	font-size: 18px;
	font-weight: 800;
	color: #003366;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;

}
H3{
	font-size: 14px;
	font-weight: 800;
	color: #000000;
	margin: 0px;
	padding: 2px 0px 5px;
}
H4{}
H5{}
A,A:link,A:active,A:visited {
	font-size: 12px;
	color: #3366FF;
}
A:hover {
	text-decoration: underline;

}
/* 
==============================
STRUCTURE STYLES
============================== */
.contentLeft {
	float: left;
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

/* 
================================
MENU STYLES 
================================*/

/* horizontal menu */
.menuHorizontal{
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(nav/nav_b.gif);
	background-repeat: repeat-x;
	font-weight: 800;
	text-align: right;
	display: table;
	width: 754px;
	height: 30px;


}
.menuHorizontalSub{
	background-color: #D9E3ED;
	background-image: url(header/header_sh.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}
.menuHorizontalFooter{
	background-color: #D9E3ED;
	background-image: url(header/header_sh.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 30px;
	padding-left: 30px;

}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.menuActivity {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #003366;
	text-decoration: none;
	background-color: #A2C28B;
	padding: 0px;
	margin: 0px;
	height: 20px;
	width: 100px;
	background-image: url(nav/nav_activity.gif);
	background-repeat: no-repeat;
	background-position: top;





}
A.menu, A.menu:link,a.menu:active,a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
A.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
/* verticle menu */
DIV.menuVerticle {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding-left: 10px;
}
A.menuVerticle, A.menuVerticle:link,a.menuVerticle:active,a.menuVerticle:visited {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	height: 22px;
}
.navPath{
	font-size: 20px;
	font-weight: 800;
	color: #003366;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
}
DIV.navPathSub{
	font-size: 11px;
	color: #003366;
	padding-left: 20px;

}
A.navPathSub,A.navPathSub:link,A.navPathSub:active,A.navPathSub:visited,A.navPathSub:hover{
	font-size: 11px;
	color: #003366;
	text-decoration: underline;
}

/* 
================================
TEXT STYLES 
================================*/
A.txtEnlarge, A.txtEnlarge:link,a.txtEnlarge:active,a.txtEnlarge:visited {
	font-weight: 800;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
A.txtEnlarge:hover  {
	text-decoration: none;
	background-color: #FFFFFF;
}
/*
=================================
MODULE STYLES
================================= */
.modActivity{
	background-color: #E9F1E4;
	padding: 5px;
	border-right-width: 8px;
	border-bottom-width: 15px;
	border-left-width: 8px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7BAA5C;
	border-bottom-color: #7BAA5C;
	border-left-color: #7BAA5C;
}
.modNewsletter{
	background-color: #7BAA5C;
	width: 268px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.modTrackOrder{
	background-color: #DECECE;
	width: 200px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding: 8px;
	height: 100px;


}
.modNews{
	background-color: #F5F8FA;
	padding: 5px;
	border: 1px solid #D9E3ED;
}
.modNewsTitle{
	font-size: 14px;
	font-weight: 800;
	color: #3366FF;

}
.modForm{
	background-color: #DECECE;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding: 8px;

}
DIV.content{
	font-size: 12px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/*
=================================
STORE STYLES
================================= */
DIV.container{
	padding: 5px;
	border: 1px solid #CCCCCC;
}
TD.catalogColumn{
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.productPrice {
	font-size: 14px;
	font-weight: 700;
	color: #990000;
}
.productTitle {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}
.productPromotion{
	font-size: 12px;
	font-weight: 900;
	color: #FF0000;
}
.productDiscount{
	font-size: 18px;
	font-weight: 900;
	color: #FF0000;
}
/* Tabular Data */

TD.storeTblHeader{
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	background-color: #D9E1EB;
	height: 25px;
	padding-left: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
TD.storeTblRow{

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

DIV.storeTableContainer{
	border: 1px solid #CCCCCC;
	padding: 5px;
}

