html {
    overflow:auto;
    height:100%;
    padding:0;
    margin:0;    
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:1.125em;
    background-color: #e5e5e5;
    padding:0;
    margin:0;    
    background-image: url(images/pattern.gif);
    background-repeat: repeat;
    height:100%;
}

form {
    margin : 0px;
    
}

A:link {
    color: #00468a;
    text-decoration: none;
}

A:visited {
    color: #00468a;
    text-decoration: none;
}

A:active {
    color: #00468a;
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
    color: red;
}

div.header {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -477px;
    z-index:2;
}

div.main {
    position: absolute;
    top: 125px;
    left: 50%;
    margin-left: -477px;
    z-index:1;
    text-align:center;
    height:100%;
}

table.flash_main {
    border:none;
    width:955px;
    border-collapse:collapse;
    margin:0px;
    padding:0px;
}

table.flash_main td {
    padding: 0px;
    vertical-align:top;
    text-align:left; 
    height:100%;
}

.by_brand A:link {
    font-size: 0.8em;
}

.by_brand A:visited {
    font-size: 0.8em;
}

.by_brand A:active {
    font-size: 0.8em;
}

.by_brand A:hover {
    text-decoration: none;
}

/* CATEGORY */
/* ---------------------------------------------------------------+*/
/*                                                                |*/ 
         
div.category
{
    background-color:#FFFFFF;
}

div.category .category_name
{
    color: #ABAFBA;
    background:url(images/category-background.jpg) repeat-x;
    height:30px;
    padding-top:3px;
    padding-left:40px;
    vertical-align:middle;
    margin-top:0px;
    font-weight:bold;   
}

table.category_table
{
    width:640px;
    border-collapse:collapse;
    margin-top:20px;  
}

table.category_table td.product
{
    text-align:center;
    vertical-align:top;
    padding:0px;
    padding-bottom:15px;
}

table.category_table img.product_img
{
    width:245px;
    height:175px;
    border:1px solid #d7d5ce;
}

table.category_table td.product div
{
    margin:0 auto;
    width:210px;
    text-align:center;
}

table.category_table td.product p.name
{
    font-weight:normal;
    font-size:0.825em;
    margin-top:5px;
    margin-bottom:0px
}

table.category_table td.product p.description
{
    font-weight:normal;
    font-size:0.7em;
    margin-top:5px;
    margin-bottom:0px
}

.sub_category
{
    margin-bottom: 20px;
}

.sub_category table
{
    width:640px;
    border-collapse:collapse;
}

.sub_category table td.product
{
    text-align:center;
    vertical-align:top;
    padding:0px;
    padding-bottom:15px;
}

.sub_category img.product_img
{
    width:245px;
    height:175px;
    border:1px solid #d7d5ce;
}

.sub_category table td.product div
{
    margin:0 auto;
    width:210px;
    text-align:center;
}

.sub_category table td.product p.name
{
    font-weight:normal;
    font-size:0.825em;
    margin-top:5px;
    margin-bottom:0px
}

.sub_category table td.product p.description
{
    font-weight:normal;
    font-size:0.7em;
    margin-top:5px;
    margin-bottom:0px
}

/* CONTENTS */
/* ---------------------------------------------------------------+*/
/*                                                                |*/

/* About us, Contact us and other static pages*/

.contents
{
    padding: 25px;
}

.contents h1
{
    color: #8b909b;
    font-size: 1.5em;
    font-weight: normal;
    margin:0px;
    margin-bottom:10px;
}

.contents p
{
    margin-left:80px;
    margin-right:75px;
    font-size:0.75em;
}

.faq
{
    background-color:#FFFFF2;
    margin-top:0px;
    text-align:left;
    background-image: url(images/background6.jpg);
    background-repeat: no-repeat; 
}

.faq table
{
    border-collapse:collapse;
    width:650px;
    margin-left:40px;
}

.faq th
{
    text-align:left;
    padding-left:10px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:0.8em;
    height:19px;
    background:url(images/faq-title_bar.jpg) repeat-x;
}

           
.faq td.top
{
    height:5px;
    background-color:#259da1;
    filter:alpha(opacity=30); 
    -moz-opacity: 0.3; 
    opacity: 0.3;     
}

.faq td.bottom
{
    height:5px;
    background-color:#259da1;
    filter:alpha(opacity=30); 
    -moz-opacity: 0.3; 
    opacity: 0.3;     
}

.faq td.side
{
    width:5px;
    background-color:#259da1;
    filter:alpha(opacity=30); 
    -moz-opacity: 0.3; 
    opacity: 0.3;     
}

.faq td
{
    background-color:#FFFFFF;
    filter:alpha(opacity=65); 
    -moz-opacity: 0.65; 
    opacity: 0.65;     
}

.faq table p
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin-top:20px;
    margin-left:50px;
    margin-right:75px;
    margin-bottom:20px;
    font-size:0.8em;
}

/*                                                                |*/
/* ---------------------------------------------------------------+*/


/* Background */
.background_1 {
    background-image: url(images/background1.gif);
    background-repeat: repeat-x;
    height:100%;
    width:100%;
}

.background_3 {
    background-image: url(images/background3.jpg);
    background-repeat: no-repeat;
    height:100%;
    width:100%;
}

.background_4 {
	background-image: url(images/background4.jpg);
	background-repeat: no-repeat;
	height:100%;
	width:100%;
}

.background_5 {
	background-image: url(images/background5.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height:100%;
	width:100%;
}

/* Footer Style */
.footer {
    color: #00468a;
    font-size: 0.6em;
}
.footer A:link {
}
.footer A:visited {
}
.footer A:active {
}
.footer A:hover {
}

/* Product Page */
.product
{
    padding: 30px 25px 50px 25px;
}

.product .breadcrumb
{
    margin-top: 0px;
    margin-bottom: 3px;
    font-size: 0.8em;
    color: #668cb1;
}

.product .breadcrumb A:link {
    font-size: 0.8em;
}
.product .breadcrumb A:visited {
    font-size: 0.8em;
}
.product .breadcrumb A:active {
    font-size: 0.8em;
}
.product .breadcrumb A:hover {
}

/* Product page layout*/
.product div.product_picture
{
    border: 1px solid #d7d5ce;
    height:250px;
    width:400px;
    margin: 0px 0px 10px 0px;
}

.product div.product_information
{
    border: 1px none;
    width:100%;
    margin: 0px 0px 0px 0px;
    padding-left: 15px;
}

.product .product_thumbs
{
    padding-top:15px;
    border: 1px solid #d7d5ce;
    width:402px;
    text-align:left;
}        

.product .product_thumbs img
{
    margin-bottom:15px;    
    margin-left:10px;
    width:50px;
    height:50px;
}

.product .product_thumbs a img{
    border: 1px solid #dddddd;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
}

.product .product_thumbs a:hover img{
    border: 1px solid #999999;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
}

.product .product_features
{
    border: 1px solid #d7d5ce;
}

.product .product_features ul
{
    margin-top:5px;
    margin-bottom:5px;    
}

.product .product_features li
{
    margin-top:0px;
    font-size: 0.7em;
    margin-bottom:0px;    
    margin-left:-10px;
    margin-right:20px;    
}

.product .color_list table
{
    border:none;
    border-collapse:collapse
}

.product .color_list td
{
    text-align:center;
    font-size:0.8em;
    width:60px;
    padding-right:5px;
    padding-left:5px
}

.product .color_list img
{
    margin-top:10px;
    border:solid 1px #333333;
    width:20px;
    height:20px
}

.product .color_list A:link {
    font-size: 0.8em;
}
.product .color_list A:visited {
    font-size: 0.8em;
}
.product .color_list A:active {
    font-size: 0.8em;
}
.product .color_list A:hover {
    text-decoration: none;
}

.product .quantity{
	color: #081b3d;
	font-size: 0.825em;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle;	
}

.product .price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.825em;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	vertical-align:middle;
}

/* Product page information*/
.product_name {
    font-size: 0.825em;
    font-weight:bold;
    margin-bottom:0px;
}

.product_description {
    font-size: 0.7em;
    font-weight:bold;    
    margin-top:0px;
    margin-bottom:10px;    
}

.description_title {
    font-size: 0.8em;
    font-weight:bold;    
    margin-top:5px;
    margin-bottom:0px;    
}

.description_value {
    font-size: 0.7em;
    margin-top:0px;
    margin-bottom:0px;    
    margin-left:20px;
}

/* Product page features*/
.feature_title {
    font-size: 0.8em;
    font-weight:bold;    
    margin-top:5px;
    margin-bottom:0px;    
}
.feature_value {
    font-size: 0.7em;
    margin-top:0px;
    margin-bottom:0px;    
    margin-left:20px;
}

/* Administration Page Style */

/* ADMIN */
/* ---------------------------------------------------------------+*/
/*                                                                |*/ 
div.admin_page
{                               
    background-image: url(images/background1.gif);
    background-repeat: repeat-x;
    background-color:#FFFFFF;
    padding-bottom:25px;
    padding-top:25px;
    padding-left:5px;
    padding-right:5px;
}

div.message {
    margin-top: 20px;
    color: blue; 
    font-size: 0.9em; 
}

div.error {
    margin-top: 20px;
    color: red;  
    font-size: 0.9em;
}

.admin_page A:link {
    color: #668cb1;
    text-decoration: none;
}

.admin_page A:visited {
    color: #668cb1;
    text-decoration: none;
}

.admin_page A:active {
    color: #668cb1;
    text-decoration: none;
}

.admin_page A:hover {
    text-decoration: underline;
    color: red;
}

/* Datatable */
.datatable {
}

.datatable h1 {
    font-size: 1em;
}

.datatable h2 {
    font-size: 0.8em;   
}


.datatable table {
}

.datatable table td {
    background-color:#EEEEEE;
    font-size: 0.825em;
    padding: 1px 10px 1px 10px;    
}

.datatable table th {
    background-color:#668cb1;
    font-size: 0.825em;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    padding: 1px 10px 1px 10px;    
}

.datatable .pagination {
    font-size: 0.825em; 
}

.datatable .pagination .current_page {
    font-weight:bold;
}

.datatable textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;  
}

/* Menu */
div.admin_menu {
}

table.menu td {
    background-color: #FFFFFF;
    color: #668cb1;
    padding: 1px 10px 1px 10px;
    font-size: 0.825em;    
    text-align:center;
}

table.menu td.title {
    background-color: #668cb1;
    color:#FFFFFF;
    text-align:left;
    font-size: 0.825em;     
    padding: 1px 20px 1px 10px;
    width: 100px;     
}

