@charset "UTF-8";


/****************************************  PAGE TEMPLATE *****************************************/

* {
	margin: 0;
	padding: 0;	
}
body {
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../Images/css/2000pxbody.png);
	background-repeat: repeat;
}
#Container {
	width: 999px;  
	margin: 0 auto; 
	text-align: left;
	padding:10px;
	background-image:url(../Images/css/containerBg.png);
	background-repeat:repeat-y;
}
#Header {
	width: 979px;
	height:140px;
	padding:0;
	background-color:#FFFFFF;
	position:relative;
}
* html #Header {
	width: 959px;  
}
.Logo {
	float:left;
	padding:10px 0 0 20px;
}
#Contact {
	text-align: right;
	float:right;
	margin:10px 0px 0 0;
}
/*#Search {
	margin:-5px 20px 10px 0;
	height: 20px;
	text-align: right;
	float:right;
}*/
#Search {
	position:absolute;
	top:30px;
	right:20px;
	text-align: right;
}
.searchButton {
	position: relative;
	top: 5px;
	width: 60px;
	padding-top:5px;
}	
#Content {
	width: 979px;
	padding: 0px; 
	margin:0;
	background-color:#FFFFFF;
	min-height:400px;
	border-top:20px solid #66BA2F;
	position:relative;
}
#Content .ContentColour {
	background-color:#66BA2F;
	height:590px;
	margin-bottom:-14px;
}
* html #Content .ContentColour {
	width: 959px;  
}
.fltrt {
	float: right;
	margin-left: 20px;
}
.fltlft { 
	float: left;
	margin-right: 20px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	width: 948px;
	min-height: 250px;
	background-color: #000;
	background-position: top;
	padding: 40px 10px 20px 20px;
	margin:-20px 0 0 0;
	background-image: url(../Images/CSS/150pxGradientBlack.png);
	background-repeat: repeat-x;
	line-height: 130%;
	min-height: 300px;
	text-align: left;
	clear:both;
}
#footer ul {
	list-style-type: none;
}
#footer p {
	margin:0;
}
#footer ul li a:link, #footer ul li	 a:visited {
	color: #666;
}
#footer ul li	 a:hover {
	color: #66BA2F;
}
.footerMenu, .footerMenuRollover, .footerMenuSelected {
	height:5px;
}
.footerMenuRollover {
	color: #66BA2F;
	text-decoration:underline;
}	
.siteMapHeader {
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
} 
.siteMapColumn {
	font-weight: bold;
	color: #666666;
	float: left;
	width: 148px;
	font-size: 90%;
	margin-right: 10px;
	text-align: left;
} 
/****************************************  TYPE & TEXT *****************************************/
h1 {
	font-size: 25px;
	letter-spacing: -0.05em;
	color: #66BA2F;
	line-height: 100%;
	margin: 0px;
}
h2 {
	font-size: 17px;
	letter-spacing: -0.02em;
	color: #333;
	margin: 0px;
}
h3 {
	font-size: 15px;
	letter-spacing: -0.02em;
	color: #66BA2F;
	margin: 10px 0 0 0;
	padding-bottom: 0px;
}
h4 {
	font-size: 12px;
	letter-spacing: -0.02em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h5 {
	font-size: 10px;
	letter-spacing: -0.02em;
	color: #999;
	margin: 0px;
	padding-bottom: 0px;
	font-weight: normal;

}
p {
		margin:10px 0;		
}
a:link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
a:hover {
	font-weight: bold;
	color: #1a1a1a;
	text-decoration: underline;
}
.LegalType {
	font-size:10px;
}
.BrandColour {
	color: #66BA2F;
	font-weight: bold;
}

/****************************************  PAGE CONTENT (NON-SHOP PAGES) *****************************************/

#PageContent {
	background-color:#FFFFFF;
	text-align:left;
	width:737px;
}
#Menu {
	width:141px;
	text-align:left;
	float:left;
	margin:35px 20px 20px 20px;
}
#MenuHeader {
	width:121px;
	height:400px;
	text-align:left;
	height:10px;
	padding:10px;
	background-image: url(../Images/CSS/50pxGradientBlk.png);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
} 
#CustomContent {
	width: 737px;
	min-height:300px;
	margin-left:201px;
}
#CustomBreadCrumbs {
	width: 737px;
}
#CustomHeader {
	width: 697px;
	height: 40px;
	padding: 20px;
	margin: 10px 0 40px 0;
	background-image: url(../Images/CSS/150pxGradientBlack.png);
	background-repeat: repeat-x;
	border-bottom: solid 20px #66BA2F;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
/****************************************  OVERALL SHOP LAYOUTS *****************************************/

#ShopContainer {
	width: 938px;
	text-align:left;
	padding:20px;
}
#ShopNav {
	clear:both;
	vertical-align:middle;
}
#ShopNav .BackButton {
	vertical-align:middle;
	margin-right:20px;
}
#BreadCrumbs {
	width:500px;
	float:left;
} 
#CartSummary {
	width:300px;
	text-align:right;
	float:right;
}
#ShopContent {
	width:759px;
	margin:20px 0 0 0;
	float:left;
} 
#TaggedProducts {
	width:142px;
	float:right;
	margin-top:20px;
}
#ShopMenuHeader {
	width:121px;
	height:7px;
	padding:10px;
	background-image: url(../Images/CSS/50pxGradientBlk.png);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
} 
#ShopMenu {
	width:141px;
	float:right;
	margin-top:20px;
}
#ShopMenu ul li	 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66BA2F;
	padding: 5px;
	height: 17px;
	width: 131px;
	margin-bottom: 1px;
	list-style-type: none;
	line-height:90%
}	
#Pagination {
	width:600px;
}
a.cartSummaryLink {
     background: url(/images/buttons/viewquote.png) 0 0 no-repeat;
     width: 90px;
     height: 20px;
     vertical-align:middle;
     display:-moz-inline-block; /* for Firefox */
     display:-moz-inline-box; /* for Firefox */
     display:inline-block;
     text-indent: -9999px; /* hides the text */
}

/**************************************** SMALL PRODUCT *****************************************/

#productSmall {
	width:681px;
	height: 82px;
	padding: 30px;
	background-image: url(/Images/CSS/smallproductbg.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	text-align:left;
	clear:both;
}
/** html #productSmall { 
	width: 741px;  
	w\idth: 681px;  
	height: 142px;
	he\ight: 82px;	
}*/
/*#productSmall {
	width:681px !important;
	width:741px;
	height: 82px !important;
	height: 142px;
	padding: 30px;
	background-image: url(/Images/CSS/smallproductbg.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	text-align:left;
	clear:both;
}*/
#productSmall a:link {
	color: #fff;
}
#productSmall a:visited {
	color: #fff;
}
#productSmall a:hover {
	color: #000;
	text-decoration:none;
}
#productSmallImage {
	width:136px;
	height:119px;
	margin:-18px 20px 0 -20px;
	float:left;
	display:inline;
	background-image: url(../Images/CSS/150pxGradientBlack.png);
	background-repeat: repeat-x;
}
#productSmallName {
	width:400px;
	height:30px;
	float:left;
}
#productSmallShortDescription {
	width:400px;
	height:60px;
	float:left;
	color:#1a1a1a;
}
#productSmallPrice {
	width:100px;
	height:60px;
	float:right;
}
#productSmallAdd {
	width:100px;
	height:60px;
}
.productSmallPrice {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.02em;
}
.productSmallText {
	font-size: 12px;
	color: #1a1a1a;
}

/**************************************** SMALL PRODUCT (BACKUP) - FOR FEATURED PRODUCTS *****************************************/
#productSmallBackupBg {
	width:142px;
	height:142px;
	background-image: url(../Images/CSS/featuredproductBg.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}
#productSmallBackup {
	width:102px;
	height:102px;
	padding:10px;
	background-color: #333;
	background-image: url(../Images/CSS/150pxGradientBlack.png);
	background-repeat: repeat-x;
	color:#999;
	font-size:14px;
	font-stretch:condensed;
	font-weight: bold;
	text-align:left;
	overflow:hidden;
	margin:0px auto 0 auto;
}
#productSmallBackup p {
	margin:0;
}
#productSmallBackup .productSmallBackupPrice {
	color:#66BA2F;
	font-size:18px;
}
ul.productfeaturelist {
	list-style-type:none;
	margin:0 0 20px -17px;
	width:130px;
}
ul.productfeaturelist li	 a:link {
	color: #fff;
}
ul.productfeaturelist li	 a:visited {
	color: #fff;
}
ul.productfeaturelist li	 a:hover {
	color: #66BA2F;
	text-decoration:none;
}
/**************************************** LARGE PRODUCT *****************************************/

#productLarge {
	width:781px;
	text-align:left;
}
#productLargeImage {
	width:737px;
/*	height:153px;
*/	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../Images/CSS/600pxGradientBlack.png);
	background-repeat: repeat-x;
	margin-left:1px;
}
#productLargeImageBg {
	width:759px;
	height:322px;
	background-image: url(../Images/CSS/largeproductbg2.png);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding:10px;
}
#productInfoBox {
	width:697px;
	height: 210px;
	background-image: url(../Images/CSS/600pxGradientBlack.png);
	background-repeat: repeat-x;
	padding: 20px;
	font-size: 12px;
	color: #ccc;
	float: left;
}
#productInfoBoxBg {
	width:759px;
	height: 251px;
	background-image: url(../Images/CSS/productInfoBoxBg.png);
	background-repeat: no-repeat;
	padding:10px;
	float: left;
}
#productLargeName {
	width: 440px;
	text-align: left;
}
#productLargePrice {
	width: 200px;
	height: 140px;
	text-align: left;
	margin-top:10px;
}
.productLargePrice {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.02em;
}
#ProductQuoteBox {
	color: #ccc;
	text-align: left;
	float: right;
	width: 210px;
	display:none;
}
.QuoteButton {
	margin-top:20px;
}
#nextSteps {
	width: 757px;
	margin-left:10px;
}
.nextStepsBox {
	float: left;
	display:inline;
	height: 58px;
	width: 218px;
	padding: 10px;
	background-image: url(../Images/CSS/163pxGradientLtGrey.png);
	background-repeat: repeat-x;
	color: #333333;
	border-top: solid 5px #66BA2F;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
	margin: 20px 10px 0 0;
}
#nextStepsBox1 {
	background-image: url(../Images/NextSteps/ContactUs.png);
	background-repeat: no-repeat;
}
#nextStepsBox2 {
	background-image: url(../Images/NextSteps/DownloadBrochure.png);
	background-repeat: no-repeat;
}
#nextStepsBox3 {
	background-image: url(../Images/NextSteps/FAQs.png);
	background-repeat: no-repeat;	
}
.nextStepsButton {
	border:0;
	margin-top:30px;
}
/**************************************** CATALOGUE LIST  *****************************************/

#CatalogueName {
	width: 115px;
	padding:5px 10px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66BA2F;
	border-top: solid 2px #ccc;
	border-right: solid 2px #666;
	border-bottom: solid 2px #333;
	border-left: solid 2px #999;
	margin:0 7px 2px 0;
	position:relative;
	right:14px;
}
#CatalogueList {
	margin-bottom:10px;
}
#CatalogueName a:link {
	color: #FFFFFF;
}
#CatalogueName a:visited {
	color: #FFFFFF;
}
#CatalogueName a:hover {
	color: #000;
	text-decoration:none;
}

/**************************************** QUOTE/CART/MODULES  *****************************************/
.ProductColumn {
	width:600px;
}
.shop-cart, .shop-checkout, .shop-form, .shop-quote, .shop-form .announcement-details {
	padding:20px;
}
.announcement-details {
	margin:20px;
}


/****************************************  TABLES *****************************************/

#Plan {
	width: 737px;
	text-align: left;
	margin: 20px 0;
	background-color: #FFFFFF;
}
table.PlanTable td {
	padding: 10px;
}
.PlanRow,.PlanHeaderRow, .PlanName  {
	font-size: 12px;
	color: #333;
	text-align: left;
	vertical-align: top;
	height: 20px;
	padding:10px;
	min-width: 50px;
	background-image: url(../Images/CSS/150pxGradientGrey.png);
	background-repeat: repeat-x;
}
.PlanHeaderRow, .PlanName {
	color: #fff;
	font-weight:bold;
	background-image: url(../Images/CSS/150pxGradientBlack.png);
	background-repeat: repeat-x;
}
.PlanName {
	line-height: 90%;
}
.PlanCapValue {
	font-size: 24px;
	font-weight: bold;
	color: #666;
	text-align: left;
	vertical-align: top;
	height: 20px;
	min-width: 90px;
	background-image: url(../Images/CSS/150pxGradientGrey.png);
	background-repeat: repeat-x;

}
.PlanNamePrice {
	font-size: 24px;
	font-weight: bold;
	color: #66BA2F;
	line-height: 120%;
}
#PlanDetails {
	width:737px;
	text-align:left;
	background-color: #FFFFFF;
}

/****************************************  HOMEPAGE *****************************************/

#BillboardBg {
	width:939px;
	height: 196px;
	background-image: url(../Images/CSS/billboardBg.png);
	background-repeat: no-repeat;
	padding:20px;
	margin:0px	0 20px 2px;
}
#Billboard {
	width: 938px;
	height: 195px;
	background-image: url(../Images/CSS/250pxGradientBlack.png);
	background-repeat: repeat-x;
	margin:0;
}
#Promotions {
	width: 978px;
	margin:40px 0 0 -18px;
}
.promoBoxBg {
	display:inline;
	float: left;
	height: 151px;
	width: 311px;
	background-image: url(../Images/CSS/promoBoxBg.png);
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	padding:5px;
}
.promotion {
	position:relative;
	display:inline;
	float: left;
	height: 100px;
	width: 268px;
	padding:20px;
	background-image: url(../Images/CSS/150pxGradientGrey.png);
	background-repeat: repeat-x;
	margin: 2px;
	text-decoration:none;
}
.promotion p {
	margin:0;
}
.promotion-text {	
	width: 175px;
	float:left;
	font-size: 12px;
}
.promotion h3 {
	color:#333;
	margin-top:0px;
}
.promotion p {
	color:#666;
}
.promotion img {
	position:absolute;
	right:20px;
	top:20px;
}
#Promotions .small {
	position:absolute;
	bottom:20px;
	left:20px;
}

/****************************************  BUTTONS *****************************************/

.small, .medium, .large {
	height:10px;
	line-height:10px;
	padding:5px;
	background: url(/Images/CSS/50pxGradientBlk.png);
	background-repeat:repeat-x;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	text-align:left;
}
.small, a.small {
	width:70px;
	color:#fff;
}
.medium, a.medium {
	width:100px;
	color:#fff;
}
.large, a.large  {
	width:120px;
	color:#fff;
}
.right {
	background: url(http://telcoinaboxsp.brandkits.com.au/Managed/Images/Buttons/arrow-right.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.left {
	background: url(http://telcoinaboxsp.brandkits.com.au/Managed/Images/Buttons/arrow-left.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:30px;
}
.down {
	background: url(http://telcoinaboxsp.brandkits.com.au/Managed/Images/Buttons/arrow-down.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.up {
	background: url(http://telcoinaboxsp.brandkits.com.au/Managed/Images/Buttons/arrow-up.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.phone {
	background: url(http://telcoinaboxsp.brandkits.com.au/Managed/Images/Buttons/phone.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.search {
	background: url(http://telcoinaboxsp.brandkits.com.au/Managed/Images/Buttons/search-small.png);
	background-repeat:no-repeat;
	background-position:center right;
}
#productSmall .small {
	margin-top:10px;
}

#nextSteps .medium, #nextSteps .small {
	position:absolute;
	bottom:10px;
	left:10px;
}

/****************************************  MENUS *****************************************/

#CustomerMenu {
	height: 20px;
	width: 978px;
	background-color: #e5e5e5;
}
.CustomerMenu, .CustomerMenuRollover, .CustomerMenuSelected {
	height: 20px;
	width: 100px;
	font-weight: bold;
	color: #ccc;
	text-indent: 10px;
	vertical-align: middle;
	background-color: #333;
	border-left: solid 0px #ccc;
	border-right: solid 1px #666;
	font-size: 10px;
}
.CustomerMenuRollover {
	background-image: url(../Images/CSS/20pxBlack.png);
	color: #66BA2F;
}
.CustomerSubMenu, .CustomerSubMenuRollover,.CustomerSubMenuSelected  {
	height: 20px;
	width: 100px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 10px;
	vertical-align: middle;
	background-color: #333333;
	font-size: 10px;
}
.CustomerSubMenuRollover, .CustomerSubMenuSelected {
	background-color: #66BA2F;
}
#ProductsMenu {
	width: 979px;
	margin-top:0;
	height: 42px;
	background-image: url(../Images/CSS/1pxproductsMenu.png);
	background-repeat: repeat-x;
}
.productsMenuHome, .productsMenuHomeSelected, .productsMenuMobiles, .productsMenuMobilesSelected, .productsMenuPhones, .productsMenuPhonesSelected, .productsMenuBroadband, .productsMenuBroadbandSelected, .productsMenuMobileBroadband, .productsMenuMobileBroadbandSelected, .productsMenuHosting, .productsMenuHostingSelected  {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	vertical-align:middle;
	width: 163px;
	background-image: url(../Images/Menu/Home.png);
	background-repeat: no-repeat;
	background-position: centre top;
	text-indent: 40px;
	border-left: 1px groove #666;
	border-right: 1px groove #666;
}
.productsMenuHomeRollover, .productsMenuMobilesRollover, .productsMenuPhonesRollover, .productsMenuBroadbandRollover, .productsMenuMobileBroadbandRollover, .productsMenuHostingRollover {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	vertical-align:middle;
	width: 163px;
	background-repeat: no-repeat;
	background-position: centre top;
	text-indent: 40px;
	border-left: 1px groove #666;
	border-right: 1px groove #666;
	background-image: url(../Images/Menu/Home_rollover.png);
}
.productsMenuMobiles, .productsMenuMobilesSelected {
	background-image: url(../Images/Menu/Mobiles.png);
	}
.productsMenuMobilesRollover {
	background-image: url(../Images/Menu/Mobiles_rollover.png);
}
.productsMenuPhones, .productsMenuPhonesSelected {
	background-image: url(../Images/Menu/Phones.png);
}
.productsMenuPhonesRollover {
	background-image: url(../Images/Menu/Phones_rollover.png);
}
.productsMenuBroadband, .productsMenuBroadbandSelected {
	background-image: url(../Images/Menu/Broadband.png);
}
.productsMenuBroadbandRollover {
	background-image: url(../Images/Menu/Broadband_rollover.png);
}
.productsMenuMobileBroadband, .productsMenuMobileBroadbandSelected {
	background-image: url(../Images/Menu/MobileBroadband.png);
}
.productsMenuMobileBroadbandRollover {
	background-image: url(../Images/Menu/MobileBroadband_rollover.png);
}
.productsMenuHosting, .productsMenuHostingSelected {
	background-image: url(../Images/Menu/Hosting.png);
}
.productsMenuHostingRollover {
	background-image: url(../Images/Menu/Hosting_rollover.png);
}	
.ProductsSubMenu, .ProductsSubMenuRollover, .ProductsSubMenuSelected  {
	height: 20px;
	width: 161px;
	color: #FFFFFF;
	background-color: #333;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-indent: 10px;
	border-bottom: 1px solid #ccc;
}	
.ProductsSubMenuRollover {
	background-color: #1a1a1a;
}
.SideMenu, .SideMenuRollover, .SideMenuSelected  {
	height: 30px;
	width: 141px;
	color: #FFFFFF;
	background-color: #66BA2F;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-indent: 10px;
	border-bottom: 1px solid #fff;
}	
.SideMenuRollover {
	background-image: url(../Images/CSS/20pxBlackRev.png);
	background-repeat: repeat-x;
}
.SideMenuSelected {
	background-color: #66BA2F;
}

/**************************************** MISC *****************************************/

.Button3pxPadding {
	padding:3px;
}
/****************************************  SPRY TABBED PANELS *****************************************/

.TabbedPanels {
	margin: 20px 0 0 10px;
	padding: 0px;
	float: left;
	clear: none;
	width: 737px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	background-color: #DDD;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../Images/CSS/30pxGradientLtGrey.png);
	background-repeat: repeat-x;
	height: 20px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #CCC;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	min-width: 99px;

}
.TabbedPanelsTabHover {
	background-color: #CCC;
	background-image: url(../Images/CSS/30pxGradientMdGrey.png);
	background-repeat: repeat-x;
	color: #fff;
}
.TabbedPanelsTabSelected {
	background-color: #EEE;
	color: #FFFFFF;
	background-image: url(../Images/CSS/30pxGradientBlack.png);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #fff;
}
.TabbedPanelsContent {
	padding: 0px;
}
.TabbedPanelsContentVisible {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #231F20;
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/****************************************  SPRY COLLAPSIBLE PANELS *****************************************/


.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border: solid 1px #CCC;
	width: 733px;
}
.CollapsiblePanelTab {
	border-bottom: solid 1px #CCC;
	padding: 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 20px;
	background-color: #fff;
	font-size:10px;
	text-align: justify;
	display:none;
}
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
	
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color:#e5e5e5;

}
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color:#e5e5e5;
}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #999;
}
.CollapsiblePanelOpenCloseButton {
	position: relative;
	left: 480px;
	top: 0px;
}

/****************************************  TESTIMONIALS *****************************************/

#FeedbackForm {
	margin: 0 0 20px 0;
	padding:18px 0 18px 18px;	
	float:right;	
	background-color: #CCCCCC;
}
#Testimonials {
	width: 450px;	
	float:left;
}
#TestimonialsForm {
	width: 250px;
}
Input.TestimonialsInput {
	width:200px;
}	
#TestimonialsFeedback {
	font-size: 14px;
	text-align: left;
	width: 350px;
}
.Testimonial {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	background-image: url(../Images/Graphics/testimonials.png);
	background-repeat: no-repeat;
	width: 450px;
}
/****************************************  REFER A FRIEND *****************************************/

#ReferAFriend {
	width: 250px;
}
#ReferAFriendForm {
	width: 250px;
	background-color: #CCCCCC;
}
#TestimonialsForm input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox	{
width:200px;
}

#ReferAFriend h3 {
	margin-top:-18px;
}
/****************************************  CONTACT US *****************************************/

#ContactUsForm {
	width: 450px;
}
#ContactUsDetails {
	float: right;
	width: 250px;
}
#CallUs {
	width: 250px;
}
#ContactDetailsHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../Images/CSS/30pxGradientMdGrey.png);
	background-repeat: repeat-x;
	padding: 10px;
	height: 10px;
	width: 230px;
	margin-top: 20px;
}
.ContactUsRow,.ContactUsHeaderRow  {
	font-size: 12px;
	color: #333;
	text-align: left;
	vertical-align: top;
	height: 20px;
	min-width: 90px;
	padding: 3px;
	background-color: #FAFAFA;
}
.ContactUsHeaderRow {
	color: #fff;
	font-weight:bold;
	background-image: url(../Images/CSS/50pxGradientBlk.png);
	background-repeat: repeat-x;
	padding: 3px;
}
#ThingsYouShouldKnow {
	width: 737px;
	text-align: left;
}
/****************************************  FROM HEAD *****************************************/

            .rss-title {display:none;}
            .rss-items {margin:0 !important;list-style-type: none;}
            .CollapsiblePanel {
            margin:0;
            padding:0;
            width:730px;
            border:1px solid #CCCCCC;
            }
            .CollapsiblePanelOpen .CollapsiblePanelTab {
            background-color:#E5E5E5;
            }
            .CollapsiblePanelTab  {
            -moz-user-select:none;
            cursor:pointer;
            font-size:12px;
            font-weight:bold;
            height:20px;
            padding:5px 10px;
            background-color:#fff;
            border:0;
            }
            .CollapsiblePanelContent  {
            background-color:#FFFFFF;
            display:none;
            font-size:10px;
            margin:0;
            padding:20px;
            text-align:justify;
            }
            .CollapsiblePanelOpenCloseButton  {
            left:480px;
            position:relative;
            top:0;
            }
            .CollapsiblePanelTab a:hover{
            text-decoration:none;
            background-color:#E5E5E5;
            }
            .CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover {
            background-color:#E5E5E5;
            }

