/* GENERAL STYLES */
/*
	Title:		Website Package - Ava CSS Theme
	Author:		Chris Houston
	Website:	http://www.ava.co.uk
*/


/*
===========================
Rich text editor styling
===========================
*/

#holderBody
{
	background:none;
}

#holderBody strong
{
	font-weight:bold;
}

#holderBody a
{
	text-decoration:underline;
}

#holderBody p
{
	margin:auto;
}

#holder
{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
	font-size:14px;
}

#updated
{
	font-size:10px;
	color:#999;
}

/*
================================================
Comment Form
================================================
*/
.umbracoAutoFormButton {
display:block;
float:right;
background-color:#f5f5f5;
border:1px solid #eee;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size:100%;
line-height:130%;
text-decoration:none;
font-weight:700;
color:#565656;
cursor:pointer;
margin:0 7px 0 0;
padding:5px 10px 6px 7px
}

/* Button Hover Effect */

.umbracoAutoFormButton:hover,.umbracoAutoFormButton a:hover {
background-color:#dff4ff;
border:1px solid #c2e1ef;
color:#369
}

.umbracoAutoFormButton a:active {
background-color:#6299c5;
border:1px solid #6299c5;
color:#fff
} 
.umbEditorTextField,.umbEditorTextFieldMultiple,.umbCaptchaField 
{
display:block;clear:left;background-color:inherit;border:1px solid #dedede;font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;font-size:100%;line-height:130%;text-decoration:none;font-weight:400;color:#565656;cursor:pointer;margin:0 7px 0 0;padding:5px 10px 6px 7px}
.umbEditorTextField,.umbCaptchaField {
width:466px;
height:16px
}

.umbEditorTextFieldMultiple {
width:490px
}
.umbCaptchaField {
clear:left;
margin-top:10px
}
input#AutoForm_6_name, input#AutoForm_6_email, input#AutoForm_6_website, input#AutoForm_6_captcha, input#AutoForm_6_comment  {
background-repeat:no-repeat;
background-position:5px 5px;
padding-left:30px
}
input#AutoForm_6_name {     background-image: url(../data/assets/ava/icons/user.png);}
input#AutoForm_6_email {     background-image: url(../data/assets/ava/icons/email.png);}
input#AutoForm_6_website {     background-image: url(../data/assets/ava/icons/link.png);}
input#AutoForm_6_captcha {     background-image: url(../data/assets/ava/icons/error.png);}
input#AutoForm_6_comment {     background-image: url();}

/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3 {
	font-size:100%;
	font-weight:bold;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*
====================================
Start Ava Styling
====================================
*/

body
{
	background-color:#fff;
	font-family:'Trebuchet MS','Tahoma','Arial',sans-serif;
}

/* BREADCRUM */
#umbBreadcrum {
    list-style:none;
    padding:8px 8px 15px 10px;
    margin: 0;
    color: #666;
    font-size: smaller;
}

#umbBreadcrum li {
    float:left;
    margin: 0 3px 3px 0;  
    padding: 0;
}

#Container
{
	margin:0 auto 0 auto;
	width:968px;
}

h1#Logo
{
	background-image:url(../Data/Assets/ava/Logos/ava_Logo.gif);
	background-repeat:no-repeat;	
	text-indent:-10000px; /*Used to hide the text off screen */
	height:83px;
	width:166px;
	margin-top:12px;
	margin-left:0px;
	float:left;
}

h1#Logo a
{
	display:block;
	height:100%;
}

h2#secondheading
{
	TEXT-INDENT: -10000px; HEIGHT: 0px; position:absolute;top:0px;
}

#AvaBannerContainer
{
	background-image:url(../Data/Assets/ava/Banners/skybanner2.jpg);
	background-repeat:no-repeat;
	background-position:top right;	
	height:82px;
	width:798px;
	margin-top:10px;
	float:right;
}

#AvaBannerContent
{
	float:right;
	margin-top:6px;
	margin-right:15px;
	display: inline;
	color: #fff;
	font-weight:bold;
}

#AvaBannerContent a
{
	display:inline;
	height:100%;
	color: #fff;
}

.navtree
{
margin-top:3px;
}

#Content
{
background-color:#FFFFFF;
padding: 0 0 0 0;
clear:both;
position:absolute;
top:118px;
left:auto;
z-index:0;
}

#HomeFeature
{
	background-image:url(../Data/Assets/ava/Logos/Ava_Main_Page_Banner2.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:1px;	
	height:173px;
	width:728px;
	text-indent:-10000px; /*Used to hide the text off screen */
}

#ContentContainer
{
	z-index:-2;
	border-left:1px solid #B0B0B0;
	border-right:1px solid #B0B0B0;
	background-position:10px;
	background-image:url(../Data/Assets/ava/Misc/centreline.gif);
	/* background-color:red; */ /* Used for debug */
	overflow: hidden;
}

#MainContent
{
	width:728px;
	float:left;
	font-size:12px;
	color:#706E7F;
	/*background-color:purple;*/ /* Used for debug */
	overflow: hidden;
	z-index:-1;
}

#HomePara
{
margin-top:180px;
}
.IndentPara
{
margin-top:5px;
margin-left:10px;
margin-right:10px;
}

#MainContent h3
{
	font-size: 20px;
	color:#030087;
}

#MainContent p
{
	margin:10px 0 10px 0;
}

#MainContent a
{
	color:#0061b0;
	text-decoration:none;
}

#MainContent a:hover
{
	color:#ef7b20;
	text-decoration:underline;
}

/*
==========================================
Home Page Contact Info / Quick Links
==========================================
*/
#HPContact
{
position:relative;
width:236px;
height:175px;
background:#EEEEF8;
font-size:12px;
}

#HPContactInfo
{
padding:5px 10px 0 10px;
}

#HPContactHeader
{
font-size: 12px;
color:#fff;
background-color:#11155E;
padding-left:10px;
}

#HPTel, #HPFax, #HPEmail
{
background-repeat:no-repeat;
height:30px;
min-height:30px;
line-height:30px;
padding-left:35px;
background-position:0px;
font-weight:bold;
}
#HPTel
{
background-image:url(../Data/Assets/ava/Logos/Ava_Phone.gif);
}
#HPFax
{
background-image:url(../Data/Assets/ava/Logos/Ava_Fax.gif);
}
#HPEmail
{
background-image:url(../Data/Assets/ava/Logos/Ava_Email.gif);
}

#QLHeader
{
font-size: 12px;
color:#fff;
background-color:#6C6C9E;
padding-left:10px;
margin-bottom:5px;
font-weight:bold;
}

.AvaUl li, .IndentPara ul li, .external
{
background-repeat:no-repeat;
height:24px;
min-height:24px;
line-height:24px;
padding-left:35px;
background-position:10px;
}

.AvaUl li.bullet, .IndentPara ul li,textarea.tinymceContainer ul li /* Default bullet style for main content area */
{
background-image:url(../Data/Assets/ava/Logos/Ava_Bullet.gif);
}
.IndentPara ul li 
{
background-position:5px 1px;
height:auto;
line-height:18px;
}

.AvaUl li.folder, .IndentPara ul li.folder
{
background-image:url(../Data/Assets/ava/Misc/folder.gif);
}


.AvaUl li.rss, .IndentPara ul li.rss
{
background-image:url(../Data/Assets/ava/Misc/rss_icon.gif);
margin-bottom:10px;
}

.AvaUl li.external, .IndentPara ul li.external,.external
{
background-image:url(../Data/Assets/ava/Logos/Ava_external_link.gif);
padding-left:43px;
margin-bottom:10px;
}

#KQHeader
{
font-size: 12px;
color:#000;
background-color:#B2B2B2;
padding-left:10px;
}

#gotoassist
{
height:50px;
line-height: 50px;
}

#BookDemo {
position:relative;
top:63px;
left:20px;
width:140px;
}

#BookDemo a span, #ad1 a span,#ad2 a span,#ad3 a span,#clientlogo3 a span
{
display:none;
}

#BookDemo a {
background:url(../Data/Assets/ava/Logos/Free_Demo.gif) no-repeat top left;
height:56px;
width:140px;
z-Index:-1;
cursor: pointer;
display: block;
}

#ad1,#ad2,#ad3
{
float:left;
width:79px;
height:70px;
}
#ad1 a,#ad2 a,#ad3 a
{
width:79px;
height:70px;
cursor: pointer;
display: block;
}
#ad1,#ad1 a
{
width:78px;
}
#ad1 a
{
background-image:url(../Data/Assets/ava/Logos/Microft_Vista.gif);
}
#ad2 a
{
background-image:url(../Data/Assets/ava/Logos/ABC_123.gif);
}
#ad3 a
{
background-image:url(../Data/Assets/ava/Logos/Easy_Access.gif);
}

/*
==========================================
Gallery List
==========================================
*/

#MainContent .GalleryList
{
	margin:15px 0 0 -10px;
	width:424px;
}

#MainContent .GalleryList .Item
{
	float:left;
	width:96px;
	margin:0 0 10px 10px;
}


#MainContent .GalleryList .Item a img
{
	padding:2px;
	border:1px solid black;
}

#MainContent .GalleryList .Item a:hover img
{
	padding:2px;
	border:1px solid black;
	background-color:black;
}

#MainContent .GalleryList .Item strong a
{
	display:block;
	margin:5px 0 0 0;
}

#MainContent .GalleryList .Item em
{
	display:block;
	font-size:12px;
}


#MainContent .Photo img
{
	/* This ensures the photos is resized to fit the div */
	max-width:100%;
}

#MainContent .Photo .PhotoNav
{
	display:block;
}

#MainContent .Photo .PhotoNav .Left
{
	float:left;
}

#MainContent .Photo .PhotoNav .Right
{
	float:right;
}

/*
==========================================
News List
==========================================
*/

#MainContent ul.NewsList
{
 margin:15px 0 0 0;
}


#MainContent ul.NewsList li
{
 margin:0 0 15px 0;
}

#MainContent ul.NewsList li a
{
 display:block;
}

#MainContent ul.NewsList li a.Event
{
	background-image:url(../Data/Assets/ava/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent ul.NewsList li a.News
{
	background-image:url(../Data/Assets/ava/Misc/news_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent .EventItem strong
{
	display:block;
}


/*
==========================================
Contact Form
==========================================
*/
#MainContent .ContactForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(../Data/Assets/ava/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

#MainContent .ContactForm .Error li
{
	font-weight:normal;
}

#MainContent .ContactForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContent .ContactForm legend
{
	display:none;
}

#MainContent .ContactForm label
{
	color:#000000;
	font-weight:bold;
}

#MainContent .ContactForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}

#MainContent .ContactForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}

/*
==========================================
VCard Styling
==========================================
*/

.vcard .n
{
	font-weight:bold;
}

.vcard .tel
{
	background-image:url(../Data/Assets/ava/Misc/phone_icon.gif);
	background-repeat:no-repeat;
	background-position:6px 0px; /* Left:6px Top:0px */
	padding:2px 0 3px 22px;
	margin:15px 0 0 0;
	display:block;
	color:#000000;
}

.vcard .email
{
	background-image:url(../Data/Assets/ava/Misc/email_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:0 0 1px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vcard .url
{
	background-image:url(../Data/Assets/ava/Misc/web_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:1px 0 2px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vCardDl
{
	background-image:url(../Data/Assets/ava/Misc/vcard_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	padding:0 0 0 22px;
	margin:15px 0 50px 0;
	color:#000000;
}


/*
==========================================
Email A Friend
==========================================
*/
#MainContent .EmailFriendForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(../Data/Assets/ava/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

#MainContent .EmailFriendForm .Error li
{
	font-weight:normal;
}

#MainContent .EmailFriendForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContent .EmailFriendForm legend
{
	display:none;
}

#MainContent .EmailFriendForm label
{
	color:#000000;
	font-weight:bold;
}

#MainContent .EmailFriendForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}

#MainContent .EmailFriendForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}



/*
==========================================
Search Results
==========================================
*/


#MainContent #xsltsearch #xsltsearch_summary strong
{
	font-weight:bold;
}

#MainContent #xsltsearch .xsltsearch_description strong
{
	background-color:#FFF6BF;
	padding:0 2px 0 2px;
}

#MainContent #xsltsearch .xsltsearch_form .input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
}

#MainContent #xsltsearch #xsltsearch_stats
{
	font-size:12px;
	font-style:italic;
}

.xsltsearch_form
{
background-color:#FAFAFA;
border-bottom:1px solid #EAEAEA;
border-top:1px solid #EAEAEA;
font-size:1.2em;
margin-top:5px;
margin-bottom:5px;
padding:8px;
padding-left:5px;
color:#000;
font-weight:normal;
line-height:1.6em;
}

/*
==========================================
Secondary Content
==========================================
*/


#SecondaryContent
{
	float:left;
	width:236px;
	font-size:13px;
	/* background-color:blue;*/ /* Used for debug */
	padding:0;
margin-left: 2px;
}

#SecondaryContent a
{
	color:#000000;
	text-decoration:none;
}

#SecondaryContent a:hover
{
	color:#000000;
	text-decoration:underline;
}

#SecondaryContent a.RSSLink
{
	background-image:url(../Data/Assets/ava/Misc/rss_icon.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 8px 23px;
	text-decoration:underline;
	display:block;
}

#SecondaryContent a.RSSLink:hover
{
	text-decoration:none;
	display:block;
}

#NewsSecondaryHeader
{
	background-image:url(../Data/Assets/ava/Misc/rss_icon.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding:0 0 0 23px;
}

#SecondaryContent ul#NewsList
{
	margin:12px 0 0 0;
}

#SecondaryContent ul#NewsList li
{
	margin:0 0 6px 0;
	font-size:13px;
}

#SecondaryContent ul#NewsList li strong
{
	font-weight:bold;
}

#SecondaryContent ul#NewsList li.Event a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 27px;
	color:#808080;
	text-decoration:none;
	background-image:url(../Data/Assets/ava/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:7px 8px;
}

#SecondaryContent ul#NewsList li.News a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 27px;
	color:#808080;
	text-decoration:none;
	background-image:url(../Data/Assets/ava/Misc/news_icon.gif);;
	background-repeat:no-repeat;
	background-position:7px 8px;
}

#SecondaryContent ul#NewsList li a:hover
{
	background-color:#FFECCC;
	border-top:3px solid #FFA200;
	border-bottom:3px solid #FFA200;
	color:#FF6300;
	text-decoration:none;
}

#SecondaryContent #SearchSecondaryHeader
{
	margin:30px 0 0 0;
}

#SecondaryContent form
{
	margin:0 0 30px 0;
}

#SecondaryContent form input.Submit
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/ava/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px -16px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
	padding:0;
	margin:0;
}

#SecondaryContent form input.Submit:hover, #SecondaryContent form input.Submit:active
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/ava/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
}

#SecondaryContent form input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
	width:150px;
}

#SecondaryContent a.EmailFriend
{
	background-image:url(../Data/Assets/ava/Misc/email_a_friend.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding:0 0 0 22px;
	text-decoration:underline;
	color:#000000;
}

#SecondaryContent a.EmailFriend:hover
{
	text-decoration:none;
}

#clientlogo1,#clientlogo2,#clientlogo3
{
position:relative;
float:left;
}

#clientlogos
{
position:absolute;
top:394px;
left:auto;
height:70px;
}

#clientlogos2
{
float:left;
left:auto;
height:70px;
}

.HomePost
{
margin:5px;
}

.HomePostTitle
{
width:728px;
line-height:15px;
}

.HomePostTitle H2
{
float:left;
line-height:15px;
}

.HomePostTitleA
{
color:#030087;
}

.HomePostTitle small
{
margin-left:5px;
line-height:15px;
}
#HomeFootHeader,#HomeFootHeader2
{
font-size: 12px;
color:#fff;
padding-left:10px;
background-color:#666584;
left:auto;
z-index:5;
width:718px;
height:18px;
line-height:18px;
font-weight:bold;
overflow:visible;
}

#HomeFootHeader
{
position:absolute;
top:376px;
}

#HomeFootHeader2
{
float:left;
}
#HomeBlogTitles
{
width:718px;
float:left;
}

#entry
{
width:718px;
float:left;
}
#hpleft,#hpright
{
width:348px;
float:left;
}

#clientlogo1
{
width:67px;
height:29px;
background-image:url(../Data/Assets/ava/Logos/NHS.gif);
top:22px;
left:85px;
}
#clientlogo2
{
width:136px;
height:39px;
background-image:url(../Data/Assets/ava/Logos/BFBS.gif);
top:16px;
left:230px;
}
#clientlogo3
{
width:107px;
height:39px;
background-image:url(../Data/Assets/ava/Logos/Nursing_Personnel_Logo.gif);
top:17px;
left:340px;
}

#clientlogo3 a
{
width:107px;
height:39px;
cursor: pointer;
display: block;
}

#Footer
{
	position:relative;
	float:left;	
	left:auto;
	height:23px;
	clear:both;
	min-height:22px;
	line-height:22px; /* This vertically centers the text */
	font-size:10px;
	color:#fff;
	margin:0px;
	border:0px;
}

#Footer a
{
	color:#fff;
	text-decoration:none;
}

#Footer a:hover
{
	color:#fff;
	text-decoration:underline;
}

#Footer table
{
width:968px;
margin:0px;
border:0px;
}

#ftleft
{
background:#fff;
width:11px;
height:24px;
background-image:url(../Data/Assets/ava/Misc/footleft.gif);
background-repeat:no-repeat;
background-position:0px;
padding:0px;
}
#ftright
{
background:#fff;
width:11px;
height:24px;
background-image:url(../Data/Assets/ava/Misc/footright.gif);
background-repeat:no-repeat;
padding:0px;
}

#ftcentre
{
background-color: #666584;
width:948px;
padding:0px;
}

#footleft
{
position: relative;
display: inline;
float: left;
}

#footright
{
position: relative;
display: inline;
float: right;
}

#footlist 
{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
#footlist li{
position: relative;
display: inline;
float: left;
line-height:21px;
margin-left:16px;
}

.info {
background-color:#FAFAFA;
border-bottom:1px solid #EAEAEA;
border-top:1px solid #EAEAEA;
font-size:1.2em;
margin-top:-3px;
padding:3px;
color:#000;
}

.quote
{
background:transparent url(../Data/Assets/ava/misc/leftap.jpg) no-repeat scroll left top;
padding-left:23px;
width:664px;
}

.commentlist li
{
margin-bottom:10px;
width:664px;
}

span.q {
background:transparent url(../Data/Assets/ava/misc/rightap.jpg) no-repeat scroll right bottom;
color:#555555;
padding:2px 22px 0px 0px;
}

.question,.answer,.faqlist
{
margin: 10px 10px 10px 10px;
}

#FeatureHeading
{
height:80px;
background-color:#EEEEF8;
border-bottom:1px solid #B0B0B0;
border-top:1px solid #B0B0B0;
padding-top:5px;
padding-bottom:5px;
color:#000;
}

.FeatureBlock,.FeatureBlock2
{
margin-bottom:5px;
float:left;
height:90px;
width:339px;
margin-right:5px;
background-color:#fff;
/* background-color:#EEEEF8; 
border-bottom:1px solid #B0B0B0;
border-top:1px solid #B0B0B0;*/
padding:5px;
color:#000;
}

#MainContent h3.FeatureName
{
font-size:15px;
}

.FeatureBlock2
{
width:160px;
border:0px;
height:110px;
}
.FeatureGrid,#AddonGrid
{
float:left;
width:708px;
}
.FeatureGrid div h3,#AddonGrid div h3
{
font-size:12px;
}

.FeatureBlock2 .centerme
{
margin: 0 auto;
text-align: center;}

#MainContent .FeatureGrid .FeatureBlock h3,#MainContent .FeatureBlock h3
{
font-size:14px;
}
#FeatureHeading img,#MainContent .FeatureBlock img
{
float:left;
margin-right:5px;
width:80px;
height:80px;
}
#ProductImage
{
float:left;
width:708px;
margin-bottom:10px;
}
#prodText
{
position:relative;
left:320px;
width:388px;
}

#BookMarkTitle
{
DISPLAY: inline;
}
#socialBookMarks UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 6px 0px 4px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; DISPLAY: inline;
}
#socialBookMarks UL LI {
	PADDING-RIGHT: 4px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 6px; PADDING-TOP: 0px; TEXT-ALIGN: center
}
.IndentPara ul li.delicious{
background: url(/data/Assets/ava/delicious.gif) no-repeat 0px 0px
}
.IndentPara ul li.digg {
background: url(/data/Assets/ava/digg.gif) no-repeat 0px 0px
}
.IndentPara ul li.reddit {
background: url(/data/Assets/ava/reddit.gif) no-repeat 0px 0px;
}
.IndentPara ul li.facebook {
background: url(/data/Assets/ava/facebook.gif) no-repeat 0px 0px
}
.IndentPara ul li.stumbleupon {
background: url(/data/Assets/ava/stumbleupon.gif) no-repeat 0px 0px
}
#socialBookMarks UL LI A {
	PADDING-RIGHT: 0px; PADDING-LEFT: 18px; PADDING-BOTTOM: 0px; MARGIN: 0px 3px 0px 0px; PADDING-TOP: 0px
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h4 {
background-color:#FAFAFA;
border-bottom:1px solid #EAEAEA;
border-top:1px solid #EAEAEA;
font-size:1.2em;
margin-top:5px;
margin-bottom:5px;
padding:0px;
padding-left:5px;
color:#000;
font-weight:normal;
line-height:1.6em;
}

.BlueHeading {
background-color:#EEEEF8;
border-bottom:1px solid #B0B0B0;
border-top:1px solid #B0B0B0;
font-size:1.2em;
margin-top:5px;
margin-bottom:5px;
padding:0px;
padding-left:5px;
color:#000;
font-weight:normal;
line-height:1.6em;
}

