/* Success v2k5 CSS */

* {
	padding: 0;
	margin: 0;
	}

body {
	margin: 10px auto;
	width: 800px;
	font-family: Verdana, Tahoma, Lucida Grande;
	font-size: 11px;
	background: #666;
	}
	
img {
	border: 0;
	}

p {
	padding: 0 0 1em 0;
	}

h1 {
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Verdana;
	line-height: 110%;
	}
	
h2 {
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
	font-size: 14px;
	font-weight: bold;
	}

h3 {
	padding-bottom: 4px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	}

h4 {
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	}

input.button {
	font-size: 11px;
	}
	
.hr {
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	border-bottom: 1px solid #ccc;
	clear: left;
	}

.clear, .clear_left, .clear_right {
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	}

.clear {
	clear: both;
	}

.clear_left {
	clear: left;
	}

.clear_right {
	clear: right;
	}

.gray {
	color: #666;
}

#site {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #fff;
	}


/*************** HEADER ***************/

#header {
	background: url("images/header_bg.jpg") repeat-x;
	}

#header #logged_in {
	float: right;
	margin-top: 18px;
	margin-right: 8px;
	}

#header #shopping_cart {
	float: right;
	margin-top: 18px;
	margin-right: 16px;
	}

#header .header_box {
	float: left;
	padding: 5px 8px;
	background: #fff;
	font-size: 10px;
	line-height: 150%;
	border: 1px solid #ccc;
	}

#header .header_box .user {
	padding-left: 15px;
	font-weight: bold;
	background: url('images/user_icon.gif') no-repeat 0 1px;
	}

#header .header_box .cart {
	padding-left: 17px;
	font-weight: bold;
	color: #c00;
	background: url('images/shopping_cart.gif') no-repeat 0 1px;
	}


/*************** SUB-HEADER ***************/

#subheader {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#subheader td {
	padding: 6px;
	font-size: 10px;
	background: url("images/navbar_bg.jpg") repeat-x;
	color: #fff;
	}

#subheader .tab {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	color: #fff;
	}

#subheader .open {
	text-align: right;
	}

#subheader .shopping_cart {
	line-height: 130%;
	}

#subheader .shopping_cart a {
	color: #ff0;
	font-size: 12px;
	font-weight: bold;
	}

#subheader .shopping_cart a:hover {
	color: #fff;
	}

#subheader a {
	padding: 6px 0;
	color: #fff;
	text-decoration: none;
	}

#subheader a:hover {
	color: #ff0;
	}

#subheader a.current {
	color: #ff0;
	}


/*************** BREADCRUMBS ***************/

#breadcrumbs {
	padding: 5px 8px 4px 8px;
	background: #05487F;
	color: #fff;
	font-size: 10px;
	border-bottom: 2px solid #345B96;
	}

#breadcrumbs a {
	color: #fff;
	}

#breadcrumbs a:hover {
	color: #ff0;
	}


/*************** BODY ***************/

#body {
	position: relative;
	margin: 20px;
	}

#body a {
	color: #014DA3;
	}

#body a:hover, #body a:visited {
	color: #437EC0;
	}

#body a.reverse {
	text-decoration: none;
	}

#body a:hover.reverse {
	text-decoration: underline;
	}


/*************** LEFT COLUMN ***************/

#left_column {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	}


/*************** RIGHT COLUMN ***************/

#right_column {
	float: left;
	}


/*************** FOOTER ***************/

#footer {
	margin-top: 20px;
	padding: 10px;
	background: #224E99;
	color: #fff;
	text-align: center;
	clear: both;
	border-top: 2px solid #134;
	}

#footer a {
	color: #fff;
	}

#footer a:hover {
	color: #ff0;
	}


/*************** ERROR ***************/

#error {
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
	background-color: #fdd;
	border: 1px solid #ccc;
	clear: both;
}

#error h3 {
	text-align: left;
	font-weight: bold;
	padding: 4px 10px;
	margin: 0;
	font-size: 12px;
	color: #fff;
	background: #c00;
}

#error p {
	color: #333;
	margin: 0;
	padding: 5px;
}

#error ul {
	margin: 0;
	padding: 10px 0 10px 30px;
}

#error li {
	padding: 4px 15px 4px 0;
	font-size: 12px;
	list-style: square;
}

#message {
	padding: .5em .7em;
	margin-bottom: 20px;
	line-height: 120%;
	font-size: 14px;
	font-weight: bold;
	color: #360;
	background: #cf9;
	border: 3px solid #9c6;
	clear: both;
}


/*************** EDIT FORM ***************/

.form {
	border: 0;
	}

.form td {
	white-space: nowrap;
	}

.form td.label {
	padding: 10px 15px;
	margin: 1px;
	background: #ccc;
	font-size: 13px;
	}

.form td.field {
	padding: 10px 15px;
	margin: 0;
	background: #eee;
	}

.form tr.req_field .label {
	background: #f99;
	}

.form tr.req_field .field {
	background: #fcc;
	}


/*************** MISC ***************/

.table_borders {
	float: left;
	margin-bottom: 20px;
	background: #999;
	}
	
	
