body {
    overflow: -moz-scrollbars-vertical;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
h1 {
	color: #005195;
}
h2, h3 {
	color: #666666;
}
a {
	text-decoration: none;
	color: #005195;
	font-weight: bold;
}
a:hover {
	color:#000066;
	text-decoration: underline;
}
#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	padding-top: 20px;
}
#header #header_logo {
	float: left;
}
#header #header_logo img {
	margin: 30px 0px 0px 0px;
}
#header #top_stripe {
	height: 45px;
	background-color: #005195;
	margin-top: 30px;
}
#header #bookmark {
	float: right;
}
#header #logout {
	float: right;
	background-color: #005195;
	padding: 0px 5px 0px 5px;
	line-height: 18px;
}
#header #logout a{
    color: #ffffff;
}
#header #header_information {
	color: #666666;
	margin: 6px 0px 6px 180px;
}

#header #bottom_stripe {
	clear: both;
	height: 10px;
	background-color: #005195;
}

#body {

}
#homepage_content {
    padding-left: 190px;
    padding-right: 285px;
}
#body #left {
	float: left;
	width: 184px;
	margin-right: 5px;
}
#body #left.subpage {
	margin-right: 0px;
}

#body #left #spacer{
	height: 40px;
	background-color: #005195;
}
#body #left #login_header,
#body #left #menu_option_header,
#body #left #viewed_products_header
 {
	background-color: #537295;
	border-bottom: solid 3px #9AAFC7;
	padding: 5px 3px 5px 6px;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
}
#body #left #login_form {
	margin: 0em 0em 1em;
	padding: 5px 5px 5px 5px;
	background-color: #F5F5F5;
}
#body #left #login_form input{
	width: 170px;
}
#body #left #login_form p.error{
	font-weight: bold;
	font-size: 90%;
	color:#FF0000;
}
#body #left #login_form ul,
#body #left #login_form li{
	list-style:none;
	margin-left: 0px;
	padding: 3px 3px 3px 3px;
	font-size: 90%;
}
#body #right {
	float: right;
	width: 280px;
	margin-left: 5px;
	background-image: url(../images/vertical_dots.jpg);
	background-repeat: repeat-y;
}
#body #right p {
	margin: 10px 10px 10px 33px;
}
#news_feature img{
	margin-left: 5px;
	float:left;
}
#news_feature h1 {
	padding-top: 5px;
	margin-left: 33px;
	font-size: 100%;
}
#body #right #news_feature h2 {
	color: #999900;
	font-size: 100%;
}
#body #right h2 {
	margin: 10px 10px 10px 33px;
	color: #A4A4A4;
	font-size: 140%;
	font-weight: bold;
}
#body #body_content h1{
	margin-top: 0px;
	padding-top: 5px;
}
#footer_spacer {
	clear:both;
	height: 5px;
}
#footer {
	clear: both;
	margin-top: 5px;
	padding-top: 10px;
	border-top: 3px solid #005195;
	margin-botton: 30px;
}
#footer #footer_information {
	width: 600px;
	float: left;
}
#footer #footer_logo {
	width: 200px;
	float: right;
	text-align: right;
}

#frmregister label{
    text-align: right;
    padding-left: 40px;
    padding-right: 10px;
    width: 140px;
    display: block;
    float: left;
}
#frmregister input, #frmregister select {
    width: 250px;
}
#frmregister .buttons {
    text-align: center;
}

label {
    font-weight: bold;
}

p.error {
    font-size: 130%;
    font-weight: bold;
    color: #ff0000;
}

#body #left #menu_options ul{
	list-style:none;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 90%;
}
#body #left #menu_options li{
    border: 1px solid #DBE4E8;
	list-style:none;
	margin-bottom: 1px;
	margin-top: 1px;
	background-color: #F5F5F5;
}
#body #left #menu_options li:hover{
    border: 1px solid #FFCC00;
    background-color: #FFFFCC;
}
#body #left #menu_options li a{
    display: block;
    line-height: 30px;
}
#body #left #viewed_products_options ul{
	list-style:none;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 90%;
}
#body #left #viewed_products_options li{
    border: 1px solid #DBE4E8;
	list-style:none;
	margin-bottom: 1px;
	margin-top: 1px;
	background-color: #F5F5F5;
}
#body #left #viewed_products_options li:hover{
    border: 1px solid #FFCC00;
    background-color: #FFFFCC;
}
#body #left #viewed_products_options li a{
    padding: 8px 4px 8px 4px;
    display: block;
}

#control_panel {
    height: 177px;
    background-image: url('/images/control_panel_background.jpg');
    text-align: center;
}
#control_panel img{
    margin: 0px 10px 0px 10px;
}
#search_bar {
    height: 55px;
    background-color: #f5f5f5;
    line-height: 55px;
    vertical-align: middle;
}
#search_bar span {
    display: block;
    float: left;
}
#search_bar #intro {
    font-size: 130%;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    width: 280px;
}
#search_bar #keywords {
    width: 386px;
    height: 55px;
    background-image: url('/images/keywords.jpg');
}
#search_bar #keywords input{
    margin-left: 15px;
    margin-top: 19px;
    width: 370px;
    border: 0px;
}

#content_window {
    float: right;
    width: 816px;

}
#inner_content {
    margin: 5px 0px 0px 5px;
}

#search_results table {
    border: solid 1px #9AAFC7;
    margin-bottom: 0px;
}
#search_results td,
#search_results th{
    border: none;
}
td .buttons {
    margin-bottom: 0px;
}
.GridHeading {
	background-color: #DBE4E8;
	border-bottom: solid 3px #9AAFC7;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}
.GridData {
    background-color: #F5F5F5;
    border-bottom: 1px solid #537295;
    Height: 28px;
}
.GridDataRollOver {
    background-color: #FFFFCC;
    border-bottom: 1px solid #FFCC00;
    Height: 28px;
}

#message_panel {
    background-color:#FFFFCC;
    border:2px solid #999999;
    color:#333333;
    font-size:120%;
    min-height:50px;
    padding:4px;
    text-decoration:none;
    vertical-align:middle;
    margin-bottom: 5px;
}

#message_panel img {
display:block;
float:left;
margin-right:10px;
vertical-align:middle;
}

#message_panel img {
display:block;
float:left;
margin-right:10px;
vertical-align:middle;
}

.page_heading {
    padding: 4px 4px 4px 4px;
    background-color: #DBE4E8;
    border-bottom: solid 3px #FFCC00;
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 10px;
}
.page_sub_heading {
    padding: 4px 4px 4px 4px;
    background-color: #DBE4E8;
    border-bottom: solid 3px #FFCC00;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 10px;
}

.data_heading {
    padding: 6px 4px 6px 4px;
    background-color: #F5F5F5;
    font-size: 120%;
    font-weight: bold;
    border-bottom: solid 2px #D1D1D1;
    clear: both;
}
#content table {
    margin-bottom: 0px;
    border: solid 1px #9AAFC7;
}
#content table.no_border {
    border: none;
}
#content td,
#content th{
    border: none;
    padding: 2px 2px 2px 2px;
}

#product_layout table {
    border: solid 1px #9AAFC7;
}
#product_layout table.no_border {
    border: none;
}

#product_layout td,
#product_layout th{
    border: none;
    padding: 0px 0px 0px 0px;
}
.clear {
    clear: both;
}

#product_layout .column {
    width: 400px;
    float: left;
}
#product_layout #column1 {
    margin-right: 11px;
}
#product_layout #column2 {
}

#product_layout .product_data {
    padding: 4px 4px 4px 4px;
}
#product_layout .product_data span.label {
    font-weight: bold;
    display: block;
    width: 200px;
    float: left;
}
#product_layout #main_image {
   text-align: centre;
   border: solid 6px #F5F5F5;
   height: 275px;
   text-align: center;
}
#product_layout #main_image img{
    margin: 5px 5px 5px 5px;
}
#product_layout #internet_links {
    margin-top: 5px;
}
#product_layout #internet_links .buttons {
    text-align: center;
}
#main_image_heading {
    margin-bottom: 0px;
}
.additional_image {
    width: 120px;
    float: left;
    text-align: center;
    margin-right: 13px;
}
.additional_image .image_container{
    border: solid 1px #005195;
    height: 100px;
    vertical-align: middle;
}
.additional_image .image_container img{
    margin: 5px 5px 5px 5px;
    line-height: 100px;
    vertical-align: middle;
    display: inline;
}

#download_content {
   padding-top: 5px;
   float: right;
   width: 811px;
}
#download_content h2{
    font-size: 120%;
}
#catalogue_selection {
    margin-bottom: 10px;
}
#nav_buttons {
    margin-top: 10px;
}
#nav_left {
    text-align: left;
    width: 300px;
    float: left;
}
#nav_right {
    text-align: right;
    width: 300px;
    float: right;
}
.label {
    font-weight: bold;
}
.warning_message {
    font-weight: bold;
    color: #ff0000;
    font-size: 120%;
}
.info_message {
    font-weight: bold;
    color: #005195;
    size: 110%;
}
#download_content .product_data span.label {
    font-weight: bold;
    display: block;
    width: 140px;
    float: left;
}

#account_modules.product_data span.label,
#subscription_details.product_data span.label,
#management_details.product_data span.label{
    font-weight: bold;
    display: block;
    width: 280px;
    float: left;
}
#download_progress {
    text-align: center;
    padding-left: 140px;
    padding-right: 140px;
}

#download_progress img {
    margin-top: 100px;
    margin-bottom: 40px;
}

.control_panel_option {
}
.control_panel_option .buttons {
    text-align: right;
    width: 200px;
    float: right;
}
.control_panel_option .buttons p{
   color: #ff0000;
   font-weight: bold;
   font-size: 120%;
}

#content_controls span {
    display: block;
    float: left;
    width: 190px;
    font-weight: bold;
}
#maintenance {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
#managed_content {
    padding-left: 10px;
}
#small_grids td{
    font-size: 90%;
}

#product_layout .product_uom_data span.label {
    font-weight: bold;
    display: block;
    width: 90px;
    float: left;
    padding: 0px 0px 4px 0px;
}

#product_layout .product_uom_data span.data {
    padding: 0px 0px 4px 0px;
    display: block;
    width: 135px;
    float: left;
}
#product_printer_layout {
   width: 813px;
   margin-left: auto;
   margin-right: auto;
}

#pdf_version {
    font-weight: normal;
    text-align: center;
    padding-top: 5px;
    line-height: 33px;
    height: 33px;
}
#pdf_version a{
    color: #ff0000;
}
#pdf_version img{
    display: inline;
    vertical-align: middle;
}
.green_product {
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    font-size: 120%;
    font-weight: bold;
    color: #006633;
}
.green_product img{
    display: inline;
    vertical-align: middle;
}
#content #search_options td {
    padding: 5px;
}
.ecolink, .ecolink:hover {
    font-size: 120%;
    font-weight: bold;
    color: #006633;
}
.noecolink, .noecolink:hover {
    font-size: 120%;
    font-weight: bold;
}
#sponsor {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.refine_link, .refine_link_bold {
    font-weight: normal;
    margin-right: 10px;
    vertical-align: top;
    line-height: 20px;
}
.refine_link_bold {
    font-weight: bold;
}
.GridHeading input {
    border: 0px;
}
#vision_product_information {
    width: 814px;
    margin-left: auto;
    margin-right: auto;
}
#product_information.page_heading {
    font-size: 130%;
}
.internet_link img{
    display: inline;
    vertical-align: middle;
}
.internet_link a{
    color: #ff0000;
}
.return_to_top {
    text-align: right;
    font-size: 130%;
    margin-top: 5px;
}
.return_to_top a{
    color: #ff0000;
}

#data_feed_ip_addresses {
	width: 650px;
}
#data_feed_description {
	width: 640px;
}

#customer_cost_price_list .data_heading {
	margin-top: 5px;
	margin-bottom: 5px;
}
#wholesaler_logos .logo{
	margin: 10px 0px;
}
#wholesaler_logos .logo{
	width: 400px;
	text-align: center; 
	float: left;
	vertical-align: middle;
}
#create_terms_file select{
	width: 150px;
}
#create_terms_file input{
	width: 400px;
}

#terms_container #terms_activity {
	width: 300px; 
	float: right;
}
#terms_container #terms_file_details {
	width: 500px;
}
#terms_container #terms_activity p,
#terms_container #terms_file_details p{
	height: 20px;
	line-height: 20px;
	margin-bottom: 8px;
}
#terms_container #terms_file_details p.buttons{
	text-aling: right; 
	padding-right: 10px;
}
#terms_container #terms_activity label,
#terms_container #terms_file_details label{
	display: block; 
	float: left; 
	width: 125px;
	clear: left;
}
#terms_container #terms_file_details .data_heading{
	clear: left;
}
#terms_container #terms_file_details input {
	width: 360px;
}
#terms_container #terms_file_details #terms_file_vow_standard_discount {
	width:80px;
}

#terms_container #terms_file_transfer_log {
	width: 100%;
	height: 300px;
}

#terms_container #terms_activity button {
	width: 299px;
}
#progress_container	#image_holder {
	padding: 30px;
	text-align: center;
}
#progress_container p {
	text-align: center;
}

.hidden {
	display: none;
}

.cost_price_info {
	font-size: 110%;
	font-weight: bold;
	color: #dd0000;
}
#homepage_content #home-title {
	font-size: 32px;
	color: #EE4037;
	letter-spacing:-2px;
	display: block;
	line-height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000;
	background-color: #F3E9E9;
}
#hp_feat_container .spotlight_heading {
	font-size: 18px;
	color: #FFF;
	background-color: #537295;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 486px;
}
#hp_feat_container {
	background-color: #F5F5F5;
	display: block;
	padding: 10px;
	margin-top: 3px;
	float: left;
	width: 496px;
}
#block #feat_img {
	padding-right: 10px;
	display: block;
	float: left;
	clear: none;
	width: 127px;
}

#hp_feat_container #block {
	background-color: #FFF;
	padding: 10px;
	margin-top: 2px;
	display: block;
	float: left;
	width: 476px;
}
#block .hp_feat_text {
	float: none;
}
#block #spacer {
	clear: both;
	margin: 0px;
	padding: 0px;
	float: left;
}
#block ul {
	float: left;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 358;
}
#block ul li{
	width: 300px;

}
#homepage_content .intro_text {
	font-size: 14px;
	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	padding-right: 8px;
	padding-left: 0px;
	margin: 0px;
}
#blue_featuretext {
	background-color: #537295;
	padding: 10px;
	width: 496px;
	float: left;
}
#blue_featuretext p {
	color: #ffffff;
	font-size: 14px;
}
