
div.agreement
{
 height:100px;
 width:400px;

 margin-top:10px;
 padding:5px;
 overflow:auto;
 border: 1px solid #000000;

}
@font-face {
  font-family: "Bernhard";
  src: url(/static/fonts/BNHRDMOB.TTF) format("truetype");
}

@font-face {
  font-family: "Georgia";
  src: url(/static/fonts/georgiab.ttf) format("truetype");
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 22px;
	font-weight: normal;
}

a {
	color: #0066cc;
}

/*-----------------------------------DESIGN----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

p.cart_total
{
 font-size:20px;
 color: #660000;
 text-align:right;
 font-weight:bold;
 padding-top: 20px;
 padding-right : 5%;
}

#span_cart_total
{
 font-size:20px;
 color: #660000;
 font-weight:bold;
}




body {
	background: url('/static/img/curtain.png') repeat-x;
	margin: 0;
	padding: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
}

#content_container {
	padding: 10px;
}

#content_area {
	margin-left: 116px;
	margin-right: 116px;
	z-index: 10;
}

#internal_content_area {
	background-color: #ffffff;
	margin: 0px;
}

#content_area_upper_space {
	height: 10px;
	border: solid 1px #fff;
	background-color: #ffffff;
}

#content_area_lower_space {
	height: 10px;
	border: solid 1px #fff;
	background-color: #ffffff;
}

#top_banner {
	position: relative;
	z-index: 10;
	height: 75px;
	background: url('/static/img/right_banner_part.png') no-repeat top right;
	background-color: #000;
	margin-left: 10px;
	margin-right: 10px;
}

.invisible {
	display: none;
}

#top_header {
	background: url('/static/img/slogan.png') no-repeat;
	float: left;
	width: 189px;
	height: 51px;
	margin-top: 10px;
	margin-left: 10px;
}

#main_menu {
	margin: 12px;
}

.menu_body {
	float: left;
}

#search_pane {
	background: url('/static/img/search_pane.png') no-repeat;
	width: 216px;
	height: 38px;	
	margin: 0px;
	text-align: left;
	float: right;
}

input {
	border: 1px solid #888;	
}

textarea {
	border: 1px solid #888;		
	width: 400px;
}

select {
	border: 1px solid #888;		
}


#search_field {
	width: 196px;
	margin-left: 10px;
	text-align: left;
	margin-top: 10px;
	border: 1px solid #ffffff;
}

#search_button {
	margin-top: 8px;
	float: right;
	border: none;
}

.menu_body a {
	text-decoration: none;
	font-family: Bernhard;
	font-size: 16pt;
	color: #ffffff;
}

.menu_bullet {
	margin-left: 8px;
	margin-bottom: 4px;
	margin-right: 8px;

}

#content {
	padding: 10px;
}

h2,h3,h4,h5,h6 {
	font-family: Georgia;
	color: #660000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#shopping_cart {
	background: url('/static/img/sc_middle.png') repeat-y;
	width: 245px;
	text-align: left;
	margin-bottom: 10px;
}

#shopping_cart_top {
	background: url('/static/img/sc_top.png') no-repeat;
	height: 5px;
}

#shopping_cart_bottom {
	background: url('/static/img/sc_bottom.png') no-repeat;
	height: 5px;
}

#shopping_cart_content {
	padding: 10px;
}

#user_menu {
	width: 245px;
	text-align: left;
	margin-bottom: 10px;
}

.side_menu_top {
	background: url('/static/img/side_menu_top.png') no-repeat;
	height: 8px;
	font-size: 0;
}

.side_menu_bottom {
	background: url('/static/img/side_menu_bottom.png') no-repeat;
	height: 8px;
	font-size: 0;
}

.side_menu_content {
    
	border-right: solid 1px #6a241c;
	border-left: solid 1px #6a241c;
	padding-left: 12px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
}

#admin_menu {
	width: 245px;
	text-align: left;
	margin-bottom: 10px;
}

#week_composer {
	width: 245px;
	text-align: left;
	margin-bottom: 10px;
}

#week_composer h2 {
	color: #6a241c;
	font-size: 12pt;
	font-weight: bold;
	font-family: Georgia;
	margin-bottom: 10px;
}

#week_composer #week_photo {
/*	height: 160px;
	width: 120px; */
	float: left;	
}

#week_composer #week_description {
	/*float: left; */
}

#week_composer #end_week {
	clear: both;
}

#footer {
	font-family: Arial;
	font-size: 11px;
	margin: 10px;
}

#footer a {
	text-decoration: none;
}

.side_menu_content ul {
	list-style-image: url('/static/img/side_menu_bullet.png');
	padding-left: 20px;
}

.side_menu_content a {
	color: #70310e;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

#login_logged {
	font-size: 30px;
	color: #ffffff;
	text-align: right;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 150px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 4px;
}

#login_logged * {
	padding: 0;
	margin: 0;
}

#login_logged a {
	color: #ffa800;
}

.ok_message {
	background: url('/static/img/icons/ok.png') no-repeat;
	padding-left: 40px;
	vertical-align: middle;	
	height: 33px;
	margin: 33px;
	margin-left: 0px;
	font-size: 20px;
	padding-top: 7px;
	color: #00a33d;
	font-family: "Arial";
}

.ok_message b {
	font-size: 20px;
}

.error_message {
	background: url('/static/img/icons/error.png') no-repeat;
	padding-left: 40px;
	vertical-align: middle;	
	height: 33px;
	margin: 33px;
	margin-left: 0px;
	font-size: 20px;
	padding-top: 5px;
	color: #f00;
	font-family: "Arial";
}

.error_message b {
	font-size: 20px;
}

.notice_message {
	background: url('/static/img/icons/notice.png') no-repeat;
	padding-left: 40px;
	vertical-align: middle;	
	height: 33px;
	margin: 33px;
	margin-left: 0px;
	font-size: 20px;
	padding-top: 5px;
	color: #fcf900;
	font-family: "Arial";
}

.notice_message b {
	font-size: 20px;
}

.required_field_label {
	margin-top: 5px;
	font-weight: bold;
	padding-right: 1em;
}

.field_label {
	margin-top: 5px;
	padding-right: 1em;
}

.constant_field_label {
	margin-top: 5px;
	padding-right: 1em;
	color: #555;
}

#login_submit {
	border: none;
	height: 17px;
}

#login_submit_form {
	border: none;
	margin-top: 10px;
}

.white_label {
	color: #ffffff;
	font-weight: bold;
}

.message_para {
	margin-top: 1em;
}

.button {
	border: none;
	margin-top: 10px;
}

#member_summary {
	padding: 1em;
	background-color: #f1faff;
	line-height: 2em;
}

#avatar_area {
	background-color: #f1faff;
}

.std_table {
	border : 0px;
	width: 90%;
	margin-left: 5%; 
	background-color: #ffffff;
}

.std_table th {
	background-color: #ffffff;
	padding: 5px;
}

#member_information {
	margin-top: 20px;
}

#member_information td#bio {
	padding-left: 20px;
	padding-right: 20px;
}

#member_information td#portfolio {
	padding-right: 20px;	
}


#member_information h2#composer_name,h3.composer_info {
	font-family: "Arial";
	font-weight: normal;
	font-size: 32px;
	margin-top: 0px;
}

#member_information h3.composer_info {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#portfolio {
}

.portfolio_files {
	border-top: 1px dotted #ccc;
	width: 100%;
}



.portfolio_files tr {
	height: 30px;
}

.html_info {
	font-style: italic;
}

.avatar_metrics {
	width: 120px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#file_load {
	width: 400px;
}

#file_load i {
	color: #888;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	font-family: "Arial";
	margin-bottom: 10px;
	margin-top: 20px;
}

.wysiwyg_area {
	width: 400px;
	height: 100px;
}

.note {
	color: #888;
}

.field_error {
	color: #f00;
}

.html_info {
	font-style: normal;
	padding: 5px;
}

.html_info ol {
	margin-left: 30px;
}

.classified_category,b.product_quality{
 font-size: 16px;
 text-decoration:none;
 color : #0066cc;
 font-style: normal;
 font-weight: normal;  
}

.cls_title{
 font-size: 20px;
 font-weight: bold;
 text-decoration:none;
}

.classified_div {
    border-top: 1px dotted #660000;
	width: 90%;
	margin-left: 5%;
}

.product_div{
    border-top: 1px dotted #660000;
	width: 100%;
	font-size: 0px;	
}

.paging_select_page {
    font-size: 14px; 
    font-weight: bold;           
    text-decoration: none; 
    background-color: #ffa800;
    color: #ffffff;  
    margin-left: 5px;
    margin-right: 5px;
}

.paging{
    font-size: 14px; 
    font-weight: bold;           
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px; 
}

.ad_search_field {
	width: 250px;
	height: 20px;	
	text-align: left;
}

#ad_search_button {	
	float: left;
	border: none;
}

.post_title{
    font-family: Georgia;
	color: #660000;	
	margin-left: 5%;	
    font-size: 24px;
	font-weight: normal;
}

.member_name{
   font-family: Georgia;
   color: #0066cc;
   margin-left:10px;
   font-size: 22px;
   font-weight: normal;
   text-decoration: none;
}

.add_file{
   color: #000000;   
   font-size: 16px;
   font-weight: bold;
}

.product_info{
    font-family: "Arial";
	font-weight: bold;
	font-size: 14px;	
}


b.price_info{
    font-family: Georgia;
	color: #660000;
	font-size: 18px;
	font-weight: normal;
	text-align : center;
}

b.price{
    font-family: Georgia;
	color: #660000;
	font-size: 20px;
	font-weight: bold;
}

a.related_product{
   font-style : italic;
   text-decoration: none;
   font-size: 16px;
   text-decoration:none;
   color : #0066cc;   
}

.formLabel { 
     margin-top:5px; 
}
.required { 
     font-weight:bold;
     margin-top: 5px; 
}
.form_content {
     margin-left: 5%;
}
.error {	
    color: #f00;
    margin-top: 5px;
}

span.cart_delivery_option{
   color : #77ab1c;
   font-weight : bold;
}

.cart_product_name{
   color : #0066cc;
   font-weight:bold;
   font-size: 16px;
}

.cart_member_name{
   font-size: 16px;
}

tr.cart_product_files_header{
   background-color : #f2f2f2;
   height : 20px;
}

.cart_product_div{
   border-top: 1px solid #f2f2f2;
   width: 100%;
   font-size: 0px;
   margin-top : 5px;
   margin-bottom: 5px;	   
}

td.cart_product_name{
   width : 60%;
   text-align : left;
}

td.cart_product_delete{
   width : 5%;
   text-align : right;
}

td.cart_product_price{
   width : 10%;
   text-align : center;
}

#header_rounding_container {
	background-color: #ffffff; 
	height: 12px; 
	margin: 0;
	padding: 0;
	margin-left: 129px; 
	margin-right: 129px;
	position: relative;
	font-size: 0px; 	
}

#header_left_rounding {
	margin: 0;
	padding: 0;
	margin-left: -13px; 
	background: url('/static/img/top_left_white_rounded_corner.gif') no-repeat top left; 
	width: 13px; 
	height: 12px;
	float: left;
	position: relative;
	font-size: 0px; 	
}

#header_right_rounding {
	margin-right: -13px; 
	background: url('/static/img/top_right_white_rounded_corner.gif') no-repeat top left; 
	height: 12px; 
	width: 13px; 
	float: right;
	position: relative;
	font-size: 0px; 	
}

#footer_rounding_container {
	background-color: #ffffff; 
	height: 12px;
	font-size: 0px; 
	margin-left: 129px; 
	margin-right: 129px;
	position: relative;
}

#footer_left_rounding {
	margin-left: -13px; 
	background: url('/static/img/bottom_left_white_rounded_corner.gif') no-repeat; 
	font-size: 0px; 
	height: 12px; 
	width: 13px; 
	float: left;
	position: relative;
}

#footer_right_rounding {
	margin-right: -13px; 
	font-size: 0px; 
	background: url('/static/img/bottom_right_white_rounded_corner.gif') no-repeat; 
	height: 12px; 
	width: 13px; 
	float: right;
	position: relative;

}

#content_left {
}

#content_left #content_right {
	float: right;
	width: 248px;
}

#top_menu_container {
	margin-top: 10px; 
	margin-left: 31px; 
	margin-right: 31px; 
	height: 38px;
	background: url('/static/img/center_menu_part.png') repeat-x;
	position: relative;
}

#top_menu_left {
	margin-left: -21px; 
	background: url('/static/img/left_menu_part.png') no-repeat; 
	width: 21px; 
	height: 38px; 
	float: left;
	position: relative;
}

#top_menu_right {
	margin-right: -21px; 
	background: url('/static/img/right_menu_part.png') no-repeat; 
	width: 21px; 
	height: 38px; 
	float: right;
	position: relative;
}

