/* ================================
    CSS STYLES FOR Frontier pools
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
body, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC Main Titles */
H1  
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
img
{
    border:0px;
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.leftnav_adminmenu
{
/* =================================================
                   Menu Styles
   =================================================  */

/* EShop Main Menu */    
}
.leftnav_adminmenu a,
.leftnav_adminmenu a:visited,
.leftnav_adminmenu a:hover,
a.linkCategory,
a.linkCategory:visited,
a.linkCategory:hover
{
	display: block;
	width: 155px;
	padding-left: 12px;
	background-color: Transparent;
	color: #666666;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}

/* EShop Main Menu Hover state */

a.linkCategory:hover,
.leftnav_adminmenu a:hover
{
    text-decoration: none;
}

/* Sub Menu Outer Box Background */

div.menu div.options {	
	margin: 0px 1px 0px 1px;
	border: solid 0px Transparent;
	background-color: Transparent;
}

/* Sub Menu Buttons */

div.options,
div.options a,	
div.options a:visited,
div.options a:active
{
	color:#666666;
	display:block;
	border-bottom: solid 1px #FFFFFF;
	text-decoration:none;
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
div.options a:hover {
	background-color: #0177C1;
	color:#FFFFFF;
}

/* =================================================
                   Mini Cart Styles
   =================================================  */
   
table.MiniCart
{
    border: 1px solid #999999;
    width: 156px;
}

/* Mini Cart Centre Strip (Total:$)*/

table.minicart td.total
{
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

/* Mini Cart Top Strip (Product Amount)*/

table.minicart td.cartline
{
	width: 50%;
	font: 11px Arial;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
td.viewcart
{
    border-width: 0px;
}

/* Mini Cart Bottom Strip(View cart button)*/
table.minicart a.viewcart
{
    padding: 8px;
    text-align: center;
    background: #0177C1 url(/dnn/DesktopModules/EShop/images/btn_mccart.gif) no-repeat 5px 5px;
    width: auto;
    display: block;
    color: #FFFFFF;
    font: bold 12px Arial;
}

/* Mini Cart (View cart button Hover state)*/
table.minicart a.viewcart:hover
{
    background: #F0F4F7 url(/dnn/DesktopModules/EShop/images/btn_mccart_f2.gif) no-repeat 5px 5px;
    color: #666666;
    text-decoration: none;
	
/* =================================================  */
/* Removing Underline in text  */
}
a,
a:hover,
a:visited,
a:link,
a:active
{
	text-decoration: none !important;
}
div.breadcrumbs
{
    font: bold 11px Arial;
    color: #808080;
}
div.breadcrumbs a,
div.breadcrumbs a:visited
{
    color: #4F5344;
    font-weight: normal;
}

/* Breadcrumbs text hover link colour  */
div.breadcrumbs a:hover
{
    color: #FF5555;
}
a.back,
a.back:visited,
a.back:hover
{
	color: #666666;
	padding: 5px 0;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
div.description
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.details
{
    color: #333333;
    font: 11px Arial;
}
div.shop_productdetails_body
{
    border: solid 0px #4F5344;
}
div.shop_productdetails_body,
div.shop_productdetails_body td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Shoping cart (checkout) table header Background colour */
table.shop_shoppingcart
{
	width: 100%;
	background-color: #FFFFFF;
}

/* Shoping cart table header Background colour */
table.shop_shoppingcart th
{
	padding: 5px;
	font: bold 12px Arial;
	color: #666666;
	background-color: #EBEBEB;
}

/* Shoping cart table content background colour */
table.shop_shoppingcart th a,
table.shop_shoppingcart th a:visited,
table.shop_shoppingcart th a:hover
{
    color: #666666;
}

/* Shoping cart table content background colour */
table.shop_shoppingcart td
{
    padding: 1px 3px;
    color: #666666;
    font: 11px Arial;
    text-align:center;
}
table.shop_shoppingcart td a,
table.shop_shoppingcart td a:visited,
table.shop_shoppingcart td a:hover
{
    color: #000000;
}
 fieldset
{
    padding: 20px 0 20px 0px;
    margin: 3px;
    width: auto;
    border: solid 1px #666666;
}
fieldset label
{
    font: 11px Arial;
}
legend
{
    margin-left: 0px;
    font:bold 12px Arial;
    color: #666666;
}
div.fielditem label
{
    display: block;
    width: 120px;
    float:left;
    text-align:right;
    padding-right: 5px;
    white-space:nowrap;
    font: 11px Arial;
}
fieldset.checkout label
{
    width: 200px;
}
div.fielditem div
{
    display: block;
    float: left;
    empty-cells: show;
}
div.fielditem
{
    display: block;
    clear: both;
    padding: 2px 0 2px 10px;
    font: 11px Arial;
}
div.fielditem input,
div.fielditem textarea,
div.fielditem select
{
    width: 200px;
    font: 11px Arial;
}
span.cb input
{
    width: auto;
}
div.listitem a
{
    display: list-item;
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 40px;
    font: 12px Arial;
}

/*   EShop Admin Settings > Header */
.admin th,
tr.adminpager td
{
	background-color: #EFEFEF;
	color: #666666;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/*   EShop Admin Settings > Content Box */
.admin td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*  All Buttons Shop Buttons*/
.greenbutton,
a.greenbutton,
a.greenbutton:link,
a.greenbutton:visited,
a.greenbutton:hover
{
	background-color: #EFEFEF;
	color: #666666;
	padding: 0px 5px 0px 5px;
	height: 22px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	border: 1px solid #ABABAB;
}


/* =================================================
      EShopSpecial, EShopSpecialList Module Styles
   =================================================   

/*   Specials Header  */
td.specialheader
{
    font: bold 13px Arial;
    color: #FFFFFF;
    background-color: #02488E;
    padding: 3px;
    letter-spacing: 1px;
}
/*   Specials SubHeader (Product Title) */
td.specialtitle
{
    font: bold 13px Arial;
    color: #FFFFFF;
    background-color: #0177C1;
    padding: 3px;
}
span.specialcontent
{
	color: #666666;
	padding: 3px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

/*   Specials Content Box */
td.specialcontent
{
    background-color: #FFFFFF;
}
a.specialcontent,
a.specialcontent:visited,
a.specialcontent:link,
a.specialcontent:hover
{
    display: block;
    text-align: right;
    color: #000000;
}

/* ================================================= 
 

/* Product details/ Related Products box colour */
div.tabview
{
	border-top-width: 0px;
	empty-cells: show;
	padding: 20px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
div.tabmenu
{
    height: 29px;
    padding-top: 3px;
}
div.tabmenu a,
div.tabmenu a:visited,
div.tabmenu a:hover
{
    text-align:center;
    width:130px;
    height:29px;
    line-height:23px;
    padding-top: 6px;
    padding-right: 6px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
div.pname
{
    color: #666666;
    font: bold 13px Arial;
    display: none;
}
div.noresult
{
    text-align: center;
}
div.listproduct a,
div.listproduct a:visited,
div.listproduct a:hover,
div.listproduct a:link
{
    color: #000000;
    text-align:center;
}
span.listproducts
{
    width: 100%;
}
div.listproduct
{
    margin:0px 5px 10px 5px;
    padding:10px 5px 10px 5px;
    height:300px;
    float:left;
	width:250px;
	
	display:inline;
    border: solid 1px #FFFFFF;
    text-align: center;
}
td.relatedProducts 
{
    border: solid 1px #FFFFFF;
    text-align: center;
    padding: 10px 5px;
    vertical-align: bottom;
    empty-cells:hide;
}
td.relatedProducts a,
td.relatedProducts a:visited,
td.relatedProducts a:hover,
td.relatedProducts a:link
{
    color: #000000;
}
img.productimage
{
    width: 200px;
    border-width: 0px;
}
