
body {
	font-family: 'Century Gothic',Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: .95em;
	background: #FFFFFF;
	margin:0;
	padding:0;			
	}

/*--------------------layout---------------------*/

#wrapper {
	width: 990px;
	margin: 0px auto 0px auto;
	padding: 0px;
	}

.header, .footer {
	clear:both;
	}


/*--------------------menu----------------------*/


.mainMenu UL{
	margin: 0;
	padding: 0 0 0 1px;	
	height: 30px;
	min-height: 30px;
	display: block;
	list-style: none;	
	float: left;
	background: transparent url('Images/sep.png') no-repeat top left;
	text-align: left;
	font-family: Geneva, Arial;
}
/* Hide all subUl1s */
.mainMenu UL li ul{
	display: none;
	color: #009900;
	font-size: 80%;
}
/* For Non-IE and IE-7 fix sub nav position */
.mainMenu UL li:hover {
	position: relative;
}
/* For Non-IE and IE-7 make sub-Ul1s visible on hover */
.mainMenu UL li:hover > ul{
	display: block;
	position: absolute;
	/* width: 170px; */
	padding: 0;
	margin: 0;
	list-style: none;
}
*html .mainMenu UL li ul{
	visibility: hidden;
	display: block;
	position: absolute;
	width: 170px;
	padding: 0;
	margin: 0;
	list-style: none;

}
/* For Non-IE and IE-7 positions first sublevel under top navigation*/
.mainMenu UL li:hover > ul{
	top: 30px;
	left: 0;
}
/* IE 5.5 IE 6 */
*html .mainMenu UL li a:hover ul{
	visibility: visible;
	margin: 6px 0 0 -20px;
}

.mainMenu UL li{
	float: left;
	background: transparent url('Images/sep.png') no-repeat top right;
}

.mainMenu UL li a{
	margin: 0 1px 0 0;
	padding: 4px 17px 0 18px;
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 28px;
	font-size: 84%;
}
.mainMenu UL li a:hover,
.mainMenu UL li.selected a{
	background: transparent url('Images/selected.png') top left repeat-x;
	color: #FFF000;
}
.mainMenu UL li ul li{
	padding: 0;
	background:#33cc00;
	margin: -5px 0px 0px 0px;
	display: block;
	width: 185px;
}
.mainMenu UL li ul li a{
	margin: 0;
	padding: 5px 8px 0px 17px;
	display: block;
	background-image: none;
	color: #FFF;
	font-size: 100%;
	height: 22px;
}
.mainMenu UL li ul li a:hover{
	margin: 0px;
	background: transparent url('Images/selected.png') top left repeat-x;
	color: #000066;
	width: 160px;
}

.mainMenu UL li ul li ul li {
	padding: 0;
	background: #444;
	margin: -30px 0 0 100px;
	border-bottom: 1px solid #999;
	display: block;
}

/* Get rid of the table needed for IE 5.5 - 6 */
.mainMenu UL table {
	border-collapse: collapse;
	top: 0;
	left: 0;
	font-size: 1em;
}





/*--------------------style---------------------*/




a, 
a:link, 
a:active, 
a:visited {
	color: #01315F;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

/*--------------------headers---------------------*/

h1 {
	color: #36B101;
	font-size: 150%;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	}
h6 {
	color: #000000;
	font-size: 80%;
	margin: 8px 0px 0px 0px;
	font-weight: normal;
	}
h2 {
	color: #01315F;
	font-size: 130%;
	margin: 0px;
	text-transform: uppercase;
	}

h3 {
	color: #01315F;
	font-size: 90%;
	margin: 3px 0px 0px 10px;
	font-weight: bold;
	text-transform: uppercase;
	}

/*--------------------header---------------------*/

.header {
	background: url('/Images/Page/headerBack.png') repeat-x;	
	height: 86px;
	}

	.global li {
		float: left;
		display: block;
		padding: 0px 13px 0px 13px;
		background:url(/Images/Page/globalSep.png) no-repeat right 50%;
		}

	.header h1 {
		text-indent: -999px;
		margin: 0px 0px 0px 0px;
		width: 205px;
		height: 86px;
		display: block;
		background: url(/Images/Page/logo.png) no-repeat top left;
		position: absolute;
		}
		
			.header h1 a {
				width: 205px;
				height: 86px;
				display: block;
				}
			
	.global {
		float: right;
		margin:0;
		padding:20px 0 0 0 ;
		font-size: 80%;
		color: #000066;
		}
	
			.global .searchInput {
				width: 160px;
				background: #FFF;
				border: 1px solid #D8D8D8;
				font-size: 90%;
				padding: 1px 0px 1px 4px;		
				margin: -2px 2px 0px 0px;
				float: left;
				font-family: "Century Gothic";
				}
				
			.global .searchButton {
				float: left;
				margin: -2px 2px 0px 3px;				
				}
				
		.global li.searchWrapper {
			background: none;
			padding: 0 5px 0 13px; 
			}
	
	.mainMenu {
		background: url('/Images/Page/homeMenuBack.png') no-repeat;
		height: 26px;
		}

	#sub .mainMenu {
		clear: both;
		background: url('/Images/Page/homeMenuBack2.png') no-repeat;
		height: 26px;
		position: relative;
		margin: 0;
		}
			
/*--------------------footer---------------------*/
	
.footer {
	height: 172px;
	padding: 8px 0 0 10px;
	background: url('/Images/Page/footer.png') no-repeat;
	clear: both;
	margin: 0px;
	font-size: 70%;
	color: #FFFFFF;
	text-transform: uppercase;
	}
	.footer ul, .footer2 ul {list-style:none;margin:0;padding:0}
	.footer li {
		float: right;
		margin: 0 10px;
		}
	
	.footer a, 
	.footer a:link, 
	.footer a:active, 
	.footer a:visited {
		color: #FFFF00;
		text-decoration: none;
		}
	
	.footer a:hover {
		text-decoration: underline;
		}
	
.footer2 {
	height: 172px;
	padding: 8px 0 0 10px;
	background: url('/Images/Page/footer2.png') no-repeat;
	clear: both;
	margin: 0px;
	font-size: 70%;
	color: #FFFFFF;
	text-transform: uppercase;
	}

	.footer2 li {
		float: right;
		margin: 0 10px;
		}
	
	.footer2 a, 
	.footer2 a:link, 
	.footer2 a:active, 
	.footer2 a:visited {
		color: #FFFF00;
		text-decoration: none;
		}
	
	.footer2 a:hover {
		text-decoration: underline;
		}
	
/*--------------------main---------------------*/


.main {
	margin:1px 0 0 0;
	clear:both;
	}
	
	.mainRow1 {
		height: 200px;
		}
		
		.feature {
			width: 701px;
			height: 200px;
			padding: 0px;
			float: left;
			display: inline;
			background: url('/Images/Page/FeatureBack.png') no-repeat;
		}
		
		.ad {
			width: 289px;
			height: 200px;
			padding: 0px;
			float: left;
			display: inline;
			background: url('/Images/Features/homeAdBack.png');
			}
			
	.mainRow2 {
		clear:both;
		margin: 3px auto 0px auto;
		}
	
		.quickMenu {
			width: 674px;
			padding: 10px 12px 15px 14px;
			float: left;
			display: inline;
			background: #E7E7E7 url('/Images/Page/quickMenuBack.png') no-repeat;
			font-size: 85%;
			letter-spacing: 0px;
			margin-right: 2px;
			}
			
			.quickMenu dd a,
			.quickMenu dd a:active,
			.quickMenu dd a:visited,
			.quickMenu dd a:hover {
				font-weight: bold;
				text-decoration: none;
				}
			
			.quickMenu dt a,
			.quickMenu dt a:active,
			.quickMenu dt a:visited {
				margin-left: 8px;
				text-decoration: none;
				}
			
			.quickMenu dt a:hover {
				margin-left: 8px;
				text-decoration: underline;
				}
		
		.dashboard {
			width: 258px;			 
			float: left;
			display: inline;
			}
			
			.dashPanes {
				background-color: #EBEBEB;
				width: 258px;
				margin: 0px auto 2px 0px;
				padding: 18px 15px 20px 15px;
				}
				
					.dashPanes li {
						display: block;						
						}
						
					#ctl00_LoginControl21_lnkForgotPassword {
						font-size: 11px;
					}
					
					.dashPanes .searchWrapper .searchInput {
						width: 220px;
						background: #FFF;
						border: 1px solid #D8D8D8;
						font-size: 70%;
						font-family: "Century Gothic";
						padding: 1px 0px 1px 4px;	
						margin: 0px 2px 0px 0px;
						float: left;
						}
					
					.dashPanes li.searchWrapper {
						background: none;
						padding: 0; 
						}
					
					.dashPanes select {
						width: 246px;
						background: #FFF;
						border: 1px solid #D8D8D8;
						font-size: 70%;
						font-family: "Century Gothic";
						text-transform: uppercase;
						padding: 0px 0px 0px 4px;	
						margin: -2px 2px 0px 0px;
						}
					
					.dashPanes .searchWrapper .loginInput {
						width: 184px;
						background: #FFF;
						border: 1px solid #D8D8D8;
						font-size: 70%;
						font-family: "Century Gothic";
						padding: 1px 0px 1px 4px;	
						margin: 0px 2px 0px 0px;
						float: left;
						}
						
						.loginInput { float: none !important; margin: 2px 0 4px 0 !important; }
						#ctl00_LoginControl21_btnLogin {}
						
						#ctl00_LoginControl21_trRememberMe,
						#ctl00_LoginControl1_trRememberMe { font-size: 10px; margin: 5px 0 5px 0; }
						
						#loggedin {
						margin: 10px 0 0 14px;
						font-size: 75%;
						font-weight: bold;
						}


/*--------------------sub main---------------------*/
#categoryleft
{
	display:none;
}
.mainRow {
		background: url('/Images/Page/mainRowBack.png') repeat-y;
		min-height: 300px;
		clear: both;
		}
		
		.sideMenu {
			width: 190px;
			padding: 5px;
			float: left;
			display: inline;
			background: #E6E6E6 url('/Images/Page/sideMenuBack.png') no-repeat;
			min-height: 300px;
			}
					
		.content{
			width: 570px;
			padding: 0px 10px 0px 10px;
			float: left;
			display: inline;
			min-height: 300px;
			font-size: 85%;
			letter-spacing: 0px;
		}
			.content p {
				margin: 10px 0 10px 0;
				font-size: 90%;
			}
			
		.miniCart {
			float: right;
			width: 200px;
			/*padding: 5px 10px 5px 10px;*/
			display: inline;
			background: url('/Images/Page/miniCartBack.png') no-repeat;
			min-height: 300px;
			/*margin-right: -142px;
			
			margin-top: -67px*/
		}
		
		.shoppingCartTopBack {
			display: block;
			padding: 10px;
		}
		
		.minieCartProductGrid {
			margin: 0 0 40px 0;
		}
		
		.miniCart h3 {
			margin: 3px 0 10px 10px;
		}
		
		.miniCart ul {
			list-style: none;
			margin:0;
			padding:0;
		}
			
		.miniCart li {
			font-size: 78%;
			padding: 3px 0 3px 0;
			margin: 0 0 0 10px;
		}
			
		.miniCart img { border: 0 }
		.miniCart input { font-size:90% }	
		.miniCart th {
			text-align: left;
			font-size: 105%;
			font-weight: normal;
		}
		
		.mailinglistsignupform
		{
			display:none;
		}
		
		.loggedIn {font-size:11px;font-family:Arial}

/*--------------------side menu---------------------*/

#accountOptions {
	background: url("/Images/accountOptionsback.png") left top no-repeat;
	margin: 0;
	padding: 18px 0 18px 0;
}
	#accountOptions a {
		color: #33cc00;
		font-weight: bold;
	}
	
					li.searchWrapper 
					{
						list-style: none;
						list-style-position:outside;
					}

					.sideMenu li {
						display: block;						
					}
					.sideMenu .searchWrapper .searchInput {
						width: 150px;
						background: #FFF;
						border: 1px solid #D8D8D8;
						font-size: 70%;
						font-family: "Century Gothic";
						padding: 1px 0px 1px 4px;	
						margin: 0px 2px 0px 0px;
						float: left;
					}
					.sideMenu li.searchWrapper {
						background: none;
						padding: 0; 
						margin: 10px 0 0 5px;
					}
					.sideMenu select {
						width: 183px;
						background: #FFF;
						border: 1px solid #D8D8D8;
						font-size: 70%;
						font-family: "Century Gothic";
						text-transform: uppercase;
						padding: 0px 0px 0px 4px;	
						margin: 3px 2px 0px 0px;
					}
					.sideMenu .searchWrapper .loginInput {
						width: 184px;
						background: #FFF;
						border: 1px solid #D8D8D8;
						font-size: 70%;
						font-family: "Century Gothic";
						padding: 1px 0px 1px 4px;	
						margin: 0px 2px 0px 0px;
						float: left;
					}


#TopNavigation {
	margin: 10px 0 0 0;	
	padding: 5px 10px;
	background:#75A8E6;
	color: #fff;	
	}
#TopNavigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#TopNavigation {display: inline-block;}
/* Hides from IE-mac \*/
* html #TopNavigation {height: 1%;}
#TopNavigation {display: block;}
/* End hide from IE-mac */

#TopNavigation a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	}
#TopNavigation a:hover {
	color: #1F5DA7;
	}
#Main {
	font-size: 14px;
	line-height: 150%;	
	}
#Main h2 {
	color: #1F5DA7;
	}
#SideBar {
	font-size: 12px;	
	background: #F8FAFC;
		
	}
#Footer {
	clear:both;
	color: #666;
	font-size: 11px;
	border-top: 1px solid #000;
	margin-top: 20px;
	padding: 0 10px;
	}

#SideBar dt{
	font-weight: bold;
	color: #1F5DA7;	
	}
#SideBar dd {
	margin-left: 0;
	margin-bottom: 10px;
	}
#SideBar ul {
	padding-left:20px;
	margin-left:0;
	}
#SideBar .contacts  {
	margin-top: 20px;	
	}
#SideBar .contacts dt {
	font-size: 16px;
	color: black;
	margin-bottom: 10px;
	}
#SideBar .contacts dd {
	margin-bottom: 5px;
	
	}
.contacts dd strong {
	font-size: 11px;
	}

/*-------------------------------------PollBox---------------------------------*/
.PollBox {
    font-size: 1.0em;
    margin: 0;
    background: transparent;
    width: 200px;
    padding: 10px;
    }
.PollBox fieldset {
    border: 0;      
    padding: 0;
    margin: 10px 0 10px 0;        
    }
.PollBox h4 {
    font-size: 1.3em;
    padding:0;
    margin: 0;
    }
.PollBox fieldset h5 {
    font-size: 1.0em;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px 0;        
    }
.PollBox fieldset span {
    display: block;
    margin: 0;
    font-size: 1.0em;
    color: #000;
    line-height: 1.6em;
    }
.PollBox fieldset span label {
    display: inline;
    font-weight: normal;    
    }
.PollBox a {
    float:right;
    margin-top: -16px;
    }
.PollBox span {
    color: #999;
    font-size: 0.9em;
    }
.PollBox span.validator {
    color: red;
    display: block;
    margin-bottom: 10px;
    }
/*-------------------------------------News---------------------------------*/ 
   
/*----------newslist-----------*/
		.newslist {
			list-style:none;
			margin:0;
			padding:0;
			}
		.newslist li {
			margin-bottom: 20px;
			border-bottom: 1px dashed #ededed;
			}
		.newslist p.summary {
			margin:0;
			font-size: 0.9em;
			}
		.newslist h4, .newslist h5 {
			margin: 0;
			padding: 0;
			font-size: 1.0em;			
			}
		.newslist h5 {
			font-weight: normal;
			}
		.newslist span.date {
			font-style: italic;
			font-size: 0.8em;
			}
		.newslist a.more {
			font-size: 0.8em;
			}

		/*---------singlenews---------*/

		.singlenews h2 {
			font-size: 1.5em;
			margin-bottom: 0;
			}		
		.singlenews h3 {
			margin: 0;
			padding: 0;
			font-weight: normal;
			font-size: 0.9em;
			}		
		.singlenews span.date {
			font-style: italic;
			font-size: 0.8em;
			line-height: 3em;			
			}
		.singlenews p.summary {
			font-weight: bold;
			font-size: 0.9em;
			}
		.singlenews div.newsbody {
			margin-top: 20px;
			font-size: 0.9em;
			}
		.related h3 {
			font-size: 1.2em;
			margin-top: 30px;
			margin-bottom: 10px;
			}
		.related h4 {
			margin: 0 0 10px 0;
			font-size: 1.0em;			}
		.related ul {
			margin:0 0 20px 0;
			padding:0;						
			}
		.related li {
			padding: 0 0 0 0;
			margin-left: 20px;
			}
		.related li.more {
			font-size: 0.8em;
			line-height: 2.5em;
			list-style-type: none;
			}
/*-------------------------------------Blogs---------------------------------*/
/*blog posts*/
.post{margin:2.4em 0}
.postTitle{color:#1F5DA7;font:normal 2.2em/1.2em georgia,arial,sans-serif;}
.postTitle a{text-decoration:none}
.postDate{margin-bottom:1.2em;font-size:0.8em;color:#000 !important}
.postContent{font-size:13px}
.postContent p{margin-bottom:1.2em}
.postGet,.entryFoot{color:#fff}
.postGet{margin-top:1em}
.diggit{padding-left:20px;background:url(img/blogDiggit.gif) 0 0 no-repeat}
.delicious,.delicous{margin-left:10px;padding-left:18px;background:url(img/blogDelicious.gif) 0 0 no-repeat}
p.more{font-size:0.85em}
.postFoot a{clear:left;font-size:0.85em}
.postFoot a.postComments{}
.postFoot span{margin-left:10px;color:#000}
.postComments{margin-top:40px;font-size:0.9em;line-height:1.4em;}
.postComments h3{color: #1F5DA7;margin-top:1.5em;background:url(img/blogComments.gif) 0 0.2em no-repeat;font:normal 1.6em/1.2em georgia,arial,sans-serif;}
.postComments h3 a{color:#333}
.commentsView{background:#F8FAFC;padding:20px 30px 30px}
.postComments .commentAuthor{margin-top:1.6em;color: #1F5DA7;font-size:1.0em}
.postComments .commentAuthor a{text-transform:none;text-decoration:underline}
.postComments .commentAuthor a:hover{text-transform:none;text-decoration:none}
.postComments .commentDate{font-size:0.8em;font-weight:bold}
.postComments p{margin-top:0}
p.commentMessage{background:#690;color:#fff;padding:3px 10px;margin:20px 0}


/*comments form*/
.postComments ol{list-style:none}
.postComments fieldset{display:block;margin-top:1em;margin-bottom:2.3em;padding:1.8em 1em 1em;border:0;background: #E2EBF3}
.postComments fieldset li{clear:both;margin-bottom:1em}
.postComments fieldset li:after{content:".";display:block;clear:both;height:3px;visibility:hidden}
.postComments fieldset label, .postComments fieldset span {float:left;width:70px;padding-right:10px;text-align:right;line-height:1.8em;font-size:0.85em}
.postComments fieldset input{float:left;width:200px;padding:2px}
.postComments fieldset textarea{float:left;width:380px;height:150px;font-family: Arial;font-size:12px}
.postComments fieldset input.commentsButton{display:block;width:auto;margin:0.4em 0 0 80px;height:auto;font-weight:bold;padding:3px 5px}
.postComments fieldset span.commentsValidator{margin-left:70px;color:red;font-weight:bold;width:320px;text-align:left}

.postsNavigation{font-size:12px}
.prevPost{border-right:1px solid #000;padding-right:10px;margin-right:5px;background:url(Images/prev.gif) center left no-repeat;padding-left:13px;}
.allPosts{font-weight:bold}
.nextPost{border-left:1px solid #000;padding-left:10px;margin-left:5px;background:url(Images/next.gif) center right no-repeat;padding-right:13px;}
.postsNavigation {margin-top:10px}

/*lists*/
.sf_list_simple, .sf_list_expanded, .sf_anchor_list, .sf_list_expandable, .sf_target_list, #SideBar ul {list-style:none;margin-bottom:30px;font-size:13px}
.sf_list_simple li, .sf_list_expanded li, #Main li, #SideBar li{margin-top:10px}
.sf_list_expanded h5, .sf_item_head, ul h2 {font-size:1.0em;font-weight:bold;margin-top:0.5em}
.sf_target_list{margin-left:0}
.sf_target_list dt{font-weight:bold;margin-top:1.0em}
#Main ul, #Main ul.sf_list_simple{margin-left:15px;list-style-type:disc;font-size:13px}
#Main ol {margin-left:15px;font-size:13px}
#Main h1, #Main .list_header{margin-top:20px}

/* Forums */
.forumArea {
	text-align: left;
}
.forumArea table.listItems {
	margin: 10px 0 20px;
	padding: 0;
	border: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
}
.forumArea table.listItems th {
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #ccc;
}
.forumArea table.listItems td {
	padding: 3px 5px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #ccc;
}
.forumArea table.listItems td.forumTitle a {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}
.forumArea table.listItems td.forumTitle a.fLocked {
	padding: 3px 0 3px 20px;
	background: transparent url(Images/forumsLocked.gif) no-repeat 0 5px;
}
.forumArea table.listItems a {
	display: block;
}
.forumArea h3 {
	text-align: left;
}
.forumArea p.button_area {
	margin: 10px 0;
	text-align: left;
}
.forumArea p.delete {
	text-align: right;
}
.forumArea .fUserInfo {
	float: left;
	width: 150px;
}
.forumArea .fUserInfo dt {
	font-size: 14px;
	font-weight: bold;
}
.forumArea .fUserInfo dd {
	color: #666666;
}
.forumArea .fUserInfo .postsCount {
	font-style: italic;
}
.forumArea .fPostCont {
	margin: 0 20px 0 150px;
}
.forumArea .fPostCont .date {
	color: #666666;
	margin-bottom: 20px;
}
.forumArea .fPostCommands {
	margin: 10px 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
	text-align: right;
	clear: both;
}
.forumArea .forumsEditor {
	background-color: #eee;
	display: block;
	margin: 10px 0;
	padding: 10px 0 10px 16px;
	border: 0;
}
.forumArea .forumsEditor h3 {
	margin: 0 0 10px;
}
.forumArea input, .forumArea textarea {
	width: 355px;
	vertical-align: middle;
}
.forumArea input, .forumArea textarea {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	padding: 3px;
}
.forumArea input.button {
	width: auto;
}
.forumArea .title {
	background-color: #eee;
	margin: 10px 0;
	padding: 10px 0 10px 16px;
	border: 0;
}
.forumArea .quote {
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 0 0 20px;
	padding:  20px 30px;
	font-style: italic;
}
.forumArea p.newItem {
	font-weight: bold;
}
.forumArea h1 {
	padding: 0 20px 0 0;
	display: inline;
	font-size: 2em;
}
.forumArea .validMessage strong {
	display: block;
	padding: 10px 0 0;
}
.forumArea .title .validMessage strong {
	padding: 10px 0 0 80px;
}


/* Categories, Tags, Archive */
ul.tagCloud {
	margin: 0;
	padding: 0;
}
ul.tagCloud li {
	margin: 0;
	padding: 0 10px 0 0;
	background: none;
	border-bottom: 0;
	padding: 0;
	display: inline;
	line-height: 36px;
}
ul.tagCloud li a.s6:link, ul.tagCloud li a.s6:visited, ul.tagCloud li a.s6:hover, ul.tagCloud li a.s6:active {
	font-size: 9px;
}
ul.tagCloud li a.s5:link, ul.tagCloud li a.s5:visited, ul.tagCloud li a.s5:hover, ul.tagCloud li a.s5:active {
	font-size: 12px;
}
ul.tagCloud li a.s4:link, ul.tagCloud li a.s4:visited, ul.tagCloud li a.s4:hover, ul.tagCloud li a.s4:active {
	font-size: 16px;
}
ul.tagCloud li a.s3:link, ul.tagCloud li a.s3:visited, ul.tagCloud li a.s3:hover, ul.tagCloud li a.s3:active {
	font-size: 21px;
}
ul.tagCloud li a.s2:link, ul.tagCloud li a.s2:visited, ul.tagCloud li a.s2:hover, ul.tagCloud li a.s2:active {
	font-size: 29px;
}
ul.tagCloud li a.s1:link, ul.tagCloud li a.s1:visited, ul.tagCloud li a.s1:hover, ul.tagCloud li a.s1:active {
	font-size: 36px;
}
h1.categorizedAs {
	margin: 20px 0 0;
	font-size: 2.5em;
	font-family: georgia,arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}
dl.taggedWithList {
	margin: 0;
	padding: 0;
}
dl.taggedWithList dt, dl.taggedWithList dd {
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
}


/*----wishlist---*/
.wishlist TD
{
	vertical-align:bottom;
}
.categoryItem
{
	padding:8px;
}

/*----recently viewed-----*/
#homepagecolumn2 .decoratedblock
{
	margin-left: -540px;
	width: 500px;
	
}
#homepagecolumn2 .decoratedblock table
{
	text-align:center;
}
#homepagecolumn2 .decoratedblock h4
{
	width:100%;
	margin-bottom:10px;
}


/*----------homepage--------------*/
.homepageRight
{
	float:right;
	display:inline;
	width:330px;
}
.homepageLeft
{
	float:left;
	display:inline;
	width:330px;
}
.contentFeaturedProduct
{
	width: 325px;
	margin: 0 0 10px 0;
}
.contentFeaturedProduct h1 {clear:both;}
.contentFeaturedProduct h3
{
	margin: 0;
}
.contentFeaturedImage a img {
	float:left;
	margin-right:5px;
	width: 100px;
	height: 100px;
}
.contentFeaturedContent
{
}

.requestInfo
{
  list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.requestInfo ul
{
	
}
.requestInfo .label
{
  
   margin: 0 10px 5px 0px;
  float: left; 
  clear: left; 
  width:200px;
  text-align:right;
  
}

.requestInfo .sectionheader
{
  
   margin: 0 0 10px 0px;
   clear: left;
  float: left; 
  clear: left; 
  width:100%;
  
}

.requestInfo li
{
  float: left; 
 margin: 0 0 5px 0px;
padding: 0; 
width:310px;
 }
