﻿/* general */

body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	background: #ccc;
	margin: 0;
	padding: 0;
}

a
{
	color: #db0132;
}

div
{
	margin: 0;
	padding: 0;
	border: 0;
}

div.ErrorMessage span, .ErrorMessage
{
	color: #d00;
	font-size: 1.3em;
	font-weight: bold;
}

input.Error
{
	background-color: #fcc;
}

div#Mask
{
	background-color: #000;
	z-index: 100;
}

div.Modal
{
	z-index: 200px;
}

/* layout */

div.Main
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background: #fff url(images/sidebar_bg.gif) repeat-y;
}

div#HeaderNavigation
{
	width: 950px;
	height: 117px;
	background: #000 url(images/header_bg.gif) repeat-y;
}

div#SideBar
{
	float: left;
	width: 178px;
	background: #fff url(images/sidebar_bg.gif) repeat-y;
}

div#Body
{
	float: left;
	width: 772px;
	background-color: #fff;
}

/* Footer */

#Footer
{
    margin: 20px auto 20px auto;
    text-align: center;
}

#Footer a.First
{
	color: #f00;
}

#Footer a 
{
	color: #fff;
}   

#Footer .Links 
{
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
}

#Footer .Current
{
    color: #f00;
}

div.Outer
{
	margin: 0;
	padding: 0;
	border: 0;
}

div.Inner
{
	margin: 5px;
	padding-bottom: 20px;
}

div#Body div.Inner
{
	margin-top: 2px;
	margin-left:24px;
	margin-right:30px;
	padding-top:15px;
}

/* rules for look and feel */

div#HeaderNavigation
{
	position: relative;
}

div#HeaderNavigation a.HomeLink
{
	position: absolute;
	top: 10px;
	left: 45px;
}

div#HeaderNavigation div.Contact
{
	position: absolute;
	top: 20px;
	left: 540px;
	text-align: right;
}

div#HeaderNavigation div.Contact span.Top
{
	color: #fff;
}

div#HeaderNavigation div.Contact span.Bottom
{
	font-size: 1.5em;
	font-weight: bold;
	color: #ccc;
}

div#HeaderNavigation img.CustomerSupport
{
	position: absolute;
	top: 0;
	left: 810px;
}

div#HeaderNavigation div.Buttons
{
	position: absolute;
	bottom: 6px;
	left: 202px;
	width: 575px;
	height: 24px;
}

div#HeaderNavigation div.Buttons a.Button
{
	display: block;
	float: left;
	width: 107px;
	height: 17px;
	background: #DB0132 url(images/button_header_bg.gif) no-repeat;
	margin-right: 5px;
	text-align: center;
	padding-top: 7px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}

div#HeaderNavigation div.Buttons a.Button.Active,
div#HeaderNavigation div.Buttons a.Button:hover
{
	background: #f5f5f5 url(images/button_header_bg_on.gif) no-repeat;
	color: #DB0132;
}

/*
div#HeaderNavigation div.Buttons a:hover
{
	font-size: 0.9em;
}
*/

div#SideBar div.Box
{
	margin-left: auto;
	margin-right: auto;
	width: 140px;
	padding: 2px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	border: 2px solid #fcfcfc;
}

div#SideBar div.Box h2,
div#SideBar div.Box h3
{
	margin: 0;
	font-size: 0.8em;
	text-transform: uppercase;
}

div#SideBar div.Box p
{
	margin-top: 5px;
	font-size: 0.8em;
	font-weight: bold;
}

div#SideBar div.Buttons
{
	margin-left: auto;
	margin-right: auto;
	width: 130px;
}

div#SideBar div.Buttons a.Button
{
	display: block;
	width: 130px;
	height: 18px;
	background: #f00 url(images/button_sidebar_bg.gif) no-repeat;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 7px;
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
	font-family: Verdana, Sans-Serif;
}

div#SideBar div.Buttons a.Button:hover,
div#SideBar div.Buttons a.Button.Active
{
	background: #f00 url(images/button_sidebar_bg_on.gif) no-repeat;
	color: #DB0132;
}

div#Body div.Inner h1
{
	margin: 0 0 2px 0;
	color: #db0132;
	font-family: Verdana, Sans-Serif;
	font-size: 1.3em;
}

div.Form
{
	margin: 5px 0 20px 0;
}

div.Form div.Header
{
	margin: 0 0 5px 0;
	font-size: 1.2em;
	color: #555;
}

div.Form a.Command
{
	margin-left: 15px;
	border:0;
	color: #db0132;
	text-transform: uppercase;
	font-size: 0.8em;
}

div.Form div.Label
{
	float: left;
	width: 100px;
	font-weight: bold;
	height: 25px;
	text-align: right;
	padding-right: 10px;
}

div.Form div.Value
{
	float: left;
	width: 190px;
	height: 25px;
}

div.Form input.TextBox
{
	width: 180px;
}

/* common elements */

hr
{
	border: 0;
	color: #c5c5c5;
	background-color: #c5c5c5;
	height: 1px;
	width: 100%;
	text-align: left;
}

span.Gray
{
	color: #585858;
}

span.Red
{
	color: #db0132;
}

/* watermark */

span.Watermark
{
	color: #ccc;
}

/* modal */

div.Modal
{
	background-color: #fff;
	min-width: 300px;
}

div.Modal div.Title
{
	background-color: #DB0132;
	color: white;
	padding: 5px;
}

div.Modal div.Title span
{
	font-weight: bold;
}

div.Modal div.Title a.Close
{
	position: absolute;
	top: 3px;
	right: 3px;
	color: White;
}

div.Modal div.Body
{
	background-color: #fff;
	color: #000;
	padding: 10px;
}

select, select option
{
    font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
}

div.Login
{
}

div.Login div.Label
{
	width:85px;
	margin: 3px 3px 0 0;
}

div.Login div.Input
{
	float: left;
	margin: 1px 0 4px 0;	
}

div.Login a.Login
{
	display:block;
	height:25px;
	width:90px;
	background:transparent url(/images/buttons.png) no-repeat scroll 0 -294px;
}

div.Login a.Login span
{
	display: none;
}

a.CheckoutButton
{
	display:block;
	height:24px;
	width:73px;
	background:transparent url(/images/CheckoutButton.png) no-repeat scroll 0 0;
}

a.CheckoutButton span
{
	display: none;
}
