﻿/* GLOBAL */
body
{
    font-family: 'Arial Narrow', Helvetica, Sans-Serif;
    background-image:url("bg.jpg");
    background-repeat:repeat-x;
    background-color:#b5b5b5;
}

form
{
    margin:0;
}

a
{
    text-decoration: none;  
}

a:hover
{
    text-decoration: underline;
}

span.required
{
    color:Red;
    font-weight:bold;
}

b.green
{
    color:Green;
}

/*Primary.Master*/
#controlbar
{
    color:White;
}

#controlbar a
{
    color:#cccccc;    
}

#controlbar a:hover
{
    text-decoration: underline;
    color: White;   
}

#sidebar
{
    width:180px;
    background-color:black;
    padding:5px;
}

#sidebar ul
{
    margin:0;    
}

#sidebar a
{
    display:block;
}

#container
{
    width:1000px;
    margin: 10px auto;
    margin-top:20px;
}

#content
{
    background-color:Gray;
    background-image: url(Gunmetal.jpg);
    background-position:top left;
    background-repeat:repeat;
    min-height:320px;
    margin-top:9px;
}

.container{display:block}
.container *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#000000}
.container1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  background:#000000}
.container2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  background:#000000}
.container3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #000000;
  border-right:1px solid #000000;}
.container4{
  border-left:1px solid #000000;
  border-right:1px solid #000000}
.container5{
  border-left:1px solid #000000;
  border-right:1px solid #000000;}
.containerfg
{
  padding:9px;
  padding-top:4px;
  background:#000000;
}

#header
{
    width:100%;
    height:106px;
}

.header{display:block}
.header *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
}
.header1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #222222;
  border-right:1px solid #222222;}
.header2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #222222;
  border-right:1px solid #222222;}
.header3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #222222;
  border-right:1px solid #222222;}
.header4{
  border-left:1px solid #222222;
  border-right:1px solid #222222}
.header5{
  border-left:1px solid #222222;
  border-right:1px solid #222222;}
.headerfg{   }

.storelogo
{
    width:320px;
    height:104px;
    margin-left:4px;
    float:left;
    margin-right:10px;
}

.storelogoimage
{
    max-width:357px;
    max-height:106px;
}

.favicon
{
    width:16px;
    height:80px;
    margin-top: 4px;
    margin-left:4px;
    float:left;
    margin-right:10px;
}

.faviconimg
{
    max-width:16px;
    max-height:16px;
}

#navblock
{
    width:130px;
    height:104px;
    margin-left:4px;
    float:left;
    border-left:solid 4px;
    border-right:solid 4px;

}

#navblock ul
{
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    width:100px;
    padding-left: 0px;
    padding-right:0;
}

#navblock ul li
{
    list-style:none;
    font-size:16px;
    font-weight:bold;
    padding-left:5px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
    height:17px;
}

#searchblock
{
    width:260px;
    height:104px;
    margin-left:4px;
    float:left;
    text-align:right;
    font-size:16px;
    font-weight:bold;
    color:Black;
    border-right:solid 4px;
    padding-right:15px;
   }

#cartblock
{
    width:148px;
    height:104px;
    margin-left:4px;
    margin-right:4px;
    float:left;
    font-size:16px;
    font-weight:bold;
}

#content
{
    background-color:Gray;
    background-image: url(Gunmetal.jpg);
    background-position:top left;
    background-repeat:repeat;
    min-height:320px;
margin-top:9px;
}

#footer
{
    margin-top:4px;
    height:40px;
    width:100%;
    font-weight:bold;
    font-size:medium;
    font-family: 'Arial Narrow', Helvetica, Sans-Serif;
    text-decoration:none;
    margin-bottom:0;
}

#footernav
{
    color:White;
    margin:0;
}

#footernav li
{
    display:inline;
}

#footernav li a
{
    text-decoration:none;
    color:White;
}

#footernav li a:hover
{
    color:Gray;
    text-decoration: underline;
}


/*Reporting.Master*/
#reporting_sidebar
{
    width:220px;
}

#reporting_sidebar ul
{
    margin:0px;
    padding:0px;
}

#reporting_sidebar li
{   
    list-style:none;
}

#reporting_sidebar ul li a
{
    color:Black;
    width:100%;
    display:block;
}

#reporting_sidebar ul li  a:hover
{
    background-color:#cdcdcd;
    text-decoration: underline;
}


/*StoreConfig.Master*/
#storeconfig_sidebar
{
    width:220px;
}

#storeconfig_sidebar ul
{
    margin:0px;
    padding:0px;
}

#storeconfig_sidebar li
{   
    list-style:none;
}

#storeconfig_sidebar ul li a
{
    color:Black;
    width:100%;
    display:block;
}

#storeconfig_sidebar ul li  a:hover
{
    background-color:#cdcdcd;
    text-decoration: underline;
}

/*Page Level*/
#contentleft
{
    
    background-color:red;
}

#contentright
{
    margin-left:250px;
    background-color:Red;
}

.menuheader
{
    font-weight:bold;
    font-size:large;
    text-decoration:underline;
    text-align:center;
}

.floatingsidebar
{
    margin:5px;
}

.floatingsidebar ul 
{
    margin:0px;
    padding:0;
    list-style:none;
}

.floatingsidebar li a
{
    width:100%;
    display:block;
    margin-left:20px;
}

.floatingsidebar li:hover
{
    background-color:#cdcdcd;
    text-decoration: underline;
}

.floatingsidebar li a:hover
{
    text-decoration: underline;
}

.headerblock
{
    padding: 5px; 
    margin: 5px; 
    text-align: center
}


/* Reporting Specific */
.reportcriteria
{
    width:150px;
    margin:5px;
    float:left;
    padding:5px;
}

.reportcriteria input, .reportcriteria select
{
    width:145px;
}

/*shared classes*/
.smalltext
{
    font-size:12px;
}

.bigtext

{
    font-size:20px;
    font-weight:bold;
}

.headertext
{
    font-size:x-large;
    font-weight:bold;
}

.headerblock
{
    border: solid 1px #000000;
    background-color: #efefef;
}

.contentblock
{
    border: solid 1px #000000;
    background-color: #efefef;
    color:Black;
}

.contentblock a
{
    color: #343434;
}

.errorblock 
{
    border:solid 2px red;
    background-color: #F2D0D4;
    color:Red;
}

.redbox 
{
    border:solid 2px red;
    background-color: #F2D0D4;
    color:Red;
}

.messageblock
{
    border: solid 2px Green;
    background-color: #A5F2B4;
    color:Green;
}

.greenbox
{
    border: solid 2px Green;
    background-color: #A5F2B4;
    color:Green;
}

.yellowbox
{
    border: solid 2px #D6C60F;
    background-color:#FAF6C8;
    color:#D6C60F;
}

.btn 
{   
    color:#000;   
    font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
    border: 1px solid;
    white-space:normal;   
    border-color: #777 #444 #444 #777;    
    background-color: #efefef;
    text-decoration: none;
    cursor:pointer;
}

a.btn
{
    padding:2px;
    padding-bottom:1px;
    color:#000;
    display:inline-block;
    text-decoration: none;
    border-color: #777 #444 #444 #777; 
    background-color: #efefef;
}
   
.btn:hover
{
    border-color: #c63 #930 #930 #c63;      
    text-decoration: none;
}

ul li.highlighted
{
    font-weight:bold;
}

.datatable th
{
    background-color:#cdcdcd;
    border:solid 1px black;
    text-align:center;
}

.datatable td
{
    text-align:center;
}
  
.datatable
{
    border:solid 1px;
    padding:0;
}

.imagererender
{
    text-align: center; 
    background-image: url(template_render.gif);
    background-position: top left;
    background-repeat:no-repeat;
}

.imagererenderlarge
{
    text-align: center; 
    background-image: url(template_render_large.gif);
    background-position: top left;
    background-repeat:no-repeat;
}
.imagererendertext
{
    display:none;
}

/*Dashboard*/
#dashboard a:hover
{
    color:Gray;
    text-decoration: underline;
}

/*Control Specific&*/
#slideshow a
{
    border:none;
}

#imagePager a
{
    margin-right: 3px;
    padding: 1px 3px;
    background: #cdcdcd;
    color: #656565;
    font-size:smaller;
}
#imagePager a.activeSlide
{
    background: #efefef;
    color: Black;
}
#imagePager a:hover
{
    background: #efefef;
    color: Black;
    border-color: #c63 #930 #930 #c63;  
    text-decoration: underline;
}
#imagePager a:focus
{
    outline: none;
}
#imageScrollerNav a
{
    background: #000;
    color: White;
}
#imageScrollerNav a:hover
{
    color: Black;
    background: #ccc;
    text-decoration: underline;
}
.imagepager
{
    padding: 3px 5px;
}
    
/*Pager*/
.pagerbutton
{
        margin-right: 3px;
        padding: 1px 3px;
        background: #cdcdcd;
        color: black;
        font-size:medium;
}
.pagerbutton:hover
{
    background: #000;
    color: White;
    text-decoration: underline;
}
.disabled
{
    margin-right: 3px;
    padding: 1px 3px;
    background: #cdcdcd;
    color: #EFEFEF;
    font-size:medium;
}
.current
{
    background: #000;
    color: White;   
    margin-right: 3px;
    padding: 1px 3px;
    font-size:medium;
}
    

/* Global Colors */
.red
{
    color:Red;
}

.green
{
    color:Green;
}
/*HOME PAGE SPECIFIC*/
#homespacer
{
    background-color:Black; height:9px;
}

#imageadcontainer
{
     height:360px;

}
#adbar
{
    width:94px;
    float:right;
    height:100%;
    background-color:Black;    
}
#adbar a
{
 border:none;
}

.adpanel
{
   height:85px;
   width:85px;
   margin-bottom:7px;
   background-color:White;
   float:right;

   border:0;
   
}

.adpanel a img
{
  border:0;
}


#imagescroller
{
    margin-right:90px;
}

#imageframe
{
    margin-left:17px;
    /*margin-right:16px;*/
    margin-top:10px;
    background-color:White;
    padding:7px;
    float:left;
    width:840px;
    height:325px;
    position:relative;
    overflow: hidden;
}

#imageframe img
{
	border:0;
}

#imageframe_edit
{
    margin:10px;
    margin-left:41px;
    background-color:White;
    border:solid 1px black;
    padding:7px;
    float:left;
    width:844px;
    height:333px;
    position:relative;
}

.imgdescription
{
    font-size:18px;
    float:right;
}

#imgcontrols
{
    float:left;
    height:20px;
    width:830px;
    margin-left:15px;
    margin-top:300px;
}

#imgcontrols h2
{
    margin:0;
}

#storegreeting
{
    position:absolute;
    left:10px;
    top:10px;
    z-index:10;
    width:822px;
    height:266px;
    overflow:hidden;
}

#storegreeting p
{
    margin:0;
    padding:0;
}
#imagescroller_clickhere
{    position:absolute;
    left:758px;
    top:-17px;
    width:100px;
}

#storetitle p
{
    margin:0;
    padding:0;
}
#storegreetingdemo
{
    position:absolute;
    left:74px;
    top:15px;
    z-index:10;
    width:822px;
    height:266px;
    overflow:hidden;
}

#storegreetingdemo p
{
    margin:0;
    padding:0;
}

#startbuttons
{
    margin-top:4px;
    height:340px;
    margin-left:14px;
}

.startsection
{
    width:310px;
    height:320px;
    background-color:white;
    margin-top:7px;
    margin-bottom:7px;
    float:left;
}

.startsectioncenter
{
    width:310px;
    height:320px;
    background-color:white;
    margin-left: 12px;
    margin-right: 12px;
    margin-top:7px;
    margin-bottom:7px;
    float:left;
}


.startsectionbuttoncontainer
{
     width:310px;
     height:80px;
     margin-top:-5px;

}

.startsectionbutton{display:block}
.startsectionbutton *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  }
.startsectionbutton1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid;
  border-right:1px solid;}
.startsectionbutton2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid;
  border-right:1px solid;}
.startsectionbutton3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid;
  border-right:1px solid;}
.startsectionbutton4{
  border-left:1px solid;
  border-right:1px solid;}
.startsectionbutton5{
  border-left:1px solid;
  border-right:1px solid;}
.startsectionbuttonfg{
  height:60px}

.startsectionbuttonfg img
{
    margin-top:-5px;
}
  
.featuredimage
{
    height:122px; width:122px;float:left; margin-right:3px; margin-bottom:3px;

}
        
#scrollerNav a { background-color: #fc0 } 



/* CONTROLS */

/*Tabber*/
/*--------------------------------------------------
REQUIRED to hide the non-active tab content.
But do not hide them in the print stylesheet!
--------------------------------------------------*/
.tabberlive .tabbertabhide
{
    display: none;
}
/*--------------------------------------------------
.tabber = before the tabber interface is set up
.tabberlive = after the tabber interface is set up
--------------------------------------------------*/.tabber
{
}
.tabberlive
{
    margin-top: 1em;
}
/*--------------------------------------------------
ul.tabbernav = the tab navigation list
li.tabberactive = the active tba
--------------------------------------------------*/


ul.tabbernav
{
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid #778;
    font: bold 12px Verdana, sans-serif;
}
ul.tabbernav li
{
    list-style: none;
    margin: 0;
    display: inline;
    margin-bottom:10px;
}
ul.tabbernav li a
{
    padding: 3px 0.5em;
    margin-right:4px;
    border: 1px solid #D4D4D4;
    background: #F2F2F2;
    text-decoration: none;
}
ul.tabbernav li a:link
{
    color: Black;
    border-color: #778;
}
ul.tabbernav li a:visited
{
    color: Black;
}
ul.tabbernav li a:hover
{
    color: Black;
    background: #CCCCCC;
    text-decoration: underline;    
}
ul.tabbernav li.tabberactive a
{
    background-color: #CCCCCC;
}

/*--------------------------------------------------
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
--------------------------------------------------*/.tabberlive .tabbertab
{
    padding: 10px;
    border: 1px solid #aaa;
    border-top: 0;
     /* If you don't want the tab size changing whenever a tab is changed
you can set a fixed height */ /* height:200px; */ /* If you set a fix height set overflow to auto and you will get a
scrollbar when necessary */ /* overflow:auto; */
}
/* If desired, hide the heading since a heading is provided by the tab */.tabberlive .tabbertab h2
{
    display: none;
}
.tabberlive .tabbertab h3
{
    display: none;
}
/* Example of using an ID to set different styles for the tabs on the page */.tabberlive#tab1
{
}
.tabberlive#tab2
{
}
.tabberlive#tab2 .tabbertab
{
    height: 200px;
    overflow: auto;
}





