/* CSS Document to Style 
   main_top.tpl.php */
   
html
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 11px;
}
h1 {
  font-size:17px;
}
h3 {
  font-size:13px
}
#nav_header h2, h3 {
  font-size:10px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
img
{
    border: 0;
}

th
{
  font-size: 11px;
  text-align: left;
}

td
{
  font-size: 11px;
}
select 
{
font-size:11px;
}

.main_container
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    text-align: left;
    font-size: 11px;
}
.header_container
{
    width: 940px;
    height: 68px;
    margin-top: 10px;
    margin-bottom: 4px;
    clear: both;
    float: none;
    display: block;
}
.logo
{
    margin-top: 10px;
    float: left;
    margin-right: 90px;
}

.upper_menu_a
{
    float: left;
    margin-top: 4px;
    color: #666666;
    text-decoration: none;
}
.upper_menu_a:hover
{

    color: #a6345a;
    text-decoration: none;
}
.upper_menu_sep
{
    margin-left: 5px;
    margin-right: 5px;  
    float: left;
}

/* Shopping Basket area */
.Basket_container
{

    width: 311px;
    height: 68px;
    background-image: url(../images/Shopping_Summary.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    float: left;
}
.shopping_items
{
    color: #c54f72;
    margin-top: 28px;
    margin-left: 58px;
    margin-bottom: 2px;
}
.shopping_total
{
    color: #ce9dab;
    margin-left: 58px;
    margin-top: 0px;

}
.shopping_checkout
{
    color: #c54f72;
    margin-left: 3px;
    text-transform: uppercase;
    text-decoration: none;
    float: inherit;
}

/* Top menu bar */
.menu_container
{
    width: 933px;
    height: 16px;
    clear: both;
    float: right;
    padding: 2px 0px 1px 6px;
    display: block;
    background-repeat: no-repeat;
    color: #333333;
    border-bottom: solid #333333 1px;
    background-image: url(/images/Menu_Background.gif);
}

/*- Menu Tabs C--------------------------- */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*For the header menu*/

.basictab{
    list-style-type: none;
    text-align: right;
    padding: 0px 0px;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    margin: 0px 0px 0px 0px;
}

.basictab li{
    display: inline;
    margin: 0px 1px 0px 1px;
    color: #666666;
}

.basictab li a{
    text-decoration: none;
    padding: 4px 5px 4px 3px;
    background-color: #e4e4e4;
    color: #666666;
}

.basictab li a:visited{
}

.basictab li a:hover{
    background-color: #CCCCCC;
}

.basictab li a:active{
}

/*selected tab effect*/
.basictab li.selected a{ 
    position: relative;
    top: 0px;
    background-color: #FFFFFF;
}

/* Search boxes in top nav */
.search_input
{
    height: 12px;
    width: 112px;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #c54f72;
    padding: 0;
    margin: 0;
    border: solid #d4d0c8 1px;
}
.code_input
{
    height: 12px;
    width: 50px;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #c54f72;
    padding: 0;
    margin: 0;
    border: solid #d4d0c8 1px;
}
.search_container {
    float: left;
    height: auto;
    width: auto;
}


/* Footer Styles */
#footer
{
    color: #a6345a;
    display: block;
    float: none;
    clear: both;
}
#footer a
{
    text-decoration: none;
    color: #5f5f5f;
    margin-left: 0px;
    margin-right: 5px;
}
#footer a:hover
{
    text-decoration: underline;
    color: #a6345a;
}