html{
    height:100%;
}
body {
    font-family:Trebuchet MS, Helvetica, Arial, Helvetica;
    font-size:12pt;
    margin:0;
    padding:0;
    background:#545353 url('../images/BKGR.png') top center repeat-x;
}
a{
    color:#BA0597;
}
h2 {
    font-size:20px;
    color:#4A3F7F;
    font-weight:normal;
}
div#main {
    margin:30px auto 10px auto;
    padding:10px 0px 3px 0px;
    width:900px;
    z-index:1;
    background:#AAA9A4 url('../images/containerBKGR.png') bottom repeat-x;
    height:100%;
}
div#innerContainer{
    background:#FFF;
    margin:12px;
    background:url('../images/semiWhite.png');
    border:1px #FFF solid;
    height:100%;
}
div#innerContainer.subpage_top_container{
    margin-top:0px;
    height:120px;
}
div#innerContainer.mainPage_top_container{
    margin-top:0px;
    height:477px;
}
div#buttons { 
    width:123px;
    height:231px;
    position:absolute;
    top:0;
    margin:0px auto;
    z-index:50;
}
div#dressSearch{
    background:#F00;
    margin:40px 10px 0px 10px;
    border:#FFF 1px solid;
    background:url('../images/dressSearchBKGR.png');
    height:97px;
    color:#FFF;
    padding:10px 18px;
    float:right;
}
div#dressSearch table{
    width:473px;
}
div#dressSearch table td{
    padding:0px 13px 0px 13px;
    font-size:13px;
}
div#dressSearchTitle{
    font-size:24px;
}
table#promoTable{
    margin:10px 0px;
}
td.promoHeader{
    font-size:24px;
    color:#4A417A;
    text-align:center;
    width:25%;
    vertical-align:top;
    line-height:25px;
}
td.promoHeader a{
    text-decoration:none;
    color:#4A417A;
}
td.promoBody{
    width:25%;
    border-right:#BA0597 2px solid;
    padding:0px 10px;
    color:#BA0597;
    font-size:12px;
}
td.promoBody a{
    color:#4A417A;
}
/***** HEADER *****/
div#header {
    width:900px;
    height:112px;
    margin:18px 0 0 0;
    /*background-color:#c9ecf8;*/
    /*background-image:url('../images/header_bg.png');*/
    background-position:top left;
    background-repeat:no-repeat;
}
div#logo img {
        border:0;
        position:relative;
        margin-top:-43px;
}
div#logo img {
        border:0;
        position:relative;
        margin-top:-43px;
}
div#subLogo img{
    border:0;
    position:relative;
    margin-top:-43px;
    margin-left:12px;
}
div#tagLine img{
    border:0;
    margin:30px 0px 0px 190px;
}
/***** MENUS *****/
div#main_menu {
    float:right;
    height:39px;
    background:url('../images/navBarBKGR.png') repeat-x;
    border:#FFF 1px solid;
    border-left:none;
    margin:-4px 10px 0px 0px;
}

div#main_menu.mainpage_main_menu{
    width:520px;
    float:left;
}

div#main_menu.subpage_main_menu{
    width:851px;
    border-left:#FFF 1px solid;
    margin-bottom:10px;
}

#main_menu ul{
    list-style-type:none;
    font-size:14px;
    margin:10px 0px 0px -12px;
}

#main_menu li { display:inline; }
#main_menu ul a {
    margin:0px;
    background-image:url(../images/bullet.png);
    background-repeat:no-repeat;
    background-position:100% 4px;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
}
#main_menu ul a:hover {
    color:#ffffff;
    text-decoration:underline;
}
#main_menu ul li a {
    padding:0 15px 0 0;
    margin:0 0 0 5px;
    background-image:url(../images/bullet.png);
    background-repeat:no-repeat;
    background-position:100% 4px;
}
#main_menu ul li.menu_last_item a { background-image:none; }
/***** PAGE CMS MENU *****/
ul.cms_menu_level_0 {
    list-style-type:none;
    padding:0;
    margin:50px 0 20px 40px;
}
li.cms_menu_item {
    background-image:url(../images/white_bullet.png);
    background-repeat:no-repeat;
    background-position:0px 7px;
    padding-left:14px;
}
li.cms_menu_sub_menu {
    padding-left:14px;
}
ul.cms_menu_level_1 {
    list-style-type:none;
    padding:0;
    margin:10px;
}
/***** PAGE FLIP STYLES *****/
td#page_flip {
    margin:0;
    padding:20px 0 20px 20px;
}
div#page_flip_object {
    position:relative;
    width:328px;
    height:470px;
    background-color:#FFF;
    float:left;
    margin:-25px 0px 12px 12px;
    border:#AAA9A4 1px solid;
    text-align:center;
    padding-top:20px;
}

div#page_flip_object .gallery_items {
    padding:0;
    position:relative;
    top:20px;
    left:20px;
    border:1px solid #cccccc;
}

div#page_flip_object .gallery_items object{
    border:1px solid #cccccc;
}

/***** CONTENT AREA *****/
div#main_container {
    width:900px;
    height:100%;
    margin:0;
    padding:0;
}
div#main_container_bottom {
    width:900px;
    height:20px;
    margin:0;
    padding:0;
    background-color:#ffffff;
    background-image:url('../images/content_btm.jpg');
    background-position:top left;
    background-repeat:repeat-y;
}
/* PAGE - WITH LEFT NAV*/
div#content_area_page {
    width:608px;
    height:100%;
    margin:12px;
    padding:20px;
    float:right;
    background:url('../images/semiWhite.png');
    border:1px #FFF solid;
}
div#left_nav {
    width:187px;
    height:100%;
    margin:10px 0px 12px 11px;
    padding:0;
    float:left;
    color:#000;
}
td#v_space { width:20px; height:100%; }
/* HOME */
div#content_area {
    width:820px;
    height:100%;
    margin:0 20px;
    padding:20px;
}
td#right_area {
    width:530px;
    height:490px;
    margin:0;
    padding:0;
}
div#highlights {
    width:530px;
    height:380px;
    margin:0;
    padding:0;
    background-image:url('../images/highlights_bg.jpg');
    background-position:top left;
    background-repeat:no-repeat;
}
div#pink_bubble { width:60px; position:relative; top:164px; left:188px; }
div#green_bubble { width:170px; position:relative; top:56px; left:295px; text-align:left; color:#000000; }
div#yellow_bubble { width:60px; position:relative; top:172px; left:290px; }
div#pink_bubble a { color:#f05368; font-size:60%; text-decoration:underline; }
div#green_bubble a { color:#92bd68; font-size:60%; text-decoration:underline;}
div#yellow_bubble a { color:#ffbe48; font-size:60%; text-decoration:underline; }
div#pink_bubble a:hover { color:#f05368; font-size:60%; text-decoration:none; }
div#green_bubble a:hover { color:#92bd68; font-size:60%; text-decoration:none; }
div#yellow_bubble a:hover { color:#ffbe48; font-size:60%; text-decoration:none; }
div#search_form {
    width:170px;
    height:115px;
    font-size:60%;
    font-weight:normal;
    color:#000000;
}
div#twitter_feed {
    padding:10px;
    margin:5px 0px;
    background:url('../images/semiWhite.png');
    font-size:80%;
    overflow:auto;
    color:#ba0597;
}
div#twitter_feed a { color:#4a3f7f; text-decoration:underline; }
div#twitter_feed a:hover { color:#4a3f7f; text-decoration:none; }
div#twitter_feed ul {
    list-style-type:none;
    margin-left:10px;
}
div#twitter_link ul, div#facebook_link ul {
    list-style-type:none;
    width:170px;
    padding:0;
    margin:0 0 0 7px;
}
div#twitter_link li, div#facebook_link li {
    background-image:url('../images/bullet.png');
    background-repeat:no-repeat;
    background-position:0px 4px;
    margin-bottom:0;
    padding-left:15px;
}
div#twitter_link {
    margin:0 0 0 8px;
    padding:0px;
    font-size:80%;
    color:#4a3f7f;
}
div#facebook_link {
    margin:8px 0 0 8px;
    font-size:80%;
    color:#4a3f7f;
}
div#twitter_link a, div#facebook_link a { color:#4a3f7f; text-decoration:none; }
div#twitter_link a:hover, div#facebook_link a:hover { color:#4a3f7f; text-decoration:underline; }
/***** PAGE CONTENT AREA STYLES *****/
.cms_page .title { font-size:100%; font-weight:bold; color:#4a3f7f; }
.content h1 { font-size:150%; font-weight:bold; color:#4a3f7f; margin:0; padding:10px 0; }
.content h2 { font-size:125%; font-weight:bold; color:#000000; margin:0; padding:10px 0; }
.content h3 { font-size:100%; font-weight:bold; color:#4a3f7f; margin:0; padding:10px 0; }
.content h4 { font-size:100%; font-weight:bold; color:#000000; margin:0; padding:10px 0; }
.content h5 { font-size:85%; font-weight:bold; color:#000000; margin:0; padding:10px 0; }
.content h6 { font-size:85%; font-weight:normal; color:#4a3f7f; margin:0; padding:10px 0; }
.content a { color:#4a3f7f; text-decoration:underline; }
.content a:hover { color:#4a3f7f; text-decoration:none; }
.content ul {
    list-style-type:none;
    padding:0;
    margin:0 0 0 20px;
}
.content ul li {
    background-image:url('../images/bullet.png');
    background-repeat:no-repeat;
    background-position:0 6px;
    padding-left:20px;
}
#left_nav a { color:#000000; text-decoration:none; }
#left_nav a:hover { color:#BA0597; text-decoration:underline; }
/***** COLLECTIONS CONTENT AREA STYLES (ALSO CATALOG) *****/
td#collections_content {
    padding:0;
    background-color:#ffffff;
}
div#collections_content_area {
    width:860px;
    margin:10px auto;
    padding:0px;
}
div#container_catalog_admin {
    padding:20px;
}
div.catalog_view_items { 
    /*padding:20px 5px;*/
    margin:0;
    width:850px;
}
#search_results_table td {
    width:100%;
    margin:0;
    padding:5px;
    text-align:center;
    /*background-color:#92bd68;*/
    vertical-align:top;
}
#search_results_table img { border:1px solid #4a3f7f; }
div#search_results_text {
    margin:0;
    padding:0;
    font-size:90%;
}
div#search_results_text h3 {
    padding:0 0 2px 0;
    margin:0;
}
div#search_results_text p {
    padding:0;
    margin:0;
    color:#000;
}
div#search_results_text a {
    font-size:80%;
}
td#view_item_details {
    vertical-align:top;
    padding:20px 36px;
    border:1px solid #4a3f7f;
}
td#view_item_image {
    margin:0;
    padding:43px;
    background:url('../images/semiWhite.png');
   /* background-color:#92bd68;*/
}
div#item_details {
    width:288px;
    padding:0 10px;
    text-transform:uppercase;
    font-size:90%;
    color:#000000;
}
div#alternate_views {
    width:288px;
}
div#alternate_views img {
    width:90px;
    height:135px;
    margin-right:10px;
    margin-bottom: 10px;
}
img.image_left {
    padding:0;
    margin:0;
    border:0;
    cursor:pointer;
}
img.image_main {
    width:315px;
    height:474px;
    border:1px solid #4a3f7f;
}
td#no_items_found {
    background-color:#ffffff;
    width:100%;
}
/***** LOGIN FORM *****/
div#user_auth_content { text-align:right; }
div#user_auth_content form { width:340px; }
div.user_auth_cai_failure {
    color: #336D1A;
    font-style: italic;
    padding: 20px 20px 20px 56px;
    text-align: left;
    width: 340px;
}
/***** FOOTER *****/
div#footer {
    width:900px;
    margin:auto;
    padding:5px 0px;
    text-align:center;
    color:#000000;
    background:url('../images/semiWhite.png');
    font-size:85%;
    font-weight:normal;
}
div#footer a {
    text-decoration:none;
    color:#4a3f7f;
}
div#footer a:hover {
    text-decoration:underline;
    color:#4a3f7f;
}
/********************************* DEALER STYLES *********************************/
div.dealer { margin:20px 0; }
div.dealer p { padding:0; margin:0; }
div.dealer p.name { color:#4a3f7f; }
div.dealer p.website { font-size:80%; }
/***** SOCIAL MEDIA BAR STYLES *****/
div#social_media_bar {
    color:#000000;
    margin:20px 10px 0 10px;
    padding:5px 0 10px 0;
    font-size:80%;
    border-top:1px solid #cbc7dd;
}
div#social_media_bar a {
    margin-right:20px;
    text-decoration:none;
    color:#4a3f7f;
}
div#social_media_bar a:hover { color:#4a3f7f; text-decoration:underline; }
/***** OTHER *****/
div.login_form_wrapper {
    text-align: center;
    width:558px;
}
div.user_login_form {
    text-align: center;
}
/********************************* ADMIN PANEL STYLES *********************************/

div#admin_panel_mainContainer {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background-color:#ffffff;
}
/* ADMIN PANEL HEADER */
div#admin_panel_logo {
    width:100%;
    height:110px;
    padding:0;
    margin:0;
}
div#admin_panel_logo img {
    position:relative;
    top:35px;
    left:35px;
}
div#admin_panel_bar1 {
    width:100%;
    height:5px;
    padding:0;
    margin:0;
    background:#FF9933 url('../images/admin-panel-bar-bg.jpg') repeat-y scroll top left;
}
div#admin_panel_bar2 {
    width:100%;
    height:27px;
    padding:0;
    margin:0;
    background:#FF9933 url('../images/admin-panel-bar-bg.jpg') repeat-y scroll top left;
}
div#admin_panel_bar2 h1 {
    padding:0;
    margin:0 40px;
    color:#FFFFFF;
    font-weight:normal;
    font-size:140%;
    text-transform:uppercase;
}
/* ADMIN PANEL MENU */
#admin_panel_leftNav {
    width:180px;
    margin:0;
    padding:10px;
    background-color:#FCFCFB;
    border:1px solid #F2F0EC;
    vertical-align:top;
}
#admin_panel_leftNavContent {
    width:160px;
    margin:10px;
    padding:0;
}
#admin_panel_leftNavContent ul {
    font-weight:normal;
    list-style-type:none;
    padding:0;
    margin:0;
}
#admin_panel_leftNavContent li {
    font-weight:normal;
    list-style-type:none;
    background-image:url('../images/admin-panel-bullet.png');
    background-repeat:no-repeat;
    background-position:0px 3px;
    padding-left:14px; 
    padding-bottom:10px;
}
#admin_panel_leftNavContent a {
    font-size:90%;
    font-weight:normal;
    color:#000000;
    text-decoration:none;
}
#admin_panel_leftNavContent a:hover {
    font-size:90%;
    font-weight:normal;
    color:#FF9933;
    text-decoration:none;
}
#admin_panel_leftNavContent a.menu_item_selected {
    color:#FF9933;
    text-decoration:underline;
}
/* ADMIN PANEL CONTENT AREA */
div#admin_panel_content {
    margin:20px;
}
div#admin_panel_contentArea {
    margin:10px;
    height:100%;
}
#admin_panel_contentArea h1 { font-size:140%; font-weight:normal; color:#FF9933; margin:0; padding:10px 0; }
#admin_panel_contentArea h2 { font-size:120%; font-weight:bold; margin:0; padding:10px 0; }
#admin_panel_contentArea h3 { font-size:110%; font-weight:bold; color:#FF9933; margin:0; padding:10px 0; }
#admin_panel_contentArea h4 { font-size:100%; font-weight:bold; margin:0; padding:10px 0; }
#admin_panel_contentArea h5 { font-size:70%; color:#FF9933; margin:0; padding:5px 0; }
#admin_panel_contentArea h6 { font-size:70%; margin:0; padding:5px 0; }
#admin_panel_contentArea a {
    font-weight:normal;
    color:#000000;
    text-decoration:underline;
}
#admin_panel_contentArea a:hover {
    font-weight:normal;
    color:#FF9933;
    text-decoration:underline;
}
#admin_panel_contentArea ul {
    font-weight:normal;
    list-style-type:none;
    padding:0;
    margin:0 0 0 10px;
}
#admin_panel_contentArea ul li {
    font-weight:normal;
    background-image:url('../images/bullet.png');
    background-repeat:no-repeat;
    background-position:0px 3px;
    padding-left:14px; 
    padding-bottom:5px;
}
#admin_panel_contentArea ol {
    font-weight:normal;
    padding:0;
    margin:10px 0 10px 20px;
}
#admin_panel_contentArea ol li {
    font-weight:normal;
    margin:5px 10px;
    padding:0;
}
/* ADMIN PANEL FOOTER */
#admin_panel_footer { 
    width:100%;
    height:20px;
    padding:0;
    margin:0;
    background:#FF9933 url('../images/admin-panel-bar-bg.jpg') repeat-y scroll top left; 
}
#admin_panel_footerContent { 
    width:100%;
    position:relative;
    top:2px; 
    color:#FFFFFF;
    text-align:center;
    font-size:75%;
    font-weight:normal;
}
#admin_panel_footerContent a {
    color:#FFFFFF;
    text-decoration:underline;
}
#admin_panel_footerContent a:hover {
    color:#FFFFFF;
    text-decoration:none;
}
/* CATALOG SEARCH*/
div#search_failure { 
    padding: 40px 20px 20px 40px;
}
table#catalog_item_results {
    border-spacing: 5px;
    margin: 20px 25px 20px 25px;
    table-layout: fixed;
}
table#catalog_item_results td {
    background-color: #92BD68;
    padding: 26px;
    vertical-align: top;
    table-layout: fixed;
    text-align: top;
    width: 155px;
}
table#catalog_item_results img {
    border: 1px solid #4A3F7F;
}
div.catalog_item_description {
    padding: 5px 0px 5px 0px;
    margin: 0px;
    width: 155px;
}
div.catalog_item_description h3 {
    font-size: 14px;
    padding: 0px 0px 2px 0px;
    margin: 0px;
}
div.catalog_item_description p {
    color: #FFFFFF;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
div.catalog_item_description a {
    font-size: 12px;
}
div#body_type {
    display: none;
}
p.style_number {
    display: none;
}
/* CATALOG ITEM */
div#catalog_view_item {
    color: #99C;
    text-align: top;
}
div#view_item_details {
    color: #000000;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
}
table#view_item_table {
    border-spacing: 5px;
    width: 800px;
}
table#view_item_table td {
    text-align: top;
    vertical-align: top;
}
table#view_item_table td#view_item_table_left {
    border: 1px solid #4A3F7F;
    padding: 20px 36px 20px 36px;
    text-transform: uppercase;
    width: 380px;
}
table#view_item_table td#view_item_table_right {
    background-color: #92BD68;
    color: #000000;
    padding: 43px;
    width: 241px;
}
td#content_area_page_catalog {
    padding: 0px;
}
table#view_item_table td#view_item_table_left p#fabric, #price, #colors {
    display: none;
}
/* CATALOG COLLECTIONS */
div#carousel_container {
    margin: -20px;
    padding: 3px 20px 20px 19px;
    height: 450px;
    width: 859px;
}
div#carousel_container h1 {
    color: #4A3F7F;
    display: inline-block;
    font-family: Arial;
    font-size: 15pt;
    font-weight: bold;
    margin: 36px 0px 0px 19px;
    padding: 5px 5px 5px 15px;
}
div#carousel_description {
    background-color: #92BD68;
    float: left;
    height: 410px;
    margin: 17px 0px 0px 0px;
    padding: 75px 10px 10px 10px;
    width: 152px;
}
div#carousel_description p {
    margin: 0px;
    padding: 9px 2px 9px 2px;
}
div#carousel_description div {
    color: #000000;
    font-family: Verdana;
    font-size: 9pt;
    padding: 0px 2px 0px 2px;
}
span.description_heading {
    color: #4A3F7F;
    font-family: Verdana;
    font-weight: bold;
    font-size: 9pt;
}
span.description_text {
    color: #000000;
    font-family: Verdana;
    font-size: 9pt;
}
span#price_range {
    color: #4A3F7F;
}
div#description {
    color: #000000;
    height: 90px;
    font-family: Verdana;
    font-size: 9pt;
    text-align: top;
    padding: 10px 0px 0px 1px;
}
div#joliprom_colors {
    color: #000000;
    height: 85px;
    font-family: Verdana;
    font-size: 9pt;
    text-align: top;
    padding: 0px 0px 0px 1px;
}
#waterwheel-carousel-horizon {
    float: right;
    overflow:hidden;
    margin: 0px 0px 0px 29px;
    width: 658px;
}
#waterwheel-carousel-horizon a {
    color:#222;
}
#waterwheel-carousel-horizon .carousel-images img {
    border: 2px solid #FFF;
    border-style: ridge;
    height: 310;
    visibility:hidden;
    cursor:pointer;
    width: 205px;
}
#waterwheel-carousel-horizon .carousel-images img:hover {
    border: 2px solid #4A3F7F;
}
#waterwheel-carousel-horizon .carousel-controls .carousel-prev {
  position:absolute;
  bottom:20px;
  left:30px;
}
#waterwheel-carousel-horizon .carousel-controls .carousel-next {
   position:absolute;
   bottom:20px;
   right:30px;
}
div.carousel-images {
    height: 350px;
    width: 700px;
}
div#instructions {
    color: #4A3F7F;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 200px;
}

