﻿/*** Body Definitions ***/

*
{
    margin: 0;
    padding: 0;
}

html
{
    SCROLLBAR-FACE-COLOR: #003399; 
	SCROLLBAR-HIGHLIGHT-COLOR: black; 
	SCROLLBAR-SHADOW-COLOR: #f9f5fd; 
	SCROLLBAR-3DLIGHT-COLOR: #f9f5fd; 
	SCROLLBAR-ARROW-COLOR: #ede3f8; 
	SCROLLBAR-TRACK-COLOR: #eeedeb; 
	SCROLLBAR-DARKSHADOW-COLOR: #eeedeb;
}

body
{
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    background-color: #26A8D7;
    position: relative;
    width: 100%;
    SCROLLBAR-FACE-COLOR: #003399; 
	SCROLLBAR-HIGHLIGHT-COLOR: black; 
	SCROLLBAR-SHADOW-COLOR: #f9f5fd; 
	SCROLLBAR-3DLIGHT-COLOR: #f9f5fd; 
	SCROLLBAR-ARROW-COLOR: #ede3f8; 
	SCROLLBAR-TRACK-COLOR: #eeedeb; 
	SCROLLBAR-DARKSHADOW-COLOR: #eeedeb;
}

div
{
    font-family: arial,helvetica,sans-serif;
    color: #1b1b1b;
    line-height: 1.6em;
    font-size: 11px;
}

input, textarea
{
    font-family: arial,helvetica,sans-serif;
    color: #666;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

/*** Links ***/
a:hover
{
    font-size: 11px;
    color: #184877;
    text-decoration: underline;
}

a:link
{
    font-size: 11px;
    color: #184877;
    text-decoration: none;
}

a:visited
{
    font-size: 11px;
    color: #184877;
    text-decoration: none;
}

a:active
{
    font-size: 11px;
    color: #184877;
    text-decoration: underline;
}

/*** Top Navigations ***/
#top-navigations
{
    left: 0;
    top: 0;
    position: fixed;
    text-align: left;
    width: 100%;
    height: 42px;
    z-index: 99999;
    background-color: #222;
}

#top-navigations .inner
{
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 42px;
    overflow: hidden;
}

#top-navigations a
{
    color: #FFF;
    font-size: 13px;
}

#top-navigations .popmenuroot
{
    height: 42px;
    line-height: 42px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 700px;
}

#top-navigations .popmenuroot li
{
    float: left;
    padding: 0px;
    border-left: 1px solid #666;
}

#top-navigations .popmenuroot li a
{
    padding: 15px 10px;
}

#top-navigations .popmenuroot li a:hover
{
    background-color: #99BB55;
    color: #222;
}

#top-navigations .functions
{
    position: absolute;
    right: 10px;
    text-align: right;
    top: 1px;
    width: 300px;
}


#top-navigations .subtype-menu
{
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 30px;
    overflow: hidden;
    background-color: #CCC;
    border-top: 4px solid #99BB55;
}

#top-navigations .subtype-menu ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#top-navigations .subtype-menu li
{
    float: left;
}

#top-navigations .subtype-menu a
{
    color: #184877;
    padding: 0px 10px;
    line-height: 30px;
    display:block;
}

#top-navigations .subtype-menu a:hover
{
    background-color: #FFF;
}

#top-navigations .panel-systemlist
{
    position: relative;
    margin: 0 auto;
    height: 350px;
    width: 960px;
    background-color: #000;
}

#panel-systemlist-wrapper
{
	overflow-x:auto; 
	overflow-y:hidden;
	height:345px;
	border-bottom:5px solid #99BB55;
}

/*
.panel-systemlist-wrapper
{
    height: 350px;
    border-bottom: 3px solid #000;
    overflow-x: hidden;
    overflow-y: hidden;
}
*/

.systemlist-item
{
    width: 200px;
    padding: 15px; /*border: 1px solid Orange;*/
    float: left;
    overflow: hidden;
}

.systemlist-item a
{
    color: #184877;
    width:200px;
    display:block;
    padding:5px;
    height:315px;
    border-left:3px solid #FFF;
    border-right:3px solid #FFF;
    overflow:hidden;
}

.systemlist-item h5 
{
	display:block;
	text-align:center;
	color:#390;
	font-weight:bold;
}

.systemlist-item a:hover
{
    color: #390;
    border-left: 3px solid #390;
    border-right: 3px solid #390;
}

.systemlist-item img
{
    text-align: center;
    border:none;
}

.systemlist-item p
{
    padding-left: 18px;
    font-size: 9px;
    background: url(../Images/images.png) top left no-repeat;
    background-position: 0 -516px;
}

/*** Website wrapper Div ***/
#wrapper
{
    margin: 0 auto;
    padding: 42px 0px 10px;
    width: 960px;
    background-color: #FFF;
    position: relative;
}

/*** Header Region ***/
#header
{
    background-color: #3975B1;
    position: relative;
    height: 55px;
    color: #D2DCF3;
}

#header #logo
{
    position: relative;
}

#header #user-login
{
    position: absolute;
    width: 780px;
    top: 6px;
    text-align: right;
    right: 0px;
    padding-right:10px;
}

#header #user-login div, span
{
    color:#333;	
    font-weight: bold;
}

#header #user-login a
{
	color:#FFF;
}

#header #login-form
{
}

#header #login-form .caption
{
    float: right;
    padding: 2px 5px;
    color: #D2DCF3;
}

#header #login-form input
{
    float: right;
    padding: 2px 5px;
}

#header #login-form a
{
    color: #FFF;
    text-decoration: underline;
    float: right;
}

/*** footer region ***/
#footer
{
    clear: both;
    text-align: center;
    border-top:3px solid #333;
    padding:10px;
}

/*** crumb ***/
#crumb
{
    padding: 5px;
    height: 20px;
    line-height: 20px;
    background-color: #EFEFEF;
    border-bottom: 1px solid #666;
}

#crumb ul
{
    float: left;
    padding-left: 5px;
    position: relative;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#crumb li
{
    float: left;
    padding-left: 6px;
}

/*** wrapper inner ***/
#wrapper .inner
{
    width: 100%;
    min-height: 400px;
}

/*** Clear float ***/
.clear-float
{
    clear: both;
}

/*** Form Style ***/
.form-line
{
    clear: both;
}

.form-caption
{
    text-align: right;
    padding: 5px;
    float: left;
    width: 150px;
}

.form-input
{
    float: left;
    padding: 5px;
    text-align: left;
}

/*** configurator page ***/

/*
#configurator-caption
{
    background-color: #666;
    padding: 5px 15px;
    color: #FFF;
    font-weight: bold;
}
*/

.configurator-caption
{
    background-color: #666;
    padding: 5px 15px;
    color: #FFF;
    font-weight: bold;
}

.configurator-caption span
{
	color:#FFFFFF;
}

.configurator-caption .continue
{
    color: #FF0;
    font-weight: bold;
    font-size: 12px;
    float: right;
    padding-left: 25px;
    padding-right: 5px;
    border-left: 1px solid #AAA;
    background: transparent url(../Images/images.png) no-repeat;
    background-position: -153px -104px;
    display:inline;
}

.configurator-caption a
{
    color:#FFF;
    font-size:12px;
}

#configurator-wrapper
{
    position: relative;
    background-color: #FFFFFF;
    border-bottom: 1px solid #333;
}

#FloatPanel
{
    position: absolute;
    top: 0px;
    left:0px;
    background-color: #EFEFEF;
    width: 145px;
}

#FloatPanel .total-price
{
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0px;
}

#FloatPanel .addto-cart-button
{
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

#FloatPanel .functions li
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#FloatPanel .functions a
{
    float: left;
    display: block;
    width: 48px;
    text-indent: -999px;
    height: 48px;
    overflow: hidden;
    background: url(../Images/images.png) top left no-repeat;
    border-top: 1px solid #AAA;
}

#FloatPanel .functions #print_link
{
	width:49px;
}

#FloatPanel #config-summary
{
    background-position: 0 -196px;
    width: 145px;
    height: 30px;
}
#FloatPanel #config-summary:hover
{
    background-position: 0 -226px;
}

#FloatPanel .functions #config-save a
{
    background-position: 0 -100px;
}
#FloatPanel .functions #config-save a:hover
{
    background-position: 0 -148px;
}
#FloatPanel .functions #config-load a
{
    background-position: -48px -100px;
}
#FloatPanel .functions #config-load a:hover
{
    background-position: -48px -148px;
}
#FloatPanel .functions #config-print a
{
    background-position: -96px -100px;
}
#FloatPanel .functions #config-print a:hover
{
    background-position: -96px -148px;
}

#FloatPanel #stages
{
	margin-top:1px;
	border-top:1pxs solid #AAA;
}

#FloatPanel #stages a
{
    width: 133px;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 6px;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
}

#FloatPanel #stages a:link
{
    font-weight: bold;
    color:#184877;
}

#FloatPanel #stages a:active
{
    font-weight: bold;
}

#FloatPanel #stages a:visited
{
    font-weight: bold;
    color:#184877;
}

#FloatPanel #stages a:hover
{
    font-weight: bold;
}

#FloatPanel #collapse_link
{
    width: 103px;
    display: block;
    font-size: 10px;
    padding: 6px 5px 6px 36px;
    background-color: #FFF;
}

#configurator-main
{
    margin-left: 145px;
    border-left: 1px solid #888;
}

#configurator-systeminfo
{
    width: 510px;
    float: right;
    height: 300px;
}

#system-description-caption
{
    padding: 5px;
    height: 22px;
    font-size: 12px;
    font-weight: bold;
}


#system-description
{
    padding: 10px;
    height: 200px;
    font-size: 11px;
    overflow-y: auto;
    overflow-x: hidden;
}

#system-description ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#system-description li
{
    font-size: 9px;
    line-height: 15px;
}

#system-description li li
{
    padding-left: 18px;
    font-size: 9px;
    background: url(../Images/images.png) top left no-repeat;
    background-position: 0 -516px;
    line-height: 15px;
}

#configurator-image
{
    float: left;
    width: 290px;
    height: 290px;
    padding: 5px;
    text-align:center;
}

#configurator_form 
{
	border-top:3px solid #AAA;
}

#configurator_form .part-category-caption
{
    padding: 3px 10px;
    background-color: #CCC;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    cursor: pointer;
}

#configurator_form .part-category-caption img
{
    padding: 0px 5px;
}

#configurator_form .part-category-caption span
{
    font-weight: normal;
}

#configurator_form .part-list
{
    position: relative;
}

#configurator_form .part-list
{
    padding: 5px;
    height: auto;
    min-height: 90px;
    overflow: visible;
    padding: 10px;
}

#configurator_form .selected_part_image
{
    position: absolute;
    left: 30px;
    top: 10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    padding: 0px;
}

#configurator_form .list-table
{
    position: relative;
    /*width: 100%;*/
    width: 680px;
    float:right;
}


#configurator_form .list-table input
{
    padding-top: 3px;
}

#configurator-main #navigation
{
	clear:both;
    line-height: 40px;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #333;
}

#configurator-main #system-image-list 
{
	height:76px;
	overflow: hidden;
}

#configurator-main #system-image-list a
{
	background-color:#FFF;
	display:block;
	width:100%;
	height:100%;
}


.cart-total
{
	border-top:1px solid #000;
    padding: 15px;
    /*background-color: #99BB55;*/
    background-color: #FFF;
    font-size: 14px;
    font-weight: bold;
}

.cart-total .update-cart
{
    float: right;
    padding-left: 15px;
}

.cart-total .check-out
{
    float: right;
    padding-left: 15px;
}

.cart-item .system-caption
{
	border-top:1px solid #AAA;
	border-bottom:1px solid #AAA;
    background-color: #DDDDDD;
    height: 35px;
    line-height: 35px;
    position: relative;
    font-size: 14px;
}

.cart-item .system-caption .item-name
{
    padding-left: 40px;
    width: 580px;
    overflow: hidden;
    display: block;
    float: left;
}

.cart-item .system-caption .unti-price-n-quantity
{
    display: block;
    float: left;
    width: 200px;
    overflow: hidden;
}

.cart-item .delete-item
{
    left: 10px;
    top: 8px;
    position: absolute;
}

.cart-item .system-details
{
    padding: 20px;
    background-color:#EFEFEF;
}

.cart-item .note
{
    padding: 5px 15px 5px 200px;
    position: relative;
    height: 110px;
    font-weight: bold;
}

.cart-item .note-textbox
{
    position: absolute;
    left: 245px;
    top: 10px;
    width: 600px;
    height: 100px;
    padding: 5px;
}

#checkout-form td, th
{
    padding: 5px;
}

#checkout-form #description
{
    padding: 30px;
}

#checkout-form #pickup-location
{
    padding: 5px 30px;
}

#checkout-form #pickup-location ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#checkout-form #pickup-location li
{
    float: left;
    padding: 5px;
    margin-right: 5px;
    background-color: #DDD;
}

#checkout-form #pickup-location #by-postcode
{
    clear: both;
    padding: 20px;
    border: 1px solid #AAA;
}

#checkout-form #pickup-location #by-map
{
    clear: both;
    padding: 5px;
    border: 1px solid #AAA;
}

#checkout-form #dealer-list
{
    padding: 15px 30px;
}

#checkout-form #details-form
{
    padding: 0px 30px;
}

#checkout-form .form
{
    padding: 15px 0px;
}

.system-portrait
{
    float: left;
    padding: 10px;
    width: 209px;
    margin: 5px;
}

.system-portrait h4
{
    height: 40px;
    overflow: hidden;
    text-align: center;
}

.system-portrait .system-part-list
{
    height: 180px;
    overflow: hidden;
    font-size:11px;
    color:#666;
}

.system-portrait .system-portrait-footer
{
    height: 18px;
    padding: 6px 5px 15px 5px;
    color: #99BB55;
    font-size: 14px;
    font-weight: bold;
}

.system-portrait .system-portrait-footer span
{
    float: left;
}

.system-portrait .system-portrait-footer a
{
    right: 0;
    width: 71px;
    height: 20px;
    background-color: #AAA;
    display: block;
    float: right;
    background: url(../Images/images.png) top left no-repeat;
    background-position: -134px 0;
}

.system-portrait .system-portrait-footer a:hover
{
    background: url(../Images/images.png) top left no-repeat;
    background-position: -134px -22px;
}

#home-slide-adv
{
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
}

#total-price-display
{
	color:#FF0000;
}
