﻿body
{
    font-family: Geneva,Arial,Helvetica;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
    /*background-color: #999999;*/
}

input 
{
    font-family: Tahoma,Helvetica,Arial,sans-serif;
    font-size: 9pt;
}

select
{
    font-size: 9pt;
}

div { margin: 0px; padding: 0px; }
h1 { margin: 0px; padding: 0px; }
a:link {text-decoration: none;}
a:visited {	text-decoration: none;}
a:hover {	text-decoration: none;}
a:active {	text-decoration: none;}
a img {	border: none;	}

.clearboth { clear: both; }

.input_grp
{
    border: 1px solid #aaaaaa;
    margin: 2px;
    padding: 1px;
}

.input_grp h3
{
    font-weight:bolder;
    font-size: 9pt;
    background-color: #aaaaaa;
    padding: 5px 20px 5px 20px;
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
}

.input_grp td
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.input_grp .label 
{
    /*white-space: nowrap;*/
    text-align: right;
    padding-right: 2px;
    vertical-align: top;
}

.input_grp .value
{
    padding-left: 0px;
    vertical-align: top;
}


.page
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#top
{
    background-color: #FFFFFF;
}

#header
{
    position:relative;
}

#header h1 {  }

#main_menu
{
    background-image: url('/images/mainmenu_bg.png');
    height: 32px;
}

.main_menu
{
    text-align: center;
    /*border: solid 2px black;*/
    margin-left: auto;
    margin-right: auto;
}

#main_menu table
{
}

#header #userinfo
{
    position: absolute;
    right: 50px;
    bottom: 10px;
}

#middle
{
    /*position: relative;*/
    background-color: #ffffff;
}

#bottom
{
    margin-top: 20px;
    background-color: #6976f5;
}


#footer
{
    color: White;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    text-align: center;
    height: 3px;
}


#middle .submenu
{
    padding:3px 20px 3px 20px;
    background-color: #999999;
    margin: 0px;
}

#overviews
{
}

#overviews .overview
{
    border: 1px solid #DDEEFF;
    width: 242px;
    margin-left: auto;
    margin-right: auto;
    height: 220px;
}

#overviews h2
{
    font-size: 12pt;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

#hilight_box
{
    width: 900px;
    height: 320px;
    margin: 20px 0px 20px 0px;
    background-image: url('../images/hilight_box1.jpg');
    background-repeat: no-repeat;
}

.systems 
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.systems .system
{
    border: 3px solid #99CCFF;
    width: 350px;
    margin: 10px;
    float: left;
    padding: 10px;
}

.systems .system .thumbnail
{
    left: 0px;
    top : 0px;
    /*width: 100px;*/
    height: 100px;
}

.systems .system .name
{
    font-size: 16px;
    color: #0066FF;
}

.systems .system .overview
{
    color: #008080;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #008080;
    margin-bottom: 10px;
    margin-top: 10px;
}

.systems .system .details
{
}

.systems .system .price
{
    font-size: 14px;
    font-weight: bold;
}

#system_order .system
{
    position: relative;
    padding: 20px;
    padding-left: 320px;
}

#system_order .system .image
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
}

#system_order .system .name
{
    display: block;
    font-size: large;
    color: #0066FF;
}

#system_order .system .overview
{
    display: block;
    font-size: small;
}

#system_order .system .hilights
{
    display: block;
    padding-top: 20px;
}

#system_order .system .details
{
    display: block;
    padding-top: 20px;
}

#system_order .system .price
{
    display: block;
    padding-top: 20px;
}

#system_order .system .option_box
{
}

#system_order .system .option_box h3
{
    padding: 4px;
    background-color: #6699FF;
    color: White;
    font-size: 11pt;
    margin-top: 10px;
    margin-bottom: 5px;
}

#system_order .system .option_box .dropdown_option
{
    position: relative;
    padding-left: 70px;
    height: 50px;
    margin: 0px;
}

#system_order .system .option_box .dropdown_option .thumbnail
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50px;
    width: 50px;
}

#system_order .system .option_box .dropdown_option .label
{
    display: block;
}

#system_order .system .option_box .dropdown_option .list
{
    display: block;
}

#system_order .system .option_box .select_option
{
    position: relative;
    /*border: 3px solid #00FFFF;*/
    padding: 0px;
    padding-left: 70px;
    height: 50px;
    margin: 0px;
}

#system_order .system .option_box .select_option label
{
}

#system_order .system .option_box .select_option .thumbnail
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
}

#system_order .system .option_box .select_option .price
{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    display: block;
    text-align: left;
}


/* Cart Viewer */
.cart_system_list
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cart_system_list .system_item
{
	border:1px solid gray;
}

.cart_system_list .system th
{
    background-color: #DDD;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

.cart_system_list .system .modelname
{
	text-align:center;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.cart_system_list .unit_price
{
	padding: 3px;
	margin: 0px;
	text-align:right;
	width: 100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
	border-right: solid 1px #DDD;
	background-color: #EEE;
}

.cart_system_list .unit_qty
{
	padding-left: 3px;
	padding-right: 10px;
	margin: 0px;
	text-align:center;
	width: 50px;
}

.cart_system_list .system .overview
{
    font-size: 12pt;
    text-align: right;
    padding: 5px 20px 5px 20px;
}

.cart_system_list .items
{
}

.cart_system_list .items .overview
{
    width: 200px;
    padding-left: 30px;
}

.cart_system_list .items .title
{
    width: 100px;
    text-align: right;
}

.cart_system_list .items .itemno
{
    text-align: right;
}

.cart_system_list hr {
	color: #ddd;
	background-color: #ddd;
	height: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}




.cart_system_list .system_price {
	font-weight: bold;
	text-align: right;
	background-color: #DDD;
	padding:3px;
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 10px 0px 10px 0px;
}

.cart_system_list .system_price td {
	font-size:12px;
}

.cart_system_list .system_price .part_desc {
	height:24px;
	font-size:12px;
}

.cart_system_list .system_price .unit_price {
	font-size:12px;
	color:#2E2E2E;
}

.cart_system_list .sub_total
{
    font-size: 12pt;
    font-weight: bold;
    color: #3399FF;
    text-align: right;
    padding: 5px;
    margin-bottom: 30px;
}

/* Checkout.aspx */


/* order */
.order
{
    /*background-color: #FFCCFF;*/
    /*width: 800px;*/
}

.order .header
{
    background-color: #CCCCFF;
}

.order .footer
{
    /*background-color: #CCCCFF;*/
}

.order .items
{
}

.order .order_item_list
{
    border: 1px solid #666666;
    /*margin: 5px;*/
    /*width: 600px;*/
}

.order .order_item_list th
{
    background-color: #999999;
    padding: 3px;
    color: White;
}

.order .order_item_list td
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.order .order_item_list td.description
{
    text-align: right;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
}

.order .order_item_list td.itemno
{
    text-align: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
}

.order .order_item_list td.quantity
{
    background-color: #CCCCCC;
    text-align: center;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
}

.order .order_item_list td.unit_price
{
    background-color: #CCCCCC;
    text-align: right;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
}

.order .order_item_list td.unit_amount
{
    background-color: #CCCCCC;
    text-align: right;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
}

.order .order_item_list .footer
{
    background-color: #999999;
    padding: 5px;
    color: White;
}


.itemoption_box
{
    border: 2px solid #c0c0c0;
}

.itemoption_box h3
{
    font-size: 10pt;
    background-color: #c0c0c0;
    margin: 0px;
    padding: 4px;
}

#order_item
{
}

#store_content
{
    /*padding: 10px;*/
}

#store_content h2
{
    border-color: #3366FF;
    padding: 0px 0px 3px 30px;
    margin: 2px 0px 10px 0px;
    color: #0066FF;
    text-align: left;
    border-bottom-style: solid;
    font-weight: bold;
    border-bottom-width: thin;
    font-size: 12pt;
}


.product_overview
{
    /*border: medium solid #00FFFF;*/
    padding: 20px;
}

.product_overview h2
{
    border-width: medium;
    border-bottom-style: solid;
    border-color: #3366FF;
}

.product_overview .product_img
{
    float: left;
    padding: 10px;
}

.big_msg_box
{
    padding: 20px;
    width: 400px;
    margin: 50px auto 50px auto;
    border: 5px solid #6699FF;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.login_box
{
    width: 300px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 5px solid #6699FF;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.login_box h2
{
    color: #6699FF;
    margin: 0px;
    text-align: center;
}

.login_box hr
{
    height: 3px;
    background-color: #6699FF;
    border-collapse: collapse;
    color: #6699FF;
}


.part_items
{
}

.part_items .part_item
{
    border: 2px solid #99CCFF;
    width: 220px;
    margin: 5px;
    float: left;
    padding: 3px;
}

.part_items .part_item .thumbnail
{
    left: 0px;
    top : 0px;
    width: 50px;
    height: 50px;
}

.part_items .part_item .name
{
    font-size: 12px;
    color: #0066FF;
}

.part_items .part_item .overview
{
    color: #008080;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #008080;
}

.part_items .part_item .price
{
    font-size: 14px;
    font-weight: bold;
}

.msg_box
{
    padding: 20px;
    width: 400px;
    margin: 10px auto 10px auto;
    border: 5px solid #6699FF;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.left_menu
{
    width: 120px;
    padding: 3px;
/*   margin: 3px auto 3px auto;*/
    border: 3px solid #6699FF;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.list_box
{
    border: 5px solid #6699FF;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}