	body.mceContentBody 
	{
		background-color: #FFF;
		background-image: none;
		text-align: left;
		color:#666;
	}
	
	#wrapper
	{
		margin:auto;
		position:relative;
		width:980px;
		height:1000px;
		background-color:#FFFFFF;
		z-index:10;
	}
		
	*
	{
		margin:0px;
		padding:0px;
		border:0px;
	}
	
	body
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666666;
		background-color:#F5F5F5;
		line-height:20px;
		background-image:url();
		background-repeat:;
	}
	
	h1
	{
		font-size:22px;
		color:#00969F;
	}
	
	h2
	{
		font-size:20px;
		color:#00969F;
	}
	
	h3
	{
		font-size:18px;
		color:#00969F;
	}
	
	a:link 
	{
		color: #00969F;
		text-decoration:none;
	}
	a:visited 
	{
		color: #00969F;
		text-decoration:none;
	}
	a:hover 
	{
		color: #00969F;
		text-decoration:none;
	}
	a:active 
	{
		color: #00969F;
		text-decoration:none;
	}
	
	.cookiepolicy
	{
		position:fixed;
		bottom:0px;
		left:10px;
		width:190px;
		height:143px;
		background-image:url(cookie-bg.png);
		line-height:15px;
		z-index:9999;
	}
	
	.cookietext
	{
		position:absolute;
		top:32px;
		left:10px;
		width:167px;
		height:56px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#fff;
	}
	
	.cookiemore
	{
		position:absolute;
		top:104px;
		left:10px;
		width:167px;
		height:29px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#fff;
	}
	
	.cookiemore a
	{
		color:#ccc;
		text-decoration:underline;
	}
	
	.cookieyes
	{
		position:absolute;
		top:106px;
		left:124px;
		width:26px;
		height:26px;
	}
	
	.cookieno
	{
		position:absolute;
		top:106px;
		left:157px;
		width:26px;
		height:26px;
	}
	
/* -------- DEFAULT STYLES----------- */

#wrapper
{
margin-top:20px;
}

body
{
font-family: 'PT Sans', sans-serif;
font-size:13px;
}

h1, h2, h3
{
font-weight:normal;
margin-bottom:10px;
}

ul
{
margin-left:40px;
}

.imgfloatleft
{
float:left;
margin-right:10px;
}

.imgfloatright
{
float:right;
margin-left:10px;
}

.clearBoth
{
clear:both;
}

/* -------- NAVIGATION----------- */

.navItem
{
float:left;
margin-right:48px;
}

.subNavItem
{
height:40px;
line-height:40px;
border-top:solid 1pc #ccc;
}

.navItem a:link, .navItem a:visited
{
}

.navItem a:hover
{
background-image:url(/homevetnurse/images/grey-arrow.png);
background-position:bottom center;
background-repeat:no-repeat;
padding-bottom:10px;
}

.selected a:link, .selected a:visited, .selected a:hover
{
background-image:url(/homevetnurse/images/grey-arrow.png);
background-position:bottom center;
background-repeat:no-repeat;
padding-bottom:10px;
}

/* -------- FORMS----------- */

input[type="text"]
{
	padding:5px;
	width:100%;
	border: 1px solid #ccc;
}

.loginfield
{
	padding:5px;
	width:100%;
	border: 1px solid #ccc;
}

select
{
	padding:5px;
	width:100%;
	border: 1px solid #ccc;
}

textarea
{
	padding:5px;
	width:100%;
	border: 1px solid #ccc;
}


input[type="submit"], input[type="button"]
{
	background-color: #333;
	border: 0px;
	color:#FFFFFF;
	cursor:pointer;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size:12px;	
}


.error, .prompt
{
padding:10px;
border:solid 1px #F00;
color:#F00;
}

/* -------- TABLES----------- */

table 
{
  width:100%;
  border-collapse:collapse;
}

table td 
{
  border-top:1px solid #CCCCCC;
  padding:10px;
}

/* -------- BLOG ----------- */

.blogCategories
{
border-top: solid 1px #ccc;
}

.blogCategory
{
height:40px;
line-height:40px;
border-bottom: solid 1px #ccc;
padding-left:20px;
}

.blogPost
{
}

.blogTitle
{
margin-bottom:10px;
}

.blogDate
{
font-size:11px;
margin-bottom:10px;
}

.blogPost
{
margin-bottom:10px;
}

.blogPostContent
{
margin-bottom:10px;
}

.blogMore
{
padding-bottom:20px;
border-bottom: solid 1px #ccc;
margin-bottom:20px;
}

/* -------- SHOP----------- */


.ecomClear
{
	clear:both;
}

.ecomMiniCart
{
	padding:20px;
	border:1px solid #ccc;
	background-color:#f4f4f4;
}

.ecomFullCart
{
}


.ecomCategories
{
border-top: solid 1px #ccc;
}

.ecomCategory
{
height:40px;
line-height:40px;
border-bottom: solid 1px #ccc;
padding-left:20px;
}

.ecomSubmit
{
background-color: #333;
	border: 0px;
	color:#FFFFFF;
	cursor:pointer;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size:12px;	
}

/* -----ECOMMERCE PRODUCTS----- */

.ecomProduct
{
	width:600px;
	height:200px;
	margin-bottom:20px;
}

.ecomProductImage
{
	width:280px;
	margin-right:20px;
	float:left;
        height:200px;
	background-color:#f4f4f4;
}

.ecomProductImage img
{
	width:280px;
	height:200px;
}

.ecomProductInfo
{
	width:300px;
	height:200px;
	float:left;
}

.ecomProductName
{
	margin-bottom:10px;
	font-size:18px;
}

.ecomProductDesc
{
	margin-bottom:10px;
}

.ecomProductPrice
{
	margin-bottom:10px;
	font-size:18px;
}

.ecomProductButton
{
}

/* -----ECOMMERCE MORE----- */

.ecomProductMore
{
	width:600px;
	height:auto;
	margin-bottom:20px;
}

.ecomProductImageMore
{
	width:280px;
	margin-right:20px;
	float:left;
        height:200px;
	background-color:#f4f4f4;
}

.ecomProductImageMore img
{
	width:280px;
	height:200px;
}

.ecomProductInfoMore
{
	width:300px;
	height:auto;
	float:left;
}

.ecomProductNameMore
{
	margin-bottom:10px;
	font-size:24px;
}

.ecomProductDescMore
{
margin-bottom:10px;
padding:20px;
border:solid 1px #ccc;
margin-top:20px;
}

.ecomProductDescTitleMore
{
font-size:18px;	
margin-bottom:10px;
}

.ecomProductPriceMore
{
	margin-bottom:10px;
	font-size:18px;
}

.ecomProductButtonMore
{
font-size:14px;
font-weight:bold;
}

.ecomProductStockMore
{
margin-bottom:10px;
}

.ecomProductShareMore
{
margin-bottom:10px;
}

/* -------- TWITTER----------- */

.tweet a
{
	text-decoration:underline;
}

.tweet .tweet_list, .query .tweet_list 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic 
{
	text-transform: uppercase; 
}

.tweet .tweet_list li, .query .tweet_list li 
{
	overflow-y: auto;
	overflow-x: hidden;
	padding: .5em; 
}

.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar 
{
	padding-right: .5em;
	float: left; 
}

.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img 
{
	vertical-align: middle; 
}

.footer
{
width:950px;
height:53px;
line-height:53px;
margin:auto;
color:#fff;
padding-left:30px;
background-image:url(/homevetnurse/images/footer-bar.jpg);
position:relative;
}

.footer2
{
width:980px;
height:53px;
line-height:53px;
margin:auto;
font-size:11px;
}

.footer a
{
color:#fff;
}

.floatLeft
{
float:left;
margin-right:10px;
}

.floatRight
{
float:right;
margin-left:10px;
}

.loveyoursite
{
position:absolute;
right:30px;
top:10px;
}
	
	#element33814
	{
		position:absolute;
		left:33px;
		top:22px;
		z-index:10;
		width:301px;
		height:86px;}#element33814 h1{}#element33814 h2{}#element33814 h3{}#element33814 a:link{}#element33814 a:visited{}#element33814 a:hover{}#element33814 a:active{}
	
	#element33815
	{
		position:absolute;
		left:32px;
		top:147px;
		z-index:9;
		width:900px;
		height:50px;font-size:18px;line-height:50px;padding-left:20px;background-image:url(/homevetnurse/images/nav.jpg);}#element33815 h1{}#element33815 h2{}#element33815 h3{}#element33815 a:link{color:#000000;}#element33815 a:visited{color:#000000;}#element33815 a:hover{color:#000000;}#element33815 a:active{color:#000000;}
	
	#element33816
	{
		position:absolute;
		left:682px;
		top:60px;
		z-index:12;
		width:274px;
		height:69px;font-size:16px;line-height:22px;}#element33816 h1{}#element33816 h2{}#element33816 h3{}#element33816 a:link{}#element33816 a:visited{}#element33816 a:hover{}#element33816 a:active{}
	
	#element33817
	{
		position:absolute;
		left:342px;
		top:469px;
		z-index:10;
		width:611px;
		height:182px;}#element33817 h1{}#element33817 h2{}#element33817 h3{}#element33817 a:link{}#element33817 a:visited{}#element33817 a:hover{}#element33817 a:active{}
	
	#element33818
	{
		position:absolute;
		left:577px;
		top:14px;
		z-index:13;
		width:391px;
		height:40px;}#element33818 h1{}#element33818 h2{}#element33818 h3{}#element33818 a:link{}#element33818 a:visited{}#element33818 a:hover{}#element33818 a:active{}
	
	#element33819
	{
		position:absolute;
		left:32px;
		top:469px;
		z-index:0;
		width:297px;
		height:303px;}#element33819 h1{}#element33819 h2{}#element33819 h3{}#element33819 a:link{}#element33819 a:visited{}#element33819 a:hover{}#element33819 a:active{}
	
	#element33820
	{
		position:absolute;
		left:32px;
		top:189px;
		z-index:10;
		width:920px;
		height:260px;}#element33820 h1{}#element33820 h2{}#element33820 h3{}#element33820 a:link{}#element33820 a:visited{}#element33820 a:hover{}#element33820 a:active{}
	
	#element33823
	{
		position:absolute;
		left:59px;
		top:473px;
		z-index:10;
		width:243px;
		height:75px;}#element33823 h1{}#element33823 h2{}#element33823 h3{}#element33823 a:link{}#element33823 a:visited{}#element33823 a:hover{}#element33823 a:active{}
	
	#element33824
	{
		position:absolute;
		left:81px;
		top:570px;
		z-index:10;
		width:182px;
		height:172px;line-height:37px;}#element33824 h1{}#element33824 h2{}#element33824 h3{}#element33824 a:link{color:#666666;}#element33824 a:visited{}#element33824 a:hover{}#element33824 a:active{}
	
	#element33825
	{
		position:absolute;
		left:31px;
		top:812px;
		z-index:10;
		width:292px;
		height:120px;}#element33825 h1{}#element33825 h2{}#element33825 h3{}#element33825 a:link{}#element33825 a:visited{}#element33825 a:hover{}#element33825 a:active{}
	
	#element33826
	{
		position:absolute;
		left:342px;
		top:655px;
		z-index:14;
		width:612px;
		height:99px;}#element33826 h1{}#element33826 h2{}#element33826 h3{}#element33826 a:link{}#element33826 a:visited{}#element33826 a:hover{}#element33826 a:active{}
	
	#element33827
	{
		position:absolute;
		left:29px;
		top:786px;
		z-index:15;
		width:923px;
		height:196px;}#element33827 h1{}#element33827 h2{}#element33827 h3{}#element33827 a:link{}#element33827 a:visited{}#element33827 a:hover{}#element33827 a:active{}
	
	#element33828
	{
		position:absolute;
		left:40px;
		top:849px;
		z-index:11;
		width:272px;
		height:65px;font-size:12px;line-height:18px;color:#FFFFFF;}#element33828 h1{}#element33828 h2{}#element33828 h3{}#element33828 a:link{color:#FFFFFF;text-decoration:underline;}#element33828 a:visited{color:#FFFFFF;text-decoration:underline;}#element33828 a:hover{color:#FFFFFF;text-decoration:underline;}#element33828 a:active{color:#FFFFFF;text-decoration:underline;}
