/*#Global#*/
body
{
	font-family: Arial;
	font-size: 80%;
	margin: 0px;
	background-color: #fff;
}

body.LTR, body.RTL
{
	background-color: #ffa7f6;
	background-color: #fff;
}

h1
{
	color: #a53c9a;
	border-bottom: solid 2px #a53c9a;
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 0.75em 0;
	padding: 0;
	line-height: 150%;
}

h2
{
	font-size: 150%;
	color: #6b439b;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h3
{
	font-size: 120%;
	color: #a53c9a;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h4
{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

a, a:visited, a:active, a:link
{
	color: #99BBBB;
	color: #cceeff;
	color: #e74114;
	text-decoration: underline;
	color: #6b439b;
}

a:hover
{
	color: #452f5a;
}

.clear
{
	width: 0px; 
	height: 0px; 
	clear: both; 
	line-height: 0px; 
	font-size: 0px;
}

table
{
	margin: 0px;
	padding: 0px;
}

hr {
	color: #eee;
	border: 0 none;
	border-top: 1px solid #eee;
	height: 1px;
}
/*#Global/Boxes#*/
.yellowBox
{
	width: 224px;
	padding: 0 20px 0 20px;
	background: #f6ec94 url(../App_Themes/Agape/Images/yellowbox.gif) repeat-y top left;
}
.yellowBoxOuter
{
	width: 264px;
	padding-top: 11px;
	background: transparent url(../App_Themes/Agape/Images/yellowbox_top.gif) no-repeat top left;
}
.yellowBoxInner
{
	width: 264px;
	padding-bottom: 11px;
	background: transparent url(../App_Themes/Agape/Images/yellowbox_bottom.gif) no-repeat bottom left;
}
.yellowBox a, .yellowBox a:visited, .yellowBox a:active, .yellowBox a:link
{
	color: #e74114;
	text-decoration: underline;
}

.yellowBox a:hover
{
	color: #990000;
}

.LeftmenuBox
{
	width: 193px;
	padding: 0 20px 0 20px;
	background: #f6dbfa url(../App_Themes/Agape/Images/leftmenubox.gif) repeat-y top left;
}
.LeftmenuBoxOuter
{
	width: 233px;
	padding-top: 11px;
	background: transparent url(../App_Themes/Agape/Images/leftmenubox_top.gif) no-repeat top left;
	margin-bottom: 20px;
}
.LeftmenuBoxInner
{
	width: 233px;
	padding-bottom: 11px;
	background: transparent url(../App_Themes/Agape/Images/leftmenubox_bottom.gif) no-repeat bottom left;
}
.LeftYellowmenuBox
{
	width: 193px;
	padding: 0 20px 0 20px;
	background: #f6ec94 url(../App_Themes/Agape/Images/leftyellowbox.gif) repeat-y top left;
}
.LeftYellowmenuBoxOuter
{
	width: 233px;
	padding-top: 11px;
	background: transparent url(../App_Themes/Agape/Images/leftyellowbox_top.gif) no-repeat top left;
	margin-bottom: 20px;
}
.LeftYellowmenuBoxInner
{
	width: 233px;
	padding-bottom: 11px;
	background: transparent url(../App_Themes/Agape/Images/leftyellowbox_bottom.gif) no-repeat bottom left;
}

.LeftYellowmenuBox a, .LeftYellowmenuBox a:visited, .LeftYellowmenuBox a:active, .LeftYellowmenuBox a:link
{
	color: #e74114;
	text-decoration: underline;
}

.LeftYellowmenuBox a:hover
{
	color: #990000;
}

.LeftYellowmenuBox h3
{
	margin-top: 0;
}

.yellowBoxSimple
{
	padding: 15px;
	background-color: #f6ec94;
	border: solid 1px #d5c330;
	font-size: 85%;
}

.yellowBoxSimple h3
{
	margin-top: 0;
}
/*#Main styles#*/

.zoneLeft
{
	width: 260px;
	float: left;
	color: #333333;
	padding-left: 30px;
	margin-top: 38px;
}

.zoneContent
{
	width: 628px;
	color: #333333;
	line-height: 150%;
	margin: 0 30px 0 2px;
	padding-top: 20px;
}

.zoneContent img
{
	border: none;
}

.zoneContent a
{
/*	text-decoration: underline;*/
}

.zoneContent p
{
	margin-top: 0;
}

.DesignMode .zoneLeft
{
	width: 220px;
}

.FullWidthContent .zoneContent
{
	width: 890px;
	padding: 20px 30px 0 30px;
}

/*#Main styles/Master page#*/
.mainDiv
{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff url(../App_Themes/Agape/Images/bg.gif) repeat-y top left;
}

.logo_agape
{
	height: 127px;
	cursor: pointer;
	margin-left: 30px;
}
.zoneTop
{
	width: 950px;
	height: 127px;
	padding: 0;
	background: #ffffff url(../App_Themes/Agape/Images/bgtop.jpg) no-repeat top left;
}

.top_left
{
	height: 127px;
	width: 290px;
	float: left;
}
.top_right
{
	height: 127px;
	width: 660px;
	float: right;
	text-align: right;
}

.zoneTopMenu
{
	width: 660px;
	clear: both;
	height: 63px;
}
.zoneLogin
{
	height: 54px;
	padding: 10px 30px 0 0;
	text-align: right;
	font-size: 85%;
	color: #ffffff;
	float: right;
}
.zoneLogin a
{
	color: #ffffff;
	text-decoration: none;
}

.DesignMode .zoneTopMenu
{
	height: 120px;
}

.menu_divider
{
	clear: both;
	height: 19px;
}
.zoneMain
{
	min-height: 485px;
	width: 950px;
	background: transparent url(../App_Themes/Agape/Images/bgtoppage.jpg) no-repeat top left;
}

.IE6 .zoneMain
{
	height: 485px;
}

.zoneBottom
{
	width: 890px;
	height: 50px;
	padding-top: 15px;
	color: #444444;
	font-size: 85%;
	border-top: solid 3px #c5c5c5;
	margin: 30px 30px 0 30px;
	line-height: 150%;
}
.zoneBottom a
{
	text-decoration: none;
}

.zoneBottom .FooterLeft
{
	float: left;
	margin-left: 20px;
	width: 400px;
}
.zoneBottom .FooterRight
{
	float: right;
	margin-right: 20px;
	width: 400px;
}

/*#Main styles/Top menu#*/

.topmenu
{
	padding-top: 10px;
	padding-left: 4px;
}
.CMSListMenuUL
{
	list-style-type: none;
	font-size: 90%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000000;
}

.CMSListMenuLI, .CMSListMenuHighlightedLI, .CMSListMenuLILast, .CMSListMenuHighlightedLILast
{
	display: block;
	float: left;
	padding: 0px;
	background: url(../App_Themes/Agape/Images/bg_topmenu_separator.gif) no-repeat center right;
}

.CMSListMenuLILast, .CMSListMenuHighlightedLILast
{
	background-image: none;
}

.CMSListMenuLink, .CMSListMenuLinkHighlighted
{
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px 15px;
	margin-right: 2px;
}

.CMSListMenuLI a, .CMSListMenuLILast a
{
	color: #000000;
	text-decoration: none;
}

.IE6 .zoneTopMenu .CMSListMenuLI, .IE6 .zoneTopMenu .CMSListMenuLI a:visited, .IE6 .zoneTopMenu .CMSListMenuLILast a:visited
{
	color: #000000;
	text-decoration: none;
}

.CMSListMenuLinkHighlighted, .CMSListMenuHighlightedLIlast a, .CMSListMenuHighlightedLI a, a.CMSListMenuLinkHighlighted
{
	color: #000000;
	text-decoration: underline;
}

.IE6 .zoneTopMenu .CMSListMenuLinkHighlighted, .IE6 .zoneTopMenu .CMSListMenuHighlightedLIlast a:visited, .IE6 .zoneTopMenu .CMSListMenuHighlightedLI a:visited
{
	color: #000000;
	text-decoration: underline;
}

.IE6 .leftMenu .CMSListMenuLI a:visited, .IE6 .leftMenu .CMSListMenuHighlightedLI a:visited
{
	color: #000000;
	text-decoration: none;
}

.CMSListMenuLI a:hover, .CMSListMenuLILast a:hover
{
	color: #000000;
	text-decoration: underline;
}

.IE6 .zoneTopMenu .CMSListMenuLI a:hover, .IE6 .zoneTopMenu .CMSListMenuLILast a:hover
{
	color: #000000;
	text-decoration: underline;
}

/*#Main styles/Club menu#*/

.clubmenu
{
	margin-left: 4px;
}
.clubmenu span
{
	display: block;
	float: left;
	font-size: 85%;
	font-weight: bold;
	margin-left: 15px;
}
.clubmenu .CMSListMenuUL
{
	font-size: 85%;
	list-style-type: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #000000;
}

.clubmenu .CMSListMenuLI, .clubmenu .CMSListMenuHighlightedLI, .clubmenu .CMSListMenuLILast, .clubmenu .CMSListMenuHighlightedLILast
{
	display: block;
	float: left;
	padding: 0px;
	background: url(../App_Themes/Agape/Images/bg_topmenu_separator.gif) no-repeat center right;
}

.clubmenu .CMSListMenuLILast, .clubmenu .CMSListMenuHighlightedLILast
{
	background-image: none;
}

.clubmenu .CMSListMenuLink, .clubmenu .CMSListMenuLinkHighlighted
{
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px 10px;
	margin-right: 0px;
}

.clubmenu .CMSListMenuLI a, .clubmenu .CMSListMenuLILast a
{
	color: #000000;
	text-decoration: none;
}

.clubmenu .CMSListMenuLI a:hover, .clubmenu .CMSListMenuLILast a:hover
{
	color: #000000;
	text-decoration: underline;
}

/*#Main styles/Left menu#*/

.leftMenu .ParentNode
{
	color: #6b439b;
	border-bottom: solid 2px #6b439b;
	font-size: 160%;
	font-style: italic;
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 0.75em;
	display: block;
	text-decoration: none;
}

.Gecko .leftMenu .ParentNode,
.Gecko3 .leftMenu .ParentNode,
.Safari .leftMenu .ParentNode
{
	padding-top: 4px;
}

.leftMenu .CMSListMenuUL
{
	list-style-type: none;
	font-size: 85%;
	margin: 0;
	padding: 0px;
	text-transform: none;
/*	padding-bottom: 20px;*/
	font-weight: bold;
}

.leftMenu .CMSListMenuUL .CMSListMenuUL
{
	font-weight: normal;
	font-size: 100%;
	padding: 5px 0 0 18px;
}

.IE6 .leftMenu .CMSListMenuUL .CMSListMenuUL, .Gecko3 .leftMenu .CMSListMenuUL .CMSListMenuUL, .Gecko .leftMenu .CMSListMenuUL .CMSListMenuUL
{
	font-weight: normal;
	margin-bottom: 0px;
}

.leftMenu .CMSListMenuLI, .leftMenu .CMSListMenuHighlightedLI, .leftMenu .CMSListMenuLILast, .leftMenu .CMSListMenuHighlightedLILast
{
	background: none;
	line-height: 150%;
	margin: 0;
	padding-bottom: 5px;
	margin-left: 0px;
	color: #000;
	float: none;
}

.IE6 .leftMenu .CMSListMenuLI, .IE6 .leftMenu .CMSListMenuHighlightedLI
{
/*	width: 175px;*/
	margin-right: 0;
	padding-right: 0;
}

.leftMenu .CMSListMenuLink, .leftMenu .CMSListMenuLinkHighlighted
{
	padding-left: 18px;
	color: #452f5a;
}

.leftMenu .CMSListMenuLI a:hover, .leftMenu .CMSListMenuLinkHighlighted, .leftMenu .CMSListMenuHighlightedLI a
{
	background: none;
	text-decoration: none;	
	background: url(../App_Themes/Agape/Images/bullet-blue-flower.gif) no-repeat 2px left;
	color: #452f5a;
}

.leftMenu .CMSListMenuLI a:hover, .leftMenu .CMSListMenuHighlightedLI a:hover
{
	text-decoration: underline;	
}

.leftMenu .CMSListMenuLinkHighlighted, .leftMenu .CMSListMenuHighlightedLI a
{
	font-weight: bold;
}

.leftMenu .CMSListMenuHighlightedLI .CMSListMenuLink, .leftMenu .CMSListMenuHighlightedLI .CMSListMenuLink a
{
	background: none;
	font-weight: normal;
}

.IE6 .leftMenu .ParentNode
{
	text-decoration: none;
}

.IE6 .leftMenu .CMSListMenuLI a:visited, .IE6 .leftMenu .CMSListMenuHighlightedLI a:visited
{
	color: #452f5a;
}

/*#Main styles/Homepage#*/
.Homepage .zoneHero
{
	width: 450px;
	height: 168px;
	padding-top: 40px;
	padding-left: 500px;
	background: #ffffff url(../App_Themes/Agape/Images/hp_image01.jpg) no-repeat top left;
}

.Homepage .HPcontent
{
	background: transparent url(../App_Themes/Agape/Images/bgtophp.jpg) no-repeat top left;
}

.Homepage .HPTopic
{
	width: 350px;
	color: #333333;
}

.Homepage .HPTopic H2
{
	font-size: 175%;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.Homepage .HPcontent .zoneLeft
{
	width: 556px;
	float: left;
	padding: 0 0 0 50px;
	color: #333333;
	margin-top: 0;
}

.Homepage .HPcontent .zoneLeft h1
{
	color: #a53c9a;
	border-bottom: solid 2px #a53c9a;
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}

.Homepage .col1
{
	float: left;
	width: 255px;
	padding-right: 20px;
}
.Homepage .col2
{
	float: right;
	width: 255px;	
}
.Homepage .col1 H2, .Homepage .col2 H2
{
	border-bottom: solid 2px #6b439b;
}

.Homepage .HPcontent .zoneContent
{
	width: 264px;
	margin-top: 0;
	margin-right: 30px;
	padding: 0;
	color: #333333;
}

.yellowBox
{
	font-size: 89%;
	line-height: 150%;
}

.yellowBox H2
{
	color: #6b439b;
	border-bottom: solid 2px #6b439b;
	font-size: 180%;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 0.75em 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

/*#Main styles/Navipage#*/
.Navipage .zoneHero
{
	width: 450px;
	height: 168px;
	padding-top: 40px;
	padding-left: 500px;
}

.Navipage .HPcontent
{
	background: transparent url(../App_Themes/Agape/Images/bgtophp.jpg) no-repeat top left;
}

.Navipage .HPTopic
{
	width: 350px;
	color: #333333;
}

.Navipage .HPTopic H2
{
	font-size: 175%;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.Navipage .zoneContent
{
	margin-top: 1px;
	padding-top: 0;
}
.Navipage .zoneLeft
{
	margin-top: 0;
}

.Navipage h1
{
	margin-top: 0;
}

/*#Main styles/Search box#*/
/*#Main styles/BreadCrumbs#*/
.BreadBox
{
	/*text-transform: uppercase;*/
	font-size: 85%;
	color: #452f5a;
}
.BreadBox a
{
	color: #452f5a;
	text-decoration: none;
}
.BreadBox a:hover
{
	text-decoration: underline;
}
/*#Main styles/Documents#*/
.ReleaseDate
{
	font-size: 85%;
	color: #777777;
}

/*#LightBox image gallery#*/
.photoGallery
{
	margin: auto;
	text-align: center;
	width: 612px;
}

.photoGalleryContainer
{
	margin: auto;
	text-align: center;
}
.LightBoxPreview
{
	float: left;
	width: 285px;
	margin-left: 10px;
	margin-right: 10px;
}
.LightBoxPreview img
{
	border: solid 2px #000;
	margin: 15px;
}
.LightBoxPreview .description
{
	font-size: 85%;
	text-align: center;
	line-height: 120%;
}

/*#ShoppingCart#*/


.subContent .shoppingCart
{
	padding: 10px 10px;
}

.IE6 .subContent .shoppingCart
{
	padding-right: 0;
}

.ShoppingCartStepImage
{
    border: none;
	margin-top: 10px;
	padding:0px;
	vertical-align: middle;
}

.ShoppingCartStepSeparator
{
    border: none;
    margin-top: 10px;
    padding: 0 20px;
    vertical-align: middle;
}

.CartStepHeader
{
	background-color: #326590;
	color: #ffffff;	
	padding: 5px;	
	font-weight: bold;
	font-family:Arial;
	font-size: 12pt;
	margin-bottom: 5px;
}

.CartStepTable th
{
	background-color: #326590;
	color: #ffffff;	
	font-family:Arial;
	font-size: 11px;
}

.CartStepTable
{
	border: 1px solid #326590;	
	border-collapse: collapse;
	width: 740px;
}

.CartStepPanel
{
	padding: 5px;
}

.CartContentTable td
{
	border: 1px solid #dddddd;		
	background-color: #ffffff;
	padding: 4px;
}



.CartContentTable th
{
	border: 1px solid #dddddd;	
	font-family:Arial;
	font-size: 11px;	
}

.ErrorLabel{
color: red;
font-weight: bold;
}

.LineErrorLabel
{
color: #ff0000;
text-align: left;
}


.BlockTitle{
font-size: 14px;
font-weight: bold;
padding: 5px 0 5px 0;
margin: 15px 5px;
display: block;
}

.PricePanel
{
	float: right;
}

.ItemsNotAvailable{
color: red;
}

.MyCredit, .MyOrders, .MyAddresses{
padding: 0px 6px;
}

.UniGridHead{
text-align: left;
}

.shoppingCart input[type=submit]
{
	padding: 0px 15px;
}
.UnitsTextBox
{
	width: 40px;
}
.TextboxField, .TextBoxField
{
	width: 280px;
}
.DropDownField
{
	width: 285px;
}

.galleryPreview{
width: 120px;
height: 120px;
float: left;
border: 1px solid #c4dbe7;
text-align: center;
margin: 5px;
}

.IE6 .galleryPreview
{
margin: 4px;
}

.DesignMode .galleryPreview{
margin: 4px;
}

.galleryImage{
display: table-cell;
vertical-align: middle;
width: 120px;
height: 120px;
text-align: center;
line-height: 120px;
}

.IE6.galleryImage{
height: 123px;
}

.hotOffers
{
	float: left;
	border: 1px solid silver;
	margin: 2px;
	background: #297dae;
}

.hotOffers img
{
	border: none;
}

.hotImage
{
	height: 200px;
	line-height: 200px;
	width: 268px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background: white url(../App_Themes/EcommerceSite/Images/product_top_bg.gif) repeat-x;
}

.IE6 .hotImage img
{
	padding-top: 20px;
}
.PagePlaceholderBorder .hotImage
{
	width: 266px;
}

.hotPrice
{
	margin-bottom: 2px;
	background-color: #fff;
	padding: 0px 0px 5px;
}
.hotPrice span
{
	width: 140px;
	padding: 5px 15px;
	display: block;
	background: url(../App_Themes/EcommerceSite/Images/priceBackground.gif) no-repeat top left;
	font-weight: bold;
}
.hotLink
{
	height: 30px;
	width: 266px;
}

.hotText
{
	text-align: center;
	height: 30px;
	width: 266px;
	display:table-cell;
	vertical-align:middle;
	line-height: 25px;
}



.hotText a
{
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.hotOffersBox{
padding: 4px 0px 1px 2px;
}


.PagerResults{
text-align: center;
}

.PagerNumberArea{
text-align: center;
background: #f0f0f0;
font-weight: bold;
}

.SelectedPrev{
padding: 0px 2px;
}

.SelectedPage{
background: #8bd4f2;
padding: 0px 1px;
border: 1px solid gray;
}

.PagerNumberArea{
padding-bottom: 2px;
}

.PagerNumberArea a{
border: 1px solid #f0f0f0;
padding: 0px 1px;
}

.PagerNumberArea a:hover{
text-decoration: none;
border: 1px solid gray;
background: #e0e0e0;
color: black;
}

table.productDetailInfo td{
vertical-align: top;
}

table.productDetail td{
vertical-align: top;
}

.NewsReleaseTitle{
width: 165px;
padding-left: 10px;
}

.panelOptions
{
	background-color: red;
}
/*#Article#*/
.ArticleList
{
}
.ArticleList h2
{
	margin-bottom: 0px;
}
.ArticleList h2 a
{
	text-decoration: none;
	color: #6b439b;
}
.ArticleList h2 a:hover
{
	text-decoration: underline;
	color: #6b439b;
}
.ArticleList p
{
	margin-top: 0px;
}
.ArticleTeaserText
{
	font-weight: bold;
	padding-bottom: 1em;
}
.ArticleText h3
{
	margin-bottom: 0.5em;
}
.ArticleBottomBox
{
	font-size: 85%;
	border: solid 1px #99BBBB;
	background-color: #cceeff;
	padding: 1em;
}
/*#Content rating#*/
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../App_Themes/Agape/Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../App_Themes/Agape/Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../App_Themes/Agape/Images/SavedStar.png);
}

.CntRatingResult
{
    clear:left;
    padding-top:0px;
}
.CntRatingContent
{
}
.CntRatingRadioTable tr
{
    text-align: center;
}
/*#Forums#*/

.ForumModerationInfo
{
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.ForumModerationInfoText
{
	margin: 15px;
	border: solid 1px #cccccc;
	padding: 35px;
	background-color: #fff6df;	
}

.ForumSearchResultsInfo
{
	background-color:#cccccc;
	padding: 8px;
	font-weight:bold;
}

.Forum .Unapproved
{
	background-color:#fff2cf;
}

.PostText blockquote
{
	border: solid 1px #d4d4d4;
	background-color: #eeeeee;
	padding: 4px;
	margin-left: 10px;
}

.PostText blockquote cite 
{
	display: block;
	font-weight: bold;
}

.PostExtendedActions
{
	border-top: solid 1px #eeeeee;
	margin-left: 8px;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 15px;
}

.PostExtendedActions span
{
	display: none;
}

.PostExtendedActions .SendMessage
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(../App_themes/Default/Images/CMSModules/Forums/LiveImages/sendmessage.gif);
	margin-right: 7px;
}

.PostExtendedActions .Friendship
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(../App_themes/Default/Images/CMSModules/Forums/LiveImages/friendship.gif);		
}

/*#Forums/Extended search#*/

.ForumExtendedSearch .TextBox 
{
	width: 300px;
}

.ForumExtendedSearch .DropDownList
{
	width: 304px;
}


.ForumExtendedSearch .Button
{
	margin-top: 20px;
	width: 150px;
}

.ForumLogonBox
{
	margin: 10px 0px 10px 0px;
	float: left;
}

.ForumSearchBox
{
	margin: 10px 0px 10px 0px;
	float: right;
}

.ForumSearchBox a
{
	color: black;
}

.DesignMode .ForumSearchBox, .DesignMode .ForumLogonBox
{
	float: none;
}

.Post .AcceptedSolution
{
	background-color: #efffef;
}

.AcceptedSolutionArea
{
	color:Green;
	font-size:14pt;
	width:100%;
	margin-bottom: 5px;
}

.AcceptedSolutionArea td 
{
 	padding-left: 5px !important;
	padding-bottom: 5px !important;
}
 
.AcceptedSolutionArea .AcceptedSolutionText
{
	width:100%;
}

.ForumManage
{
	border: 1px solid #cccccc;
	margin: 6px 2px 2px 0px;
	padding: 2px 5px;
	background-color: #fffed5
}

.ForumManage a
{
	color: #245a91;
	padding-right: 5px;
}

.PostManageEdit table
{
	border: none !important;
}

.PostManageEdit .ForumNewPost td
{
	border-bottom: none !important;
}

.ForumNewPost .SignatureAreaItem
{
	width: 505px;
	height: 50px;
}

.SignatureArea
{
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}

.ForumTree .PostTree .SignatureArea
{
	width: 100%;
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}

.AttachmentTableUpload input
{
margin-right: 3px;
}

/*Forum group*/
.ForumGroup
{
	width: 100%;
}

.ForumGroup a
{
	color: #245a91;
}

.ForumGroup .Table
{
	width: 100%;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	background-color: #ffffff;
}

.ForumGroup .Table td
{
	padding: 6px;
}

.ForumGroup .Table .Header td
{
	font-weight: bold;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #010101;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #000000 url(../App_Themes/Agape/Images/bg_forum_header.gif) repeat-x top left;
}

.ForumGroup .Table .Info td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #888888;
	border-top: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #010101 url(../App_Themes/Agape/Images/bg_forum_subheader.gif) repeat-x top left;

	height: 55px;
	vertical-align: top;
}

.ForumGroup .Table .GroupName
{
	display: block;
	font-weight: bold;
	font-size: 17px;

	padding-top: 8px;
	padding-bottom: 5px;
	color: #010101;
}

.ForumGroup .Table .GroupDescription
{
	display: block;
	padding-left: 10px;
	color: gray;
}


.ForumGroup .Table .ForumInfo
{
	padding-top: 6px;
	padding-bottom: 6px;
}

.ForumGroup .Table .Threads
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .Posts
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .LastPost
{
	text-align: center;
	width: 200px;
}

.ForumGroup .Table .PostTime
{
	white-space: nowrap;
}

.ForumGroup .Table .PostUser
{
	white-space: nowrap;
}

.ForumGroup .ForumOdd td
{
	background-color: #f8f8ff;
}

.ForumGroup .Forum td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumGroup .Forum .ForumName
{
	font-size: 15px;
	text-decoration: underline;
	color: black;
}

.ForumGroup .Forum .ForumDescription
{
	display: block;
	padding-top: 5px;
}


/*Forum flat view*/
.ForumFlat, .ForumTree
{
	margin-top: 15px;
}

.ForumFlat .ActionLink, .ForumFlat .ActionLink a, .ForumTree .ActionLink, .ForumTree .ActionLink a
{
	color: #245a91;
	display: inline;
}


.ForumFlat .Table, .ForumTree .Table
{
	width: 100%;
	background-color: #ffffff;
}

.ForumFlat .Table td
{
	padding: 6px;
}

.ForumFlat .Table .Info td, .ForumTree .Table .Info td
{
	border: 1px solid #cccccc;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000 url(../App_Themes/Agape/Images/bg_forum_subheader.gif) repeat-x top left;
	height: 55px;
	vertical-align: top;
	color: #010101;
}

.ForumTree .Table .Info td
{
	padding-left: 6px;
}

.ForumFlat .Table .ForumContent, .ForumTree .Table .ForumContent
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	/*font-size: 110%;*/
}

.ForumFlat .Table .Posts
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}

.ForumTree .Table .Posts
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .Table .ForumName, .ForumTree .Table .ForumName
{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	/*text-decoration: underline;*/
	color: #010101;
}

.ForumFlat .Table .ForumDescription, .ForumTree .Table .ForumDescription
{
	display: block;
	padding-left: 10px;
	color: gray;
}

.ForumFlat .Table .Informations td, .ForumTree .Table .Informations td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
	background-color: #fffec0;
}

.ForumFlat .Table .Actions td, .ForumTree .Table .Actions td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
}

.ForumFlat .Table .Actions .ActionLink, .ForumTree .Table .Actions .ActionLink
{
	color: #000; 
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
}

.ForumFlat .Table .Posts td
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0px;
}

.ForumFlat .Table .PostsTable, .ForumTree .Table .PostsTable
{
	width: 100%;
}

.ForumFlat .Table .PostsTable td, .ForumTree .Table .PostsTable td
{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .Pager td
{
	background-color: #eeeeee;
	border: none;
	padding: 0px;
	height: 23px;
	font-weight: bold;
	text-align: center;
}

.ForumFlat .Pager a
{
	font-weight: bold;
	text-decoration: underline;
	color: #65a02f;
}

.ForumFlat .ThreadTable, .ForumTree .ThreadTable
{
	border-left: solid 1px #cccccc;
}

.ForumFlat .ThreadTable td, .ForumTree .ThreadTable td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .ThreadTable .Header td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #010101;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../App_Themes/Agape/Images/bg_forum_header.gif);
}

.ForumFlat .ThreadTable .Author
{
	text-align: center;
	width: 200px;
}

.ForumFlat .ThreadTable .Posts, .ForumFlat .ThreadTable .Views
{
	text-align: center;
	width: 50px;
}

.ForumFlat .ThreadTable .LastPost
{
	text-align: center;
	width: 200px;
}

.ForumFlat .ThreadTable .PostTime
{
	white-space: nowrap;
}

.ForumFlat .ThreadTable .PostUser
{
	white-space: nowrap;
	font-weight: bold;
	color: #a7a7a7;
}

.ForumFlat .ThreadTable .ThreadInfo
{
	text-align: left;
}

.ForumFlat .ThreadTable .ThreadInfo .ThreadName
{
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	font-size: 14px;
	white-space: nowrap;
}

.ForumFlat .ForumBreadCrumbs
{
	font-weight: normal;
	font-size: 9pt;
	padding: 0px 5px 0px 5px;
}

.ForumFlat .ForumBreadCrumbs a
{
	color: black;
}

.ForumFlat .ForumNewPost
{
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.Post img
{
	border: 0px;
}

.PostAttachments
{
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 5px;
	margin: 10px 0px;
}

.PostAttachments .PostAttachmentsList
{
	padding: 2px 0px;
}

.PostAttachments .PostAttachmentsHeader
{
	color: gray;
}

.PostAttachments .PostAttachmentsList a
{
	color: black;
}

/*#Forums/Attachments#*/

.ForumAttachments
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}


.ForumAttachments .AttachmentTable
{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin-top: 12px;
}

.ForumAttachments .AttachmentTable td
{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader
{
	background-color: #eeeeee;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader th, .AttachmentTable .AttachmentFileSize, .AttachmentAction 
{
	text-align: center;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 3px;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader .AttachmentFileName
{
	text-align: left;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
	display: none;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload input
{
	height: 23px;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload .Button
{
	width: 100px;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
	display: none;
}

.ForumAttachments .Title
{
	font-size: 16px;
	font-weight: bold;
}
.PostText
{
	display: block;
	margin: 5px 0px 5px 5px;
}

.PostIndent
{
	margin-left: 45px;
}


.ForumPost .PostUser
{
	color: #000;
	font-size: 13px;
}

.ForumPost .PostUser:hover
{
	text-decoration: none;
}

.ForumPost .PostSubject
{
	font-weight: bold;
	font-size: 13px;
	padding: 2px 0px;

	
}

.ForumPost .PostActionLink
{
	color: #000;
	padding: 0px 5px;
	font-weight: normal;
	font-size: 12px;
}

.ForumPost .PostImage
{
	padding: 6px 0px;
}


.ForumPost .UserAvatar .AvatarImage
{
	background: url(../App_Themes/Agape/Images/bg_blog_img.gif) no-repeat top left;
	width: 66px;
	height: 66px;
	padding: 5px;
	/*float: left;*/
	margin: 6px 15px 5px 6px;
}

.ForumPost .UserAvatar
{
	width: 75px;
}

.ForumPost .UserAvatar .Badge
{
	margin-left: 11px;
	white-space: nowrap;  
}

.ForumPost .UserAvatar .BadgeImage
{
	margin-left: 8px;
	margin-bottom: 3px;
}

.ForumPost .PostText img
{
border: none;
}


/* New post form */
.ForumNewPost
{
	padding: 5px;
}

.ForumNewPost .PostReply
{
	border: solid 1px #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .FormPadding
{
	/*border: solid 1px #cccccc;*/
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .Title
{
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

.ForumFlat .ForumNewPost .PostForm td
{
	border: none;
}

.ForumNewPost .ItemLabel
{
	font-weight: bold;

	vertical-align: middle;
	padding: 5px;
}

.PollsBox .PollVoteButton
{
	width: 100px;
}

.ForumNewPost .TextboxItem
{
	width: 500px;
}

.ForumNewPost .TextboxItemShort
{
	width: 300px;
}

.ForumNewPost .TextareaItem
{
	width: 505px;
	height: 200px;
}

.forumSearch
{
	padding: 2px 15px 30px 15px;
}

.forum h1
{

	padding-left: 2px;
}

.ThreadImageAnnouncement{
background: url(../App_Themes/Agape/Images/Forums/thread_announcement.gif) 50% 50% no-repeat;
width: 30px;
}

.ThreadImage{
background: url(../App_Themes/Agape/Images/Forums/thread_default.gif) 50% 50% no-repeat;

width: 30px;
}

.ThreadImageLocked{
background: url(../App_Themes/Agape/Images/Forums/thread_lock.gif) 50% 50% no-repeat;
width: 30px;
}

.ThreadImageSticky{
background: url(../App_Themes/Agape/Images/Forums/thread_stick.gif) 50% 50% no-repeat;
width: 30px;
}

.ForumImage{
background: url(../App_Themes/Agape/Images/Forums/forum_default.gif) 50% 50% no-repeat;
width: 40px;
}

.ForumImageLocked{
background: url(../App_Themes/Agape/Images/Forums/forum_locked.gif) 50% 50% no-repeat;
width: 40px;
}

.ForumTree .PostTree td
{
	border: 0px;
}

.ForumTree .PostTree
{
	border: 0px;
}

.ForumTree .ForumPost
{
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: solid 1px #cccccc;
}

.ForumTree .PostImage td
{
	vertical-align: top;
}

.ForumTree .ThreadPostSelected
{
	background-color:#cccccc;
	padding: 3px;
	padding-bottom: 0px;
}

/*#Forums/Adhoc#*/

.DiskuzeListItem
{
	padding-bottom: 1em;
}
.DiskuzeListItem .PostDate
{
	font-size: 85%;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.DiskuzeListItem a
{
	font-weight: bold;
}
.DiskuzeListItem .PostPreview
{
	font-size: 90%;
	color: #333;
}

/*#Meditations#*/
.zoneContent .col1
{
	float: left;
	width: 428px;
	padding-right: 20px;
}
.zoneContent .col2
{
	float: right;
	width: 180px;	
}
.MeditationList
{
	height: 150px;
	padding-top: 30px;
	float: left;
	width: 400px;
}
.MeditationList img
{
	margin-right: 30px;
}
.MeditationList a, .DrawingList a
{
	font-weight: bold;
}

.DrawingList
{
	height: 150px;
	padding-top: 30px;
	clear: both;
}
.DrawingList .col1
{
	float: left;
	width: 170px;
	text-align: center;
}

.MeditationNews
{
	text-align: center;
	margin-bottom: 1em;
}
.MeditationFlowerLeft
{
	float: left;
	width: 50%;
	text-align: center;
}
.MeditationFlowerRight
{
	float: left;
	width: 50%;
	text-align: center;
}
/*#Products#*/
/*#Products/Books#*/
.randomProductWithStatusRightBlock .imageLink
{
	float: left;
	margin-right: 1em;
	height: 70px;
	width: 50px;
	text-align: center;
}
.randomProductWithStatusRightBlock
{
}
table.productDetail
{
	width: 628px;
}
.productDetail h3
{
	margin-top: 1em;
}
.productDetail .yellowBoxSimple
{
	font-size: 100%;
}
.productDetailInfo td
{
	padding: 3px;
}
.ProductPreviewBook
{
	height: 170px;
}
.ProductPreviewBook .ProductImage
{
	float: left;
	height: 150px;
	width: 150px;
	text-align: center;
}
.ProductPreviewBook .ProductBox
{
	float: left;
	width: 470px;
}
.ProductPreviewBook .ProductTitle
{
	font-weight: bold;
}
.ProductPreviewBook .ProductTeaser
{
	margin-bottom: 1em;
}
/*#Products/Audio Recording#*/

.ProductPreviewAudio
{
	width: 160px;
	height: 240px;
}
/*#Products/Subscription#*/

.ProductPreviewSubscription
{
	width: 300px;
	height: 240px;
}
/*#Obcasniky#*/
.ObcasnikList table
{
	width: 100%;
}
.ObcasnikList td
{
	width: 33%;
}
.ObcasnikList .Obcasnik
{
	margin-bottom: 1em;
	font-size: 85%;
	color: #777777;
}
.ObcasnikList .Obcasnik a, .ObcasnikList .Obcasnik span
{
	margin-bottom: 1em;
	font-size: 120%;
}
/*#News#*/
.HPContentNews
{
	padding-left: 18px;
	background: url(../App_Themes/Agape/Images/bullet-blue-flower.gif) no-repeat 3px left;
	padding-bottom: 0.5em;
}
.HPContentNews .ContentSummary
{
	font-size: 85%;
}
.HPContentNews .ContentTitle
{
	padding-bottom: 3px;
}
/*#MicroNews#*/
.MicroNewsBox h2
{
	margin: 0;
	padding-bottom: 0.5em;
}
.MicroNews
{
	font-size: 85%;
	margin: 0;
	padding-bottom: 0.5em;
}
/*#Dotazy Stanek#*/
.DotazyStanekListItem
{
	padding-bottom: 1em;
}
.DotazyStanekListItem .DotazyReleaseDate
{
	font-size: 85%;
	color: #777777;
	margin: 0;
	padding: 0;
}
.DotazyStanekListItem .DotazyPostDate
{
	font-size: 85%;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.DotazyStanekListItem a
{
	font-weight: bold;
}
.DotazyStanekListItem .Preview
{
	font-size: 85%;
}
.DotazyStanekListItem .PostPreview
{
	font-size: 85%;
	color: #000;
}

.DotazyLeft50
{
	float: left;
	width: 49%;
}
.DotazyRight50
{
	float: right;
	width: 49%;
}