/* +------------------------------------------------------------+ */
/* | System Required Divs                                       | */
/* +------------------------------------------------------------+ */

#debug {
     font-size: .9em;
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.big {
     font-size: 1.1em;
     }

.small {
     font-size: .7em;
     }

.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: 1em;
     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: 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: 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 {
     -moz-border-radius: 6px 6px 0px 0px;
     -webkit-border-radius: 6px 6px 0px 0px;
     border-radius: 6px 6px 0px 0px;
     }

.defaultinternalmenu .skin_widgetmenu li:last-child a {
     -moz-border-radius: 0px 0px 6px 6px;
     -webkit-border-radius: 0px 0px 6px 6px;
     border-radius: 0px 0px 6px 6px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Legends and Descriptions     | */
/* +------------------------------------------------------------+ */

.formfieldleg {
     font-size: 1em;
     }

.formfielddesc {
     font-size: .7em;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Fields                       | */
/* +------------------------------------------------------------+ */

.formfieldwysiwyg {
     font-size: .9em;
     }

.formfieldwysiwyg_rnc {
     font-size: .9em;
     }

.formfield {
     font-size: .9em;
     }

.formfield_rnc {
     font-size: .9em;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Buttons                      | */
/* +------------------------------------------------------------+ */

.formbutton {
     background-image: url('../media/button-off.png');
     background-repeat: repeat-x;
     background-position:  bottom left;
     font-size: .8em;
     }

.formbutton:hover {
     background-image: url('../media/button-on.png');
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Table Displays               | */
/* +------------------------------------------------------------+ */

.formtablehead {
     color: #000000;
     font-weight: bold;
     font-size: 1em;
     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: 1em;
     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: Regular Table Displays            | */
/* +------------------------------------------------------------+ */

.regtablehead {
     color: #000000;
     font-weight: bold;
     font-size: 1em;
     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: 1em;
     }

div.catlistname a:hover {
     text-decoration: underline;
     }

div.catlistdesc {
     font-size: .7em;
     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 {
     font-size: .7em;
     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: 1em;
     }

div.prodlistname a:hover {
     text-decoration: underline;
     }

div.prodlistdesc {
     font-size: .7em;
     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: 1em;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Price Displays                           | */
/* +------------------------------------------------------------+ */

table.ecom_pricedisp_left {
     font-size: .9em;
     }

table.ecom_pricedisp_center {
     font-size: .9em;
     }

.ecom_prodlist table.ecom_pricedisp_left,
.ecom_prodlist table.ecom_pricedisp_center {
     font-size: .7em;
     }

.ecom_prodshow table.ecom_pricedisp_left,
.ecom_prodshow table.ecom_pricedisp_center {
     font-size: .9em;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Skin Widget - MOBILENAVMENU              | */
/* +------------------------------------------------------------+ */

.skin_widgetclass_MOBILENAVMENU .skin_widgettitle a {
     -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_MOBILENAVMENU .skin_widgetcontent {
     border: 1px solid #999999;
     -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 #999999;
     -webkit-box-shadow: 2px 2px 2px #999999;
     box-shadow: 2px 2px 2px #999999;
     background-image: url('../media/gradientup.png');
     background-position: bottom left;
     background-repeat: repeat-x;
     }

.skin_widgetclass_MOBILENAVMENU .skin_widgetmenu ul {
     border: 1px solid #999999;    
     -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 #999999;
     -webkit-box-shadow: 2px 2px 2px #999999;
     box-shadow: 2px 2px 2px #999999;
     }

.skin_widgetclass_MOBILENAVMENU .skin_widgetmenu li ul {
     border: none;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
     border-radius: 0px;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     }

.skin_widgetclass_MOBILENAVMENU .skin_widgetmenu ul li {
     border-bottom: 1px solid #DEDEDE;
     }

.skin_widgetclass_MOBILENAVMENU .skin_widgetmenu ul li a {
     background-image: url('../media/fenav.png');
     background-repeat: no-repeat;
     background-position:  10px center;
     padding-left: 20px;
     }

.skin_widgetclass_MOBILENAVMENU .skin_widgetmenu ul li ul li a {
     background-position:  20px center;
     padding-left: 30px;
     }

.skin_widgetclass_MOBILENAVMENU .skin_widgetmenu ul li ul li ul li a {
     background-position:  30px center;
     padding-left: 40px;
     }

.skin_widgetclass_MOBILENAVMENU .skin_widgetmenu 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_MOBILENAVMENU .skin_widgetmenu 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;
     }

.skin_widgetclass_MOBILENAVMENU .skin_widgetmenu li ul li:first-child a {
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
     border-radius: 0px;
     }

.skin_widgetclass_MOBILENAVMENU .skin_widgetmenu li ul li:last-child a {
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
     border-radius: 0px;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Skin Widget - MOBILEFOOTER               | */
/* +------------------------------------------------------------+ */

.skin_widgetclass_MOBILEFOOTER .skin_widgettitle a {
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     background-image: url('../media/navmenu.png');
     background-position: top left;
     background-repeat: repeat-x;
     }

.skin_widgetclass_MOBILEFOOTER .skin_widgetcontent {
     border: 1px solid #999999;    
     -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_MOBILEFOOTER .skin_widgetmenu ul {
     border: 1px solid #999999;        
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

.skin_widgetclass_MOBILEFOOTER .skin_widgetmenu li ul {
     border: none;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
     border-radius: 0px;
     }

.skin_widgetclass_MOBILEFOOTER .skin_widgetmenu ul li {
     border-bottom: 1px solid #DEDEDE;
     }

.skin_widgetclass_MOBILEFOOTER .skin_widgetmenu ul li a {
     background-image: url('../media/fenav.png');
     background-repeat: no-repeat;
     background-position:  10px center;
     padding-left: 20px;
     }

.skin_widgetclass_MOBILEFOOTER .skin_widgetmenu ul li ul li a {
     background-position:  20px center;
     padding-left: 30px;
     }

.skin_widgetclass_MOBILEFOOTER .skin_widgetmenu ul li ul li ul li a {
     background-position:  30px center;
     padding-left: 40px;
     }

.skin_widgetclass_MOBILEFOOTER .skin_widgetmenu 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_MOBILEFOOTER .skin_widgetmenu 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;
     }

.skin_widgetclass_MOBILEFOOTER .skin_widgetmenu li ul li:first-child a {
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
     border-radius: 0px;
     }

.skin_widgetclass_MOBILEFOOTER .skin_widgetmenu li ul li:last-child a {
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
     border-radius: 0px;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Qtips                                    | */
/* +------------------------------------------------------------+ */

.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_tooltip .ui-tooltip-content {
     font-size: .7em;
     }

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */