/* 
	Theme Name: LU Graphics (modified Vanilla Cart)
	Theme URL: http://www.shoppingthemes.com/vanillacart/
	Author: Libby Unwin/Lim Cheng Soon
	Version: 0.4
	Tags: two-columns, right-sidebar, fixed-width, white, threaded-comments, sticky-post,theme-options
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v0.1 - 3rd May 2009
		v0.2 - 7th June 2009
		v0.3- 16th June 2009
		v0.4 - 8th September 2009

	Colors:
	Dark brown: #2d1212
	Lightest green: #deefe6
	Light grey green: #d6e7de
	Medium grey green: #9bbeab

*/

body {
	background: url(images/bg_header.png);
	background-repeat: repeat-x;
	/*background-attachment: fixed;*/
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 20px;
	padding: 0px;
	}
	
#wrap {
	background-color: #FFFFFF;
	/*background: url(images/bg_body.png);
	background-repeat: repeat-y;
	border-left: solid 1px #e2d7cf;
	border-right: solid 1px #e2d7cf*/;
	width: 780px;
	margin: 0px auto 0px;
	padding: 0px;

	}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 780px;
	height: 165px;
	margin: 0px auto 0px; 
	padding: 0;
	overflow: hidden;
	background-image: url(images/header_banner.png);
	background-repeat: no-repeat;
	
	/* for IE */
    /*filter:alpha(opacity=40);*/
    /* CSS3 standard */
    /*opacity:0.4;*/
	}

#header h1 {
	color: #2d1212;
	font-size: 30px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #2d1212;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #2d1212;
	text-decoration: none;
	}

/*.headertop {
	width: 780px;
	height: 130px;
	margin-top: 0px;
	}*/

.headerbottom {
	/*width: 780px;*/
	height: auto;
	margin: 134px 0px 0px 0px;
	/*background: #af033f;*/
	text-align: right;
	padding: 0px 30px 10px 20px;
	}

/*.headerleft {
    float:left;
	height:90px;
	width:200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #999;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
.headerright {
    float:right;
	margin: 90px 0 0 0;
	padding: 0px;
	}
*/

/************************************************
*	Navigation      							*
************************************************/

#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: right;
	text-align: right;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	/*float: right;*/
	display: inline;
	text-align: right;
	list-style: none;
	}
	
#nav li a, #nav li a:visited {
	color: #fff;
	/*background-color: #af033f;*/
	display: inline;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}

#nav li a:hover {
	/*background: #9ec5b0;*/
	color: #af033f;
	}
	
#nav li li a, #nav li li a:visited {
	/*background: #9ec5b0;*/
	color: #af033f;
	width: 170px;
	/*color: #fff;*/
	float: none;
	margin: 0px 0px 0px -1px;
	padding: 7px 10px 7px 10px;
	}
	
#nav li li a:hover, #nav li li a:active {
	/*background: #9ec5b0;*/
	color: #af033f;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
/*	width: 180px;
	margin: 0px;
	padding: 0px;*/
	}

#nav li li { 
	}

#nav li ul a { 
	width: 150px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	/*background: #9ec5b0;*/
	color: #af033f;
	}

#nav li ul ul {
/*	margin: -29px 0 0 171px;*/
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a, #nav .current_page_item a:visited {
	/*background: #9ec5b0;*/
	color: #af033f;
	}

#nav .current_page_item a:hover {
	/*background: #9ec5b0;*/
	color: #af033f;
	}

#nav .current_page_item ul li a, #nav .current_page_item ul li a:visited{
	/*background: #9ec5b0;*/
	color: #af033f;
	}

#nav .current_page_item ul li a:hover {
	/*background: #9ec5b0;*/
	color: #af033f;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

.splash { width:780px; padding:30px 30px 0; }
#content {
	width: 780px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 495px;
	margin: 0px;
	padding: 20px 0px 20px 25px;
	}

#contentleft h1 {
	color: #2d1212;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DACBCB;
	}
	
#contentleft h1 a {
	color: #2d1212;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#contentleft h1 a:hover {
	color: #AF033F;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#contentleft h2 {
	color: #2d1212;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DACBCB;
	}

#contentleft h3 {
	color: #2d1212;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DACBCB;
	}
	
#contentleft h4 {
	color: #2d1212;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DACBCB;
	}
	
#contentleft h5 {
	color: #2d1212;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DACBCB;
	}
	
#contentleft h6 {
	color: #2d1212;
	font-size: 8px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DACBCB;
	}	

.portsub {
	color: #2d1212;
	font-size: 14px !important;
	margin: 0px 0px 5px 0px !important;
	padding: 0px 0px 5px 0px !important;
	/*border-bottom: 1px solid #DACBCB;*/
	}

#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
.sticky {
	background: #F7F7F7;
	margin: 0px;
	padding: 10px;
	border: 1px solid #DACBCB;
	}
	
.post {
	margin: 0px 0px 40px 0px;
	}
	
.postarea {
	margin: 0px;
	padding: 0px;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #AF033F;
	text-decoration: none;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #AF033F;
	text-decoration: underline;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow-content.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	}
	
.postarea ul ul li {
	background: url(images/arrow-content.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	}
	
blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #DACBCB;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postmeta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: none;
	border-top: 1px solid #DACBCB;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	}

.singlepostmeta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 30px 0px;
	padding: none;
	border-top: 1px solid #DACBCB;
	}

.singlepostmeta p {
	margin: 0px;
	padding: 0px;
	}

.postauthor {
	text-transform: uppercase;
	font-size: 11px;
	}
	
code {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px solid #DACBCB;
	}
	
.archive {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DACBCB;
	text-align: center;
	background-color: #F7F7F7;
	padding: 4px 0px 5px 0px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 200px;
	margin: 20px 25px 20px 0px;
	padding: 0px 0px 0px 20px;
	line-height: 20px;
	border-left:1px solid #ddd;
	}
	
#sidebar a, #sidebar a:visited  {
	color: #2d1212;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #AF033F;
	text-decoration: underline;
	}
	
#sidebar h2 {
	color: #2d1212;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #DACBCB;
	}

.screen-reader-text {
	color: #2d1212;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar h3 {
	color: #2d1212;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar .widget  {
	/*background: #eef8f3;*/
	background-image: url(images/littlepattern.png);
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #dacbcb;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #2d1212;
	text-decoration: none;
	}
	
#sidebar ul ul li a:hover {
	color: #AF033F;
	text-decoration: underline;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}

#sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}

#cat {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	width: 160px;
	color: #222222;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DACBCB;
	}

.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 780px;
	/*background: #fff;*/
	margin: 0px auto 0px;
	padding: 0px 0px 20px 0px;
	text-align: center;
	}
	
.footer {
	border-top: dotted 1px #ccc;
	width: 740px;
	margin: 0px auto 0px;
	padding: 10px 10px 0px 10px;
	}
	
#footer p {
	color: #2d1212;
	margin: 0px;	
	padding: 0px;
	}
	
#footer a {
	color: #AF033F;
	text-decoration: none;
	}

#footer a:hover {
	color: #AF033F;
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DACBCB;
	}

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DACBCB;
	}
	
#subbutton {
	background: #2d1212 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #2d12122d1212;
	}

#searchform {
	margin: 0px;
	}
	
#searchformheader {
	margin: 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 165px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 5px 0px;
	padding: 2px 0px 2px 3px;
	display: inline;
	border: 1px solid #dacbcb;
	}
	
#searchsubmit {
	background: #9bbeab;
	color: #FFF;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	/*font-weight: bold;*/
	text-decoration: none;
	margin: 0px;
	padding: 3px 5px;
	border: none;
	}

#searchsubmit:hover	{
	background:#2d1212;
	}
	
#submit {
	background: #9bbeab;
	color: #FFF;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	/*font-weight: bold;*/
	text-decoration: none;
	margin: 0px;
	padding: 3px 5px;
	border: none;
	}
	
#submit:hover	{
	background:#2d1212;
	}
	
#author, #email, #url {
	background: #9bbeab !important;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #dacbcb;
	}
	
#comment {
	background: #fff !important;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #dacbcb;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #999;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999;
	}
	
.reply a:hover {
	background: #AF033F;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #AF033F;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #DACBCB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #DACBCB;
	border-bottom: 1px solid #DACBCB;
	border-left: 1px solid #DACBCB;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	WP E-Commerce  					    *
************************************************/
#widgetshoppingcart h3 {
	border-bottom: 1px solid #ddd;
	}
	
#contentleft h2.prodtitles {
	border:0;
	margin:10px 0;
	}
	
#contentleft .imagecol {
	margin-top:10px;
	}

h2.prodtitles a:link,
h2.prodtitles a:visited {
	color:#2d1212;
	text-decoration:none; border:0;
	}
	
h2.prodtitles a:hover {
	color: #333;
	}
	
.wpsc_description p {
	padding: 10px 0 0;
	}
	
.wpsc_variation_forms {
	color:#999;
	font-size:12px;
	}
	
.wpsc_variation_forms select {
	font-size:11px;
	color:#2d1212;
	}
	
input.wpsc_buy_button {
	border:none;
	background:#9bbeab;
	color:#fff;
	float:right;
	position:absolute;
	right:0px;
	bottom:0px;
	padding:5px;
	text-transform:uppercase; 	
	border-radius:3px;
	}
	
input.wpsc_buy_button:hover	{
	background:#2d1212;
	}
	
.wpsc_product_price {
	font-size:12px;
	float:left;
	} 
	
.wpsc_product_price .pricedisplay {
	color:#333;
	}
	
#shoppingcartcontents p.visitshop {
	text-align:right;
	margin-top:10px;
	}
	
#shoppingcartcontents p.visitshop a,
#shoppingcartcontents .gocheckout a {
	border:none;
	background:#9bbeab;
	color:#fff;
	padding:5px;
	text-transform:uppercase;
	border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#shoppingcartcontents p.visitshop a:hover,
#shoppingcartcontents .gocheckout a:hover {
	background:#2d1212;
	text-decoration:none;
	}
	
#shoppingcartcontents .gocheckout {
	text-align:right;
	}
	
#shoppingcartcontents .emptycart {
	text-indent:-9999px;
	padding:0;
	margin:0;
	}
	
.product_grid_item {
	padding:0 20px 20px 0;
	}
	
.product_grid_item .product_text {
	line-height:1.3em;
	}
	
.product_grid_item .product_text strong {
	font-size:12px;
	}
	
.product_grid_item .product_text br {
	margin:10px 0;
	}
	
.product_grid_item .product_text .pricedisplay {
	color:#333;
	}
	
.product_grid_item .grid_more_info {
	margin:0;
	padding:0;
	}
	
.product_grid_item .grid_more_info select {
	font-size:10px;
	color:#2d1212;
	}