/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p{
	margin-bottom:10px;
}
h1{
	font-size:18px;
	margin-bottom:5px;
}
h2{
	font-size:14px;
	margin-bottom:5px;
}
ul{
	list-style-type:disc;
	list-style-position:inside;
}

.header{
	height:150px;
	width:950px;
	border:1px solid #CCCCCC;
	
}

.innerwrapper{
	margin-top:20px;
	border-left:1px solid #CCCCCC;	
	border-right:1px solid #CCCCCC;	
}

div.widget{
	width:180px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #CCCCCC;
	font-size:11px;
	color:#333333;
	margin-bottom:10px;
	background-color:#F7F7F7;
}
div.widgetbody{
	width:auto;
}
div.widget h5{
	font-size:12px;
	margin:0px;
	margin-bottom:5px;
}
div.horzbar ul{
	list-style-type:none;
	list-style-position:inside;
}
div.horzbar ul li{
	float:none;
	display:block;
}
div.horzbar div.widget{
	width:100%;
}
div.horzbar div.navBar{
	overflow:hidden;
}
div.horzbar div.navBar ul{
	list-style-type:none;
	list-style-postion:inside;
}
div.horzbar div.navBar li{
	display:block;
	float:left;
}
div.horzbar .widgetbody{
	width:auto;
}
div.blankwidget{
	border:none;
	margin:none;
	background:none;
	padding:none;
}
div.imageWidget{
	width:auto;
	border:none;
	background:none;
}
.col2 div.widget{
	width:460px;
}

div.widget a{
	color:#333333;
}

.col1{ padding-top:10px; }
.col2{ padding-top:10px;}
.col3{ padding-top:10px; }
	
.threecol {
		/* Right column background */
		/* background-color:pink; */		
}
.threecol .colmid {
		/* Middle column background */
		/* background-color:red;	*/	
}
.threecol .colleft {
		/* Left column background */
		/* background-color:yellow; */
}


.header{
background-image:
}
.footer{
	height:100px;
	background-color:#000000;
	width:100%;
	margin:0px;
}
.footerlinks{
	width:950px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}


.productPage{
	
}

.infoBox{
	border:1px solid #33CC00;
	padding:5px;
	margin-bottom:5px;
}
.errorBox{
	border:1px solid #CC3300;
	color: #CC3300;
	padding:5px;
	margin-bottom:5px;
}

/**** Content Page Styles *****/
.contentPageWrapper{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}

/**** User Page Styles ******/
.userPageWrapper{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}
.pageSection{
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	overflow:hidden;
}
.bottomSection{
	border-bottom:0px;
}
.pageImageCol{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.pageImageCol .imageBox{
	margin-bottom:10px;
}
.pageImageCol .imageBox a img{
	border:1px solid #CCCCCC;
}
.userForm{}
.userForm fieldset{
	border:1px solid #CCCCCC;
	padding:10px;
	margin-bottom:10px;
}
.userForm legend{
	font-size:13px;
	font-weight:bold;
}
.userForm .formRow{
	clear:left;
	padding:5px;
	overflow:hidden;
	margin-bottom:2px;
}
.userForm .requiredField{
	border:1px solid #FFCCCC;
}
.userForm .missedField{
	background-color:#FFCCCC;
}
.userForm label{
	width:120px;
	float:left;
	text-align:right;
	margin-right:10px;
}
.userForm input.formtext{
	width:220px;
}
.userForm .formButtons{
	margin-bottom:10px;
}
.widget form label{
	width:40px;
	float:left;
	text-align:right;
	margin-right:5px;
}
.widget form .formRow{
	clear:left;
	margin-bottom:5px;
}

/*** Main Page Navigation Styles ***/
.navigation ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.navigation ul li{

}
.navigation ul li a{
	padding:3px;
	display:block;
}
.navigation ul li a:hover{
	background-color:#999999;
}

/*** Product Category Navigation Styles ***/
.productcategories ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.productcategories ul li{

}
.productcategories ul li a{
	padding:3px;
	display:block;
}
.productcategories ul li a:hover{
	background-color:#999999;
}

/*** Product Category Page ***/
.productBox{
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:10px;
	overflow:hidden;
}
.productBox .productImage{
	float:right;
}
.productBox .productImage img{
	border:1px solid #CCCCCC;
}
.productImageCol{
	float:right;
	width:200px;
}
.productBox .moreInfoLink{
	display:block
	padding-top:5px;
}
.productAddBox{
	padding:10px;
	border:1px solid #CCCCCC;
}
.productAddBox .productPrice{
	font-size:18px;
}
.productOption{
	margin-bottom:10px;
	clear:left;
}
.productOption label{
	display:block;
}
.productOption .multiOption label{
	display:inline;
	margin-left:5px;
}
.optionList{
	border:1px solid #CCCCCC;
}

/*** Shopping Basket Styles ***/
.basketTable{
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	width:370px;
}
.basketTable tr td{
	padding:5px;
	color:#666666;
	font-size:12px;
}


/***************** ACCORDION SLIDING NAVIGATION MENU STYLES ***********/
/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
		.accordion_content h2 {
			margin: 15px 0 5px 10px;
			color: #0099FF;
		}
		
		.accordion_content p {
			line-height: 150%;
			padding: 5px 10px 15px 10px;
		}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

		.vertical_accordion_content h2 {
			margin: 15px 0 5px 10px;
			color: #0099FF;
		}

		.vertical_accordion_content p {
			line-height: 150%;
			padding: 5px 10px 15px 10px;
		}
		
	   .vertical_nested_container {
		  margin: 20px auto 20px auto;
		  width: 620px;
		}
.bottomrow{
	clear:both;
}

/***** LINK LISTS *****/

ul.pageLinkList{
	margin-bottom:5px;
	list-style-type:none;
	list-style-position:inside;
}
ul.pageLinkList li{
	padding:2px;
}
ul.pageLinkList li a{
	display:block;
}
.downloadLink img{
	border:none;
}
.downloadLink{
	display:block;
}

div.membershipplan{
	clear:left;
	padding-bottom:10px;
	overflow:hidden;
}
div.membershipplan input{
	float:left;
	margin-right:5px;
}
div.plandetails{
	float:left;
}
div.plandetails label{
	text-align:left;
	width:200px;
}

