﻿body, form
{
    margin: 0px;
}

body 
{
    background-color: Black;
    font-family: Tahoma;
    font-size: 13px;
    color: White;
}

textarea
{
    font-family: Tahoma;
    font-size: 13px;
}

.body
{
	width: 980px;
	margin: auto;
}

h1
{
    margin: 0px;
    color: White;
    font-size: 13px;
    font-weight: normal;
}

/* big red page heading */
h2
{
	color: #ff0000;
	font-size: 38px;
	margin: 0px;
	font-weight: normal;
}

/* white page secondary heading */
h3
{
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}

/* product pages 'Order Options' heading*/
h4
{
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
}

a
{
	color: White;
	text-decoration: none;
}

a:Hover
{
	text-decoration: underline;
}

a img
{
    border-width: 0px;
}

strong
{
	font-weight: normal;
	color: White;
}

.alt { background-color:#EFEFEF; }

#topdiv
{
    height: 109px;
    background-image: url(layout/red-bg.jpg);
    background-repeat: repeat-x;
}

#statusdiv
{
    width: 980px;
    padding-top: 3px;
    margin: auto;
    margin-top: 5px;
    text-align: right;
}
#statusdiv a
{
    color: White;
}
#statusdiv h1
{
    float: left;
}

#searchdiv
{
    background-image: url(layout/search-bg.jpg);
    width: 446px;
    height: 27px;
    float: right;
    text-align: right;
    padding: 4px 3px 0px 0px;
}

.bannerdiv
{
    background-image: url(layout/red-bg.jpg);
    background-repeat: repeat-x; /*position: absolute;*/
    width: 100%;
    left: 0px;
    margin-top: 50px; /*height: 146px;     position: absolute;     width: 100%;     width: expression(document.documentElement.clientWidth + 'px');     left: 0px;     z-index: 0;*/
}

#bodydiv
{
    width: 100%;
}

#sidelogo
{
    vertical-align: top;
    text-align: center;
}

#sidelogo a
{
    display: block;
    width: 180px;
    margin: 20px 0px;
}

.mainbody
{
    width: 780px;
    padding: 10px;
    vertical-align: top;
    min-height: 600px;
    background: #787878 url(layout/watermark.jpg) no-repeat bottom;
}

.footer
{
    background-image: url(layout/footer-bg.jpg);
    background-repeat: repeat-x;
    height: 32px;
    padding: 8px 0px 0px 15px;
}
.footer a
{
    color: White;
}

.validator
{
    background-color: #FFFACD; /* #FFFACD = lemonchiffon */
}

.catlist h2
{
    font-size: 12px;
    background-color: #404040;
    padding: 5px 10px;
    margin: 7px 0px;
    width: 725px;
}

.message-panel
{
	background: #4C4C4C;
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

.message-panel p
{
	margin: 5px;
}

.message-panel a
{
    text-decoration: underline;
}

/* validators */
.highlight
{
    background-image: none !important;
    background-color: #fffacd !important;
    color: Black !important;
}

.alertbox
{
    position: absolute;
    padding-left: 45px;
    width: 216;
    background: url(layout/aarow.png) no-repeat left top;
	color: Black;
}

.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFEB8C;
}

/* nav links */
.navtable
{
    width: 100%;
    height: 35px;
    margin: 0px;
    padding: 0px;
}
.navtable td
{
    border: solid 1px White;
    text-align: center;
}
.navtable td a
{
    color: White;
}
.navtable td a:Hover
{
    text-decoration: none;
    color: Red;
}
.navtable td a.selected
{
    color: Red;
}

a.logo
{
    background-image: url(layout/logo.jpg);
    height: 146px;
    width: 186px;
    float: left;
    position: absolute;
    margin-left: 0px;
}

.logo:Hover
{
    background-position: center center !important;
}



.rrp-button
{
    background-image: url(layout/redbtn-bg.jpg);
    background-repeat: no-repeat;
    width: 223px;
    height: 27px;
    margin-top: 10px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: White;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.order-button
{
    background-image: url(buttons/ordernumber-bg.jpg);
    width: 178px;
    font-size: 16px;
    font-weight: bold;
    color: White;
    cursor: pointer;
    text-decoration: none;
    height: 34px;
    margin: 5px 2px 0px 2px;
}

.resourcelink
{
    background-image: url(buttons/resource-link.jpg);
    color: White;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    height: 27px;
    width: 178px;
}

/* Products page */
.productitem
{
    cursor: pointer;
}

.productitem:Hover
{
    text-decoration: none;
}

.productslayout a
{
    color: White;
    cursor: pointer;
}

.productslayout a:Hover
{
    text-decoration: none;
}

.productsnavanchors a
{
    color: White;
}

.productnamediv
{
    background-image: url(layout/productname-bg.jpg);
    background-repeat: no-repeat;
    width: 220px;
    height: 20px;
    text-align: center;
    padding-top: 5px;
}
.productnamediv a
{
    color: White;
}


/* login page */
.textbox
{
    width: 214px;
}
.logintable td
{
    text-align: right;
}

.productpageheader
{
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 5px 0px 0px 10px;
    margin: 0px;
    background-image: url(layout/table-header-bg.jpg);
    background-repeat: repeat-x;
    height: 27px;
}

/* whats new page */
.whatsnewredbar
{
    padding: 4px 0px 0px 5px;
}

.modalBackground
{
    background-color: #333333;
    filter: alpha(opacity=90);
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* side-nav */
.side-nav
{
	margin: 0px 30px 20px 0px;
	padding-left: 0px;
	width: 140px;
	float: left;
}

.side-nav a
{
	width: 100%;
	height: 30px;
	text-align: right;
	border-top: solid 2px #888;
	text-decoration: none;
	display: block;
	padding-top: 3px;
}

.side-nav a:hover, .side-nav .selected a
{
	border-top: solid 2px #FF0000;
	color: Red;
}

.content-right
{
	float: right;
	width: 600px;
}

.paging
{
    font-size: 14px;
    color: Black;
}

.paging a
{
    text-decoration: underline;
    color: Black !important;
}

/* table */
.table
{
    width: 100%;
    border-spacing: 0px;
}

.table th 
{
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    background-image: url(layout/table-header-bg.jpg);
    background-repeat: repeat-x;
    height: 27px;
}

.table td, th
{
    margin: 0px;
        padding: 0px 10px 0px 10px;
}

/* product page */
.product
{
    width: 100%;
}

.product th
{
    background-image: url(layout/table-header-bg.jpg);
    background-repeat: repeat-x;
    height: 30px;
    text-align: left;
    padding-left: 0px;
}

.product .alt
{
    background-color: #787878;
}

.product td
{
    padding-bottom: 10px;
}

/* dealer detail page */
.form
{
    width: 60%;
}

.form th
{
    text-align: right;
    padding-right: 5px;
    width: 150px;
    font-weight: normal;
}

.form td
{
    color: Black;
}

.form td input
{
    width: 100%;
}

.form th input
{
    width: auto;
}

.form th label
{
    color: White;
}

/* products page */
.productwhitediv
{
    background-image: url(layout/productbox-bg.jpg);
    background-repeat: repeat-y;
    width: 753px;
    color: #6c6c6c;
}

.productwhiteheader
{
    background-image: url(layout/productbox-heading.jpg);
    width: 753px;
    height: 34px;
    font-size: 16px;
    font-weight: bold;
    color: White;
}

.productwhiteheader2
{
    background-image: url(adminlayout/productbox2-heading.jpg);
    width: 753px;
    height: 34px;
    font-size: 16px;
    font-weight: bold;
    color: White;
}

.producttable
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.producttable td
{
    vertical-align: top;
}

.producttable tr.alt
{
    background-color: #e7e7e7;
}

.producttable p
{
    margin: 0px;
}

.producttable img
{
    /*border: solid 1px gray !important;*/
}

.pager a
{
    text-decoration: underline;
}

/* admin default page */
#defaultbg
{
    background-image: url(layout/productbox-bg.jpg); 
    background-repeat: repeat-y; 
    width: 753px;
    color: #6c6d6f;
}

#defaultbg a
{
    color: #6c6d6f;
    cursor: pointer;
}

/* admin product page */
.producttable
{
    width: 100%;
    border-spacing: 0px;
}
.producttable th
{
    background-color: #e7e7e7;
    height: 22px;
    padding: 5px;
}
.producttable a
{
    color: #ff0000;
}

/* admin list pages */
.adminlisttable
{
    width: 100%;
    border-spacing: 0px;
}
.adminlisttable th
{
    color: Red;
    padding-left: 0px;
    border-bottom: solid 1px red;
}

.adminlisttable td
{
    padding-top: 5px;
}

.adminlisttable a
{
    color: Red;
}

/* admin dealer page */
.dealertable td
{
    padding-right: 25px;
}

/* admin/productlist.aspx page */
#productul
{
    padding-left: 10px;
}
#productul li
{
    list-style-type: none;
    width: 480px;
    height: 16px;
    cursor: pointer;
}

/* contact */
.contacttable th
{
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    width: 80px;
}

.contacttable .text
{
    background-color: #fff;
    color: #000;
    border: none;
    font-family: Tahoma;
    font-size: 13px;
}

.contacttable .send
{
    background-image: url(buttons/contact-bg.jpg);
    background-repeat: no-repeat;
    height: 32px;
    width: 122px;
    padding: 5px;
    color: White;
    font-size: 16px;
}