﻿body
{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 13px;
}
#curtain
{
    width: 98%;
    padding: 0;
    height:auto;
    margin: 0 1% 0 1%;
    text-align: left;
}
/**---AARON--**/
pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/**--------------------------------------------BASIC LAYOUT---------------------------------------------------------**/
/*HEADER*/
#header
{
    background-color: #ab0000;
    background-image: url("stylesheet_images/header.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 100px;
    clear: both;
}
#header #logo
{
    margin: 30px 10px 0px 20px;
    float: left;
}
#header #chat
{
    margin: 10px 10px 0px 0px;
    float: right;
    height: 85px;
    width: auto;
}
/*MAIN MENU*/
#main_menu
{
    background-color: Black;
    background-image: url("stylesheet_images/menu.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 30px;
    clear: both;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

#main_menu ul
{
    margin: 0;
    display: inline;
    list-style-type: none;
}
#main_menu ul li
{
    display: block;
    float: left;
    height: 25px;
    padding: 5px 0px 0px 0px;
    width: 120px;
    text-align: center;
}
#main_menu ul li a
{
    display: block;
    text-decoration: none;
    color: White;
}
#main_menu ul li:hover
{
    background-color: #191919;
    background-image: url("stylesheet_images/menu.png");
    background-repeat: repeat-x;
    color: #ebebeb;
}
#main_menu #search
{
    margin: 2px 10px 0px 0px;
    float: right;
    height: 30px;
    width: 225px;
}
#main_menu #search #txtSearch
{
    margin: 2px 0px 0px 0px;
    float: left;
    height: 15px;
}
#main_menu #search #btnSearch
{
    float: left;
    height: 25px;
}
/*PRODUCTS BROWSE MENU*/
#products_menu
{
    margin: 0;
    width: 100%;
    height: auto;
    padding: 2px 0px 5px 0px;
    clear: both;
    font-size: 12px;
    border-bottom: 1px solid #e9eaeb;
}
/* LIST OF ITEMS*/
#products_menu ul
{
    width: 99%;
    height: 100%;
    margin: 0 0 10px 0;
    padding-left: 1%;
    clear:both;
}
#products_menu ul li
{
    height: 15px;
    min-width: 190px;
    display:inline-block;
    zoom: 1;
	*display:inline;
}
#products_menu ul li a
{
    text-decoration: none;
    color: #7d7d7d;
}
#products_menu ul li strong
{
    text-decoration: none;
    color: #7d7d7d;
}
#products_menu ul .back
{
    height: 15px;
    min-width: 100px;
    display: inline-block;
    zoom: 1;
	*display:inline;
}
#products_menu h3
{
    padding: 3px 0px 5px 7.5px;
    display: block;
    color: Black;
    margin: 0px 0px 5px 0px;
    background-image: url("stylesheet_images/menu.png");
    background-repeat: repeat-x;
    opacity: 0.5;
}
/*MAIN PAGE CONTENT*/
#main
{
    font-size: 13px;
    width: 100%;
    margin: 10px 0px 20px 0px;
    color: #4e4d4d;
}
#main h2
{
    color: #5a5a5a;
    font-size: 20px;
}
/*OTHER*/
hr
{
    clear: both;
}
a img
{
    border: none;
}
a
{
    color: #0d6ecb;
}
pre
{
    font-family:Arial;
    font-size:14px;
}
/*GENERIC TABLE LAYOUT*/
.table_display
{
}

.table_display dd
{
    display:inline-block;
    zoom: 1;
	*display:inline;
    width: 150px;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    color: #444343;
}
.table_display dt
{
    display:inline-block;
    zoom: 1;
	*display:inline;
    padding: 5px;
    margin: 0;
    width: auto;
    color: #737373;
}
/*STANDARD TABLE*/
table
{
    clear: both;
    width: 100%;
    height: auto;
    border-collapse: collapse;
    text-align: left;
    padding: 0;
}
table tr
{
    height: 30px;
    text-align: left;
}
table tr th
{
    padding-left: 10px;
    background-color: #ece9e9;
    text-align: left;
}
table tr td
{
    padding-left: 10px;
    border-bottom: 1px solid #dddddd;
    width: auto;
}
table tr td a
{
    color: #0d6ecb;
}
/* FOOTER */
#footer
{
    bottom:0;
    position:relative;
    height:auto;
    margin-top: 20px;
    clear: both;
    width: 100%;
    font-size: 11px;
    background-color: Black;
    color: #d8d8d8;
    padding: 10px 0px 10px 0px;
}
#footer #footer_links
{
    text-align: center;
    clear: both;
}
#footer #footer_links a
{
    text-decoration: none;
    margin: 0px 20px 0px 20px;
    color: #d8d8d8;
}
#footer #footer_links label
{
    text-decoration: none;
    margin: 0px 20px 0px 20px;
    color: #d8d8d8;
}
#anz_master_visa
{
    width: auto;
    float: right;
    height: 40px;
    margin: 5px 10px 20px 10px;
    clear:both;
}
#footer #anz_master_visa img
{
    height: 40px;
}

/**--------------------------------------------BASIC - LAYOUT---------------------------------------------------------**/
/**--------------------------------------------HOMEPAGE LAYOUT---------------------------------------------------------**/


/**--------------------------------------------HOMEPAGE - LAYOUT---------------------------------------------------------**/
/**--------------------------------------------PRODUCT LAYOUT---------------------------------------------------------**/
#product
{
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    clear: both;
}
#product #product_title
{
    margin:0px 20px 0px 10px;
    width: 100%;
    color: #444343;
    font-size: 18px;
}
#product #product_left
{
    padding: 10px 10px 0px 10px;
    width:500px;
    max-width:48%;
    float:left;
    min-height: 260px;
    height: auto;
}
#product #product_right
{
    float: right;
    min-width: 48%;
    min-height: 260px;
    height: auto;
}
#product #product_left #price_wrapper
{
    width:500px;
}
#product #product_left #price_wrapper #price
{
    font-size: 14px;
    margin-top: 5px;
    height: 40px;
    float: left;
}
#product #product_left #price_wrapper #buy
{
    height: 40px;
    float: right;
}
#product #product_left #price_wrapper  #buy .buynow_r
{
    background-image: url("stylesheet_images/buy.png");
    background-color: #cc0000;
    border: 0;
    width: 144px;
    height: 32px;
    cursor: pointer;
}
#product #product_left  #price_wrapper  #buy .buynow_g
{
    background-image: url("stylesheet_images/buy.png");
    background-color: #4aa500;
    border: 0;
    width: 144px;
    height: 32px;
    cursor: pointer;
}
#product #product_left #product_details
{
    clear: both;
    margin: 10px 0px 20px 0px;
    height: 260px;
    width:550px;
}
#product #product_left #product_details dd
{
    width:200px;
    border-top:1px solid gray;
}
#product #product_left #product_details dt
{
    width:290px;
    border-top:1px solid gray;
    vertical-align:top;
    margin-left:-5px;
    clear:left;
}
#product #product_description   
{
    width: 98%;
    margin:0 1% 0 10px;
    clear: both;
    height: auto;
    font-size:13px;
}
#product #product_description h3
{
    font-size:15px;
    margin:5px 0px 5px 0px;
    clear:both;
}
#product #product_description strong
{
    font-size:13px;
    font-weight:bold;
}
#product #product_description em
{
    font-size:13px;
    font-style:normal;
    text-decoration:underline;
}
/**--------------------------------------------PRODUCT - LAYOUT---------------------------------------------------------**/
/**--------------------------------------------PRODUCT TABLE LAYOUT---------------------------------------------------------**/
.products
{
    clear: both;
    width: 100%;
    height: auto;
    border-collapse: collapse;
    text-align: left;
    padding: 0;
}
.products tr
{
    height: 30px;
    text-align: left;
}
.products tr th
{
    padding-left: 10px;
    background-color: #ece9e9;
    text-align: left;
}
.products tr td
{
    padding-left: 10px;
    border-bottom: 1px solid #dddddd;
    width: auto;
}
.products tr td a
{
    color: #0d6ecb;
}

/*PAGER*/
.pager
{
    clear: both;
    width:100%;
}
.pager .pager_links
{
    width: 100%;
    clear: both;
    margin:0;
}
.pager .pager_links a
{
    display: inline-block;
    zoom: 1;
	*display:inline;
    border: 1px solid #dddddd;
    padding: 4px 10px 4px 10px;
    margin: 5px 0px 5px 0px;
    color: #b3b3b3;
    text-decoration: none;
}
.pager .pager_links .pager_current
{
    display: inline-block;
    zoom: 1;
	*display:inline;
    border: 1px solid #dddddd;
    padding: 4px 10px 4px 10px;
    margin: 5px 0px 5px 0px;
    background-color: #848484;
    color: White;
}
.pager .pager_stats
{
    width: 100%;
    clear: both;
    margin:0;
    color: #b3b3b3;
    height: 20px;
}
/**--------------------------------------------PRODUCT - TABLE - LAYOUT--------------------------------------------**/
/**--------------------------------------------SEARCH PAGE ---------------------------------------------------------**/
/* SEARCH PAGE CONTROL */
#search_control
{
    border: 1px solid #b3b3b3;
    padding: 10px 10px 10px 10px;
    margin: 20px 0px 20px 0px;
}
#query_search #query_search
{
    margin: 0px 0px 10px 0px;
}
#search_control #query_search #control_btnSearch
{
    margin-top: 2px;
    width: 100px;
    height: 30px;
}
#search_control #query_search #control_txtSearch
{
    padding: 5px 5px 0px 5px;
    width: 400px;
    height: 20px;
}
#search_control #search_filters
{
    padding: 10px 10px 10px 10px;
    clear: both;
    width: 100%;
}
/**--------------------------------------------SEARCH - PAGE ---------------------------------------------------------**/
/**--------------------------------------------CONTACT PAGE ---------------------------------------------------------**/
#contact_form
{
    margin-left: 25px;
    width:600px;
}
#contact_details
{
    margin-left: 25px;
}
#contact_form dd
{
    vertical-align:top;
    width:200px;
}
#contact_form dt
{
    width:300px;
}
#contact_form input[type=text]
{
    width: 200px;
}
/**--------------------------------------------CONTACT - PAGE ---------------------------------------------------------**/
/**--------------------------------------------CHECKOUT PAGE ---------------------------------------------------------**/
#cart
{
    clear: both;
    width: 100%;
    height: auto;
    border-collapse: collapse;
    text-align: left;

}
#cart tr
{
    height: 30px;
}
#cart tr th
{
    padding-left: 10px;
    background-color: #e1e1e1;
}
#cart tr td
{
    padding-left: 10px;
    border-bottom: 1px solid #dddddd;
    width: auto;
}
#cart tr td a
{
    color: #0d6ecb;
}
#car .pricing
{
}
#cart .total
{
}
#checkout
{
    height:auto;
    width:600px;
}
#checkout dd
{
        vertical-align:top;
    width:150px;
}
#checkout dt
{
    width:400px;
}
#checkout input[type=text]
{
    width: 250px;
}
#checkout select
{
    width: 250px;
}
#checkout textarea
{
    width: 400px;
}
/**--------------------------------------------CHECKOUT - PAGE ---------------------------------------------------------**/
/**--------------------------------------------ORDER  PAGE ---------------------------------------------------------**/

#order_display
{
    width:500px;
}
#order_display dd
{
    width:200px;
}
#order_display dt
{
    width:200px;
    vertical-align:top;
    clear:left;
}
/**--------------------------------------------ORDER - PAGE ---------------------------------------------------------**/