/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.error {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

.confirm {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Default Heading                   | */
/* +------------------------------------------------------------+ */

h2.defaultheading {
     color: #000000;
     font-weight: bold;
     font-size: 14px;
     padding: 4px 6px 4px 6px;
     border: 1px solid #DEDEDE;
     background-color: #EFEFEF;
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     margin: 10px 0px 10px 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Default Link                      | */
/* +------------------------------------------------------------+ */

.defaultlink {
     background-color: #FCFCFC;
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Default Container                 | */
/* +------------------------------------------------------------+ */

.defaultcontainer {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Fancy Container                          | */
/* +------------------------------------------------------------+ */

div.fancycontainer {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     background-image: url('../media/gradientup.png');
     background-position: bottom left;
     background-repeat: repeat-x;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Default Internal Menu             | */
/* +------------------------------------------------------------+ */

.defaultinternalmenu {
     margin: 0px 0px 20px 0px;
     }

.defaultinternalmenu h2.defaultheading {
     margin: 20px 0px 6px 0px;
     }

.defaultinternalmenu ul {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

.defaultinternalmenu ul li a {
     color: #333333;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 6px 6px 6px 16px;
     background-image: url('../media/fenav.png');
     background-repeat: no-repeat;
     background-position:  6px 8px;
     }

.defaultinternalmenu ul li a:hover {
     color: #000000;
     text-decoration: none;
     }

.defaultinternalmenu .skin_widgetmenu li:first-child a {
     border-top-left-radius: 6px;
     -moz-border-radius-topleft: 6px;
     -webkit-border-top-left-radius: 6px;     
     border-top-right-radius: 6px;
     -moz-border-radius-topright: 6px;
     -webkit-border-top-right-radius: 6px;
     }

.defaultinternalmenu .skin_widgetmenu li:last-child a {
     border-bottom-left-radius: 6px;
     -moz-border-radius-bottomleft: 6px;
     -webkit-border-bottom-left-radius: 6px;     
     border-bottom-right-radius: 6px;
     -moz-border-radius-bottomright: 6px;
     -webkit-border-bottom-right-radius: 6px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Buttons                      | */
/* +------------------------------------------------------------+ */

.formbutton {
     background-image: url('../media/button-off.png');
     background-repeat: repeat-x;
     background-position:  bottom left;
     }

.formbutton:hover {
     background-image: url('../media/button-on.png');
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Table Displays               | */
/* +------------------------------------------------------------+ */

.formtablehead {
     color: #000000;
     font-weight: bold;
     font-size: 14px;
     padding: 4px 6px 4px 6px;
     border: 1px solid #DEDEDE;
     background-color: #EFEFEF;
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     font-weight: bold;
     margin: 10px 0px 10px 0px;
     }

table.formtable {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Sort Table Displays               | */
/* +------------------------------------------------------------+ */

.sorttablehead {
     color: #000000;
     font-weight: bold;
     font-size: 14px;
     padding: 4px 6px 4px 6px;
     border: 1px solid #DEDEDE;
     background-color: #EFEFEF;
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     font-weight: bold;
     margin: 10px 0px 10px 0px;
     }

table.sorttable {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Loyalty Points                    | */
/* +------------------------------------------------------------+ */

.loyaltycontainer {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Regular Table Displays            | */
/* +------------------------------------------------------------+ */

.regtablehead {
     color: #000000;
     font-weight: bold;
     font-size: 14px;
     padding: 4px 6px 4px 6px;
     border: 1px solid #DEDEDE;
     background-color: #EFEFEF;
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     font-weight: bold;
     margin: 10px 0px 10px 0px;
     }

table.regtable {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Ecom - Category List                     | */
/* +------------------------------------------------------------+ */

div.ecom_catlist {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     background-image: url('../media/gradientup.png');
     background-position: bottom left;
     background-repeat: repeat-x;
     }

div.ecom_catlist:hover {
     border: 1px solid #FFCC66;
     }

div.catlistname a, div.catlistname a:hover {
     font-weight: bold;
     text-decoration: none;
     font-size: 14px;
     }

div.catlistname a:hover {
     text-decoration: underline;
     }

div.catlistdesc {
     font-size: 11px;
     line-height: 1.5em;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Ecom - Category Detail                   | */
/* +------------------------------------------------------------+ */

div.ecom_catshow {
     margin: 0px 0px 10px 0px;
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     background-image: url('../media/gradientup.png');
     background-position: bottom left;
     background-repeat: repeat-x;
     }

div.catshowdesc {
     line-height: 1.5em;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Ecom - Product List                      | */
/* +------------------------------------------------------------+ */

div.ecom_prodlist {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     background-image: url('../media/gradientup.png');
     background-position: bottom left;
     background-repeat: repeat-x;
     }

div.ecom_prodlist:hover {
     border: 1px solid #FFCC66;
     }

div.prodlistname a, div.prodlistname a:hover {
     font-weight: bold;
     text-decoration: none;
     font-size: 14px;
     }

div.prodlistname a:hover {
     text-decoration: underline;
     }

div.prodlistdesc {
     font-size: 11px;
     line-height: 1.5em;
     margin-bottom: 15px;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Ecom - Product Detail                    | */
/* +------------------------------------------------------------+ */

div.ecom_prodshow_imgwrap {
     border: 1px solid #DEDEDE;
     }

div.proddetdesc {
     line-height: 1.5em;
     margin-bottom: 20px;
     }

div.proddetdesc strong {
     font-size: 16px;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Tabs                                     | */
/* +------------------------------------------------------------+ */

.tabsheaderwrap {
     margin: 10px 0px 0px 0px;
     }

.tabsheaderitem_off {
     -moz-border-radius: 6px 6px 0px 0px;
     -webkit-border-radius: 6px 6px 0px 0px;
     border-radius: 6px 6px 0px 0px;
     }

.tabsheaderitem_off a {
     -moz-border-radius: 4px 4px 0px 0px;
     -webkit-border-radius: 4px 4px 0px 0px;
     border-radius: 4px 4px 0px 0px;
     }

.tabsheaderitem_on {
     -moz-border-radius: 6px 6px 0px 0px;
     -webkit-border-radius: 6px 6px 0px 0px;
     border-radius: 6px 6px 0px 0px;
     }

.tabsheaderitem_on a {
     -moz-border-radius: 4px 4px 0px 0px;
     -webkit-border-radius: 4px 4px 0px 0px;
     border-radius: 4px 4px 0px 0px;
     }

.tabsheaderitem_on a:hover {
     color: #000000;
     }

.tabscontentwrap {
     -moz-border-radius: 0px 6px 6px 6px;
     -webkit-border-radius: 0px 6px 6px 6px;
     border-radius: 0px 6px 6px 6px;
     padding: 4px;
     background-image: url('../media/gradientup.png');
     background-position: bottom left;
     background-repeat: repeat-x;
     margin: 0px 0px 16px 0px;
     }

.tabscontent {
     padding: 6px;
     }

.tabscontent h2.defaultheading {
     color: #000000;
     font-weight: bold;
     font-size: 14px;
     padding: 0px;
     margin: 0px 0px 10px 0px;
     border: none;
     background-color: #FFFFFF;
     background-image: none;
     -moz-border-radius: none;
     -webkit-border-radius: none;
     border-radius: none;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Skin Widget - NAVMENU                    | */
/* +------------------------------------------------------------+ */

.skin_widgetclass_NAVMENU .skin_widgetmenu {
     margin-bottom: 2px;
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     -moz-box-shadow: 2px 2px 2px #555555;
     -webkit-box-shadow: 2px 2px 2px #555555;
     box-shadow: 2px 2px 2px #555555;
     background-image: url('../media/navmenu.png');
     background-position: top left;
     background-repeat: repeat-x;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu li ul {
     background-image: none;
     margin: 0px;
     -moz-border-radius: 0px 0px 6px 6px;
     -webkit-border-radius: 0px 0px 6px 6px;
     border-radius: 0px 0px 6px 6px;
     -moz-box-shadow: 2px 2px 2px #555555;
     -webkit-box-shadow: 2px 2px 2px #555555;
     box-shadow: 2px 2px 2px #555555;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu ul li:first-child ul {
     margin-left: 4px;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu ul li ul li ul {
     margin-left: 184px !important;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu li:hover ul ul,
.skin_widgetclass_NAVMENU .skin_widgetmenu li:hover ul ul ul {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu li ul li:first-child a {
     -moz-border-radius: 0px 0px 0px 0px;
     -webkit-border-radius: 0px 0px 0px 0px;
     border-radius: 0px 0px 0px 0px;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu li ul li:last-child a {
     -moz-border-radius: 0px 0px 6px 6px;
     -webkit-border-radius: 0px 0px 6px 6px;
     border-radius: 0px 0px 6px 6px;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu li ul li ul li:first-child a {
     border-top-left-radius: 6px;
     -moz-border-radius-topleft: 6px;
     -webkit-border-top-left-radius: 6px;     
     border-top-right-radius: 6px;
     -moz-border-radius-topright: 6px;
     -webkit-border-top-right-radius: 6px;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu li ul li ul li:last-child a {
     border-bottom-left-radius: 6px;
     -moz-border-radius-bottomleft: 6px;
     -webkit-border-bottom-left-radius: 6px;     
     border-bottom-right-radius: 6px;
     -moz-border-radius-bottomright: 6px;
     -webkit-border-bottom-right-radius: 6px;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Skin Widget - SIDEMENU                   | */
/* +------------------------------------------------------------+ */

.skin_widgetclass_SIDEMENU .skin_widgettitle {
     color: #000000;
     font-weight: bold;
     font-size: 14px;
     padding: 4px 6px 4px 6px;
     margin: 0px 0px 6px 0px;
     border: 1px solid #DEDEDE;
     background-color: #EFEFEF;
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

.skin_widgetclass_SIDEMENU .skin_widgetcontent {
     margin: 0px 0px 20px 0px;
     padding: 6px 6px 6px 6px;
     border: 1px solid #DEDEDE;
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     background-image: url('../media/gradientup.png');
     background-position: bottom left;
     background-repeat: repeat-x;
     }

.skin_widgetclass_SIDEMENU .skin_widgetmenu ul {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

.skin_widgetclass_SIDEMENU .skin_widgetmenu li a {
     color: #333333;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 6px 6px 6px 16px;
     background-image: url('../media/fenav.png');
     background-repeat: no-repeat;
     background-position:  6px 8px;
     }

.skin_widgetclass_SIDEMENU .skin_widgetmenu li a:hover {
     color: #000000;
     text-decoration: none;
     }

.skin_widgetclass_SIDEMENU .skin_widgetmenu li ul {
     width: 195px;
     margin: -13px 0px 0px 180px;
     -moz-box-shadow: 2px 2px 2px #555555;
     -webkit-box-shadow: 2px 2px 2px #555555;
     box-shadow: 2px 2px 2px #555555;
     }

.skin_widgetclass_SIDEMENU .skin_widgetmenu li ul li {
     width: 195px;
     }

.skin_widgetclass_SIDEMENU .skin_widgetmenu li:first-child a {
     border-top-left-radius: 6px;
     -moz-border-radius-topleft: 6px;
     -webkit-border-top-left-radius: 6px;     
     border-top-right-radius: 6px;
     -moz-border-radius-topright: 6px;
     -webkit-border-top-right-radius: 6px;
     }

.skin_widgetclass_SIDEMENU .skin_widgetmenu li:last-child a {
     border-bottom-left-radius: 6px;
     -moz-border-radius-bottomleft: 6px;
     -webkit-border-bottom-left-radius: 6px;     
     border-bottom-right-radius: 6px;
     -moz-border-radius-bottomright: 6px;
     -webkit-border-bottom-right-radius: 6px;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Skin Widget - FOOTER                     | */
/* +------------------------------------------------------------+ */

.skin_widgetclass_FOOTER .skin_widgetcontent {
     margin-bottom: 0px;
     }

.skin_widgetclass_FOOTER .skin_widgetmenu {
     margin-bottom: 0px;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Skin Widget - Filters                    | */
/* +------------------------------------------------------------+ */

.skin_widgetfilterheader_on {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

.skin_widgetfilterheader_off {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

.skin_widgetfiltercontainer {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Qtips                                    | */
/* +------------------------------------------------------------+ */

.qtipcustom_default, .qtipcustom_popup, .qtipcustom_tooltip {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     -webkit-box-shadow: 2px 2px 2px #555555;
     -moz-box-shadow: 2px 2px 2px #555555;
     box-shadow: 2px 2px 2px #555555;
     }

.qtipcustom_default .ui-tooltip-titlebar, .qtipcustom_popup .ui-tooltip-titlebar {
     -moz-border-radius: 4px 4px 0px 0px;
     -webkit-border-radius: 4px 4px 0px 0px;
     border-radius: 4px 4px 0px 0px;
     }

.qtipcustom_default .ui-tooltip-content, .qtipcustom_popup .ui-tooltip-content, .qtipcustom_tooltip .ui-tooltip-content {
     -moz-border-radius: 0px 0px 4px 4px;
     -webkit-border-radius: 0px 0px 4px 4px;
     border-radius: 0px 0px 4px 4px;
     }

.qtipcustom_popup .ui-tooltip-content {
     padding-bottom: 4px;
     }

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */