/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
 
/* reset styling */
@import url(reset.css);
 
/* layout styling */
@import url(layout.css);

/* typography styling */
@import url(typography.css);

/* menu styling */
@import url(menus.css);

/* module styling */
@import url(modules.css);

/* Joomla core styling */
@import url(joomla.css);

/* Third party extensions styling */
@import url(extensions.css);

/* Third party extensions styling */
/* @import url(custom.css); */

/* plans-tables css */
table.plans
{ width: 725px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }


td.plansHd
{ background-color: #333333;
border: 1px #333333 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #ffffff; }

td.plansContent
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 10px;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

/* support css */
table.support
{ width: 100%;
background-color: #fafafa;
border: 0px;
border-spacing: 5px;
}

td.supportContent
{ background-color: #333333;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: normal;
font-size: 12px;
color: #ffffff; 
padding: 5px;}

/* fix for WHMCS Width */
body.width-thin div.wrapper { width: 790px; }
body.width-wide div.wrapper { width: 980px; }
body.width-fluid div.wrapper { width: 90%; }
div#styleswitcher { width: 45px; }


