/*-----------------------------------------------------------------------------------------------------------------------
|	Generic Global Page Styles																							|
-----------------------------------------------------------------------------------------------------------------------*/
body {
	background-color:#fff;
	margin:0px; padding:0px;
}
body, td, th, div, p {
	font: 9pt Arial;
	color:#000;
}
form {
	margin:0px;
	padding:0px;
}
img {
	border-style:none;
}
input {
	vertical-align:middle;
}
h2 {
	font: bold 16pt Arial;
	color: #303D6F;
	margin-bottom:6px;
}
h3 {
	font: bold 11pt Arial;
	color: #303D6F;
	margin-top:6px;
	margin-bottom:6px;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Cable Select Form																									|
-----------------------------------------------------------------------------------------------------------------------*/
div.Header {
	width:650px;
	margin-left:auto;
	margin-right:auto;
}
div.Container {
	width:630px;
	border:3px solid #303D6F;
	background-color: #f8f8f8;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
table.CableSelect {
	border-collapse: collapse;
}
table.CableSelect td {
	padding: 1px 10px 1px 0px;
	font: 9pt Arial;
}
table.CableSelect input,
table.CableSelect select {
	border: 1px solid #000;
	font-size:9pt;
	vertical-align:middle;
	background-color:#fff;
	padding-left:3px;
}
table.CableSelect textarea {
	font-size:9pt;
	border: 1px solid #000;
	background-color:#fff;
	padding-left:3px;
}
table.CableSelect input.Button,
input.Button {
	background-color:#D4D0C8;
	border-top: 1px solid #fff;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #fff;
	font-size:8pt;
}
b.Mandatory {
	font-weight:bold;
	color:#e00;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Input Textbox and Button Styles																						|
-----------------------------------------------------------------------------------------------------------------------*/
input.Inputbox {
	background-color:#fff;
	padding-left: 3px;
	border: 1px solid #ccc;
	font: 8pt Arial;
	color: #111;
	vertical-align:middle;
}
input.LoginBox {
	border: 1px solid #303D6F;
	padding-left:3px;
	background-color:#fff;
	font: 8pt Arial;
	color:#111;
	vertical-align:middle;
}
input.LoginButton {
	background-image: url('../Images/submit_login.gif');
	background-repeat: no-repeat;
	width:49px;	height:15px;
	border-style: none;
	margin-left:4px;
	vertical-align:middle;
	cursor: pointer;
}
input.SearchButton {
	background-image: url('../Images/submit_search.gif');
	background-repeat: no-repeat;
	width:55px;	height:15px;
	border-style: none;
	vertical-align:middle;
	margin-left:6px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	News Category Styles																								|
-----------------------------------------------------------------------------------------------------------------------*/
table.NewsTableHeader {
	width:96%;
	margin-left:auto;
	margin-right:auto;
}
table.NewsTableHeader td.NewsHeading {
	font: bold 8pt Tahoma; color: #fff;
	background-color: #F20101;
	border: 1px solid #A70101;
	border-right-style:none;
	padding: 1px 10px 1px 10px;
	vertical-align:middle;
	height:20px;
}
table.NewsTableHeader td.NewsDate {
	font: bold 8pt Tahoma; color: #fff;
	background-color: #F20101;
	border: 1px solid #A70101;
	border-left-style:none;
	padding: 1px 10px 1px 10px;
	text-align:right;
	height:20px;
}
table.NewsTableHeader td.NewsOverview {
	background-color:#efefef;
	border: 1px solid #b9b8b8;
	border-top-style:none;
	padding: 6px 10px 6px 10px;
	font-weight:bold;
	color:#333;
}
table.NewsTableHeader td.NewsBody {
	background-color:#fff;
	padding: 10px;
	border: 1px solid #b9b8b8;
	border-top-style:none;
}
table.NewsTableHeader td.NewsArticle {
	background-color:#efefef;
	border: #cfcfcf solid 1px;
	border-top-style:none;
	padding:10px;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Header Graphic Styles																								|
-----------------------------------------------------------------------------------------------------------------------*/
table.MainTable {
	width:100%;
	border-collapse:separate;
	margin-left:auto;
	margin-right:auto;
}
table.MainTable td.LogobarLeft {
	background-image: url('../images/logobar_left.gif'); 
	background-position: top left;
	background-repeat: no-repeat; 
	background-color: transparent;
	width:318px; height:90px;
}
table.MainTable td.LogobarTop {
	padding-right:10px;
	text-align:right;
	background-color: transparent;
	height:54px;
}
table.MainTable td.LogobarFill {
	background-image: url('../images/logobar_fill.gif'); 
	background-position: bottom left;
	background-repeat: repeat-x; 
	background-color: transparent;
	height:36px;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Menubar Graphic Styles																								|
-----------------------------------------------------------------------------------------------------------------------*/
table.MainTable td.MenubarLeft {
	background-image: url('../images/menubar_left.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position:top left;
	width:29px; height:36px;
}
table.MainTable td.MenubarFill {
	background-image: url('../images/menubar_fill.gif');
	background-repeat: repeat-x;
	background-position:top left;
	background-color: transparent;
	height:36px;
}
table.MainTable td.MenubarRight {
	background-image: url('../images/menubar_right.gif');
	background-repeat: no-repeat;
	background-position:top left;
	background-color: transparent;
	width:9px; height:36px;
}
table.MainTable td.MenubarButton {
	background-image: url('../images/menubar_fill.gif');
	background-repeat: repeat-x;
	background-position:top left;
	background-color: transparent;
	padding: 0px 8px 0px 8px;
	white-space: nowrap;
	height:36px;
}
table.MainTable td.MenubarDiv {
	background-image: url('../Images/menubar_div.gif');
	background-repeat: no-repeat;
	background-position:top left;
	background-color: transparent;
	width:2px; height:36px;
	white-space: nowrap;
	font-size:2px;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Page Content Styles																									|
-----------------------------------------------------------------------------------------------------------------------*/
table.MainTable td.LeftContent {
	background-color: transparent;
	width:166px; height:550px; 
	padding-top:7px;
	vertical-align:top;
}
table.MainTable td.RightContent {
	background-image: url('../images/content_right.gif');
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #303D6F; 
	width:166px; height:550px; 
	padding-top:7px;
	vertical-align:top;
}
table.MainTable td.MiddleContent {
	background-image: url('../images/watermark.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff; 
	padding:7px 10px 7px 10px;
	vertical-align:top;
	height:550px;
}
table.MainTable td.MiddleContentPopup {
	background-image: url('../images/watermark.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff; 
	padding:7px 10px 7px 10px;
	vertical-align:top;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Content Header Styles																								|
-----------------------------------------------------------------------------------------------------------------------*/
table.MainTable td.FooterLeft {
	background-image: url('../images/footer_left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	width:12px; height:6px;
	font-size:1px;
}
table.MainTable td.FooterFill {
	background-image: url('../images/footer_fill.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: transparent;
	height:6px;
	font-size:1px;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Content Header Styles																								|
-----------------------------------------------------------------------------------------------------------------------*/
table.ContentHeader {
	width:100%;
	border-collapse:collapse;
	border: 1px solid #DDDDDD;
}
table.ContentHeader td.ContentHeaderTop {
	background-image: url('../images/content_header.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #EEEEEE;
	color: #303D6F;
	padding:1px 8px 1px 8px;
	border-bottom: 1px solid #DDDDDD;
	font: bold 8pt Tahoma;
	height:20px;
}
table.ContentHeader td.ContentHeaderBottom {
	background-color: #fff;
	padding:1px 8px 1px 8px;
	height:20px;
	font: bold 8pt Tahoma;
	color: #666;
}

td.ListContent {
	background-color: #f6f6f6;
	border-bottom: 1px solid #ddd;
	padding-left:10px;
	padding-bottom:4px;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Product Specials Styles																								|
-----------------------------------------------------------------------------------------------------------------------*/
table.ProductSpecial {
	width:85%;
	border-collapse:collapse;
	margin: 0 auto 0 auto;
}
table.ProductSpecial td.ProductSpecialHeaderLeft {
	background-image: url('../images/productspecial_header_left.gif');	
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	width:211px; height:22px;
	font-size:1px;
}
table.ProductSpecial td.ProductSpecialHeaderFill {
	background-image: url('../images/productspecial_header_fill.gif');	
	background-repeat: repeat-x;
	background-position: top left;
	background-color: transparent;
	height:22px;
	font-size:1px;
}
table.ProductSpecial td.ProductSpecialHeaderRight {
	background-image: url('../images/productspecial_header_right.gif');	
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	width:10px; height:22px;
	font-size:1px;
}
table.ProductSpecial td.ProductSpecialInfo {
	padding: 12px 14px 12px 14px;
	text-align:justify;
	border-right:2px solid #303d6f;
	background-color: #fff;
	color:#333;
	vertical-align:top;
}
table.ProductSpecial td.ProductSpecialFooterLeft {
	background-image: url('../images/productspecial_footer_left.gif');	
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	width:6px; height:6px;
	font-size:1px;
}
table.ProductSpecial td.ProductSpecialFooterFill {
	background-color:#303d6f;
	height:6px;
	font-size:1px;
}
table.ProductSpecial td.ProductSpecialFooterRight {
	background-image: url('../images/productspecial_footer_right.gif');	
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	width:6px; height:6px;
	font-size:1px;
}
table.ProductSpecial td.ProductSpecialImage {
	padding:16px; 
	background-color:#eeeeee; 
	border-right:1px solid #e3e3e3;
	border-left: 2px solid #303d6f;
	text-align:center;
	vertical-align:top;
	width:200px;
}
table.ProductSpecial td.ProductSpecialImage img.ProductImage {
	border: 2px solid #303d6f;
	width:190px;
	background-color:#fff;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Title Styles																										|
-----------------------------------------------------------------------------------------------------------------------*/
table.Module {
	border-collapse:collapse;
	width:100%;
}
table.Module td.ModuleContent {
	padding:8px 10px 8px 10px;
	font-weight:bold;
	color:#fff;
}	
table.Module td.ModuleContent div.ModulePanel {
	background-color:#646E93;
	width:130px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-weight:bold;
	border: 1px solid #222F62;
}

table.Module td.ModuleContent a:link,
table.Module td.ModuleContent a:active,
table.Module td.ModuleContent a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}	
table.Module td.ModuleContent a.ModuleLink:link,
table.Module td.ModuleContent a.ModuleLink:visited,
table.Module td.ModuleContent a.ModuleLink:active {
	font: normal 8pt Arial;
	color:#fff;
	text-decoration:none;
}
table.Module td.ModuleContent a.ModuleLink:hover {
	font: normal 8pt Arial;
	color:#fff;
	text-decoration:underline;
}
table.Module ul {
	list-style-image: url('../images/module_marker.gif');
	list-style-position:inside;
	margin: 2px 0px 2px 4px;
}
table.Module td.ModuleContent a.ModuleLink:hover {
	font-weight:normal;
}
table.Module td.ModuleContent a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#fff;
}
table.Module td.CategoryTop {
	background-image: url('../images/category_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left:9px;
	height:3px;
}
table.Module td.CatButton {
	background-image: url('../images/category_button.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left:9px;
	height:20px;
}
table.Module td.CatBG {
	background-image: url('../images/category_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	font-size:1px;
	height:2px;
}
table.Module td.CategoryBottom {
	background-image: url('../images/category_bottom.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left:9px;
	height:4px;
}
table.Module td.CatButton a:link,
table.Module td.CatButton a:active,
table.Module td.CatButton a:visited {
	font: bold 8pt Arial;
	color:#fff;
	text-decoration:none;
}
table.Module td.CatButton a:hover {
	font: bold 8pt Arial;
	color:#fff;
	text-decoration:underline;
}

table.Module td.HeaderProductSearch {
	background-image: url('../Images/header_productsearch.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height:20px;
}
table.Module td.HeaderProductCategories {
	background-image: url('../Images/header_productcategories.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height:20px;
}
table.Module td.HeaderCustomerLogin {
	background-image: url('../Images/header_customerlogin.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height:20px;
}
table.Module td.HeaderTopSellers {
	background-image: url('../Images/header_topsellers.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height:20px;
}
table.Module td.HeaderShoppingBasket {
	background-image: url('../Images/header_shoppingbasket.gif');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent;
	height:20px;
}
table.Module td.HeaderLatestNews {
	background-image: url('../Images/header_latestnews.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height:20px;
}
table.Module td.HeaderVendorStore {
	background-image: url('../Images/header_vendorstore.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height:20px;
}
table.Module td.HeaderVendorSponsors {
	background-image: url('../Images/header_vendorsponsors.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height:20px;
}
table.Module td.HeaderContracts {
	background-image: url('../Images/header_contracts.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height:20px;
}
table.Module td.HeaderVotingPoll {
	background-image: url('../Images/header_votingpoll.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height:20px;
}


/*-----------------------------------------------------------------------------------------------------------------------
|	Shopping Basket Styles																								|
-----------------------------------------------------------------------------------------------------------------------*/
td.BasketL
{
	font: 8pt Tahoma;
	color: #000;
	padding-left: 8px;
	height: 30px;
	vertical-align: middle;
	background-color: #F1F1F1;
	border-top: #DBDBDB solid 1px;
	border-bottom: #DBDBDB solid 1px;
	border-left: #DBDBDB solid 1px;
}
td.BasketR
{
	height: 30px;
	background-color: #F1F1F1;
	border-top: #DBDBDB solid 1px;
	border-right: #DBDBDB solid 1px;
	border-bottom: #DBDBDB solid 1px;
	padding-right: 6px;
	text-align: right;
	vertical-align: middle;
}
td.BasketButtons
{
	color:#000;
	background-color: #F1F1F1;
	border: #DBDBDB solid 1px;
}