BODY {
	background-color: #FFFFFF;
}

BODY,TD {
	font-family: Verdana, Arial;
	font-size: x-small;
}

.CONTENT {
	background-color: #FFFFFF; 
	font-family: Verdana, Arial; 
	font-size: 12px; 

}
.headerleft {
	background-image: url(http://www.windjammermedia.com/.composer/images/windjammer_logo.jpg);
}

.menubg {
	background-color: #ccc;
}

.modulebg {
	background-color: #E2E2E2;
}

h1 {
	background-color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 12px; 
	color: #000000;
	text-align: center;
} 

.composer {
	background-color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 9px; 
	color: #999999;
	text-align: center;
	text-decoration: none;
}


.white {
	background-color: #FFFFFF; 
}

a:link { 
	text-decoration: none; 
	color: #323296
}

a:visited { 
	text-decoration: none; 
	color: #999999;
}

a:active { 
	text-decoration: none; 
	color: #CC3333;
}

a:hover { 
	text-decoration: none;
	color: #999999;
}

/*
 *  Webshop module classes
 */
 
div.webshop_information h1 {
	font-size: xx-small; 
}

div.webshop_information p {
	margin: 5 10px;
	
}

ul.webshop_category_list_detailed, 
ul.webshop_pages_list, 
ul.webshop_object_small_list, 
ul.webshop_object_list, 
ul.webshop_category_list {
	margin: 0px;
	padding:0px;
	list-style: none;
}

div.webshop_category_description {
	font-size: xx-small;
}

ul.webshop_pages_list li {
	float: left;
	padding: 0 2px;
	font-size: xx-small;
	font-weight: bold;
}

div.webshop_category_name {
	font-size: xx-small;
	font-weight: bold;
}

div.webshop_category_description {
	font-size: xx-small;
	margin-bottom: 10px;
}

div.webshop_object_list_name {
	font-size: xx-small;
	font-weight:bold;
}

div.webshop_object_price {
	font-size: xx-small;
}


ul.webshop_object_small_list li {
	margin-bottom: 5px;
}
ul.webshop_object_small_list li * {
	display: inline
}

ul.webshop_object_list li div.webshop_object_image {
	float: left;
}
div.webshop_object_summary {
	font-size: xx-small;
	margin-bottom: 5px;
}

div.webshop_object_name {
	font-size: xx-small;
	font-weight: bold;
}

div.webshop_object_description {
	font-size: xx-small;
}

table.webshop_cart tr td {
	font-size: xx-small;
}

a.webshop_cart_link_remove {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

tr.webshop_cart_head td {
	font-weight: bold;
}


.webshop_order_form_error input,
.webshop_order_form_error select {
	background-color: #faa;
	font-weight:bold;
}
.webshop_order_form_error * .webshop_order_form_label:before {
	content: "*";
}

.webshop_checkout_path{
	font-weight:bold;
	font-size: xx-small;
	margin-bottom: 8px;
}
a.webshop_link {
	color: #5d6492;
	font-size: xx-small;
	font-weight:bold;
}

select,
input {
	font-size: xx-small;
	border: 1px solid #5d6492;
}

.webshop_form_actions {
	float:left;
	clear:both;
	margin-top: 8px;
}
.webshop_form_actions input {
	margin: 2px;
}
input.webshop_form_primary {
	float: left;
	background-color: #efe;
	border: 1px solid #afa;
}

input.webshop_form_secondary {
	float: right;
	background-color: #fee;
	border: 1px solid #faa;
}

div.webshop_information {
	border: 1px dotted #903;
	padding: 2px;
	margin: 5 2px;
}

form {
	margin:0px;
	padding:0px;
}
 
	margin: 5 2px;
}

form {
	margin:0px;
	padding:0px;
}
 
td.modulebg
{
	vertical-align: top;
}