/* FILE: /components/com_k2/css/k2.css */
/** * @version$Id: k2.css 1913 2013-02-08 22:35:11Z joomlaworks $ * @packageK2 * @authorJoomlaWorks http://www.joomlaworks.net * @copyrightCopyright (c) 2006 - 2013 JoomlaWorks Ltd. All rights reserved. * @licenseGNU/GPL license: http://www.gnu.org/copyleft/gpl.html *//*### Legend ###Font families used:font-family:Georgia, "Times New Roman", Times, serif;font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;font-family:Arial, Helvetica, sans-serif;Colors used:#f7fafe (light blue) used as background on all toolbars, category and user/author boxes*//*----------------------------------------------------------------------Common Elements----------------------------------------------------------------------*//* --- Basic typography --- */a:active,a:focus {outline:0;}img {border:none;}/* --- Global K2 container --- */#k2Container {padding:0 0 24px 0;}body.contentpane #k2Container {padding:16px;} /* used in popups *//* --- General padding --- */.k2Padding {padding:4px;}/* --- Clearing --- */.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}/* --- Zebra rows --- */.even {background:#fffff0;padding:2px;border-bottom:1px dotted #ccc;}.odd {background:#fff;padding:2px;border-bottom:1px dotted #ccc;}/* --- RSS feed icon --- */div.k2FeedIcon {padding:4px 8px;}div.k2FeedIcon a,div.k2FeedIcon a:hover {display:block;float:right;margin:0;padding:0;width:16px;height:16px;background:url(/components/com_k2/images/fugue/feed.png) no-repeat 50% 50%;}div.k2FeedIcon a span,div.k2FeedIcon a:hover span {display:none;}/* --- Rating --- */.itemRatingForm {display:block;vertical-align:middle;line-height:25px;float:left;}.itemRatingLog {font-size:11px;margin:0;padding:0 0 0 4px;float:left;}div.itemRatingForm .formLogLoading {background:url(/components/com_k2/images/system/loading.gif) no-repeat left center;height:25px;padding:0 0 0 20px;}.itemRatingList,.itemRatingList a:hover,.itemRatingList .itemCurrentRating {background:transparent url(/components/com_k2/images/system/transparent_star.gif) left -1000px repeat-x;}.itemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}.itemRatingList li {display:inline;background:none;padding:0;}.itemRatingList a,.itemRatingList .itemCurrentRating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}.itemRatingList a:hover {background-position:left bottom;}.itemRatingList a.one-star {width:20%;z-index:6;}.itemRatingList a.two-stars {width:40%;z-index:5;}.itemRatingList a.three-stars {width:60%;z-index:4;}.itemRatingList a.four-stars {width:80%;z-index:3;}.itemRatingList a.five-stars {width:100%;z-index:2;}.itemRatingList .itemCurrentRating {z-index:1;background-position:0 center;margin:0;padding:0;}span.siteRoot {display:none;}/* --- CSS added with Javascript --- */.smallerFontSize {font-size:100%;line-height:inherit;}.largerFontSize {font-size:150%;line-height:140%;}/* --- ReCaptcha --- */.recaptchatable .recaptcha_image_cell,#recaptcha_table {background-color:#fff !important;}#recaptcha_table {border-color: #ccc !important;}#recaptcha_response_field {border-color: #ccc !important;background-color:#fff !important;}/* --- Primary lists in modules --- */div.k2LatestCommentsBlock ul,div.k2TopCommentersBlock ul,div.k2ItemsBlock ul,div.k2LoginBlock ul,div.k2UserBlock ul.k2UserBlockActions,div.k2UserBlock ul.k2UserBlockRenderedMenu,div.k2ArchivesBlock ul,div.k2AuthorsListBlock ul,div.k2CategoriesListBlock ul,div.k2UsersBlock ul {} /* Example CSS: padding:0;margin:0;list-style:none;*/div.k2LatestCommentsBlock ul li,div.k2TopCommentersBlock ul li,div.k2ItemsBlock ul li,div.k2LoginBlock ul li,div.k2UserBlock ul.k2UserBlockActions li,div.k2UserBlock ul.k2UserBlockRenderedMenu li,div.k2ArchivesBlock ul li,div.k2AuthorsListBlock ul li,div.k2CategoriesListBlock ul li,div.k2UsersBlock ul li {} /* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #ccc;*/.clearList {display:none;float:none;clear:both;} /* this class is used to clear all previous floating list elements */.lastItem {border:none;} /* class appended on last list item *//* --- Avatars --- */.k2Avatar img {display:block;float:left;background:#fff;border:1px solid #ccc;padding:2px;margin:2px 4px 4px 0;}/* --- Read more --- */a.k2ReadMore {}a.k2ReadMore:hover {}/* --- Pagination --- */div.k2Pagination {padding:8px;margin:24px 0 4px 0;text-align:center;color:#999;}/* --- Pagination (additional styling for Joomla! 1.6+) --- */div.k2Pagination ul {text-align:center;}div.k2Pagination ul li {display:inline;}/* --- Extra fields: CSV data styling --- */table.csvData {}table.csvData tr th {}table.csvData tr td {}/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */div.itemIsFeatured,div.catItemIsFeatured,div.userItemIsFeatured {background:url(/components/com_k2/images/system/featuredItem.png) no-repeat 100% 0;}/*----------------------------------------------------------------------Component: Item view----------------------------------------------------------------------*/a.itemPrintThisPage {display:block;width:160px;margin:4px auto 16px;padding:4px;background:#F7FAFE;border:1px solid #ccc;text-align:center;color:#555;font-size:13px;}a.itemPrintThisPage:hover {background:#eee;text-decoration:none;}div.itemView {padding:8px 0 24px 0;margin:0 0 24px 0;border-bottom:1px dotted #ccc;} /* this is the item container for this view */div.itemIsFeatured {} /* Attach a class for each featured item */span.itemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}span.itemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}span.itemEditLink a:hover {background:#ffffcc;}div.itemHeader {}div.itemHeader span.itemDateCreated {color:#999;font-size:11px;}div.itemHeader h2.itemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:36px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}div.itemHeader h2.itemTitle span {}div.itemHeader h2.itemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Featured" presented in superscript */div.itemHeader span.itemAuthor {display:block;padding:0;margin:0;}div.itemHeader span.itemAuthor a {}div.itemHeader span.itemAuthor a:hover {}div.itemToolbar {padding:2px 0;margin:16px 0 0 0;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;background:#f7fafe;}div.itemToolbar ul {text-align:right;list-style:none;padding:0;margin:0;}div.itemToolbar ul li {display:inline;list-style:none;padding:0 4px 0 8px;margin:0;border-left:1px solid #ccc;text-align:center;background:none;font-size:12px;}div.itemToolbar ul > li:first-child {border:none;} /* remove the first CSS border from the left of the toolbar */div.itemToolbar ul li a {font-size:12px;font-weight:normal;}div.itemToolbar ul li a:hover {}div.itemToolbar ul li a span {}div.itemToolbar ul li a.itemPrintLink {}div.itemToolbar ul li a.itemPrintLink span {}div.itemToolbar ul li a.itemEmailLink {}div.itemToolbar ul li a.itemEmailLink span {}div.itemToolbar ul li a.itemVideoLink {}div.itemToolbar ul li a.itemVideoLink span {}div.itemToolbar ul li a.itemImageGalleryLink {}div.itemToolbar ul li a.itemImageGalleryLink span {}div.itemToolbar ul li a.itemCommentsLink {}div.itemToolbar ul li a.itemCommentsLink span {}div.itemToolbar ul li a img {vertical-align:middle;}div.itemToolbar ul li span.itemTextResizerTitle {}div.itemToolbar ul li a#fontDecrease {margin:0 0 0 2px;}div.itemToolbar ul li a#fontDecrease img {width:13px;height:13px;background:url(/components/com_k2/images/system/font_decrease.gif) no-repeat;}div.itemToolbar ul li a#fontIncrease {margin:0 0 0 2px;}div.itemToolbar ul li a#fontIncrease img {width:13px;height:13px;background:url(/components/com_k2/images/system/font_increase.gif) no-repeat;}div.itemToolbar ul li a#fontDecrease span,div.itemToolbar ul li a#fontIncrease span {display:none;}div.itemRatingBlock {padding:8px 0;}div.itemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#999;}div.itemBody {padding:8px 0;margin:0;}div.itemImageBlock {padding:8px;margin:0 0 16px 0;}span.itemImage {display:block;text-align:center;margin:0 0 8px 0;}span.itemImage img {border:1px solid #ccc;padding:8px;}span.itemImageCaption {color:#666;float:left;display:block;font-size:11px;}span.itemImageCredits {color:#999;float:right;display:block;font-style:italic;font-size:11px;}div.itemIntroText {color:#444;font-size:18px;font-weight:bold;line-height:24px;padding:4px 0 12px 0;}div.itemIntroText img {}div.itemFullText {}div.itemFullText h3 {margin:0;padding:16px 0 4px 0;}div.itemFullText p {}div.itemFullText img {}div.itemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border-top:1px dotted #ddd;}div.itemExtraFields h3 {margin:0;padding:0 0 8px 0;line-height:normal !important;}div.itemExtraFields ul {margin:0;padding:0;list-style:none;}div.itemExtraFields ul li {display:block;}div.itemExtraFields ul li span.itemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}div.itemExtraFields ul li span.itemExtraFieldsValue {}div.itemContentFooter {display:block;text-align:right;padding:4px;margin:16px 0 4px 0;border-top:1px solid #ddd;color:#999;}span.itemHits {float:left;}span.itemDateModified {}div.itemSocialSharing {padding:8px 0;}div.itemTwitterButton {float:left;margin:2px 24px 0 0;}div.itemFacebookButton {float:left;margin-right:24px;width:200px;}div.itemGooglePlusOneButton {}div.itemLinks {margin:16px 0;padding:0;}div.itemCategory {padding:4px;border-bottom:1px dotted #ccc;}div.itemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}div.itemCategory a {}div.itemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}div.itemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}div.itemTagsBlock ul.itemTags {list-style:none;padding:0;margin:0;display:inline;}div.itemTagsBlock ul.itemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}div.itemTagsBlock ul.itemTags li a {}div.itemTagsBlock ul.itemTags li a:hover {}div.itemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}div.itemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}div.itemAttachmentsBlock ul.itemAttachments {list-style:none;padding:0;margin:0;display:inline;}div.itemAttachmentsBlock ul.itemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}div.itemAttachmentsBlock ul.itemAttachments li a {}div.itemAttachmentsBlock ul.itemAttachments li a:hover {}div.itemAttachmentsBlock ul.itemAttachments li span {font-size:10px;color:#999;font-weight:normal;}/* Author block */div.itemAuthorBlock {background:#f7fafe;border:1px solid #ddd;margin:0 0 16px 0;padding:8px;}div.itemAuthorBlock img.itemAuthorAvatar {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}div.itemAuthorBlock div.itemAuthorDetails {margin:0;padding:4px 0 0 0;}div.itemAuthorBlock div.itemAuthorDetails h3.authorName {margin:0 0 4px 0;padding:0;}div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {font-family:Georgia, "Times New Roman", Times, serif;font-size:16px;}div.itemAuthorBlock div.itemAuthorDetails h3.authorName a:hover {}div.itemAuthorBlock div.itemAuthorDetails p {}div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {font-weight:bold;color:#555;border-right:1px solid #ccc;padding:0 8px 0 0;margin:0 4px 0 0;}div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {font-weight:bold;color:#555;}div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {font-weight:normal;}/* Author latest */div.itemAuthorLatest {margin-bottom:16px;padding:0;}div.itemAuthorLatest h3 {}div.itemAuthorLatest ul {}div.itemAuthorLatest ul li {}div.itemAuthorLatest ul li a {}div.itemAuthorLatest ul li a:hover {}/* Related by tag */div.itemRelated {margin-bottom:16px;padding:0;} /* Add overflow-x:scroll; if you want to enable the scrolling features, as explained in item.php */div.itemRelated h3 {}div.itemRelated ul {}div.itemRelated ul li {}div.itemRelated ul li.k2ScrollerElement {float:left;overflow:hidden;border:1px solid #ccc;padding:4px;margin:0 4px 4px 0;background:#fff;} /* you need to insert this class in the related li element in item.php for this styling to take effect */div.itemRelated ul li.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}a.itemRelTitle {}div.itemRelCat {}div.itemRelCat a {}div.itemRelAuthor {}div.itemRelAuthor a {}img.itemRelImg {}div.itemRelIntrotext {}div.itemRelFulltext {}div.itemRelMedia {}div.itemRelImageGallery {}/* Video */div.itemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(/components/com_k2/images/system/videoplayer-bg.gif) repeat-x bottom;}div.itemVideoBlock div.itemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */div.itemVideoBlock span.itemVideo {display:block;overflow:hidden;}div.itemVideoBlock span.itemVideoCaption {color:#eee;float:left;display:block;font-size:11px;font-weight:bold;width:60%;}div.itemVideoBlock span.itemVideoCredits {color:#eee;float:right;display:block;font-style:italic;font-size:11px;width:35%;text-align:right;}/* Image Gallery */div.itemImageGallery {margin:0 0 16px 0;padding:0;}/* Article navigation */div.itemNavigation {padding:4px 8px;margin:0 0 24px 0;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;background:#fffff0;}div.itemNavigation span.itemNavigationTitle {color:#999;}div.itemNavigation a.itemPrevious {padding:0 12px;}div.itemNavigation a.itemNext {padding:0 12px;}/* Comments */div.itemComments {background:#f7fafe;border:1px solid #ddd;padding:16px;}div.itemComments ul.itemCommentsList {margin:0 0 16px;padding:0;list-style:none;}div.itemComments ul.itemCommentsList li {padding:4px;margin:0;border-bottom:1px dotted #ddd;}div.itemComments ul.itemCommentsList li.authorResponse {background:url(/components/com_k2/images/system/stripes.png) repeat;}div.itemComments ul.itemCommentsList li.unpublishedComment {background:#ffeaea;}div.itemComments ul.itemCommentsList li img {float:left;margin:4px 4px 4px 0;padding:4px;background:#fff;border-bottom:1px solid #d7d7d7;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2;}div.itemComments ul.itemCommentsList li span.commentDate {padding:0 4px 0 0;margin:0 8px 0 0;border-right:1px solid #ccc;font-weight:bold;font-size:14px;}div.itemComments ul.itemCommentsList li span.commentAuthorName {font-weight:bold;font-size:14px;}div.itemComments ul.itemCommentsList li p {padding:4px 0;}div.itemComments ul.itemCommentsList li span.commentAuthorEmail {display:none;}div.itemComments ul.itemCommentsList li span.commentLink {float:right;margin-left:8px;}div.itemComments ul.itemCommentsList li span.commentLink a {font-size:11px;color:#999;text-decoration:underline;}div.itemComments ul.itemCommentsList li span.commentLink a:hover {font-size:11px;color:#555;text-decoration:underline;}div.itemComments ul.itemCommentsList li span.commentToolbar {display:block;clear:both;}div.itemComments ul.itemCommentsList li span.commentToolbar a {font-size:11px;color:#999;text-decoration:underline;margin-right:4px;}div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {font-size:11px;color:#555;text-decoration:underline;}div.itemComments ul.itemCommentsList li span.commentToolbarLoading {background:url(/components/com_k2/images/system/searchLoader.gif) no-repeat 100% 50%;}div.itemCommentsPagination {padding:4px;margin:0 0 24px 0;}div.itemCommentsPagination span.pagination {display:block;float:right;clear:both;}div.itemCommentsForm h3 {margin:0;padding:0 0 4px 0;}div.itemCommentsForm p.itemCommentsFormNotes {border-top:2px solid #ccc;}div.itemCommentsForm form {}div.itemCommentsForm form label.formComment {display:block;margin:12px 0 0 2px;}div.itemCommentsForm form label.formName {display:block;margin:12px 0 0 2px;}div.itemCommentsForm form label.formEmail {display:block;margin:12px 0 0 2px;}div.itemCommentsForm form label.formUrl {display:block;margin:12px 0 0 2px;}div.itemCommentsForm form label.formRecaptcha {display:block;margin:12px 0 0 2px;}div.itemCommentsForm form textarea.inputbox {display:block;width:350px;height:160px;margin:0;}div.itemCommentsForm form input.inputbox {display:block;width:350px;margin:0;}div.itemCommentsForm form input#submitCommentButton {display:block;margin:16px 0 0 0;padding:4px;border:1px solid #ccc;background:#eee;font-size:16px;}div.itemCommentsForm form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}div.itemCommentsForm form .formLogLoading {background:url(/components/com_k2/images/system/loading.gif) no-repeat left center;}/* "Report comment" form */div.k2ReportCommentFormContainer {padding:8px;width:480px;margin:0 auto;}div.k2ReportCommentFormContainer blockquote {width:462px;background:#f7fafe;border:1px solid #ddd;padding:8px;margin:0 0 8px 0;}div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:left;}div.k2ReportCommentFormContainer blockquote span.quoteIconRight {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:right;}div.k2ReportCommentFormContainer blockquote span.theComment {font-family:Georgia, "Times New Roman", Times, serif;font-style:italic;font-size:12px;font-weight:normal;color:#000;padding:0 4px;}div.k2ReportCommentFormContainer form label {display:block;font-weight:bold;}div.k2ReportCommentFormContainer form input,div.k2ReportCommentFormContainer form textarea {display:block;border:1px solid #ddd;font-size:12px;padding:2px;margin:0 0 8px 0;width:474px;}div.k2ReportCommentFormContainer form #recaptcha {margin-bottom:24px;}div.k2ReportCommentFormContainer form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}div.k2ReportCommentFormContainer form .formLogLoading {background:url(/components/com_k2/images/system/loading.gif) no-repeat left center;}/* Back to top link */div.itemBackToTop {text-align:right;}div.itemBackToTop a {text-decoration:underline;}div.itemBackToTop a:hover {text-decoration:underline;}/*----------------------------------------------------------------------Component: Itemlist view (category)----------------------------------------------------------------------*/div.itemListCategoriesBlock {}/* --- Category block --- */div.itemListCategory {background:#f7fafe;border:1px solid #ddd;margin:4px 0;padding:8px;}span.catItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #ccc;text-align:right;}span.catItemAddLink a {padding:4px 16px;border:1px solid #ccc;background:#eee;text-decoration:none;}span.catItemAddLink a:hover {background:#ffffcc;}div.itemListCategory img {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}div.itemListCategory h2 {}div.itemListCategory p {}/* --- Sub-category block --- */div.itemListSubCategories {}div.itemListSubCategories h3 {}div.subCategoryContainer {float:left;}div.subCategoryContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */div.subCategory {background:#f7fafe;border:1px solid #ddd;margin:4px;padding:8px;}div.subCategory a.subCategoryImage,div.subCategory a.subCategoryImage:hover {text-align:center;display:block;}div.subCategory a.subCategoryImage img,div.subCategory a.subCategoryImage:hover img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}div.subCategory h2 {}div.subCategory h2 a {}div.subCategory h2 a:hover {}div.subCategory p {}/* --- Item groups --- */div.itemList {}div#itemListLeading {}div#itemListPrimary {}div#itemListSecondary {}div#itemListLinks {background:#f7fafe;border:1px solid #ddd;margin:8px 0;padding:8px;}div.itemContainer {float:left;}div.itemContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) *//* --- Item block for each item group --- */div.catItemView {padding:4px;} /* this is the item container for this view - we add a generic padding so that items don't get stuck with each other *//* Additional class appended to the element above for further styling per group item */div.groupLeading {}div.groupPrimary {}div.groupSecondary {}div.groupLinks {padding:0;margin:0;}div.catItemIsFeatured {} /* Attach a class for each featured item */span.catItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}span.catItemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}span.catItemEditLink a:hover {background:#ffffcc;}div.catItemHeader {}div.catItemHeader span.catItemDateCreated {color:#999;font-size:11px;}div.catItemHeader h3.catItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}div.catItemHeader h3.catItemTitle span {}div.catItemHeader h3.catItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* superscript */div.catItemHeader span.catItemAuthor {display:block;padding:0;margin:0;}div.catItemHeader span.catItemAuthor a {}div.catItemHeader span.catItemAuthor a:hover {}div.catItemRatingBlock {padding:8px 0;}div.catItemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#999;}div.catItemBody {padding:8px 0;margin:0;}div.catItemImageBlock {padding:8px;margin:0 0 16px 0;}span.catItemImage {display:block;text-align:center;margin:0 0 8px 0;}span.catItemImage img {border:1px solid #ccc;padding:8px;}div.catItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}div.catItemIntroText img {}div.catItemExtraFields, div.genericItemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border-top:1px dotted #ddd;}div.catItemExtraFields h4, div.genericItemExtraFields h4 {margin:0;padding:0 0 8px 0;line-height:normal !important;}div.catItemExtraFields ul, div.genericItemExtraFields ul {margin:0;padding:0;list-style:none;}div.catItemExtraFields ul li, div.genericItemExtraFields ul li {display:block;}div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}div.catItemExtraFields ul li span.catItemExtraFieldsValue {}div.catItemLinks {margin:0 0 16px 0;padding:0;}div.catItemHitsBlock {padding:4px;border-bottom:1px dotted #ccc;}span.catItemHits {}div.catItemCategory {padding:4px;border-bottom:1px dotted #ccc;}div.catItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}div.catItemCategory a {}div.catItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}div.catItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}div.catItemTagsBlock ul.catItemTags {list-style:none;padding:0;margin:0;display:inline;}div.catItemTagsBlock ul.catItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}div.catItemTagsBlock ul.catItemTags li a {}div.catItemTagsBlock ul.catItemTags li a:hover {}div.catItemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}div.catItemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}div.catItemAttachmentsBlock ul.catItemAttachments {list-style:none;padding:0;margin:0;display:inline;}div.catItemAttachmentsBlock ul.catItemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}div.catItemAttachmentsBlock ul.catItemAttachments li a {}div.catItemAttachmentsBlock ul.catItemAttachments li a:hover {}div.catItemAttachmentsBlock ul.catItemAttachments li span {font-size:10px;color:#999;font-weight:normal;}/* Video */div.catItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(/components/com_k2/images/system/videoplayer-bg.gif) repeat-x bottom;}div.catItemVideoBlock div.catItemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */div.catItemVideoBlock span.catItemVideo {display:block;}/* Image Gallery */div.catItemImageGallery {margin:0 0 16px 0;padding:0;}/* Anchor link to comments */div.catItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}div.catItemCommentsLink a {}div.catItemCommentsLink a:hover {}/* Read more link */div.catItemReadMore {display:inline;}div.catItemReadMore a {}div.catItemReadMore a:hover {}/* Modified date */span.catItemDateModified {display:block;text-align:right;padding:4px;margin:4px 0;color:#999;border-top:1px solid #ddd;}/*----------------------------------------------------------------------Component: Itemlist view (user)----------------------------------------------------------------------*//* User info block */div.userView {}div.userBlock {background:#f7fafe;border:1px solid #ddd;margin:0 0 16px 0;padding:8px;clear:both;}span.userItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #ccc;text-align:right;}span.userItemAddLink a {padding:4px 16px;border:1px solid #ccc;background:#eee;text-decoration:none;}span.userItemAddLink a:hover {background:#ffffcc;}div.userBlock img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}div.userBlock h2 {}div.userBlock div.userDescription {padding:4px 0;}div.userBlock div.userAdditionalInfo {padding:4px 0;margin:8px 0 0 0;}span.userURL {font-weight:bold;color:#555;display:block;}span.userEmail {font-weight:bold;color:#555;display:block;}div.userItemList {}/* User items */div.userItemView {} /* this is the item container for this view */div.userItemIsFeatured {} /* Attach a class for each featured item */div.userItemViewUnpublished {opacity:0.9;border:4px dashed #ccc;background:#fffff2;padding:8px;margin:8px 0;}span.userItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}span.userItemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}span.userItemEditLink a:hover {background:#ffffcc;}div.userItemHeader {}div.userItemHeader span.userItemDateCreated {color:#999;font-size:11px;}div.userItemHeader h3.userItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}div.userItemHeader h3.userItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Unpublished" presented in superscript */div.userItemBody {padding:8px 0;margin:0;}div.userItemImageBlock {padding:0;margin:0;float:left;}span.userItemImage {display:block;text-align:center;margin:0 8px 8px 0;}span.userItemImage img {border:1px solid #ccc;padding:8px;}div.userItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}div.userItemIntroText img {}div.userItemLinks {margin:0 0 16px 0;padding:0;}div.userItemCategory {padding:4px;border-bottom:1px dotted #ccc;}div.userItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}div.userItemCategory a {}div.userItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}div.userItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}div.userItemTagsBlock ul.userItemTags {list-style:none;padding:0;margin:0;display:inline;}div.userItemTagsBlock ul.userItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}div.userItemTagsBlock ul.userItemTags li a {}div.userItemTagsBlock ul.userItemTags li a:hover {}/* Anchor link to comments */div.userItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}div.userItemCommentsLink a {}div.userItemCommentsLink a:hover {}/* Read more link */div.userItemReadMore {display:inline;}div.userItemReadMore a {}div.userItemReadMore a:hover {}/*----------------------------------------------------------------------Component: Itemlist view (tag)----------------------------------------------------------------------*/div.tagView {}div.tagItemList {}div.tagItemView {border-bottom:1px dotted #ccc;padding:8px 0;margin:0 0 16px 0;} /* this is the item container for this view */div.tagItemHeader {}div.tagItemHeader span.tagItemDateCreated {color:#999;font-size:11px;}div.tagItemHeader h2.tagItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}div.tagItemBody {padding:8px 0;margin:0;}div.tagItemImageBlock {padding:0;margin:0;float:left;}span.tagItemImage {display:block;text-align:center;margin:0 8px 8px 0;}span.tagItemImage img {border:1px solid #ccc;padding:8px;}div.tagItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}div.tagItemIntroText img {}div.tagItemExtraFields {}div.tagItemExtraFields h4 {}div.tagItemExtraFields ul {}div.tagItemExtraFields ul li {}div.tagItemExtraFields ul li span.tagItemExtraFieldsLabel {}div.tagItemExtraFields ul li span.tagItemExtraFieldsValue {}div.tagItemCategory {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}div.tagItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}div.tagItemCategory a {}/* Read more link */div.tagItemReadMore {display:inline;}div.tagItemReadMore a {}div.tagItemReadMore a:hover {}/*----------------------------------------------------------------------Component: Itemlist view (generic)----------------------------------------------------------------------*/div.genericView {}div.genericItemList {}div.genericItemView {border-bottom:1px dotted #ccc;padding:8px 0;margin:0 0 16px 0;} /* this is the item container for this view */div.genericItemHeader {}div.genericItemHeader span.genericItemDateCreated {color:#999;font-size:11px;}div.genericItemHeader h2.genericItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}div.genericItemBody {padding:8px 0;margin:0;}div.genericItemImageBlock {padding:0;margin:0;float:left;}span.genericItemImage {display:block;text-align:center;margin:0 8px 8px 0;}span.genericItemImage img {border:1px solid #ccc;padding:8px;}div.genericItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}div.genericItemIntroText img {}div.genericItemExtraFields {}div.genericItemExtraFields h4 {}div.genericItemExtraFields ul {}div.genericItemExtraFields ul li {}div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {}div.genericItemExtraFields ul li span.genericItemExtraFieldsValue {}div.genericItemCategory {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}div.genericItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}div.genericItemCategory a {}/* Read more link */div.genericItemReadMore {display:inline;}div.genericItemReadMore a {}div.genericItemReadMore a:hover {}/* No results found message */div#genericItemListNothingFound {padding:40px;text-align:center;}div#genericItemListNothingFound p {font-size:20px;color:#999;}/* --- Google Search (use Firebug or similar tools to inspect the generated HTML, then style accordingly --- */#k2GoogleSearchContainer .gsc-control {width:auto !important;}#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {display:none !important;} /* Hide unneeded elements of the results page *//*----------------------------------------------------------------------Component: Latest view----------------------------------------------------------------------*/div.latestItemsContainer {float:left;}/* Category info block */div.latestItemsCategory {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;}div.latestItemsCategoryImage {text-align:center;}div.latestItemsCategoryImage img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}div.latestItemsCategory h2 {}div.latestItemsCategory p {}/* User info block */div.latestItemsUser {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;clear:both;}div.latestItemsUser img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}div.latestItemsUser h2 {}div.latestItemsUser p.latestItemsUserDescription {padding:4px 0;}div.latestItemsUser p.latestItemsUserAdditionalInfo {padding:4px 0;margin:8px 0 0 0;}span.latestItemsUserURL {font-weight:bold;color:#555;display:block;}span.latestItemsUserEmail {font-weight:bold;color:#555;display:block;}/* Latest items list */div.latestItemList {padding:0 8px 8px 0;}div.latestItemView {} /* this is the item container for this view */div.latestItemHeader {}div.latestItemHeader h3.latestItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}span.latestItemDateCreated {color:#999;font-size:11px;}div.latestItemBody {padding:8px 0;margin:0;}div.latestItemImageBlock {padding:0;margin:0;float:left;}span.latestItemImage {display:block;text-align:center;margin:0 8px 8px 0;}span.latestItemImage img {border:1px solid #ccc;padding:8px;}div.latestItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}div.latestItemIntroText img {}div.latestItemLinks {margin:0 0 16px 0;padding:0;}div.latestItemCategory {padding:4px;border-bottom:1px dotted #ccc;}div.latestItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}div.latestItemCategory a {}div.latestItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}div.latestItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}div.latestItemTagsBlock ul.latestItemTags {list-style:none;padding:0;margin:0;display:inline;}div.latestItemTagsBlock ul.latestItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}div.latestItemTagsBlock ul.latestItemTags li a {}div.latestItemTagsBlock ul.latestItemTags li a:hover {}/* Video */div.latestItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(/components/com_k2/images/system/videoplayer-bg.gif) repeat-x bottom;}div.latestItemVideoBlock span.latestItemVideo {display:block;}/* Anchor link to comments */div.latestItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}div.latestItemCommentsLink a {}div.latestItemCommentsLink a:hover {}/* Read more link */div.latestItemReadMore {display:inline;}div.latestItemReadMore a {}div.latestItemReadMore a:hover {}/* Items presented in a list */h2.latestItemTitleList {font-size:14px;padding:2px 0;margin:8px 0 2px 0;font-family:Arial, Helvetica, sans-serif;border-bottom:1px dotted #ccc;line-height:normal;}/*----------------------------------------------------------------------Component: Register & profile page views (register.php & profile.php)----------------------------------------------------------------------*/.k2AccountPage {}.k2AccountPage table {}.k2AccountPage table tr th {}.k2AccountPage table tr td {}.k2AccountPage table tr td label {white-space:nowrap;}img.k2AccountPageImage {border:4px solid #ddd;margin:10px 0;padding:0;display:block;}.k2AccountPage div.k2AccountPageNotice {padding:8px;}.k2AccountPage div.k2AccountPageUpdate {border-top:1px dotted #ccc;margin:8px 0;padding:8px;text-align:right;}.k2AccountPage th.k2ProfileHeading {text-align:left;font-size:18px;padding:8px;background:#f6f6f6;/*border-bottom:1px solid #e9e9e9;*/}.k2AccountPage td#userAdminParams {padding:0;margin:0;}.k2AccountPage table.admintable td.key,.k2AccountPage table.admintable td.paramlist_key {background:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:bold;text-align:right;font-size:11px;width:140px;}/* Profile edit */.k2AccountPage table.admintable {}.k2AccountPage table.admintable tr td {}.k2AccountPage table.admintable tr td span {}.k2AccountPage table.admintable tr td span label {}/*----------------------------------------------------------------------Modules: mod_k2_comments----------------------------------------------------------------------*//* Latest Comments */div.k2LatestCommentsBlock {}div.k2LatestCommentsBlock ul {}div.k2LatestCommentsBlock ul li {}div.k2LatestCommentsBlock ul li.lastItem {}div.k2LatestCommentsBlock ul li a.lcAvatar img {}div.k2LatestCommentsBlock ul li a {}div.k2LatestCommentsBlock ul li a:hover {}div.k2LatestCommentsBlock ul li span.lcComment {}div.k2LatestCommentsBlock ul li span.lcUsername {}div.k2LatestCommentsBlock ul li span.lcCommentDate {color:#999;}div.k2LatestCommentsBlock ul li span.lcItemTitle {}div.k2LatestCommentsBlock ul li span.lcItemCategory {}/* Top Commenters */div.k2TopCommentersBlock {}div.k2TopCommentersBlock ul {}div.k2TopCommentersBlock ul li {}div.k2TopCommentersBlock ul li.lastItem {}div.k2TopCommentersBlock ul li a.tcAvatar img {}div.k2TopCommentersBlock ul li a.tcLink {}div.k2TopCommentersBlock ul li a.tcLink:hover {}div.k2TopCommentersBlock ul li span.tcUsername {}div.k2TopCommentersBlock ul li span.tcCommentsCounter {}div.k2TopCommentersBlock ul li a.tcLatestComment {}div.k2TopCommentersBlock ul li a.tcLatestComment:hover {}div.k2TopCommentersBlock ul li span.tcLatestCommentDate {color:#999;}/*----------------------------------------------------------------------Modules: mod_k2_content----------------------------------------------------------------------*/div.k2ItemsBlock {}div.k2ItemsBlock p.modulePretext {}div.k2ItemsBlock ul {}div.k2ItemsBlock ul li {}div.k2ItemsBlock ul li a {}div.k2ItemsBlock ul li a:hover {}div.k2ItemsBlock ul li.lastItem {}div.k2ItemsBlock ul li a.moduleItemTitle {}div.k2ItemsBlock ul li a.moduleItemTitle:hover {}div.k2ItemsBlock ul li div.moduleItemAuthor {}div.k2ItemsBlock ul li div.moduleItemAuthor a {}div.k2ItemsBlock ul li div.moduleItemAuthor a:hover {}div.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {}div.k2ItemsBlock ul li div.moduleItemIntrotext {display:block;padding:4px 0;line-height:120%;}div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {float:right;margin:2px 0 4px 4px;padding:0;border:2px solid #ddd;}div.k2ItemsBlock ul li div.moduleItemExtraFields {}div.moduleItemExtraFields ul {}div.moduleItemExtraFields ul li {}div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}div.moduleItemExtraFields ul li span.moduleItemExtraFieldsValue {}div.k2ItemsBlock ul li div.moduleItemVideo {}div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCaption {}div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCredits {}div.k2ItemsBlock ul li span.moduleItemDateCreated {}div.k2ItemsBlock ul li a.moduleItemCategory {}div.k2ItemsBlock ul li div.moduleItemTags {}div.k2ItemsBlock ul li div.moduleItemTags b {}div.k2ItemsBlock ul li div.moduleItemTags a {padding:0 2px;}div.k2ItemsBlock ul li div.moduleItemTags a:hover {}div.k2ItemsBlock ul li div.moduleAttachments {}div.k2ItemsBlock ul li a.moduleItemComments {border-right:1px solid #ccc;padding:0 4px 0 0;margin:0 8px 0 0;}div.k2ItemsBlock ul li a.moduleItemComments:hover {}div.k2ItemsBlock ul li span.moduleItemHits {border-right:1px solid #ccc;padding:0 4px 0 0;margin:0 8px 0 0;}div.k2ItemsBlock ul li a.moduleItemReadMore {}div.k2ItemsBlock ul li a.moduleItemReadMore:hover {}div.k2ItemsBlock a.moduleCustomLink {}div.k2ItemsBlock a.moduleCustomLink:hover {}/*----------------------------------------------------------------------Modules: mod_k2_user (mod_k2_login will be removed in v2.6)----------------------------------------------------------------------*/div.k2LoginBlock {}div.k2LoginBlock p.preText {}div.k2LoginBlock fieldset.input {margin:0;padding:0 0 8px 0;}div.k2LoginBlock fieldset.input p {margin:0;padding:0 0 4px 0;}div.k2LoginBlock fieldset.input p label {display:block;}div.k2LoginBlock fieldset.input p input {display:block;}div.k2LoginBlock fieldset.input p#form-login-remember label,div.k2LoginBlock fieldset.input p#form-login-remember input {display:inline;}div.k2LoginBlock fieldset.input input.button {}div.k2LoginBlock ul {}div.k2LoginBlock ul li {}div.k2LoginBlock p.postText {}div.k2UserBlock {}div.k2UserBlock p.ubGreeting {border-bottom:1px dotted #ccc;}div.k2UserBlock div.k2UserBlockDetails a.ubAvatar img {}div.k2UserBlock div.k2UserBlockDetails span.ubName {display:block;font-weight:bold;font-size:14px;}div.k2UserBlock div.k2UserBlockDetails span.ubCommentsCount {}div.k2UserBlock ul.k2UserBlockActions {}div.k2UserBlock ul.k2UserBlockActions li {}div.k2UserBlock ul.k2UserBlockActions li a {}div.k2UserBlock ul.k2UserBlockActions li a:hover {}div.k2UserBlock ul.k2UserBlockRenderedMenu {}div.k2UserBlock ul.k2UserBlockRenderedMenu li {}div.k2UserBlock ul.k2UserBlockRenderedMenu li a {}div.k2UserBlock ul.k2UserBlockRenderedMenu li a:hover {}div.k2UserBlock ul.k2UserBlockRenderedMenu li ul {} /* 2nd level ul */div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li {}div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li a {}div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul {} /* 3rd level ul (and so on...) */div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li {}div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li a {}div.k2UserBlock form {}div.k2UserBlock form input.ubLogout {}/*----------------------------------------------------------------------Modules: mod_k2_tools----------------------------------------------------------------------*//* --- Archives --- */div.k2ArchivesBlock {}div.k2ArchivesBlock ul {}div.k2ArchivesBlock ul li {}div.k2ArchivesBlock ul li a {}div.k2ArchivesBlock ul li a:hover {}/* --- Authors --- */div.k2AuthorsListBlock {}div.k2AuthorsListBlock ul {}div.k2AuthorsListBlock ul li {}div.k2AuthorsListBlock ul li a.abAuthorAvatar img {}div.k2AuthorsListBlock ul li a.abAuthorName {}div.k2AuthorsListBlock ul li a.abAuthorName:hover {}div.k2AuthorsListBlock ul li a.abAuthorLatestItem {display:block;clear:both;}div.k2AuthorsListBlock ul li a.abAuthorLatestItem:hover {}div.k2AuthorsListBlock ul li span.abAuthorCommentsCount {}/* --- Breadcrumbs --- */div.k2BreadcrumbsBlock {}div.k2BreadcrumbsBlock span.bcTitle {padding:0 4px 0 0;color:#999;}div.k2BreadcrumbsBlock a {}div.k2BreadcrumbsBlock a:hover {}div.k2BreadcrumbsBlock span.bcSeparator {padding:0 4px;font-size:14px;}/* --- Calendar --- */div.k2CalendarBlock {height:190px;margin-bottom:8px;} /* use this height value so that the calendar height won't change on Month change via ajax */div.k2CalendarLoader {background:#fff url(/components/com_k2/images/system/k2CalendarLoader.gif) no-repeat 50% 50%;}table.calendar {margin:0 auto;background:#fff;border-collapse:collapse;}table.calendar tr td {text-align:center;vertical-align:middle;padding:2px;border:1px solid #f4f4f4;background:#fff;}table.calendar tr td.calendarNavMonthPrev {background:#f3f3f3;text-align:left;}table.calendar tr td.calendarNavMonthPrev a {font-size:20px;text-decoration:none;}table.calendar tr td.calendarNavMonthPrev a:hover {font-size:20px;text-decoration:none;}table.calendar tr td.calendarCurrentMonth {background:#f3f3f3;}table.calendar tr td.calendarNavMonthNext {background:#f3f3f3;text-align:right;}table.calendar tr td.calendarNavMonthNext a {font-size:20px;text-decoration:none;}table.calendar tr td.calendarNavMonthNext a:hover {font-size:20px;text-decoration:none;}table.calendar tr td.calendarDayName {background:#e9e9e9;font-size:11px;width:14.2%;}table.calendar tr td.calendarDateEmpty {background:#fbfbfb;}table.calendar tr td.calendarDate {}table.calendar tr td.calendarDateLinked {padding:0;}table.calendar tr td.calendarDateLinked a {display:block;padding:2px;text-decoration:none;background:#eee;}table.calendar tr td.calendarDateLinked a:hover {display:block;background:#135cae;color:#fff;padding:2px;text-decoration:none;}table.calendar tr td.calendarToday {background:#135cae;color:#fff;}table.calendar tr td.calendarTodayLinked {background:#135cae;color:#fff;padding:0;}table.calendar tr td.calendarTodayLinked a {display:block;padding:2px;color:#fff;text-decoration:none;}table.calendar tr td.calendarTodayLinked a:hover {display:block;background:#BFD9FF;padding:2px;text-decoration:none;}/* --- Category Tree Select Box --- */div.k2CategorySelectBlock {}div.k2CategorySelectBlock form select {width:auto;}div.k2CategorySelectBlock form select option {}/* --- Category List/Menu --- */div.k2CategoriesListBlock {}div.k2CategoriesListBlock ul {}div.k2CategoriesListBlock ul li {}div.k2CategoriesListBlock ul li a {}div.k2CategoriesListBlock ul li a:hover {}div.k2CategoriesListBlock ul li a span.catTitle {padding-right:4px;}div.k2CategoriesListBlock ul li a span.catCounter {}div.k2CategoriesListBlock ul li a:hover span.catTitle {}div.k2CategoriesListBlock ul li a:hover span.catCounter {}div.k2CategoriesListBlock ul li.activeCategory {}div.k2CategoriesListBlock ul li.activeCategory a {font-weight:bold;}/* Root level (0) */ul.level0 {}ul.level0 li {}ul.level0 li a {}ul.level0 li a:hover {}ul.level0 li a span {}ul.level0 li a:hover span {}/* First level (1) */ul.level1 {}ul.level1 li {}ul.level1 li a {}ul.level1 li a:hover {}ul.level1 li a span {}ul.level1 li a:hover span {}/* n level (n) - like the above... *//* --- Search Box --- */div.k2SearchBlock {position:relative;}div.k2SearchBlock form {}div.k2SearchBlock form input.inputbox {}div.k2SearchBlock form input.button {}div.k2SearchBlock form input.k2SearchLoading {background:url(/components/com_k2/images/system/searchLoader.gif) no-repeat 100% 50%;}div.k2SearchBlock div.k2LiveSearchResults {display:none;background:#fff;position:absolute;z-index:99;border:1px solid #ccc;margin-top:-1px;}/* Live search results (fetched via ajax) */div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {list-style:none;margin:0;padding:0;}div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {border:none;margin:0;padding:0;}div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {display:block;padding:1px 2px;border-top:1px dotted #eee;}div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {background:#fffff0;}/* --- Tag Cloud --- */div.k2TagCloudBlock {padding:8px 0;}div.k2TagCloudBlock a {padding:4px;float:left;display:block;}div.k2TagCloudBlock a:hover {padding:4px;float:left;display:block;background:#135cae;color:#fff;text-decoration:none;}/* --- Custom Code --- */div.k2CustomCodeBlock {}/*----------------------------------------------------------------------Modules: mod_k2_users----------------------------------------------------------------------*/div.k2UsersBlock {}div.k2UsersBlock ul {}div.k2UsersBlock ul li {}div.k2UsersBlock ul li.lastItem {}div.k2UsersBlock ul li a.ubUserAvatar img {}div.k2UsersBlock ul li a.ubUserName {}div.k2UsersBlock ul li a.ubUserName:hover {}div.k2UsersBlock ul li div.ubUserDescription {}div.k2UsersBlock ul li div.ubUserAdditionalInfo {}a.ubUserFeedIcon,a.ubUserFeedIcon:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(/components/com_k2/images/fugue/feed.png) no-repeat 50% 50%;}a.ubUserFeedIcon span,a.ubUserFeedIcon:hover span {display:none;}a.ubUserURL,a.ubUserURL:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(/components/com_k2/images/fugue/globe.png) no-repeat 50% 50%;}a.ubUserURL span,a.ubUserURL:hover span {display:none;}span.ubUserEmail {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(/components/com_k2/images/fugue/mail.png) no-repeat 50% 50%;overflow:hidden;}span.ubUserEmail a {display:inline-block;margin:0;padding:0;width:16px;height:16px;text-indent:-9999px;}div.k2UsersBlock ul li h3 {clear:both;margin:8px 0 0 0;padding:0;}div.k2UsersBlock ul li ul.ubUserItems {}div.k2UsersBlock ul li ul.ubUserItems li {}/* --- END --- */

/* FILE: /plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/jquery-ui-1.8.16.custom.css */
/* * jQuery UI CSS Framework 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Theming/API *//* Layout helpers----------------------------------*/.ui-helper-hidden { display: none; }.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }.ui-helper-clearfix { display: inline-block; }/* required comment for clearfix to work in Opera \*/* html .ui-helper-clearfix { height:1%; }.ui-helper-clearfix { display:block; }/* end clearfix */.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }/* Interaction Cues----------------------------------*/.ui-state-disabled { cursor: default !important; }/* Icons----------------------------------*//* states and images */.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }/* Misc visuals----------------------------------*//* Overlays */.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }/* * jQuery UI CSS Framework 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Theming/API * * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px *//* Component containers----------------------------------*/.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }.ui-widget .ui-widget { font-size: 1em; }.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }.ui-widget-content a { color: #333333; }.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }.ui-widget-header a { color: #ffffff; }/* Interaction states----------------------------------*/.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }/*.ui-widget :active { outline: none; }*//* Interaction Cues----------------------------------*/.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }/* Icons----------------------------------*//* states and images */.ui-icon { width: 16px; height: 16px; background-image: url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-icons_222222_256x240.png); }.ui-widget-content .ui-icon {background-image: url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-icons_222222_256x240.png); }.ui-widget-header .ui-icon {background-image: url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png); }.ui-state-default .ui-icon { background-image: url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png); }.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png); }.ui-state-active .ui-icon {background-image: url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png); }.ui-state-highlight .ui-icon {background-image: url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png); }.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png); }/* positioning */.ui-icon-carat-1-n { background-position: 0 0; }.ui-icon-carat-1-ne { background-position: -16px 0; }.ui-icon-carat-1-e { background-position: -32px 0; }.ui-icon-carat-1-se { background-position: -48px 0; }.ui-icon-carat-1-s { background-position: -64px 0; }.ui-icon-carat-1-sw { background-position: -80px 0; }.ui-icon-carat-1-w { background-position: -96px 0; }.ui-icon-carat-1-nw { background-position: -112px 0; }.ui-icon-carat-2-n-s { background-position: -128px 0; }.ui-icon-carat-2-e-w { background-position: -144px 0; }.ui-icon-triangle-1-n { background-position: 0 -16px; }.ui-icon-triangle-1-ne { background-position: -16px -16px; }.ui-icon-triangle-1-e { background-position: -32px -16px; }.ui-icon-triangle-1-se { background-position: -48px -16px; }.ui-icon-triangle-1-s { background-position: -64px -16px; }.ui-icon-triangle-1-sw { background-position: -80px -16px; }.ui-icon-triangle-1-w { background-position: -96px -16px; }.ui-icon-triangle-1-nw { background-position: -112px -16px; }.ui-icon-triangle-2-n-s { background-position: -128px -16px; }.ui-icon-triangle-2-e-w { background-position: -144px -16px; }.ui-icon-arrow-1-n { background-position: 0 -32px; }.ui-icon-arrow-1-ne { background-position: -16px -32px; }.ui-icon-arrow-1-e { background-position: -32px -32px; }.ui-icon-arrow-1-se { background-position: -48px -32px; }.ui-icon-arrow-1-s { background-position: -64px -32px; }.ui-icon-arrow-1-sw { background-position: -80px -32px; }.ui-icon-arrow-1-w { background-position: -96px -32px; }.ui-icon-arrow-1-nw { background-position: -112px -32px; }.ui-icon-arrow-2-n-s { background-position: -128px -32px; }.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }.ui-icon-arrow-2-e-w { background-position: -160px -32px; }.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }.ui-icon-arrowstop-1-n { background-position: -192px -32px; }.ui-icon-arrowstop-1-e { background-position: -208px -32px; }.ui-icon-arrowstop-1-s { background-position: -224px -32px; }.ui-icon-arrowstop-1-w { background-position: -240px -32px; }.ui-icon-arrowthick-1-n { background-position: 0 -48px; }.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }.ui-icon-arrowthick-1-e { background-position: -32px -48px; }.ui-icon-arrowthick-1-se { background-position: -48px -48px; }.ui-icon-arrowthick-1-s { background-position: -64px -48px; }.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }.ui-icon-arrowthick-1-w { background-position: -96px -48px; }.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }.ui-icon-arrow-4 { background-position: 0 -80px; }.ui-icon-arrow-4-diag { background-position: -16px -80px; }.ui-icon-extlink { background-position: -32px -80px; }.ui-icon-newwin { background-position: -48px -80px; }.ui-icon-refresh { background-position: -64px -80px; }.ui-icon-shuffle { background-position: -80px -80px; }.ui-icon-transfer-e-w { background-position: -96px -80px; }.ui-icon-transferthick-e-w { background-position: -112px -80px; }.ui-icon-folder-collapsed { background-position: 0 -96px; }.ui-icon-folder-open { background-position: -16px -96px; }.ui-icon-document { background-position: -32px -96px; }.ui-icon-document-b { background-position: -48px -96px; }.ui-icon-note { background-position: -64px -96px; }.ui-icon-mail-closed { background-position: -80px -96px; }.ui-icon-mail-open { background-position: -96px -96px; }.ui-icon-suitcase { background-position: -112px -96px; }.ui-icon-comment { background-position: -128px -96px; }.ui-icon-person { background-position: -144px -96px; }.ui-icon-print { background-position: -160px -96px; }.ui-icon-trash { background-position: -176px -96px; }.ui-icon-locked { background-position: -192px -96px; }.ui-icon-unlocked { background-position: -208px -96px; }.ui-icon-bookmark { background-position: -224px -96px; }.ui-icon-tag { background-position: -240px -96px; }.ui-icon-home { background-position: 0 -112px; }.ui-icon-flag { background-position: -16px -112px; }.ui-icon-calendar { background-position: -32px -112px; }.ui-icon-cart { background-position: -48px -112px; }.ui-icon-pencil { background-position: -64px -112px; }.ui-icon-clock { background-position: -80px -112px; }.ui-icon-disk { background-position: -96px -112px; }.ui-icon-calculator { background-position: -112px -112px; }.ui-icon-zoomin { background-position: -128px -112px; }.ui-icon-zoomout { background-position: -144px -112px; }.ui-icon-search { background-position: -160px -112px; }.ui-icon-wrench { background-position: -176px -112px; }.ui-icon-gear { background-position: -192px -112px; }.ui-icon-heart { background-position: -208px -112px; }.ui-icon-star { background-position: -224px -112px; }.ui-icon-link { background-position: -240px -112px; }.ui-icon-cancel { background-position: 0 -128px; }.ui-icon-plus { background-position: -16px -128px; }.ui-icon-plusthick { background-position: -32px -128px; }.ui-icon-minus { background-position: -48px -128px; }.ui-icon-minusthick { background-position: -64px -128px; }.ui-icon-close { background-position: -80px -128px; }.ui-icon-closethick { background-position: -96px -128px; }.ui-icon-key { background-position: -112px -128px; }.ui-icon-lightbulb { background-position: -128px -128px; }.ui-icon-scissors { background-position: -144px -128px; }.ui-icon-clipboard { background-position: -160px -128px; }.ui-icon-copy { background-position: -176px -128px; }.ui-icon-contact { background-position: -192px -128px; }.ui-icon-image { background-position: -208px -128px; }.ui-icon-video { background-position: -224px -128px; }.ui-icon-script { background-position: -240px -128px; }.ui-icon-alert { background-position: 0 -144px; }.ui-icon-info { background-position: -16px -144px; }.ui-icon-notice { background-position: -32px -144px; }.ui-icon-help { background-position: -48px -144px; }.ui-icon-check { background-position: -64px -144px; }.ui-icon-bullet { background-position: -80px -144px; }.ui-icon-radio-off { background-position: -96px -144px; }.ui-icon-radio-on { background-position: -112px -144px; }.ui-icon-pin-w { background-position: -128px -144px; }.ui-icon-pin-s { background-position: -144px -144px; }.ui-icon-play { background-position: 0 -160px; }.ui-icon-pause { background-position: -16px -160px; }.ui-icon-seek-next { background-position: -32px -160px; }.ui-icon-seek-prev { background-position: -48px -160px; }.ui-icon-seek-end { background-position: -64px -160px; }.ui-icon-seek-start { background-position: -80px -160px; }/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */.ui-icon-seek-first { background-position: -80px -160px; }.ui-icon-stop { background-position: -96px -160px; }.ui-icon-eject { background-position: -112px -160px; }.ui-icon-volume-off { background-position: -128px -160px; }.ui-icon-volume-on { background-position: -144px -160px; }.ui-icon-power { background-position: 0 -176px; }.ui-icon-signal-diag { background-position: -16px -176px; }.ui-icon-signal { background-position: -32px -176px; }.ui-icon-battery-0 { background-position: -48px -176px; }.ui-icon-battery-1 { background-position: -64px -176px; }.ui-icon-battery-2 { background-position: -80px -176px; }.ui-icon-battery-3 { background-position: -96px -176px; }.ui-icon-circle-plus { background-position: 0 -192px; }.ui-icon-circle-minus { background-position: -16px -192px; }.ui-icon-circle-close { background-position: -32px -192px; }.ui-icon-circle-triangle-e { background-position: -48px -192px; }.ui-icon-circle-triangle-s { background-position: -64px -192px; }.ui-icon-circle-triangle-w { background-position: -80px -192px; }.ui-icon-circle-triangle-n { background-position: -96px -192px; }.ui-icon-circle-arrow-e { background-position: -112px -192px; }.ui-icon-circle-arrow-s { background-position: -128px -192px; }.ui-icon-circle-arrow-w { background-position: -144px -192px; }.ui-icon-circle-arrow-n { background-position: -160px -192px; }.ui-icon-circle-zoomin { background-position: -176px -192px; }.ui-icon-circle-zoomout { background-position: -192px -192px; }.ui-icon-circle-check { background-position: -208px -192px; }.ui-icon-circlesmall-plus { background-position: 0 -208px; }.ui-icon-circlesmall-minus { background-position: -16px -208px; }.ui-icon-circlesmall-close { background-position: -32px -208px; }.ui-icon-squaresmall-plus { background-position: -48px -208px; }.ui-icon-squaresmall-minus { background-position: -64px -208px; }.ui-icon-squaresmall-close { background-position: -80px -208px; }.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }.ui-icon-grip-solid-vertical { background-position: -32px -224px; }.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }.ui-icon-grip-diagonal-se { background-position: -80px -224px; }/* Misc visuals----------------------------------*//* Corner radius */.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }/* Overlays */.ui-widget-overlay { background: #666666 url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(/plugins/system/mijoshopjquery/mijoshopjquery/ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* * jQuery UI Resizable 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Resizable#theming */.ui-resizable { position: relative;}.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* * jQuery UI Selectable 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Selectable#theming */.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }/* * jQuery UI Accordion 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Accordion#theming *//* IE/Win - Fix animation bug - #4615 */.ui-accordion { width: 100%; }.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }.ui-accordion .ui-accordion-li-fix { display: inline; }.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }.ui-accordion .ui-accordion-content-active { display: block; }/* * jQuery UI Autocomplete 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Autocomplete#theming */.ui-autocomplete { position: absolute; cursor: default; z-index: 500 !important;}/* workarounds */* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 *//* * jQuery UI Menu 1.8.16 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Menu#theming */.ui-menu {list-style:none;padding: 2px;margin: 0;display:block;float: left;}.ui-menu .ui-menu {margin-top: -3px;}.ui-menu .ui-menu-item {margin:0;padding: 0;zoom: 1;float: left;clear: left;width: 100%;}.ui-menu .ui-menu-item a {text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;zoom:1;}.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active {font-weight: normal;margin: -1px;}/* * jQuery UI Button 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Button#theming */.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */.ui-button-icons-only { width: 3.4em; } button.ui-button-icons-only { width: 3.7em; } /*button text element */.ui-button .ui-button-text { display: block; line-height: 1.4;  }.ui-button-text-only .ui-button-text { padding: .4em 1em; }.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }/* no icon support for input elements, provide padding by default */input.ui-button { padding: .4em 1em; }/*button icon element(s) */.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }/*button sets*/.ui-buttonset { margin-right: 7px; }.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }/* workarounds */button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox *//* * jQuery UI Dialog 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Dialog#theming */.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }.ui-draggable .ui-dialog-titlebar { cursor: move; }/* * jQuery UI Slider 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Slider#theming */.ui-slider { position: relative; text-align: left; }.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }.ui-slider-horizontal { height: .8em; }.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }.ui-slider-horizontal .ui-slider-range-min { left: 0; }.ui-slider-horizontal .ui-slider-range-max { right: 0; }.ui-slider-vertical { width: .8em; height: 100px; }.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }.ui-slider-vertical .ui-slider-range-min { bottom: 0; }.ui-slider-vertical .ui-slider-range-max { top: 0; }/* * jQuery UI Tabs 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Tabs#theming */.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }.ui-tabs .ui-tabs-hide { display: none !important; }/* * jQuery UI Datepicker 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Datepicker#theming */.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }.ui-datepicker .ui-datepicker-prev { left:2px; }.ui-datepicker .ui-datepicker-next { right:2px; }.ui-datepicker .ui-datepicker-prev-hover { left:1px; }.ui-datepicker .ui-datepicker-next-hover { right:1px; }.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }.ui-datepicker select.ui-datepicker-month-year {width: 100%;}.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%;}.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }.ui-datepicker td { border: 0; padding: 1px; }.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }/* with multiple calendars */.ui-datepicker.ui-datepicker-multi { width:auto; }.ui-datepicker-multi .ui-datepicker-group { float:left; }.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }/* RTL support */.ui-datepicker-rtl { direction: rtl; }.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }.ui-datepicker-rtl .ui-datepicker-group { float:right; }.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */.ui-datepicker-cover {    display: none; /*sorry for IE5*/    display/**/: block; /*sorry for IE5*/    position: absolute; /*must have*/    z-index: -1; /*must have*/    filter: mask(); /*must have*/    top: -4px; /*must have*/    left: -4px; /*must have*/    width: 200px; /*must have*/    height: 200px; /*must have*/}/* * jQuery UI Progressbar 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Progressbar#theming */.ui-progressbar { height:2em; text-align: left; }.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

/* FILE: /plugins/system/mijoshopjquery/mijoshopjquery/colorbox/colorbox.css */
/*    ColorBox Core Style:    The following CSS is consistent between example themes and should not be altered.*/#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}#cboxOverlay{position:fixed; width:100%; height:100%;}#cboxMiddleLeft, #cboxBottomLeft{clear:left;}#cboxContent{position:relative;}#cboxLoadedContent{overflow:auto;}#cboxTitle{margin:0;}#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}.cboxPhoto{float:left; margin:auto; border:0; display:block;}.cboxIframe{width:100%; height:100%; display:block; border:0;}/*     User Style:    Change the following styles to modify the appearance of ColorBox.  They are    ordered & tabbed in a way that represents the nesting of the generated HTML.*/#cboxOverlay{background:#000;}#colorbox{}    #cboxTopLeft{width:14px; height:14px; background:url(/plugins/system/mijoshopjquery/mijoshopjquery/colorbox/images/controls.png) no-repeat 0 0;}    #cboxTopCenter{height:14px; background:url(/plugins/system/mijoshopjquery/mijoshopjquery/colorbox/images/border.png) repeat-x top left;}    #cboxTopRight{width:14px; height:14px; background:url(/plugins/system/mijoshopjquery/mijoshopjquery/colorbox/images/controls.png) no-repeat -36px 0;}    #cboxBottomLeft{width:14px; height:43px; background:url(/plugins/system/mijoshopjquery/mijoshopjquery/colorbox/images/controls.png) no-repeat 0 -32px;}    #cboxBottomCenter{height:43px; background:url(/plugins/system/mijoshopjquery/mijoshopjquery/colorbox/images/border.png) repeat-x bottom left;}    #cboxBottomRight{width:14px; height:43px; background:url(/plugins/system/mijoshopjquery/mijoshopjquery/colorbox/images/controls.png) no-repeat -36px -32px;}    #cboxMiddleLeft{width:14px; background:url(/plugins/system/mijoshopjquery/mijoshopjquery/colorbox/images/controls.png) repeat-y -175px 0;}    #cboxMiddleRight{width:14px; background:url(/plugins/system/mijoshopjquery/mijoshopjquery/colorbox/images/controls.png) repeat-y -211px 0;}    #cboxContent{background:#fff; overflow:visible;}        .cboxIframe{background:#fff;}        #cboxError{padding:50px; border:1px solid #ccc;}        #cboxLoadedContent{margin-bottom:5px;}        #cboxLoadingOverlay{background:url(/plugins/system/mijoshopjquery/mijoshopjquery/colorbox/images/loading_background.png) no-repeat center center;}        #cboxLoadingGraphic{background:url(/plugins/system/mijoshopjquery/mijoshopjquery/colorbox/images/loading.gif) no-repeat center center;}        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}                #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(/plugins/system/mijoshopjquery/mijoshopjquery/colorbox/images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}        #cboxPrevious{left:0px; background-position: -51px -25px;}        #cboxPrevious:hover{background-position:-51px 0px;}        #cboxNext{left:27px; background-position:-75px -25px;}        #cboxNext:hover{background-position:-75px 0px;}        #cboxClose{right:0; background-position:-100px -25px;}        #cboxClose:hover{background-position:-100px 0px;}                .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}

/* FILE: /components/com_mijoshop/opencart/catalog/view/theme/default/stylesheet/stylesheet.css */
h1, .welcome {font-family: Verdana;margin-top: 0px;margin-bottom: 20px;font-size: 32px;font-weight: normal;text-shadow: 0 0 1px rgba(0, 0, 0, .01);}.mijoshop_heading_h1 {border: 0px !important;    color: #333 !important;   font-family: Arial, Helvetica, sans-serif !important;    font-size: 14px !important;   font-weight: bold !important;   line-height: 14px !important;   margin: 0px !important;   padding: 0px !important;   text-transform: none !important;}h2 {font-size: 16px;margin-top: 0px;margin-bottom: 5px;}p {margin-top: 0px;margin-bottom: 20px;}a, a:visited, a b {cursor: pointer;}a:hover {text-decoration: none;}a img {border: none;}form {padding: 0;margin: 0;/*display: inline;*/}input[type='text'], input[type='password'], textarea {background: #F8F8F8;border: 1px solid #CCCCCC;padding: 3px;margin-left: 0px;margin-right: 0px;}select {background: #F8F8F8;border: 1px solid #CCCCCC;padding: 2px;}label {cursor: pointer;}/* layout */#container_oc {width: 100%;margin-left: auto;margin-right: auto;text-align: left;}#column-left {float: left;width: 180px;}#column-right {float: right;width: 180px;}#content_oc {min-height: 400px;margin-bottom: 25px;}#column-left + #column-right + #content_oc, #column-left + #content_oc {margin-left: 195px;}#column-right + #content_oc {margin-right: 195px;}/* header */#header_oc {height: 60px;margin-bottom: 7px;padding-bottom: 4px;position: relative;z-index: 99;}#header_oc #logo_oc {position: absolute;top: -5px;left: 229px;}#language {position: absolute;top: 0px;right: 150px;width: 75px;line-height: 17px;z-index: 9999;}#language img {cursor: pointer;}#currency {width: 75px;position: absolute;top: 10px;left: 5px;line-height: 17px;}#currency a {display: inline-block;padding: 2px 4px;border: 1px solid #CCC;text-decoration: none;margin-right: 2px;margin-bottom: 2px;}#currency a b {text-decoration: none;}#header_oc #cart {position: absolute;top: -5px;left: 70px;z-index: 9;}#header_oc #cart .heading {float: left;margin-top: 15px;padding-left: 14px;padding-right: 14px;position: relative;z-index: 1;}#header_oc #cart .heading h4 {font-size: 15px;font-weight: bold;margin-top: 0px;margin-bottom: 3px;}#header_oc #cart .heading a {text-decoration: none;}#header_oc #cart .heading a span {background: url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/arrow-down.png) 100% 50% no-repeat;padding-right: 15px;}#header_oc #cart .content_oc {clear: both;display: none;position: relative;top: -1px;padding: 8px;min-height: 150px;border-top: 1px solid #EEEEEE;border-left: 1px solid #EEEEEE;border-right: 1px solid #EEEEEE;border-bottom: 1px solid #EEEEEE;-webkit-border-radius: 0px 7px 7px 7px;-moz-border-radius: 0px 7px 7px 7px;-khtml-border-radius: 0px 7px 7px 7px;border-radius: 0px 7px 7px 7px;-webkit-box-shadow: 0px 2px 2px #DDDDDD;-moz-box-shadow: 0px 2px 2px #DDDDDD;box-shadow: 0px 2px 2px #DDDDDD;background: #FFF;}#header_oc #cart.active .heading {margin-top: 5px;padding-top: 10px;padding-bottom: 6px;border-top: 1px solid #EEEEEE;border-left: 1px solid #EEEEEE;border-right: 1px solid #EEEEEE;-webkit-border-radius: 7px 7px 0px 0px;-moz-border-radius: 7px 7px 0px 0px;-khtml-border-radius: 7px 7px 0px 0px;border-radius: 7px 7px 0px 0px;}#header_oc #cart.active .content_oc {display: block;}.mini-cart-info table {border-collapse: collapse;width: 100%;margin-bottom: 5px;}.mini-cart-info td {color: #000;vertical-align: top;padding: 10px 5px;border-bottom: 1px solid #EEEEEE;}.mini-cart-info .image {width: 1px;}.mini-cart-info .image img {border: 1px solid #EEEEEE;text-align: left;max-width: none !important;}.mini-cart-info .name small {color: #666;}.mini-cart-info .quantity {text-align: right;}.mini-cart-info td.total {text-align: right;}.mini-cart-info .remove {text-align: right;}.mini-cart-info .remove img {cursor: pointer;}.mini-cart-total {text-align: right;}.mini-cart-total table {border-collapse: collapse;display: inline-block;margin-bottom: 5px;}.mini-cart-total td {color: #000;padding: 4px;}#header_oc #cart .checkout {text-align: right;clear: both;}#header_oc #cart .empty {padding-top: 50px;text-align: center;}#header_oc #search_oc {position: absolute;top: 15px;right: 0px;width: 150px;z-index: 15;}#header_oc .button_oc-search {position: absolute;left: 0px;background: url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/button-search.png) center center no-repeat;width: 28px;height: 24px;border-right: 1px solid #CCCCCC;cursor: pointer;}#header_oc #search_oc input {background: #FFF;padding: 1px 1px 1px 33px;width: 110px;height: 21px;border: 1px solid #CCCCCC;-webkit-border-radius: 3px 3px 3px 3px;-moz-border-radius: 3px 3px 3px 3px;-khtml-border-radius: 3px 3px 3px 3px;border-radius: 3px 3px 3px 3px;-webkit-box-shadow: 0px 2px 0px #F0F0F0;-moz-box-shadow: 0px 2px 0px #F0F0F0;box-shadow: 0px 2px 0px #F0F0F0;}#header_oc #welcome {position: absolute;top: 52px;right: 0px;z-index: 5;text-align: right;color: #999999;display:none;}#header_oc .links {position: absolute;right: 0px;top: 50px;font-size: 10px;padding-right: 5px;}#header_oc .links a {float: left;display: block;padding: 0px 0px 0px 7px;text-decoration: none;font-size: 12px;}#header_oc .links a + a {margin-left: 8px;border-left: 1px solid #CCC;}/* menu */#menu_oc {background: #585858;border-bottom: 1px solid #000000;height: 37px;margin-bottom: 15px;-webkit-border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-khtml-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;-webkit-box-shadow: 0px 2px 2px #DDDDDD;-moz-box-shadow: 0px 2px 2px #DDDDDD;box-shadow: 0px 2px 2px #DDDDDD;padding: 0px 5px;}#menu_oc ul {list-style: none !important;margin: 0 !important;padding: 0 !important;    margin: 0 !important;}#menu_oc > ul > li {position: relative !important;    float: left !important;    z-index: 20 !important;    background: 000 !important;    line-height: 100% !important;    padding: 0px !important;    margin: 0 !important;    overflow: visible !important;}#menu_oc > ul > li:hover {background: #000;}#menu_oc > ul > li > a {font-size: 13px;color: #FFF;line-height: 14px;text-decoration: none;display: block;padding: 12px 15px 11px 15px;z-index: 6;position: relative;}#menu_oc > ul > li:hover > a {-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;}#menu_oc > ul > li > div {display: none;background: #FFFFFF;position: absolute;z-index: 5;padding: 5px;border: 1px solid #000000;-webkit-border-radius: 0px 0px 5px 5px;-moz-border-radius: 0px 0px 5px 5px;-khtml-border-radius: 0px 0px 5px 5px;border-radius: 0px 0px 5px 5px;background: url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/menu.png);}#menu_oc > ul > li:hover > div {display: table;}#menu_oc > ul > li > div > ul {display: table-cell;}#menu_oc > ul > li ul + ul {padding-left: 20px;}#menu_oc > ul > li ul > li > a {text-decoration: none;padding: 4px;color: #FFFFFF;display: block;white-space: nowrap;min-width: 120px;}#menu_oc > ul > li ul > li > a:hover {background: #000000;}#menu_oc > ul > li > div > ul > li {    background: 000 !important;    line-height: 100% !important;    padding: 4px !important;    margin: 0 !important;}#menu_oc > ul > li > div > ul > li > a {color: #FFFFFF;}.breadcrumb_oc {margin-bottom: 10px;}.success, .warning, .attention, .information {padding: 10px 10px 10px 33px !important;margin-bottom: 15px !important;color: #555555;-webkit-border-radius: 5px 5px 5px 5px !important;-moz-border-radius: 5px 5px 5px 5px !important;-khtml-border-radius: 5px 5px 5px 5px !important;border-radius: 5px 5px 5px 5px !important;}.success {background: #EAF7D9 url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/success.png) 10px center no-repeat;border: 1px solid #BBDF8D;-webkit-border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-khtml-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;}.warning {background: #FFD1D1 url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/warning.png) 10px center no-repeat;border: 1px solid #F8ACAC;-webkit-border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-khtml-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;}.attention {background: #FFF5CC url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/attention.png) 10px center no-repeat;border: 1px solid #F2DD8C;-webkit-border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-khtml-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;}.success .close, .warning .close, .attention .close, .information .close {float: right;padding-top: 4px;padding-right: 4px;cursor: pointer;}.required {color: #FF0000;font-weight: bold;}.error {display: block;color: #FF0000;}.help {color: #999;font-size: 10px;font-weight: normal;font-family: Verdana, Geneva, sans-serif;display: block;}table.form {width: 100%;border-collapse: collapse;margin-bottom: 20px;}table.form tr td:first-child {width: 150px;}table.form > * > * > td {/*color: #000000;*/}table.form td {padding: 4px;}input.large-field, select.large-field {width: 100%;}table.list {border-collapse: collapse;width: 100%;border-top: 1px solid #DDDDDD;border-left: 1px solid #DDDDDD;margin-bottom: 20px;}table.list td {border-right: 1px solid #DDDDDD;border-bottom: 1px solid #DDDDDD;}table.list thead td {background-color: #EFEFEF;padding: 0px 5px;}table.list thead td a, .list thead td {text-decoration: none;color: #222222;font-weight: bold;}table.list tbody td a {text-decoration: underline;}table.list tbody td {vertical-align: top;padding: 0px 5px;}table.list .left {text-align: left;padding: 7px;}table.list .right {text-align: right;padding: 7px;}table.list .center {text-align: center;padding: 7px;}table.radio {width: 100%;border-collapse: collapse;}table.radio td {padding: 5px;vertical-align: top;}table.radio td label {display: block;}table.radio tr td:first-child {width: 1px;}table.radio tr td:first-child input {margin-top: 0px !important;margin-left:0px !important;}table.radio tr.highlight:hover td {cursor: pointer;}.pagination {border-top: 1px solid #EEEEEE;padding-top: 8px;display: inline-block;width: 100%;margin-bottom: 10px;}.pagination .links {float: left;}.pagination .links a {display: inline-block;border: 1px solid #EEEEEE;padding: 4px 10px;text-decoration: none;}.pagination .links b {display: inline-block;border: 1px solid #269BC6;padding: 4px 10px;font-weight: normal;text-decoration: none;background: #FFFFFF;}.pagination .results {float: right;padding-top: 3px;}/* button */a.button_oc, input.button_oc {cursor: pointer !important;color: #FFFFFF !important;line-height: 12px;font-size: 12px;font-weight: bold;background: url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/button.png) top left repeat-x;-webkit-border-radius: 7px 7px 7px 7px;-moz-border-radius: 7px 7px 7px 7px;-khtml-border-radius: 7px 7px 7px 7px;border-radius: 7px 7px 7px 7px;-webkit-box-shadow: 0px 2px 2px #DDDDDD;-moz-box-shadow: 0px 2px 2px #DDDDDD;box-shadow: 0px 2px 2px #DDDDDD;}a.button_oc {display: inline-block;text-decoration: none !important;padding: 6px 12px 6px 12px;}input.button_oc {margin: 0;border: 0;height: 24px;padding: 0px 12px 0px 12px;}a.button_oc:hover, input.button_oc:hover {background: url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/button-active.png) repeat-x;}.buttons {background: #FFFFFF;border: 1px solid #EEEEEE;overflow: auto;padding: 6px;margin-bottom: 20px;}.buttons .left {float: left;text-align: left;}.buttons .right {float: right;text-align: right;}.buttons .center {text-align: center;margin-left: auto;margin-right: auto;}.htabs {margin-bottom: -1px;overflow: auto;border-bottom: 1px solid #DDDDDD;}.htabs a {border-top: 1px solid #DDDDDD;border-left: 1px solid #DDDDDD;border-right: 1px solid #DDDDDD;background: #FFFFFF url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/tab.png) repeat-x;padding: 7px 15px 6px 15px;float: left;font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: bold;text-align: center;text-decoration: none;margin-right: 2px;display: none;}.htabs a.selected {padding-bottom: 7px;background: #FFFFFF;}.tab-content {border-left: 1px solid #DDDDDD;border-right: 1px solid #DDDDDD;border-bottom: 1px solid #DDDDDD;padding: 10px;margin-bottom: 20px;z-index: 2;overflow: hidden;}/* box */.box_oc {margin-bottom: 20px;}.box_oc .box-heading {-webkit-border-radius: 7px 7px 0px 0px;-moz-border-radius: 7px 7px 0px 0px;-khtml-border-radius: 7px 7px 0px 0px;border-radius: 7px 7px 0px 0px;border: 1px solid #DBDEE1;background: url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/background.png) repeat-x;padding: 8px 10px 7px 10px;font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;line-height: 14px;color: #333;}.box_oc .box-content {-webkit-border-radius: 0px 0px 7px 7px;-moz-border-radius: 0px 0px 7px 7px;-khtml-border-radius: 0px 0px 7px 7px;border-radius: 0px 0px 7px 7px;border-left: 1px solid #DBDEE1;border-right: 1px solid #DBDEE1;border-bottom: 1px solid #DBDEE1;padding: 10px;margin: 0px;}/* box products */.box-product {width: 100%;overflow: hidden;margin-left:38px;}.box-product > div {width: 130px;display: inline-block;vertical-align: top;margin-right: 20px;margin-bottom: 20px;}#column-left + #column-right + #content_oc .box-product > div {width: 119px;}.box-product .image {display: block;margin-bottom: 0px;}.box-product .image img {padding: 3px;border: 1px solid #E7E7E7;}#main .box-product .image img:hover {background-color:#FFFFFF;}.box-product .name a {font-weight: bold;text-decoration: none;display: block;margin-bottom: 4px;}.box-product .price {display: block;font-weight: bold;margin-bottom: 4px;}.box-product .price-old {text-decoration: line-through;}.box-product .price-new {font-weight: bold;}.box-product .rating {display: block;margin-bottom: 4px;}/* box category */.box-category {margin-top: -5px;}.box-category ul {list-style: none;margin: 0;padding: 0;}.box-category > ul > li {/*padding: 8px 8px 8px 0px;*/}.box-category > ul > li + li {border-top: 1px solid #EEEEEE;}.box-category > ul > li > a {text-decoration: none;}.box-category > ul > li ul {display: none;}.box-category > ul > li a.active {font-weight: bold;}.box-category > ul > li a.active + ul {display: block;}.box-category > ul > li ul > li {/*padding: 5px 5px 0px 10px;*/}.box-category > ul > li ul > li > a {text-decoration: none;display: block;}.box-category > ul > li ul > li > a.active {font-weight: bold;}/* box filter */ul.box-filter, ul.box-filter ul {list-style: none;margin: 0;padding: 0;}ul.box-filter span {font-weight: bold;border-bottom: 1px solid #EEEEEE;display: block;padding-bottom: 5px;margin-bottom: 8px;}ul.box-filter > li ul {padding-bottom: 10px;}/* content */#content_oc .content_oc {padding: 10px;overflow: auto;margin-bottom: 20px;border: 1px solid #EEEEEE;}#content_oc .content_oc .left {float: left;width: 49%;}#content_oc .content_oc .right {float: right;width: 49%;}/* category */.category-info {overflow: auto;margin-bottom: 20px;}.category-info .image {float: left;padding: 5px;margin-right: 15px;border: 1px solid #E7E7E7;}.category-list {overflow: auto;margin-bottom: 20px;}.category-list ul {float: left;width: 18%;}/*.category-list .div a {text-decoration: underline;font-weight: bold;}*//* manufacturer */.manufacturer-list {border: 1px solid #DBDEE1;padding: 5px;overflow: auto;margin-bottom: 20px;}.manufacturer-heading {background: #F8F8F8;font-size: 15px;font-weight: bold;padding: 5px 8px;margin-bottom: 6px;}.manufacturer-content {padding: 8px;}.manufacturer-list ul {float: left;width: 25%;margin: 0;padding: 0;list-style: none;margin-bottom: 10px;}/* product */.product-filter {border-bottom: 1px solid #EEEEEE;padding-bottom: 5px;overflow: auto;}.product-filter .display {margin-right: 15px;float: left;padding-top: 4px;}.product-filter .display a {font-weight: bold;}.product-filter .sort {float: right;}.product-filter .limit {margin-left: 15px;float: right;}.product-compare {padding-top: 6px;margin-bottom: 25px;font-weight: bold;}.product-compare a {text-decoration: none;font-weight: bold;}.product-list > div {overflow: auto;margin-bottom: 15px;}.product-list .right {float: right;margin-left: 15px;}.product-list .left {float: none;width: auto;}.product-list > div + div {border-top: 1px solid #EEEEEE;padding-top: 16px;}.product-list .image {float: left;margin-right: 10px;}.product-list .image img {padding: 3px;border: 1px solid #E7E7E7;}.product-list .name {margin-bottom: 3px;}.product-list .name a {font-weight: bold;text-decoration: none;}.product-list .description {line-height: 15px;margin-bottom: 5px;}.product-list .rating {}.product-list .price {float: right;height: 50px;margin-left: 8px;text-align: right;font-size: 12px;}.product-list .price-old {text-decoration: line-through;}.product-list .price-new {font-weight: bold;}.product-list .price-tax {font-size: 12px;font-weight: normal;}.product-list .cart {margin-bottom: 3px;}.product-list .wishlist, .product-list .compare {margin-bottom: 3px;}.product-list .wishlist a {text-decoration: none;padding-left: 18px;display: block;background: url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/add.png) left center no-repeat;}.product-list .compare a {text-decoration: none;padding-left: 18px;display: block;background: url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/add.png) left 60% no-repeat;}.product-grid {width: 100%;overflow: auto;}.product-grid > div {/*width: 130px;*/display: inline-block;vertical-align: top;margin-right: 20px;margin-bottom: 15px;}#column-left + #column-right + #content_oc .product-grid > div {width: 125px;}.product-grid .image {display: block;margin-bottom: 0px;}.product-grid .image img {padding: 3px;border: 1px solid #E7E7E7;}.product-grid .name a {font-weight: bold;text-decoration: none;display: block;margin-bottom: 4px;}.product-grid .description {display: none;}.product-grid .rating {display: block;margin-bottom: 4px;}.product-grid .price {display: block;font-weight: bold;margin-bottom: 4px;}.product-grid .price-old {text-decoration: line-through;}.product-grid .price-new {font-weight: bold;}.product-grid .price .price-tax {display: none;}.product-grid .cart {margin-bottom: 3px;}.product-grid .wishlist, .product-grid .compare {margin-bottom: 3px;}.product-grid .wishlist a {text-decoration: none;padding-left: 18px;display: block;background: url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/add.png) left center no-repeat;}.product-grid .compare a {text-decoration: none;padding-left: 18px;display: block;background: url(/components/com_mijoshop/opencart/catalog/view/theme/default/image/add.png) left center no-repeat;}/* Product */.product-info {overflow: auto;margin-bottom: 20px;}.product-info > .left {float: left;width:38% !important;}.product-info > .right {float: right;width:59% !important;}.product-info .image {border: 1px solid #E7E7E7;float: left;margin-bottom: 20px;padding: 10px;text-align: center;}.product-info .image-additional {width: 200px;margin-left: -10px;clear: both;overflow: hidden;}.product-info .image-additional img {border: 1px solid #E7E7E7;}.product-info .image-additional a {float: left;display: block;margin-left: 10px;margin-bottom: 10px;}.product-info .description {border-top: 1px solid #E7E7E7;border-bottom: 1px solid #E7E7E7;padding: 5px 5px 10px 5px;margin-bottom: 10px;line-height: 20px;}.product-info .description span {}.product-info .description a {text-decoration: none;}.product-info .price {overflow: auto;border-bottom: 1px solid #E7E7E7;padding: 0px 5px 10px 5px;margin-bottom: 10px;font-size: 15px;font-weight: bold;}.product-info .price-old {text-decoration: line-through;}.product-info .price-new {}.product-info .price-tax {font-size: 12px;font-weight: normal;}.product-info .price .reward {font-size: 12px;font-weight: normal;}.product-info .price .discount {font-size: 12px;font-weight: normal;}.product-info .options {border-bottom: 1px solid #E7E7E7;padding: 0px 5px 10px 5px;margin-bottom: 10px;}.product-info .option-image {margin-top: 3px;margin-bottom: 10px;}.product-info .option-image label {display: block;width: 100%;height: 100%;}.product-info .option-image img {margin-right: 5px;border: 1px solid #CCCCCC;cursor: pointer;}.product-info .cart {border-bottom: 1px solid #E7E7E7;padding: 0px 5px 10px 5px;margin-bottom: 20px;overflow: auto;}.product-info .cart div {float: left;vertical-align: middle;}.product-info .cart div > span {padding-top: 7px;display: block;}.product-info .cart .minimum {padding-top: 5px;font-size: 11px;clear: both;}.product-info .review {border-top: 1px solid #E7E7E7;border-left: 1px solid #E7E7E7;border-right: 1px solid #E7E7E7;margin-bottom: 10px;}.product-info .review > div {padding: 8px;border-bottom: 1px solid #E7E7E7;line-height: 20px;}.product-info .review > div > span {}.product-info .review .share {overflow: auto;line-height: normal;}.product-info .review .share a {text-decoration: none;}.review-list {padding: 10px;overflow: auto;margin-bottom: 20px;border: 1px solid #EEEEEE;}.review-list .author {float: left;margin-bottom: 20px;}.review-list .rating {float: right;margin-bottom: 20px;}.review-list .text {clear: both;}.attribute {border-collapse: collapse;width: 100%;border-top: 1px solid #DDDDDD;border-left: 1px solid #DDDDDD;margin-bottom: 20px;}.attribute thead td, .attribute thead tr td:first-child {color: #000000;font-size: 14px;font-weight: bold;background: #F7F7F7;text-align: left;}.attribute tr td:first-child {color: #000000;font-weight: bold;text-align: right;width: 20%;}.attribute td {padding: 7px;color: #4D4D4D;text-align: center;vertical-align: top;border-right: 1px solid #DDDDDD;border-bottom: 1px solid #DDDDDD;}.compare-info {border-collapse: collapse;width: 100%;border-top: 1px solid #DDDDDD;border-left: 1px solid #DDDDDD;margin-bottom: 20px;}.compare-info thead td, .compare-info thead tr td:first-child {color: #000000;font-size: 14px;font-weight: bold;background: #F7F7F7;text-align: left;}.compare-info tr td:first-child {color: #000000;font-weight: bold;text-align: right;}.compare-info td {padding: 7px;width: 20%;color: #4D4D4D;text-align: center;vertical-align: top;border-right: 1px solid #DDDDDD;border-bottom: 1px solid #DDDDDD;}.compare-info .name a {font-weight: bold;}.compare-info .price-old {font-weight: bold;text-decoration: line-through;}.compare-info .price-new {font-weight: bold;}/* wishlist */.wishlist-info table {width: 100%;border-collapse: collapse;border-top: 1px solid #DDDDDD;border-left: 1px solid #DDDDDD;border-right: 1px solid #DDDDDD;margin-bottom: 20px;}.wishlist-info td {padding: 7px;}.wishlist-info thead td {color: #4D4D4D;font-weight: bold;background-color: #F7F7F7;border-bottom: 1px solid #DDDDDD;}.wishlist-info thead .image {text-align: center;}.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {text-align: left;}.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {text-align: right;}.wishlist-info tbody td {vertical-align: top;border-bottom: 1px solid #DDDDDD;}.wishlist-info tbody .image img {border: 1px solid #DDDDDD;}.wishlist-info tbody .image {text-align: center;}.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {text-align: left;}.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {text-align: right;}.wishlist-info tbody .price s {color: #F00;}.wishlist-info tbody .action img {cursor: pointer;}.login-content {margin-bottom: 20px;overflow: auto;}.login-content .left {float: left;width: 48%;}.login-content .right {float: right;width: 48%}.login-content .left .content_oc, .login-content .right .content_oc {min-height: 190px;}/* orders */.order-list {margin-bottom: 10px;}.order-list .order-id {width: 49%;float: left;margin-bottom: 2px;}.order-list .order-status {width: 49%;float: right;text-align: right;margin-bottom: 2px;}.order-list .order-content {padding: 10px 0px;display: inline-block;width: 100%;margin-bottom: 20px;border-top: 1px solid #EEEEEE;border-bottom: 1px solid #EEEEEE;}.order-list .order-content div {float: left;width: 33.3%;}.order-list .order-info {text-align: right;}.order-detail {background: #EFEFEF;font-weight: bold;}/* returns */.return-list {margin-bottom: 10px;}.return-list .return-id {width: 49%;float: left;margin-bottom: 2px;}.return-list .return-status {width: 49%;float: right;text-align: right;margin-bottom: 2px;}.return-list .return-content {padding: 10px 0px;display: inline-block;width: 100%;margin-bottom: 20px;border-top: 1px solid #EEEEEE;border-bottom: 1px solid #EEEEEE;}.return-list .return-content div {float: left;width: 33.3%;}.return-list .return-info {text-align: right;}.return-product {overflow: auto;margin-bottom: 20px;}.return-name {float: left;width: 33.3%;}.return-model {float: left;width: 33.3%;}.return-quantity {float: left;width: 33.3%;}.return-detail {overflow: auto;margin-bottom: 20px;}.return-reason {float: left;width: 33.3%;}.return-opened {float: left;width: 33.3%;}.return-opened textarea {width: 98%;vertical-align: top;}.return-captcha {float: left;}.download-list {margin-bottom: 10px;}.download-list .download-id {width: 49%;float: left;margin-bottom: 2px;}.download-list .download-status {width: 49%;float: right;text-align: right;margin-bottom: 2px;}.download-list .download-content {padding: 10px 0px;display: inline-block;width: 100%;margin-bottom: 20px;border-top: 1px solid #EEEEEE;border-bottom: 1px solid #EEEEEE;}.download-list .download-content div {float: left;width: 33.3%;}.download-list .download-info {text-align: right;}/* cart */.cart-info table {width: 100%;margin-bottom: 20px;border-collapse: collapse;border-top: 1px solid #DDDDDD;border-left: 1px solid #DDDDDD;border-right: 1px solid #DDDDDD;}.cart-info td {padding: 7px;}.cart-info thead td {color: #4D4D4D;font-weight: bold;background-color: #F7F7F7;border-bottom: 1px solid #DDDDDD;}.cart-info thead .image {text-align: center;}.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {text-align: left;}.cart-info thead .price, .cart-info thead .total {text-align: right;}.cart-info tbody td {vertical-align: top;border-bottom: 1px solid #DDDDDD;}.cart-info tbody .image img {border: 1px solid #DDDDDD;}.cart-info tbody .image {text-align: center;}.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {text-align: left;}.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {position: relative;top: 4px;cursor: pointer;}.cart-info tbody .price, .cart-info tbody .total {text-align: right;}.cart-info tbody span.stock {font-weight: bold;}.cart-module > div {/*display: none;*/}.cart-total {border-top: 1px solid #DDDDDD;overflow: auto;padding-top: 8px;margin-bottom: 15px;}.cart-total table {float: right;}.cart-total td {padding: 3px;text-align: right;}/* checkout */.checkout-heading {border: 1px solid #DBDEE1;padding: 8px;font-weight: bold;font-size: 13px;margin-bottom: 15px;}.checkout-heading a {float: right;margin-top: 1px;font-weight: normal;text-decoration: none;}.checkout-content {padding: 0px 0px 15px 0px;display: none;overflow: hidden;}.checkout-content .left {float: left;width: 48%;}.checkout-content .right {float: right;width: 48%;}.checkout-content .buttons {clear: both;}.checkout-product table {width: 100%;border-collapse: collapse;border-top: 1px solid #DDDDDD;border-left: 1px solid #DDDDDD;border-right: 1px solid #DDDDDD;margin-bottom: 20px;}.checkout-product td {padding: 7px;}.checkout-product thead td {color: #4D4D4D;font-weight: bold;background-color: #F7F7F7;border-bottom: 1px solid #DDDDDD;}.checkout-product thead .name, .checkout-product thead .model {text-align: left;}.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {text-align: right;}.checkout-product tbody td {vertical-align: top;border-bottom: 1px solid #DDDDDD;}.checkout-product tbody .name, .checkout-product tbody .model {text-align: left;}.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {text-align: right;}.checkout-product tfoot td {text-align: right;border-bottom: 1px solid #DDDDDD;}.contact-info {overflow: auto;}.contact-info .left {float: left;width: 48%;}.contact-info .right {float: left;width: 48%;}.sitemap-info {overflow: auto;margin-bottom: 40px;}.sitemap-info .left {float: left;width: 48%;}.sitemap-info .right {float: left;width: 48%;}/* footer */ #footer_oc {clear: both;overflow: hidden;min-height: 135px;padding: 20px;border-top: 1px solid #DBDEE1;border-bottom: 1px solid #DBDEE1;}#footer_oc h3 {font-size: 14px;margin-top: 0px;margin-bottom: 8px;}#footer_oc .column {float: left;width: 25%;min-height: 135px;}#footer_oc .column ul {margin-top: 0px;margin-left: 8px;padding-left: 12px;}#footer_oc .column ul li {margin-bottom: 3px;}#footer_oc .column a {text-decoration: none;}#footer_oc .column a:hover {text-decoration: underline;}#powered {margin-top: 5px;text-align: right;clear: both;}/* banner */.banner_oc div {text-align: center;width: 100%;display: none;}.banner div img {margin-bottom: 20px;}#module_cart .content_oc {    background: none repeat scroll 0 0 #FFFFFF;    border-color: #EEEEEE;    border-radius: 0 7px 7px 7px;    border-style: solid;    border-width: 1px;    box-shadow: 0 2px 2px #DDDDDD;    clear: both;    display: none;    min-height: 150px;    padding: 8px;    position: relative;    top: -1px;}#module_cart.active .heading {    border-left: 1px solid #EEEEEE;    border-radius: 7px 7px 0 0;    border-right: 1px solid #EEEEEE;    border-top: 1px solid #EEEEEE;    margin-top: 5px;    padding-bottom: 6px;    padding-top: 10px;}#module_cart.active .content {    display: block;}#module_cart .cart {    border-collapse: collapse;    margin-bottom: 5px;    width: 100%;}#module_cart .cart td {    border-bottom: 1px solid #EEEEEE;    color: #000000;    padding: 2px 3px;    vertical-align: top;}#module_cart .cart .image {    display: none;}#module_cart .cart .image img {    border: 1px solid #EEEEEE;    text-align: left;}#module_cart .cart .name small {    color: #666666;    line-height: 14px;}#module_cart .cart td.total, #module_cart .cart td.quantity{    text-align: right;    vertical-align: middle;}#module_cart .cart .remove {    text-align: right;    padding: 0 2px;    vertical-align: middle;}#module_cart .cart .remove img {    cursor: pointer;}#module_cart table.total {    border-collapse: collapse;    clear: left;    float: right;    margin-bottom: 5px;    padding: 5px;}#module_cart table.total td {    color: #000000;}#module_cart .checkout {    clear: both;    text-align: right;}#module_cart .empty {    text-align: center;}

/* FILE: /components/com_imageshow/assets/css/style.css */
/** * @author JoomlaShine.com Team * @copyright JoomlaShine.com * @link joomlashine.com * @package JSN ImageShow * @version $Id: style.css 14162 2012-07-19 02:35:40Z haonv $ * @license GNU/GPL v2 http://www.gnu.org/licenses/gpl-2.0.html */.jsn-container {outline: none;text-align: center;}.jsn-gallery {outline: none;}/* SLIDE GALLERY */#main {padding: 0 !important;}body.contentpane {margin: 0 !important;}div.jsn-missing-data-alert-box {height: 80px;width: 190px;margin: 20px auto;border: 2px solid #FF9900;background-color: #333333;}div.jsn-missing-data-alert-box .header {height: 50px;display: block;}div.jsn-missing-data-alert-box .footer {height: 30px;display: block;background-color: #000;}div.jsn-missing-data-alert-box .header span.icon-warning {float: left;margin: 8px;width: 32px;height: 32px;background: url(/components/com_imageshow/assets/images/icon-uni-32/icon-text-alert.png) no-repeat;}div.jsn-missing-data-alert-box .header span.message {color: #FFF;display: block;padding-top: 8px;text-align: center;}div.jsn-missing-data-alert-box .footer span.link-to-more {display: block;padding-top: 8px;text-align: center;}div.jsn-missing-data-alert-box .footer span.link-to-more a {color: #FFF;height: 25px;display: block;text-decoration: none;}div.jsn-missing-data-alert-box .footer span.link-to-more a:hover {text-decoration: none;background: none !important;}div.jsn-missing-data-alert-box .footer:hover {cursor: pointer;background-color: #FF9900;}