﻿/*
    $ http://www.jquery-plugins.hu $
*/



/* General */
.methods { clear:left;list-style-type:none }
.containerExample { float:left; width:100% }
.left { float:left; width:850px }
.right { float:right; width:250px; padding-left:20px }
.right a:hover { cursor:pointer }



/* myAccordion */
* { outline:none !important }
.myAccordion { float:left;width:850px;padding:0 0 30px 0 }
.myAccordion > .top { float:left;width:850px;height:7px;background:url(top.png) no-repeat 0 0 }
.myAccordion > .bottom { float:left;width:850px;height:7px;background:url(bottom.png) no-repeat 0 0 }
.myActive { color:#990033 !important }
.myActive .sign { background:url(sign.png) no-repeat 0 -14px !important }
.myButton { float:left;width:810px;height:40px;margin:0;padding:12px 20px 0 20px;color:#990033;background-color:#FFFFff;cursor:pointer;font:italic bold 18px/18px Times;position:relative;line-height: 1.5 em;border-bottom: 1px solid #777777 }
.myButton:hover { color:#777777 }
.myButton .sign { width:14px;height:14px;position:absolute;top:15px;right:20px;background:url(sign.png) no-repeat 0 0 }
.myContent { float:left;width:770px;padding:35px 40px 10px 40px;background:url(myContent.jpg) repeat-x 0 0;background-color:#ffffdd;line-height: 1em; text-align: justify}
.myContent h3 { font:normal bold 13px/18px tahoma,arial,verdana;padding:10px 0 2px 0 }
.myContent p { padding:0px}
.myAccordion .last { background-color:#e7dec3 !important;border: 0px }