/* HTML TAGS */

html {
    overflow-y: scroll;
}

body {
	background: url(/static/img/pfbg.png) repeat-x;
	font-family: arial, "lucida console", sans-serif;
}

.wrapper {
	font-family: arial, "lucida console", sans-serif;
}

form {
	display: inline;
}

b.error {
	color: #C80815;
	display: block;
	font-size: 14px;
	padding-bottom: 2px;
}

b.success {
	color: #b2d281;
	display: block;
	font-size: 14px;
	padding-bottom: 2px;
}

h1 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

hr {
	border: 1px solid #000;
}

input.login {
	font-size: 16px;
	margin: 1px;
}

a.create_account {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	background-color: #b2d281;
	border: 3px solid #7aa13d;
	color: #1b5790;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

a.create_account:hover {
	background-color: #eee;
	border: 3px solid #999;
}

/* WRAPPER TAG */

.wrapper {
	margin: 0 auto 0;
	position: relative;
	width: 900px;
}

/* HEADER */

.header {
	text-align: left;
	width: 100%;
}

.header_content {
	padding: 10px 0px 5px 0px;
}

/* MAIN CONTENT */

.main_user {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	border: 1px solid #000;
	margin: 0 0 0 0;
	width: 100%;
}

.main_user, .main_content {
	background-color: #fff;
	text-align: left;
}

.front_ad {
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;

	background-color: #000;
	background-image: url(/static/img/ad_bg.png);
	background-repeat: repeat-x;
	border-bottom: 10px solid #222;
	height:275px;
	width:100%;
}

td.left_content, td.right_content {
	height: 500px;
	min-height: 100%;
	padding: 10px;
	vertical-align: top;
	
}

td.left_content {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
    
	text-align: justify;
	width: 700px;
}

td.right_content {	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
    
	background-color: #fffeeb;
	border-left: 1px solid #d9b17e;
	font-size: 12px;
	width: 200px;
}

a.right_link {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

a.right_link:hover {
	color: #7EA6B2;
}

a.more_info {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a.more_info:hover {
	color: #7EA6B2;
}

a.on_web {
	color: #1b5790;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.on_web:hover {
	color: #7EA6B2;
}

.nav_sep {
	color: #666;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

td.form_prompt {
	text-align: right;
}

.form_prompt {
	font-weight: bold;
}

table.delivery_options {
	width: 100%;
}

table.main_layout {
	font-size: 12px;
	height: 100%;
	width: 100%;
}

.text_big {
    border-bottom: 2px solid #d9b17e;
	color: #333;
	font-size: 16px;
    font-weight: bold;
	padding-bottom: 2px;
}

table.add_item {	
	background-color: #b2d281;
	border: 2px solid #7aa13d;
	font-size: 12px;
	padding: 5px;
	width: 100%;
}

.add_advanced {
	background-color: #fffeeb;
	border: 1px dashed #000;
	font-size: 11px;
	padding: 10px;
	margin: 5px 0px 0px 0px;
}

td.add_select {
	padding: 6px;
	vertical-align: top;
	width: 0%;
}

td.add_data {
	padding: 6px;
	vertical-align: top;
	width: 100%;
}

.sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
.sortable li span { position: absolute; margin-left: -1.3em; }

.submit_big {
	font-size: 20px;
}

a.add_options {
	color: #333;
	font-size: 10px;
	text-decoration: none;
}

a.add_options:hover {
	color: #fff;
}

/* FOOTER */

.footer {
	color: #fff;
	width: 100%;
}

.footer_content {
	font-size: 11px;
}

table.footer_navigation {
	width: 100%;
}

a.footer_link {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

a.footer_link:hover {
	color: #7EA6B2;
}

.copyright {
	color: #333;
	font-weight: bold;
	padding: 10px;
}