/* 
	Styles for the CAC Mustard Seed online store
	Aaron Wallentine, 2007-2010


 */


/* global defines */

body {
	margin: 0;
	padding-right: 1em;
	font-size: 16px;
}

body, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table, td {
	font-size: 12px;
}


a, a:link {
	color: #2F4F4F;
}

a:visited {
	color: #34003b;
}

a:hover {
	color: #fff;
	background-color: #2f4f4f;
}

a:active {
	color: #f00!important;
}


/* resets */

dl {
	margin: 0.25em 0;
	text-align: right;
	clear: right;
}

dt, dd {
	vertical-align: middle;
	display: inline;
}

dt {
	clear: right;
	font-size: 80%;
}

dd {
	margin-left: 0;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 0.25em;
}



/* helper styles */

.clear {
	clear: both;
}

.msg {
	border: 2px solid #ddd;
	padding: 0.5em;
	margin: 1em;
	font-weight: bold;
	background: #FFF6BF; 
	border-color: #FFD324;
}

.msg.free_order {
	background: #E6EFC2; color: #264409; border-color: #C6D880; 
}

.msg.free_order.bottom {
	margin-left:18em;
	margin-right:8em;
	margin-top:-4.5em;
}




/* helper styles - forms */

legend {
	font-weight: bold;
}

.field label {
	display: block;
	font-weight: bold;
}

.field {
	margin-bottom: 0.5em;
	clear: both;
}

input[type="text"], textarea, 
.text input, .field textarea, .field select {
	font-family: Arial, 'DejaVu Sans', Tahoma, sans-serif;
	color: #3c1900;
	font-size: 1em;
	padding: 2px;
}

 textarea, 
 .text input, .field textarea, .field select {
	width: 20em;
}




.field select {
	width: 12.55em;
}

.field textarea, textarea {
	height: 6em;
}

.extra_info {
	font-size: 85%;
}

.field .extra_info {
	padding-left: 2.5em;
}

input.text:focus, input[type="text"]:focus, 
.text input:focus, textarea:focus, select:focus {
	color: #000;
	border-color: #900;
	background-color: #ffd;
}

.qty label {
	display: inline;
}

.text.qty input {
	width: 4em!important;
	font-weight: bold;
	text-align: right;
}


.actions {
	margin: 0.5em 5%;
	text-align: right;
	float: right;
}

.actions .field {
	float: left;
	clear: none;
	margin: 0 0.25em;
}

.actions .field.reset {
	padding-top: 0.25em;
}

.actions input.submit,
.actions .submit input {
	font-weight: bold;
	font-size: 120%;
}


.options {
	margin-bottom: 0.5em;
}

.option {
	margin-bottom: 0.25em;
	padding-left: 2.3em;
	text-indent: -2.2em;
}

.option label {
	font-weight: normal;
	display: inline;
}

.options h4, .options h5, .options h6 {
	font-size: 1em;
	margin: 0 0.25em;
}






/* layout */

h1 {
	margin: 0;
	position: relative;
	height: 185px;
}
h1 .ir {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../graphics/en-US/mmui/m_seed_header.jpg) top left no-repeat;
}

h1 .subtitle {
	font-size: 60%;
	font-weight: normal;
}


/* top nav */

div#nav1 {
	position: absolute;
	top: 0;
	right: 0;
}

ul#nav_links_1 {
	list-style: none;
	text-transform: lowercase;
	margin: 5px 0;
	margin-top: 15px;
	padding: 0;
	float: right;
}

ul#nav_links_1 li {
	float: left;
}

ul#nav_links_1 a {
	display: block;

	padding: 0 5px;
	margin: 0 5px;
	border: 1px solid #666;
	
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

ul#nav_links_1 a:hover {
	border: 1px solid #666;
	background: #333;
	text-decoration: underline;

	color: #DDD;
}






/* left column nav */

ul#nav_links_2
{
	list-style: none;

	margin: 0;
	padding: 0;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	float: right;
	clear: right;
}

ul#nav_links_2 li{

}

* html ul#nav_links_2 li {
	display: inline; /* KLUDGE for IE 6 and lower */
}


ul#nav_links_2 a {
	display: block;
	width: 14em;
	margin: 3px 0;

	padding-right: 25px;
	height: 25px;
		
	text-align: right;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

ul#nav_links_2 a:hover {
	color: #c00;
	text-decoration: underline;
}

ul#nav_links_2 a#check_basket_link {
	background: url(../graphics/en-US/mmui/basket_icon.gif) right center no-repeat;
}
ul#nav_links_2 a#search_link
{
	background: url(../graphics/en-US/mmui/search_icon.gif) right center no-repeat;
}
ul#nav_links_2 a#checkout_link
{
	background: url(../graphics/en-US/mmui/checkout_arrow_icon.gif) right center no-repeat;
	padding-right: 33px;

}

div#category_links_1 {
	clear: right;
	margin-right: 5px;
}

#category_links_1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	float: right;
}

#category_links_1 ul li {

	float: left;
}

#category_links_1 ul a {
	display: block;
	padding: 5px 9px;

	border: 1px solid #666;	
	border-left: none;
	background: #fc3;	

	color: #222;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#category_links_1 ul a:hover
{
	background-image: url(../graphics/en-US/mmui/topnavlink_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fac200;
	color: #003300;
	border-color:#999;
	text-decoration: underline;

	/*background-color: #f63;*/
}
#category_links_1 ul .first a
{

	border-left: 1px solid #666;	
}









p.basket_summary
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 3px;
	text-align: right;
}


ul#nav_links_3
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#nav_links_3 li
{
	margin: 9px 0;
}

ul#nav_links_3 a
{
	color: #c00;
	font-weight: bold;
}


span.clear
{
	height: 0;
	width: 0;
	clear: both;
}

div#left_col {
	width: 240px;
	white-space: normal!important;
}

div#left_col *
{
	float:none!important;
}

div#category_nav
{
	border-top: 2px solid #005900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}

#category_nav h3
{
	text-align: center;
	margin: 2px;
}

#category_nav ul
{
	list-style: none;
	margin: 0; 
	padding: 0;
	background-color: #f5e39a;
}

#category_nav ul h4
{
	text-align: center;
	margin: 3px 5px;
	font-size: 18px;
	font-weight:bolder;
	border-bottom: 2px solid #005900;
	border-top: 2px solid #005900;	
	color: #000;
	background-color:#FFD646;
	margin:0 9px;
}


#category_nav li
{
	display: inline; /* IE kludge */
}

#category_nav ul a
{
	display: block;
	/*
	background: url(../graphics/en-US/mmui/category_nav_bg.gif) repeat-x;
	height: 20px;
	*/
	padding: 3px;
	margin: 0 9px;
	border-bottom: 1px dotted #888;
	text-align: left;
	font-weight: bold;
	text-decoration:none;
}

#category_nav ul a:hover {
	background: url(../graphics/en-US/mmui/category_nav_hover_bg.gif) repeat-x;
	color: #900;
}

#category_nav li.odd a
{
	background-color: #fed956;
}






label.audio_sample
{
	display: block;
	background: url(../sound07.gif) no-repeat left center;
	padding: 9px 0 11px 37px;
	font-size: 85%;
}

.audio_sample a
{
	font-size: 120%;
	font-weight: bold;
}

div#footer
{
	border-top: 3px solid #003300;
	padding-bottom: 1em;
	padding-top: 5px;
}

p.copyright
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}





/* rg2 templates*/

.rg2 form {
	margin: 0;
}

.rg2 h4 {
	font-size: 14px;
}

.rg2 label {
	font-size: 12px;
}

.rg2 .text input, .rg2 textarea, .rg2 select {
	width: 20em;
}

.rg2 textarea {
	height: 6em;
}

.category {
	font-size: 12px!important;
}

.rg2 .product ul {
	/* overflow: hidden; */
	list-style-position: inside;
	/* zoom: 1;  */
}


.attribute label b, .attribute .options h5 b {
	color: #500;
	font-style: italic;
	/* font-variant: small-caps; */
}

.attributes .option label b {
	color: inherit;
	font-style: inherit;
}

.prod_add .field {
	text-align: right;
}


.prod_add dd {	
	white-space: nowrap;
}

.product .submit input {
	font-weight: bold;
}



.product .basket_controls {
	float: right;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	border: 1px dotted #666;
	background-color: #ffd;
}

	/* this keeps IE6 etc from trying (badly) to render the dotted border */
* html .product .basket_controls {
	border: 1px solid #999;
}


.product .basket_controls_innertube {
	padding: 0.5em 1em;
	padding-bottom: 0.5em;
}












/* rg2 category template */

.category .cat_name {
	margin: 0.25em 0;
}

.category .cat_image {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.category .cat_image img {
	border: 1px solid #999;
	padding: 3px;
	background-color: #fff;
}


.category .cat_desc {
	font-size: 14px;
	line-height: 150%;
}


.category .prod_name {
	margin-bottom: 0.5em;
}

.category .products {
	border-top: 2px solid #600;
	border-bottom: 2px solid #600;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	clear: left;
	background-color: #ffe;
	
}

.category .product {
	margin: 0;
	padding: 0.5em;
	clear: both;
}

.category .product .prod_info {
	clear: left;
	/*
	float: left; */
}


.category .product .prod_thumb {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.category .product .prod_thumb img {
	border: 1px solid #999;
	padding: 2px;
}

.product .prod_name {
	float: left;
	margin-top: 0;
	min-width: 40%; /* mostly for opera to avoid compressing against another left-floated item */
}


.category .product .submit input {
	font-size: 80%;
}

.category .product .add_controls {
	float: right;
	width: 32em;
}

.category .product .attributes {
	float: right;
	width: 21em;
}

.category .product .prod_add {
	float: right;
	width: 10em;
}

.category .donation {
	text-align: right;
}











/* rg2 category template - "new" tabled version */

.category .products th, .category .products td {
	padding: 0.5em;
	float: none!important;
}

.category .products td.product {
	padding-right: 0;
	/* min-width: 75%; */
}

.category .products td.prod_add, th.prod_add {
	width: 12em;
	max-width: 20%;
	padding-left: 0;
}





/* rg2 category template - old tabled version */

.category.rg2 table.cat_prod_list {
	margin-bottom: 1em;
	border-bottom: 1px solid #600;
	border-top: 1px solid #600;
	font-size: 12px;
}

.category.rg2 table.cat_prod_list th, 
.category.rg2 table.cat_prod_list td {
	padding: 5px;
}

.category.rg2 table.cat_prod_list th {
	font-weight: bold;
	color: #eee;
	background-color: #900;
}

.rg2 .cat_prod_list .attributes {
	float: right;
	width: 21em;
}

.rg2 table td.price {
	font-weight: bold;
	text-align: right;
}







/* rg2 product page template */


.rg2_prod .product {
	font-size: -1; 
	margin-right: 1em; 
	border: 2px solid #660033; 
	background-color: #f5e39a;
}

.product .prod_body {
	clear: left;
}

.product .prod_image {
	float: left;
	clear: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.IE .product .prod_image {
	margin-top: 1em; /* for IE */
}

.product .prod_image img {
	border: 1px solid #999;
	padding: 2px;
	background-color: #fff;
}


.rg2_prod .product {
	font-size: 14px;
}

.rg2_prod h3 {
/*	font-size: 18px; */
}

.rg2_prod .prod_desc {
	line-height: 20px;
}


.rg2_prod .product_inner {
	padding: 1em;
}

.rg2_prod .product .attributes {
	
}

.rg2_prod .prodname {
	margin-top: 0;
}


.rg2_prod .prod_info {
	font-size: 12px;
	margin: 1em 0;
}

.rg2_prod .prod_info.top {
	padding-left: 1em;
	padding-bottom: 1em;
	border-left: 1px dotted #666;
	border-bottom: 1px dotted #666;
	float: right;
}

.rg2_prod .attributes.custom {
	border-top: 1px dotted #666;
	padding: 0.5em 0;
}




/* special styles for vanessa only applying to the RG category */

.category.RGS .products, .category.RG2 .products {
	/* border-top: none; */
}



