/* CSS Document */
body
{	
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.controlpanel {
	background-color: #EAEAEA;
	border: solid #020307 1px;
	text-align: left;
}

#body {background: #7a0719;}
.master {background: ;}

.tl {background: url(tb.gif) repeat-x; width: 6px; height: 52px;}
.tb {background: url(tb.gif) repeat-x top; height: 52px;}
.tr {background: url(tb.gif) repeat-x; width: 6px; height: 52px;}

.leftside {width: 203px; background: #f0f0f0 url(lb.gif) no-repeat left bottom; padding-bottom: 25px;}
.search {background: #f0f0f0 url(search.gif) no-repeat left; width: 203px; height: 48px;}
.rightside {background: #fff url(rb.gif) no-repeat bottom right; padding-bottom: 25px; width: 202px; padding-top: 0;}
.TopPane {background: #fff; border-bottom: #72272c 6px solid;}
.LeftPane {padding-right: 20px;}
.ContentPane {padding-top: 18px;}
.RightPane {padding-left: 20px;}
.ContentPane-gray {background: #fff; border-left: #ccc 1px solid;}
.BottomPane {background: #7a0719; padding: 0 2px 12px 2px; border: #7a0719 0 solid;}
.Cartpane { padding-right: 15px;}
.Cartpane .CATProductListItem  {color: #fff; font-weight: normal;}

.menu-left {background: url(menu-left.gif) no-repeat; width: 6px; height: 36px;}
.menu-bg {background: url(menu-bg.gif) repeat-x; height: 36px;}
.menu-right {background: url(menu-right.gif) no-repeat; width: 6px; height: 36px;}

.footer-left {background: url(footer-left.gif) no-repeat; width: 4px; height: 69px;}
.footer-bg {background:#74090f; height: 69px; padding: 0 6px;}
.footer-right {background: url(footer-right.gif) no-repeat; width: 4px; height: 69px;}

.ftl {background: #7a0719 url(ftl.gif) no-repeat top left; width: 14px; height: 14px;}
.ftb {background: #7a0719; height: 14px;}
.ftr {background: #7a0719 url(ftr.gif) no-repeat top right; width: 14px; height: 14px;}
.flb, .frb {background: #7a0719; width: 14px;}
.fbl {background: #7a0719 url(fbl.gif) no-repeat bottom left; width: 14px; height: 14px;}
.fbb {background: #7a0719; height: 14px;}
.fbr {background: #7a0719 url(fbr.gif) no-repeat bottom right; width: 14px; height: 14px;}
.btm {border-top: #72272c 10px solid; padding: 20px 0 10px 0; background: #72272c;}
.Links, A.Links:link, A.Links:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; text-decoration: none;}
A.Links:hover, A.Links:active {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; text-decoration: underline;}

A.Login:Link, A.Login:visited {padding-left: 6px; padding-right: 15px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #fff; text-decoration: none; line-height: 25px;}
A.Login:hover, A.Login:active {padding-left: 6px; padding-right: 15px; font-family: Arial, Helvetica, sans-serif; font-size: 13x; color: #fff; text-decoration: underline; line-height: 25px;}

A.Register:Link, A.Register:visited {padding-left: 6px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #fff; text-decoration: none; line-height: 25px;}
A.Register:hover, A.Register:active {padding-left: 6px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #fff; text-decoration: underline; line-height: 25px;}

/* text style for the selected tab */
.SelectedTab {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: "";
	text-decoration: none;
	vertical-align: bottom;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration:    none;
	color:#FFFFFF;
	border: none;
	font-weight: bold;


}

A.SelectedTab:visited  {
	text-decoration:    none;
	color:#ffffff;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	border: 1px none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;

}

A.SelectedTab:active   {
	text-decoration:    none;
	color:#555555;
	border: none;
	font-weight: bold;


}

A.SelectedTab:hover    {
	text-decoration:    none;
	color:#555555;
	border: none;
	font-weight: bold;
}


/* hyperlink style for the unselected tabs */
.OtherTabs {
   
    color: #000000;
    font-family: "Tahoma", "Arial", "Helvetica";
	font-weight: bold;
}

A.OtherTabs:link {
    text-decoration:    none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    font-weight: bold;
	color: #fff;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    font-weight: bold;
	color:#FFFFFF;
}

/* GENERAL */
/* style for module titles */

.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #333;
	
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #333;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: red;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 12px;

    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #000;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #000;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #000;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size: 16px;
    font-weight:  bold;
    color: #f60;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #f60;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
	font-style: italic;
    color: #f60;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #f60;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:  normal;
    color: #f60;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #f60;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    color: #f60;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #f60;
}

A:link, A:visited  {
	text-decoration: none;
	color: #660003;
}

A:hover, A:active {
	text-decoration: underline;
	color: #660003;
}

A.Info:link, A.Info:visited  {
	text-decoration: none;
	color: #ccc;
}

A.Info:hover,A.Info:active {
	text-decoration: none;
	color: #fff;
}
.box {
	margin-top: 35px;
	margin-right: 10px;

}

SMALL   {
    font-size:  12px;
}

BIG {
    font-size: 16px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #ccc;
    height:1px;
    text-align:left;
	size: 1px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-size: 12px;
    background-color: #8DC2F9}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #000;
}

/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu        --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu        --*/ .MainMenu_MenuBar { height:30px; cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container              --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 1px 0 0 2px; filter:Alpha(Opacity=90); background:#7a0719;-moz-opacity:.90; }
/*-- main menu idle item            --*/ .MainMenu_Idle TD{line-height:0;vertical-align:top;margin:0;padding:0;}
/*-- main menu idle item left       --*/ .MainMenu_Idle TD DIV{background:url(dummy.gif) top right no-repeat;background-color:transparent;float:left;_float:none;margin:0;padding:0;}
/*-- main menu idle item right      --*/ .MainMenu_Idle TD DIV DIV{background:url(dummy.gif) top left no-repeat;float:right;_float:none;margin:0;padding:0 9px;}
/*-- main menu idle item middle     --*/ .MainMenu_Idle TD DIV DIV DIV{background:url(dummy.gif) top repeat-x;font-size:13px;font-weight:700;color:#ccc;font-family: Arial;line-height:0pt;_line-height:1px;margin:0;padding:16px 0 14px 0;}
/*-- main menu active item          --*/ .MainMenu_Selected TD, .MainMenu_BreadcrumbActive TD{vertical-align:top;line-height:0;margin:0;padding:0;}
/*-- main menu active item left     --*/ .MainMenu_Selected TD DIV, .MainMenu_BreadcrumbActive TD DIV{background:url(menu-right.gif) top right no-repeat;float:left;_float:none;margin:0;padding:0;}
/*-- main menu active item right    --*/ .MainMenu_Selected TD DIV DIV, .MainMenu_BreadcrumbActive TD DIV DIV{background:url(menu-left.gif) top left no-repeat;float:right;_float:none;margin:0;padding:0 9px;}
/*-- main menu active item middle   --*/ .MainMenu_Selected TD DIV DIV DIV, .MainMenu_BreadcrumbActive TD DIV DIV DIV{line-height:0px;_line-height:1px;color:#fff;font-family: Arial;font-size:13px;background:url(menu-bg.gif) top repeat-x;font-weight:700;margin:0;padding:16px 0 14px 0;}
/*-- not needed - main menu         --*/ .MainMenu_Idle TD IMG, .MainMenu_Selected TD IMG, .MainMenu_BreadcrumbActive TD IMG, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }

.MainMenu_MenuItem {
	FONT-WEIGHT: normal; 
	CURSOR: hand; 
	COLOR: #fff; 
	PADDING: 0 10px 0 6px; 
	border: none;
	FONT-FAMILY: Arial;
	vertical-align: middle;
	HEIGHT: 24px;
	
}
.MainMenu_MenuItemSel {
	FONT-WEIGHT: normal; 
	CURSOR: hand; 
	COLOR: #fff; 
	PADDING: 0 10px 0 6px; 
	border: none;
	FONT-FAMILY: Arial;
	background: #921d1d;
	text-decoration: none;
	vertical-align: middle;
	HEIGHT: 24px;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: 0px solid #004282;
	border-bottom: 0px solid #004282;
	border-top: 0px solid #004282;
	border-left-color: #004282;
	text-align: right;
	display: none;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 20px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer;  
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}


.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #eeeeee;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}
/*-- removing seperator borders     --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}
/*-- cell containing submenu arrows --*/ .MainMenu_MenuArrow { padding: 0 0 0 0; margin: 0 0 0 0; border-left:0px; border-right:0px; border-top:0px; border-bottom: 1px solid #ccc; }

.bullet, a.bullet:link, a.bullet:visited {background: url(bullet.gif) no-repeat left top; padding-left: 22px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000; text-decoration: none; line-height: 25px;}
a.bullet:hover, a.bullet:active {background: url(bullet.gif) no-repeat left top; padding-left: 22px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000; text-decoration: underline; line-height: 25px;}

.sidemenu, a.sidemenu:link, a.sidemenu:visited {background: url(arrow.gif) no-repeat top left; padding-left: 22px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; text-decoration: none; line-height: 25px;}
a.sidemenu:hover, a.sidemenu:active {background: url(arrow.gif) no-repeat top left; padding-left: 22px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; text-decoration: underline; line-height: 25px;}